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

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

@font-face {
  font-family: "rubik";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/RubikMedium/RubikMedium.eot");
  src: url("../fonts/RubikMedium/RubikMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RubikMedium/RubikMedium.woff") format("woff"), url("../fonts/RubikMedium/RubikMedium.ttf") format("truetype");
}

@font-face {
  font-family: "rubik";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/RubikBold/RubikBold.eot");
  src: url("../fonts/RubikBold/RubikBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RubikBold/RubikBold.woff") format("woff"), url("../fonts/RubikBold/RubikBold.ttf") format("truetype");
}

@font-face {
  font-family: "rubik";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/RubikBlack/RubikBlack.eot");
  src: url("../fonts/RubikBlack/RubikBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/RubikBlack/RubikBlack.woff") format("woff"), url("../fonts/RubikBlack/RubikBlack.ttf") format("truetype");
}

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

@font-face {
  font-family: "nach";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NachlieliCLMBold/NachlieliCLMBold.eot");
  src: url("../fonts/NachlieliCLMBold/NachlieliCLMBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NachlieliCLMBold/NachlieliCLMBold.woff") format("woff"), url("../fonts/NachlieliCLMBold/NachlieliCLMBold.ttf") format("truetype");
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: "rubik", sans-serif;
  overflow-x: hidden;
  color: #444443;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

b, strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.2;
  padding-top: 266px;
}

.slick-slide {
  outline: none;
}

.slick-slide * {
  outline: none;
}

