@charset "utf-8";
/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*variables*/
.cl-white {
  color: #fff;
}
.cl-black {
  color: #2a3a3f;
}
.cl-grey {
  color: #6d7981;
}
.cl-grey-light {
  color: #eaf1f4;
}
.cl-grey-border {
  color: #d3dce2;
}
.cl-grey-page {
  color: #f5f9fa;
}
.cl-yellow-light {
  color: #fcf9ef;
}
.cl-green-light {
  color: #eaf4f1;
}
.cl-blue {
  color: #00b6de;
}
.cl-blue-dark {
  color: #055364;
}
.cl-yellow {
  color: #ffc425;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #2a3a3f;
}
.bg-grey {
  background-color: #6d7981;
}
.bg-grey-light {
  background-color: #eaf1f4;
}
.bg-grey-border {
  background-color: #d3dce2;
}
.bg-grey-page {
  background-color: #f5f9fa;
}
.bg-yellow-light {
  background-color: #fcf9ef;
}
.bg-green-light {
  background-color: #eaf4f1;
}
.bg-blue {
  background-color: #00b6de;
}
.bg-blue-dark {
  background-color: #055364;
}
.bg-yellow {
  background-color: #ffc425;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semi {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: 800;
}
/*common*/
* {
  outline: 0 none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2a3a3f;
}
strong {
  font-size: inherit;
  font-weight: 700;
  color: inherit;
}
.oh {
  overflow: hidden;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.block-top {
  display: inline-block;
  vertical-align: top;
}
.block-middle {
  display: inline-block;
  vertical-align: middle;
}
.block-bottom {
  display: inline-block;
  vertical-align: bottom;
}
.w100 {
  width: 100%;
  font-size: 0;
}
.w50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
a {
  color: #00b6de;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #055364;
}
.hidden {
  display: none !important;
}
.show {
  display: inline-block !important;
  vertical-align: top;
}
/*re-style*/
.btn {
  line-height: 50px;
  padding: 0 25px;
  border-radius: 2px;
  outline: 0 none;
  border: 0 none;
  background-color: #ffc425;
  color: #2a3a3f;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.btn:hover {
  background-color: #00b6de;
  color: #fff;
}
.btn.btn-inner {
  border: 1px solid #00b6de;
  color: #00b6de;
  background: transparent;
}
.btn.btn-inner:hover {
  background-color: #fff;
}
.content-button {
  display: inline-block;
}
.content-button a {
  line-height: 50px;
  padding: 0 25px;
  border-radius: 2px;
  outline: 0 none;
  border: 0 none;
  background-color: #ffc425;
  color: #2a3a3f;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.content-button:hover a {
  background-color: #00b6de;
  color: #fff;
}
.btn,
.content-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.date,
.content-date {
  font-size: 16px;
  line-height: 22px;
  color: #6d7981;
  display: inline-block;
}
.content-phone {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  display: block;
}
.styled li {
  padding-left: 40px !important;
  margin-bottom: 10px !important;
  background: url("/images/icons/ico-check.svg") no-repeat top 1px left;
  background-size: 20px auto;
  font-size: 16px;
  line-height: 22px;
}
.styled li:last-child {
  margin-bottom: 0;
}
.styled li::before {
  display: none;
}
.box-shadow {
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
}
.dg-popup__container {
  color: #fff;
}
.fancybox-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.fancybox-close-small {
  width: 20px;
  height: 20px;
  font-size: 0;
  z-index: 100;
  top: 40px;
  right: 40px;
}
.fancybox-close-small::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/icons/ico-close.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  right: 0;
  transition: opacity 0.3s;
}
.fancybox-close-small:hover::after {
  background: url("/images/icons/ico-close.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.5;
}
.fancybox-close-small:focus::after {
  outline: 0 none;
}
.fancybox-alert .fancybox-close-small {
  top: 5px;
  right: 5px;
}
.overlay {
  background-color: rgba(0, 182, 222, 0.1);
}
.with-overlay {
  position: relative;
}
.with-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 182, 222, 0.1);
  border-radius: 2px;
  transition: background-color 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.text-shadow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: 0 none;
  border-radius: 40px;
  outline: 0 none;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  transition: background 0.3s;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 6;
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url("/images/icons/arrow-left.svg");
  left: 0;
}
.slick-slider .slick-arrow.slick-prev:hover {
  background-image: url("/images/icons/arrow-left-hover.svg");
}
.slick-slider .slick-arrow.slick-next {
  background-image: url("/images/icons/arrow-right.svg");
  right: 0;
}
.slick-slider .slick-arrow.slick-next:hover {
  background-image: url("/images/icons/arrow-right-hover.svg");
}
.img img {
  border-radius: 2px;
}
.mobile-head,
.mobile-body {
  display: none;
}
/*layout*/
.full-wrap {
  max-width: 1920px;
  min-height: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.wrapper.more-wrap {
  max-width: 1920px;
}
.wrapper.little-wrap {
  max-width: 1440px;
}
.wrapper img {
  max-width: 100%;
}
.close {
  width: 20px;
  height: 20px;
  background: url("/images/icons/ico-close.svg") no-repeat center center;
  background-size: 20px auto;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  transition: background-image 0.3s;
}
.close:hover {
  background: url("/images/icons/ico-close-hover.svg") no-repeat center center;
  background-size: 20px auto;
}
.header {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: relative;
  z-index: 11;
  transition: height 0.3s;
}
.header .container {
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.header .wrapper {
  max-width: 100%;
  height: 100%;
  padding: 0 100px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.header .f-left,
.header .f-right {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.header .logo .add {
  display: none;
}
.header .opener-menu {
  width: 20px;
  height: 20px;
  margin-left: 35px;
  background: url("/images/icons/ico-menu.svg") no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
}
.header .opener-menu:hover {
  background: url("/images/icons/ico-menu-hover.svg") no-repeat center center;
}
.header .opener-search {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url("/images/icons/ico-search.svg") no-repeat top center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s;
}
.header .opener-search:hover {
  background: url("/images/icons/ico-search-hover.svg") no-repeat top center;
  background-size: contain;
}
.header .menu-top .level-1 {
  font-size: 0;
}
.header .menu-top .level-1 > li {
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header .menu-top .level-1 > li:last-of-type {
  margin: 0;
}
.header .menu-top .level-1 > li a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2a3a3f;
  text-transform: uppercase;
}
.header .menu-top .level-1 > li a:hover {
  color: #00b6de;
}
.header .menu-top .level-1 > li.selected > a {
  color: #00b6de;
}
.header .menu-top .level-1 > li .level-2 {
  width: 325px;
  height: auto;
  max-height: 0;
  background-color: #eaf1f4;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 1;
}
.header .menu-top .level-1 > li .level-2::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
.header .menu-top .level-1 > li .level-2 li {
  padding: 0 30px;
  margin-bottom: 10px;
}
.header .menu-top .level-1 > li .level-2 li:first-child {
  padding-top: 30px;
}
.header .menu-top .level-1 > li .level-2 li:last-child {
  margin: 0;
  padding-bottom: 30px;
}
.header .menu-top .level-1 > li .level-2 li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: unset;
  text-transform: none;
}
.header .menu-top .level-1 > li .level-2 li.selected > a {
  color: #00b6de;
}
.header .menu-top .level-1 > li:hover .level-2 {
  max-height: 1000px;
  overflow: visible;
}
.header .lang {
  margin-right: 30px;
}
.header .lang a {
  font-size: 16px;
  line-height: 22px;
  color: #6d7981;
}
.header .lang a:hover {
  color: #00b6de;
}
.header .lang a.selected {
  display: none;
}
.header .block-search {
  max-width: 100%;
  margin: -200px auto 0 auto;
  padding: 0 100px;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
.header .block-search.opened {
  margin-top: 0;
}
.header .block-search .container {
  width: 500px;
  height: 110px;
  margin-top:56px;
  margin-left: 270px;
  background-color: #eaf1f4;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 3;
}
.header .block-search .container form {
  width: 400px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header .block-search .container form .textbox {
  height: 50px;
  padding: 0 50px 0 20px;
}
.header .block-search .container form .btn {
  width: 20px;
  height: 20px;
  padding: 0;
  background: url("/images/icons/ico-search.svg") no-repeat center center;
  background-size: 20px auto;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  transition: background-image 0.3s;
}
.header .block-search .container form .btn:hover {
  background: url("/images/icons/ico-search-hover.svg") no-repeat center center;
  background-size: 20px auto;
}
.header .block-search .close {
  margin-left: 20px;
}
.header .block-menu {
  width: 100%;
  background-color: #eaf1f4;
  position: relative;
  top: -1500px;
  z-index: 9;
  overflow: hidden;
  transition: top 0.3s;
}
.header .block-menu.opened {
  top: -14px;
}
.header .block-menu::before {
  content: "";
  width: 100%;
  height: 20px;
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
.header .block-menu .wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  background: transparent;
  display: block;
}
.header .block-menu .level-1 {
  column-count: 4;
}
.header .block-menu .level-1 li {
  max-width: 260px;
  margin: 0 0 15px 0;
  display: flex;
  flex-flow: column;
  page-break-inside: avoid;
  break-inside: avoid;
}
.header .block-menu .level-1 li.with-subitems {
  min-height: 265px;
  margin: 0 40px 0 0;
}
.header .block-menu .level-1 li.with-subitems > a {
  margin: 0 0 15px 0;
}
.header .block-menu .level-1 li.with-subitems .opener {
  display: none;
}
.header .block-menu .level-1 li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #2a3a3f;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.header .block-menu .level-1 li a:hover {
  color: #00b6de;
}
.header .block-menu .level-1 li .level-2 {
  max-width: 260px;
  column-count: 1;
}
.header .block-menu .level-1 li .level-2 li {
  margin: 0 0 5px 0;
  display: block;
}
.header .block-menu .level-1 li .level-2 li:last-child {
  margin-bottom: 0;
}
.header .block-menu .level-1 li .level-2 li a {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.header .block-menu .close {
  position: absolute;
  top: 70px;
  right: 100px;
  z-index: 1;
}
.body {
  padding: 40px 0 550px 0;
  background-color: #f5f9fa;
  position: relative;
}
.body::before {
  content: "";
  width: 635px;
  height: 640px;
  background: url("/images/icons/bg-main.svg") no-repeat top right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.footer {
  width: 100%;
  height: 480px;
  padding: 80px 0 0 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.footer .wrapper {
  max-width: 100%;
  padding: 0 100px;
}
.footer .up {
  height: 320px;
  border-bottom: 1px solid #d3dce2;
}
.footer .down {
  height: 80px;
  border-bottom: 3px solid #ffc425;
}
.footer .down .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .down .wrapper span {
  font-size: 12px;
  line-height: 18px;
  color: #6d7981;
}
.footer .down .wrapper span a {
  color: #6d7981;
}
.footer .down .wrapper span a:hover {
  color: #00b6de;
}
.footer .logo {
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.footer .menu-down {
  display: inline-block;
  vertical-align: top;
}
.footer .menu-down .level-1 li {
  margin-right: 70px;
  display: inline-block;
  vertical-align: top;
}
.footer .menu-down .level-1 li .opener {
  display: none;
}
.footer .menu-down .level-1 li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #2a3a3f;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer .menu-down .level-1 li > a {
  cursor: default;
}
.footer .menu-down .level-1 li .level-2 {
  max-width: 260px;
  margin-top: 20px;
}
.footer .menu-down .level-1 li .level-2 li {
  margin: 0 0 7px 0;
  display: block;
}
.footer .menu-down .level-1 li .level-2 li:last-child {
  margin: 0;
}
.footer .menu-down .level-1 li .level-2 li a {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
}
.footer .menu-down .level-1 li .level-2 li a:hover {
  color: #00b6de;
}
.footer .menu-down .level-1 li .level-2 li.selected a {
  color: #00b6de;
}
.footer .f-right {
  max-width: 475px;
  text-align: right;
}
.footer .f-right .content-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #6d7981;
  display: block;
}
.footer .f-right .data {
  margin-top: 75px;
  font-size: 14px;
  line-height: 20px;
}
.footer .to-top {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ffc425 url("/images/icons/ico-up.svg") no-repeat center center;
  background-size: 16px auto;
  position: fixed;
  cursor: pointer;
  bottom: 120px;
  right: 30px;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s;
}
.footer .to-top:hover {
  background: #00b6de url("/images/icons/ico-up-hover.svg") no-repeat center center;
  background-size: 16px auto;
}
.footer .to-top.show {
  transform: scale(1);
}
.heading {
  font-size: 0;
  text-align: center;
}
.heading h2 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 42px;
  color: #2a3a3f;
  font-weight: 700;
}
.heading p {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #6d7981;
  display: inline-block;
  vertical-align: top;
}
.block-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.block-content p:last-of-type {
  margin-bottom: 0;
}
.block-content .content-title {
  font-size: 20px;
  line-height: 28px;
}
.block-content a .content-title {
  color: #00b6de;
  transition: color 0.3s;
}
.block-content a:hover .content-title {
  color: #055364;
}
.block-content .content-lead {
  font-size: 24px;
  line-height: 34px;
}
.block-content .content-footer {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #6d7981;
}
.block.block-text {
  margin-bottom: 80px;
}
.block.block-text .content-title {
  margin-top: 25px;
  font-size: 24px;
  line-height: 34px;
}
.block.block-text .content-title:first-of-type {
  margin-top: 0;
}
.block-data {
  margin-bottom: 80px;
}
.block-data > .wrapper {
  padding: 0 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.block-data .block-text,
.block-data .block-img {
  width: 50%!important;
  height: 100%;
}
.block-data .block-img {
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
  order: 1;
}
.block-data .block-img .img {
  width: 100%;
  height: 440px;
  margin: 0;
  font-size: 0;
  position: relative;
  left: 0;
}
.block-data .block-img .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 182, 222, 0.1);
  border-radius: 2px;
  transition: background-color 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-data .block-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-data .block-text {
  margin: 0 0 0 20px;
  position: relative;
  z-index: 10;
  order: 2;
}
.block-data .block-text .wrapper {
  max-width: 100%;
}
.block-data .block-text .wrapper .container {
  max-width: 100%;
}
.block-data .block-text .wrapper .container .block-notice {
  margin-top: 40px;
  margin-left: -100px;
}
.block-data .block-text .wrapper .container .block-notice p {
  font-size: 20px;
  line-height: 28px;
}
.block-data .block-text .wrapper .container .block-content {
  max-width: 560px;
}
.block-data .block-text .wrapper .container .block-content ul {
  margin: 0;
}
.block-data .block-text .wrapper .container .block-content ul li {
  padding-left: 40px !important;
  margin-bottom: 10px !important;
  background: url("/images/icons/ico-check.svg") no-repeat top 1px left;
  background-size: 20px auto;
  font-size: 16px;
  line-height: 22px;
}
.block-data .block-text .wrapper .container .block-content ul li:last-child {
  margin-bottom: 0;
}
.block-data .block-text .wrapper .container .block-content ul li::before {
  display: none;
}
.block-data.block-column .block-img .img {
  height: 680px;
}
.block-data.block-reverse > .wrapper {
  justify-content: flex-end;
}
.block-data.block-reverse .block-text {
  max-width: 560px;
  margin: 0 20px 0 0;
  order: 1;
}
.block-data.block-reverse .block-img {
  order: 2;
  margin: 0 0 0 20px;
}
.block-slider .wrapper {
  max-width: 100%;
}
.block-slider > .wrapper {
  padding: 0 100px;
}
.block-slider img {
  border-radius: 2px;
}
.block-slider .slick-slider .slide {
  position: relative;
}
.block-slider .slick-slider .slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 182, 222, 0.1);
  border-radius: 2px;
  transition: background-color 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-slider .slick-slider .slide .wrapper .data {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-slider .slick-slider .slide .wrapper .data h3 {
  margin: 45px 0 15px 0;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.block-slider .slick-slider .slide .wrapper .data p {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.block-slider .slick-slider .slide .wrapper .data .content-button {
  margin-top: 15px;
}
.block-slider .slick-slider .slide .full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.block-slider .slick-slider .slick-arrow {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.block-slider .slick-slider .slick-arrow:hover {
  opacity: 1;
}
.block-slider .slick-slider .slick-arrow.slick-prev {
  background: url("/images/icons/arrow-left-white.svg") no-repeat center center;
  background-size: contain;
  left: 40px;
}
.block-slider .slick-slider .slick-arrow.slick-next {
  background: url("/images/icons/arrow-right-white.svg") no-repeat center center;
  background-size: contain;
  right: 40px;
}
.block-products {
  padding-top: 80px;
}
.block-products .wrapper {
  max-width: 1920px;
  padding-left: 100px;
}
.block-products .heading {
  text-align: left;
}
.block-products .heading h2 {
  max-width: 345px;
  margin: 0 55px 0 0;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  vertical-align: bottom;
}
.block-products .heading p {
  max-width: 335px;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: bottom;
}
.block-products .block-content {
  padding-top: 80px;
  position: relative;
}
.block-products .block-content .slick-arrow {
  width: 20px;
  height: 20px;
  top: -30px;
}
.block-products .block-content .slick-dots {
  font-size: 0;
  position: absolute;
  top: -42px;
  left: 26px;
  z-index: 1;
}
.block-products .block-content .slick-dots li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}
.block-products .block-content .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 10px;
  outline: 0 none;
  border: 0 none;
  font-size: 0;
  background-color: rgba(109, 121, 129, 0.4);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.block-products .block-content .slick-dots li.slick-active button {
  background-color: #ffc425;
}
.block-products .slick-slider {
  margin-bottom: 20px;
}
.block-products .slick-slider::before {
  content: "";
  width: 140px;
  height: 240px;
  background: linear-gradient(270deg, #f5f9fa 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
}
.block-products .slick-slider .slick-slide {
  margin: 0 40px 20px 0;
}
.block-products .item {
  height: 240px;
  border-radius: 2px;
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
  font-size: 0;
  background-color: #fff;
}
.block-products .item .img {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.block-products .item .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 182, 222, 0.1);
  border-radius: 2px;
  transition: background-color 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-products .item .img img {
  transform: scale(1);
  transition: transform 0.3s;
}
.block-products .item .img:hover img {
  transform: scale(1.1);
}
.block-products .item .data {
  max-height: 200px;
  max-width: 60%;
  padding: 40px 30px 40px 40px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.block-products .item .data .content-title {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.block-products .item .data p {
  font-size: 14px;
  line-height: 20px;
  color: #6d7981;
}
.block-invest {
  margin: 110px 0 120px 0;
}
.block-invest .heading {
  text-align: left;
}
.block-invest .heading p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.block-invest .container ul {
  margin: 15px 0 45px 0!important;
}
.block-invest .container ul li {
  padding-left: 40px !important;
  margin-bottom: 10px !important;
  background: url("/images/icons/ico-check.svg") no-repeat top 1px left;
  background-size: 20px auto;
  font-size: 16px;
  line-height: 22px;
}
.block-invest .container ul li:last-child {
  margin-bottom: 0;
}
.block-invest .container ul li::before {
  display: none;
}
.block-invest .container ul li {
  margin-bottom: 20px!important;
}
.block-invest .container .content-button {
  margin-top: 15px;
}
.block-advantages {
  margin-bottom: 40px;
  overflow: hidden;
}
.block-advantages .wrapper {
  max-width: 1920px;
  margin: 0 100px;
}
.block-advantages .heading {
  position: relative;
  z-index: 10;
}
.block-advantages .items {
  height: 320px;
  margin: 25px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.block-advantages .items::before {
  content: "";
  width: 1920px;
  height: 1px;
  margin-left: -960px;
  background-color: #fff;
  box-shadow: 0 0 80px 80px #fff;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1;
}
.block-advantages .items .item {
  width: 20%;
  height: 100%;
  margin: 0 19px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.block-advantages .items .item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("/images/icons/separator.png") no-repeat center center;
  position: absolute;
  top: 0;
  right: -19px;
  z-index: 1;
}
.block-advantages .items .item:last-child::before {
  display: none;
}
.block-advantages .items .item .img {
  height: 64px;
  margin: 50px 0 35px 0;
}
.block-advantages .items .item span {
  font-size: 14px;
  line-height: 20px;
}
.posts {
  margin-top: 35px;
}
.posts .post {
  margin-bottom: 30px;
}
.posts .post .question {
  padding-left: 40px;
  background: url("/images/icons/ico-check-blue.svg") no-repeat top 5px left;
  background-size: 20px auto;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.posts .post .question p {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #00b6de;
  transition: color 0.3s;
}
.posts .post .question:hover p {
  color: #055364;
}
.posts .post .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.posts .post .answer .data {
  margin: 15px 0 0 40px;
}
.posts .post .answer .data p {
  margin-bottom: 15px;
}
.posts .post .answer .data p:last-of-type {
  margin: 0;
}
.posts .post .answer .date {
  margin-top: 10px;
}
.posts .post.opened .answer {
  max-height: 10000px;
}
.posts .post.closed .answer {
  display: none;
}
.posts.styled .post {
  margin-bottom: 10px;
}
.posts.styled .post:last-child {
  margin: 0;
}
.posts.styled .post.opened {
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
  border-radius: 2px;
}
.posts.styled .post.opened .question {
  background: #fff url("/images/icons/ico-minus.svg") no-repeat right 30px center;
}
.posts.styled .question {
  min-height: 80px;
  padding: 20px 80px 20px 60px;
  background: #eaf1f4 url("/images/icons/ico-plus.svg") no-repeat right 30px center;
}
.posts.styled .question p {
  max-width: 900px;
  margin: 0;
}
.posts.styled .answer .data {
  margin: 10px 125px 35px 125px;
  position: relative;
}
.posts.styled .answer .data::before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 2px;
  background-color: #ffc425;
  position: absolute;
  top: 10px;
  left: -65px;
  z-index: 1;
}
.block-quality .block-img {
  margin: 0 30px 0 0;
}
.block-quality .block-text {
  margin: 0 0 0 30px;
}
.block-quality .block-text .heading {
  text-align: left;
}
.block-quality .block-text .wrapper .container {
  max-width: 560px;
}
.block-team {
  padding: 80px 0;
  position: relative;
}
.block-team::before {
  content: "";
  width: 100%;
  height: 235px;
  background-color: #fff;
  box-shadow: 0 0 170px 205px #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-team .wrapper {
  position: relative;
  z-index: 2;
}
.block-team .block-content {
  margin-top: 65px;
}
.block-team .block-content .items {
  margin: 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block-team .block-content .items .item {
  width: 260px;
  min-height: 320px;
  padding: 50px 25px 0 25px;
  border: 1px solid #ffc425;
  border-radius: 2px;
  text-align: center;
  position: relative;
}
.block-team .block-content .items .item::before {
  content: "";
  width: 100%;
  height: 40px;
  background: url("/images/icons/ico-check.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
}
.block-team .block-content .items .item::after {
  content: "";
  width: 75px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
.block-team .block-content .items .item p:first-of-type {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.block-reviews {
  margin-bottom: 80px;
}
.block-reviews .heading {
  margin-bottom: 80px;
}
.block-reviews .carousel {
  position: relative;
}
.block-reviews .carousel::before {
  content: "";
  width: 145px;
  height: 90px;
  background: url("/images/icons/bg-review.svg") no-repeat center center;
  position: absolute;
  top: -35px;
  left: 270px;
  z-index: 1;
}
.block-reviews .slick-list {
  width: 1040px;
  margin: 0 auto;
  background-color: #eaf1f4;
  border-radius: 2px;
}
.block-reviews .slick-list .slide {
  padding: 80px 150px 40px 150px;
  text-align: center;
}
.block-reviews .slick-list .slide .caption {
  margin: 0;
  color: #6d7981;
}
.block-reviews .down {
  padding-top: 70px;
  background: url("/images/icons/ico-review.svg") no-repeat top 30px center;
  background-size: 30px auto;
}
.block-partners {
  margin-top: 25px;
}
.block-partners .wrapper {
  max-width: 1140px;
}
.block-partners .block-content {
  margin-top: 40px;
}
.block-partners .carousel {
  text-align: center;
}
.block-partners .slick-slide {
  margin: 0 17px;
}
.block-partners .slick-slide .slide {
  margin: 0;
}
.block-partners .slide {
  margin: 0 13px;
  border: 1px solid #d3dce2;
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: none;
}
.block-partners .slide .img {
  width: 198px;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-partners .slide .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-partners .slick-slider .slick-arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.block-partners .slick-slider .slick-arrow.slick-prev {
  left: -50px;
}
.block-partners .slick-slider .slick-arrow.slick-next {
  right: -50px;
}
.block-partners .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.block-news {
  margin-top: 80px;
}
.block-news .items {
  margin: 40px 0 -40px 0;
  font-size: 0;
}
.block-news .items .item {
  max-width: 560px;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.block-news .items .item:nth-child(2n+2) {
  margin: 0 0 0 20px;
}
.block-news .items .item:last-child {
  margin: 0;
}
.block-news .items .item .img {
  overflow: hidden;
}
.block-news .items .item .img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.block-news .items .item .img a img {
  transform: scale(1);
  transition: transform 0.3s;
}
.block-news .items .item .img a:hover img {
  transform: scale(1.1);
}
.block-news .items .item .img:not(.default) {
  position: relative;
}
.block-news .items .item .img:not(.default)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 182, 222, 0.1);
  border-radius: 2px;
  transition: background-color 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-news .items .item .data {
  margin-top: 40px;
}
.block-news .items .item .data .content-title {
  font-size: 20px;
  line-height: 28px;
  color: #00b6de;
  transition: color 0.3s;
}
.block-news .items .item .data .content-title:hover {
  color: #055364;
}
.block-news .items .item .data .content-desc {
  margin: 15px 0 20px 0;
  color: #6d7981;
}
.block-news .items .item .data .content-desc p {
  font-size: 16px;
  line-height: 22px;
  color: #6d7981;
}
.block-news .items .item .data .content-date {
  color: #2a3a3f;
}
.block-news .center {
  margin-top: 40px;
}
.block-notice {
  margin: 80px 0 40px -130px;
  padding: 45px 40px 45px 60px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
}
.block-notice p {
  font-size: 24px;
  line-height: 34px;
}
/*.block-about,
.block-product,
.block-vacancies{
	min-height:440px;
	margin-bottom:80px;

	.block-img{

		.img{
			width:820px;
			height:440px;
			margin:0 20px 0 0;
			background-size:cover!important;
			right:50%;
			left:100px;
		}
	}

	.block-text{
		padding:0;
		z-index:2;

		.container{
			max-width:100%;
			margin-left:640px;

			.block-content{
				margin:0 100px 0 0;
			}
		}
	}
}*/
.block-product {
  margin-bottom: 40px;
}
.block-product .block-text .wrapper .container .block-notice {
  min-width: 800px;
  min-height: 360px;
  padding: 40px 50px 40px 60px;
  margin: 40px 0 0 -100px;
  position: relative;
}
.block-product .block-text .wrapper .container .block-notice p,
.block-product .block-text .wrapper .container .block-notice li {
  font-size: 20px;
  line-height: 28px;
}
.block-product .block-text .wrapper .container .block-notice .description {
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 60px;
  z-index: 1;
}
.block-product .block-text .wrapper .container .block-notice .description p {
  max-width: 440px;
  font-size: 16px;
  line-height: 22px;
  color: #6d7981;
}
.block-product .block-text .wrapper .container .block-notice .description .content-button {
  margin-top: 20px;
}
.block-column .block-img .img,
.block-column-short .block-img .img {
  width: 100%;
  height: 680px;
  background-size: cover !important;
  margin-left: 20px;
  margin-right: 100px;
}
.block-column .block-text,
.block-column-short .block-text {
  padding: 0;
}
.block-column .block-text .container,
.block-column-short .block-text .container {
  max-width: 560px;
  margin-left: 40px;
}
.block-column .block-text .container .content-title,
.block-column-short .block-text .container .content-title {
  margin-top: 40px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}
.block-column .block-text .container .content-title:first-of-type,
.block-column-short .block-text .container .content-title:first-of-type {
  margin-top: 0;
}
.block-column .block-text ol,
.block-column-short .block-text ol {
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none;
  counter-reset: counter;
}
.block-column .block-text ol li,
.block-column-short .block-text ol li {
  padding: 25px 40px;
  margin: 0;
  line-height: 22px;
  border-bottom: 1px solid #d3dce2;
  counter-increment: counter;
  position: relative;
}
.block-column .block-text ol li:last-child,
.block-column-short .block-text ol li:last-child {
  border-bottom: 0 none;
}
.block-column .block-text ol li::before,
.block-column-short .block-text ol li::before {
  content: counter(counter);
  margin-top: -25px;
  font-size: 36px;
  line-height: 50px;
  color: #d3dce2;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.block-column-short .block-text .container {
  margin-left: 0;
}
.block-text ul:not(.slick-dots),
.block-content ul:not(.slick-dots) {
  margin: 25px 0;
}
.block-text ul:not(.slick-dots) li,
.block-content ul:not(.slick-dots) li {
  font-size: 16px;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.block-text ul:not(.slick-dots) li::before,
.block-content ul:not(.slick-dots) li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background-color: #ffc425;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.block-text ul:not(.slick-dots).styled li,
.block-content ul:not(.slick-dots).styled li {
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 22px;
}
.block-text ul:not(.slick-dots).styled li:last-of-type,
.block-content ul:not(.slick-dots).styled li:last-of-type {
  margin: 0;
}
.block-text ul:not(.slick-dots).styled li::before,
.block-content ul:not(.slick-dots).styled li::before {
  display: none;
}
.block-text ol,
.block-content ol {
  padding-left: 14px;
}
.block-text ol li,
.block-content ol li {
  margin-bottom: 5px;
}
.block-text .content-border,
.block-content .content-border {
  padding: 15px;
  margin: 15px 0;
  border: 1px dashed #ffc425;
  background-color: #fcf9ef;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
}
.block-text .content-cite,
.block-content .content-cite {
  padding: 15px;
  margin: 15px 0;
  background-color: #fcf9ef;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.block-text .content-cite::before,
.block-content .content-cite::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/icons/bg-review.svg") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 1;
}
.block-text .big,
.block-content .big {
  font-size: 150%;
}
.block-text small,
.block-content small {
  font-size: 75%;
}
.block-column-short {
  min-height: 625px;
  padding-bottom: 0;
}
.block-column-short .block-img .img {
  height: 400px;
}
.block-list .items {
  font-size: 0;
}
.block-list .items .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.block-points {
  margin-top: 80px;
}
.block-points .heading {
  margin-bottom: 30px;
  text-align: left;
}
.block-points .heading h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.block-points .items .item {
  width: 200px;
  padding-top: 55px;
  margin-right: 40px;
}
.block-points .items .item:nth-child(5n+5) {
  margin: 0;
}
.block-points .items .item::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/images/icons/ico-check.svg") no-repeat center center;
  background-size: 30px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-points .items .item::after {
  content: "";
  width: 140px;
  height: 2px;
  border-bottom: 2px dashed #ffc425;
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
}
.block-points .items .item p {
  font-size: 14px;
  line-height: 20px;
}
.block-values {
  margin-top: 60px;
}
.block-values .heading {
  margin-bottom: 40px;
}
.block-values .items .item {
  width: 360px;
  height: 320px;
  margin-right: 40px;
  padding: 40px 30px;
  border: 1px solid #ffc425;
  border-radius: 2px;
  text-align: center;
}
.block-values .items .item:nth-child(3n+3) {
  margin: 0;
}
.block-values .items .item .title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
.block-faq .block-data {
  margin-bottom: 60px;
  font-size: 0;
}
.block-faq .block-data .img {
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.block-faq .block-data .img img {
  border-radius: 2px;
}
.block-faq .block-data .data {
  max-width: 760px;
  display: inline-block;
  vertical-align: top;
}
.block-faq .description {
  margin-bottom: 50px;
}
.block-faq .block-content .content-lead {
  font-size: 20px;
  line-height: 28px;
}
.block-vacancies .posts {
  margin-top: 40px;
}
.block-vacancies .posts.styled .answer .data {
  margin-left: 60px;
  margin-right: 60px;
}
.block-vacancies .posts.styled .answer .data::before {
  display: none;
}
.block-vacancies .posts.styled .answer .data .btn {
  margin-top: 40px;
}
.block-vacancies .heading h2 {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}
.block-form .block-content {
  margin-bottom: 45px;
}
.block-form .content-lead {
  font-size: 24px;
  line-height: 34px;
}
.block-form .form form {
  max-width: 760px;
}
.block-form .form form .overlay {
  background-color: rgba(245, 249, 250, 0.1);
}
.block-form .form-field.upload {
  margin: 20px 0 25px 300px;
}
.block-form .form-field.upload .upload {
  padding-left: 35px;
  font-size: 16px;
  line-height: 22px;
  color: #2a3a3f;
  background: url("/images/icons/ico-load.svg") no-repeat center left;
  background-size: 20px auto;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}
.block-form .form-field.upload .upload:hover {
  color: #00b6de;
  background: url("/images/icons/ico-load-hover.svg") no-repeat center left;
  background-size: 20px auto;
}
.block-form .form-field.notice {
  margin: 20px 0 0 300px;
}
.block-form .form-field.notice span {
  padding-left: 35px;
  background: url("/images/icons/ico-lock.svg") no-repeat top left;
  background-size: 16px auto;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}
.block-tabs .heading {
  text-align: left;
}
.block-tabs .heading h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.block-tabs .tabs {
  width: 100%;
  margin: 45px 0 80px 0;
}
.block-tabs .tabs .parents {
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block-tabs .tabs .parents li {
  width: 360px;
  height: 160px;
  padding: 0 60px;
  border: 1px solid #00b6de;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #00b6de;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.block-tabs .tabs .parents li::before {
  content: "";
  width: 50px;
  height: 30px;
  background: url("/images/icons/ico-triangle.svg") no-repeat top left;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.block-tabs .tabs .parents li:hover {
  color: #fff;
  background-color: #00b6de;
}
.block-tabs .tabs .parents li.selected {
  background-color: #00b6de;
  color: #fff;
}
.block-tabs .tabs .parents li.selected::before {
  opacity: 1;
}
.block-tabs .tabs .child {
  width: 100%;
  margin-top: 80px;
}
.block-tabs .tabs .child > div {
  font-size: 16px;
  display: none;
}
.block-tabs .tabs .child > div.selected {
  display: block;
}
.block-tabs .tabs .child > div p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.block-tabs .tabs .child > div p:last-of-type {
  margin-bottom: 0;
}
.block-tabs .tabs .child > div p.content-lead {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}
.block-contacts .block-content {
  overflow: hidden;
}
.block-contacts .block-content .content-address {
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
}
.block-contacts .contacts-map {
  border-radius: 2px;
}
.block-contacts .f-right {
  min-width: 260px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
}
.block-files .years .select {
  width: 260px;
}
.block-files .years .select select {
  height: 50px;
}
.block-files .data {
  margin-top: 35px;
}
.block-files .data .item {
  width: 800px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3dce2;
  position: relative;
  display: none;
}
.block-files .data .item::before {
  content: "pdf";
  width: 40px;
  height: 20px;
  background: #ee4621;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
}
.block-files .data .item.show {
  display: inline-block;
  vertical-align: top;
}
.block-files .data .item a {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #2a3a3f;
  transition: color 0.3s;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.block-files .data .item a:hover {
  color: #00b6de;
}
.block-content-documents {
  margin-top: -40px;
  padding-bottom: 50px;
}
.block-content-documents .items .item {
  margin: 0 30px 30px 0;
}
.block-docs .data {
  margin-top: 20px;
  font-size: 0;
}
.block-docs .data .item {
  width: 160px;
  margin: 40px 40px 0 0;
  display: inline-block;
  vertical-align: top;
}
.block-docs .data .item .img {
  height: 230px;
  border: 1px solid #d3dce2;
  border-radius: 2px;
  background-color: #eaf1f4;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.block-docs .data .item .img img {
  transform: scale(1);
  transition: transform 0.3s;
}
.block-docs .data .item .img:hover img {
  transform: scale(1.1);
}
.block-docs .data .item .title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.block-docs .data .item:nth-child(6n+6) {
  margin-right: 0;
}
.block-404 .table-default {
  background: 0 none;
  border: 0 none;
}
.block-404 .table-default tr td {
  background: 0 none;
  border: 0 none;
}
.block-404 .content-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.block-404 .content-button {
  margin-top: 25px;
}
body.scroll-up .header,
body.scroll-down .header {
  height: 54px;
  position: fixed;
  z-index: 1001;
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
}
body.scroll-up .header .wrapper,
body.scroll-down .header .wrapper {
  padding-right: 0;
}
body.scroll-up .header .block-search .container,
body.scroll-down .header .block-search .container {
  margin-left: 110px;
}
body.scroll-up .header .btn,
body.scroll-down .header .btn {
  border-radius: 0;
}
body.scroll-up .header .logo .main,
body.scroll-down .header .logo .main {
  display: none;
}
body.scroll-up .header .logo .add,
body.scroll-down .header .logo .add {
  width: auto;
  height: 40px;
  display: block;
}
body.scroll-up .header .menu-top .level-2,
body.scroll-down .header .menu-top .level-2 {
  top: 36px;
}
body.scroll-up .header .menu-top .level-2::before,
body.scroll-down .header .menu-top .level-2::before {
  height: 21px;
  top: -21px;
}
body.template-main .block-news .items {
  margin: 40px 40px 0 40px;
}
body.template-main .block-team {
  overflow: hidden;
}
body.template-default .items {
  font-size: 0;
}
body.template-default .items .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
body.template-default .body {
  /*.block-data{

				.wrapper{
					max-width:1240px;
				}

				&:not(.block-column){

					.wrapper{
						max-width:1920px;
					}
				}

				&.block-column-short{

					.wrapper{
						max-width:1160px;
					}
				}
			}*/
}
body.template-default .body .wrapper {
  max-width: 1160px;
}
body.template-default .body .wrapper.more-wrap {
  max-width: 1920px;
}
body.template-default .block-content .content-date {
  display: none;
}
body.template-default .block-team {
  padding: 0;
}
body.template-default .block-team::before {
  display: none;
}
body.template-default .block-team .group h2 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
body.template-default .block-team .group .item-hide {
  display: none;
}
body.template-default .block-team .group .item {
  width: 100%;
  margin-bottom: 10px;
}
body.template-default .block-team .group .item:last-child {
  margin-bottom: 50px;
}
body.template-default .block-team .group .item h3 {
  font-size: 20px;
  line-height: 28px;
  color: #00b6de;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
}
body.template-default .block-team .group .item a:hover h3 {
  color: #055364;
}
body.template-default .block-team .group .item p {
  margin-left: 5px;
  font-size: 16px;
  line-height: 32px;
  color: #6d7981;
  display: inline-block;
  vertical-align: top;
}
body.template-default .block-team .group.list {
  margin-bottom: 40px;
}
body.template-default .block-team .group.list:last-of-type {
  margin-bottom: -40px;
}
body.template-default .block-team .group.list .item {
  width: 360px;
  margin: 0 40px 40px 0;
}
body.template-default .block-team .group.list .item:nth-child(3n+3) {
  margin-right: 0;
}
body.template-default .block-team .group.list .item .img {
  margin-bottom: 40px;
  overflow: hidden;
}
body.template-default .block-team .group.list .item .img img {
  border-radius: 2px;
  transform: scale(1);
  transition: transform 0.3s;
}
body.template-default .block-team .group.list .item .img:hover img {
  transform: scale(1.1);
}
body.template-default .block-team .group.list .item h3 {
  margin-bottom: 20px;
  display: block;
}
body.template-default .block-team .group.list .item p {
  margin: 0;
  line-height: 22px;
  display: block;
}
body.template-default .block-products.inner .wrapper {
  padding: 0;
}
body.template-default .block-products.inner {
  padding: 0;
}
body.template-default .block-products.inner .block-content {
  padding: 0 0 55px 0;
}
body.template-default .block-products.inner .block-content .content-lead {
  font-size: 24px;
  line-height: 34px;
}
body.template-default .block-products.inner .items .item {
  max-width: 560px;
  margin: 0 40px 40px 0;
}
body.template-default .block-products.inner .items .item:nth-child(2n+2) {
  margin-right: 0;
}
body.template-default .block-products.inner .items .item:nth-last-child(1),
body.template-default .block-products.inner .items .item:nth-last-child(2) {
  margin-bottom: 0;
}
body.template-default .block-products.inner .items .item .content-title {
  font-size: 20px;
  line-height: 28px;
  color: #00b6de;
  transition: color 0.3s;
}
body.template-default .block-products.inner .items .item .content-title:hover {
  color: #055364;
}
body.template-default .block-products.other-items {
  padding-top: 0;
}
body.template-default .block-products.other-items .wrapper {
  max-width: 1920px;
}
body.template-default .block-products.other-items .wrapper.more-wrap {
  max-width: 1920px;
}
body.template-default .block-news {
  margin: 0;
}
body.template-default .block-news.other {
  margin: 70px 0 -70px 0;
  padding: 80px 0 40px 0;
  background-color: #eaf1f4;
}
body.template-default .block-news.other .heading {
  text-align: left;
}
body.template-default .block-news .items .item {
  margin-bottom: 40px;
}
body.template-default .block-news .items .item .content-date {
  display: inline-block;
}
body.lang-kk .block-quality .heading h2 {
  font-size: 24px;
  line-height: 30px;
}
body.lang-kk .block-products .heading h2 {
  max-width: 385px;
}
.fancybox-slide .item-hide {
  max-width: 840px;
  padding: 80px 40px 40px 40px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 184, 222, 0.1);
  border-radius: 2px;
  font-size: 0;
}
.fancybox-slide .item-hide.with-img {
  min-width: 840px;
}
.fancybox-slide .item-hide .img {
  max-width: 360px;
  margin: 0 40px 20px 0;
  display: inline-block;
  vertical-align: top;
}
.fancybox-slide .item-hide .img + .data {
  max-width: 360px;
}
.fancybox-slide .item-hide .data {
  display: inline-block;
  vertical-align: top;
}
.fancybox-slide .item-hide .data h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
}
.fancybox-slide .item-hide .data p {
  font-size: 16px;
  line-height: 22px;
}
.fancybox-slide .item-hide .data .desc {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.fancybox-slide .item-hide .data .desc p {
  color: #6d7981;
}
/*# sourceMappingURL=styles.css.map */