/* ----------------------------------- fonts ----------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Neucha&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
/* ----------------------------------- 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: #3E4757;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.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;
}
svg {
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
/* ----------------------------------- vars ----------------------------------- */
/* ----------------------------------- 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: #3E4757;
  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,
img,
q,
samp,
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: #337da9;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #3E4757;
}
.bnr-img {
  display:block;
  width:100%;
}
.bnr-wrapper {
  text-align: center;
  background: linear-gradient(to right, #91cae7 0%,#91cae7 50%,#f2f3f5 50%);
}
.bnr-mobile {
  display: none;
}
.desktop-img {
  display: block;
  max-width:1600px;
}
.tablet-img {
  display: none;
}
/* ----------------------------------- func ----------------------------------- */
.fontreset {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.center {
  max-width: 1190px;
  margin: 0 auto;
}
.table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
}
/* ----------------------------------- wrapper ----------------------------------- */
.wrapper {
  min-height: 100%;
  width: 100%;
  height: auto!important;
  overflow: hidden;
}
.wrapper__push {
  height: 386px;
}
/* ----------------------------------- top-bar ----------------------------------- */
.top-bar {
  display: none;
  position: relative;
  height: 36px;
  background: #c5d441 url(../images/top-bar.jpg) 50% 0 no-repeat;
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
}
.top-bar__in {
  max-width: 1190px;
  margin: 0 auto;
}
.top-bar__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.top-bar__col-1 {
  width: 50%;
  float: left;
  padding: 0 25px;
}
.top-bar__col-2 {
  width: 50%;
  float: right;
  text-align: right;
  padding: 0 25px;
}
.top-bar__links {
  padding-top: 7px;
  font-family: 0;
  line-height: 0;
  letter-spacing: -3px;
}
.top-bar__link {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  font-family: "PT Sans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  position: relative;
  color: #3E4757;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-bar__link:hover {
  color: #3E4757;
  text-decoration: underline;
}
.top-bar__link:last-child {
  margin-right: 0;
}
.top-bar__link_icon {
  padding-left: 28px;
}
.top-bar__search {
  width: 17px;
  height: 17px;
  display: block;
  margin: 9px auto 0;
  fill: #a4c53b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-bar__key {
  width: 17px;
  height: 11px;
  display: block;
  left: 2px;
  top: 5px;
  fill: #3E4757;
  position: absolute;
}
.top-bar__mail {
  width: 18px;
  height: 11px;
  display: block;
  left: 0px;
  top: 4px;
  fill: #3E4757;
  position: absolute;
}
/* ----------------------------------- header ----------------------------------- */
.header {
  position: relative;
  z-index: 13;
  border-top: 4px solid #a4c53b;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.22);
  background-color: #f4f5f8;
}
.header__in {
  max-width: 1190px;
  margin: 0 auto;
}
.header__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.header__logowr {
  padding: 15px 0 17px 20px;
  float: left;
  margin-right: -290px;
  position: relative;
}
.header__logo {
  display: block;
  height: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.header__logo-img {
  height: 100%;
}
.header__cont {
  width: 100%;
  text-align: right;
  float: left;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  padding: 0 20px 0 217px;
}
.header__cont .btn_blue {
  margin-left: 25px;
}
.icon-login {
  margin-left: 50px;
  font-size: 35px;
  line-height: 1;
  color: #a4c53b;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.icon-login:hover {
  color: #4c9ac6;
}
.icon-phone {
  display: none;
  width: 35px;
  border: 1px solid #a4c53b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  color: #a4c53b;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.icon-phone:before {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: normal;
}
.icon-phone:hover {
  color: #4c9ac6;
  border-color: #4c9ac6;
}
.header__contact {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  padding: 20px 0 20px;
  margin-left: 105px;
}
.header__tel {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.header__tel-in {
  position: relative;
  display: inline-block;
}
.header__tel-in a {
	color: #3E4757;
    text-decoration: none;
}
.header__numb {
  font-weight: bold;
}
.header__bub {
  display: none;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  width: 34px;
  position: absolute;
  right: -45px;
  top: -20px;
  color: #fff;
}
.header__bub-in {
  position: relative;
  z-index: 2;
}
.header__bub-ic {
  height: 30px;
  width: 34px;
  fill: #cccccf;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.header__telline {
  text-align: right;
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 1;
}
.header__telline-link {
  text-decoration: none;
  color: #8a8a8a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__telline-link:hover {
  color: #4c9ac6;
}
.header__mail-ic {
  display: block;
  width: 30px;
  height: 19px;
  fill: #337da9;
  position: absolute;
  left: 0;
  top: 0;
}
.header__mdot {
  border-bottom: 1px dotted #337da9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__mdot:hover {
  border-bottom-color: transparent;
}
/* ----------------------------------- but ----------------------------------- */
.but-1 {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 87px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1px;
  padding-left: 86px;
  text-align: left;
  padding-top: 26px;
  position: relative;
  margin-right: 15px;
  color: #3E4757;
  text-decoration: none;
}
.but-1:hover {
  color: #3E4757;
}
.but-1:hover .but__bg-1:before {
  opacity: 0;
}
.but-1:hover .but__bg-1:after {
  opacity: 1;
}
.but-1.but_small {
  width: 197px;
  height: 87px;
}
.but__bg-1 {
  display: block;
  width: 195px;
  height: 87px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.but__bg-1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/button-1.png) no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 0;
  opacity: 1;
}
.but__bg-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  background: url(../images/button-1-hover.png) no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  opacity: 0;
}
.but-1:before {
  content: "";
  display: block;
  width: 68px;
  height: 23px;
  background: url(../images/button-ic-1.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 3px;
  top: 30px;
  z-index: 2;
}
.but-2 {
  display: inline-block;
  vertical-align: middle;
  width: 182px;
  height: 87px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1px;
  padding-left: 75px;
  text-align: left;
  padding-top: 26px;
  position: relative;
  color: #3E4757;
  text-decoration: none;
}
.but-2:hover {
  color: #3E4757;
}
.but-2:hover .but__bg-2:before {
  opacity: 0;
}
.but-2:hover .but__bg-2:after {
  opacity: 1;
}
.but__bg-2 {
  display: block;
  width: 182px;
  height: 87px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.but__bg-2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/button-2.png) no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 0;
  opacity: 1;
}
.but__bg-2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  background: url(../images/button-2-hover.png) no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  opacity: 0;
}
.but-2:before {
  content: "";
  display: block;
  width: 55px;
  height: 48px;
  background: url(../images/button-ic-2.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 2;
}
.but__txt {
  display: block;
  position: relative;
  z-index: 2;
}
/* ----------------------------------- nav ----------------------------------- */
.nav {
  position: relative;
  background-color: #fff;
}
.nav__line {
  display: block;
  width: 1356px;
  height: 8px;
  fill: #3E4757;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -678px;
}
.nav__list-wrap {
  height: 65px;
  padding-right: 15px;
  max-width: 1190px;
  margin: 0 auto;
}
.nav__list-wrap:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.nav__list {
  float: left;
  font-size: 0;
  letter-spacing: -4px;
  padding: 0 15px 0 16px;
  line-height: 0;
}
.nav__list:after {
  content: "";
  height: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.nav__li {
  display: inline-block;
  height: 65px;
  padding: 24px 0 23px;
  margin-left: 26px;
  letter-spacing: normal;
  vertical-align: top;
}
.nav__li:first-child {
  margin-left: 0;
}
.nav__link {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1.5px;
  color: #3E4757;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav__icon {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav__icon_1 {
  top: -4px;
  width: 30px;
  height: 27px;
  fill: #838383;
}
.nav__icon_2 {
  top: -5px;
  width: 26px;
  height: 30px;
  fill: #838383;
}
.nav__icon_2-add {
  top: -5px;
  width: 26px;
  height: 30px;
  fill: #838383;
  z-index: 2;
}
.nav__icon_3 {
  fill: #838383;
  top: -9px;
  width: 30px;
  height: 30px;
}
.nav__icon_4 {
  fill: #838383;
  top: -5px;
  width: 26px;
  height: 25px;
}
.nav__icon_5 {
  top: -7px;
  width: 30px;
  height: 27px;
  fill: #838383;
}
.nav__icon_5-add {
  top: -7px;
  width: 30px;
  height: 27px;
  fill: #838383;
  z-index: 2;
}
.nav__icon_6 {
  top: -7px;
  width: 32px;
  height: 34px;
  fill: #838383;
}
.nav__icon_6-add {
  top: -7px;
  width: 32px;
  height: 34px;
  fill: #838383;
  z-index: 2;
}
.nav__link_6 {
    color: #a4c53b;
}
.nav__icon_7 {
    top: -7px;
    width: 40px;
    height: 34px;
    background: url(/local/templates/otkazniki/design/images/forum_icon.svg) 50% 50% no-repeat;
    background-size: contain;
}
.nav__icon_7-add {
    top: -7px;
    width: 40px;
    height: 34px;
    z-index: 2;
}
.nav__link_7 {
    color: #5198c5;
    padding-left: 45px;
}

.nav__link_6 .nav__icon_6,
.nav__link_6 .nav__icon_6-add {
  fill: #a4c53b;
}
.nav__link:hover, .nav__link.active {
  color: #5ca2cb;
}
.nav__link:hover .nav__icon_1 {
  fill: #5ca2cb;
}
.nav__link:hover .nav__icon_2 {
  fill: #5CA2CB;
}
.nav__link:hover .nav__icon_2-add {
  fill: #E2798A;
}
.nav__link:hover .nav__icon_3 {
  fill: #5ca2cb;
}
.nav__link:hover .nav__icon_4 {
  fill: #5ca2cb;
}
.nav__link:hover .nav__icon_5 {
  fill: #5CA2CB;
}
.nav__link:hover .nav__icon_5-add {
  fill: #E2798A;
}
.nav__link:hover .nav__icon_6 {
  fill: #5CA2CB;
}
.nav__link:hover .nav__icon_6-add {
  fill: #E2798A;
}
.nav__link:hover .nav__icon_7 {
    fill: #5CA2CB;
}
.nav__link:hover .nav__icon_7-add {
    fill: #E2798A;
}

/* ----------------------------------- popup ----------------------------------- */
.popup {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.22);
  text-align: left;
  display: none;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: normal;
}
.popup__in {
  max-width: 1190px;
  margin: 0 auto;
  padding: 55px 20px 40px;
  /*min-height: 473px;*/
}
.popup__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.popup__col {
  width: 25%;
  float: left;
}
.popup__h {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  margin-right: 60px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.popup__h:after {
  content: "";
  display: block;
  background: #3E4757;
  width: 22px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.popup__h-link {
  color: #3E4757;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup__h-link:hover {
  color: #337da9;
}
.popup__item {
  margin-right: 60px;
  margin-bottom: 15px;
  font-family: "PT Sans", sans-serif;
}
.popup__item-link {
  color: #3E4757;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup__item-link:hover {
  color: #337da9;
}
.popup__img {
  display: block;
  width: 100%;
}
/* ----------------------------------- search ----------------------------------- */
.search {
  position: relative;
  margin-bottom: 30px;
}
.search__button {
  position: absolute;
  width: 17px;
  height: 18px;
  top: 14px;
  right: 21px;
}
.search__submit {
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  background: none;
  border: none;
}
.search__input {
  width: 100%;
  border: 1px solid #cacaca;
  height: 50px;
  background: none;
  padding: 0 20px;
  color: #3E4757;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-family: "PT Sans", sans-serif;
}
/*.search__input::-webkit-input-placeholder {
	color:#b9d4e6;
}
.search__input::-moz-placeholder {
	color:#b9d4e6;
}
.search__input:-moz-placeholder {
	color:#b9d4e6;
}
.search__input:-ms-input-placeholder {
	color:#b9d4e6;
}*/
.search__ic {
  fill: #337da9;
  display: block;
  width: 17px;
  height: 18px;
}
/* ----------------------------------- search-res ----------------------------------- */
.search-res__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.search-res__item:last-child {
  margin-bottom: 0;
}
/* ----------------------------------- slider ----------------------------------- */
.slider__slide {
  height: 473px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: none;
}
.slick-initialized .slider__slide {
  display: block;
}
.slider__slides {
  overflow: hidden;
}
.slider__slides:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.slider__slide:first-child {
  display: block;
}
.slider__content {
  max-width: 1190px;
  margin: 0 auto;
  padding: 60px 100px 0;
}
.slider__prev {
  display: block;
  width: 32px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 220px;
  text-decoration: none;
}
.slider__prev:hover .slider__prev-ic {
  fill: #a4c53b;
}
.slider__prev-ic {
  width: 32px;
  height: 60px;
  display: block;
  fill: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider__next {
  display: block;
  width: 32px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 220px;
  text-decoration: none;
}
.slider__next:hover .slider__next-ic {
  fill: #a4c53b;
}
.slider__next-ic {
  width: 32px;
  height: 60px;
  display: block;
  fill: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider__arrows {
  height: 0;
  position: relative;
  top: 0;
  z-index: 9;
  max-width: 1190px;
  margin: 0 auto;
}
.slider__h {
  position: relative;
  min-height: 190px;
  width: 350px;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.slider__h.slider__h-bg:after {
  width: 480px;
  height: 256px;
  background: url(../images/hbg.png) no-repeat;
  position: absolute;
  left: -110px;
  top: -40px;
  content: "";
  display: block;
}
.slider__h-in {
  position: relative;
  z-index: 2;
  display: block;
}
.slider__h-top {
  display: Neucha, sans-serif;
  color: #337da9;
  font-size: 75px;
  line-height: 65px;
  font-family: Neucha, sans-serif;
  text-transform: uppercase;
  z-index: 2;
  display: block;
  margin-bottom: 5px;
}
.slider__h-desk {
  font-family: open sans, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  color: #337da9;
}
.slider__p {
  font-size: 14px;
  line-height: 21px;
  color: #3E4757;
  width: 350px;
  font-family: open sans, sans-serif;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.slider__more {
  display: inline-block;
  position: relative;
  color: #3E4757;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.slider__more:hover {
  color: #3E4757;
}
.slider__more:before {
  content: "";
  display: block;
  width: 120px;
  height: 61px;
  background: url(../images/button-bg.png) no-repeat;
  position: absolute;
  left: 0;
  top: -11px;
  z-index: 0;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider__more:after {
  content: "";
  display: block;
  width: 120px;
  height: 61px;
  background: url(../images/button-bg-hover.png) no-repeat;
  position: absolute;
  left: 1px;
  top: -10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider__more:hover:before {
  opacity: 0;
}
.slider__more:hover:after {
  opacity: 1;
}
.slider__more-in {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  border: 3px solid #3E4757;
  border-radius: 2px;
  font-size: 14px;
  line-height: 32px;
  font-family: open sans, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 38px;
}
.slider__slide .btn {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.slider__slide.active .slider__h {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.slider__slide.active .slider__more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.slider__slide.active .slider__p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.slider__slide.active .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.slider__dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 14px;
  text-align: center;
}
.slider__dots button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  overflow: hidden;
  text-indent: -100px;
  width: 14px;
  height: 14px;
  background: none;
  border-radius: 50%;
  border: 2px solid #3E4757;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider__dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.slider__dots li:hover button,
.slider__dots li.slick-active button {
  background: #fff;
  border-color: #fff;
}
/* ----------------------------------- slick ----------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  outline: none;
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ----------------------------------- about__cols ----------------------------------- */
.about__cols {
  max-width: 1190px;
  margin: 0 auto;
  padding: 45px 20px 42px;
}
.about__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.about__col-1 {
  width: 100%;
}
.about__col-2 {
  width: 300px;
  float: left;
  margin-left: -300px;
  position: relative;
  text-align: right;
}
.about__h {
  color: #3E4757;
  font-size: 30px;
  line-height: 1.2;
  font-family: Neucha, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 32px;
}
.about__p {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 30px;
}
.about__button {
  display: inline-block;
  background-color: transparent;
  vertical-align: top;
  color: #3E4757;
  position: relative;
  text-decoration: none;
}
.about__button:focus {
  outline: none;
}
.about__button:hover {
  color: #3E4757;
}
.about__button:hover:after {
  background-position: 0 100%;
}
.about__button_push {
  margin-right: 30px;
}
.about__butin {
  display: inline-block;
  height: 50px;
  border: 3px solid #3E4757;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.about__button_1 .about__butin {
  width: 166px;
}
.about__button_1:before {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-1.png) no-repeat;
  position: absolute;
  left: 3px;
  top: -6px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about__button_1:after {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-1-hover.png) no-repeat;
  position: absolute;
  left: 4px;
  top: -5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about__button_1:hover:before {
  opacity: 0;
}
.about__button_1:hover:after {
  opacity: 1;
}
.about__button_blue:before {
  background-image: url(../images/butbg-2.png);
}
.about__button_blue:after {
  background-image: url(../images/butbg-2-hover.png);
}
.about__button_2 .about__butin {
  width: 264px;
}
.about__button_2:before {
  content: "";
  display: block;
  width: 259px;
  height: 70px;
  background: url(../images/butbgw-1.png) no-repeat;
  position: absolute;
  left: 3px;
  top: -7px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about__button_2:after {
  content: "";
  display: block;
  width: 259px;
  height: 70px;
  background: url(../images/butbgw-1-hover.png) no-repeat;
  position: absolute;
  left: 4px;
  top: -6px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about__button_2:hover:before {
  opacity: 0;
}
.about__button_2:hover:after {
  opacity: 1;
}
.about__button_3 .about__butin {
  width: 450px;
}
.about__button_3:before {
  content: "";
  display: block;
  width: 485px;
  height: 60px;
  background: url(../images/butbgw-3.png) no-repeat;
  position: absolute;
  left: -15px;
  top: -5px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about__button_3:after {
  content: "";
  display: block;
  width: 485px;
  height: 60px;
  background: url(../images/butbgw-3-hover.png) no-repeat;
  position: absolute;
  left: -10px;
  top: -3px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.about__button_3:hover:before {
  opacity: 0;
}
.about__button_3:hover:after {
  opacity: 1;
}
.about__count {
  color: #a4c53b;
  font-size: 60px;
  line-height: 60px;
  font-family: Neucha, sans-serif;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.about__countp {
  color: #3E4757;
  font-size: 14px;
  line-height: 16px;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.about__count-content {
  padding-top: 20px;
  min-height: 192px;
}
.about__l {
  padding-top: 0!important;
  font-family: Neucha, sans-serif;
  line-height: 57px;
  color: #3E4757;
  text-decoration: none;
  text-transform: uppercase;
}
.about__l.btn_green {
  margin-right: 33px;
}
/* ----------------------------------- news ----------------------------------- */
.news {
  background: #f4f4f4;
}
.news_inv {
  background: #fff;
}
.news__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 40px 15px 30px 20px;
}
.news__h {
  color: #3E4757;
  font-size: 30px;
  line-height: normal;
  font-family: Neucha, sans-serif;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 25px;
}
.news__tabs {
  margin-bottom: 26px;
  position: relative;
}
.news__tab {
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  color: #b3b3b3;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news__tab:hover,
.news__tab.active {
  color: #3E4757;
}
.news__tab.active:after {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  background: #a4c53b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news__pane {
  position: relative;
  display: none;
}
.news__pane:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.news__pane .btn {
  position: absolute;
  right: 0;
  top: -75px;
  padding: 0;
  font-family: Neucha, sans-serif;
  font-size: 16px;
  line-height: 57px;
  color: #3E4757;
  text-decoration: none;
  text-transform: uppercase;
}
/* ----------------------------------- news-block ----------------------------------- */
.news-block:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.news-block__col-1 {
  width: 59.6%;
  float: left;
}
.news-block__col-2 {
  width: 40.4%;
  float: left;
  padding-left: 50px;
}
.news-block__img {
  display: block;
  width: 100%;
}
.news-block__data {
  position: absolute;
  left: 40px;
  bottom: 35px;
}
.news-block__date {
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: Neucha, sans-serif;
  color: #337da9;
}
.news-block__preview {
  display: block;
  font-size: 30px;
  line-height: 44px;
  font-family: Neucha, sans-serif;
  text-transform: uppercase;
  width: 60%;
  color: #3E4757;
}
.news-block__main {
  display: block;
  position: relative;
  text-decoration: none;
  min-height: 300px;
}
.news-block__items {
  margin-right: -12.6%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.news-block__item {
  width: 50%;
  padding-right: 12.6%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  padding-top: 15px;
  margin-bottom: 30px;
}
.news-block__item-date {
  position: relative;
  width: 120px;
  font-size: 25px;
  line-height: 28px;
  font-family: Neucha, sans-serif;
  color: #3E4757;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.news-block__item-date-in {
  position: relative;
  z-index: 2;
}
.news-block__pwr {
  min-height: 105px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.news-block__item:nth-last-child(2) .news-block__pwr {
  border-bottom: none;
}
.news-block__item:nth-last-child(1) .news-block__pwr {
  border-bottom: none;
}
.news-block__p {
  font-size: 16px;
  line-height: 24px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
}
.news-block__all {
  text-align: right;
}
.news-block__all-link {
  text-transform: uppercase;
  color: #3585b4;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-block__all-link:hover {
  color: #3E4757;
}
/* ----------------------------------- info-block ----------------------------------- */
.info-block {
  min-height: 290px;
  background-position: 50% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.info-block__inner {
  padding: 55px 20px;
  max-width: 1190px;
  margin: 0 auto;
}
.info-block__h {
  width: 290px;
  text-align: center;
  margin: 0 auto;
  font-family: Neucha, sans-serif;
  font-size: 80px;
  line-height: 80px;
  color: #3E4757;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.info-block__txt {
  font-size: 50px;
}
.info-block__descrip {
  width: 280px;
  text-align: center;
  margin: 0 auto;
  font-family: Neucha, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #3E4757;
}
/* ----------------------------------- job ----------------------------------- */
.job__inner {
  padding: 55px 20px 5px;
  max-width: 1190px;
  margin: 0 auto;
}
.job__cols {
  margin-right: -40px;
}
.job__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.job__col {
  float: left;
  width: 33.3%;
  padding-right: 40px;
}
.job__item {
  margin-bottom: 50px;
}
.job__head {
  font-size: 30px;
  line-height: normal;
  color: #3E4757;
  font-family: Neucha, sans-serif;
  margin-bottom: 25px;
  position: relative;
  float: left;
}
.job__h {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
  margin-bottom: 13px;
}
.job__h-link {
  text-decoration: none;
  color: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.job__h-link:hover {
  color: #337da9;
}
.job__p {
  font-size: 13px;
  line-height: 18px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
}
.job__top {
  position: relative;
  padding-right: 230px;
}
.job__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.job__top .btn {
  position: absolute;
  right: 0;
  top: -10px;
}
.job__all {
  text-transform: uppercase;
  display: inline-block;
  float: right;
  font-family: "PT Sans", sans-serif;
  color: #3585b4;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-top: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.job__all:hover {
  color: #3E4757;
}
/* ----------------------------------- mission ----------------------------------- */
.mission {
  background: #f4f4f4;
}
.mission__inner {
  padding: 45px 20px 30px;
  max-width: 1190px;
  margin: 0 auto;
}
.mission__inner:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.mission__col-1 {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 350px;
}
.mission__col-2 {
  width: 300px;
  float: left;
  position: relative;
  padding: 44px 0 20px 9px;
  margin-left: -300px;
}
.mission__img {
  width: 279px;
  height: 235px;
  position: relative;
  background: url(../images/mission.png) no-repeat;
}
.mission__img-ic {
  display: block;
  width: 195px;
  height: 67px;
  position: absolute;
  left: 44px;
  top: 61px;
  background: url(../images/mission-2.png) no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
}
.mission__img-num {
  display: inline-block;
  position: absolute;
  left: -43px;
  top: 78px;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  font-family: Neucha;
  font-size: 53px;
  line-height: 1;
  color: #3E4757;
  white-space: nowrap;
}
.mission__img-txt-1,
.mission__img-txt-2 {
  color: #3E4757;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-family: Neucha, sans-serif;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.mission__img-txt-1 {
  left: -10px;
  top: 37px;
}
.mission__img-txt-2 {
  left: 28px;
  top: 147px;
}
.mission__h {
  color: #3E4757;
  font-size: 30px;
  line-height: normal;
  font-family: Neucha, sans-serif;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 25px;
}
.mission__content {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
}
.mission__content p {
  margin-bottom: 20px;
}
/* ----------------------------------- footer ----------------------------------- */
.footer {
  height: 386px;
  background: #a4c552 url(../images/footer.jpg) 50% 0 no-repeat;
  margin-top: -386px;
  position: relative;
  overflow: hidden;
}
.footer_terms a {
    color: #3E4757;
    text-decoration: none;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}
.footer__in {
  max-width: 1190px;
  margin: 0 auto;
  padding: 55px 20px;
}
.footer__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.footer__col-1 {
  max-width: 500px;
  float: left;
}
.footer__col-2 {
  float: right;
  width: 300px;
  text-align: right;
}
.footer__h {
  color: #3E4757;
  margin-bottom: 15px;
  font-family: Neucha, sans-serif;
  font-size: 30px;
  line-height: 34px;
}
.footer__copy {
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
}
.footer__tel {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  font-size: 30px;
  line-height: 32px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 10px;
}
.footer__tel a {
	color: #3E4757;
    text-decoration: none;
}
.footer__numb {
  font-weight: bold;
}
.footer__tel-ic {
  display: block;
  width: 22px;
  height: 22px;
  fill: #3E4757;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer__mailwr {
  margin-bottom: 37px;
}
.footer__mail {
  color: #3E4757;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  letter-spacing: .5px;
}
.footer__mail:hover {
  color: #3E4757;
}
.footer__subs {
  width: 235px;
  height: 47px;
  border: 3px solid #3E4757;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 39px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer__subs:hover {
  text-decoration: none;
  color: #fff;
  background: #3E4757;
}
/* ----------------------------------- soc ----------------------------------- */
.soc {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin-bottom: 35px;
}
.soc__link {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  background: url(../images/social.png) no-repeat;
  width: 30px;
  height: 29px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.soc__link_fb {
  background-position: 0 0;
}
.soc__link_vk {
  background-position: -32px 0;
}
.soc__link_od {
  background-position: -64px 0;
}
.soc__link_tw {
  background-position: -97px 0;
}
.soc__link_ut {
  background-position: -130px 0;
}
.soc__link_in {
  background-position: -162px 0;
}
.soc__link_lj {
  background-position: -194px 0;
}
.soc__link_gp {
  background-position: -228px 0;
}
.dzen_soc_link {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  background: url(../images/yandeks-dzen-v-yandeks-brauzer.png) no-repeat;
  width: 30px;
  height: 29px;
  -webkit-background-size: auto 37px;
  -moz-background-size: auto 37px;
  background-size: auto 37px;
  background-position: -51px -4px;
}
.soc__link_tg {
  background: url(../images/tg.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.soc__link_tiktok {
  background: url(../images/tiktok.png) no-repeat;
  background-position: center;
  background-size: contain;
}
/* ----------------------------------- addnav ----------------------------------- */
.addnav {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
  padding: 15px 20px;
}
.addnav__bottom-line {
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
.addnav__list {
  max-width: 1090px;
  margin-right: 45px;
  text-align: justify;
  line-height: 0;
}
.addnav__list:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.addnav__li {
  display: inline-block;
  vertical-align: top;
}
.addnav__link {
  display: inline-block;
  color: #3E4757;
  text-decoration: none;
  line-height: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
.addnav__link:hover {
  color: #3E4757;
}
/* ----------------------------------- carousel ----------------------------------- */
.carousel {
  overflow: hidden;
}
.carousel_inv {
  background: #f4f4f4;
}
.carousel__in {
  max-width: 1190px;
  margin: 0 auto;
  /*padding: 60px 20px 35px;*/
  padding: 60px 20px 0;
}
.carousel__min {
    margin: 0 auto;
    padding: 0;
}
.carousel__top {
  position: relative;
  padding-right: 240px;
  margin-bottom: 50px;
}
.carousel__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.carousel__top .btn_blue {
  position: absolute;
  right: 0;
  top: -10px;
}
.carousel__top .btn_green {
  position: absolute;
  right: 230px;
  top: -10px;
}
.carousel__h {
  color: #3E4757;
  font-size: 30px;
  line-height: 38px;
  font-family: Neucha, sans-serif;
  letter-spacing: 1.5px;
  float: left;
  position: relative;
}
.carousel__but {
  display: inline-block;
  vertical-align: top;
  color: #3E4757;
  position: relative;
  text-decoration: none;
  float: right;
}
.carousel__but:hover {
  color: #3E4757;
}
.carousel__but-in {
  display: inline-block;
  height: 50px;
  border: 3px solid #3E4757;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  width: 166px;
}
.carousel__but:before {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-2.png) no-repeat;
  position: absolute;
  left: 3px;
  top: -6px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__but:after {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-2-hover.png) no-repeat;
  position: absolute;
  left: 4px;
  top: -5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__but:hover:before {
  opacity: 0;
}
.carousel__but:hover:after {
  opacity: 1;
}
.carousel__bottom {
  text-align: right;
}
.carousel__all {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__slides {
  margin: 0 -15px;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.carousel__slides .slick-list {
  overflow: visible!important;
}
.carousel__slides .slick-dots {
  display: none!important;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  margin: 0 10px;
}
.carousel__slides .slick-dots button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  overflow: hidden;
  text-indent: -100px;
  width: 14px;
  height: 14px;
  background: none;
  border-radius: 50%;
  border: 2px solid #3E4757;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__slides .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.carousel__slides .slick-dots li:hover button,
.carousel__slides .slick-dots li.slick-active button {
  background: #a4c53b;
  border-color: #a4c53b;
}
.carousel__slide {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  width: 294px;
  padding: 0 15px 40px;
  white-space: normal;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slick-initialized .carousel__slide {
  opacity: .15;
}
.carousel__slide.slick-active {
  opacity: 1;
}
.carousel__img {
  display: block;
  width: 100%;
}
.carousel__title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  padding: 25px 0 20px;
}
.carousel__title-link, .carousel__p a {
  text-decoration: none;
  color: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__title-link:hover, .carousel__p a:hover {
  color: #a4c53b;
}
.carousel__title-link:focus, .carousel__p a:focus {
  outline: none;
}
.carousel__p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 18px;
  font-family: "PT Sans", sans-serif;
}
.carousel__arrows {
  height: 0;
  position: relative;
  z-index: 9;
}
.carousel__prev {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 5px;
  top: 82px;
  padding: 2px 0 0 3px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .carousel__prev {
    top: 55px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .carousel__prev {
    top: 115px;
  }
}
.carousel__prev:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__prev:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__prev:hover:before {
  opacity: 0;
}
.carousel__prev:hover:after {
  opacity: 1;
}
.carousel__prev-ic {
  display: block;
  width: 41px;
  height: 41px;
  fill: #a4c53b;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__prev-ic:hover {
  fill: #337da9;
}
.carousel__next {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 5px;
  top: 82px;
  padding: 2px 3px 0 0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .carousel__next {
    top: 55px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .carousel__next {
    top: 115px;
  }
}
.carousel__next:before {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  content: "";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__next:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__next:hover:before {
  opacity: 0;
}
.carousel__next:hover:after {
  opacity: 1;
}
.carousel__next-ic {
  display: block;
  width: 41px;
  height: 41px;
  fill: #a4c53b;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel__next-ic:hover {
  fill: #337da9;
}
/* ----------------------------------- top-illustr ----------------------------------- */
.top-illustr {
  min-height: 352px;
  background-color: #ececee;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.top-illustr__inner {
  padding: 0 20px;
  max-width: 1190px;
  margin: 0 auto;
}
.top-illustr__h {
  color: #337da9;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  font-size: 75px;
  line-height: 65px;
  width: 330px;
  position: relative;
  letter-spacing: .5px;
  margin-bottom: 5px;
}
.top-illustr__h-in {
  display: block;
  position: relative;
  z-index: 2;
}
.top-illustr__h:after {
  content: "";
  display: block;
  width: 485px;
  height: 248px;
  background: url(../images/top-illustr-h.png) no-repeat;
  position: absolute;
  left: -115px;
  top: -40px;
}
.top-illustr__descrip {
  font-size: 20px;
  line-height: 22px;
  color: #337da9;
  letter-spacing: .5px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: open sans, sans-serif;
  font-weight: bold;
  width: 300px;
}
.top-illustr__content {
  padding: 90px 0 20px 100px;
}
.top-illustr__more {
  display: inline-block;
  position: relative;
  color: #3E4757;
  text-decoration: none;
  margin: 40px 0 0 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.top-illustr__more:hover {
  color: #3E4757;
}
.top-illustr__more:before {
  content: "";
  display: block;
  width: 120px;
  height: 61px;
  background: url(../images/button-bg.png) no-repeat;
  position: absolute;
  left: 0;
  top: -11px;
  z-index: 0;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-illustr__more:after {
  content: "";
  display: block;
  width: 120px;
  height: 61px;
  background: url(../images/button-bg-hover.png) no-repeat;
  position: absolute;
  left: 1px;
  top: -10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-illustr__more:hover:before {
  opacity: 0;
}
.top-illustr__more:hover:after {
  opacity: 1;
}
.top-illustr__more-in {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  border: 3px solid #3E4757;
  border-radius: 2px;
  font-size: 14px;
  line-height: 32px;
  font-family: open sans, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 38px;
}
/* ----------------------------------- about-proj ----------------------------------- */
.about-proj__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 55px 20px 55px;
}
.about-proj__h {
  font-size: 36px;
  line-height: 40px;
  color: #3E4757;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1px;
  padding-bottom: 20px;
  position: relative;
}
.about-proj__h:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #a4c53b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-proj__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.about-proj__col-1 {
  width: 100%;
  float: left;
  margin-right: -380px;
  padding-right: 380px;
}
.about-proj__col-2 {
  width: 380px;
  padding-left: 40px;
  float: left;
  position: relative;
}
.about-proj__content {
  padding: 30px 0;
  color: #3E4757;
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
}
.about-proj__chars {
  border: 5px solid #f5f5f5;
  padding: 30px 20px;
}
.about-proj__chars_long {
  padding: 20px 0;
}
.about-proj__char {
  padding: 8px 0;
}
.about-proj__type {
  width: 195px;
  display: inline-block;
  text-align: right;
  padding-right: 30px;
  font-size: 60px;
  line-height: 62px;
  color: #a4c53b;
  font-family: Neucha, sans-serif;
  letter-spacing: 3px;
  white-space: nowrap;
}
.about-proj__val {
  display: inline-block;
  width: 90px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.about-proj__bottxt {
  padding: 25px 5px 0;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
}
.about-proj__bottxt p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
/* ----------------------------------- about-more ----------------------------------- */
.about-more {
  background: #f4f4f4;
}
.about-more__inner {
  padding: 60px 20px 50px;
  max-width: 1190px;
  margin: 0 auto;
}
.about-more__inner:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.about-more__col {
  width: 50%;
  float: left;
  padding-right: 80px;
}
.about-more__h {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  font-size: 36px;
  line-height: 40px;
}
.about-more__h:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a4c53b;
}
.about-more__content {
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
}
.about-more__more {
  padding-top: 35px;
}
/* ----------------------------------- list ----------------------------------- */
.list {
  background: #f4f4f4;
}
.without-color .list {
	background: none;
}
.list__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 40px 20px 40px;
}
.list__cols {
  margin-right: -65px;
}
.list__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.list__col {
  width: 50%;
  float: left;
  padding-right: 65px;
  position: relative;
}
.list__top {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__img {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  padding-top: 30px;
}
.list__summ {
  width: 25.4%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 19px 0 19px 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
}
.list__mark {
  color: #a4c53b;
}
.list__person {
  width: 32.2%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 19px 0 19px 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
}
.list__item {
  min-height: 103px;
  position: relative;
}
.list__headline {
  margin-bottom: 35px;
}
.list__headline:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.list__h {
  font-size: 36px;
  line-height: 38px;
  color: #3E4757;
  font-family: Neucha, sans-serif;
  float: left;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
}
.list__h:after {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  background: #a4c53b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list__controls {
  float: right;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.list__controls .btn {
  margin-top: -5px;
  margin-left: 20px;
}
.list__nav {
  width: 250px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 20px;
}
.list__prev {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 0 0 3px;
}
.list__prev-ic {
  display: block;
  width: 41px;
  height: 41px;
  fill: #3E4757;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__prev-ic:hover {
  fill: #a4c53b;
}
.list__next {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 3px 0 0;
}
.list__next-ic {
  display: block;
  width: 41px;
  height: 41px;
  fill: #3E4757;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__next-ic:hover {
  fill: #a4c53b;
}
.list__counter {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  color: #3E4757;
  font-family: Neucha, sans-serif;
  font-size: 24px;
  line-height: 45px;
}
.list__but {
  display: inline-block;
  vertical-align: top;
  color: #3E4757;
  position: relative;
  text-decoration: none;
  margin-left: 30px;
}
.list__but:hover {
  color: #3E4757;
}
.list__but-in {
  display: inline-block;
  height: 50px;
  border: 3px solid #3E4757;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  width: 166px;
}
.list__but:before {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-2.png) no-repeat;
  position: absolute;
  left: 3px;
  top: -6px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__but:after {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-2-hover.png) no-repeat;
  position: absolute;
  left: 4px;
  top: -5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__but:hover:before {
  opacity: 0;
}
.list__but:hover:after {
  opacity: 1;
}
.list__name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__name_amount {
    padding:2%;
    font-family: Neucha;
    background-size: cover;
    background-repeat: no-repeat;
    white-space: nowrap;
}
.list__name_amount.green {
    background-image: url(/local/templates/otkazniki/design/images/report-bg-green.png);
}
.list__name_amount.red {
    background-image: url(/local/templates/otkazniki/design/images/report-bg-red.png);
}
.list__ava {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
}
.list__avawr {
  vertical-align: middle;
  width: 71px;
  height: 71px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  background: #f4f4f4;
  overflow: hidden;
  padding-left: 95px;
}
.without-color .list__popup {
    background: none;
}

.list__item.active .list__avawr {
  top: 57px;
}
.list__item.active .list__name {
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 40px;
}
.list__item.active .list__top {
  padding-top: 50px;
}
.list__item.active .list__descrip-min {
  display: none;
}
.list__item.active .list__all {
  margin-left: -95px;
}
.list__all {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__all.active {
  opacity: 1;
}
.list__cont {
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
  color: #3E4757;
}
.list__cont p {
  margin-bottom: 25px;
}
.list__tabl {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin-right: -7%;
}
.list__td {
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  padding-right: 7%;
}
.list__td:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.list__td-1 {
  float: left;
  width: 40%;
}
.list__td-2 {
  float: left;
  text-align: right;
  width: 60%;
}
.list__all {
  padding-top: 10px;
}
.list__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 21px;
  height: 21px;
  display: none;
}
.list__close:hover .list__close-ic {
  fill: #a4c53b;
}
.list__close-ic {
  width: 21px;
  height: 21px;
  display: block;
  fill: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__btns {
  display: none;
}
.list__btns .btn_green {
  margin-right: 20px;
}
.list__button {
  display: inline-block;
  vertical-align: top;
  color: #3E4757;
  position: relative;
  text-decoration: none;
}
.list__button:hover {
  color: #3E4757;
}
.list__button:hover:after {
  background-position: 0 100%;
}
.list__button_push {
  margin-right: 20px;
}
.list__butin {
  display: inline-block;
  height: 50px;
  border: 3px solid #3E4757;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  width: 114px;
}
.list__button:before {
  content: "";
  display: block;
  width: 127px;
  height: 65px;
  background: url(../images/minbut-1.png) no-repeat;
  position: absolute;
  left: -3px;
  top: -6px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__button:after {
  content: "";
  display: block;
  width: 127px;
  height: 65px;
  background: url(../images/minbut-1-hover.png) no-repeat;
  position: absolute;
  left: -2px;
  top: -5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list__button:hover:before {
  opacity: 0;
}
.list__button:hover:after {
  opacity: 1;
}
.list__button_blue:before {
  background-image: url(../images/minbut-2.png);
}
.list__button_blue:after {
  background-image: url(../images/minbut-2-hover.png);
}
.list__descrip-min {
  font-size: 14px;
  line-height: 22px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  padding-top: 10px;
}
/* ----------------------------------- project ----------------------------------- */
.project {
  background: #f4f4f4;
}
.project__in {
  max-width: 1190px;
  margin: 0 auto;
  padding: 50px 20px 10px;
}
.project__item {
  margin-bottom: 50px;
}
.project__item:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.project__col-1 {
  width: 62%;
  float: left;
  padding-right: 70px;
}
.project__col-1:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.project__col-2 {
  width: 38%;
  float: left;
  padding-right: 30px;
}
.project__h {
  margin-bottom: 40px;
  color: #3E4757;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1px;
}
.project__imgwr {
  width: 144px;
  height: 144px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: -144px;
}
.project__area {
  float: left;
  width: 100%;
  padding-left: 195px;
}
.project__img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.project__item:hover .project__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.project__name {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1px;
}
.project__namel {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.project__prev {
  color: #3E4757;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 15px;
}
.project__more {
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
}
.project__content {
  color: #3E4757;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
}

/* ----------------------------------- search ----------------------------------- */
.search-form {
  background: #a6c756;
}
.search-form__inner {
  padding: 20px;
  max-width: 1190px;
  margin: 0 auto;
}
.search-form__inputwr {
  position: relative;
}
.search-form__input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
  font-size: 16px;
  line-height: 18px;
  height: 50px;
  padding: 15px 35px;
}
.search-form__label {
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 21px;
  color: #abadb3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-form__strong {
  font-weight: bold;
}
.search-form__ic {
  display: block;
  width: 26px;
  height: 26px;
  fill: #5190b6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-form__button {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 3;
}
.search-form__button:hover .search-form__ic {
  fill: #3E4757;
}
.search-form__submit {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: none;
  border: none;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
/* ----------------------------------- map ----------------------------------- */
.map {
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.map__button-text-open {
  display: block;
}
.map__button-text-close {
  display: none;
}
.map__inner {
  position: absolute;
  width: 100%;
  height: 610px;
  left: 0;
  top: 0;
}
.map__buttonwr {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index: 8;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.map__arr {
  display: block;
  width: 18px;
  height: 10px;
  fill: #5190b6;
  position: absolute;
  top: 13px;
  right: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map__button {
  display: inline-block;
  padding: 0 50px 0 35px;
  height: 36px;
  background: #fff;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 18px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  position: relative;
  top: -17px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map__button:hover {
  color: #5190b6;
}
.map__popup {
  position: relative;
  height: 0;
  z-index: 5;
  max-width: 1190px;
  margin: 0 auto;
  display: none;
}
.map__popup-in {
  position: absolute;
  height: 300px;
  top: 0;
  left: 20px;
  background: #fff;
  width: 440px;
  overflow: auto;
  padding: 30px 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.map.active {
  height: 610px;
}
.map.active .map__arr {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.map.active .map__button-text-open {
  display: none;
}
.map.active .map__button-text-close {
  display: block;
}
.map.active .map__popup-in {
  height: 610px;
}
.map.active .map__buttonwr {
  background-color: rgba(255, 255, 255, 0);
}
.map__h {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}
.map__h-link {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map__popup-content {
  font-size: 14px;
  line-height: 16px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
  color: #333;
}
.map__popup-row {
  color: #6d7079;
  font-size: 14px;
  line-height: 16px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
.map__popup-bot {
  font-size: 14px;
  line-height: 16px;
  font-family: "PT Sans", sans-serif;
  color: #333;
  padding: 20px 0 30px;
}
.map__close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.map__close:hover .map__close-popup {
  fill: #3E4757;
}
.map__close-popup {
  display: block;
  width: 25px;
  height: 25px;
  fill: #b3b4ba;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map__pin {
  fill: #333;
  display: block;
  width: 17px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: -28px;
}
.map__ic-first {
  display: block;
  width: 17px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: -28px;
}
.map__ic-first:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 3px;
}
.map__ic-first:after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 7px 7px 0 0;
}
.map__ic-2 {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0px;
  left: -28px;
  stroke: #abadb3;
  stroke-width: 2px;
  fill: #fff;
}
.map__phone {
  width: 19px;
  height: 20px;
  display: block;
  fill: #abadb3;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
}
/* ----------------------------------- crumbs ----------------------------------- */
.crumbs {
  max-width: 1190px;
  margin: 0 auto;
  padding: 35px 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.crumbs__link {
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.crumbs__link.active {
  text-decoration: none;
  color: #3E4757;
}
.crumbs__sep {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 5px;
  margin: 0 15px;
}
.crumbs__sep-ic {
  width: 4px;
  height: 8px;
  display: block;
  fill: #a4c53b;
}
/* ----------------------------------- child ----------------------------------- */
.child__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px 0;
  margin-bottom: 30px;
}
.child__top {
  margin-bottom: 20px;
}
.child__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.child__h {
  color: #3E4757;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-family: Neucha, sans-serif;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 1px;
  float: left;
}
.child__h:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #a4c53b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.child__tlink {
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 5px 0;
}
.child__buttons {
  width: 220px;
  margin: 20px auto;
  text-align: right;
}
.child__buttons .btn {
  display: block;
  width: 100%;
}
.child__buttons .btn_blue {
  margin-bottom: 20px;
}
.child__button {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  color: #3E4757;
}
.child__butin {
  display: inline-block;
  height: 50px;
  width: 166px;
  border: 3px solid #3E4757;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.child__button:before {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-1.png) no-repeat;
  position: absolute;
  left: 3px;
  top: -6px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.child__button:after {
  content: "";
  display: block;
  width: 157px;
  height: 64px;
  background: url(../images/butbg-1-hover.png) no-repeat;
  position: absolute;
  left: 4px;
  top: -5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.child__button:hover:before {
  opacity: 0;
}
.child__button:hover:after {
  opacity: 1;
}
.child__button_blue:before {
  background-image: url(../images/butbg-2.png);
}
.child__button_blue:after {
  background-image: url(../images/butbg-2-hover.png);
}
.child__content-left {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: -220px;
}
.child__content-right {
  float: right;
  width: 100%;
  padding-left: 270px;
  /*font-family: "PT Sans" !important;
  font-size: 14px;
  line-height: 1.3;
  color: #3E4757;*/
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.child__photo {
  display: block;
  width: 220px;
  height: 220px;
  margin-bottom: 25px;
  border-radius: 50%;
}
.child__content {
  padding-top: 20px;
  margin-bottom: 70px;
}
.child__content:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.child__content p {
  margin-bottom: 25px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.child__content:last-child {
  margin-bottom: 0;
}
/* ----------------------------------- paytable ----------------------------------- */
.paytable {
  max-width: 670px;
  padding: 35px 0;
}
.paytable__table {
  width: 100%;
}
.paytable__th {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  height: 18px;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
  vertical-align: top;
}
.paytable__td {
  padding: 10px 0;
  font-size: 14px;
  height: 18px;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
  vertical-align: top;
}
.paytable__mark {
  color: #a4c53b;
}
.paytable__table tr:first-child .paytable__td {
  padding-top: 20px;
}
.paytable__rub:after {
  content: "P";
}
/* ----------------------------------- content-area ----------------------------------- */
.content-area {
    margin-bottom: 20px;
}
.content-area__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-area__top {
  margin-bottom: 20px;
}
.content-area__top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.content-area__topl {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  float: right;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-area__h {
  position: relative;
  font-family: Neucha, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #3E4757;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content-area__h.small {
  font-size: 30px;
  margin-left: 80px;
  text-transform: none;
}
/* ----------------------------------- content ----------------------------------- */
.content {
  font-family: "PT Sans", sans-serif;
}
.content p {
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}
.content img {
  max-width: 100%;
  height: auto!important;
  margin-bottom: 20px;
}
.content mark {
  background: #dfe794;
}
.content h3 {
    /*background: #dfe794;*/
    font-weight: bold;
    font-size: 120%;
    color: #3E4757;
    padding: 10px 0;
}
.content h6 {
  background: #dfe794;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: #3E4757;
}
.content li {
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  /*margin-bottom: 20px;*/
}
.content ul {
  margin-bottom: 20px;
  list-style: url(../images/list.png) inside;
}
.content ol {
  margin-bottom: 20px;
  list-style: decimal inside;
}
.content figure {
  display: inline-block;
  margin-bottom: 20px;
}
.content figcaption {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
}
.content blockquote {
  max-width: 960px;
  margin: 35px auto;
  padding: 35px 70px;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #3E4757;
  font-style: italic;
  font-family: "PT Sans", sans-serif;
}
.content blockquote:before {
  content: open-quote;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 95px;
  line-height: 43px;
  font-style: italic;
  color: #a4c53b;
}
.content blockquote:after {
  content: close-quote;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 95px;
  line-height: 43px;
  font-style: italic;
  color: #a4c53b;
}
.content blockquote p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  color: #3E4757;
  font-style: italic;
  font-family: "PT Sans", sans-serif;
}
.content h1 {
  position: relative;
  margin-bottom: 15px;
  font-family: Neucha, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #3E4757;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content table {
  margin-bottom: 40px;
}
.content th {
  background: #f9f9fb;
  color: #aaaeb6;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  text-align: left;
  font-weight: 300;
}
.content td {
  border-bottom: 1px solid #dddedf;
  border-top: 1px solid #dddedf;
  color: #535a69;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
}
.content td.table-level {
  border-bottom: none;
  border-top: none;
}
.content td.table-level_first {
  padding-left: 80px;
}
/* ----------------------------------- reports ----------------------------------- */
.reports__table {
  width: 100%;
}
/* ----------------------------------- text-strong ----------------------------------- */
.text-strong {
  font-weight: bold;
  color: #535a69;
}
.pie-chart {
  margin-bottom: 40px;
}
/* ----------------------------------- report-field ----------------------------------- */
.report-field {
  padding-right: 290px;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}
.report-field:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.report-field__col-1 {
  width: 20%;
  padding-right: 40px;
  float: left;
}
.report-field__col-2 {
  width: 20%;
  padding-right: 40px;
  float: left;
}
.report-field__col-3 {
  width: 60%;
  float: left;
}

.report-field__button {
  border: 2px solid #acc349;
  color: #3E4757;
  text-align: center;
  width: 250px;
  position: absolute;
  right: 0;
  top: 20px;
  background: none;
  border-radius: 30px;
  font-family: neucha, sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 15px 12px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.report-field__button:hover {
  background: #acc349;
  color: #fff;
}

@media (max-width: 640px) {
	.report-field {padding-right: 0;}
	.report-field__col-1 {margin:0 20px 20px 0; padding:0; width: 150px;}
	.report-field__col-2 {margin:0 0 20px 0; padding:0; width: 150px;}
	.report-field__col-3 {width: 320px;}
	.report-field__button {position: relative;}
}
/* ----------------------------------- field-wr ----------------------------------- */
.field-wr input {
  width: 100%;
  display: block;
  border: 1px solid #dddedf;
  outline: none;
  padding: 10px 40px 10px 10px;
}
/* ----------------------------------- report-make ----------------------------------- */
.report-make {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}
.report-make__col-1 {
  width: 300px;
  padding-right: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
}
.report-make__col-2 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  padding: 15px 40px 15px 0;
}
.report-make__col-3 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
}
.report-make__button {
  border: 2px solid #acc349;
  color: #3E4757;
  text-align: center;
  width: 250px;
  background: none;
  border-radius: 30px;
  font-family: neucha, sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 15px 12px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.report-make__button:hover {
  background: #acc349;
  color: #fff;
}
.report-make__ch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
}
.report-make__lab {
  font-size: 16px;
  line-height: 35px;
  color: #3E4757;
  font-weight: bold;
}
.report-make__labb {
  font-size: 16px;
  line-height: 35px;
  margin-right: 20px;
}
/* ----------------------------------- tags ----------------------------------- */
.tags {
  margin: 35px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.tags__it {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border: 1px solid #ced0da;
  padding: 5px 10px;
  text-decoration: none;
  color: #262830;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
}
.tags__it:hover {
  text-decoration: none;
}
/* ----------------------------------- page-soc ----------------------------------- */
.page-soc__h {
  margin-bottom: 15px;
  color: #3E4757;
  font-size: 18px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
}
/* ----------------------------------- content-slider ----------------------------------- */
.content-slider {
  margin: 35px -20px 35px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  white-space: nowrap;
  position: relative;
}
.content-slider .slick-list {
  overflow: visible!important;
}
.content-slider__item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: .5;
  margin-right: 20px;
  width: 294px;
  position: relative;
}
.content-slider__item.slick-active {
  opacity: 1;
}
.content-slider__prev {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 15px;
  top: 155px;
  z-index: 1;
  padding: 2px 0 0 3px;
}
.content-slider_more .content-slider__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-slider__prev:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__prev:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__prev:hover:before {
  opacity: 0;
}
.content-slider__prev:hover:after {
  opacity: 1;
}
.content-slider__prev-ic {
  display: block;
  width: 41px;
  height: 41px;
  fill: #a4c53b;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__prev-ic:hover {
  fill: #337da9;
}
.content-slider__next {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 35px;
  top: 155px;
  padding: 2px 3px 0 0;
}
.content-slider_more .content-slider__next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-slider__next:before {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  content: "";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__next:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__next:hover:before {
  opacity: 0;
}
.content-slider__next:hover:after {
  opacity: 1;
}
.content-slider__next-ic {
  display: block;
  width: 41px;
  height: 41px;
  fill: #a4c53b;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__next-ic:hover {
  fill: #337da9;
}
.content-slider__lay {
  height: 350px;
  display: block;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
}
.content-slider__title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  font-style: italic;
  color: #333;
  font-family: "PT Sans", sans-serif;
}
.content-slider__layr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(162, 196, 78, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-slider__layr:hover {
  opacity: 1;
}
.content-slider__but {
  display: block;
  top: 50%;
  left: 50%;
  width: 129px;
  height: 47px;
  margin: -23px 0 0 -64px;
  border: 3px solid #3E4757;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: normal;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  position: absolute;
  text-align: center;
  color: #3E4757;
}
.content-slider__img {
  display: block;
  margin: 0 auto;
}
.content .content-slider__img {
  margin-bottom: 0;
}
.content-slider__l {
  display: block;
  text-decoration: none;
}
/* ----------------------------------- cols2 ----------------------------------- */
.cols2 {
  /*margin-bottom: 60px;*/
}
.cols2:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.cols2__col-1 {
  width: 100%;
  float: left;
  padding-right: 440px;
  margin-right: -400px;
  min-height: 1px;
}
.cols2__col-1 img {
  max-width: 100%!important;
  height: auto!important;
}
.cols2__col-2 {
  width: 400px;
  float: left;
  position: relative;
}
/* ----------------------------------- wellcome ----------------------------------- */
.wellcome {
  background: #e2ecf3;
  padding: 35px;
  margin-bottom: 30px;
}
.wellcome__h {
  font-size: 30px;
  line-height: 34px;
  color: #3E4757;
  font-family: Neucha, sans-serif;
  margin-bottom: 15px;
}
.wellcome__h.phone_bg {
    padding-left: 40px;
    position: relative;
    line-height: 36px;
    margin-bottom: 15px;
}
.wellcome__h .left-img {
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
}
.wellcome__p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "PT Sans", sans-serif;
  color: #3E4757;
}
.wellcome__cont {
  padding: 23px 0 23px 0;
  /*min-height: 146px;*/
  min-height: auto;
  position: relative;
}
.wellcome__cont:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.wellcome__cont.phone_bg {
    padding: 0 0 0 40px;
    position: relative;
    line-height: 32px;
}
.wellcome__cont-img {
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
}
.wellcome__name {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
.wellcome__txt {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
}
/* ----------------------------------- main-news ----------------------------------- */
.main-news {
  display: block;
  text-decoration: none;
  height: 368px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
}
.main-news__content {
  position: absolute;
  display: block;
  max-width: 480px;
  padding-right: 40px;
  left: 40px;
  bottom: 30px;
}
.main-news__date {
  display: block;
  color: #337da9;
  font-family: Neucha, sans-serif;
  font-size: 25px;
  line-height: 44px;
}
.main-news__title {
  display: block;
  font-family: Neucha, sans-serif;
  color: #3E4757;
  font-size: 30px;
  line-height: 44px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ----------------------------------- newsline ----------------------------------- */
.newsline {
  margin-bottom: 40px;
}
.newsline__line {
  margin-right: -20px;
}
.newsline__line:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.newsline__col-1 {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.newsline__col-2 {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.newsline__col-3 {
  width: 25%;
  float: left;
  padding-right: 20px;
}
.newsline__col-4 {
  width: 75%;
  float: left;
  padding-right: 20px;
}
.newsline__items {
  margin-right: -20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.newsline__items .press-preview__item {
  width: 25%;
}
.newsline__itemwr {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.newsline__items.mod-1 .newsline__itemwr {
  width: 100%;
}
.newsline__items.mod-2 .newsline__itemwr {
  width: 50%;
}
.newsline__item {
  display: block;
  vertical-align: top;
  margin: 0 0 20px 0;
  padding: 30px 30px 30px 30px;
  letter-spacing: normal;
}
.newsline__date {
  font-family: Neucha, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.newsline__title {
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
}
.newsline__l {
  text-decoration: none;
  color: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.newsline__l:hover {
  color: #2f90c6;
}
.newsline__row-top {
  padding: 25px 0;
}
.newsline__row-top:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.newsline__row-l {
  float: left;
}
.newsline__row-r {
  float: right;
}
.newsline__row-all {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.newsline__anc {
  font-family: Neucha, sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  margin-right: 65px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.newsline__anc.active {
  text-decoration: none;
  color: #3E4757;
}
/* ----------------------------------- pagination ----------------------------------- */
.pagination {
  text-align: right;
  padding: 20px 0;
}
.pagination_center {
  text-align: center;
}
.pagination__nav {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination__link {
  display: inline-block;
  font-size: 16px;
  line-height: 46px;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  width: 54px;
  height: 48px;
  text-align: center;
}
.pagination__link.active {
  border: 1px solid #a4a4a4;
  color: #3E4757;
}
.pagination__dot {
  width: 54px;
  height: 48px;
  text-align: center;
  color: #3491c6;
  display: inline-block;
}
/* ----------------------------------- news-filter ----------------------------------- */
.news-filter {
  float: right;
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.news-filter__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  margin-left: 25px;
  text-align: left;
}
.news-filter__item:first-child {
  margin-left: 0;
}
.news-filter__item.mod-w {
  width: 195px;
}
/* ----------------------------------- select ----------------------------------- */
.search-select-wrap {
  margin-bottom: 22px;
}
.search-select-wrap:last-child {
  margin-bottom: 0;
}
.sod_select {
  position: relative;
  display: block;
  border: 1px solid #cacaca;
  background: #fff;
  outline: none;
}
.sod_select .select {
  display: none;
}
.sod_select:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(../images/arr-black.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  outline: none;
}
.sod_label {
  padding: 13px 50px 13px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #3E4757;
  font-family: "PT Sans", sans-serif;
  outline: none;
}
.sod_list_wrapper {
  max-height: 300px;
  overflow: auto;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #cacaca;
  background: #fff;
  padding: 10px 0;
  z-index: 4;
  display: none;
  outline: none;
}
.sod_select.open .sod_list_wrapper {
  display: block;
}
.sod_option {
  display: block;
  padding: 5px 20px;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
/* ----------------------------------- field ----------------------------------- */
.field {
  border: 1px solid #a4a4a4;
  display: block;
  color: #3E4757;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  padding: 13px 20px 13px 20px;
}
.field.mod-w1 {
  width: 140px;
}
.field::-webkit-input-placeholder {
  color: #3E4757;
  opacity: 1;
}
.field::-moz-placeholder {
  color: #3E4757;
  opacity: 1;
}
.field:-moz-placeholder {
  color: #3E4757;
  opacity: 1;
}
.field:-ms-input-placeholder {
  color: #3E4757;
  opacity: 1;
}
/* ----------------------------------- news-filter ----------------------------------- */
.news-filter__sort {
  display: inline-block;
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-filter__sort:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(../images/arr-blue.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
/* ----------------------------------- DatePicker ----------------------------------- */
button.Zebra_DatePicker_Icon {
  width: 20px;
  height: 17px;
  background: url(../images/datepicker.png) no-repeat;
  right: 17px!important;
}
/* ----------------------------------- sidelist ----------------------------------- */
.sidelist {
  margin-bottom: 20px;
}
.sidelist__h {
  display: inline-block;
  padding: 35px 39px 15px 40px;
  position: relative;
  font-size: 28px;
  line-height: 32px;
  color: #3E4757;
  font-family: Neucha, sans-serif;
}
.sidelist__h:after {
  content: "";
  display: block;
  width: 65px;
  height: 38px;
  background: url(../images/heart.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.sidelist__l {
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "PT Sans", sans-serif;
}
.sidelist__l:hover {
  color: #317ca6;
  background: #e2ecf3;
}
.sidelist__item-last {
  padding: 20px 40px;
}
.sidelist__more {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ----------------------------------- smi-grid ----------------------------------- */
.smi-grid__inner {
  padding: 50px 20px 5px;
  max-width: 1190px;
  margin: 0 auto;
}
.smi-grid__inner:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.smi-grid__col {
  width: 50%;
  float: left;
  padding-right: 30px;
}
/* ----------------------------------- smi ----------------------------------- */
.smi__h {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: normal;
  font-family: Neucha, sans-serif;
  color: #3E4757;
  position: relative;
}
.smi__items {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.smi__item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
}
.smi__date {
  font-size: 14px;
  line-height: normal;
  color: #7d8aa2;
  font-family: Neucha, sans-serif;
  margin-bottom: 11px;
}
.smi__l {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  color: #3E4757;
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.smi__l:hover {
  color: #3585b4;
}
/* ----------------------------------- sideblock ----------------------------------- */
.sidebl {
  background: #e2ecf3;
  margin-bottom: 30px;
  padding: 40px 30px 30px 40px;
}
.sidebl__h {
  font-size: 30px;
  line-height: 34px;
  color: #3E4757;
  font-family: Neucha, sans-serif;
  margin-bottom: 20px;
}
.content .sidebl__h {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  text-transform: none;
  padding-bottom: 0;
  letter-spacing: normal;
}
.content .sidebl__h:after {
  display: none;
}
.sidebl__row {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.sidebl__count {
  width: 200px;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 30px;
  text-align: right;
  font-size: 60px;
  line-height: 50px;
  font-family: "PT Sans", sans-serif;
  color: #a4c53b;
  letter-spacing: normal;
}
.sidebl__val {
  width: 95px;
  display: inline-block;
  vertical-align: bottom;
  color: #3E4757;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
}
.sidebl__p {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
  margin-bottom: 20px;
}
.sidebl__bl {
  margin-bottom: 35px;
}
.sidebl__h2, .sidebl h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.sidebl__h2:last-child, .sidebl h3:last-child {
  margin-bottom: 0;
}
.sidebl h2 {
    margin-bottom: 20px;
    font-size: 28px;
  	font-family: Neucha, sans-serif;
}
.sidebl a {
	color: #3E4757;
    text-decoration: none;
}
.sidebl .text a {
    color: #3E4757;
    text-decoration: underline;
}
.sidebl li {
	font-size: 16px;
    font-weight: normal;
}
/* ----------------------------------- sidebuttons ----------------------------------- */
.sidebuttons {
  margin-bottom: 30px;
}
/* ----------------------------------- proj ----------------------------------- */
.proj__item {
  margin-bottom: 45px;
}
.proj__item:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.proj__imgwr {
  width: 144px;
  height: 144px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: -144px;
}
.proj__area {
  float: left;
  width: 100%;
  padding-left: 195px;
}
.proj__img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.proj__item:hover .proj__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.proj__name {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
  letter-spacing: 1px;
}
.proj__namel {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.proj__prev {
  color: #3E4757;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 15px;
}
.proj__more {
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
}
/* ----------------------------------- now ----------------------------------- */
.now {
  width: 279px;
  height: 237px;
  background: url(../images/now.png) no-repeat;
  display: block;
  margin: 0 auto;
}
/* ----------------------------------- clients ----------------------------------- */
.clients {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 40px;
  max-height: 270px;
  overflow: hidden;
  margin-top: 20px;
}
.clients:after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: url(../images/shad.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.clients.active:after {
  display: none;
}
.clients.active {
  max-height: none;
  padding-bottom: 0;
}
.clients__h {
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.clients__list {
  margin-bottom: 20px;
}
.clients__li {
  margin-bottom: 5px;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.clients__li:last-child {
  margin-bottom: 0;
}
.clients__link {
  display: inline-block;
  border-bottom: 1px dashed #4c9ac6;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.clients__link:after {
  content: "\e906";
  display: inline-block;
  margin-left: 5px;
  font-family: "icomoon";
  font-size: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.clients__link.active {
  border-color: transparent;
}
.clients__link.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.clients__link-cont {
  display: none;
  font-size: 16px;
  line-height: 20px;
}
.clients__all {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
/* ----------------------------------- add-anc ----------------------------------- */
.add-anc {
  display: block;
  width: 281px;
  height: 236px;
  background: url(../images/heart-anc.png) no-repeat;
  background-size: cover;
  margin: 0 auto 30px;
  position: relative;
}
.add-anc__text {
  font-size: 28px;
  line-height: 34px;
  color: #3E4757;
  font-family: neucha, sans-serif;
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  transform: rotate(8deg);
}
/* ----------------------------------- menus ----------------------------------- */
.menus {
  padding: 20px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.menus__item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  width: 33.33%;
  padding-right: 40px;
  margin-bottom: 35px;
}
.menus__h {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: Neucha, sans-serif;
}
.menus__p {
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}
.menus__more {
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menus__hl {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* --------------------------------Search Form-------------------------------- */
.cd-main-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 65px;
  width: 100%;
  background: #ececee;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cd-main-search.is-visible {
  opacity: 1;
  visibility: visible;
}
.cd-main-search.is-visible .close {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.cd-main-search * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.cd-main-search .close {
  display: none;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 40px;
  width: 40px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cd-main-search .close:before,
.cd-main-search .close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  background-color: #3E4757;
}
.cd-main-search .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cd-main-search .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.animate-search .cd-main-search.is-visible {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.live-search-input {
  width: 100%;
  height: 100%;
  padding-right: 150px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #3E4757;
}
.live-search-input::-moz-placeholder {
  color: #5c5d6a;
}
.live-search-input:-moz-placeholder {
  color: #5c5d6a;
}
.live-search-input::-webkit-input-placeholder {
  color: #5c5d6a;
}
.live-search-input:-ms-input-placeholder {
  color: #5c5d6a;
}
.live-search-input:focus {
  outline: none;
}
.live-search-form {
  position: relative;
  max-width: 1190px;
  height: 100%;
  padding: 0 20px;
  margin: 0px auto;
}
@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.cd-search-trigger {
  position: relative;
  z-index: 3;
  float: right;
  width: 35px;
  height: 35px;
  margin-top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #a4c53b;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cd-search-trigger:hover {
  border-color: #4c9ac6;
}
.cd-search-trigger:hover .top-bar__search {
  fill: #4c9ac6;
}
.cd-search-trigger.search-form-visible {
  -webkit-transform: translateX(-46px);
  -moz-transform: translateX(-46px);
  -ms-transform: translateX(-46px);
  -o-transform: translateX(-46px);
  transform: translateX(-46px);
  color: #a4c53b;
}
.cd-search-trigger.search-form-visible .top-bar__search {
  top: 4px;
}
/* -------------------------------- search-page -------------------------------- */
.search-page {
  padding: 35px 0;
}
.search-page .center {
  padding: 0 20px;
}
.search-page-form:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.search-page-form .input-wrap {
  width: 100%;
  float: left;
  padding-right: 250px;
}
.search-page-form .input {
  height: 55px;
}
.search-page-form .btn {
  position: relative;
  z-index: 1;
  float: right;
  margin-left: -210px;
}
/* -------------------------------- docs -------------------------------- */
.docs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.docs.push-down {
  margin-top: 70px;
}
.docs__item {
  position: relative;
  display: inline-block;
  width: 33.333%;
  margin-bottom: 50px;
  letter-spacing: normal;
  vertical-align: top;
  text-align: center;
}
.docs__item:nth-child(3n-2) .docs__img:before {
  content: "";
  position: absolute;
  left: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 219px;
  background-image: url("../images/doc-bg1.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.docs__item:nth-child(3n-1) .docs__img:before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 50px;
  width: 21px;
  height: 62px;
  background-image: url("../images/doc-bg2.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.docs__item:nth-child(3n-1) .docs__img:after {
  content: "";
  position: absolute;
  right: -90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 84px;
  height: 158px;
  background-image: url("../images/doc-bg3.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.docs__item:nth-child(3n) .docs__img:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 201px;
  background-image: url("../images/doc-bg4.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.docs__img {
  display: inline-block;
  position: relative;
  width: 221px;
  height: 312px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.docs__img:hover .docs__link {
  opacity: 1;
}
.docs__img:hover .docs__hover {
  opacity: 1;
}
.docs__title {
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #3E4757;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.docs__title.download {
  color: #3585b4;
}
.docs__title:hover {
  color: #3585b4;
  text-decoration: underline;
}
.docs__title:hover.download {
  color: #3E4757;
}
.docs__link {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 50;
  border: 3px solid #3E4757;
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 16px;
  line-height: 44px;
  color: #3E4757;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.docs__link:hover {
  background-color: #3E4757;
  color: #a4c53b;
}
.docs__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/doc-hover.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* --------------------------------- right vidget ----------------------------*/
.vidget {
	margin-top: 60px;
    padding: 35px;
	background-color: #f1f7e5;
    font-family: neucha, sans-serif;
    position: relative;
}
.vidget .vidget__title {
    font-size: 28px;
}
.vidget .vidget__content {
	margin-top: 20px;
}
.vidget .vidget__elem {
    margin-bottom: 20px;
}
.vidget .vidget__hearts {
    position: absolute;
    right: 20px;
    top: -15px;
}
/* -------------------------------- requisites -------------------------------- */
.requisites {
  background-color: #f4f4f4;
}
.requisites__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 15px 80px 20px;
}
.requisites__title {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-family: neucha, sans-serif;
  font-size: 28px;
}
.requisites__title:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -36px;
  width: 63px;
  height: 36px;
  background-image: url('../images/heart.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.requisites__cols:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.requisites_col {
  float: left;
  width: 33.333%;
  padding-right: 70px;
}
.requisites_col:nth-child(3n) {
  padding-right: 0;
}
.requisites__col-title {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #3E4757;
  text-transform: uppercase;
}
.requisites__col-logo {
  position: relative;
  width: 137px;
  height: 87px;
  background-image: url('../images/button-3.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  text-align: center;
}
.requisites__col-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.requisites__link {
  font-weight: bold;
}
/* -------------------------------- friends-partners -------------------------------- */
.friends-partners {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.friends-partners:last-child {
  margin-bottom: 0;
}
.friends-partners__title {
  margin-bottom: 30px;
  font-family: neucha, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
.friends-partners__title mark {
  padding: 0 6px;
}
.friends-partners__item {
  display: inline-block;
  position: relative;
  width: 30%;
  padding-left: 150px;
  margin-bottom: 31px;
  margin-right: 5%;
  border-bottom: 1px solid #e8e8e9;
  letter-spacing: normal;
  vertical-align: top;
}
.friends-partners__item:nth-child(3n) {
  margin-right: 0;
}
.friends-partners__item.center_pos .friends-partners__item-img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
}
.friends-partners__item.center_pos .cell {
  vertical-align: middle;
}
.friends-partners__item .cell {
  height: 135px;
  padding: 20px 0;
}
.friends-partners__item-img {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center top;
}
.friends-partners__item-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #3E4757;
}
.friends-partners__item-text {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
}
.friends-partners__item-link {
  font-size: 14px;
  line-height: 22px;
  color: #3e8fbd;
}
/* -------------------------------- team__item -------------------------------- */
.team-section {
  padding: 40px 0 0;
  background-image: url("../images/separator-line.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.team-section-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.team-section-wrapper.section-type-1 {
  display: none;
  border-top: 2px dashed #aecc66;
}
.team {
  /*font-size: 0;
  line-height: 0;*/
  /*letter-spacing: -4px;*/
  background-image: url("../images/team-bg.png");
  background-repeat: repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 0 0;
}
.team-link-on-hide {
  width: 100%;
  padding: 5px;
  text-align: right;
}
.team__item-wrap {
  display: inline-block;
  vertical-align: top;
  margin-bottom:20px;
  flex-basis: 25%;
  width: 24%;
}
.team__item-wrap.double {
  flex-basis: 50%;
  width: 49%;
}
.team__item {
  position: relative;
  min-height: 155px;
  padding-left: 180px;
  margin-bottom: 20px;
  letter-spacing: normal;
  vertical-align: top;
}
.team__item_new {
  padding: 10px 0;
}
.team__item-info {
  margin-top: 20px;
}
.double .team__item_new {
  display: flex;
}
.double .team__item-info {
  margin-left: 21px;
}
.team__item .cell {
  padding-top: 10px;
}
.team__item-img {
  position: absolute;
  background-color: #ddd;
  left: 0;
  top: 0;
  width: 155px;
  height: 155px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.team__item-img.new {
  position: static;
}
.team__item-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #3E4757;
  margin-bottom: 10px;
}
.team__item-pos {
  font-size: 16px;
  line-height: 22px;
  color: #3E4757;
}
.team__item-phone {
  font-size: 14px;
  line-height: 22px;
  color: #3E4757;
}
.team__item-link {
  font-size: 14px;
  line-height: 22px;
  color: #3e8fbd;
}
.team__item-title {
    text-transform:uppercase;
    font-weight:bold;
    border-bottom:2px #a4c53b dotted;
}
.team__item-title.new {
  border: none;
}
/* -------------------------------- ul -------------------------------- */
.ul {
  list-style: none none !important;
}
.ul:last-child {
  margin-bottom: 0;
}
.ul > li {
  position: relative;
  padding-left: 11px;
  margin-bottom: 0;
}
.ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3E4757;
}
/* -------------------------------- hot-line -------------------------------- */
.hot-line__img {
  margin-bottom: 40px!important;
}
.hot-line__img:last-child {
  margin-bottom: 0;
}
.hot-line__item {
  margin-bottom: 40px;
}
.hot-line__item:last-child {
  margin-bottom: 0;
}
/* -------------------------------- contacts-list -------------------------------- */
.contacts-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.contacts-list__item {
  display: inline-block;
  width: 50%;
  padding-right: 50px;
  margin-bottom: 35px;
  letter-spacing: normal;
  vertical-align: top;
}
.contacts-list__item li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
.contacts-list__item li:before {
  top: 7px;
}
.contacts-list__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #3E4757;
  text-transform: uppercase;
}
.contacts-list__title:last-child {
  margin-bottom: 0;
}

.contacts-list__data {
	font-weight: bold;
	font-size: 14px;
	color: #3E4757;
	text-transform: uppercase;
}
/* -------------------------------- min-title -------------------------------- */
.min-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
.min-title.uppercase {
  text-transform: uppercase;
}
/* -------------------------------- hr -------------------------------- */
.hr {
  margin: 25px 0;
  border-bottom: 1px solid #e8e8e9;
}
/* -------------------------------- checkbox -------------------------------- */
.checkbox-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.checkbox-list .checkbox-wrap_inline {
  width: 25%;
  padding-right: 20px;
  margin-right: 0;
  margin-bottom: 30px;
  letter-spacing: normal;
}
.checkbox-list .checkbox .icon-checkbox {
  top: 3px;
}
.flex-checkbox-wrap {
  padding-left: 20px;
}
.checkbox-wrap {
  position: relative;
  padding-left: 25px;
  letter-spacing: normal;
}
.checkbox-wrap.js-parent.show-items > .label-title:before {
  content: "\e941";
}
.checkbox-wrap label {
  font-family: "PT Sans";
  font-size: 16px;
  line-height: 18px;
  color: #5b5b5b;
  cursor: pointer;
}
.checkbox-wrap_inline {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
}
.checkbox-wrap_inline:last-child {
  margin-right: 0;
}
.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.checkbox input[type="checkbox"] {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  opacity: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked ~ .icon-checkbox:before {
  display: block;
}
.checkbox input[type="checkbox"].error ~ .icon-checkbox {
  border-color: #3E4757;
}
.checkbox .icon-checkbox {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  color: #3E4757;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.checkbox .icon-checkbox:before {
  content: "";
  font-size: 8px;
  line-height: 11px;
  letter-spacing: normal;
  width: 15px;
  height: 9px;
  background: url(../images/checkbox.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 3px;
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* -------------------------------- radio -------------------------------- */
.radio-wrap {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.radio-wrap label {
  font-family: "PT Sans";
  font-size: 16px;
  line-height: 18px;
  color: #3E4757;
  cursor: pointer;
}
.radio-wrap_inline {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
}
.radio-wrap_inline:last-child {
  margin-right: 0;
}
.radio {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.radio:hover .icon-radio {
  border-color: #3E4757;
}
.radio:hover .icon-radio:before {
  background-color: #3E4757;
}
.radio input[type="radio"] {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  opacity: 0;
  cursor: pointer;
}
.radio input[type="radio"]:checked ~ .icon-radio:before {
  display: block;
}
.radio input[type="radio"].error ~ .icon-radio {
  border-color: #3E4757;
}
.radio input[type="radio"].error ~ .icon-radio:before {
  background-color: #3E4757;
}
.radio .icon-radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7b7b7b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.radio .icon-radio:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3E4757;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ----------------------------------- input-file ----------------------------------- */
.input-file-wrap {
  display: inline-block;
  position: relative;
}
.input-file-wrap.empty .file-empty {
  display: block;
}
.input-file-wrap.empty .file-name {
  display: none;
}
.input-file-wrap.empty .file-cancel {
  display: none;
}
.input-file-wrap input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input-file-wrap .list__but {
  margin-left: 0;
}
.file-empty {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
}
.file-name {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
}
.file-cancel {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 200%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
/* -------------------------------- form-right-valid -------------------------------- */
.form-line {
  position: relative;
  margin-bottom: 20px;
}
.form-line_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 430px;
}
.flex-label {
  position: relative;
  z-index: 1;
  width: 315px;
  padding-right: 20px;
  margin-right: -315px;
}
.input-wrap {
  position: relative;
}
.input-wrap:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.input-wrap_flex {
  position: relative;
  width: 100%;
  padding-left: 315px;
}
.input-wrap_flex-half {
  width: 66.666%;
}
.input {
  width: 100%;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #cacaca;
  background-color: transparent;
  font-family: "PT Sans";
  font-size: 16px;
  line-height: 1.2;
  color: #5b5b5b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input::-moz-placeholder {
  color: #5b5b5b;
}
.input:-moz-placeholder {
  color: #5b5b5b;
}
.input::-webkit-input-placeholder {
  color: #5b5b5b;
}
.input:-ms-input-placeholder {
  color: #5b5b5b;
}
.input:focus {
  outline: none;
}
.input.error {
  border-color: #f03131;
}
.textarea {
  min-width: 100%;
  max-width: 100%;
  height: 140px;
  min-height: 140px;
  padding: 10px 30px;
}
.input-wrap-day {
  position: relative;
  float: left;
  width: 20%;
  margin-right: 3%;
}
.input-wrap-month {
  position: relative;
  float: left;
  width: 44%;
  margin-right: 3%;
}
.input-wrap-year {
  position: relative;
  float: left;
  width: 30%;
}
div.error-text {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  color: #f03131;
  padding-top: 10px;
}
input.error-text {
  border-color: #f03131!important;
}
.checkbox .error-text {
  position: absolute;
  left: 0;
  top: 15px;
  letter-spacing: normal;
  width: 300px;
}
input[aria-invalid="true"] ~ .icon-checkbox {
  border-color: #f03131!important;
}
.capcha-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-left: 314px;
}
.capcha-wrap .input-wrap_flex {
  padding-left: 0;
  width: 25%;
}
.capcha {
  width: 30%;
  height: 50px;
  margin-right: 3.333%;
  border: 1px solid #7b7b7b;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 0 0;
}
.capcha-hint {
  width: 38.333%;
  margin-left: 3.333%;
  color: #5b5b5b;
}
/* -------------------------------- form-right-valid__buttons -------------------------------- */
.form-right-valid__buttons:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.form-right-valid__buttons-text {
  position: relative;
  float: left;
  width: 315px;
  padding-right: 20px;
  margin-right: -315px;
  font-size: 20px;
  line-height: 24px;
  color: #3E4757;
}
.form-right-valid__buttons-text:before {
  content: "";
  position: absolute;
  left: 55px;
  top: -40px;
  width: 64px;
  height: 38px;
  background-image: url('../images/heart.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.form-right-valid__buttons-text span {
  font-weight: 700;
  text-transform: uppercase;
}
.form-right-valid__buttons-right {
  float: left;
  width: 100%;
  padding-left: 315px;
  margin-top: 24px;
}
.form-right-valid__buttons-right .about__button_2 {
  margin-right: 50px;
}
.form-right-valid__buttons-right .btn {
  background-color: transparent;
}
.form-right-valid__buttons-right .btn:focus {
  outline: none;
}
.form-right-valid__buttons-right .btn_green {
  margin-right: 20px;
}
.form-right-valid__buttons-right .btn_blue {
  width: auto;
  padding: 0 30px!important;
}
/* -------------------------------- text-mark -------------------------------- */
.text-mark {
  color: #a4c53b;
}
/* --------------------------------- rds-checkbox --------------------------------- */
.rds-checkbox {
  width: 23px;
  height: 21px;
}
.rds-checkbox--abs-left {
  position: absolute;
  left: 0;
  top: 3px;
}
.rds-checkbox__el {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  z-index: 2;
  opacity: 0;
}
.checkbox-line {
  display: block;
  color: #a4c53b;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  position: absolute;
}
.checkbox-check {
  display: block;
  width: 18px;
  height: 14px;
  color: #a4c53b;
  left: 8px;
  top: 3px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.rds-checkbox__el:checked ~ .checkbox-check {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* -------------------------------- btn -------------------------------- */
.btn {
  display: inline-block;
  width: 210px;
  height: 55px;
  padding-top: 13px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #a4c53b;
  background-color: transparent;
  color: #3E4757;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__cont .btn {
    height: 45px;
    padding-top: 8px;
}
.header__cont .div_btn {
    position: relative;
    display: inline-block;
    height: 75px;
}
.header__cont .header__text {
    font-family: neucha;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: uppercase;
    color:#a4c53b;
}

.header__cont .a__bottom {
	position:absolute;
    left:20px;
    bottom:0;
    text-align:left;
    text-decoration: none;
}
.header__cont .btn.mobile__{
    float: right;
}
.btn.mobile__ .btn__text {
    padding: 0;
    margin: 0;
}
.btn.no-icon {
  padding: 0;
  font-family: Neucha, sans-serif;
  font-size: 16px;
  line-height: 57px;
}
.btn:focus {
  outline: none;
}
.btn:hover .btn__text {
  color: #fff;
}
.btn_green {
  border-color: #a4c53b;
}
.btn_green .btn__icon {
  fill: #a4c53b;
}
.btn_green:hover {
  background-color: #a4c53b;
  color: #fff;
}
.btn_green:hover .btn__icon {
  fill: #fff;
}
.btn_blue {
  border-color: #4c9ac6;
}
.btn_blue .btn__icon {
  fill: #4c9ac6;
}
.btn_blue:hover {
  background-color: #4c9ac6;
  color: #fff;
}
.btn_blue:hover .btn__icon {
  fill: #fff;
}
.btn__icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn__pencil {
  width: 29px;
  height: 27px;
}
.btn__heart {
  width: 32px;
  height: 29px;
}

.btn__text {
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  font-family: neucha;
  font-size: 16px;
  line-height: 1;
  color: #3E4757;
  letter-spacing: normal;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ----------------------------------hide-cat-block --------------------------------- */
.hide-cat-block .hide-cat-block-text {display:none;}
.hide-cat-block .hide-cat-block-hide {display:none;}
.hide-cat-block .hide-cat-block-show {display:block;}
.hide-cat-block.active .hide-cat-block-text {display:block;}
.hide-cat-block.active .hide-cat-block-show {display:none;}
.hide-cat-block.active .hide-cat-block-hide {display:block;}
.hide-cat-block-show, .hide-cat-block-hide {
	color: #4c9ac6;
    text-decoration: underline;
    cursor: pointer;
}

/* -------------------------------- hide-toggle-block -------------------------------- */
.hide-toggle-block {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.hide-toggle-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.hide-toggle-block.active {
  height: auto;
}
.hide-toggle-block.active:after {
  display: none;
}
.hide-toggle-block.active .hide-toggle-block__toggle {
  position: relative;
}
.hide-toggle-block.active .hide-toggle-block__show {
  display: none;
}
.hide-toggle-block.active .hide-toggle-block__hide {
  display: inline-block;
}
.hide-toggle-block__toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.hide-toggle-block__show,
.hide-toggle-block__hide {
  display: inline-block;
  color: #4c9ac6;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hide-toggle-block__show:hover,
.hide-toggle-block__hide:hover {
  color: #a4c53b;
}
.hide-toggle-block__hide {
  display: none;
}
/* -------------------------------- press-preview -------------------------------- */
.press-preview:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.press-preview__main {
  float: left;
  width: 50%;
  padding-right: 33px;
  margin-bottom: 54px;
}
.press-preview__main .press-preview__cat {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
.press-preview__main .press-preview__title {
  font-size: 24px;
  line-height: 1.29;
}
.press-preview__items {
  float: left;
  width: 50%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  padding-bottom: 70px;
}
.press-preview__paginator {
	position: absolute; right: 0; bottom: 0;
}
.press-preview__item {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
  padding-right: 33px;
  letter-spacing: normal;
  vertical-align: top;
}
.press-preview__img-wrap {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.press-preview__img {
  width: 100%;
}
.press-preview__cat {
  display: inline-block;
  width: 80px;
  margin-bottom: 20px;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.press-preview__cat_purple {
  background-color: #a50f5d;
}
.press-preview__cat_green {
  background-color: #a4c53b;
}
.press-preview__cat_blue {
  background-color: #4c9ac6;
}
.press-preview__date {
  margin-bottom: 11px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #7d8aa2;
}
.press-preview__title {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #3E4757;
  text-decoration: none;
}
/* -------------------------------- ya-share2 -------------------------------- */
.ya-share2__badge {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.ya-share2__container_size_m .ya-share2__icon {
  width: 30px!important;
  height: 29px!important;
}
.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-repeat: "no-repeat" !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-position: -32px 0 !important;
  background-image: url("../images/social.png") !important;
}
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-repeat: "no-repeat" !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-position: 0 0 !important;
  background-image: url("../images/social.png") !important;
}
.ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-repeat: "no-repeat" !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-position: -64px 0 !important;
  background-image: url("../images/social.png") !important;
}
.ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon {
  background-repeat: "no-repeat" !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-position: -227px 0 !important;
  background-image: url("../images/social.png") !important;
}
.ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-repeat: "no-repeat" !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-position: -97px 0 !important;
  background-image: url("../images/social.png") !important;
}
.ya-share2__container_size_m .ya-share2__item_service_lj .ya-share2__icon {
  background-repeat: "no-repeat" !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-position: -162px 0 !important;
  background-image: url("../images/social.png") !important;
}
.ya-share2__container_size_m .ya-share2__item {
  margin-right: 9px!important;
}
/* -------------------------------- popup-feedback -------------------------------- */

.popup-feedback,
.popup-feedback-success {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-feedback .icon-close {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #a4c53b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  color: #a4c53b;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup-feedback .icon-close:hover {
  border-color: #4c9ac6;
  color: #4c9ac6;
}
.popup-feedback .input-wrap {
  margin-bottom: 35px;
}
.popup-feedback .input-wrap:last-child {
  margin-bottom: 0;
}
.popup-feedback .input-wrap.error .input {
  border-color: #db4c32;
}
.popup-feedback .input-wrap.error .input::-webkit-input-placeholder {
  color: #db4c32;
}
.popup-feedback .input-wrap.error .input::-moz-placeholder {
  color: #db4c32;
}
.popup-feedback .input-wrap.error .input:-moz-placeholder {
  color: #db4c32;
}
.popup-feedback .input-wrap.error .input:-ms-input-placeholder {
  color: #db4c32;
}
.popup-feedback .input-wrap.error .error-text {
  display: block;
}
.popup-feedback .btn-wrap {
  text-align: center;
}
.popup-feedback .error-text {
  position: absolute;
  left: 0;
  top: 55px;
  font-size: 13px;
  line-height: 1;
  color: #db4c32;
}
.popup-feedback__inner {
  overflow-y: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 555px;
  max-height: 90%;
  padding: 30px 40px 40px;
  -wabkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
.popup__title {
  padding-right: 50px;
  margin-bottom: 20px;
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
}
/* -------------------------------- popup-subscr -------------------------------- */
.popup-subscr {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-subscr .icon-close {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #a4c53b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  color: #a4c53b;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup-subscr .icon-close:hover {
  border-color: #4c9ac6;
  color: #4c9ac6;
}
.popup-subscr .input-wrap {
  margin-bottom: 35px;
}
.popup-subscr .input-wrap:last-child {
  margin-bottom: 0;
}
.popup-subscr .input-wrap.error .input {
  border-color: #db4c32;
}
.popup-subscr .input-wrap.error .input::-webkit-input-placeholder {
  color: #db4c32;
}
.popup-subscr .input-wrap.error .input::-moz-placeholder {
  color: #db4c32;
}
.popup-subscr .input-wrap.error .input:-moz-placeholder {
  color: #db4c32;
}
.popup-subscr .input-wrap.error .input:-ms-input-placeholder {
  color: #db4c32;
}
.popup-subscr .input-wrap.error .error-text {
  display: block;
}
.popup-subscr .btn-wrap {
  text-align: center;
}
.popup-subscr .error-text {
  position: absolute;
  left: 0;
  top: 55px;
  font-size: 13px;
  line-height: 1;
  color: #db4c32;
}
.popup-subscr__inner {
  overflow-y: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 555px;
  max-height: 90%;
  padding: 30px 40px 40px;
  -wabkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
/* -------------------------------- popup-auth -------------------------------- */
.popup-auth {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-auth .icon-close {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #a4c53b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  color: #a4c53b;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup-auth .icon-close:hover {
  border-color: #4c9ac6;
  color: #4c9ac6;
}
.popup-auth .input-wrap {
  margin-bottom: 35px;
}
.popup-auth .input-wrap:last-child {
  margin-bottom: 0;
}
.popup-auth .input-wrap.error .input {
  border-color: #db4c32;
}
.popup-auth .input-wrap.error .input::-webkit-input-placeholder {
  color: #db4c32;
}
.popup-auth .input-wrap.error .input::-moz-placeholder {
  color: #db4c32;
}
.popup-auth .input-wrap.error .input:-moz-placeholder {
  color: #db4c32;
}
.popup-auth .input-wrap.error .input:-ms-input-placeholder {
  color: #db4c32;
}
.popup-auth .input-wrap.error .error-text {
  display: block;
}
.popup-auth .btn-wrap {
  text-align: center;
}
.popup-auth .error-text {
  position: absolute;
  left: 0;
  top: 55px;
  font-size: 13px;
  line-height: 1;
  color: #db4c32;
}
.popup-auth .icon-eye {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #8a8a8a;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup-auth .icon-eye:hover {
  color: #db4c32;
}
.popup-auth__inner {
  overflow-y: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 320px;
  max-height: 90%;
  padding: 30px 40px 40px;
  -wabkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
.popup-auth__links {
  margin: -25px 0 35px;
}
.popup-auth__links:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.popup-auth__link {
  font-family: "PT Sans";
  font-size: 14px;
  line-height: 1.57;
  color: #4c9ac6;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup-auth__link:hover {
  color: #a4c53b;
}
.popup-auth__link.left {
  float: left;
}
.popup-auth__link.right {
  float: right;
}
/* ----------------------------------- side__butter ----------------------------------- */
.side__butter {
  display: none;
  width: 20px;
  height: 10px;
  cursor: pointer;
}
.side__butter.active .side__line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}
.side__butter.active .side__line-2 {
  opacity: 0;
}
.side__butter.active .side__line-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
}
.side__butter:hover .side__line-1,
.side__butter:hover .side__line-2,
.side__butter:hover .side__line-3 {
  background-color: #db4c32;
}
.side__line-1 {
  width: 20px;
  height: 2px;
  background: #3E4757;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.side__line-2 {
  width: 20px;
  height: 2px;
  background: #3E4757;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.side__line-3 {
  width: 20px;
  height: 2px;
  background: #3E4757;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ----------------------------------- reports-list ----------------------------------- */
.reports-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.reports-list__item {
  display: inline-block;
  width: 25%;
  padding-right: 30px;
  margin-bottom: 40px;
  letter-spacing: normal;
  vertical-align: middle;
}
.reports-list__item .icon-docs {
  display: block;
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
  background-image: url('/local/templates/otkazniki/design/images/report-bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}

.reports-list__item .icon-docs-img {
    display: block;
    position: relative;
    padding-top: 100%;
    margin-bottom: 10px;
    background-image: url('/local/templates/otkazniki/design/images/report-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
}
.reports-list__item .icon-docs-img img {
	width: 150px;
	max-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reports-list__item .icon-docs:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #a4c53b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.reports-list__item .icon-docs:hover:before {
  color: #489cca;
}
.reports-list__item-title {
  margin-bottom: 7px;
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.reports-list__item-title:hover {
  color: #a4c53b;
}
.reports-list__item-desc {
  margin-bottom: 9px;
  font-family: "PT Sans";
  font-size: 13px;
  line-height: 1.31;
  color: #8797b0;
}
.reports-list__item-open {
  font-family: "PT Sans";
  font-size: 13px;
  line-height: 1.31;
  color: #489cca;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.reports-list__item-open:hover {
  color: #a4c53b;
}
/* ----------------------------------- screen-width-flags ----------------------------------- */
.mobile-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}
.tablet-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}
.tabletmin-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}
/* ----------------------------------- balance-tabs ----------------------------------- */
.balance-tabs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin-right: -40px;
  margin-bottom: 60px;
}
.balance-tabs:last-child {
  margin-bottom: 0;
}
.balance-tab {
  position: relative;
  display: inline-block;
  width: 268px;
  height: 243px;
  padding: 60px 40px 0;
  margin-right: 28px;
  margin-bottom: 28px;
  background-image: url('/local/templates/otkazniki/design/images/report-bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  letter-spacing: normal;
  vertical-align: top;
}
.balance-tab.sum-up {
  background-image: url('/local/templates/otkazniki/design/images/report-bg-green.png');
}
.balance-tab.sum-down {
    background-image: url('/local/templates/otkazniki/design/images/report-bg-red.png');
}
.balance-tab [class^="icon-"] {
  font-size: 50px;
  position: absolute;
  left: 50px;
  top: 50px;
}
.balance-tab .icon-calendar-plus {
  color: #a4c53b;
}
.balance-tab .icon-calendar-minus {
  color: #db4c32;
}
.balance-tab .icon-calendar {
  color: #4c9ac6;
}
.balance-tab_text {
  padding: 30px 40px 0;
}
.balance-tab__text {
  margin-bottom: 10px;
  font-family: "Neucha";
  font-size: 20px;
  line-height: 1;
  color: #3E4757;
  margin-bottom: 60px;
}
.balance-tab__summ {
  font-family: Neucha;
  font-size: 47px;
  line-height: 1;
  color: #3E4757;
}
.icon-ruble {
  font-size: 48px;
  line-height: 1;
}
.balance-tab__full-text {
  font-family: "PT Sans";
  font-size: 13px;
  line-height: 1.54;
  color: #3E4757;
}
.balance-tab__full-text-p {
  margin-bottom: 10px;
}
.balance-tab__full-text-p:last-child {
  margin-bottom: 0;
}
/* ----------------------------------- child__balance ----------------------------------- */
.child__balance {
	padding: 35px 0;
	display: inline-block;
    width:100%;
}
.child__balance-title {
	background-color: #f4f5f8;
    padding: 30px 30px 20px 30px;
}
.child__balance-body {
    padding: 30px 30px 0 30px;
}
.child__balance h1 {
    font-family: Neucha;
    font-size: 30px;
    line-height: 1;
    color: #3E4757;
    text-align: left;
}
.child__balance-inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px 0;
}
.child__balance-inner:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.child__balance-left {
  float: left;
  width: 50%;
}
.child__balance-right {
	margin: 0 0 0 auto;
}
@media (min-width: 640px) and (max-width: 979px) {
    .child__balance-right {
        margin: 0;
    }
}
.child__balance-width {
	width: 100%;
  	max-width: 535px;
}
.child__balance-table {
	margin-bottom: 20px;
}
.child__balance-table th {
  padding-bottom: 40px;
  font-family: Neucha;
  font-size: 30px;
  line-height: 1;
  color: #3E4757;
  text-align: left;
}
.child__balance-table td {
  padding-right: 40px;
  padding-bottom: 25px;
  font-family: "PT Sans";
  font-size: 13px;
  line-height: 1;
  color: #3E4757;
}
.child__balance-table td:last-child {
  padding-right: 0;
}
.child__balance-table tr:last-child td {
  padding-bottom: 0;
}
.child__balance-table .plus {
  color: #a4c53b;
}
.child__balance-table .minus {
  color: #db4c32;
}
.child__balance-table-more {
	display: none;
}
.child__balance-more {
    cursor: pointer;
    background-color: #f4f5f8;
    padding: 10px;
    color: #2e9bca;
    font-size: 13px;
    text-align: center;
}
.child__balance-more.close {
	margin-bottom:20px;
}
/* ----------------------------------- child__archive ----------------------------------- */
.child__archive {
    display: inline-block;
    width:100%;
}
.child__archive-title {
    background-color: #f4f5f8;
    padding: 30px 30px 20px 30px;
}
.child__archive h1 {
    font-family: Neucha;
    font-size: 30px;
    line-height: 1;
    color: #3E4757;
    text-align: left;
}
.child__archive-inner {
    max-width: 1130px;
    margin: 0 auto;
}

/* ------------------------------------------ BANNERS ------------------------------ */
.banners {
	width:100%;
    display: inline-block;
    padding: 20px 0;
    /*background: #d2e5f0 url(../images/info.png) 50% 0 no-repeat;*/
}
.banners .banners__inner {
    font-family: Neucha;
    max-width: 1190px;
    margin: 0 auto;
    /*display: initial;*/
}
.banners__title {
	font-weight:bold;
    font-size: 150%;
    color: #3E4757;
    padding: 0 0 10px 5px;
}
.banners__small {
	width: 280px;
    float: left;
}
.banners__small .banner__element {
    width: 100%;
    padding: 11px 24px 11px 0;
    height: 220px;
}
.banner__element .banner__img {
    /*box-shadow: 5px 5px 10px rgba(181,198,207,1);*/
}
.banners__big {
	margin-left:290px;
}

.banners__big .banner__element {
    width: 100%;
    padding: 11px 0 0 0;
    height: 430px;
}
/*.banners .banner_desktop .banner__element  {
	float: left;
    padding: 0 5px;
}*/
.banners .banner_mobile .banner__element {
    padding: 5px 0;
}
.banners .banner_mobile {
	display:none;
}
.banners .banner__img  {
    height: 100%;
    width: 100%;
    background-position: 50% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* ----------------------------------- HORIZONTAL_NEWS ----------------------------- */
.hnews {margin-top: 50px;}
.hnews .hnews__inner {
	background-color: #f4f5f8;
    max-width: 1190px;
    margin: 20px auto;
    padding: 15px;
}
.hnews .hnews__container {display: inline-block;}
.hnews .hnews__preview {float:left;}
.hnews .hnews__preview img {width:290px;height:230px;}
.hnews .hnews__about {margin: 0 50px 0 350px;}
.hnews .hnews__text {margin-top: 35px;font-size:14px;}
.hnews .hnews__title a {
    font-family: Neucha;
    font-size: 30px;
    line-height: 1;
    color: #337da9;
}
.hnews .hnews__toggle {display: none;}
.hnews .hnews__more {margin-top: 20px;}
/* --------------------------------- LIBRARY -------------------------- */
.library-list__item {
    display: inline-block;
    float:left;
    width: 50%;
    min-height: 50px;
    padding-right: 30px;
    margin-bottom: 5px;
    letter-spacing: normal;
    vertical-align: top;
}
/* ------------------------------ FOR COMPANIES ---------------------- */
ul.for-companies {
	width: 100%;
	text-align: justify;
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;
}
ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
ul.for-companies li.for-companies-item {
    display: inline-block;
    /*float:left;*/
    text-align: left;
    width: 350px;
    margin-bottom:30px;

    line-height: normal;
    font-size: 14px;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
}
.for-companies-pic img {
	width: 100%;
}
.for-companies-title {
    padding-bottom:2px;
    color: #337da9;
    border-bottom: 2px dotted #a4c53b;
    text-align: justify;
    text-transform: uppercase;
}
.for-companies-title a {
    font-family: Neucha;
    font-size: 25px;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
}
.for-companies-sections {
}

.for-companies-section {
	padding: 35px 0 0;
    font-family: "PT Sans";
    line-height: 1;
    letter-spacing: normal;
    color: #3E4757;
}
.for-companies-section-title {
    font-size: 18px;
    font-weight: bold;
}
.for-companies-section-text {
	padding-top: 10px;
    font-size: 16px;
}
.for-companies-section-more {
	padding-top: 5px;
	color: #337da9;
    font-size: 16px;
}
.for-companies-list__item {
    display: inline-block;
    float:left;
    width: 100%;
    min-height: 50px;
    margin-bottom: 5px;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 35px;
}
.for-companies-list__title {
}
.for-companies-list__title a {
    font-family: "PT Sans";
    line-height: 1;
    letter-spacing: normal;
    color: #337da9;
    font-size: 22px;
}
.for-companies-list__data {
	margin-top: 10px;
    font-family: "PT Sans";
    line-height: 1;
    letter-spacing: normal;
    color: #3E4757;
    font-size: 18px;
}

/* ------------------------ Volonteers registration ------------------- */
.form-line-volonteer {
	margin: 0 0 10px 0;
	/*height:55px;*/
	width: 100%;
	display: inline-block;
	position: relative;
}
.ALREADY_IS-day {margin-left: 30px;}
.PRIVACY-day {margin-left: 30px;font-size:12px;}
.form-text-volonteer {
	float:left;
	display:inline-block;
	width: 200px;
}
.form-input-volonteer {margin-left: 210px;}
.form-input-volonteer input.working-days {}
.form-input-volonteer .capcha {display: inline-block;float:left;width: 45%;}
.form-input-volonteer .capcha-text {width: 50%; float:right;}
.form-checkbox-volonteer-wrap {
	float: left;
	padding-right: 10px;
}
.btn-volonteer {width:100%;}
#PRIVACY-error {background-color:#FFF;}

.hide {opacity:0;}
.show {opacity:1;}
.error {color: red;font-weight:bold;}
.success {color: #a4c53b;font-weight:bold;}

.ie_hide {display:none;}
.uppercase {text-transform: uppercase;}

.desktop__ {display: inline-block;}
.mobile__ {display: none;}

.background-grey {background-color: #f4f5f8;}
.separator {
	border-top:3px solid #a4c53b;
	width:35px;
	margin-bottom:30px;
}
.small_separator {
	border-bottom:3px solid;
    width:35px;
    margin-top:10px;
}
.border-red {
	border-color: #ee6868;
}
.border-green {
    border-color: #a4c53b;
}
.Shape-85-copy {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-position: 50% 50%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' %3e%3cpath id='Shape 85 copy' style='fill-opacity: NaN;fill: %23c91717' d='M27.51,22.71c-0.35,-0.24 -4.06,-2.71 -4.5,-2.98c-0.42,-0.26 -1.06,-0.21 -1.67,0.12c-0.37,0.19 -1.53,0.85 -2.03,1.14c-0.44,-0.3 -1.57,-1.15 -3.36,-2.95c-1.79,-1.8 -2.64,-2.93 -2.95,-3.37c0.29,-0.5 0.94,-1.66 1.14,-2.03c0.34,-0.64 0.38,-1.27 0.11,-1.68c-0.27,-0.43 -2.73,-4.15 -2.98,-4.5c-0.39,-0.54 -1.35,-0.64 -2.07,-0.14c-0.03,0.02 -3.24,2.37 -3.2,3.64c0.12,3.75 3.77,8.17 6.82,11.22c3.04,3.05 7.46,6.71 11.22,6.83h0.02h0.01c1.26,0 3.57,-3.18 3.59,-3.21c0.25,-0.36 0.38,-0.78 0.34,-1.17c-0.03,-0.38 -0.21,-0.71 -0.48,-0.91z' /%3e%3c/svg%3e");
}
.without-color {
	background: none;
}
#ui-datepicker-div {z-index: 1000 !important;}

