@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic);
/* ----------------------------------- classes -----------------------------------
@colorsite: #ff7c00;
@font: ubuntu, sans-serif;
------------------------------------------------------------------------------- */
/* ----------------------------------- normalize ----------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ----------------------------------- func ----------------------------------- */
.fontreset {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
/* ----------------------------------- global ----------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  line-height: 1.4;
  background: #fff;
  font-family: arial, sans-serif;
  color: #000;
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
}
input,
textarea {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
q,
samp,
img,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #ff7c00;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.3);
}
/* ----------------------------------- inv ----------------------------------- */
.inv {
  text-decoration: underline;
}
.inv:hover {
  text-decoration: none;
}
/* ----------------------------------- svg ----------------------------------- */
svg {
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
.svg-logo {
  display: block;
  width: 77px;
  height: 71px;
}
@media (max-width: 767px) {
  .svg-logo {
    width: 56px;
    height: 51px;
  }
}
.svg-logo-txt-1 {
  display: block;
  width: 130px;
  height: 22px;
  fill: #1c242e;
  position: absolute;
  top: 12px;
  left: 92px;
}
@media (max-width: 767px) {
  .svg-logo-txt-1 {
    width: 92px;
    height: 16px;
    top: 9px;
    left: 66px;
  }
}
.svg-logo-txt-2 {
  display: block;
  width: 129px;
  height: 20px;
  fill: #ff7c00;
  position: absolute;
  top: 40px;
  left: 92px;
}
@media (max-width: 767px) {
  .svg-logo-txt-2 {
    width: 92px;
    height: 14px;
    top: 29px;
    left: 66px;
  }
}
.svg-search {
  fill: #484e5a;
  display: block;
  width: 17px;
  height: 17px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-right {
  fill: #ff7c00;
  display: block;
  width: 8px;
  height: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 4px;
}
.svg-arrow-right-2 {
  fill: #ff7c00;
  display: block;
  width: 9px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: -2px;
}
.svg-arrow-right-3 {
  fill: #ff7c00;
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 7px;
  right: 0;
}
.svg-arrow-right-4 {
  fill: #ff7c00;
  display: inline-block;
  width: 10px;
  height: 14px;
}
.pag-arr {
  fill: #ff7c00;
  display: block;
  width: 10px;
  height: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-left {
  position: absolute;
  left: 0;
  top: 3px;
  fill: #ff7c00;
  width: 7px;
  height: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-defa {
  display: block;
  width: 68px;
  height: 20px;
  fill: #6f747e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-tw {
  width: 15px;
  height: 12px;
  display: block;
  fill: #fff;
  position: absolute;
  left: 6px;
  top: 7px;
}
.svg-fb {
  width: 9px;
  height: 16px;
  display: block;
  fill: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
}
.svg-home {
  width: 10px;
  height: 10px;
  display: block;
  fill: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-down {
  width: 11px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  fill: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-down-2 {
  width: 14px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  fill: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-icon-tel {
  display: block;
  width: 22px;
  height: 25px;
  fill: #fff;
  position: absolute;
  left: 15px;
  top: 14px;
}
.svg-icon-search {
  display: block;
  width: 25px;
  height: 25px;
  fill: #fff;
  position: absolute;
  left: 14px;
  top: 13px;
}
.svg-icon-searchbig {
  display: block;
  width: 34px;
  height: 34px;
  fill: #fff;
}
.svg-icon-pin {
  display: block;
  width: 22px;
  height: 26px;
  fill: #fff;
  position: absolute;
  left: 14px;
  top: 12px;
}
.svg-graph-1 {
  display: block;
  width: 15px;
  height: 15px;
  fill: #484e5a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-graph-2 {
  display: block;
  width: 15px;
  height: 15px;
  fill: #484e5a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-prev {
  display: block;
  width: 21px;
  height: 33px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-next {
  display: block;
  width: 21px;
  height: 33px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-big {
  fill: #ff7c00;
  display: inline-block;
  width: 21px;
  height: 33px;
}
.svg-arr-down-big {
  display: block;
  width: 22px;
  height: 14px;
  fill: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-vertical-prev {
  display: block;
  width: 33px;
  height: 21px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-vertical-next {
  display: block;
  width: 33px;
  height: 21px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-q-down {
  width: 15px;
  height: 18px;
  display: block;
  fill: #ff2a00;
  position: absolute;
  left: -29px;
  top: 5px;
}
.svg-q-up {
  width: 15px;
  height: 18px;
  display: block;
  fill: #25b347;
  position: absolute;
  left: -29px;
  top: 5px;
}
.svg-checkbox {
  width: 19px;
  height: 12px;
  display: block;
  position: absolute;
  left: 1px;
  top: 3px;
  opacity: 0;
  fill: #ff7c00;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-pin {
  width: 13px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  fill: #ff7c00;
}
.svg-photo {
  width: 24px;
  height: 19px;
  fill: #fff;
  position: absolute;
  left: 14px;
  top: 16px;
  display: block;
  z-index: 2;
}
.svg-book {
  width: 26px;
  height: 20px;
  fill: #fff;
  position: absolute;
  left: 13px;
  top: 15px;
  display: block;
  z-index: 2;
}
.svg-people {
  width: 27px;
  height: 18px;
  display: block;
  fill: #fff;
  position: absolute;
  left: 13px;
  top: 16px;
  z-index: 2;
}
.svg-filtr-icon-1 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-2 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-3 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-4 {
  display: block;
  fill: #ff7c00;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.svg-filtr-icon-5 {
  display: block;
  fill: #ff7c00;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.svg-filtr-icon-6 {
  display: block;
  fill: #fff;
  stroke: #ff7c00;
  stroke-linejoin: round;
  stroke-width: 4px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.svg-filtr-icon-7 {
  display: block;
  fill: #fff;
  stroke: #ff7c00;
  stroke-width: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.svg-filtr-icon-8 {
  display: block;
  fill: #fff;
  stroke: #ff7c00;
  stroke-width: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.svg-filtr-icon-9 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-10 {
  display: block;
  fill: #ff7c00;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.svg-filtr-icon-11 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}
.svg-filtr-checkbox {
  width: 14px;
  height: 11px;
  fill: #2c3443;
  display: block;
}
.svg-up {
  display: block;
  width: 21px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 17px;
  left: 14px;
}
.svg-close {
  width: 11px;
  height: 11px;
  display: block;
  fill: #484e5a;
}
/* ----------------------------------- lock ----------------------------------- */
.lock {
  overflow: hidden;
}
/* ----------------------------------- wrapper ----------------------------------- */
.wrapper {
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
}
.wrapper__push {
  height: 106px;
}
/* ----------------------------------- mobile-bar ----------------------------------- */
.mobile-bar {
  display: none;
  height: 41px;
  border-bottom: 1px solid #ecedf1;
  position: relative;
}
@media (max-width: 767px) {
  .mobile-bar {
    display: block;
  }
}
.mobile-bar__open {
  background: #ecedf1;
  color: #2c3443;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
}
.mobile-bar__open:hover {
  text-decoration: none;
}
.mobile-bar__wrap {
  width: 88px;
  position: absolute;
  left: 0;
  top: 0;
}
.mobile-bar__search {
  position: absolute;
  left: 11px;
  top: 11px;
}
.mobile-bar__lang {
  position: absolute;
  top: 8px;
  right: 0;
}
.mobile-bar__lang-open {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  padding-right: 20px;
  position: relative;
}
.mobile-bar__lang-open:hover {
  text-decoration: none;
}
.mobile-bar__lang-open:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 6px;
}
.mobile-bar__lang-popup {
  background: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
}
.mobile-bar__lang-link {
  font-size: 16px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
}
.mobile-bar__lang-link:hover {
  text-decoration: none;
}
/* ----------------------------------- header ----------------------------------- */
.header {
  background: #fff;
}
.header__in {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}
.header__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .header__in {
    padding: 0 10px;
  }
}
.header__col-1 {
  padding: 25px 0;
  width: 550px;
  float: left;
  position: relative;
  margin-right: -550px;
}
.header__col-1:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.site_logo img{
    max-height: 86px;
}

@media (min-width: 980px) and (max-width: 1099px) {
  .header__col-1 {
    margin-right: -230px;
    width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__col-1 {
    margin-right: -230px;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .header__col-1 {
    width: 305px;
    margin: 0 auto;
    float: none;
    padding: 15px 0;
  }
}
.header__col-2 {
  width: 100%;
  float: left;
  padding: 25px 0 30px 550px;
}
.header__col-2:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 980px) and (max-width: 1099px) {
  .header__col-2 {
    padding: 25px 0 30px 230px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__col-2 {
    padding: 25px 0 30px 230px;
  }
}
@media (max-width: 767px) {
  .header__col-2 {
    display: none;
  }
}
.header__logo {
  display: block;
  width: 456px;
  height: 71px;
  position: relative;
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__logo {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 303px;
    height: 51px;
  }
}
.header__tagline {
  width: 220px;
  height: 49px;
  border-left: 1px solid #ff7c00;
  display: block;
  color: #1c242e;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  font-size: 12px;
  line-height: 19px;
  padding: 1px 0 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 11px 0 0 15px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .header__tagline {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__tagline {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__tagline {
    width: 130px;
    font-size: 8px;
    line-height: 14px;
    height: 35px;
    padding: 1px 0 0 10px;
  }
}
.header__tagline-in {
  margin-top: -5px;
  display: block;
}
.header__addnav {
  text-align: right;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.header__addnav-link {
  display: inline-block;
  vertical-align: top;
  color: #484e5a;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__addnav-link:hover {
  color: #ff7c00;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__addnav-link {
    margin-left: 28px;
  }
}
.header__controls {
  width: 450px;
  position: relative;
  height: 30px;
  float: right;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__controls {
    width: 410px;
  }
}
.header__lang {
  position: absolute;
  right: 0;
  top: 4px;
}
.header__lang-open {
  text-decoration: none;
  color: #2c3443;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__lang-open:hover {
  color: #ff7c00;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__lang-open {
    font-size: 16px;
  }
}
.header__lang-open:after {
  content: "";
  width: 11px;
  height: 7px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.header__lang-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  display: none;
}
.header__lang-link {
  text-decoration: none;
  color: #2c3443;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__lang-link:hover {
  color: #ff7c00;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header__lang-link {
    font-size: 16px;
  }
}
/* ----------------------------------- search ----------------------------------- */
.search {
  width: 350px;
  height: 30px;
  position: relative;
}
.search__input {
  background: #ecedf1;
  width: 219px;
  border: none;
  height: 30px;
  padding: 5px 10px;
  color: #484e5a;
  font-size: 14px;
  line-height: 18px;
}
.search__button {
  width: 30px;
  height: 30px;
  padding: 7px 0 0 7px;
  background: #ecedf1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.search__button:hover {
  background: #ff7c00;
}
.search__button:hover .svg-search {
  fill: #fff;
}
.search__submit {
  position: absolute;
  border: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.search__select-wr {
  height: 30px;
  position: absolute;
  left: 220px;
  top: 0;
  width: 99px;
}
.search__select {
  width: 100% !important;
  display: block;
  vertical-align: top;
  outline: none;
  text-decoration: none;
  width: 99px;
  background: #ecedf1;
  height: 30px;
}
.search__select .selectBox-label {
  display: block !important;
  white-space: nowrap;
  padding: 6px 10px;
  margin-right: 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  width: auto !important;
}
.search__select .selectBox-label a {
  text-decoration: none;
  color: #ff7c00;
}
.search__select .selectBox-arrow {
  width: 11px;
  height: 7px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
}
.search__select:hover {
  text-decoration: none;
}
.search__select-selectBox-dropdown-menu {
  position: absolute;
  z-index: 20;
  background: #ecedf1;
  margin-top: 1px;
}
.search__select-selectBox-dropdown-menu a {
  text-decoration: none;
  color: #ff7c00;
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.search__select-selectBox-dropdown-menu a:hover {
  background: #ff7c00;
  text-decoration: none;
  color: #fff;
}
.search__select-selectBox-dropdown-menu .selectBox-selected a {
  background: #ff7c00;
  color: #fff;
}
/* ----------------------------------- nav ----------------------------------- */
.nav {
  border-top: 1px solid #ecedf1;
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav__list {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  letter-spacing: -4px;
  text-align: justify;
}
.nav__list:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.nav__li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.nav__link {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 16px 10px;
  color: #2c3443;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nav__link:hover {
  color: #ff7c00;
  text-decoration: none;
  background: #ecedf1;
}
.nav__link.active {
  color: #ff7c00;
  background: #ecedf1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav__link {
    font-size: 13px;
    padding: 16px 5px;
  }
}
.nav__popup {
  background: #ecedf1;
  position: absolute;
  border-bottom: 4px solid #ff7c00;
  top: 100%;
  left: 0;
  width: 300px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  padding: 10px;
  display: none;
  text-align: left;
}
.nav__li:last-child .nav__popup {
  left: auto;
  right: 0;
}
.nav__popup-li {
  padding: 5px 10px;
}
.nav__popup-link {
  font-size: 14px;
  line-height: 20px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nav__popup-link:hover {
  color: #ff7c00;
}
/* ----------------------------------- slider ----------------------------------- */
.slider {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.slider .swiper-wrapper {
  height: 500px;
}
@media (max-width: 767px) {
  .slider {
    height: 440px;
  }
  .slider .swiper-wrapper {
    height: 440px;
  }
}
.slider__controls {
  height: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.slider__controls:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.mobile .slider__controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.slider__controls-in {
  height: 500px;
  position: relative;
  width: 0;
  float: right;
}
@media (max-width: 767px) {
  .slider__controls-in {
    height: 0;
  }
}
.mobile .slider__controls-in {
  width: 100%;
  float: none;
}
.slider__pagout {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
  height: 100%;
}
@media (max-width: 767px) {
  .slider__pagout {
    right: 10px;
  }
}
.mobile .slider__pagout {
  top: 400px;
  height: 10px;
  right: 0;
  left: 0;
}
.slider__pagin {
  display: table;
  height: 100%;
}
.mobile .slider__pagin {
  display: block;
  height: auto;
  text-align: center;
}
.slider__pagination {
  display: table-cell;
  vertical-align: middle;
}
.slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider__pagination .swiper-pagination-bullet:hover {
  background: #ff7c00;
  text-decoration: none;
}
.mobile .slider__pagination {
  display: block;
}
.mobile .slider__pagination .swiper-pagination-bullet {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.slider__prev {
  position: absolute;
  top: 30px;
  right: 250px;
  z-index: 3;
}
.slider__prev:hover .svg-vertical-prev {
  fill: #ff7c00;
}
@media (max-width: 767px) {
  .slider__prev {
    right: 145px;
    top: 20px;
  }
}
.mobile .slider__prev {
  position: absolute;
  left: 20px;
  top: 400px;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 8;
}
.slider__next {
  position: absolute;
  bottom: 30px;
  right: 250px;
  z-index: 3;
}
.slider__next:hover .svg-vertical-next {
  fill: #ff7c00;
}
@media (max-width: 767px) {
  .slider__next {
    right: 145px;
    bottom: auto;
  }
}
.mobile .slider__next {
  position: absolute;
  top: 400px;
  right: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 8;
}
.slider__slide {
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .slider__slide {
    height: 440px;
  }
}
.slider__in {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.slider__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.slider__title {
  height: 100%;
  width: 540px;
  float: right;
  background: rgba(0, 0, 0, 0.55);
  padding: 80px 50px 0 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider__title {
    width: 320px;
    padding: 85px 40px 0 20px;
  }
}
.slider__h {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: ubuntu, sans-serif;
}
@media (max-width: 767px) {
  .slider__h {
    font-size: 30px;
    line-height: 36px;
  }
}
.slider__p {
  font-size: 16px;
  line-height: 24px;
  font-family: ubuntu, sans-serif;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .slider__p {
    font-size: 14px;
    line-height: 18px;
  }
}
.slider__link-row {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .slider__link-row {
    margin-bottom: 2px;
  }
}
.slider__link {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-right: 18px;
  font-family: ubuntu, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.slider__link:hover {
  color: #fff;
  text-decoration: none;
}
.slider__link:hover .svg-arrow-right {
  fill: #fff;
}
@media (max-width: 767px) {
  .slider__link {
    font-size: 14px;
    line-height: 18px;
  }
}
/* ----------------------------------- footer ----------------------------------- */
.footer {
  background: #ecedf1;
  min-height: 106px;
  margin-top: -106px;
  position: relative;
  overflow: hidden;
}
.footer__menu {
  max-width: 990px;
  margin: 0 auto;
  padding: 45px 15px 25px;
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer__menu {
    padding: 45px 0 5px 60px;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    padding: 35px 15px 25px;
  }
}
.footer__list {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  width: 16.5%;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer__list:last-child {
    width: 33.33%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer__list:last-child {
    position: absolute;
    right: 0;
    top: 35px;
    width: 38%;
    padding-right: 10px;
  }
  .footer__list:last-child .footer__li {
    display: block !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer__list {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer__list {
    width: 50%;
    display: block;
  }
}
.footer__li {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .footer__li {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__list.active .footer__li {
    display: block;
  }
}
.footer__li-h {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer__link-dot {
    border-bottom: 1px dotted #b6b9bf;
    cursor: pointer;
  }
}
.footer__link {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #6f747e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  color: #2c3443;
  text-decoration: none;
}
.footer__link-h {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #2c3443;
  cursor: default;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer__link-h:hover {
  color: #000;
  text-decoration: none;
}
.footer__bottom {
  border-top: 1px solid #fff;
}
.footer__bottom-in {
  max-width: 1230px;
  padding: 40px 15px;
  margin: 0 auto;
}
.footer__bottom-in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer__bottom-in {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .footer__bottom-in {
    padding: 20px 15px;
  }
}
.footer__col-1 {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .footer__col-1 {
    width: 100%;
    float: none;
  }
}
.footer__col-2 {
  float: left;
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .footer__col-2 {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.footer__copy {
  color: #6f747e;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer__copy {
    margin-right: 10px;
  }
}
.footer__dev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.footer__dev-title {
  display: inline-block;
  vertical-align: middle;
  color: #6f747e;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  margin-right: 8px;
}
.footer__dev-ic {
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 20px;
}
.footer__dev-ic:hover {
  text-decoration: none;
}
.footer__dev-ic:hover .svg-defa {
  fill: #2c3443;
}
@media (max-width: 767px) {
  .footer__dev-ic .svg-defa {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__dev-ic {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer__dev-ic:before {
    content: "DEFA";
    font-size: 13px;
    line-height: 16px;
    letter-spacing: normal;
    color: #6f747e;
  }
}
/* ----------------------------------- social ----------------------------------- */
.social {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  display: inline-block;
  vertical-align: middle;
}
.social__link {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: #6f747e;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.social__link:hover {
  text-decoration: none;
  background: #2c3443;
}
.social__link:last-child {
  margin-right: 0;
}
/* ----------------------------------- sections ----------------------------------- */
.sections__inner {
  padding: 55px 15px 45px;
  margin: 0 auto;
  max-width: 990px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sections__inner {
    padding: 10px 10px 30px;
  }
}
.sections__filtr {
  margin-bottom: 15px;
  position: relative;
  min-height: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__filtr {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sections__filtr {
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.sections__buttons {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.sections__button {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  text-decoration: none;
  padding: 10px 45px;
  letter-spacing: normal;
  margin-right: 1px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__button:hover,
.sections__button.active {
  color: #ff7c00;
  background: #ecedf1;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .sections__button {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px;
    background: #ecedf1;
    display: table-cell;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.sections__state-1 {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 37px;
  top: 6px;
}
@media (max-width: 767px) {
  .sections__state-1 {
    top: auto;
    bottom: 10px;
  }
}
.sections__q {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #484e5a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__state-1:hover .sections__q,
.sections__state-1.active .sections__q {
  background: #ff7c00;
}
.sections__q_1 {
  left: 0;
  top: 0;
}
.sections__q_2 {
  left: 16px;
  top: 0;
}
.sections__q_3 {
  left: 0;
  top: 16px;
}
.sections__q_4 {
  left: 16px;
  top: 16px;
}
.sections__state-2 {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .sections__state-2 {
    top: auto;
    bottom: 10px;
  }
}
.sections__r {
  height: 4px;
  width: 28px;
  background: #484e5a;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__state-2:hover .sections__r,
.sections__state-2.active .sections__r {
  background: #ff7c00;
}
.sections__r_1 {
  top: 0;
}
.sections__r_2 {
  top: 12px;
}
.sections__r_3 {
  top: 24px;
}
.sections__items {
  margin-right: -15px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__items {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .sections__items {
    margin-right: 0;
  }
}
.sections__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__item {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sections__item {
    width: 100%;
    padding-right: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
  }
}
.sections__link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sections__link {
    height: 200px;
  }
}
.sections__link:hover {
  text-decoration: none;
}
.sections__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__link:hover:after {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 10px #ff7c00 inset;
}
.sections__img {
  display: block;
  width: 100%;
}
.sections__title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.55);
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__link:hover .sections__title {
  background: #ff7c00;
}
.sections__h {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__h {
    font-size: 30px;
    line-height: 36px;
  }
}
.sections__link:hover .sections__h {
  color: #fff;
}
.sections__p {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  color: #fff;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
@media (max-width: 767px) {
  .sections__p {
    display: none;
  }
}
.sections__link:hover .sections__p {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.sections__preview {
  display: block;
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  font-family: ubuntu, sans-serif;
  letter-spacing: normal;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sections__preview {
    font-size: 18px;
    line-height: 24px;
    max-height: 95px;
    overflow: hidden;
  }
}
.sections__date {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #fff;
  letter-spacing: normal;
}
.sections__more-wr {
  position: relative;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .sections__more-wr {
    padding: 15px 0 10px;
  }
}
.sections__more-wr:before {
  content: "";
  display: block;
  height: 0px;
  border-top: 1px dotted #b6b9bf;
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
}
.sections__more {
  display: inline-block;
  background: #fff;
  padding: 0 18px;
  text-decoration: none;
  color: #484e5a;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__more:hover {
  color: #ff7c00;
  text-decoration: none;
}
.sections__arr {
  width: 103px;
  opacity: 0;
  height: 2px;
  background: #ff7c00;
  position: absolute;
  right: 30px;
  bottom: 40px;
  z-index: 3;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
  display: none;
}
.sections__link:hover .sections__arr {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.sections__pane {
  display: none;
}
.sections__pane:first-child {
  display: block;
}
.sections__list {
  border-left: 9px solid #ff7c00;
  margin-bottom: 20px;
  display: none;
}
.sections__li {
  position: relative;
}
.sections__li:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.sections__li:before {
  content: "";
  display: block;
  height: 1px;
  background: #e1e2e6;
  left: 20px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.sections__li:last-child:before {
  display: none;
}
.sections__lcol-1 {
  width: 45%;
  float: left;
  padding: 20px;
}
@media (max-width: 767px) {
  .sections__lcol-1 {
    width: 100%;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.sections__lcol-2 {
  width: 55%;
  float: left;
  padding: 25px 10px 25px 0;
}
@media (max-width: 767px) {
  .sections__lcol-2 {
    width: 100%;
    float: none;
    padding: 0 10px 10px 20px;
  }
}
.sections__li-in {
  padding: 25px 10px 25px 20px;
}
@media (max-width: 767px) {
  .sections__li-in {
    padding: 10px 10px 10px 20px;
  }
}
.sections__lp {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #2c3443;
}
.sections__l {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #2c3443;
  text-decoration: none;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sections__l:hover {
  text-decoration: none;
  color: #ff7c00;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sections__l {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sections__l {
    font-size: 20px;
    line-height: 24px;
  }
}
.sections__l_news {
  font-size: 21px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .sections__l_news {
    font-size: 18px;
    line-height: 24px;
  }
}
.sections__lin {
  white-space: normal;
}
.sections__larr {
  margin-left: 5px;
}
.sections__ldate {
  color: #6f747e;
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sections__row {
    display: table;
    width: 100%;
  }
}
/* ----------------------------------- projects-list ----------------------------------- */
.projects-list__inner {
  padding: 55px 15px 90px;
  max-width: 990px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .projects-list__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .projects-list__inner {
    padding: 55px 10px 45px;
  }
}
.projects-list__items {
  margin-bottom: 10px;
}
.projects-list__items:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.projects-list__img {
  max-width: 100%;
}
.projects-list__item {
  width: 25%;
  float: left;
  padding: 10px;
  border: 1px solid #ecedf1;
  margin: -1px -1px 0 0;
  display: none;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .projects-list__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .projects-list__item {
    width: 100%;
    float: none;
    margin: 0 0 -1px;
  }
}
.projects-list__more-wr {
  text-align: center;
  position: relative;
}
.projects-list__more-wr:before {
  content: "";
  display: block;
  height: 0px;
  border-top: 1px dotted #b6b9bf;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.projects-list__more {
  display: inline-block;
  padding: 10px 18px;
  background: #fff;
  color: #484e5a;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.projects-list__more:hover {
  color: #ff7c00;
  text-decoration: none;
}
.projects-list__txt {
  display: block;
}
.projects-list__txt-act {
  display: none;
}
.projects-list__more:after {
  width: 11px;
  height: 7px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: "";
  z-index: 2;
}
.projects-list__more.active .projects-list__txt {
  display: none;
}
.projects-list__more.active .projects-list__txt-act {
  display: block;
}
.projects-list__more.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* ----------------------------------- typical ----------------------------------- */
.typical {
  border-top: 4px solid #ff7c00;
}
.typical__inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.typical__inner:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.typical__side {
  width: 210px;
  float: left;
  position: relative;
  margin-right: -210px;
  padding: 36px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .typical__side {
    display: none;
  }
}
@media (max-width: 767px) {
  .typical__side {
    display: none;
  }
}
.typical__area {
  width: 100%;
  padding: 48px 100px 45px 310px;
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .typical__area {
    float: none;
    padding: 45px 10px 45px 10px;
  }
}
@media (max-width: 767px) {
  .typical__area {
    float: none;
    padding: 25px 0 25px 0;
  }
}
.typical_no-left .typical__area {
  width: 100%;
  padding: 45px 10px 45px 10px;
  float: none;
}
@media (max-width: 767px) {
  .typical_no-left .typical__area {
    padding: 25px 0 25px 0;
  }
}
/* ----------------------------------- crumbs ----------------------------------- */
.crumbs {
  margin-bottom: 34px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .crumbs {
    display: none;
  }
}
.crumbs__link {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: normal;
  color: #c7cccf;
  text-decoration: none;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.crumbs__link:hover {
  color: #ff7c00;
  text-decoration: none;
}
.crumbs__link.active {
  color: #2c3443;
  cursor: default;
}
.crumbs__link:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #2c3443;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 7px;
}
.crumbs__link-main {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.crumbs__link-main:hover {
  text-decoration: none;
}
.crumbs__link-main:hover .svg-home {
  fill: #ff7c00;
}
/* ----------------------------------- date-title ----------------------------------- */
.date-title {
  font-size: 16px;
  line-height: 20px;
  color: #c7cccf;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .date-title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}
/* ----------------------------------- content ----------------------------------- */
.content h1 {
  font-size: 36px;
  line-height: 40px;
  font-family: ubuntu, sans-serif;
  font-weight: 500;
  color: #2c3443;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .content h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
  }
}
.content h2 {
  font-size: 34px;
  line-height: 36px;
  font-family: ubuntu, sans-serif;
  font-weight: 500;
  color: #2c3443;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.content h3 {
  font-size: 32px;
  line-height: 34px;
  font-family: ubuntu, sans-serif;
  font-weight: 500;
  color: #2c3443;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.content h4 {
  font-size: 24px;
  line-height: 26px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #2c3443;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.content h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.content h6 {
  font-size: 16px;
  line-height: 20px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.content img {
  max-width: 100%;
  margin-bottom: 15px;
  /*margin-right: 20px;*/
  /*margin-left: 20px;*/
  border: 1px solid #c7cccf;
}
@media (max-width: 767px) {
  .content img {
    margin-bottom: 15px;
  }
}
.content img.photo-left {
  margin-left: 20px;
}
.content img.photo-right {
  margin-right: 20px;
}
.content p {
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.content ul {
  margin-bottom: 30px;
}
.content ol {
  counter-reset: count 0;
}
.content li {
  margin-bottom: 15px;
  position: relative;
  margin-left: 25px;
  padding-left: 15px;
  color: #2c3443;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .content li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}
.content ul > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #ff7c00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .content ul > li:before {
    top: 7px;
  }
}
.content ol > li:before {
  counter-increment: count;
  content: counter(count) ".";
  display: block;
  color: #ff7c00;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.1em;
}
.content table {
  margin-bottom: 30px;
}
.content .table {
  margin-bottom: 30px;
  overflow: auto;
}
.content .table table {
  margin-bottom: 0;
}
.content td {
  border: 1px solid #ecedf1;
  text-align: center;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
}
.content th {
  background: #ecedf1;
  border: 1px solid #fff;
  text-align: center;
  padding: 9px 10px;
  font-size: 18px;
  line-height: 24px;
  color: #2c3443;
  font-weight: normal;
  font-family: ubuntu, sans-serif;
}
@media (max-width: 767px) {
  .content th {
    font-size: 16px;
  }
}
.content th:first-child {
  border-left-color: #ecedf1;
}
.content th:last-child {
  border-right-color: #ecedf1;
}
.content hr {
  height: 1px;
  background: #ecedf1;
  border: none;
  margin: 0 0 40px 0;
}
/* ----------------------------------- back ----------------------------------- */
.back {
  padding: 35px 0;
}
.back__button {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #ff7c00;
  font-family: ubuntu, sans-serif;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.back__button:hover {
  color: #2c3443;
  text-decoration: none;
}
.back__button:hover .svg-arrow-left {
  fill: #2c3443;
}
/* ----------------------------------- menu ----------------------------------- */
.menu__li {
  position: relative;
}
.menu__link {
  display: block;
  text-decoration: none;
  color: #2c3443;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  padding: 10px 25px 10px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu__link:hover {
  color: #ff7c00;
  text-decoration: none;
}
.menu__link-in {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
.menu__arr {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  height: 7px;
  top: 17px;
  right: 15px;
  z-index: 2;
  line-height: 5px;
  cursor: pointer;
}
.menu__link.active {
  color: #ff7c00;
}
.menu__arr.active .svg-arrow-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu__link.active:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ecedf1;
}
/* ----------------------------------- menu-2l ----------------------------------- */
.menu-2l {
  border-bottom: 1px solid #ecedf1;
  padding: 5px 0;
  display: none;
}
.menu__link.active + .menu__arr + .menu-2l {
  display: block;
}
.menu-2l__link {
  padding: 8px 25px;
  display: block;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu-2l__link:hover,
.menu-2l__link.active {
  color: #ff7c00;
  text-decoration: none;
}
/* ----------------------------------- menu-3l ----------------------------------- */
.menu-3l__li {
  margin: 0 0 0 40px;
}
.menu-3l__link {
  display: block;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
  color: #2c3443;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu-3l__link:hover,
.menu-3l__link.active {
  color: #ff7c00;
  text-decoration: none;
}
/* ----------------------------------- float-menu ----------------------------------- */
.float-menu {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 44;
  width: 50px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .float-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .float-menu {
    display: none;
  }
}
.float-menu:hover {
  width: 320px;
}
.float-menu__row {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 50px;
}
.float-menu__row:hover {
  text-decoration: none;
}
.float-menu__button {
  width: 50px;
  height: 50px;
  display: block;
  background: #6f747e;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.float-menu__txt {
  height: 52px;
  background: #eff0f3;
  display: block;
  color: #2c3443;
  text-transform: uppercase;
  padding: 0 0px 0 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  white-space: nowrap;
  font-family: ubuntu, sans-serif;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.float-menu__txt:after {
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  right: 20px;
  background: #fff;
  position: absolute;
  bottom: 0px;
}
.float-menu__row:last-child .float-menu__txt {
  height: 50px;
}
.float-menu__row:last-child .float-menu__txt:after {
  display: none;
}
.float-menu__row:hover .float-menu__txt {
  color: #ff7c00;
}
/* ----------------------------------- manag ----------------------------------- */
.manag {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .manag {
    padding-top: 0;
  }
}
/* ----------------------------------- manag-item ----------------------------------- */
.manag-item {
  margin-bottom: 80px;
}
.manag-item:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .manag-item {
    margin-bottom: 30px;
  }
}
.manag-item__col-1 {
  width: 260px;
  padding-right: 30px;
  float: left;
  margin-right: -260px;
}
@media (max-width: 767px) {
  .manag-item__col-1 {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.manag-item__col-2 {
  width: 100%;
  float: left;
  padding-left: 260px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .manag-item__col-2 {
    float: none;
    padding-left: 0;
    margin-top: 0;
  }
}
.manag-item__img {
  display: block;
}
.content .manag-item__img {
  margin: 0;
}
.manag-item__h {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 25px;
  font-family: ubuntu, sans-serif;
}
.manag-item__hlink {
  display: inline-block;
  text-decoration: none;
  color: #ff7c00;
  position: relative;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.manag-item__hlink:hover {
  color: #000;
  text-decoration: none;
}
.manag-item__txt {
  white-space: normal;
  margin-right: 5px;
}
.manag-item__descr {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #c7cccf;
  margin-bottom: 20px;
  font-family: ubuntu, sans-serif;
}
.manag-item__content {
  color: #2c3443;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .manag-item__content {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ----------------------------------- graph ----------------------------------- */
.graph {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .graph {
    padding: 10px 0;
  }
}
.graph__top {
  margin-bottom: 15px;
}
.graph__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.graph__heads {
  display: table;
  width: 100%;
}
.graph__head {
  line-height: 26px;
  font-weight: bold;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  width: 50%;
  cursor: pointer;
  border: 4px solid #ff7c00;
  padding: 10px;
  font-size: 22px;
  text-align: center;
  display: table-cell;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .graph__head {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .graph__head {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }
}
.graph__head:hover {
  color: #ff7c00;
}
.graph__head.active {
  background: #ff7c00;
  color: #fff;
}
.graph__group {
  float: left;
  text-align: right;
  width: 50%;
}
.graph__icons {
  padding-bottom: 18px;
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .graph__icons {
    padding: 10px 0;
  }
}
.graph__icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.graph__icon:hover,
.graph__icon.active {
  text-decoration: none;
}
.graph__icon:hover .svg-graph-1,
.graph__icon.active .svg-graph-1 {
  fill: #ff7c00;
}
.graph__icon:hover .svg-graph-2,
.graph__icon.active .svg-graph-2 {
  fill: #ff7c00;
}
.graph__descrip {
  color: #484e5a;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .graph__descrip {
    display: none;
  }
}
.graph__icon:hover + .graph__descrip {
  opacity: 1;
}
.graph__item {
  margin-bottom: 0;
}
.graph__h {
  background: #eff0f3;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  font-family: ubuntu, sans-serif;
}
@media (max-width: 767px) {
  .graph__h {
    font-size: 18px;
    line-height: 21px;
  }
}
.graph__img {
  display: block;
  width: 100%;
}
.content .graph__img {
  margin: 0;
}
.graph__parts {
  overflow: hidden;
  position: relative;
}
.graph__part {
  position: absolute;
  top: -1000000px;
  left: 0;
  width: 100%;
}
.graph__part.active {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.graph__descrip-part {
  display: none;
}
.graph__chart-dm {
  position: relative;
  overflow: hidden;
}
.graph__chart_mobile {
  position: absolute;
  left: -1000px;
  top: 0;
}
@media (max-width: 767px) {
  .graph__chart_mobile {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.graph__chart_desktop {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .graph__chart_desktop {
    position: absolute;
    left: -1000px;
    top: 0;
  }
}
/* ----------------------------------- product ----------------------------------- */
.product {
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .product {
    padding: 0 0 40px;
    margin: 0 -5px;
  }
}
.product__item {
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .product__item {
    margin-bottom: 1px;
  }
}
.product__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product__item:hover:after {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 10px #ff7c00 inset;
}
.product__img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .product__img {
    width: 200%;
  }
}
.content .product__img {
  margin: 0;
}
.product__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 35px 50px;
  z-index: 2;
}
@media (max-width: 767px) {
  .product__title {
    padding: 25px 30px;
  }
}
.product__h {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .product__h {
    font-size: 20px;
    line-height: 26px;
  }
}
.product__p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
@media (max-width: 767px) {
  .product__p {
    display: none;
  }
}
.product__item:hover .product__p {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.product__arr {
  width: 103px;
  opacity: 0;
  height: 2px;
  background: #ff7c00;
  position: absolute;
  right: 30px;
  bottom: 40px;
  z-index: 3;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.product__item:hover .product__arr {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
/* ----------------------------------- person ----------------------------------- */
.person {
  padding: 30px 50px;
  position: relative;
  margin-bottom: 35px;
}
.person:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .person {
    padding: 25px 25px;
    margin-bottom: 15px;
    margin-top: -25px;
  }
}
.person:before {
  content: "";
  background: #ecedf1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .person:before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .person:before {
    right: 0;
  }
}
.person__col-1 {
  position: relative;
  z-index: 2;
  width: 57.3%;
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .person__col-1 {
    width: 305px;
    margin-right: -305px;
  }
}
@media (max-width: 767px) {
  .person__col-1 {
    width: 100%;
    float: none;
  }
}
.person__col-2 {
  position: relative;
  z-index: 2;
  width: 42.7%;
  float: left;
  padding: 25px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .person__col-2 {
    width: 100%;
    padding-left: 305px;
  }
}
@media (max-width: 767px) {
  .person__col-2 {
    width: 100%;
    float: none;
    padding: 15px 0 15px;
  }
}
.person__img {
  display: block;
  max-width: 230px;
  height: auto;
}
.content .person__img {
  margin: 0;
}
.person__name {
  font-size: 36px;
  line-height: 40px;
  color: #2c3443;
  font-weight: 500;
  font-family: ubuntu, sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .person__name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.person__post {
  color: #484e5a;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
/* ----------------------------------- timeline ----------------------------------- */
.timeline {
  margin-bottom: 25px;
  position: relative;
}
.timeline:before {
  content: "";
  display: block;
  width: 1px;
  background: #ecedf1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 134px;
}
@media (max-width: 767px) {
  .timeline:before {
    display: none;
  }
}
.timeline__head {
  margin-bottom: 15px;
}
.timeline__item {
  padding-bottom: 20px;
  position: relative;
}
.timeline__item:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .timeline__item {
    padding-bottom: 25px;
  }
}
.timeline__item:last-child:before {
  content: "";
  display: block;
  background: #fff;
  bottom: 0;
  top: 17px;
  left: 128px;
  width: 20px;
  z-index: 3;
  position: absolute;
}
@media (max-width: 767px) {
  .timeline__item:last-child:before {
    display: none;
  }
}
.timeline__date {
  width: 134px;
  position: relative;
  padding: 0 10px 0 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
  margin-right: -184px;
  float: left;
  z-index: 2;
}
@media (max-width: 767px) {
  .timeline__date {
    float: none;
    margin-left: 0;
    width: 100%;
    color: #484e5a;
  }
}
.timeline__date:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff7c00;
  position: absolute;
  left: 129px;
  top: 7px;
}
@media (max-width: 767px) {
  .timeline__date:before {
    display: none;
  }
}
.timeline__description {
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
  padding-left: 184px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .timeline__description {
    float: none;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
/* ----------------------------------- mark ----------------------------------- */
.mark {
  color: #c7cccf;
}
/* ----------------------------------- hr ----------------------------------- */
.hr {
  border-top: 1px dotted #b6b9bf;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hr {
    margin: 0 -15px 20px;
  }
}
/* ----------------------------------- article-item ----------------------------------- */
.article-item {
  padding: 20px 0 20px;
}
.article-item:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .article-item {
    padding: 20px 0 20px;
  }
}
.article-item__col-1 {
  width: 260px;
  float: left;
  margin-right: -260px;
  position: relative;
}
@media (max-width: 767px) {
  .article-item__col-1 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.article-item__col-2 {
  float: left;
  padding-left: 260px;
  width: 100%;
}
@media (max-width: 767px) {
  .article-item__col-2 {
    float: none;
    padding-left: 0;
  }
}
.article-item__img {
  display: block;
  width: 230px;
  height: 230px;
}
.content .article-item__img {
  margin: 0;
}
.article-item__title {
  font-size: 21px;
  line-height: 23px;
  font-family: ubuntu, sans-serif;
  margin-bottom: 5px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .article-item__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 21px;
  }
}
.article-item__title-link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.article-item__title-link:hover {
  text-decoration: none;
  color: #ff7c00;
}
.article-item__txt {
  white-space: normal;
}
.article-item__arr {
  display: inline;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.article-item__date {
  color: #c7cccf;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .article-item__date {
    font-size: 14px;
    line-height: 18px;
  }
}
.article-item__p {
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
}
@media (max-width: 767px) {
  .article-item__p {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ----------------------------------- pagination ----------------------------------- */
.pagination {
  padding: 20px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.pagination__link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  color: #484e5a;
  width: 20px;
  padding: 2px 0;
  margin: 0 4px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.pagination__link:hover,
.pagination__link.active {
  background: #ff7c00;
  text-decoration: none;
  color: #fff;
}
.pagination__arr {
  display: inline-block;
  vertical-align: top;
  margin: 4px 14px;
}
.pagination__arr:hover .pag-arr {
  fill: #484e5a;
}
/* ----------------------------------- video-item ----------------------------------- */
.video-item {
  padding: 20px 0 40px;
}
.video-item:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .video-item {
    padding: 5px 0;
    margin: 0 -15px;
  }
}
.video-item__col-1 {
  width: 375px;
  float: left;
  margin-right: -375px;
}
@media (max-width: 767px) {
  .video-item__col-1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.video-item__col-2 {
  width: 100%;
  float: left;
  padding-left: 375px;
}
@media (max-width: 767px) {
  .video-item__col-2 {
    float: none;
    padding-left: 0;
    padding: 10px 20px 10px;
  }
}
.video-item__thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.video-item__thumb:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -38px 0 0 -38px;
  border-radius: 50%;
  z-index: 2;
}
.video-item__thumb:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 18px 26px;
  border-left-color: #3a4455;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -17px 0 0 -8px;
}
.video-item__img {
  display: block;
}
.content .video-item__img {
  margin: 0;
}
.video-item__title {
  font-size: 21px;
  line-height: 23px;
  font-family: ubuntu, sans-serif;
  margin-bottom: 5px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .video-item__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
  }
}
.video-item__title-link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.video-item__title-link:hover {
  color: #ff7c00;
  text-decoration: none;
}
.video-item__txt {
  white-space: normal;
}
.video-item__arr {
  display: inline;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.video-item__date {
  color: #c7cccf;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}
.video-item__p {
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
}
/* ----------------------------------- content-slider ----------------------------------- */
.content-slider {
  padding: 20px 0 40px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-slider {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .content-slider {
    padding: 0 0 30px;
    margin: 0 -15px;
  }
}
.content-slider__wr {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-slider__wr {
    margin-bottom: 7px;
  }
}
.content-slider__viewport {
  width: 82.3%;
}
@media (max-width: 767px) {
  .content-slider__viewport {
    width: 100%;
  }
}
.content-slider .swiper-slide {
  display: none;
  position: relative;
}
.swiper-container-horizontal .content-slider__slide,
.content-slider__slide:first-child {
  display: block;
}
.content-slider__slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.content-slider__slide.swiper-slide-active:after {
  opacity: 0;
}
.content .content-slider__img {
  display: block;
  width: 100%;
}
.content .content-slider__img {
  margin: 0;
}
.content-slider__title {
  position: relative;
  margin-right: 17.7%;
}
@media (max-width: 767px) {
  .content-slider__title {
    margin: 0 15px;
  }
}
.content-slider__name {
  padding-right: 70px;
  color: #c7cccf;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
}
.content-slider__name-item {
  display: none;
}
.content-slider__name-item:first-child {
  display: block;
}
.content-slider__count {
  position: absolute;
  right: 0;
  top: 0;
  color: #c7cccf;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  padding-right: 2px;
}
.content-slider__prev {
  width: 21px;
  height: 33px;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 3;
  margin-top: -16px;
}
.content-slider__prev:hover .svg-prev {
  fill: #ff7c00;
}
@media (max-width: 767px) {
  .content-slider__prev {
    width: 17px;
    height: 27px;
    margin-top: -13px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .content-slider__prev .svg-prev {
    width: 17px;
    height: 27px;
  }
}
.content-slider__next {
  width: 21px;
  height: 33px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 3;
  margin-top: -16px;
}
.content-slider__next:hover .svg-next {
  fill: #ff7c00;
}
@media (max-width: 767px) {
  .content-slider__next {
    width: 17px;
    height: 27px;
    margin-top: -13px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .content-slider__next .svg-next {
    width: 17px;
    height: 27px;
  }
}
/* ----------------------------------- main-article ----------------------------------- */
.main-article {
  padding: 40px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main-article {
    padding: 15px 0 60px;
  }
}
@media (max-width: 767px) {
  .main-article {
    padding: 20px 0 20px;
    margin: 0 -15px;
  }
}
.main-article__in {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 65px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .main-article__in {
    padding: 30px 20px 40px;
  }
}
.main-article__in:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-article__title {
  font-size: 40px;
  line-height: 45px;
  text-decoration: none;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-article__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.main-article__link {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-article__link:hover {
  color: #ff7c00;
  text-decoration: none;
}
.main-article__arr {
  display: inline;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.main-article__arr .svg-arrow-big {
  width: 17px;
  height: 27px;
}
@media (max-width: 767px) {
  .main-article__arr {
    width: 17px;
    height: 27px;
  }
}
.main-article__txt {
  white-space: normal;
}
.main-article__date {
  font-size: 24px;
  line-height: 26px;
  color: #c7cccf;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-article__date {
    font-size: 18px;
    line-height: 22px;
  }
}
/* ----------------------------------- filtr ----------------------------------- */
.filtr {
  margin-bottom: 30px;
  margin-right: -40px;
}
.filtr:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .filtr {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.filtr__col-1 {
  width: 50%;
  float: left;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .filtr__col-1 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.filtr__col-2 {
  width: 50%;
  float: left;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .filtr__col-2 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
/* ----------------------------------- select ----------------------------------- */
.select {
  width: 100% !important;
}
.select.selectBox {
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #ccced2;
  background: #fff;
  position: relative;
  outline: none;
  height: 50px;
}
.select.selectBox .selectBox-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 14px 0 14px 20px;
  width: auto !important;
  margin-right: 40px;
  display: block;
  color: #2c3443;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: normal;
}
.select.selectBox .selectBox-label a {
  color: #2c3443;
  text-decoration: none;
}
@media (max-width: 767px) {
  .select.selectBox .selectBox-label {
    font-size: 13px;
  }
}
.select.selectBox .selectBox-arrow {
  display: block;
  width: 11px;
  height: 7px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.select_it.selectBox {
  font-style: italic;
}
.select.selectBox.selectBox-menuShowing .selectBox-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select.selectBox-dropdown {
  display: block !important;
}
.select-selectBox-dropdown-menu {
  position: absolute;
  z-index: 20;
  border: 1px solid #ccced2;
  background: #fff;
  padding: 7px 0;
  max-height: 300px;
  overflow: auto;
  margin-top: -1px;
}
.select-selectBox-dropdown-menu a {
  display: block;
  text-decoration: none;
  color: #2c3443;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.select-selectBox-dropdown-menu .selectBox-selected a,
.select-selectBox-dropdown-menu .selectBox-hover a {
  color: #ff7c00;
}
.select-selectBox-dropdown-menu li.data-active-true a {
  color: #ff7c00;
  text-decoration: underline;
}
.select_it-selectBox-dropdown-menu a {
  font-style: italic;
}
.select-selectBox-dropdown-menu.selectBox-options-bottom {
  border-top: none;
}
.select-selectBox-dropdown-menu.selectBox-options-bottom:before {
  content: "";
  display: block;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #ccced2;
  position: absolute;
  top: 0;
}
.selectBox.selectBox-inline {
  height: auto !important;
}
.selectBox.selectBox-inline .selectBox-options {
  padding: 20px 0;
  letter-spacing: normal;
  margin-bottom: 0;
}
.selectBox.selectBox-inline .selectBox-options li:before {
  display: none;
}
.select-selectBox-dropdown-menu .marked {
  font-weight: bold;
  text-decoration: underline;
}
/* ----------------------------------- filtr-search ----------------------------------- */
.filtr-search {
  margin-bottom: 30px;
}
.filtr-search:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .filtr-search {
    margin-bottom: 10px;
  }
}
.filtr-search__sel {
  float: left;
  width: 100%;
  padding-right: 210px;
}
@media (max-width: 767px) {
  .filtr-search__sel {
    float: none;
    padding-right: 0;
  }
}
.filtr-search__butt {
  width: 210px;
  float: left;
  margin-left: -210px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .filtr-search__butt {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 10px 0 0 0;
  }
}
/* ----------------------------------- button ----------------------------------- */
.button {
  height: 50px;
  background: #ff7c00;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
.button:hover {
  background: #2c3443;
}
.button_default {
  width: 200px;
}
.button_link {
  width: 200px;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
}
.button_link:hover {
  text-decoration: none;
}
.button_push {
  margin-right: 20px;
}
.top-buttons {
  margin-bottom: 20px;
}
/* ----------------------------------- qic ----------------------------------- */
.qic {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #ff7c00;
  position: relative;
}
.qic:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  position: absolute;
  left: 4px;
  top: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qic:after {
  width: 1px;
  background: #ff7c00;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: -2px;
  z-index: 2;
}
/* ----------------------------------- accordion ----------------------------------- */
.accordion {
  margin-bottom: 40px;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__toggle {
  display: block;
  background: #eff0f3;
  padding: 13px 80px 13px 20px;
  text-decoration: none;
  color: #000;
  font-size: 21px;
  line-height: 26px;
  font-family: ubuntu, sans-serif;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.accordion__toggle:hover,
.accordion__toggle.active {
  background: #6f747e;
  text-decoration: none;
  color: #fff;
}
.accordion__toggle:hover .svg-arr-down-big,
.accordion__toggle.active .svg-arr-down-big {
  fill: #fff;
}
@media (max-width: 767px) {
  .accordion__toggle {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 60px 11px 20px;
  }
}
@media (max-width: 767px) {
  .accordion__toggle .svg-arr-down-big {
    width: 18px;
    height: 12px;
  }
}
.accordion__arr {
  width: 22px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .accordion__arr {
    width: 18px;
    height: 12px;
    margin-top: -6px;
    right: 20px;
  }
}
.accordion__toggle.active .accordion__arr {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__hidden {
  display: none;
}
/* ----------------------------------- catalog-filtr ----------------------------------- */
.catalog-filtr {
  padding: 0 0 40px;
  margin-right: -10px;
}
.catalog-filtr:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .catalog-filtr {
    padding: 0 0 20px;
  }
}
.catalog-filtr_2 {
  padding-bottom: 0;
}
.catalog-filtr__switch {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-right: 28px;
}
.catalog-filtr__switch:hover {
  color: #ff7c00;
  text-decoration: none;
}
@media (max-width: 767px) {
  .catalog-filtr__switch {
    position: relative;
    float: right;
    font-size: 13px;
    line-height: 18px;
  }
}
.catalog-filtr__top {
  clear: both;
  padding-bottom: 20px;
  position: relative;
  margin-right: 10px;
}
.catalog-filtr__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.catalog-filtr__col-1 {
  padding-right: 10px;
  float: left;
  width: 40.5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-filtr__col-1 {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-filtr__col-1 {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
.catalog-filtr__col-2 {
  padding-right: 10px;
  float: left;
  width: 30.4%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-filtr__col-2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .catalog-filtr__col-2 {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
.catalog-filtr__col-3 {
  padding-right: 10px;
  float: left;
  width: 29.1%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-filtr__col-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .catalog-filtr__col-3 {
    width: 100%;
    float: none;
  }
}
.catalog-filtr__col-4 {
  padding-right: 10px;
  float: left;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-filtr__col-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .catalog-filtr__col-4 {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
.catalog-filtr__col-5 {
  padding-right: 10px;
  float: left;
  width: 40%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-filtr__col-5 {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-filtr__col-5 {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
.catalog-filtr__burger {
  display: block;
  width: 15px;
  position: absolute;
  right: 0;
  top: 1px;
}
.catalog-filtr__burger:after {
  content: "";
  display: block;
  height: 3px;
  background: #ff7c00;
}
.catalog-filtr__burger-in:after,
.catalog-filtr__burger-in:before {
  content: "";
  display: block;
  height: 3px;
  background: #ff7c00;
  margin-bottom: 3px;
}
/* ----------------------------------- input ----------------------------------- */
.input {
  height: 50px;
  display: block;
  width: 100%;
  border: 1px solid #ccced2;
  background: #fff;
  padding: 14px 20px;
  color: #2c3443;
  font-size: 15px;
  line-height: 20px;
  text-overflow: ellipsis;
  outline: none;
}
.input.error {
  border-color: #ff7c00;
}
.input_h {
  height: 130px;
}
.input_w2 {
  width: 295px;
}
@media (max-width: 767px) {
  .input_w2 {
    width: 100%;
  }
}
.input_w3 {
  width: 335px;
}
@media (max-width: 767px) {
  .input_w3 {
    width: 100%;
  }
}
.input::-webkit-input-placeholder {
  color: #2c3443;
  opacity: 1;
  font-style: italic;
}
.input::-moz-placeholder {
  color: #2c3443;
  opacity: 1;
  font-style: italic;
}
.input:-moz-placeholder {
  color: #2c3443;
  opacity: 1;
  font-style: italic;
}
.input:-ms-input-placeholder {
  color: #2c3443;
  opacity: 1;
  font-style: italic;
}
.input.error::-webkit-input-placeholder {
  color: #ff7c00;
}
.input.error::-moz-placeholder {
  color: #ff7c00;
}
.input.error:-moz-placeholder {
  color: #ff7c00;
}
.input.error:-ms-input-placeholder {
  color: #ff7c00;
}
.input.datepicker::-webkit-input-placeholder {
  letter-spacing: 1px;
}
.input.datepicker::-moz-placeholder {
  letter-spacing: 1px;
}
.input.datepicker:-moz-placeholder {
  letter-spacing: 1px;
}
.input.datepicker:-ms-input-placeholder {
  letter-spacing: 1px;
}
.filter__fs {
  margin-right: -20px;
  margin-bottom: 20px;
}
.filter__fs:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.filter__f1 {
  width: 60%;
  padding-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .filter__f1 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
.filter__f2 {
  width: 20%;
  padding-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .filter__f2 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
.filter__f3 {
  width: 20%;
  padding-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .filter__f3 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
.input.date {
  cursor: pointer;
  background: url(../../.default/images/calendar.png) 90% 50% no-repeat;
  -webkit-background-size: 18px 21px;
  -moz-background-size: 18px 21px;
  background-size: 18px 21px;
}
/* ----------------------------------- tags ----------------------------------- */
.tags {
  margin-bottom: 40px;
  margin-right: 220px;
  position: relative;
}
@media (max-width: 767px) {
  .tags {
    margin-right: 0;
  }
}
.tags__list {
  height: 50px;
  display: block;
  width: 100%;
  border: 1px solid #ccced2;
  background: #fff;
  outline: none;
  position: relative;
  z-index: 5;
}
.tags__list:after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.tags__label {
  padding: 14px 20px;
  color: #2c3443;
  font-size: 15px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.tags__label:hover {
  text-decoration: none;
}
.tags__popup {
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #ccced2;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  left: -1px;
  right: -1px;
  padding: 10px 0;
}
.tags__ch {
  display: none;
}
.tags__tag {
  padding: 7px 20px;
  color: #2c3443;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.tags__tag:hover {
  color: #ff7c00;
}
.tags__ch:checked + .tags__tag {
  color: #ff7c00;
  text-decoration: underline;
}
.tags-row {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 400;
}
.tags__button {
  position: absolute;
  right: -220px;
  top: 0;
}
@media (max-width: 767px) {
  .tags__button {
    right: auto;
    top: 70px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .selected-tags {
    margin: 100px 0 20px 0!important;
  }
}
/* ----------------------------------- catalog ----------------------------------- */
.catalog:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .catalog {
    padding: 20px 0;
  }
}
.catalog__col {
  width: 50%;
  float: left;
  padding: 17px 0;
}
@media (max-width: 767px) {
  .catalog__col {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.catalog__it {
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .catalog__it {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 18px;
  }
}
.catalog__link {
  color: #ff7c00;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.catalog__link:hover {
  color: #2c3443;
  text-decoration: none;
}
/* ----------------------------------- pcols ----------------------------------- */
.pcols {
  margin-bottom: 50px;
  width: 100%;
  display: table;
}
@media (max-width: 767px) {
  .pcols {
    margin-bottom: 40px;
  }
}
.pcols__col-1 {
  width: 50%;
  border-right: 1px solid #ecedf1;
  display: table-cell;
}
@media (max-width: 767px) {
  .pcols__col-1 {
    width: 100%;
    border-right: none;
    display: block;
    margin-bottom: 20px;
  }
}
.pcols__col-2 {
  width: 50%;
  display: table-cell;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .pcols__col-2 {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.pcols__h {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pcols__h {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
  }
}
.pcols__item {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .pcols__item {
    font-size: 13px;
    line-height: 18px;
  }
}
.pcols__link {
  white-space: nowrap;
  text-decoration: none;
  color: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.pcols__link:hover {
  color: #2c3443;
  text-decoration: none;
}
.pcols__txt {
  white-space: normal;
  margin-right: 10px;
}
/* ----------------------------------- gallery ----------------------------------- */
.gallery {
  margin-right: -30px;
  margin-bottom: 40px;
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.gallery img {
  max-width: 10000px;
}
.gallery__slider {
  overflow: hidden;
}
.gallery__next {
  width: 21px;
  height: 33px;
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -18px;
}
.gallery__next-ic {
  fill: #6f747e;
  width: 21px;
  height: 33px;
}
.gallery__prev {
  width: 21px;
  height: 33px;
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -18px;
}
.gallery__prev-ic {
  fill: #6f747e;
  width: 21px;
  height: 33px;
}
.gallery__item {
  height: auto !important;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  text-decoration: none;
  margin-bottom: 10px;
  width: auto !important;
}
.gallery__item:hover {
  text-decoration: none;
}
.gallery__img {
  display: block;
}
.content .gallery__img {
  margin: 0;
}
.gallery__wrap {
  position: relative;
  display: block;
}
.gallery__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.gallery__item:hover .gallery__wrap:after {
  opacity: 1;
}
.gallery__title {
  font-size: 16px;
  line-height: 24px;
  color: #2c3443;
  letter-spacing: normal;
  padding-top: 20px;
  display: block;
  font-family: ubuntu, sans-serif;
}
@media (max-width: 767px) {
  .gallery__title {
    padding-top: 15px;
    font-size: 13px;
    line-height: 18px;
  }
}
.gallery__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.gallery__item:hover .gallery__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.gallery__plus {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-weight: 800;
  position: absolute;
  width: 27px;
  top: 5px;
  left: 0;
}
/* ----------------------------------- reach ----------------------------------- */
.reach {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .reach {
    margin-bottom: 30px;
  }
}
.reach__img {
  width: 140px;
  vertical-align: middle;
  margin-right: -140px;
  display: inline-block;
}
@media (max-width: 767px) {
  .reach__img {
    display: block;
    margin-right: 0;
  }
}
.content .reach__img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content .reach__img {
    margin-bottom: 15px;
  }
}
.reach__txt {
  vertical-align: middle;
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
  color: #000;
  font-family: ubuntu, sans-serif;
  width: 100%;
  padding-left: 185px;
}
@media (max-width: 767px) {
  .reach__txt {
    display: block;
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
/* ----------------------------------- sertif ----------------------------------- */
.sertif {
  padding: 30px 20px 10px;
}
.sertif:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .sertif {
    float: none;
    padding: 20px 10px 10px;
  }
}
.sertif__col-1 {
  width: 100%;
  float: right;
  padding-right: 195px;
}
@media (max-width: 767px) {
  .sertif__col-1 {
    float: none;
    padding-right: 0;
  }
}
.sertif__col-2 {
  width: 195px;
  float: right;
  margin-left: -195px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sertif__col-2 {
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.sertif__col-2 img {
  margin-bottom: 5px;
}
.sertif__im {
  display: block;
}
/* ----------------------------------- infs ----------------------------------- */
.infs {
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .infs {
    padding: 20px 10px 20px 10px;
  }
}
/* ----------------------------------- inf ----------------------------------- */
.inf {
  border-bottom: 1px dotted #b6b9bf;
  padding: 36px 0;
}
@media (max-width: 767px) {
  .inf {
    padding: 25px 0 30px;
  }
}
.inf:first-child {
  padding-top: 0;
}
.inf:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.inf__h {
  color: #2c3443;
  font-size: 16px;
  line-height: 20px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .inf__h {
    margin-bottom: 10px;
  }
}
.inf__row {
  color: #2c3443;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .inf__row {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.inf__cols {
  padding-top: 5px;
}
.inf__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.inf__col-1 {
  float: left;
  width: 205px;
  padding-right: 15px;
  position: relative;
  padding-top: 15px;
  color: #2c3443;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .inf__col-1 {
    width: 185px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .inf__col-1 {
    width: 185px;
  }
}
@media (max-width: 767px) {
  .inf__col-1 {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.inf__col-2 {
  width: 100%;
  float: left;
  padding: 0 185px 0 205px;
  margin: 0 -185px 0 -205px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .inf__col-2 {
    padding: 0 160px 0 185px;
    margin: 0 -160px 0 -185px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .inf__col-2 {
    padding: 0 160px 0 185px;
    margin: 0 -160px 0 -185px;
  }
}
@media (max-width: 767px) {
  .inf__col-2 {
    padding: 0;
    margin: 0;
    float: none;
  }
}
.inf__col-3 {
  float: left;
  width: 185px;
  position: relative;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .inf__col-3 {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .inf__col-3 {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .inf__col-3 {
    width: 100%;
    float: none;
  }
}
.inf__sel {
  margin: 0 48px 10px 0;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .inf__sel {
    margin: 0 28px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .inf__sel {
    margin: 0 28px 10px 0;
  }
}
@media (max-width: 767px) {
  .inf__sel {
    margin: 0 0 10px 0;
  }
}
.inf__date {
  color: #c7cccf;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .inf__date {
    font-size: 13px;
    margin-bottom: 25px;
  }
}
/* ----------------------------------- downl ----------------------------------- */
.downl {
  text-decoration: none;
  position: relative;
  min-height: 50px;
  padding-left: 65px;
  display: block;
  padding-top: 2px;
}
.downl:hover {
  text-decoration: none;
}
.downl__ic {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  border: 2px solid #ff7c00;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
}
.downl__txt {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 17px;
  font-family: ubuntu, sans-serif;
}
.downl__size {
  display: block;
  color: #c7cccf;
  font-size: 14px;
  line-height: 18px;
}
/* ----------------------------------- market-item ----------------------------------- */
.market-item {
  margin-bottom: 20px;
}
.market-item__h {
  background: #eff0f3;
  padding: 15px 20px;
  color: #000;
  font-size: 21px;
  line-height: 22px;
  font-family: ubuntu, sans-serif;
}
@media (max-width: 767px) {
  .market-item__h {
    font-size: 18px;
    line-height: 20px;
  }
}
.market-item__cols {
  padding: 30px 20px 0;
  margin-bottom: 20px;
}
.market-item__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .market-item__cols {
    padding: 15px 10px 0;
  }
}
.market-item__col-1 {
  width: 52.7%;
  float: left;
  padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .market-item__col-1 {
    width: 49%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .market-item__col-1 {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
.market-item__col-2 {
  width: 47.3%;
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .market-item__col-2 {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .market-item__col-2 {
    width: auto;
    float: none;
    margin: 0 -10px;
  }
}
.market-item__row {
  margin-bottom: 10px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .market-item__row {
    margin-bottom: 2px;
    margin-left: 0;
  }
}
.market-item__link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-right: 15px;
  font-size: 16px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.market-item__link:hover {
  color: #2c3443;
  text-decoration: none;
}
.market-item__link:hover .svg-arrow-right {
  fill: #2c3443;
}
/* ----------------------------------- quotes ----------------------------------- */
.quotes {
  border: 1px solid #ccced2;
  padding: 15px 15px 5px 45px;
  margin-bottom: 15px;
  min-height: 113px;
}
.quotes__row {
  margin-bottom: 5px;
}
.quotes__q {
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #2c3443;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}
.quotes__qmin {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #2c3443;
}
.quotes__txt {
  color: #c7cccf;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
@media (max-width: 767px) {
  .quotes__txt {
    font-size: 13px;
    line-height: 16px;
  }
}
.quotes__val {
  color: #2c3443;
  margin-right: 15px;
}
.quotes__val:last-child {
  margin-right: 0;
}
/* ----------------------------------- doc ----------------------------------- */
.doc {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .doc {
    padding-top: 25px;
    margin-bottom: 20px;
  }
}
.doc__item {
  margin-bottom: 40px;
  position: relative;
  min-height: 50px;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .doc__item {
    margin-bottom: 20px;
  }
}
.doc__type {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #ff7c00;
  color: #ff7c00;
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.doc__title {
  font-size: 18px;
  line-height: 24px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .doc__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.doc__link {
  text-decoration: none;
  color: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.doc__link:hover {
  text-decoration: none;
  color: #ff7c00;
}
.doc__size {
  font-size: 14px;
  line-height: 18px;
  color: #c7cccf;
}
/* ----------------------------------- hr2 ----------------------------------- */
.hr2 {
  border-top: 1px dotted #b6b9bf;
}
/* ----------------------------------- content-h ----------------------------------- */
.content-h {
  padding: 15px 0 5px;
}
@media (max-width: 767px) {
  .content-h {
    padding: 0;
  }
}
/* ----------------------------------- pr-cols ----------------------------------- */
.pr-cols {
  margin-bottom: 20px;
}
.pr-cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.pr-cols__col-1 {
  width: 50%;
  float: left;
  padding: 15px 20px 1px 0;
}
@media (max-width: 767px) {
  .pr-cols__col-1 {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.pr-cols__col-2 {
  width: 50%;
  float: left;
  border-left: 1px solid #ecedf1;
  padding: 15px 0 1px 50px;
}
@media (max-width: 767px) {
  .pr-cols__col-2 {
    width: 100%;
    float: none;
    padding: 0;
    border-left: none;
  }
}
/* ----------------------------------- content-bl ----------------------------------- */
.content-bl {
  padding: 30px 0 0;
  margin-bottom: 30px;
}
/* ----------------------------------- ord-form ----------------------------------- */
.ord-form {
  padding: 40px 0;
}
.content .ord-form__h {
  margin-bottom: 30px;
}
/* ----------------------------------- form ----------------------------------- */
.form__row {
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .form__row {
    margin-bottom: 20px;
  }
}
.form__row_last {
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .form__row_last {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.form__label {
  width: 200px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -200px;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .form__label {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.form__label_top {
  vertical-align: top;
}
.form__input {
  width: 100%;
  padding-left: 200px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .form__input {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.form__reqwr {
  width: 60%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .form__reqwr {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.form__buttonwr {
  width: 40%;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .form__buttonwr {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .form__buttonwr .button {
    width: 100%;
  }
}
.form__mess {
  color: #2c3443;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0;
}
.form__h {
  color: #000;
  background: #eff0f3;
  padding: 15px 25px;
  margin-bottom: 40px;
  font-family: ubuntu, sans-serif;
  font-size: 21px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .form__h {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.form__top {
  margin-bottom: 20px;
  color: #c7cccf;
  font-size: 16px;
  line-height: 20px;
}
.form__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .form__top {
    font-size: 13px;
    line-height: 18px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.form__top-l {
  float: right;
}
.form__date {
  width: 295px;
  position: relative;
}
@media (max-width: 767px) {
  .form__date {
    width: 100%;
  }
}
.form__add {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0 20px;
}
.form__add:hover {
  text-decoration: none;
  text-decoration: underline;
}
.form__allmess {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: normal;
  color: #2c3443;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  width: 100%;
  cursor: pointer;
}
.form__allcheck {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: -40px;
  position: relative;
  z-index: 2;
  padding-top: 4px;
}
/* ----------------------------------- label ----------------------------------- */
.label {
  font-size: 15px;
  color: #2c3443;
  font-weight: bold;
}
/* ----------------------------------- req ----------------------------------- */
.req {
  color: #ff7c00;
}
/* ----------------------------------- faq ----------------------------------- */
.faq {
  padding: 30px 0;
}
.content .faq__h {
  margin-bottom: 25px;
}
/* ----------------------------------- open-item ----------------------------------- */
.open-item {
  padding-bottom: 1px;
}
.open-item__open {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #2c3443;
  white-space: nowrap;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.open-item__open:hover {
  color: #ff7c00;
  text-decoration: none;
}
.open-item__dot {
  border-bottom: 1px dotted #2c3443;
  white-space: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.open-item__open:hover .open-item__dot {
  border-bottom-color: transparent;
}
.open-item__arr {
  margin-left: 8px;
}
.open-item__open.active .svg-arrow-down-2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.open-item__hidden {
  display: none;
}
/* ----------------------------------- radios ----------------------------------- */
.radios {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.radios__it {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  display: inline-block;
  min-width: 147px;
  padding: 0 0 20px;
  vertical-align: middle;
}
.radios__it_sm {
  min-width: 107px;
}
.radios__label {
  color: #2c3443;
  vertical-align: top;
  margin: 0 15px;
  cursor: pointer;
}
/* ----------------------------------- radios ----------------------------------- */
.radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
}
.radio__el {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.radio__in {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcfd3;
  position: relative;
}
.radio__in:after {
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  box-shadow: 0 0 0 5px #ff7c00;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.radio__el:checked + .radio__in:after {
  opacity: 1;
  box-shadow: 0 0 0 -2px #ff7c00;
}
/* ----------------------------------- checkbox ----------------------------------- */
.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.checkbox__el {
  width: 20px;
  height: 20px;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
.checkbox__in {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b6b9bf;
}
.checkbox__el:checked + .checkbox__in .svg-checkbox {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* ----------------------------------- date-icon ----------------------------------- */
.date-icon {
  width: 22px;
  height: 20px;
  background: #cdced2;
  padding: 5px 1px 1px 1px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.date-icon__in {
  background: #fff;
  position: relative;
  display: block;
  height: 14px;
}
.date-icon__q {
  display: block;
  background: #cdced2;
  width: 4px;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.date-icon:hover {
  background: #ff7c00;
}
.date-icon:hover .date-icon__q {
  background: #ff7c00;
}
.date-icon__q_1 {
  left: 2px;
  top: 2px;
}
.date-icon__q_2 {
  left: 2px;
  top: 8px;
}
.date-icon__q_3 {
  left: 8px;
  top: 2px;
}
.date-icon__q_4 {
  left: 8px;
  top: 8px;
}
.date-icon__q_5 {
  left: 14px;
  top: 2px;
}
.date-icon__q_6 {
  left: 14px;
  top: 8px;
}
/* ----------------------------------- datepicker ----------------------------------- */
.Zebra_DatePicker {
  position: absolute;
  z-index: 99;
  width: 196px;
  background: #fff;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker.dp_visible {
  display: block;
}
.dp_header {
  width: 100%;
  background: #ff7c00;
}
.dp_header .dp_previous {
  width: 20px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.dp_header .dp_next {
  width: 20px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.dp_header .dp_caption {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  color: #fff;
}
.dp_daypicker {
  width: 100%;
  border: 1px solid #eff0f3;
  border-top: none;
}
.dp_daypicker td {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  border: 1px solid #eff0f3;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.dp_daypicker td.dp_selected {
  background: #eff0f3;
}
.dp_daypicker td.dp_hover {
  color: #ff7c00;
}
.dp_daypicker td.dp_not_in_month {
  opacity: .4;
}
.dp_daypicker th {
  font-size: 13px;
  line-height: 16px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: #eff0f3;
  text-align: center;
  font-weight: normal;
}
.dp_monthpicker {
  width: 100%;
  border: 1px solid #eff0f3;
  border-top: none;
}
.dp_monthpicker td {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  border: 1px solid #eff0f3;
  width: 65px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.dp_monthpicker td.dp_selected {
  background: #eff0f3;
}
.dp_monthpicker td.dp_hover {
  color: #ff7c00;
}
.dp_yearpicker {
  width: 100%;
  border: 1px solid #eff0f3;
  border-top: none;
}
.dp_yearpicker td {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  border: 1px solid #eff0f3;
  width: 65px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.dp_yearpicker td.dp_selected {
  background: #eff0f3;
}
.dp_yearpicker td.dp_hover {
  color: #ff7c00;
}
.dp_footer {
  width: 100%;
}
.dp_footer td {
  border: 1px solid #eff0f3;
  font-size: 13px;
  line-height: 16px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  height: 28px;
  padding: 5px;
  cursor: pointer;
  border-top: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.dp_footer td.dp_selected {
  background: #eff0f3;
}
.dp_footer td.dp_hover {
  color: #ff7c00;
}
/* ----------------------------------- videos ----------------------------------- */
.videos {
  margin: 0 -40px 20px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .videos {
    margin: 0 -20px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .videos {
    margin: 0 -20px 20px 0;
  }
}
@media (max-width: 767px) {
  .videos {
    margin: 0 0 20px 0;
  }
}
.videos__imgwr {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .videos__imgwr {
    margin: 0 -15px;
  }
}
.videos__imgwr:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -38px 0 0 -38px;
  border-radius: 50%;
  z-index: 2;
}
.videos__imgwr:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 18px 26px;
  margin: -17px 0 0 -8px;
  border-left-color: #3a4455;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.videos__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 40px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  margin-bottom: 50px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .videos__item {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .videos__item {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .videos__item {
    padding-right: 0;
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
.videos__item_width {
  width: 100%;
}
.videos__item_width .videos__imgwr:before {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .videos__item_width .videos__imgwr:before {
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -38px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .videos__item_width .videos__imgwr:before {
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -38px;
  }
}
@media (max-width: 767px) {
  .videos__item_width .videos__imgwr:before {
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -38px;
  }
}
.videos__item_width .videos__imgwr:after {
  border-width: 24px 36px;
  margin: -23px 0 0 -13px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .videos__item_width .videos__imgwr:after {
    border-width: 18px 26px;
    margin: -17px 0 0 -8px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .videos__item_width .videos__imgwr:after {
    border-width: 18px 26px;
    margin: -17px 0 0 -8px;
  }
}
@media (max-width: 767px) {
  .videos__item_width .videos__imgwr:after {
    border-width: 18px 26px;
    margin: -17px 0 0 -8px;
  }
}
.videos__img {
  display: block;
  width: 100%;
}
.content .videos__img {
  margin: 0;
}
.videos__title {
  font-size: 21px;
  line-height: 23px;
  font-family: ubuntu, sans-serif;
  margin-bottom: 5px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .videos__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 3px;
  }
}
.videos__title-link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.videos__title-link:hover {
  color: #ff7c00;
  text-decoration: none;
}
.videos__txt {
  white-space: normal;
}
.videos__arr {
  display: inline;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.videos__date {
  color: #c7cccf;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .videos__date {
    margin-bottom: 15px;
  }
}
.videos__p {
  font-size: 15px;
  line-height: 24px;
  color: #2c3443;
}
@media (max-width: 767px) {
  .videos__p {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ----------------------------------- corp ----------------------------------- */
.corp {
  margin-right: -40px;
}
.corp:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 980px) and (max-width: 1099px) {
  .corp {
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .corp {
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .corp {
    margin-right: 0;
  }
}
.corp__col {
  width: 33.33%;
  float: left;
  padding-right: 40px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .corp__col {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .corp__col {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .corp__col {
    padding-right: 0;
    width: 100%;
  }
}
.corp__item {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .corp__item {
    margin-bottom: 20px;
  }
}
.corp__imgwr {
  margin-bottom: 15px;
}
.corp__img {
  width: 100%;
  display: block;
}
.content .corp__img {
  margin-bottom: 0;
}
.corp__title {
  font-size: 21px;
  line-height: 23px;
  font-family: ubuntu, sans-serif;
  margin-bottom: 5px;
}
.corp__title-link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.corp__title-link:hover {
  color: #ff7c00;
  text-decoration: none;
}
.corp__txt {
  white-space: normal;
}
.corp__arr {
  display: inline;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.corp__date {
  color: #c7cccf;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}
/* ----------------------------------- videopage ----------------------------------- */
.videopage {
  width: 790px;
  padding: 20px 30px 30px 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .videopage {
    width: 400px;
    padding: 20px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .videopage {
    width: 300px;
    padding: 10px;
  }
}
.videopage__frame {
  margin-bottom: 15px;
}
.videopage__frame div {
  width: 100% !important;
  height: 400px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .videopage__frame div {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  .videopage__frame div {
    height: 200px !important;
  }
}
.videopage__frame iframe {
  width: 100% !important;
  height: 400px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .videopage__frame iframe {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  .videopage__frame iframe {
    height: 200px !important;
  }
}
.videopage__top {
  margin-bottom: 20px;
}
.videopage__h {
  color: #2c3443;
  font-size: 21px;
  line-height: 24px;
  font-family: ubuntu, sans-serif;
  margin-right: 20px;
}
.videopage__wrap {
  margin-bottom: 15px;
  position: relative;
}
.videopage__wrap:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .videopage__wrap:before {
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -38px;
  }
}
.videopage__wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 24px 36px;
  margin: -23px 0 0 -13px;
  border-left-color: #3a4455;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
@media (max-width: 767px) {
  .videopage__wrap:after {
    border-width: 18px 26px;
    margin: -17px 0 0 -8px;
  }
}
.videopage__img {
  width: 100%;
  display: block;
}
.videopage__date {
  position: relative;
  color: #c7cccf;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.videopage__share {
  color: #ff7c00;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.videopage__share:hover {
  text-decoration: underline;
  text-decoration: none;
}
.videopage__p {
  color: #2c3443;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .videopage__p {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ----------------------------------- factory ----------------------------------- */
.factory__h {
  padding: 10px 20px;
  background: #eff0f3;
  font-family: ubuntu, sans-serif;
  font-size: 21px;
  line-height: 24px;
  color: #000;
}
@media (max-width: 767px) {
  .factory__h {
    font-size: 18px;
    line-height: 21px;
  }
}
.factory__lwr {
  padding: 10px 20px;
}
.factory__row {
  padding: 10px 0;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .factory__row {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ----------------------------------- bigfloat-bg ----------------------------------- */
.bigfloat-bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 6;
}
/* ----------------------------------- bigfloat ----------------------------------- */
.bigfloat {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  position: fixed;
  z-index: 9;
}
.bigfloat:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.bigfloat__wrapper {
  position: absolute;
  top: 170px;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bigfloat__wrapper {
    top: 0;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .bigfloat__wrapper {
    top: 0;
    bottom: 70px;
  }
}
.bigfloat__wrapper.active {
  left: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bigfloat__wrapper.active {
    left: 0;
  }
}
@media (max-width: 767px) {
  .bigfloat__wrapper.active {
    left: 0;
  }
}
.bigfloat_show {
  width: 100%;
  overflow: hidden;
}
.bigfloat__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: #fff;
}
.bigfloat__buttons {
  position: absolute;
  top: 50px;
  left: -50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bigfloat__buttons {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .bigfloat__buttons {
    display: none !important;
  }
}
.bigfloat__button {
  display: block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  position: relative;
  background: #6f747e;
}
.bigfloat__button.active {
  background: #ff7c00;
}
.bigfloat__button.active .bigfloat__txt {
  background: #ff7c00;
}
.bigfloat__button.active:after {
  background: #ff7c00;
}
.bigfloat__button:after {
  background: #6f747e;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.bigfloat__content {
  padding: 35px 40px 65px 50px;
  display: none;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bigfloat__content {
    padding: 35px 20px 35px 20px;
  }
}
@media (max-width: 767px) {
  .bigfloat__content {
    padding: 25px 10px 25px 10px;
  }
}
.bigfloat__inner.active .bigfloat__content {
  display: block;
}
.bigfloat__txtwr {
  overflow: hidden;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  transform: translate(100%);
}
.bigfloat__txt {
  background: #6f747e;
  height: 50px;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #6f747e;
  padding: 0 30px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.bigfloat__button:hover .bigfloat__txt {
  color: #fff;
}
.bigfloat__button:hover .bigfloat__txtwr {
  transform: translate(0);
}
.bigfloat__close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bigfloat__close {
    display: block;
  }
}
@media (max-width: 767px) {
  .bigfloat__close {
    display: block;
  }
}
.bigfloat__close-ic {
  width: 20px;
  height: 20px;
  display: block;
  fill: #2c3443;
}
/* ----------------------------------- icon-play ----------------------------------- */
.icon-play {
  height: 0;
  width: 0;
  display: block;
  border-width: 14px 20px;
  border-color: transparent;
  border-left-color: #fff;
  border-style: solid;
  position: absolute;
  left: 17px;
  top: 12px;
  z-index: 2;
}
/* ----------------------------------- icon-i ----------------------------------- */
.icon-i {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  position: absolute;
  left: 14px;
  top: 13px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
}
/* ----------------------------------- docs-icon ----------------------------------- */
.docs-icon {
  display: block;
  width: 24px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 11px;
  background: inherit;
  z-index: 2;
}
.docs-icon__in-1 {
  display: block;
  width: 16px;
  height: 23px;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  background: inherit;
  padding: 3px 2px 0;
}
.docs-icon__in-2 {
  display: block;
  width: 16px;
  height: 23px;
  border: 2px solid #fff;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 0;
  background: inherit;
  padding: 3px 2px 0;
}
.docs-icon__in-2:before,
.docs-icon__in-1:before {
  display: block;
  content: "";
  height: 1px;
  background: #fff;
  margin-bottom: 2px;
}
.docs-icon__line:before,
.docs-icon__line:after {
  display: block;
  content: "";
  height: 1px;
  background: #fff;
  margin-bottom: 2px;
}
/* ----------------------------------- job-map ----------------------------------- */
.job-map {
  padding-top: 20px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .job-map {
    display: none;
  }
}
.content .job-map__head {
  margin-bottom: 0;
}
.job-map__block {
  position: relative;
}
.job-map__title {
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #2c3443;
  font-family: ubuntu, sans-serif;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.job-map__title.active {
  opacity: 1;
}
.job-map__title.enabled {
  opacity: 1;
  top: 14%;
}
.job-map__line {
  width: 1px;
  background: #2c3443;
  position: absolute;
  z-index: 3;
  top: 14%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.job-map__title.active + .job-map__line {
  opacity: 1;
}
.job-map__title.enabled + .job-map__line {
  opacity: 1;
  top: 24%;
}
.job-map__title_center {
  top: 4.5%;
  left: 3%;
}
.job-map__title_center + .job-map__line {
  left: 11.5%;
  height: 39.8%;
}
.job-map__title_center.enabled + .job-map__line {
  height: 29.8%;
}
.job-map__title_norwest {
  top: 4.5%;
  left: 13.9%;
}
.job-map__title_norwest + .job-map__line {
  left: 22.3%;
  height: 35.2%;
}
.job-map__title_norwest.enabled + .job-map__line {
  height: 25.2%;
}
.job-map__title_south {
  top: 4.5%;
  left: -1%;
}
.job-map__title_south + .job-map__line {
  left: 7.6%;
  height: 63.6%;
}
.job-map__title_south.enabled + .job-map__line {
  height: 53.6%;
}
.job-map__title_caucasus {
  top: 4.5%;
  left: -1%;
}
.job-map__title_caucasus + .job-map__line {
  left: 7.6%;
  height: 70.4%;
}
.job-map__title_caucasus.enabled + .job-map__line {
  height: 60.4%;
}
.job-map__title_volg {
  top: 4.5%;
  left: 13.9%;
}
.job-map__title_volg + .job-map__line {
  left: 22.3%;
  height: 47.7%;
}
.job-map__title_volg.enabled + .job-map__line {
  height: 37.7%;
}
.job-map__title_ural {
  top: 4.5%;
  left: 31.5%;
}
.job-map__title_ural + .job-map__line {
  left: 40.1%;
  height: 47.7%;
}
.job-map__title_ural.enabled + .job-map__line {
  height: 37.7%;
}
.job-map__title_sibir {
  top: 4.5%;
  left: 44%;
}
.job-map__title_sibir + .job-map__line {
  left: 52.9%;
  height: 47.7%;
}
.job-map__title_sibir.enabled + .job-map__line {
  height: 37.7%;
}
.job-map__title_east {
  top: 4.5%;
  left: 59.6%;
}
.job-map__title_east + .job-map__line {
  left: 68.1%;
  height: 35.2%;
}
.job-map__title_east.enabled + .job-map__line {
  height: 25.2%;
}
.job-map__title_krym {
  top: 4.5%;
  left: -7%;
}
.job-map__title_krym + .job-map__line {
  left: 1.5%;
  height: 58%;
}
.job-map__title_krym.enabled + .job-map__line {
  height: 48%;
}
/* ----------------------------------- job-list ----------------------------------- */
.job-list {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .job-list {
    padding: 0 10px;
  }
}
.job-list__item {
  padding: 33px 0;
  border-bottom: 1px dotted #b6b9bf;
}
.job-list__item:last-child {
  border-bottom: none;
}
.job-list__h {
  margin-bottom: 22px;
  color: #2c3443;
  font-size: 18px;
  line-height: 22px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
}
.job-list__vacants {
  margin-bottom: 22px;
}
.job-list__vacant {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
  color: #2c3443;
}
.job-list__mess {
  font-size: 13px;
  line-height: 18px;
  color: #2c3443;
}
/* ----------------------------------- more ----------------------------------- */
.more {
  text-align: right;
  padding: 0 0 45px;
}
.more__link {
  position: relative;
  text-decoration: none;
  padding-right: 18px;
  font-size: 16px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.more__link:hover {
  text-decoration: none;
  color: #2c3443;
}
.more__link:hover .svg-arrow-right {
  fill: #2c3443;
}
/* ----------------------------------- qtabs ----------------------------------- */
.qtabs {
  padding: 10px 0 40px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .qtabs {
    padding: 0 0 20px 0;
  }
}
.qtabs__dot {
  border-bottom: 1px dotted #ff7c00;
}
.qtabs__tab {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.qtabs__tab:hover,
.qtabs__tab.active {
  text-decoration: none;
  color: #000;
}
.qtabs__tab:hover .qtabs__dot,
.qtabs__tab.active .qtabs__dot {
  border-bottom-color: transparent;
}
.qtabs__separator {
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  width: 1px;
  background: #ecedf1;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .qtabs__separator {
    margin: 0 10px;
    background: none;
  }
}
/* ----------------------------------- qblock ----------------------------------- */
.qblock {
  border: 1px solid #ccced2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .qblock {
    min-width: 300px;
    margin-bottom: 30px;
  }
}
.qblock__top {
  padding: 20px 7px 0 20px;
}
.qblock__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 980px) and (max-width: 1099px) {
  .qblock__top {
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .qblock__top {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .qblock__top {
    padding: 10px 10px 0 10px;
  }
}
.qblock__col-1 {
  width: 380px;
  float: left;
  margin-right: 13px;
  padding-bottom: 19px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .qblock__col-1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .qblock__col-1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  .qblock__col-1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.qblock__col-2 {
  width: 355px;
  float: left;
  padding-bottom: 19px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .qblock__col-2 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .qblock__col-2 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .qblock__col-2 {
    width: 100%;
    float: none;
  }
}
.qblock__select {
  margin-bottom: 13px;
}
.qblock__filter {
  height: 50px;
  position: relative;
}
.qblock__fields {
  position: absolute;
  left: 0;
  top: 0;
  right: 57px;
  height: 50px;
  background: #ff7c00;
  padding: 10px 0 0 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.qblock__ftitle {
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin-right: 13px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .qblock__ftitle {
    display: none;
  }
}
.qblock__input {
  vertical-align: middle;
  border: 1px solid #fff;
  color: #fff;
  width: 85px;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  background: none;
  padding: 5px 5px 5px 10px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .qblock__input {
    font-size: 12px;
    line-height: 18px;
  }
}
.qblock__sep {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  vertical-align: middle;
  margin: 0 4px;
  display: inline-block;
  letter-spacing: normal;
}
.qblock__fast {
  height: 50px;
  width: 19px;
  border: 1px solid #b6b9bf;
  border-left: none;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  color: #2c3443;
  font-size: 15px;
  line-height: 18px;
}
.qblock__fast_1 {
  position: absolute;
  right: 38px;
}
.qblock__fast_2 {
  position: absolute;
  right: 19px;
}
.qblock__fast_3 {
  position: absolute;
  right: 0;
}
.qblock__fast-in {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  white-space: nowrap;
  height: 19px;
  width: 19px;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.qblock__chart {
  padding: 10px 20px 10px 10px;
}
/* ----------------------------------- mobile-map ----------------------------------- */
.mobile-map {
  display: none;
  height: 300px;
  background: url(../../.default/images/mobile-map.png) 50% 0 no-repeat;
}
@media (max-width: 767px) {
  .mobile-map {
    display: block;
  }
}
/* ----------------------------------- map-outer ----------------------------------- */
.map-outer {
  overflow: hidden;
  height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .map-outer {
    height: 768px;
    display: none;
  }
}
.map-outer__in {
  margin: 0 -80px 0 0;
  height: 630px;
  background: #b6b9bf;
}
@media (max-width: 767px) {
  .map-outer__in {
    height: 798px;
  }
}
.map-outer__mouse {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: 50px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .map-outer__mouse {
    display: block;
  }
}
@media (max-width: 767px) {
  .map-outer__mouse {
    display: block;
    width: 40px;
    left: 0;
  }
}
.map-outer__arr-top {
  fill: #6f747e;
  width: 32px;
  height: 20px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -16px;
  display: block;
}
@media (max-width: 767px) {
  .map-outer__arr-top {
    top: 140px;
  }
}
.map-outer__arr-bottom {
  fill: #6f747e;
  width: 32px;
  height: 20px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -16px;
  display: block;
}
@media (max-width: 767px) {
  .map-outer__arr-bottom {
    bottom: 140px;
  }
}
.map-outer__dots {
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -30px;
}
.map-outer__dot {
  background: #6f747e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
}
/* ----------------------------------- map-place ----------------------------------- */
.map-place {
  fill: #D6D6DA;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.map-place:hover {
  fill: #ff7c00;
}
.map-pl {
  cursor: pointer;
  fill: #D6D6DA;
}
.map-pl:hover,
.map-pl.enabled {
  fill: #ff7c00;
}
/* ----------------------------------- qpanes ----------------------------------- */
.qpanes__pane {
  overflow: hidden;
  width: 100%;
  height: 0;
}
.qpanes__pane.active {
  overflow: visible;
  width: auto;
  height: auto;
}
/* ----------------------------------- control-zoom ----------------------------------- */
.control-zoom {
  width: 30px;
  height: 270px;
  margin-top: 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .control-zoom {
    display: none;
  }
}
.control-zoom__plus {
  width: 30px;
  height: 30px;
  background: #484e5a;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.control-zoom__plus:hover {
  background: #2c3443;
}
.control-zoom__plus:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 7px;
}
.control-zoom__plus:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 13px;
}
.control-zoom__minus {
  width: 30px;
  height: 30px;
  background: #484e5a;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.control-zoom__minus:hover {
  background: #2c3443;
}
.control-zoom__minus:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 7px;
}
.control-zoom__reset {
  width: 30px;
  height: 30px;
  bottom: 0;
  position: absolute;
  left: 0;
  background: #484e5a;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.control-zoom__reset:hover {
  background: #2c3443;
}
.control-zoom__reset:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 4px;
  top: 5px;
  background: url(../../.default/images/map/reset.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.control-zoom__line {
  position: absolute;
  top: 30px;
  bottom: 70px;
  left: 13px;
  background: #fff;
  width: 3px;
}
.control-zoom__line-in {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  bottom: 10px;
}
.control-zoom__drag {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  left: -9px;
  bottom: 50%;
  margin-bottom: -10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.control-zoom__drag:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff7c00;
  position: absolute;
  left: 5px;
  top: 5px;
}
/* ----------------------------------- control-country ----------------------------------- */
.control-country {
  display: block;
  width: 290px;
  height: 40px;
  background: #fff;
  margin-right: 100px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .control-country {
    margin-right: 90px;
    margin-top: 10px;
  }
}
.control-country:after {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 18px;
  background: url(../../.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.control-country.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.control-country__label {
  overflow: hidden;
  padding: 0 20px;
  text-overlow: elipsis;
  white-space: nowrap;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 2;
  margin-right: 40px;
}
.control-country__popup {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  overflow: auto;
  margin-top: 1px;
  max-height: 210px;
  display: none;
}
.control-country.active .control-country__popup {
  display: block;
}
.control-country__item {
  padding: 10px 20px;
  font-family: ubuntu, sans-serif;
  color: #b7b7b7;
  font-size: 18px;
  line-height: 20px;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.control-country__item:hover {
  color: #ff7c00;
}
.control-country__item.active {
  color: #2c3443;
}
/* ----------------------------------- control-filter ----------------------------------- */
.control-filter {
  background: rgba(255, 255, 255, 0.8);
  right: 0px;
  bottom: 0px;
  width: 250px;
  padding: 13px 20px 6px 20px;
  position: absolute;
  z-index: 50;
}
@media (max-width: 767px) {
  .control-filter {
    display: none;
  }
}
.selectBox.control-filter__select {
  z-index: 40;
  width: 300px !important;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .selectBox.control-filter__select {
    display: none !important;
  }
}
.control-filter__header {
  margin-bottom: 10px;
}
.control-filter__hlink {
  display: inline-block;
  text-decoration: none;
  padding-right: 17px;
  position: relative;
  color: #1c242e;
  font-size: 18px;
  line-height: 18px;
  font-family: ubuntu, sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.control-filter__hlink:hover {
  text-decoration: none;
  color: #ff7c00;
}
.control-filter__item {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10px;
}
.control-filter__label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #484e5a;
  font-family: arial, sans-serif;
  cursor: pointer;
}
.control-filter__checkbox-out {
  width: 20px;
  height: 20px;
  border: 1px solid #aaacb3;
  position: absolute;
  right: 0;
  top: 0;
}
.control-filter__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.control-filter__checkin {
  position: absolute;
  left: 2px;
  top: 4px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.control-filter__checkbox:checked + .control-filter__checkin {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
/* ----------------------------------- baloon ----------------------------------- */
.baloon {
  padding: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .baloon {
    padding: 10px 10px 10px;
  }
}
.baloon__type {
  margin-bottom: 15px;
  padding-left: 35px;
  color: #484e5a;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .baloon__type {
    margin-bottom: 10px;
  }
}
.baloon__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.baloon__col-1 {
  width: 330px;
  padding-right: 30px;
  float: left;
  position: relative;
  margin-right: -330px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .baloon__col-1 {
    width: 300px;
    margin-right: 0;
    padding: 10px 0;
    float: none;
  }
}
.baloon__col-2 {
  float: left;
  width: 100%;
  padding-left: 330px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .baloon__col-2 {
    width: 300px;
    padding: 10px 10px;
    float: none;
  }
}
.baloon__img,
.content .baloon__img {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0;
}
.baloon__h,
.content .baloon__h {
  font-size: 24px;
  line-height: 28px;
  color: #1c242e;
  font-family: ubuntu, sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .baloon__h,
  .content .baloon__h {
    font-size: 18px;
    line-height: 24px;
    display: none;
  }
}
.baloon__local {
  color: #1c242e;
  font-size: 15px;
  line-height: 21px;
  font-family: arial, sans-serif;
  font-style: italic;
  margin-bottom: 10px;
}
.baloon__chars {
  color: #1c242e;
  font-size: 15px;
  line-height: 21px;
  font-family: arial, sans-serif;
  font-style: italic;
}
.baloon__char {
  color: #1c242e;
  font-size: 15px;
  line-height: 21px;
  font-family: arial, sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  margin-bottom: 5px;
}
.baloon__char:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #1c242e;
}
.baloon__p,
.content .baloon__p {
  color: #1c242e;
  font-size: 15px;
  line-height: 21px;
  font-family: arial, sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .baloon__p,
  .content .baloon__p {
    font-size: 13px;
    line-height: 18px;
  }
}
.baloon__out {
  color: #1c242e;
  font-size: 15px;
  line-height: 21px;
  font-family: arial, sans-serif;
}
/* ----------------------------------- map-in-content ----------------------------------- */
.map-in-content {
  position: relative;
}
.map-in-content__in {
  position: relative;
}
/* ----------------------------------- label-inner ----------------------------------- */
.label-inner {
  display: block;
  position: relative;
  width: 260px;
  top: -4px;
}
@media (max-width: 767px) {
  .label-inner {
    width: 200px;
  }
}
.label-inner-2 {
  display: block;
  position: relative;
  width: 150px;
  top: -4px;
}
/* ----------------------------------- point-indent ----------------------------------- */
.point-indent {
  display: block;
  position: relative;
  left: -10px;
}
/* ----------------------------------- up ----------------------------------- */
.up {
  height: 70px;
  position: relative;
  display: none;
  z-index: 11;
}
@media (min-width: 768px) and (max-width: 979px) {
  .up {
    display: block;
  }
}
@media (max-width: 767px) {
  .up {
    display: block;
  }
}
.up__button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(72, 78, 90, 0.5);
  z-index: 11;
}
.up__button:hover {
  text-decoration: none;
}
.up__fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
}
/* ----------------------------------- mobile-float ----------------------------------- */
.mobile-float {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mobile-float {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-float {
    display: block;
  }
}
.mobile-float__button {
  width: 50px;
  height: 50px;
  background: #6f747e;
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 0 0;
  position: relative;
}
.mobile-float__button.active {
  background: #ff7c00;
}
/* ----------------------------------- mobile-menu ----------------------------------- */
.mobile-menu {
  position: absolute;
  z-index: 19;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
}
@media (min-width: 1100px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__layout {
  background: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu__content {
  background: #ecedf1;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 2;
  display: none;
  padding: 15px 0;
}
.mobile-menu__close {
  position: absolute;
  height: 40px;
  background: #ecedf1;
  width: 70px;
  right: 0;
  top: 0;
}
.mobile-menu__closewr {
  position: absolute;
  left: 29px;
  top: 14px;
}
.mobile-menu__link {
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #2c3443;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
.mobile-menu__link:hover {
  text-decoration: none;
}
.mobile-menu__link.active {
  color: #ff7c00;
}
.mobile-menu__txt {
  white-space: normal;
  margin-right: 10px;
}
.mobile-menu__arr:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #2c3443;
  display: inline-block;
}
.mobile-menu__link.active .mobile-menu__arr:after {
  border-bottom-color: #ff7c00;
  border-top-color: transparent;
  margin-bottom: 4px;
}
.mobile-menu__hidden {
  background: #fff;
  display: none;
}
.mobile-menu__item:last-child .mobile-menu__hidden {
  display: block;
  background: none;
  border-top: 1px solid #fff;
  padding: 15px 0 0;
  margin-top: 20px;
}
.mobile-menu__list {
  padding: 5px 0;
}
.mobile-menu__link-in {
  display: block;
  color: #2c3443;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 30px;
}
.mobile-menu__link-in:hover {
  text-decoration: none;
}
.mobile-menu__link-in.active {
  color: #ff7c00;
}
.mobile-menu__li-in.has-children .mobile-menu__link-in {
  display: inline-block;
}
.mobile-menu__list-2 {
  margin-top: 15px;
  margin-left: 20px;
}
.mobile-menu__li-in-2 {
  margin-bottom: 5px;
}
.mobile-menu__link-in-2 {
  color: #2c3443;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu__link-in-2:hover {
  text-decoration: none;
  color: #ff7c00;
}
.mobile-menu__link-in-2.active {
  color: #ff7c00;
}
/* ----------------------------------- tech ----------------------------------- */
.content .tech {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content .tech {
    margin-bottom: 15px;
  }
}
/* ----------------------------------- desktop-show ----------------------------------- */
@media (max-width: 767px) {
  .desktop-show {
    display: none;
  }
}
/* ----------------------------------- mobile-show ----------------------------------- */
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
/* ----------------------------------- article-img ----------------------------------- */
@media (max-width: 767px) {
  .article-img {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .article-img__img {
    width: 100%;
  }
}
/* ----------------------------------- result-search ----------------------------------- */
.result-search {
  margin-bottom: 20px;
  font-style: italic;
  color: #6f747e;
  font-size: 14px;
  line-height: 18px;
}
/* ----------------------------------- search-list ----------------------------------- */
.search-list li {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 30px;
}
.search-list__name {
  font-size: 18px;
  line-height: 22px;
  font-family: ubuntu, sans-serif;
  margin-bottom: 10px;
}
.search-list__p {
  font-size: 14px;
  line-height: 20px;
  color: #2c3443;
}
.search-list__change {
  font-size: 14px;
  line-height: 20px;
  color: #6f747e;
  padding: 10px 0;
}
/* ----------------------------------- item-linked ----------------------------------- */
.item-linked {
  margin-top: 20px;
}
.item-linked__icon {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-linked__icon.photos {
  background-image: url(../../.default/images/photo-ic.png);
}
.item-linked__icon.videos {
  background-image: url(../../.default/images/video-ic.png);
}
.item-linked__icon.documents {
  background-image: url(../../.default/images/doc-ic.png);
}
/* ----------------------------------- bottom-links ----------------------------------- */
.bottom-links {
  margin-bottom: 20px;
}
.bottom-links__l {
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #ff7c00;
  font-family: ubuntu, sans-serif;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.bottom-links__l:hover {
  color: #2c3443;
  text-decoration: none;
}
/* ----------------------------------- bottom-links ----------------------------------- */
.marker-hint {
  display: none;
  background: #fff;
  color: #1c242e;
  font-size: 15px;
  line-height: 21px;
  font-family: arial, sans-serif;
  padding: 5px;
  position: absolute;
  z-index: 100;
}
/* ----------------------------------- photo-albums ----------------------------------- */
.photo-albums {
  margin-right: -30px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.photo-albums__item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .photo-albums__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .photo-albums__item {
    width: 100%;
  }
}
.photo-albums__photoitem {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .photo-albums__photoitem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .photo-albums__photoitem {
    width: 100%;
  }
}
.photo-albums__img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.content .photo-albums__img {
  margin-bottom: 0;
  border: none;
}
.photo-albums__photo {
  display: block;
  position: relative;
  border: 4px solid #ff7c00;
}
.photo-albums__link {
  display: block;
  position: relative;
  border: 4px solid #ff7c00;
}
.photo-albums__photo:before {
  content: "";
  display: block;
  left: 0px;
  right: 0px;
  bottom: -8px;
  height: 3px;
  background: #ff7c00;
  position: absolute;
}
.photo-albums__photo:after {
  content: "";
  display: block;
  left: 2px;
  right: 2px;
  bottom: -12px;
  height: 3px;
  background: #ff7c00;
  position: absolute;
}
.photo-albums__photolink {
  display: block;
  position: relative;
  border: 4px solid #ff7c00;
}
.photo-albums__title {
  background: #ff7c00;
  color: #fff;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  display: block;
  position: absolute;
  font-weight: bold;
  font-family: ubuntu, sans-serif;
}
/* ----------------------------------- yandex-map ----------------------------------- */
.yandex-map {
  max-width: 960px;
  margin: 0 auto;
}
.yandex-map__map {
  height: 650px;
}
@media (max-width: 767px) {
  .yandex-map__map {
    height: 300px;
  }
}
.baloon {
  max-width: 100%;
}
.yandex-map {
  position: relative;
}
.yandex-map ._countries {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .ymaps-2-1-45-balloon__content {
    height: 278px !important;
    overflow: auto !important;
  }
  .ymaps-2-1-45-balloon__content * {
    height: auto !important;
  }
}
ymaps[class*='ground-pane'] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* Chrome 19+ & Safari 6+ */
}
ymaps[class*='cluster-accordion'] .baloon__col-1 {
  display: none;
}
ymaps[class*='cluster-accordion'] .baloon__col-2 {
  padding-left: 0;
}
ymaps[class*='cluster-accordion__item'] {
  /*margin-right: 20px;*/
}
/* div-map */
.div-map {
  position: relative;
  display: none;
  top: 5px;
  width: 784px;
}
html[class*="bx-ie"] .div-map {
  display: block;
}
.div-map__img {
  display: block;
  width: 100%;
  background: url(../../.default/images/map-vac-1.png) no-repeat;
  background-size: cover;
}
.content .div-map__img {
  border: none;
}
.div-map__center {
  width: 119px;
  height: 96px;
  position: absolute;
  top: 224px;
  left: 52px;
  z-index: 3;
}
.div-map__center:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-9.png);
}
.div-map__norwest {
  width: 262px;
  height: 114px;
  left: 70px;
  top: 131px;
  position: absolute;
  z-index: 3;
}
.div-map__norwest:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-5.png);
}
.div-map__south {
  width: 45px;
  height: 70px;
  position: absolute;
  left: 35px;
  top: 354px;
  z-index: 3;
}
.div-map__south:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-10.png);
}
.div-map__caucasus {
  width: 92px;
  height: 77px;
  position: absolute;
  left: 25px;
  top: 313px;
}
.div-map__caucasus:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-7.png);
}
.div-map__volg {
  width: 105px;
  height: 134px;
  position: absolute;
  left: 133px;
  top: 250px;
  z-index: 3;
}
.div-map__volg:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-6.png);
}
.div-map__ural {
  width: 102px;
  height: 198px;
  position: absolute;
  left: 247px;
  top: 177px;
  z-index: 2;
  transform: rotate(29deg);
}
.div-map__ural:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-4.png);
}
.div-map__sibir {
  width: 303px;
  height: 351px;
  position: absolute;
  top: 87px;
  left: 275px;
}
.div-map__sibir:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-3.png);
}
.div-map__east {
  width: 293px;
  height: 419px;
  left: 500px;
  top: 0;
  position: absolute;
  z-index: 2;
  transform: rotate(-16deg);
}
.div-map__east:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-2.png);
}
.div-map__krym {
  width: 27px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 313px;
}
.div-map__krym:hover ~ .div-map__img {
  background-image: url(../../.default/images/map-vac-8.png);
}
.svg-map {
  display: block;
}
html[class*="bx-ie"] .svg-map {
  display: none;
}
/* ----------------------------------- label-col ----------------------------------- */
.label-col:hover,
.label-col.active {
  font-weight: bold;
}