.container {
  max-width: 1337px;
  padding: 0 15px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.sprite {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.icon-dog {
  width: 20px;
  height: 20px;
  background-position: -5px -5px;
}

.icon-facebook {
  width: 20px;
  height: 27px;
  background-position: -28px -5px;
}

.icon-loc {
  width: 20px;
  height: 23px;
  background-position: -54px -5px;
}

.icon-phone {
  width: 20px;
  height: 24px;
  background-position: -2px -38px;
}

.resp {
  display: none;
}

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

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fixed-bottom a {
  height: 49px;
}

.fixed-bottom a.big {
  width: 50%;
  background-color: #0c3e72;
  color: #fff;
  text-decoration: none;
  font-size: 19.44px;
  font-weight: 300;
  font-family: nach;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-bottom a.big img {
  margin-left: 10px;
}

.fixed-bottom a.small {
  font-size: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}

.fixed-bottom a.small:nth-child(1) {
  background-color: #e31616;
}

.fixed-bottom a.small:nth-child(2) {
  background-color: #5582a8;
}

.fixed-bottom a.small:nth-child(3) {
  background-color: #0077b5;
}

.fixed-bottom a.small:nth-child(4) {
  background-color: #4bd630;
}

.top-line {
  background-color: #02497d;
  font-size: 26px;
  position: relative;
}

.top-line .access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 120px;
  top: 10px;
}

.top-line .access a {
  line-height: 0;
  margin-left: 0.58em;
  -webkit-box-shadow: -4px 4px 9px rgba(0, 0, 0, 0.4);
          box-shadow: -4px 4px 9px rgba(0, 0, 0, 0.4);
}

.top-line .access a img {
  width: 3.38em;
  height: 1.96em;
}

.top-line .access > img {
  width: 1.81em;
  height: 1.73em;
}

.top-line .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 54px;
}

.top-line .container > a {
  color: #fff;
  font-size: 1em;
  letter-spacing: -1.3px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: nach;
}

.top-line .container > a:last-of-type {
  margin-right: 0.68em;
}

.top-line .container > a img {
  height: 1.27em;
  width: auto;
}

.second-line {
  font-size: 28.67px;
  border-bottom: 1px solid #e1e1e5;
}

.second-line .container {
  height: 126px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.second-line .menu-main-container {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #fff;
  font-size: 20px;
  display: none;
  max-height: -webkit-calc(100vh - 167px);
  max-height: calc(100vh - 167px);
  overflow: auto;
  -webkit-box-shadow: -2px 17px 20px 0px rgba(0, 0, 0, 0.26);
          box-shadow: -2px 17px 20px 0px rgba(0, 0, 0, 0.26);
}

.second-line .menu-main-container ul.menu {
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-right: 0;
  min-width: 222px;
  position: relative;
  z-index: 1;
}

.second-line .menu-main-container ul.menu{
  border-top: 1px solid #e1e1e5;
}

.second-line .menu-main-container ul li.menu-item-has-children.active > a {
  text-shadow: -1px 0 #0b3d71;
  color: #0b3d71;
}

.second-line .menu-main-container ul li.menu-item-has-children > a {
  position: relative;
}

.second-line .menu-main-container ul li.menu-item-has-children > a::after {
  content: url(../img/arrow.png);
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.second-line .menu-main-container ul li:hover > a {
  text-shadow: -1px 0 #0b3d71;
  color: #0b3d71;
}

.second-line .menu-main-container ul li.active a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.second-line .menu-main-container ul li > ul {
  list-style: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-right: 35px;
}

.second-line .menu-main-container ul li > ul > li:hover > a {
  text-shadow: -1px 0 #0b3d71;
  color: #0b3d71;
}

.second-line .menu-main-container ul li ul li a {
  line-height: 30px;
}

.second-line .menu-main-container ul li a {
  padding-right: 25px;
  line-height: 39px;
  color: #3c3c3c;
  text-decoration: none;
  width: 100%;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.second-line .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.second-line .logo-text-title {
  font-size: 1.96em;
  color: #0b3d71;
  font-weight: 300;
  line-height: 1;
}

.second-line .logo-text-sub {
  font-size: 1em;
  color: #0b3d71;
  font-weight: 300;
  line-height: 1;
}

.second-line .logo-image {
  margin-right: 1.22em;
}

.second-line .logo-image img {
  width: 2.41em;
  height: 3.07em;
}

.second-line .soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.second-line .soc a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 9px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.second-line .soc a img
{
	display: block;
}
.second-line .soc a:hover img {
  opacity: 0.8;
}

.second-line .soc a:nth-child(4) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5px;
}

.second-line .soc a:nth-child(4) i {
  font-size: 29px;
}

.menu-btn {
  position: absolute;
  right: 25px;
  display: none;
}

.menu-btn.active span {
  height: 0;
}

.menu-btn.active span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-btn.active span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #4db954;
  position: relative;
}

.menu-btn span::before {
  position: absolute;
  display: block;
  height: 2px;
  width: 28px;
  background-color: #4db954;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.menu-btn span::after {
  position: absolute;
  display: block;
  height: 2px;
  width: 28px;
  background-color: #4db954;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.menu {
  font-size: 20px;
}

.menu .menu-main-container {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .menu-main-container ul.menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu .menu-main-container ul.menu > li {
  position: relative;
}

.menu .menu-main-container ul.menu > li.menu-item-has-children::before {
  content: url(../img/arrow.png);
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu .menu-main-container ul.menu > li:hover > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e0e0;
}

.menu .menu-main-container ul.menu > li > ul {
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 15px 0 15px 0;
  background-color: #fff;
  z-index: 10;
  display: none;
}

.menu .menu-main-container ul.menu > li > ul > li {
  position: relative;
}

.menu .menu-main-container ul.menu > li > ul > li:not(:last-child) {
  margin-bottom: 1.2em;
}

.menu .menu-main-container ul.menu > li > ul > li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #e1e2e2;
  right: 0.63em;
  bottom: -15px;
}

.menu .menu-main-container ul.menu > li > ul > li > a {
  padding: 0 0.63em;
  font-size: 1em;
  text-decoration: none;
  color: #252525;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}

.menu .menu-main-container ul.menu > li > ul > li:hover > a {
  text-shadow: -1px 0 #0b3d71;
  color: #0b3d71;
}

.menu .menu-main-container ul.menu > li > a {
  padding: 0 0.63em;
  font-size: 1em;
  text-decoration: none;
  color: #252525;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu .menu-main-container ul.menu > li:hover > a {
  text-shadow: -1px 0 #1c5a9b;
  color: #1c5a9b;
}

.main-video iframe {
  width: 1156px;
  max-width: 100%;
  height: 650px;
  margin: 0 auto;
  display: block;
}

.company {
  font-size: 20px;
  padding-top: 85px;
  padding-bottom: 104px;
  border-bottom: 1px solid #e1e1e5;
}

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


.company-video {
  width: 36%;
}

.company-video-title {
  font-size: 1.5em;
  color: #1c5a9b;
  line-height: 1;
  margin-bottom: 2.5em;
}

.company-video iframe {
  width: 100%;
  height: 263px;
}

.company-profile {
  width: 59%;
  border-left: 1px solid #dcdddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-profile-image {
  width: 38.26%;
}

.company-profile-image img {
  max-width: 100%;
  max-height: 100%;
}

.company-profile-text {
  padding-right: 2.5em;
  padding-left: 1em;
}

.company-profile-text .title {
  color: #1c5a9b;
  font-size: 1.5em;
  line-height: 1;
}

.company-profile-text p {
  margin-top: 1.1em;
  margin-bottom: 1.95em;
  font-size: 1em;
  line-height: 1.2;
  max-width: 18.4em;
}

.company-profile-text .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.company-profile-text .more a {
  font-size: 1.1em;
  color: #1a64a6;
  font-weight: 700;
  text-decoration: none;
}

.our-clients {
  font-size: 27.29px;
  padding-top: 67px;
  padding-bottom: 92px;
}

.our-clients h2 {
  font-size: 1em;
  font-weight: 400;
  color: #1c5a9b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.13em;
}

.our-clients .slider-clients {
  position: relative;
}

.our-clients .slider-left {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our-clients .slider-left a {
  text-decoration: none;
  color: #39719b;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}

.our-clients .slider-right {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our-clients .slider-right a {
  text-decoration: none;
  color: #39719b;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}

.our-clients .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-clients .slider-item a {
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-clients .slider-item a:hover{
  transform: scale(1.3);
  transition: all 0.5s ease;
}

.our-clients .slider-item img {
  max-width: 80%;
  max-height: 100%;
}

.services {
  background-image: url(../img/services-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.services-list {
  width: 100%;
  max-width: 614px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 45px 0;
}

.services-list-block {
  width: 50%;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-list-block > img {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  max-width: 100%;
}
.services-list-block:hover img{
	/* -webkit-filter: grayscale(100%); */
	/* filter: grayscale(100%); */
}
.services-list-block:nth-child(5) {
  display: none;
}

.services-list-block:nth-child(1) {
  padding-top: 32px;
  border-bottom: 1px solid #e0e0e4;
  border-left: 1px solid #e0e0e4;
}

.services-list-block:nth-child(1) .icon {
  margin-top: 0.45em;
}

.services-list-block:nth-child(2) {
  padding-top: 32px;
  border-bottom: 1px solid #e0e0e4;
  padding-right: 86px;
}

.services-list-block:nth-child(2) .icon {
  margin-left: 1.15em;
  margin-top: 0.35em;
}

.services-list-block:nth-child(3) {
  padding-top: 35px;
  border-left: 1px solid #e0e0e4;
}

.services-list-block:nth-child(3) .icon {
  margin-top: 0.15em;
}

.services-list-block:nth-child(4) {
  padding-top: 34px;
  padding-right: 78px;
}

.services-list-block:nth-child(4) .icon {
  margin-top: 0.2em;
  margin-left: 1.15em;
}

.services-list-block .icon {
  margin-left: 1.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services-list-block .text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  color: #242424;
  line-height: 1.14;
  margin-bottom: 0.5em;
}
.services-list-block .text p a{color: #242424;display: block;font-size: 1.1em;line-height: 1.14;font-weight: normal;}
.services-list-block .text a {
  color: #898989;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.services-list-block .text a:hover {
  color: #232323;
}

.projects {
  padding-top: 72px;
  padding-bottom: 57px;
  font-size: 30px;
  overflow-x: hidden;
}

.projects h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.77em;
  font-size: 1em;
  color: #1c5a9b;
  font-weight: 400;
}

.projects h3 {
  text-align: center;
  margin-top: 0;
  font-size: 0.63em;
  margin-bottom: 25px;
  color: #444443;
  font-weight: 400;
  display: none;
}

.projects-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}

.projects-list-block {
  width: 394px;
  margin: 0 30px 78px 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-list-block a {
  font-size: 0.71em;
  margin-top: 1.49em;
  color: #1c5a9b;
  text-decoration: none;
}

.projects-list-block p {
  font-size: 0.71em;
  margin-top: 0.65em;
  margin-bottom: 0;
  color: #444443;
  text-align: center;
}

.projects-list-block:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.projects-list-block .image {
  overflow: hidden;
}

.projects-list-block .image img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.footer-block {
  background-color: #f6f7f2;
  font-size: 22px;
  overflow: hidden;
  position: relative;
  padding-top: 75px;
  padding-bottom: 72px;
}

.footer-block::before {
  content: url(../img/links-bg.png);
  position: absolute;
  height: 100%;
  right: 57.6%;
  top: 0;
  bottom: 0;
}

.footer-block .container {
  display: -webkit-box;




  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer-block .links {
  max-width: 292px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-block .links .map {
  width: 150px;
  height: 246px;
  margin-left: 20px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.09);
}

.footer-block .links .map .gm-fullscreen-control, .footer-block .links .map .gmnoprint, .footer-block .links .map [src*=".png"] {
  display: none;
}

.footer-block .links .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-block .links .title {
  font-size: 1.59em;
  color: #5e5e5d;
  font-weight: 700;
  margin-bottom: 0.74em;
}

.footer-block .links a {
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: safe;
  color: #5e5e5d;
  text-decoration: none;
  margin-bottom: 1.25em;
  font-family: nach;
}

.footer-block .links a i {
  margin-left: 0.91em;
}

.footer-block .form {
  width: 100%;
  max-width: 562px;
  position: relative;
  z-index: 1;
}

.footer-block .form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-block .form-wrap .title {
  font-size: 1.59em;
  color: #5e5e5d;
  font-weight: 700;
  margin-bottom: 0.69em;
}

.footer-block .form-wrap .title b {
  color: #0b3d71;
}

.footer-block .form-wrap .wpcf7-form-control-wrap {
  font-size: 1em;
  width: 46.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.67em;
}

.footer-block .form-wrap  .textarea {
  width: 100%;
  margin-bottom: 1.8em;
}

.footer-block .form-wrap .textarea textarea {
  font-size: 1em;
  width: 100%;
  height: 5.5em;
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #02497d;
  padding: 1em;
  color: #02497d;
  font-weight: 200;
  resize: none;
  font-family: "rubik", sans-serif;
}

.footer-block .form-wrap .textarea textarea::-webkit-input-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .textarea textarea::-moz-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .textarea textarea:-ms-input-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .textarea textarea::-ms-input-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .textarea textarea::placeholder {
  color: #02497d;
}

.footer-block .form-wrap .wpcf7-form-control-wrap input {
  font-size: 1em;
  font-family: "rubik", sans-serif;
  width: 100%;
  height: 2.05em;
  line-height: 2.32em;
  background-color: #fff;
  border: 1px solid #02497d;
  padding: 0 1em;
  color: #02497d;
  font-weight: 200;
}

.footer-block .form-wrap .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #02497d;
}

.footer-block .form-wrap .wpcf7-form-control-wrap input::placeholder {
  color: #02497d;
}

.footer-block .form-wrap .submit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-block .form-wrap .submit input {
  border: none;
  font-size: 1em;
  width: 4em;
  height: 1.41em;
  font-family: "rubik", sans-serif;
  background-color: #02497d;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-block .form-wrap .submit input:hover {
  background-color: #023a64;
}

footer {
  padding-top: 27px;
  padding-bottom: 0;
  font-size: 26px;
  background-color: #0b3d71;
}

footer h2 {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.42em;
}

footer .copy {
  font-size: 0.69em;
  line-height: 2.17;
  color: #5e5e5d;
  background-color: #fff;
  text-align: center;
  margin-top: 2.61em;
  height: 39px;
}

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

footer .links-list-block ul {
  font-size: 0.63em;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .links-list-block ul li:not(:last-child) {
  margin-bottom: 1.23em;
}

footer .links-list-block ul li.title {
  font-weight: 700;
}

footer .links-list-block ul li a {
  color: #fff;
  text-decoration: none;
}

.modal {
  position: fixed;
  z-index: 30;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

.modal img {
  width: 100%;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.modal .close a {
  text-decoration: none;
  color: #10569f;
  font-size: 40px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #10569f;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none;
}

.page-about header {
  background-image: url(../img/about-header.png);
}

header {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  font-size: 22px;
}

header .container {
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header h1 {
  font-size: 3.64em;
  color: #fff;
  font-weight: 700;
  margin-top: 0.36em;
  margin-bottom: 0;
  line-height: 1.08;
}

header .breadcrumbs {
  padding-right: 4px;
}


header .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

header .breadcrumbs .sep {
  color: #fff;
}

.about-content {
  font-size: 24px;
  padding-top: 4.04em;
  padding-bottom: 4.29em;
}

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

.about-content .block2 ul {
  margin: 0;
  padding: 0;
}

.about-content .block2 .col {
  width: 50%;
}

.about-content .block2 .col:last-child {
  width: 41.4%;
}

.about-content .block2 ul li {
  font-size: 1em;
  font-weight: 200;
  color: #444443;
  line-height: 1.2;
  margin-bottom: 1.25em;
}

.about-content .block2 ul li:first-child {
  margin-bottom: 1.17em;
}

.about-content .block2 h3 {
  font-weight: 200;
  color: #1c5a9b;
  font-size: 1.25em;
}

.about-content .block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding-bottom: 5.5em;
  justify-content: space-between;
}

.about-content .block1 .image {
  width: 30.7%;
  padding-top: 2.75em;
}

.about-content .block1 .image img {
  width: 100%;
  margin-bottom: 0.63em;
}

.about-content .block1 .text {
  width: 64.4%;
}

.about-content .block1 .text p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  color: #444443;
  font-weight: 200;
  line-height: 1.2;
}

.about-content .block1 .text p br {
  line-height: 1.24;
}

.about-content .block1 .text h2, .block2 h2{
  font-size: 1.25em;
  line-height: 1.2;
  color: #1c5a9b;
  font-weight: 700;
}

.page-blog header {
  background-image: url(../img/blog-header.png);
}

.page-blog header h1 {
  margin-top: 0;
}

.blog-content {
  font-size: 24px;
  padding-top: 5.89em;
  padding-bottom: 10.5em;
}

.blog-content .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.blog-content .article-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 345px;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  padding-top: 0.42em;
  margin-left: 3.37%;
}

.blog-content .article-thumb a {
  overflow: hidden;
  display: block;
  line-height: 0;
}

.blog-content .article-thumb a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-content .article-thumb a img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.blog-content .article-descr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 200;
}

.blog-content .article-descr-title a {
  font-size: 1.25em;
  color: #1c5a9b;
  text-decoration: none;
}

.blog-content .article-descr-text {
  margin-top: 1.46em;
}

.blog-content .article-descr-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  color: #444443;
}

.blog-content .article-descr-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
}

.blog-content .article-descr-more a {
  text-decoration: none;
  color: #1c5a9b;
  font-weight: 700;
}

.page-clients header {
  background-image: url(../img/clients-header.png);
}

.page-clients .our-clients {
  padding-top: 3.52em;
}

.our-clients .slider-clients .current-client img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.76);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.76);
}

.page-clients .our-clients .slick-slide {
  padding: 20px 0;
}

.page-clients .our-clients h2 {
  font-size: 1.1em;
  font-weight: 700;
  text-align: right;
  margin-bottom: 1.93em;
}

.clients-content {
  font-size: 24px;
  padding-top: 0.67em;
  padding-bottom: 3.92em;
}

.clients-content h2 {
  font-size: 1.25em;
  color: #1c5a9b;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.93em;
}

.clients-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  color: #444443;
  font-weight: 200;
}

.clients-document {
  padding-top: 0px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.clients-document img.bg {
  max-width: 95%;
}

.clients-document img.doc {
  position: absolute;
  max-width: 1307px;
  width: auto;
  height: 78.39%;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -43%);
      -ms-transform: translate(-50%, -43%);
          transform: translate(-50%, -43%);
}

.page-coming header {
  background-image: url(../img/blog-header.png);
}

.coming-content {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
}

.coming-content img {
  max-width: 100%;
}

.page-template-page-contact header {
  background-image: url(../img/contact-header.png);
}

.page-template-page-contact .footer-block .links {
  max-width: 460px;
}

.page-gallery header {
  background-image: url(../img/gallery-header.png);
}

.gallery-sliders {
  font-size: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #a7bfd8;
}

.gallery-sliders h2 {
  color: #1c5a9b;
  font-family: nach;
  font-size: 1.36em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1.67vw;
}

.gallery-sliders .wrap {
  max-width: 1387px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.gallery-sliders .slider-gallery {
  margin-top: 1em;
  margin-bottom: 50px;
  position: relative;
}

.gallery-sliders .slider-item {
  padding: 0 1.67vw;
}

.gallery-sliders .slider-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.gallery-sliders .slider-item iframe {
  width: 100%;
  height: 210px;
}

.gallery-sliders .slider-item .title {
  text-align: center;
  color: #2a2b2c;
  line-height: 1.5;
}
.gallery-sliders .slider-item a{text-decoration: none;}
.gallery-sliders .slider-left {
  position: absolute;
  left: 0px;
  top: 45%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.gallery-sliders .slider-right {
  position: absolute;
  right: 0px;
  top: 45%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.gallery-content {
  font-size: 22px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-content .wrap {
  max-width: 1327px;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}

.gallery-content h2 {
  color: #1c5a9b;
  font-family: nach;
  font-size: 1.36em;
  margin-top: 0;
  margin-bottom: 1em;
  padding-right: 1.67vw;
}

.gallery-content .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.67vw;
}

.gallery-content .list-item {
  width: 33.33333%;
  padding: 0 1.67vw;
  margin-bottom: 2em;
}

.gallery-content .list-item img {
  width: 100%;
  height: auto;
}

.gallery-content .list-item .title {
  text-align: center;
  color: #2a2b2c;
}

@media screen and (max-width: 1387px) {
  .gallery-sliders .slider-item iframe {
    height: 15.14vw;
    min-height: 130px;
  }
	.main-video iframe {
    width: 889px;
    height: 500px;
}
}

@media screen and (max-width: 1337px) {
  .page-template-page-contact .footer-block::before {
    right: 55%;
  }
  .main-video iframe {
    height: 54.6vw;
  }
  .company-video iframe {
    height: 19.67vw;
  }
  .footer-block::before {
    right: 64%;
  }
}

@media screen and (max-width: 1092px) {

  .page-template-page-contact .footer-block::before {
    height: 380px;
    bottom: 0;
    right: 0;
    top: auto;
    min-width: 100%;
    left: 0;
    content: '';
    background-image: url(../img/links-bg.png);
    -webkit-background-size: cover;
            background-size: cover;
  }
  .page-template-page-contact .footer-block .form {
    max-width: none;
    margin-bottom: 2em;
  }
  .page-template-page-contact .footer-block .form-wrap .title {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .gallery-content {
    font-size: 18px;
  }
  .gallery-sliders {
    font-size: 18px;
  }
  .blog-content {
    font-size: 18px;
    padding-bottom: 4em;
    padding-top: 4em;
  }
  header .container {
    height: 300px;
  }
  .about-content {
    font-size: 19px;
  }
  .about-content .block2 ul:first-child {
    width: 52%;
  }
  .about-content .block2 ul:last-child {
    width: 100%;
    padding: 0 20px;
  }
  .second-line .soc {
    display: none;
  }
  .menu {
    font-size: 19px;
  }
  .main-video .container {
    padding: 0;
  }
  .page-home .our-clients {
    padding-bottom: 52px;
  }
  .page-home .our-clients .container {
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e5;
  }
  .company {
    border: none;
    padding-bottom: 50px;
  }
  .company .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company-video {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 2em;
  }
  .company-video-title {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .company-video iframe {
    height: 54.6vw;
  }
  .company-profile {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-bottom: 1px solid #e1e1e5;
    padding-bottom: 1em;
  }
  .company-profile-text {
    padding-left: 0;
  }
  .services-list-block {
    width: 42%;
  }
  .services-list-block:nth-child(2) {
    padding-right: 40px;
  }
  .services-list-block:nth-child(4) {
    padding-right: 40px;
  }
  .projects-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .projects-list-block {
    margin: 0 10px 60px 10px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .projects-list-block a {
    margin-top: 0.5em;
  }
  .projects-list-block p {
    margin-top: 0.4em;
  }
  .footer-block {
    padding-bottom: 40px;
  }
  .footer-block::before {
    display: none;
  }
  .footer-block .container {
    position: relative;
  }
  .footer-block .links {
    margin-top: 2em;
    position: static;
    background-image: url(../img/links-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    max-width: none !important;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    box-sizing: border-box;
    padding: 20px 15px;
  }
  .footer-block .links::before {
    /*content: url(../img/links-bg.png)*/
    position: absolute;
    height: 300px;
    left: -15px;
    bottom: 0;
    z-index: -1;
  }
  .footer-block .form {
    max-width: none;
  }
  .footer-block .form-wrap .title {
    width: 100%;
  }
  .footer-block .form-wrap .submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .modal {
    width: 70%;
  }
  .gallery-sliders .slider-item iframe {
    height: 23vw;
  }
  .gallery-content .list-item {
    width: 50%;
  }
  .blog-content {
    font-size: 16px;
  }
  .blog-content .article-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .page-clients .our-clients h2 {
    font-size: 24px;
  }
  .clients-content {
    font-size: 19px;
  }
  .about-content {
    font-size: 19px;
    padding-bottom: 0;
  }

  .about-content .block1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .about-content .block1 .text {
    width: 100%;
    padding-bottom: 2.75em;
  }
  .about-content .block1 .image {
    padding: 0 26px;
    padding-bottom: 4.29em;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    background-color: #f6f7f2;
    position: relative;
  }
  .about-content .block1 .image img {
    margin: 0 5px 0 5px;
  }
  .about-content .block1 .image .about-left {
    position: absolute;
    left: 5px;
    top: 44%;
    display: block;
  }
  .about-content .block1 .image .about-left a {
    text-decoration: none;
    font-size: 30px;
    color: #3b729c;
  }
  .about-content .block1 .image .about-right {
    position: absolute;
    right: 5px;
    top: 44%;
    display: block;
  }
  .about-content .block1 .image .about-right a {
    text-decoration: none;
    font-size: 30px;
    color: #3b729c;
  }
  .about-content .block1 .image .title {
    margin-left: -26px;
    margin-right: -26px;
    background-color: #fff;
    display: block;
    border-top: 1px solid #e1e1e5;
    border-bottom: 1px solid #e1e1e5;
    font-size: 19.44px;
    color: #7b7979;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1.5em;
  }
  body {
    padding-bottom: 98px;
    padding-top: 147px;
  }
  .second-line .menu-main-container {
    max-height: -webkit-calc(100vh - 204px);
    max-height: calc(100vh - 204px);
  }
  .menu-btn {
    right: 10px;
  }
  .second-line {
    font-size: 18px;
  }
  .second-line .container {
    height: 106px;
  }
  footer {
    font-size: 24px;
  }
  .fixed-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14px;
  }
  .top-line {
    font-size: 13.89px;
    position: relative;
  }
  .top-line .container {
    height: 41px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-line .access {
    position: static;
  }
  .top-line .access > img {
    position: absolute;
    left: 15px;
  }
  .top-line .access .desk {
    display: none;
  }
  .top-line .access .resp {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
  }
  .second-line {
    border-bottom: none;
  }
  .menu {
    display: none;
  }
	.second-line .menu {display: block;}
	.second-line ul{list-style: none;}
  .company-profile-image {
    display: none;
  }
  .company-profile .resp {
    float: right;
    display: block;
    width: 35.15%;
    margin-left: 10px;
  }
  .company-profile-text {
    padding: 0;
    width: 100%;
  }
  .company-profile-text p {
    max-width: none;
    font-size: 19.44px;
  }
  .company-profile-text p::after {
    content: "";
    clear: both;
    display: table;
  }
  .company-video-title {
    text-align: center;
  }
  .services-list-block {
    width: 50%;
  }
  .footer-block .links {
    -webkit-background-size: auto 170%;
            background-size: auto 170%;
    background-position: left center;
  }
}

@media screen and (max-width: 560px) {
  .gallery-sliders h2 {
    text-align: center;
  }
  .gallery-content h2 {
    text-align: center;
  }
  .blog-content .article-descr-title {
    text-align: center;
    margin-top: 5px;
  }
  .blog-content .article-descr-text {
    text-align: center;
  }
  header .container {
    height: 200px;
  }
  .modal {
    width: 90%;
  }
  .modal .close a {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .gallery-content {
    font-size: 16px;
  }
  .gallery-content .wrap {
    padding: 0 15px;
  }
  .gallery-content .list-item {
    width: 100%;
  }
  .gallery-sliders {
    font-size: 16px;
  }
  .gallery-sliders .wrap {
    padding: 0 15px;
  }
  .gallery-sliders .slider-left {
    left: 2px;
  }
  .gallery-sliders .slider-left img {
    width: 15px;
  }
  .gallery-sliders .slider-right {
    right: 2px;
  }
  .gallery-sliders .slider-right img {
    width: 15px;
  }
  .gallery-sliders .slider-item iframe {
    height: 55vw;
  }
  .page-template-page-contact .footer-block .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: none;
  }
  .page-template-page-contact .footer-block .links .map {
    width: 100%;
    height: 150px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
  .page-template-page-contact .footer-block .links::before {
    height: 400px;
  }
  .blog-content .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-content .article-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .page-about header {
    background-image: url(../img/about-header-resp.png);
  }
  .page-clients header {
    background-image: url(../img/clients-header-resp.png);
  }
  header {
    font-size: 19.44px;
  }
  header .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 47px;
  }
  header h1 {
    font-size: 38px;
  }
  .about-content .block1 .text  h2{
    font-size: 1em;
  }
  .company {
    font-size: 16px;
    padding-top: 35px;
  }
  .company-profile-text .title {
    text-align: center;
  }
  .company-profile-text p {
    font-size: 16px;
  }
  .our-clients {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .our-clients .slider-item a {
    max-width: 80%;
  }
  .services {
    background-image: none;
  }
  .services-list {
    padding: 0;
  }
  .services-list-block {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .services-list-block:nth-child(n) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    border: none;
    padding: 0 5%;
  }
  .projects {
    padding: 25px 0;
  }
  .projects .container {
    position: relative;
  }
  .projects h2 {
    margin-bottom: 0;
  }
  .projects h3 {
    display: block;
  }
  .projects-left {
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .projects-left a {
    font-size: 25px;
    text-decoration: none;
    color: #3b729c;
  }
  .projects-right {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .projects-right a {
    font-size: 25px;
    text-decoration: none;

    color: #3b729c;
  }
  .projects-list {
    margin: 0;
  }
  .projects-list-block {
    margin-bottom: 0;

  }
  .footer-block {
    font-size: 17px;
    padding: 25px 0 0 0;
  }
  .footer-block .links::before {
    height: 250px;
  }
  .footer-block .form-wrap .title {
    font-size: 1.47em;
  }
  .footer-block .form-wrap .wpcf7-form-control-wrap {
    width: 100%;
  }
  .footer-block .form-wrap .submit input {
    width: 5em;
    height: 1.7em;
    line-height: 1.7em;
  }
  footer {
    padding-top: 0;
  }
  footer .container {
    display: none;
  }
  footer .copy {
    margin-top: 0;
    font-size: 13.89px;
    height: 25px;
    line-height: 25px;
  }
}

