.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden; }
main {
  overflow-x: hidden; }
.container {
  max-width: 1300px;
  min-width: 320px;
  padding: 0 30px;
  margin: auto; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-bottom: 20px; }

p {
  margin-top: 0;
  padding-bottom: 20px; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: bold;
  color: #373738; }

h1 {
  font-size: 65px;
  line-height: 74px;
  margin-bottom: 47px;
  padding-bottom: 0; }

h2 {
  font-size: 55px; }

h3 {
  font-size: 30px;
  line-height: 35px; }

.header {
  height: 195px;
  background: #F7F7F7; }
.header .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }
.header .logo {
  display: block; }

footer {
  overflow: hidden;
  padding-top: 57px;
  color: #fff; }
footer h2, footer a {
  color: #fff; }
footer .social-box__item {
  border: 2px solid #FFFFFF;
  transition: all 0.2s ease; }
footer .social-box__item:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 92px; }
.footer-top__item {
  margin-right: 25px; }
.footer-top__item:first-of-type {
  max-width: 280px; }
.footer-top__item:last-of-type {
  margin-right: 0; }
.footer-top__item a {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.footer-top .social-box__item {
  margin-right: 30px; }

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  text-align: left;
  padding: 35px 0; }
.footer-bottom:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  background-color: #FFFFFF; }
.footer-bottom span {
  max-width: 85%; }
.footer-bottom a {
  text-decoration: underline; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.lab ::selection {
  background-color: #00788C;
  color: #fff; }
.lab .btn {
  color: #00788C; }
.lab .btn svg {
  fill: #00788C; }
.lab .top-section .container:after {
  background: #D8ECEF; }
.lab .social-box__item {
  background-color: #00788C;
  transition: all 0.2s ease; }
.lab .social-box__item:hover {
  opacity: 0.8; }
.lab .slick-arrow {
  background-color: #00788C; }
.lab .slick-dots li.slick-active button:before {
  color: #00788C; }
.lab .text-box span {
  color: #00788C; }
.lab .news-section .mobil__item {
  background-color: #00788C; }
.lab .project-section.lab-item {
  background: #D8ECEF; }

.lab-footer {
  background-color: #00788C; }

.progress ::selection {
  background-color: #F36F21;
  color: #fff; }
.progress .btn {
  color: #F36F21; }
.progress .btn svg {
  fill: #F36F21; }
.progress .top-section .container:after {
  background: #FFEEDF; }
.progress .social-box__item {
  background-color: #F36F21;
  transition: all 0.2s ease; }
.progress .social-box__item:hover {
  opacity: 0.8; }
.progress .slick-arrow {
  background-color: #F36F21; }
.progress .slick-dots li.slick-active button:before {
  color: #F36F21; }
.progress .text-box span {
  color: #F36F21; }
.progress .news-section .mobil__item {
  background-color: #F36F21; }
.progress .project-section.progress-item {
  background-color: #FFEEDF; }

.pro-logo .mobil__logo {
  display: none; }

.progress-footer {
  background-color: #F36F21; }

.innovation ::selection {
  background-color: #3D5386;
  color: #fff; }
.innovation .btn {
  color: #3D5386; }
.innovation .btn svg {
  fill: #3D5386; }
.innovation .top-section .container:after {
  background: #DDE2F1; }
.innovation .social-box__item {
  background-color: #3D5386;
  transition: all 0.2s ease; }
.innovation .social-box__item:hover {
  opacity: 0.8; }
.innovation .slick-arrow {
  background-color: #3D5386; }
.innovation .slick-dots li.slick-active button:before {
  color: #3D5386; }
.innovation .text-box span {
  color: #3D5386; }
.innovation .news-section .mobil__item {
  background-color: #3D5386; }
.innovation .project-section.innovation-item {
  background-color: #DDE2F1; }

.innovation-footer {
  background-color: #3D5386; }

.animate-icon {
  animation: fadeInDown 1s linear 1s infinite; }

.scroll-up-btn {
  width: 43px;
  height: 43px;
  position: fixed;
  left: 30px;
  bottom: 50px;
  padding: 20px 10px;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 50;
  border-radius: 50%; }
.scroll-up-btn:hover {
  opacity: 0.8; }
.scroll-up-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.scroll-up-btn path {
  stroke: white; }

.color-sea {
  background-color: #00788C; }

.color-sea.white-box path {
  stroke: #00788C; }

.color-main {
  background-color: #B8DADE; }
.color-main path {
  stroke: #fff; }

.color-main.white-box path {
  stroke: #B8DADE; }

.color-orange {
  background-color: #F36F21; }

.color-orange.white-box path {
  stroke: #F36F21; }

.color-blue {
  background-color: #3D5386; }

.color-blue.white-box path {
  stroke: #3D5386; }

.white-box {
  background-color: white; }

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.btn svg {
  margin-left: 24px; }

.top-section {
  background: #F7F7F7;
  padding-top: 73px;
  padding-bottom: 120px; }
.top-section .container {
  position: relative;
  z-index: 1; }
.top-section .container:after {
  content: '';
  width: 437px;
  height: 437px;
  position: absolute;
  right: 162px;
  bottom: 30px;
  z-index: -1; }
.top-section p {
  max-width: 720px;
  font-size: 24px;
  line-height: 30px; }
.top-section .social-box {
  position: absolute;
  right: 230px;
  bottom: 145px; }
.top-section .btn {
  margin-top: 90px; }

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.social-box__item {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 33px; }
.social-box__item:last-of-type {
  margin-right: 0 !important; }

.about-section {
  padding: 85px 0 64px; }

.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.about-block__img {
  max-height: 370px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39.5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 39.5%;
  -ms-flex: 0 0 39.5%;
  flex: 0 0 39.5%;
  margin-right: 72px;
  margin-bottom: 20px;
  background: #C4C4C4; }
.about-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.about-block__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60.5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60.5%;
  -ms-flex: 0 0 60.5%;
  flex: 0 0 60.5%; }
.about-block__text p {
  line-height: 27px;
  padding-right: 45px;
  padding-bottom: 5px; }

.project-section {
  padding: 58px 0 65px; }
.project-section h2 {
  text-align: center;
  margin-bottom: 35px; }

.project-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.project-block__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 31.25%;
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
  padding: 45px 40px 34px;
  background: #FFFFFF;
  text-align: center;
  margin-bottom: 43px; }
.project-block__item:nth-child(3n + 2) {
  margin: 0 38px 43px; }
.project-block__item img {
  margin-bottom: 25px; }
.project-block__item h3 {
  min-height: 90px;
  margin-bottom: 5px; }
.project-block__item p {
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 24px; }
.project-block .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: underline;
  margin-top: 25px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.slick-arrow.next {
  right: 0; }

.slick-arrow.prev {
  left: 0; }

.client-section {
  padding: 60px 0 77px; }
.client-section h2 {
  text-align: center;
  margin-bottom: 60px; }

.client-slider {
  padding: 0 80px; }
.client-slider__item {
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin: 0 20px; }
.client-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: contain; }
.client-slider .slick-list {
  margin: 0 35px;
}
.news-section {
  _background: #F7F7F7;
  padding: 70px 0 40px; }
.news-section .container {
  position: relative; }
.news-section .btn {
  text-decoration: underline; }
.news-section .desk__item {
  position: absolute;
  top: 37px;
  right: 30px; }
.news-section .mobil__item {
  display: none; }

.news-block {
  margin-top: 48px; }
.news-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
.news-block__item img {
  max-width: 31.5%;
  height: 257px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 31.5%;
  -ms-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  background-color: #fff; }
.news-block__item .text-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68.5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 68.5%;
  -ms-flex: 0 0 68.5%;
  flex: 0 0 68.5%;
  padding-left: 50px; }
.news-block__item span {
  display: block;
  margin-bottom: 19px;
  font-weight: 700; }
.news-block__item h4 {
  padding-bottom: 0; }
.news-block__item p {
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 5px;
  line-height: 27px; }

.error-section {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
.error-section h1 {
  font-weight: 500;
  font-size: 45px;
  line-height: 43px;
  color: #00788C;
  padding-bottom: 0;
  margin-bottom: 50px; }
.error-section p {
  max-width: 550px;
  font-size: 29px; }
.error-section .btn {
  display: inline-block;
  color: #00788C; }

.big-font {
  display: block;
  font-size: 240px;
  line-height: 150px;
  margin-bottom: 20px;
  color: #00788C;
  font-weight: 400; }

.main-footer {
  text-align: center;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 43px 0; }
.main-footer p {
  margin: 0;
  padding: 0;
  color: #3B6978;
  font-weight: 500; }

.main .top-section {
  background-image: url(../img/home-img.png);
  background-repeat: no-repeat;
  background-position: bottom 50px right;
  background-size: contain;
  padding-top: 14px;
  padding-bottom: 90px; }
.main .top-section p {
  max-width: 575px;
  font-size: 27px;
  line-height: 34px; }
.main .scroll-box {
  width: 43px;
  height: 43px;
  background: #3B6978; }
.main .scroll-box svg {
  margin-left: 14px; }
.main .news-section {
  background-color: #fff; }
.main .news-section .news-block__item {
  margin-bottom: 43px; }
.main .news-section .news-block__item img {
  background: #D8ECEF; }
.main .news-section .btn {
  color: #3B6978;
  font-size: 18px;
  margin-top: 5px; }
.main h1 {
  font-size: 88px;
  line-height: 90px;
  padding-right: 150px;
  margin-bottom: 70px; }

.main-logo {
  font-size: 36px; }

.partner-section {
  padding: 20px 0 95px; }
.partner-section h2 {
  margin-bottom: 40px; }

.partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.partner-block__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%; }
.partner-block__item:nth-child(3n+ 2) {
  margin: 0 8%; }
.partner-block .img-box {
  width: 300px;
  height: 320px;
  margin-bottom: 42px; }
.partner-block .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.partner-block .text-box span {
  display: block;
  margin-bottom: 5px; }
.partner-block h4 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 0; }

.group-section {
  background: #F7F7F7;
  padding: 70px 0 100px; }
.group-section h2 {
  margin-bottom: 34px; }

.group-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.group-block__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  min-height: 270px;
  perspective: 2000px;
  position: relative; }
.group-block__item:nth-child(3n +2) {
  margin: 0 1.7%; }
.group-block__item:hover .cart-front {
  transform: rotateY(180deg); }
.group-block__item:hover .cart-back {
  transform: rotateY(360deg); }
.group-block .img-box {
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: white; }
.group-block .img-box img {
  max-width: 85%;
  max-height: 100%; }
.group-block .mobil__img img:last-of-type {
  display: none; }
.group-block .bottom-title {
  min-height: 70px; }
.group-block .bottom-title h4 {
  color: white; }
.group-block h4 {
  padding: 13px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 22px;
  text-align: center; }
.group-block .cart-front, .group-block .cart-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: .5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
.group-block .cart-front:before {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
.group-block .cart-back {
  padding: 25px;
  transform: rotateY(180deg);
  background-image: url(../img/cart-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
.group-block .cart-back h4 {
  line-height: 27px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  font-size: 24px;
  margin-bottom: 30px; }
.group-block .cart-back p {
  min-height: 75px;
  line-height: 25px;
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 0; }
.group-block .mobil__item {
  display: none; }
.group-block .btn {
  font-size: 18px;
  color: #3B6978;
  text-decoration: underline; }
.group-block .blue-item .cart-front:before {
  background-color: #3D5386; }
.group-block .blue-item .bottom-title {
  background-color: #3D5386; }
.group-block .sea-item .cart-front:before {
  background-color: #00788C; }
.group-block .sea-item .bottom-title {
  background-color: #00788C; }
.group-block .orange-item .cart-front:before {
  background-color: #F36F21; }
.group-block .orange-item .bottom-title {
  background-color: #F36F21; }

.news-title {
  display: block;
  font-size: 26px;
  line-height: 43px;
  color: #3B6978;
  margin: 60px 0 22px; }

.news-mobil-title {
  display: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #272727;
  text-align: center;
  margin-bottom: 20px; }

.all-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 170px; }
.all-news-block__item {
  min-height: 200px;
  padding: 25px 27px;
  text-decoration: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  position: relative; }
.all-news-block__item:nth-child(2n + 2) {
  margin: 0 2%; }
.all-news-block h4 {
  line-height: 26px;
  padding-right: 35px;
  padding-bottom: 0; }
.all-news-block .btn {
  font-size: 18px;
  text-decoration: underline;
  color: #3B6978; }
.all-news-block img {
  max-height: 43px;
  position: absolute;
  right: 24px;
  bottom: 22px; }
.all-news-block .blue-item {
  background: #DDE2F1; }
.all-news-block .sea-item {
  background: #D8ECEF; }
.all-news-block .orange-item {
  background: #FFEEDF; }
.all-news-block .orange-item img {
  max-height: 65px; }

.all-news-block.mobil-block {
  display: none; }

.history-section {
  padding: 74px 0; }
.history-section h2 {
  margin-bottom: 44px; }

.history-block__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 42px; }
.history-block__item:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 240px;
  width: 20px;
  height: 20px;
  background-color: #B8DADE;
  border-radius: 50%; }
.history-block__item:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 248px;
  width: 3px;
  height: calc(100% - 24px);
  background-color: #B8DADE; }
/*
.history-block__item:last-of-type:after {
  content: none; }
 */
.history-block .time-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  padding-right: 120px;
  font-size: 27px;
  color: #3B6978;
  font-weight: 500; }
.history-block .text-box {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 73%;
  -ms-flex: 0 0 73%;
  flex: 0 0 73%;
  font-weight: 400;
  height: 130px;
  overflow: hidden; }
.history-block .text-box p {
  margin-bottom: 17px;
  padding: 0; }
.history-block .text-box p b {
  margin-bottom: 5px;
  color: #3B6978;
  font-weight: 500;
}
.history-block .text-box a {
  color: #3B6978;}
.history-block .title {
  display: block;
  margin-bottom: 5px;
  color: #3B6978;
  font-weight: 500;
  font-size:19px;}
.history-block ul {
  padding-left: 0; }
.history-block ul li {
  list-style-type: none;
  margin: 5px 0;
  font-weight: 400; }
.history-block .btn-show {
  position: absolute;
  right: 0;
  bottom: -1px;
  color: #3B6978;
  padding-right: 320px;
  padding-left: 20px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: -20px 0 20px 0px #fff; }
.history-block .btn-show img {
  margin-left: 5px; }
.history-block .btn-hide {
  display: none;
  position: absolute;
  left: 0;
  bottom: -25px;
  color: #3B6978;
  background-color: #fff;
  cursor: pointer; }

.history-block__item.active .text-box {
  height: 100%;
  overflow: visible;
  margin-bottom: 25px; }
.history-block__item.active .text-box .btn-show {
  display: none; }
.history-block__item.active .text-box .btn-hide {
  display: block; }

.news-block .top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  padding-right: 15px; }
.news-block .top-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: -18px;
  bottom: 0;
  z-index: -1; }
.news-block .top-title span {
  color: #3B6978;
  margin-bottom: 0; }
.news-block .top-title .topic {
  font-weight: 400;
  padding-left: 30px; }
.news-block .mobil__topic {
  display: none; }
.news-block .main-color:before {
  background: #D8ECEF; }
.news-block .orange-color:before {
  background: #FFEEDF; }
.news-block .blue-color:before {
  background: #DDE2F1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@media screen and (max-width: 1500px) {
  body {
    font-size: 17px; }

  h1 {
    font-size: 55px;
    line-height: 60px; }

  h2 {
    font-size: 40px;
    line-height: 40px; }

  h3 {
    font-size: 21px;
    line-height: 27px;
    padding-bottom: 5px; }

  .container {
    max-width: 991px; }

  .header {
    height: 150px; }

  .lab-logo img {
    max-width: 203px; }

  .pro-logo img {
    display: none; }
  .pro-logo .mobil__logo {
    display: block; }

  .footer-top {
    margin-bottom: 50px; }
  .footer-top__item:first-of-type {
    max-width: 230px; }
  .footer-top .social-box__item {
    width: 44px;
    height: 44px;
    margin-right: 25px; }

  .footer-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .scroll-up-btn {
    width: 32px;
    height: 32px;
    padding: 5px;
    left: initial;
    right: 24px;
    bottom: 100px; }
  .scroll-up-btn svg {
    width: 17px; }

  .top-section {
    min-height: 425px;
    padding-top: 56px;
    padding-bottom: 70px; }
  .top-section .container:after {
    width: 341px;
    height: 341px;
    right: 30px;
    bottom: 95px; }
  .top-section p {
    max-width: 50%;
    font-size: 21px;
    line-height: 28px; }
  .top-section .social-box {
    right: 192px;
    bottom: 120px; }
  .top-section .social-box__item {
    margin-right: 52px; }
  .top-section .btn {
    font-size: 21px;
    margin-top: 47px; }

  .about-section {
    padding: 65px 0 60px; }

  .about-block__img {
    max-height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.2%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 41.2%;
    -ms-flex: 0 0 41.2%;
    flex: 0 0 41.2%;
    margin-bottom: 0;
    margin-right: 32px; }

  .about-block__text p {
    line-height: 21px;
    padding-bottom: 8px; }
  .about-block__text p:last-of-type {
    padding-bottom: 0; }

  .project-section {
    padding: 48px 0 30px; }
  .project-section h2 {
    margin-bottom: 30px; }

  .project-block__item {
    padding: 30px 23px;
    margin-bottom: 24px; }
  .project-block__item:nth-child(3n + 2) {
    margin: 0 3% 24px; }
  .project-block__item img {
    width: 67px;
    height: 67px;
    margin-bottom: 15px; }
  .project-block__item h3 {
    min-height: 60px;
    margin-bottom: 11px; }
  .project-block__item p {
    -webkit-line-clamp: 7;
    font-size: 18px;
    line-height: 22px; }
  .project-block__item .btn {
    margin-top: 27px; }

  .client-section {
    padding: 46px 0 50px; }
  .client-section h2 {
    margin-bottom: 40px; }

  .news-section {
    padding: 45px 0 15px; }
  .news-section .desk__item {
    top: 16px; }

  .news-block__item img {
    max-width: 30%;
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .news-block__item .text-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding-left: 20px; }
  .news-block__item span {
    margin-bottom: 7px; }
  .news-block__item p {
    -webkit-line-clamp: 4;
    line-height: 27px; }

  .error-section h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px; }
  .error-section p {
    font-size: 21px;
    line-height: 25px; }

  .big-font {
    font-size: 140px;
    line-height: 100px; }

  .main .top-section {
    background-image: url(../img/home-img-tablet.png);
    padding-top: 30px;
    padding-bottom: 75px; }
  .main .top-section p {
    max-width: 450px;
    font-size: 21px;
    line-height: 27px; }
  .main h1 {
    font-size: 65px;
    line-height: 68px;
    margin-bottom: 75px; }
  .main .scroll-box {
    width: 35px;
    height: 35px; }
  .main .scroll-box svg {
    margin-left: 10px; }
  .main .news-section .btn {
    font-size: 15px;
    margin-top: 10px; }
  .main .news-section .news-block__item {
    margin-bottom: 80px; }
  .main .news-section .news-block__item:last-of-type {
    margin-bottom: 55px; }
  .main .news-block {
    margin-top: 68px; }

  .main-logo {
    font-size: 26px;
    line-height: 27px; }

  .history-section {
    padding: 51px 0 25px; }
  .history-section h2 {
    margin-bottom: 31px; }

  .history-block__item {
    padding-bottom: 22px; }
  .history-block__item:before {
    width: 15px;
    height: 15px;
    left: 187px; }
  .history-block__item:after {
    width: 2px;
    height: calc(100% - 19px);
    top: 20px;
    left: 194px; }
  .history-block .time-box {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    min-width: 265px;
    padding-right: 70px;
    font-size: 20px;
    line-height: 22px; }
  .history-block .text-box {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    height: 94px;
    line-height: 22px; }
  .history-block .btn-show {
    height: 22px; }
  .history-block .btn-show span {
    display: none; }

  .partner-section {
    padding: 25px 0 50px; }
  .partner-section h2 {
    margin-bottom: 33px; }

  .partner-block__item:nth-child(3n + 2) {
    margin: 0 7%; }
  .partner-block .img-box {
    width: 88%;
    height: 248px;
    margin-bottom: 30px; }
  .partner-block h4 {
    margin-bottom: 2px; }

  .group-section {
    padding: 44px 0 55px;
    background-image: url(../img/bg-group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .group-section h2 {
    margin-bottom: 31px; }

  .group-block .mobil__item {
    display: block;
    padding: 0 20px 20px;
    text-align: center; }
  .group-block .mobil__item p {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 0;
    line-height: 22px; }
  .group-block .cart-front {
    transform: none !important;
    background-color: white;
    position: relative;
    padding-bottom: 17px; }
  .group-block .cart-front:before {
    height: 5px; }
  .group-block .cart-back {
    display: none; }
  .group-block .img-box {
    height: 80px;
    min-height: initial;
    padding-top: 33px;
    margin-bottom: 18px; }
  .group-block .img-box img {
    height: 55px; }
  .group-block .mobil__img img:first-of-type {
    display: none; }
  .group-block .mobil__img img:last-of-type {
    display: block; }
  .group-block .bottom-title {
    background-color: transparent !important; }
  .group-block .bottom-title h4 {
    color: black;
    font-weight: 500; }
  .group-block .btn {
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .news-block__item {
    position: relative; }
  .news-block .top-title {
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    padding: 0 5px; }
  .news-block .top-title:before {
    left: 0;
    right: 0; }

  .news-title {
    font-size: 21px;
    margin: 56px 0 15px; }

  .all-news-block {
    margin-bottom: 137px; }
  .all-news-block__item {
    min-height: 160px;
    padding: 15px 19px; }
  .all-news-block h4 {
    line-height: 24px;
    padding-right: 25px; }
  .all-news-block img {
    max-width: 50%;
    max-height: 35px;
    bottom: 15px; }

  .all-news-block .orange-item img {
    max-height: 50px; } }
@media screen and (max-width: 991px) {
  .all-news-block {
    display: none; }
  .all-news-block__item {
    min-height: initial;
    padding: 10px 7px; }

  .all-news-block.mobil-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 25px; }
  .all-news-block.mobil-block img {
    position: initial;
    margin-bottom: 15px; }
  .all-news-block.mobil-block h4 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; }

  .news-title {
    display: none; }

  .news-mobil-title {
    display: block; } }
@media screen and (min-width: 767px) {
  .lab .slick-arrow {
    width: 43px;
    height: 43px;
    background-color: #D8ECEF;
    border-radius: 50%; }
  .lab .slick-next:before {
    background-image: url(../img/svg/lab-arrow-right.svg); }
  .lab .slick-prev:before {
    background-image: url(../img/svg/lab-arrow-left.svg); }

  .progress .slick-arrow {
    width: 43px;
    height: 43px;
    background-color: #FFEEDF;
    border-radius: 50%; }
  .progress .slick-next:before {
    background-image: url(../img/svg/pro-arrow-right.svg); }
  .progress .slick-prev:before {
    background-image: url(../img/svg/pro-arrow-left.svg); }

  .innovation .slick-arrow {
    width: 43px;
    height: 43px;
    background-color: #DDE2F1;
    border-radius: 50%; }
  .innovation .slick-next:before {
    background-image: url(../img/svg/in-arrow-right.svg); }
  .innovation .slick-prev:before {
    background-image: url(../img/svg/in-arrow-left.svg); } }
@media screen and (max-width: 767px) {
  body {
    font-size: 16px; }

  .container {
    padding: 0 24px; }

  h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 17px; }

  h2 {
    font-size: 31px;
    line-height: 30px; }

  p {
    font-size: 16px;
    line-height: 21px; }

  footer {
    text-align: center;
    padding-top: 43px; }

  .footer-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0; }
  .footer-top__item {
    margin-bottom: 25px;
    margin-right: 0; }
  .footer-top .social-box {
    margin: 0 0 10px; }

  .footer-bottom {
    padding: 20px 0; }
  .footer-bottom span {
    max-width: 100%;
    font-size: 15px;
    line-height: 17px; }

  .btn svg {
    height: 15px;
    margin-left: 15px; }

  .header {
    height: 102px; }

  .lab-logo svg {
    width: 153px;
    height: 43px; }

  .pro-logo .mobil__logo {
    max-width: 240px; }

  .lab .news-block__item h4 {
    color: #00788C; }

  .top-section {
    min-height: 325px;
    padding-top: 42px;
    padding-bottom: 33px; }
  .top-section .container:after {
    width: 195px;
    height: 195px;
    top: -15px;
    right: 0; }
  .top-section p {
    max-width: 100%;
    font-size: 16px;
    line-height: 21px; }
  .top-section .social-box {
    position: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 20px; }
  .top-section .btn {
    font-size: 16px;
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .social-box__item {
    width: 38px;
    height: 38px;
    margin-right: 45px; }

  .about-section {
    padding: 40px 0 47px; }

  .about-block {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about-block__img {
    min-height: 126px;
    margin: 20px 0 0; }
  .about-block__text p {
    padding-bottom: 5px;
    padding-right: 0; }

  .project-section {
    padding: 44px 0 70px; }
  .project-section h2 {
    margin-bottom: 13px; }

  .project-block__item {
    padding: 25px 15px;
    margin: 0 44px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .project-block__item:nth-child(3n +2) {
    margin: 0 44px; }
  .project-block__item img {
    width: 51px;
    height: 51px;
    margin: 0 auto 16px; }
  .project-block__item h3 {
    padding-bottom: 10px; }
  .project-block__item .btn {
    margin-top: 25px; }

  .client-section {
    padding: 43px 0 55px; }

  .client-slider {
    padding: 0; }
  .client-slider__item img {
    margin: auto; }

  .news-section {
    padding: 40px 0 48px; }
  .news-section h2 {
    text-align: center;
    margin-bottom: 20px; }
  .news-section .desk__item {
    display: none; }
  .news-section .mobil__item {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 5px 14px;
    border-radius: 2px;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%); }

  .news-block {
    margin-top: 0; }
  .news-block__item {
    display: block;
    margin-bottom: 36px; }
  .news-block__item img {
    max-width: initial;
    width: 115px;
    height: 75px;
    float: left;
    margin-right: 16px; }
  .news-block__item .text-box {
    padding-left: 0; }
  .news-block__item span {
    font-size: 11px;
    margin-bottom: 12px; }
  .news-block__item h4 {
    min-height: 50px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px; }
  .news-block__item p {
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 5;
    padding: 0;
    margin-bottom: 4px; }
  .news-block .btn {
    font-size: 14px; }

  .main .top-section {
    min-height: 427px;
    padding-top: 0;
    background-image: url(../img/home-img-mob.png);
    background-position: bottom right; }
  .main .top-section p {
    max-width: 70%;
    font-size: 16px;
    line-height: 21px; }
  .main .scroll-box {
    display: none; }
  .main h1 {
    font-size: 43px;
    line-height: 47px;
    padding-right: 0;
    margin-bottom: 37px; }
  .main .scroll-box svg {
    margin: 0; }
  .main .news-section h2 {
    margin-bottom: 35px; }
  .main .news-section h4 {
    color: #3B6978; }
  .main .news-section .btn {
    font-size: 14px;
    margin-top: 4px; }
  .main .news-section .news-block__item {
    margin-bottom: 58px; }
  .main .news-section .news-block__item:last-of-type {
    margin-bottom: 40px; }
  .main .news-block {
    margin-top: 35px; }
  .main .news-block__item {
    margin-bottom: 50px; }

  .main-logo {
    margin-bottom: 10px;
    font-size: 21px; }

  .main-footer {
    padding: 21px 0; }
  .main-footer p {
    font-size: 11px; }

  .scroll-up-btn.color-main {
    bottom: 77px;
    background-color: #B8DADE !important; }
  .scroll-up-btn.color-main path {
    stroke: #fff !important; }

  .history-section {
    padding: 41px 0 25px; }
  .history-section h2 {
    margin-bottom: 15px;
    text-align: center; }

  .history-block__item:before {
    width: 13px;
    height: 13px;
    left: 68px; }
  .history-block__item:after {
    height: calc(100% - 17px);
    top: 18px;
    left: 74px; }
  .history-block .time-box {
    min-width: 100px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 20px; }
  .history-block .text-box {
    height: 114px; }
  .history-block .btn-show {
    padding-right: 55px; }
  .history-block .btn img {
    width: 17px;
    margin-left: 0; }

  .partner-section {
    background: #F7F7F7;
    padding: 30px 0 20px; }
  .partner-section h2 {
    text-align: center;
    margin-bottom: 20px; }

  .partner-block__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 18px; }
  .partner-block__item:nth-child(3n+2) {
    margin: 0 0 18px; }
  .partner-block .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    height: 90%; }
  .partner-block .text-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    padding-right: 5px;
    padding-left: 22px; }
  .partner-block .text-box span {
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 14px; }
  .partner-block h4 {
    line-height: 18px;
    margin-bottom: 17px; }

  .group-section {
    padding: 35px 0 8px; }
  .group-section h2 {
    text-align: center;
    margin-bottom: 20px; }

  .group-block__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 40px; }
  .group-block__item:nth-child(3n + 2) {
    margin: 0 0 39px; }
  .group-block .img-box {
    padding-top: 48px;
    margin-bottom: 48px; }
  .group-block .img-box img {
    max-height: initial; }
  .group-block .bottom-title {
    padding: 0 20px; }
  .group-block .mobil__item {
    padding: 0 17px 12px; }
  .group-block .mobil__item p {
    line-height: 19px;
    margin-bottom: 11px; }

  .news-block .mobil__topic {
    display: block;
    top: -30px; }
  .news-block .mobil__topic .topic {
    padding: 2px 3px; }
  .news-block .text-box .top-title {
    position: initial;
    padding: 0;
    margin-bottom: 10px; }
  .news-block .text-box .top-title:before {
    content: none; }
  .news-block .text-box .top-title .topic {
    display: none; }

  .all-news-block__item {
    padding: 24px 7px 9px; }
  .all-news-block img {
    max-width: 80px;
    margin-bottom: 20px; } }
@media screen and (max-width: 374px) {
  .main .top-section {
    min-height: 300px; }
  .main h1 {
    font-size: 35px;
    line-height: 40px; }

  .all-news-block.mobil-block h4 {
    font-size: 10px;
    line-height: 13px; }

  .partner-block h4 {
    line-height: 17px;
    font-size: 14px; }

  .partner-block .text-box span {
    line-height: 15px;
    font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
