::-moz-selection {
  background: 0 0;
  color: inherit;
}
::-webkit-selection {
  background: 0 0;
  color: inherit;
}
::selection {
  background: 0 0;
  color: inherit;
}
@font-face {
  font-family: EuropeExt;
  src: url(../fonts/EuropeExtBold.eot);
  src: local("EuropeExt Bold"), local("EuropeExtBold"),
    url(../fonts/EuropeExtBold.eot?#iefix) format("embedded-opentype"), url(../fonts/EuropeExtBold.woff) format("woff"),
    url(../fonts/EuropeExtBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  outline: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #061d49;
  min-height: 100vh;
}
button {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: inherit;
  display: inline-block;
}
.ex {
  font-family: EuropeExt;
}
.el-center {
  display: flex;
  justify-content: center;
}
.filter-open-mobile,
.first-screen-mobile-header,
.mobile-first-menu,
.mobile-header,
.mobile-menu,
.mobile-nav-wrapper {
  display: none;
}
.default-vertical-btn {
  text-decoration: none !important;
  position: relative;
  margin-bottom: 70px;
  margin-top: 13px;
}
.default-vertical-btn:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/arrowdwn.svg) no-repeat center/15px 9px;
  transition: background 0.4s ease-in-out;
}
.default-vertical-btn:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid #061d49;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  transition: box-shadow 0.4s ease-in-out;
  box-shadow: inset 0 0 0 #061d49;
}
.default-vertical-btn span {
  display: flex;
  flex-direction: column;
  height: 17px;
  overflow: hidden;
}
.default-vertical-btn span u {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #061d49;
  transition: margin 0.4s ease-in-out;
}
.default-vertical-btn span u:first-child {
  margin-top: -17px;
}
.default-vertical-btn:hover span u:first-child {
  margin-top: 0;
}
.default-vertical-btn:hover:after {
  background: url(../img/arrowdwnf.svg) no-repeat center/15px 9px;
}
.default-vertical-btn:hover:before {
  -moz-box-shadow: inset 0 58px 1px #061d49;
  -webkit-box-shadow: inset 0 58px 1px #061d49;
  box-shadow: inset 0 58px 1px #061d49;
}
.default-reverse-btn {
  text-decoration: none !important;
  position: relative;
  margin-bottom: 0;
  margin-top: 13px;
  padding-left: 70px;
}
.default-reverse-btn:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  top: -24px;
  left: 0;
  transform: rotate(90deg);
  background: url(../img/arrowdwn.svg) no-repeat center/15px 9px;
  transition: background 0.4s ease-in-out;
}
.default-reverse-btn:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid #061d49;
  top: -21px;
  left: 0;
  transform: translateX(0);
  transition: box-shadow 0.4s ease-in-out;
  box-shadow: inset 0 0 0 #061d49;
}
.default-reverse-btn span {
  display: flex;
  flex-direction: column;
  height: 17px;
  overflow: hidden;
}
.default-reverse-btn span u {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #061d49;
  transition: margin 0.4s ease-in-out;
}
.default-reverse-btn span u:first-child {
  margin-top: -17px;
}
.default-reverse-btn:hover span u:first-child {
  margin-top: 0;
}
.default-reverse-btn:hover:after {
  background: url(../img/arrowdwnf.svg) no-repeat center/15px 9px;
}
.default-reverse-btn:hover:before {
  box-shadow: inset -58px 0 1px #061d49;
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0) translateX(-50%);
  }
  to {
    transform: translate3d(0, 10px, 0) translateX(-50%);
  }
}
#home-preloader {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
#home-preloader.done {
  opacity: 0;
  visibility: hidden;
}
#home-preloader #preloader {
  max-width: 500px;
  max-height: 500px;
}
.main-menu {
  padding: 0 60px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(54, 62, 102, 0.1);
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 80;
  overflow: hidden;
  display: none;
}
.main-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu ul li a {
  display: inline-block;
  text-decoration: none !important;
  color: #9cadcd;
  font-size: 18px;
  line-height: 22px;
  transition: color 0.5s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 22px;
}
.main-menu ul li a u {
  text-decoration: none;
  transition: margin 0.5s ease-in-out;
}
.main-menu ul li a u:first-child {
  margin-top: -22px;
}
.main-menu ul li a:hover u:first-child {
  margin-top: 0;
}
.main-menu ul li a.active {
  color: #061d49;
}
.search-block {
  background: #fff;
  box-shadow: 0 10px 20px rgba(54, 62, 102, 0.1);
  position: fixed;
  height: 140px;
  left: 0;
  width: 100%;
  top: -145px;
  z-index: 80;
  padding: 0 60px 5px 60px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transition: top 0.6s ease-in-out, height 0.4s ease-in-out, padding 0.5s ease-in-out;
}
.search-block .close-search {
  line-height: 0;
  position: absolute;
  z-index: 1;
  right: 61px;
  top: 36px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
.search-block .close-search:hover {
  transform: scale(1.1);
}
.search-block .query {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 38px;
  font-size: 18px;
  border-bottom: 1px solid #cad0de;
  display: block;
  width: 100%;
  color: #061d49;
  margin-bottom: 26px;
  padding: 0;
}
.search-block .query::-webkit-input-placeholder {
  color: #9cadcd;
}
.search-block .query::-moz-placeholder {
  color: #9cadcd;
}
.search-block .query:-ms-input-placeholder {
  color: #9cadcd;
}
.search-block .query:-moz-placeholder {
  color: #9cadcd;
}
.search-block .search {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #061d49;
  border: none;
  background: 0 0;
  position: relative;
}
.search-block .search:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
  background-position: -20px;
}
.search-block .search:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
}
.search-block .search:hover:after {
  background-position: 20px;
}
.search-block .search:hover:before {
  background-position: 0;
}
.search-block form {
  width: 100%;
}
.search-block.active {
  top: 0;
  height: 240px;
  padding-bottom: 30px;
}
.first-screen-header {
  padding-left: 60px;
  background: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid transparent;
}
.first-screen-header.active {
  background: #fff;
  border-bottom: 1px solid #cad0de;
  z-index: 85;
}
.first-screen-header.active .flex .left .language a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none !important;
  color: #cad0de;
  transition: color 0.5s ease-in-out;
  margin-right: 17.5px;
}
.first-screen-header.active .flex .left .language a.active,
.first-screen-header.active .flex .left .language a:hover {
  color: #3d3c46;
}
.first-screen-header.active .flex .left .open-search {
  filter: contrast(0) brightness(0);
}
.first-screen-header.active .flex .right .email-contact-menu {
  filter: contrast(0) brightness(0);
}
.first-screen-header.active .flex .logo {
  visibility: visible;
  opacity: 1;
}
.first-screen-header .flex {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first-screen-header .flex .left {
  display: flex;
  align-items: center;
  width: 305px;
}
.first-screen-header .flex .left .language {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 122px;
}
.first-screen-header .flex .left .language a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none !important;
  color: #cad0de;
  transition: color 0.5s ease-in-out;
  margin-right: 17.5px;
}
.first-screen-header .flex .left .language a.active,
.first-screen-header .flex .left .language a:hover {
  color: #fff;
}
.first-screen-header .flex .left .open-search {
  cursor: pointer;
  transition: 0.5s ease-in-out;
  line-height: 0;
  filter: contrast(0) brightness(50);
}
.first-screen-header .flex .left .open-search:hover {
  transform: scale(1.1);
}
.first-screen-header .flex .logo {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.first-screen-header .flex .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 365px;
}
.first-screen-header .flex .right .email-contact-menu {
  cursor: pointer;
  transition: 0.5s ease-in-out;
  line-height: 0;
  margin-right: 181px;
  filter: contrast(0) brightness(50);
}
.first-screen-header .flex .right .email-contact-menu:hover {
  transform: scale(1.1);
}
.first-screen-header .flex .right .open-menu {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
.first-screen-header .flex .right .open-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 42px;
  height: 30px;
  color: #061d49;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.first-screen-header .flex .right .open-menu span:after,
.first-screen-header .flex .right .open-menu span:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #061d49;
  left: 0;
  width: 100%;
  z-index: 6;
  transition: transform 0.5s ease-in-out;
  line-height: 0;
  background: #061d49;
}
.first-screen-header .flex .right .open-menu span:before {
  top: 0;
}
.first-screen-header .flex .right .open-menu span:after {
  bottom: 0;
}
.first-screen-header .flex .right .open-menu span u {
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.first-screen-header .flex .right .open-menu span u:first-child {
  margin-top: -15px;
  visibility: hidden;
}
.first-screen-header .flex .right .open-menu span u:last-child {
  visibility: visible;
}
.first-screen-header .flex .right .open-menu span u:after,
.first-screen-header .flex .right .open-menu span u:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  left: 0;
  width: 100%;
}
.first-screen-header .flex .right .open-menu span u:before {
  top: 0;
}
.first-screen-header .flex .right .open-menu span u:after {
  bottom: 0;
}
.first-screen-header .flex .right .open-menu span:hover u:first-child {
  visibility: visible;
}
.first-screen-header .flex .right .open-menu span:hover u:last-child {
  margin-bottom: -30px;
  visibility: hidden;
}
.first-screen-header .flex .right .open-menu span.active u {
  visibility: hidden;
  opacity: 0;
}
.first-screen-header .flex .right .open-menu span.active:before {
  transform: rotate(41deg) translate(7px, 12px);
}
.first-screen-header .flex .right .open-menu span.active:after {
  transform: rotate(-40deg) translate(7px, -12px);
}
.first-screen-header .flex .right .contacts-wrapper {
  position: absolute;
  overflow: hidden;
  background: #fff;
  width: 330px;
  box-shadow: 0 45px 40px 20px rgba(27, 33, 64, 0.1);
  padding: 50px 30px 63px 30px;
  top: 100%;
  right: 70%;
  display: none;
}
.first-screen-header .flex .right .contacts-wrapper .col {
  margin-bottom: 45px;
}
.first-screen-header .flex .right .contacts-wrapper .col:last-child {
  margin-bottom: 0;
}
.first-screen-header .flex .right .contacts-wrapper .col .col-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #9a9baf;
  margin-bottom: 12px;
}
.first-screen-header .flex .right .contacts-wrapper .col a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #061d49;
  text-decoration: none !important;
  position: relative;
}
.first-screen-header .flex .right .contacts-wrapper .col a:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
  right: 0;
  transition: background 0.5s ease-in-out;
  top: 3px;
  background-position-x: -20px;
}
.first-screen-header .flex .right .contacts-wrapper .col a:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
  right: 0;
  transition: background 0.5s ease-in-out;
  top: 3px;
}
.first-screen-header .flex .right .contacts-wrapper .col a:hover:after {
  background-position-x: 20px;
}
.first-screen-header .flex .right .contacts-wrapper .col a:hover:before {
  background-position-x: 0;
}
.home-slider {
  background: #191822;
  display: flex;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  font-size: 0;
  color: #fff;
  position: relative;
  z-index: 20;
}
.home-slider .slide-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 2;
  cursor: pointer;
  line-height: 0;
  transition: bottom 0.5s ease-in-out;
  animation: bounce 0.65s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.home-slider .slide-down img {
	width:90px;
}
.home-slider .owl-carousel {
  width: 100%;
  font-size: 0;
}
.home-slider .owl-carousel .item {
  font-size: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-slider .owl-carousel .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .owl-carousel .owl-dots,
.home-slider .owl-carousel .owl-nav {
  display: none;
}
.home-slider .slide-content {
  width: 1460px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%;
  position: absolute;
  top: calc(50% + 95px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 32px;
}
.home-slider .slide-content .left .year {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  margin: 30px 0 0 0;
}
.home-slider .slide-content .right {
  margin-top: -9px;
  text-align: right;
}
.home-slider .slide-content .right .proj-count {
  font-size: 48px;
  line-height: 54px;
  text-align: right;
  letter-spacing: -0.21em;
  text-transform: uppercase;
  margin: 0;
}
.home-slider .slide-content .right .proj-count u {
  display: inline-block;
  text-decoration: none;
  margin: 0 11px;
}
.home-slider .slide-content .right .proj {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
/*.home-slider .owl-item .item img {
  transition: transform 7s ease-in-out;
  transform: scale(1.01);
}
.home-slider .owl-item.active .item img {
  transform: scale(1.3);
}*/
@keyframes leaves {
	0%  {
		transform: scale(1.01);
		-webkit-transform: scale(1.01);
	}
	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
	}
	
}
.home-slider .owl-item .item img  {
	animation: leaves 10s ease-in-out infinite alternate;
}
.header-top-height {
  height: 95px;
  margin-bottom: 60px;
  transition: 0.5s ease-in-out;
}
.header-top-height.active {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .header-top-height {
    display: none !important;
  }
}
.clone-header {
  margin-bottom: 194px;
  max-height: 95px;
  transition: margin 0.5s ease-in-out;
}
.clone-header.active {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .clone-header {
    display: none !important;
  }
}
header {
  padding: 0 60px;
  background: #fff;
  border-bottom: 1px solid #cad0de;
  position: relative;
  margin-bottom: 158px;
  transition: margin 0.5s ease-in-out;
}
header.fixed,
header.inside-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
header.unmenu {
  margin-bottom: 100px;
}
header .flex {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .flex .left {
  display: flex;
  align-items: center;
  width: 270px;
}
header .flex .left .language {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 122px;
}
header .flex .left .language a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none !important;
  color: #cad0de;
  transition: color 0.5s ease-in-out;
  margin-right: 17.5px;
}
header .flex .left .language a.active,
header .flex .left .language a:hover {
  color: #3d3c46;
}
header .flex .left .open-search-header {
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  line-height: 0;
}
header .flex .left .open-search-header:hover {
  transform: scale(1.1);
}
header .flex .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 270px;
}
header .flex .right .email-contact-menu-header {
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  line-height: 0;
  margin-right: 181px;
}
header .flex .right .email-contact-menu-header:hover {
  transform: scale(1.1);
}
header .flex .right .open-menu-header {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  position: relative;
}
header .flex .right .open-menu-header span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 42px;
  height: 30px;
  color: #061d49;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
header .flex .right .open-menu-header span:after,
header .flex .right .open-menu-header span:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #061d49;
  left: 0;
  width: 100%;
  z-index: 6;
  transition: transform 0.5s ease-in-out;
}
header .flex .right .open-menu-header span:before {
  top: 0;
}
header .flex .right .open-menu-header span:after {
  bottom: 0;
}
header .flex .right .open-menu-header span u {
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
header .flex .right .open-menu-header span u:first-child {
  margin-top: -15px;
}
header .flex .right .open-menu-header span u:after,
header .flex .right .open-menu-header span u:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  left: 0;
  width: 100%;
}
header .flex .right .open-menu-header span u:before {
  top: 0;
}
header .flex .right .open-menu-header span u:after {
  bottom: 0;
}
header .flex .right .open-menu-header span:hover u:last-child {
  margin-bottom: -30px;
}
header .flex .right .contacts-wrapper-header {
  position: absolute;
  overflow: hidden;
  background: #fff;
  width: 330px;
  box-shadow: 0 45px 40px 20px rgba(27, 33, 64, 0.1);
  padding: 50px 30px 63px 30px;
  top: 48px;
  left: -95%;
  display: none;
  z-index: 5;
}
header .flex .right .contacts-wrapper-header .col {
  margin-bottom: 45px;
}
header .flex .right .contacts-wrapper-header .col:last-child {
  margin-bottom: 0;
}
header .flex .right .contacts-wrapper-header .col .col-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #9a9baf;
  margin-bottom: 12px;
}
header .flex .right .contacts-wrapper-header .col a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #061d49;
  text-decoration: none !important;
  position: relative;
}
header .flex .right .contacts-wrapper-header .col a:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
  right: 0;
  transition: background 0.5s ease-in-out;
  top: 3px;
  background-position-x: -20px;
}
header .flex .right .contacts-wrapper-header .col a:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
  right: 0;
  transition: background 0.5s ease-in-out;
  top: 3px;
}
header .flex .right .contacts-wrapper-header .col a:hover:after {
  background-position-x: 20px;
}
header .flex .right .contacts-wrapper-header .col a:hover:before {
  background-position-x: 0;
}
header .main-menu-header {
  padding: 0 60px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(54, 62, 102, 0.1);
  position: absolute;
  width: 100%;
  top: 61px;
  z-index: 10;
  overflow: hidden;
  left: 0;
}
header .main-menu-header ul {
  padding: 0;
  list-style: none;
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-menu-header ul li a {
  display: inline-block;
  text-decoration: none !important;
  color: #9cadcd;
  font-size: 18px;
  line-height: 22px;
  transition: color 0.5s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 22px;
}
header .main-menu-header ul li a u {
  text-decoration: none;
  transition: margin 0.5s ease-in-out;
}
header .main-menu-header ul li a u:first-child {
  margin-top: -22px;
}
header .main-menu-header ul li a:hover u:first-child {
  margin-top: 0;
}
header .main-menu-header ul li a.active {
  color: #061d49;
}
header .search-block-header {
  background: #fff;
  box-shadow: 0 10px 20px rgba(54, 62, 102, 0.1);
  position: absolute;
  height: 140px;
  left: 0;
  width: 100%;
  top: -145px;
  z-index: 18;
  padding: 0 60px 5px 60px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transition: top 0.6s ease-in-out, height 0.4s ease-in-out, padding 0.5s ease-in-out;
}
header .search-block-header .close-search-header {
  line-height: 0;
  position: absolute;
  z-index: 1;
  right: 61px;
  top: 36px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
header .search-block-header .close-search-header:hover {
  transform: scale(1.1);
}
header .search-block-header .query {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 38px;
  font-size: 18px;
  border-bottom: 1px solid #cad0de;
  display: block;
  width: 100%;
  color: #061d49;
  margin-bottom: 26px;
  padding: 0;
}
header .search-block-header .query::-webkit-input-placeholder {
  color: #9cadcd;
}
header .search-block-header .query::-moz-placeholder {
  color: #9cadcd;
}
header .search-block-header .query:-ms-input-placeholder {
  color: #9cadcd;
}
header .search-block-header .query:-moz-placeholder {
  color: #9cadcd;
}
header .search-block-header .search {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #061d49;
  border: none;
  background: 0 0;
  position: relative;
}
header .search-block-header .search:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
  background-position: -20px;
}
header .search-block-header .search:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
}
header .search-block-header .search:hover:after {
  background-position: 20px;
}
header .search-block-header .search:hover:before {
  background-position: 0;
}
header .search-block-header form {
  width: 100%;
}
header .search-block-header.active {
  top: 0;
  height: 240px;
  padding-bottom: 30px;
}
main {
  display: block;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 25px;
  padding-bottom: 65px !important;
}
.flex-cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
.flex-cards .item {
  padding: 0 7.5px;
  width: 25%;
  margin-bottom: 15px;
}
.flex-cards .item .card {
  text-decoration: none !important;
  display: block;
  overflow:hidden;
}
.services-list .flex-cards .item .card {
	overflow:unset;
}
.flex-cards .item .card .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 40px 50px -20px rgba(27, 33, 64, 0.25);
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
  
}
.main-page .flex-cards .item .card .img-wrapper {
	height:300px;
}
.flex-cards .item .card .img-wrapper img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  object-fit:cover;
  height:100%;
}
.flex-cards .item .card .name {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #061d49;
  position: relative;
  bottom: 0;
  transition: bottom 0.5s ease-in-out;
}
.flex-cards .item .card .name:not(.ex) {
  display: flex;
  min-height: unset;
  height: 40px;
  color: #fff;
  background: #505d66;
  padding: 0 10px;
  align-items: center;
  font-size: 15px;
  line-height: 1.1;
  }
 .blog-list .flex-cards .item .card {
	 overflow:unset;
 } 
.blog-list .flex-cards .item .card .name {
	background:none;
	color:#061d49;
	padding:0;
	height:unset;
}
.flex-cards .item .card:hover .name {
  bottom: -5px;
}
.flex-cards .item .card:hover .img-wrapper {
  transform: scale(1.08);
}
.flex-cards .item .card:hover .img-wrapper img {
  transform: scale(1.08);
}
.cases-list .flex-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.cases-list .flex-heading .left {
  width: 40%;
}
.cases-list .flex-heading .left h1 {
  margin: 0;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: #061d49;
}
.cases-list .flex-heading .right {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.cases-list .flex-heading .right .select-imit {
  margin-right: 30px;
}
.cases-list .flex-heading .right .reset-filter {
  display: inline-block;
  padding-right: 73px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-decoration: none !important;
  color: #9cadcd;
  line-height: 60px;
  margin-left: 33px;
  background: 0 0;
  border: none;
}
.cases-list .flex-heading .right .reset-filter .icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid #cad0de;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph; /*IE*/
  filter: fliph; /*IE*/
}
.cases-list .flex-heading .right .reset-filter .icon svg {
  transition: 0.5s ease-in-out;
  fill: #9cadcd;
}
.cases-list .flex-heading .right .reset-filter:hover .icon svg {
  fill: #061d49;
  transform: rotate(90deg);
}
.cases-list .item {
  padding: 0 5px;
  width: 25%;
  margin-bottom: 58px;
}
.cases-list .item .card {
  text-decoration: none !important;
  display: block;
  overflow:hidden;
}
.cases-list .item .card .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 40px 50px -20px rgba(27, 33, 64, 0.25);
  margin-bottom: 28px;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.cases-list .item .card .img-wrapper img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.cases-list .item .card .name {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #061d49;
  position: relative;
  bottom: 0;
  transition: bottom 0.5s ease-in-out;
}
.cases-list .item .card:hover .name {
  bottom: -5px;
}
.cases-list .item .card:hover .img-wrapper {
  transform: scale(1.08);
}
.cases-list .item .card:hover .img-wrapper img {
  transform: scale(1.08);
}
.cases-list .flex-large-left-grid .right .item .card:hover .name,
.cases-list .flex-large-right-grid .right .item .card:hover .name {
  bottom: -5px;
}
.cases-list .flex-large-left-grid .right .item .card:hover .img-wrapper,
.cases-list .flex-large-right-grid .right .item .card:hover .img-wrapper {
  transform: scale(1.035);
}
.cases-list .flex-large-left-grid .right .item .card:hover .img-wrapper img,
.cases-list .flex-large-right-grid .right .item .card:hover .img-wrapper img {
  transform: scale(1.035);
}
.cases-list .flex-large-right-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.0309vw;
  margin-bottom: 60px;
}
.cases-list .flex-large-right-grid .left {
  width: 50%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.cases-list .flex-large-right-grid .left .item {
  width: 50%;
  margin-bottom: 0;
}
.cases-list .flex-large-right-grid .left .item:nth-child(n + 3) {
  margin-top: auto;
}
.cases-list .flex-large-right-grid .right {
  width: 50%;
}
.cases-list .flex-large-right-grid .right .item {
  width: 100%;
  margin-bottom: 0;
}
.cases-list .flex-large-left-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 -1.0309vw;
}
.cases-list .flex-large-left-grid .left {
  width: 50%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.cases-list .flex-large-left-grid .left .item {
  width: 50%;
  margin-bottom: 0;
}
.cases-list .flex-large-left-grid .left .item:nth-child(n + 3) {
  margin-top: auto;
}
.cases-list .flex-large-left-grid .right {
  width: 50%;
}
.cases-list .flex-large-left-grid .right .item {
  width: 100%;
  margin-bottom: 0;
}
.cases-list .flex-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 2px;
  margin: 0 -1.0309vw;
}
/**cases**/
.cases-items {
	margin:0 -5px;
}
.cases-items .small-img {
	display:inline-block;
	width:49.7%;
	vertical-align:top;
}
.cases-items .small-img .item{
	width: 49.75%;
	display:inline-block;
	vertical-align:top;
	margin-bottom: 15px;
}
.small-img .img-wrapper {
	height:180px;
}	
.small-img .img-wrapper img {
	object-fit:cover;
	width:100%;
	height:100%;
}

.cases-items .item:nth-child(n+3){
	margin-top: auto;
}
.cases-items .name {
	height:65px;
	line-height:1.2;
}
.cases-items .big-img {
	display:inline-block;
	width:49.64%;
	margin-left:-0.5px;
	vertical-align:top;
}
.cases-items .big-img .item .card .name, .cases-items .center-img .item .card .name, .cases-items .small-img .item .card .name {
	display:flex;
	min-height:unset;
	height:40px;
	color:#fff;
	background:#505d66;
	padding:0 10px;
	align-items:center;
	font-size:15px;
	line-height:1.1;
}
.cases-items .big-img .item{
	width: 100%;
	margin-bottom: 15px;
}
.cases-list .big-img .item .card:hover .img-wrapper {
    transform: scale(1.04);
}
.center-img .item {
	width: 24.73%;
	display:inline-block;
	vertical-align:top;
	margin-bottom: 15px;
}
.center-img .img-wrapper {
	height:180px;
}
.case-detail .flex-cards .item .card .img-wrapper {
	height:170px;
}
.big-img .img-wrapper {
	height:415px;
}
.big-img .img-wrapper img, .center-img .img-wrapper img, .case-detail .flex-cards .item .card .img-wrapper img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.center-img .item:nth-child(n+3){
	margin-top: auto;
}
.select-imit {
  position: relative;
  width: 240px;
}
.select-imit .select-head {
  cursor: pointer;
  padding: 0 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  border: 2px solid #cad0de;
  position: relative;
}
.select-imit .select-head:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 0;
  height: 2px;
  background: #061d49;
  transition: width 0.5s ease-in-out;
}
.select-imit .select-head span {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #061d49;
  width: 100%;
}
.select-imit .select-head span:after {
  height: 8px;
  width: 12px;
  content: "";
  position: absolute;
  background: url(../img/select-arrow.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}
.select-imit .select-head:hover:after {
  width: calc(100% + 4px);
}
.select-imit .select-head.active span:after {
  transform: translateY(-50%) rotate(180deg);
}
.select-imit .select-head.active:after {
  left: auto;
  right: 0;
  width: 0;
}
.select-imit .select-list {
  background: #fff;
  box-shadow: 0 40px 70px -10px rgba(27, 33, 64, 0.1);
  position: absolute;
  right: 0;
  top: calc(100% - 20px);
  padding: 30px 45px;
  white-space: nowrap;
  z-index: 10;
  overflow: hidden;
  display: none;
  min-width: 256px;
}
.select-imit .select-list a {
  display: block;
  margin-bottom: 18px;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  color: #9cadcd;
  transition: 0.5s ease-in-out;
  position: relative;
}
.select-imit .select-list a:last-child {
  margin-bottom: 0;
}
.select-imit .select-list a:before {
  height: 12px;
  width: 8px;
  content: "";
  position: absolute;
  background: url(../img/select-arr-left.svg) no-repeat center/contain;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease-in-out;
}
.select-imit .select-list a:hover {
  color: #061d49;
}
.select-imit .select-list a.active {
  color: #061d49;
}
.select-imit .select-list a.active:before {
  left: -17px;
}
.select-imit .selected-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9cadcd;
  margin-top: 15px;
  padding-left: 27px;
}
.case-detail {
  margin-top: -100px;
}
.case-detail .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}
.case-detail .slider-flex {
  display: flex;
  align-items: center;
  margin-bottom: 108px;
}
.case-detail .slider-flex .left {
  width: 67%;
  position: relative;
}
.case-detail .slider-flex .left #imageGallery img {
  width: 100%;

}
.case-detail .slider-flex .left .sldie-next,
.case-detail .slider-flex .left .sldie-prev {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 30px);
  transition: 0.5s ease-in-out;
  z-index: 99;
}
.case-detail .slider-flex .left .sldie-next img,
.case-detail .slider-flex .left .sldie-prev img {
  transition: 0.5s ease-in-out;
}
.case-detail .slider-flex .left .sldie-next:hover,
.case-detail .slider-flex .left .sldie-prev:hover {
  background: #061d49;
}
.case-detail .slider-flex .left .sldie-next:hover img,
.case-detail .slider-flex .left .sldie-prev:hover img {
  filter: contrast(0) brightness(50);
}
.case-detail .slider-flex .left .sldie-prev {
  position: absolute;
  left: 30px;
}
.case-detail .slider-flex .left .sldie-next {
  position: absolute;
  right: 30px;
}
.case-detail .slider-flex .left .lSAction > .lSNext,
.case-detail .slider-flex .left .lSAction > .lSPrev {
  display: none;
}
.case-detail .slider-flex .right {
  width: 33%;
  padding-left: 125px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}
.case-detail .slider-flex .right > div {
  width: 100%;
}
.case-detail .slider-flex .right h1 {
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #061d49;
  margin: 0 0 58px 0;
}
.case-detail .slider-flex .right h6 {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 20px;
}
.case-detail .slider-flex .right p {
  font-weight: 500;
  font-size: 14px;
  color: #6b7d9d;
  margin: 0 0 56px 0;
}
.case-detail .slider-flex .right .prop-grid {
  display: flex;
  flex-wrap: wrap;
}
.case-detail .slider-flex .right .prop-grid .prop {
  margin-bottom: 58px;
  width: 50%;
}
.case-detail .slider-flex .right .prop-grid .prop:nth-child(n + 3) {
  margin-bottom: 0;
}
.case-detail .slider-flex .right .prop-grid .prop .prop-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9cadcd;
  margin-bottom: 14px;
}
.case-detail .slider-flex .right .prop-grid .prop .prop-desc {
  font-size: 16px;
  line-height: 20px;
  color: #061d49;
}
.case-detail .container-1300 {
  max-width: 74.219vw;
  margin: 0 auto;
  padding: 0 60px;
}
.case-detail .container-1300 .heading {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061d49;
  margin-bottom: 50px;
}
.case-detail .container-1300 .flex-cards {
  margin: 0 -10px 40px;
}
.case-detail .container-1300 .flex-cards .item {
  width: 25%;
  padding: 0 7.5px;
}
.case-detail .container-1300.p-60 {
	max-width:100%;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.25;
  transition: 0.5s ease-in-out;
}
.lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.fixed-slide {
  padding: 55px 150px 10px;
  background: #fff;
  position: absolute;
  z-index: 101;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.fixed-slide .lSAction > .lSNext,
.fixed-slide .lSAction > .lSPrev {
  display: none;
}
.fixed-slide .sldie-next,
.fixed-slide .sldie-prev {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 30px);
  transition: 0.5s ease-in-out;
  z-index: 99;
}
.fixed-slide .sldie-next img,
.fixed-slide .sldie-prev img {
  transition: 0.5s ease-in-out;
}
.fixed-slide .sldie-next:hover,
.fixed-slide .sldie-prev:hover {
  background: #061d49;
}
.fixed-slide .sldie-next:hover img,
.fixed-slide .sldie-prev:hover img {
  filter: contrast(0) brightness(50);
}
.fixed-slide .sldie-prev {
  position: absolute;
  left: 30px;
}
.fixed-slide .sldie-next {
  position: absolute;
  right: 30px;
}
.fixed-slide.active {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 40px 70px -10px rgba(27, 33, 64, 0.1);
}
.fixed-slide #imageFixedGallery img {
  width: 100%;
}
.fixed-slide .close-slide {
  position: absolute;
  top: 25px;
  z-index: 5;
  line-height: 0;
  right: 40px;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
.fixed-slide .close-slide:hover {
  transform: scale(1.1);
}
.services-list {
  margin: 0 auto;
}
.services-list .flex-cards {
  margin: 0 -28px;
}
.services-list .flex-cards .item {
  padding: 0 28px;
  width: 33.333333%;
}
.services-list .flex-cards .item .card .img-wrapper {
  margin-bottom: 58px;
}
.services-list .flex-cards .item .card .name {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061d49;
  margin-bottom: 58px;
}
.services-list .flex-cards .item .card .preview-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #6b7d9d;
  margin-bottom: 48px;
}
.services-list .flex-cards .item .card .more {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  color: #061d49;
  text-decoration: none !important;
  position: relative;
}
.services-list .flex-cards .item .card .more:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
  background-position-x: -20px;
}
.services-list .flex-cards .item .card .more:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
}
.services-list .flex-cards .item .card .more:hover {
  color: #061d49;
}
.services-list .flex-cards .item .card .more:hover:after {
  background-position-x: 20px;
}
.services-list .flex-cards .item .card .more:hover:before {
  background-position-x: 0;
}
.default-container {
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}
.about-page .top-flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}
.about-page .top-flex .left {
  box-shadow: 0 40px 50px -20px rgba(27, 33, 64, 0.25);
  width: 40%;
  line-height: 0;
}
.about-page .top-flex .left img {
  width: 100%;
}
.about-page .top-flex .right {
  width: 60%;
  padding-left: 60px;
}
.about-page .top-flex .right h1 {
  margin: 0;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: #061d49;
}
.about-page .top-flex .right p {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #6b7d9d;
}
.about-page .top-flex .right .default-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  color: #061d49;
  text-decoration: none !important;
  position: relative;
}
.about-page .top-flex .right .default-link:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
  background-position-x: -20px;
}
.about-page .top-flex .right .default-link:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
  right: -35px;
  transition: background 0.5s ease-in-out;
  top: 2px;
}
.about-page .top-flex .right .default-link:hover:after {
  background-position-x: 20px;
}
.about-page .top-flex .right .default-link:hover:before {
  background-position-x: 0;
}
.about-page .top-flex .right .squares-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
}
.about-page .top-flex .right .squares-flex .col {
  height: 110px;
  border: 1px solid #cad0de;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24%;
}
.about-page .top-flex .right .squares-flex .col p {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #061d49;
  margin-bottom: 14px;
}
.about-page .top-flex .right .squares-flex .col span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #061d49;
}
.about-page .license-slide {
  margin: 0 -10px;
  position: relative;
}
.about-page .license-slide .license-heding {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061d49;
  margin-bottom: 50px;
  padding-left: 10px;
}
.about-page .license-slide .owl-carousel .item {
  padding: 10px 10px 30px 10px;
}
.about-page .license-slide .owl-carousel .item img {
  box-shadow: 0 13px 30px -17px rgba(27, 33, 64, 0.15);
  transition: box-shadow 0.5s;
}
.about-page .license-slide .owl-carousel .item a {
  display: inline-block;
}
.about-page .license-slide .owl-carousel .item a:hover img {
  box-shadow: none;
}
.about-page .license-slide .owl-next,
.about-page .license-slide .owl-prev {
  display: none;
}
.about-page .license-slide .owl-next-imit,
.about-page .license-slide .owl-prev-imit {
  width: 56px;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50%);
  transition: 0.5s ease-in-out;
  z-index: 99;
  border: 2px solid #cad0de;
}
.about-page .license-slide .owl-next-imit img,
.about-page .license-slide .owl-prev-imit img {
  transition: 0.5s ease-in-out;
}
.about-page .license-slide .owl-next-imit:hover,
.about-page .license-slide .owl-prev-imit:hover {
  background: #061d49;
  border-color: #061d49;
}
.about-page .license-slide .owl-next-imit:hover img,
.about-page .license-slide .owl-prev-imit:hover img {
  filter: contrast(0) brightness(50);
}
.about-page .license-slide .owl-prev-imit {
  position: absolute;
  left: 0px;
}
.about-page .license-slide .owl-next-imit {
  position: absolute;
  right: 0px;
}
.blog-list .flex-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.blog-list .flex-heading .left {
  width: 40%;
}
.blog-list .flex-heading .left h1 {
  margin: 0;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: #061d49;
}
.blog-list .flex-heading .right {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.blog-list .flex-heading .right .select-imit {
  margin-right: 30px;
}
.blog-list .flex-heading .right .reset-filter {
  display: inline-block;
  padding-right: 73px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-decoration: none !important;
  color: #9cadcd;
  line-height: 60px;
  margin-left: 33px;
  background: 0 0;
  border: none;
}
.blog-list .flex-heading .right .reset-filter .icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid #cad0de;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-list .flex-heading .right .reset-filter .icon svg {
  transition: 0.5s ease-in-out;
  fill: #9cadcd;
}
.blog-list .flex-heading .right .reset-filter:hover .icon svg {
  fill: #061d49;
  transform: rotate(90deg);
}
.blog-list .flex-cards .item {
  width: 33.333333%;
  margin-bottom: 98px;
}
.blog-list .flex-cards .item .desc {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #6b7d9d;
  margin-top: 28px;
}
.blog-detail .container-900 {
  max-width: 46.89vw;
  margin: 0 auto;
}
.blog-detail .container-900 h1 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061d49;
  margin: 0;
}
.blog-detail .container-900 .section-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9cadcd;
  margin-bottom: 8px;
}
.blog-detail .container-900 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.blog-detail .container-900 p {
  margin-top: 40px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #6b7d9d;
}
.blog-detail .blog-list-page-head {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061d49;
  margin-bottom: 60px;
}
.career-tab {
  margin-bottom: 30px;
}
.career-tab.active {
  background: #fff;
  box-shadow: 0 20px 50px -20px rgba(27, 33, 64, 0.2);
}
.career-tab .career-tab-header {
  border: 1px solid #cad0de;
  padding: 42px 50px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:#fff;
}
.career-tab .career-tab-header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 0;
  height: 2px;
  background: #061d49;
  transition: width 0.5s ease-in-out;
}
.career-tab .career-tab-header:hover:after {
  width: calc(100% + 2px);
}
.career-tab .career-tab-header .col-f {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061d49;
  width: 55%;
}
.career-tab .career-tab-header .col-m {
  width: 20%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #061d49;
}
.career-tab .career-tab-header .col-l {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.career-tab .career-tab-header .col-l span {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #9cadcd;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  overflow: hidden;
  height: 22px;
}
.career-tab .career-tab-header .col-l span u {
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.career-tab .career-tab-header .col-l span u:first-child {
  margin-top: -22px;
}
.career-tab .career-tab-header .col-l span:after {
  height: 8px;
  width: 12px;
  content: "";
  position: absolute;
  background: url(../img/select-arrow.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}
.career-tab .career-tab-header.active {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.career-tab .career-tab-header.active:after {
  left: auto;
  right: 0;
  width: 0;
}
.career-tab .career-tab-header.active .col-l span u:first-child {
  margin-top: 0;
}
.career-tab .career-tab-header.active span:after {
  transform: translateY(-50%) rotate(180deg);
}
.career-tab .career-tab-footer {
  border-top: 1px solid #cad0de;
  
}
.career-tab .career-tab-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-tab .career-tab-footer .date {
  font-size: 14px;
  line-height: 20px;
  color: #6b7d9d;
  font-weight:400;
}
.career-tab .career-tab-footer .resume-link {
  margin: 0 70px 0 0;
  padding: 0;
  display: block;
  cursor:pointer;
}
.career-tab .career-tab-footer .resume-link.default-reverse-btn:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  top: -21px;
  right: -70px;
  left: auto;
  transform: rotate(0);
  background: url(../img/next-slede.svg) no-repeat center/17px 15px;
  transition: filter 0.5s ease-in-out;
}
.career-tab .career-tab-footer .resume-link.default-reverse-btn:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid #061d49;
  top: -21px;
  right: -70px;
  left: auto;
  transform: translateX(0);
  transition: box-shadow 0.5s;
  box-shadow: inset 0 0 0 #061d49;
}
.career-tab .career-tab-footer .resume-link:hover.default-reverse-btn:after {
  filter: contrast(0) brightness(50);
}
.career-tab .career-tab-footer .resume-link:hover.default-reverse-btn:before {
  box-shadow: inset 58px 0 1px #061d49;
}
.career-tab .tab-vis {
  display: none;
}
.career-tab .tab-vis .career-tab-content {
  padding: 42px 50px 10px;
  background:#fff;
}
.career-tab .tab-vis .career-tab-content .flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.career-tab .tab-vis .career-tab-content .flex .col {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career-tab .tab-vis .career-tab-content .flex .col .head {
  margin: 0 0 18px 0;
}
.career-tab .tab-vis .career-tab-content .flex .col ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #6b7d9d;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.career-tab .tab-vis .career-tab-content .flex .col ul li {
  position: relative;
  padding: 0 0 0 22px;
}
.career-tab .tab-vis .career-tab-content .flex .col ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 9px;
  background: #061d49;
}
.career-tab .tab-vis .career-tab-content .flex .col.cont-col {
  justify-content: flex-start;
}
.career-tab .tab-vis .career-tab-content .flex .col.cont-col .contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 58px;
}
.career-tab .tab-vis .career-tab-content .flex .col.cont-col .contacts .head-conact {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #9a9baf;
  margin: 0 0 17px 0;
}
.career-tab .tab-vis .career-tab-content .flex .col.cont-col .contacts a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #061d49;
}
.career-tab .tab-vis .career-tab-footer {
  padding: 22px 50px;
  background:#fff;
}
.sent-vacancy {
	margin-left:50px;
}
.sent-vacancy .form, .modal-content .form {
	margin:auto;
	max-width:600px;
	margin-top:0 !important;
}
.sent-vacancy .form .title {
	margin-bottom:20px;
	font-size:18px;
}
.modal-content .form .title {
	font-size:18px;
	margin-bottom:5px;
}
.sent-vacancy .form .subtitle {
	font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #6b7d9d;
    margin-bottom:10px;
}
.modal-content .form .subtitle {
	font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #6b7d9d;
    margin-bottom:20px;
}
.sent-vacancy .form input {
	border:1px solid #061d49;
	padding:5px 15px;
	color:#061d49;
	font-weight:500;
}
.sent-vacancy .form input, .modal-content .form input {
	border:1px solid #061d49;
	padding:10px 15px;
	color:#061d49;
	font-weight:500;
	width:100%;
	font-family:Montserrat, sans-serif;
	margin-bottom:20px;
}
.modal-content .form textarea {
	border:1px solid #061d49;
	padding:10px 15px;
	color:#061d49;
	font-weight:500;
	width:100%;
	font-family:Montserrat, sans-serif;
	margin-bottom:20px;
	height:100px;
}
.sent-vacancy .form .flex, .modal-content .form .flex {
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #061d49;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #061d49;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #061d49;
}
:-moz-placeholder { /* Firefox 18- */
  color: #061d49;
}
.form .images {
    width:220px;
	margin-top:7px;
}
.images .pic {
    background: transparent;
    align-self: center;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
    border:2px solid #061d49;
	background:#061d49;
    position: relative;
	font-size:13px;
	width:190px;
	color:#fff;
}
.sent-vacancy .form input[type=file], .modal-content .form input[type=file] {
    display: none;
}
.file-container {
    position: relative;
	font-size:11px;
	color: #9a9baf;
}
.form .images .subtitle {
	margin-top:10px;
}
.files_names {
    width: 220px;
    overflow-y: auto;
	margin-top:5px;
	line-height:1;
}
.delete-file-btn {
	cursor:pointer;
}
.sent-vacancy .form .default-reverse-btn, .modal-content .form .default-reverse-btn {
	margin: 0 70px 0 0;
    padding: 0;
    display: block;
    cursor: pointer;
	position:relative;
}
.sent-vacancy .form input[type=submit], .modal-content .form input[type=submit] {
	border:none;
	background:none;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	cursor:pointer;
	padding:0;
	margin-bottom:0;
}
.sent-vacancy .form .default-reverse-btn:before, .modal-content .form .default-reverse-btn:before {
	right:-70px;
	left:unset;
	top:0;
}
.sent-vacancy .form .default-reverse-btn:after, .modal-content .form .default-reverse-btn:after {
	right:-70px;
	left:unset;
	top:0;
	transform:rotate(0);
    background: url(../img/next-slede.svg) no-repeat center/17px 15px;
    transition: filter 0.5s ease-in-out;
}
.sent-vacancy .default-reverse-btn:hover:before, .modal-content .default-reverse-btn:hover:before {
    box-shadow: inset 58px 0 1px #061d49;
}
.sent-vacancy .form .default-reverse-btn:hover:after, .modal-content .form .default-reverse-btn:hover:after {
    filter: contrast(0) brightness(50);
}
.career-tab-footer-top .contacts {
	margin-bottom:0 !important;
}
.career-tab-footer-top .contacts .head-conact {
	margin-bottom:0;
}
.career-tab-footer-top .contacts .head-conact a {
	font-size:15px;
	font-weight:600;
}
.form .default-reverse-btn span {
	height:19px;
	margin-top:22px;
}
.modal {
	display:none;
}

.contacts-page .flex-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-page .flex-top .left {
  width: calc(100% - 670px);
}
.contacts-page .flex-top .left h1 {
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: #061d49;
  margin-bottom: 50px;
  margin-top:0;
}
.contacts-page .flex-top .right {
  box-shadow: 0 40px 50px -20px rgba(27, 33, 64, 0.25);
  width: 670px;
  line-height: 0;
}
.contacts-page .flex-top .right img {
  width: 100%;
}
.contacts-page .felx-col-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 30px;
}
.contacts-page .felx-col-wrapper .colssez {
  width: 50%;
}
.contacts-page .felx-col-wrapper .col {
  width: 100%;
  margin-bottom: 48px;
}
.contacts-page .felx-col-wrapper .col p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9a9baf;
  margin-bottom: 17px;
}
.contacts-page .felx-col-wrapper .col .cont {
  font-size: 16px;
  line-height: 20px;
  color: #061d49;
}
.contacts-page .felx-col-wrapper .col .cont a {
  text-decoration: none !important;
  color: #061d49;
}
.contacts-page #map {
  height: 600px;
  margin-top: 50px;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: invert(0) grayscale(100%) brightness(100%);
  -moz-filter: invert(0) grayscale(100%) brightness(100%);
  -o-filter: invert(0) grayscale(100%) brightness(100%);
  filter: invert(0) grayscale(100%) brightness(100%);
  opacity: 0.7;
}
header .flex .right .contacts-wrapper-header,
header .search-block-header {
  z-index: 16;
}
header .main-menu-header ul li a {
  text-transform: uppercase;
}
.fixed-slide.active {
  z-index: 120;
}
.fixed-slide .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}
.fixed-slide #imageFixedGallery img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 150.13px);
}
#imageGallery:hover {
	cursor:zoom-in;
}
@media (max-width: 767px) {
  
  
}
@media (min-width: 1200px) {
  .services-list {
    min-height: calc(100vh - 390px);
    display: flex;
  }
}
.about-page .license-slide .owl-carousel .item a {
  width: 100%;
}
.scroll-up {
  position: fixed;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 60px;
  bottom: -100px;
  width: 56px;
  height: 56px;
  border: 2px solid #cad0de;
  transition: 0.4s ease-in-out;
  box-shadow: inset 0 0 0 #061d49;
  cursor: pointer;
  z-index: 20;
}
.scroll-up img {
  transition: filter 0.4s ease-in-out;
}
.scroll-up:hover {
  box-shadow: inset 0 -56px 1px #061d49;
  border-color: #061d49;
}
.scroll-up:hover img {
  filter: contrast(0) brightness(50);
}
.scroll-up.active {
  bottom: 60px;
}
.case-detail .slider-flex .left #imageGallery li.right {
  width: 100%;
  padding: 0;
  display: block;
}
.language .open-search-mobile, .language .open-search-first-mobile {
	margin-bottom:25px;
}
.first-screen-mobile-header .back {
	opacity:0;
}
.first-screen-mobile-header.active .back {
	opacity:1;
}
.cases-list .small-img .item .card .img-wrapper, .cases-list .big-img .item .card .img-wrapper, .cases-list .center-img .item .card .img-wrapper {
	margin-bottom:0;
}
.vacancy-page {
	background:#d6dadf;
}
.about-page .top-flex .left img {
	object-fit:cover;
	height:100%;
}
.about-page .blog-detail .container-900 {
	max-width:70vw;
}
@media only screen and (min-width:2700px) {
	.center-img .img-wrapper, .small-img .img-wrapper {
		height:420px;
	}
	.big-img .img-wrapper {
		height:945px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:325px;
	}
	.contacts-page .flex-top .right {
		width:40%;
		max-height:550px;
		overflow:hidden;
	}
	.contacts-page .flex-top .left {
		width: calc(100% - 40%);
	}
}
@media only screen and (max-width:2699px) and (min-width:1700px) {
	.center-img .img-wrapper, .small-img .img-wrapper {
		height:300px;
	}
	.big-img .img-wrapper {
		height:655px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:240px;
	}
	.case-detail .p-60 .flex-cards .item .card .img-wrapper {
		height:300px;
	}
	.about-page .top-flex .left {
		height:493px;
	}
	.contacts-page .flex-top .right {
		width:40%;
		max-height:570px;
		overflow:hidden;
	}
	.contacts-page .flex-top .left {
		width: calc(100% - 40%);
	}
}

@media only screen and (max-width:2100px) {
	.cases-items .small-img .item {
		width: 49.72%;
	}
	.center-img .item {
		width: 24.7%;
	}
}
@media only screen and (max-width:1920px) and (min-width:1700px) {
	.center-img .img-wrapper, .small-img .img-wrapper, .main-page .flex-cards .item .card .img-wrapper, .case-detail .p-60 .flex-cards .item .card .img-wrapper {
		height:260px;
	}
	.big-img .img-wrapper {
		height:575px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:210px;
	}
	.cases-items .small-img .item {
		width: 49.6%;
	}
	.center-img .item {
		width: 24.68%;
	}
	.about-page .top-flex .left {
		height:550px;
	}
}
@media only screen and (max-width:1699px) and (min-width:1400px) {
	.center-img .img-wrapper, .small-img .img-wrapper, .main-page .flex-cards .item .card .img-wrapper, .case-detail .p-60 .flex-cards .item .card .img-wrapper {
		height:200px;
	}
	.big-img .img-wrapper {
		height:455px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:180px;
	}
	.center-img .item {
		width: 24.65%;
	}
	.cases-items .small-img .item {
		width: 49.61%;
	}
	.about-page .top-flex .left {
		height:580px;
	}
}
@media only screen and (max-width:1399px) {
	.cases-items .small-img .item {
		width: 49.5%;
	}
	.center-img .item {
		width: 24.62%;
	}
	.main-page .flex-cards .item .card .img-wrapper, .case-detail .p-60 .flex-cards .item .card .img-wrapper {
		height:180px;
	}
	.about-page .top-flex .left {
		height:536px;
	}
}
@media (max-width: 1700px) {
  .case-detail .slider-flex .right {
    padding-left: 60px;
    padding-top: 100px;
  }
  .case-detail .slider-flex .right .prop-grid .prop,
  .case-detail .slider-flex .right h1,
  .case-detail .slider-flex .right p {
    margin-bottom: 34px;
  }
}
@media (max-width: 1530px) {
  .about-page .license-slide .owl-next-imit {
    right: -48px;
  }
  .about-page .license-slide .owl-prev-imit {
    left: -48px;
  }
}
@media (max-width: 1500px) {
  .default-container,
  .services-list {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  
  .cases-list .item .card .name,
  .flex-cards .item .card .name {
    font-size: 15px;
  }
  .case-detail .slider-flex .right {
    padding-top: 100px;
  }
  .case-detail .slider-flex .right .prop-grid .prop,
  .case-detail .slider-flex .right h1,
  .case-detail .slider-flex .right h6,
  .case-detail .slider-flex .right p {
    margin-bottom: 20px;
  }
  .case-detail .slider-flex .right p {
    line-height: 20px;
  }
  .case-detail .slider-flex .left {
    width: 60%;
  }
  .case-detail .slider-flex .right {
    width: 40%;
  }
  .about-page .top-flex .right {
    padding-left: 50px;
  }
  .about-page .top-flex .right p {
    line-height: 130%;
  }
  
}
@media (max-width: 1199px) {
	.sent-vacancy {
		margin-left: 0;
	}
  .home-slider .slide-content .left {
    width: 70%;
  }
  .home-slider .slide-content .left img {
    max-width: 100%;
  }
  .home-slider .slide-content .right {
    width: 30%;
  }
  .flex-cards .item {
    width: 33.333333%;
  }
  .first-screen-header .flex .left .language,
  header .flex .left .language {
    margin-right: 90px;
  }
  .first-screen-header .flex .right .email-contact-menu,
  header .flex .right .email-contact-menu-header {
    margin-right: 150px;
  }
  header .flex .left,
  header .flex .right {
    width: 235px;
  }
  .first-screen-header {
    padding-left: 30px;
  }
  .home-slider .slide-content,
  .main-menu,
  .search-block,
  header,
  header .main-menu-header,
  header .search-block-header,
  main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-block .close-search,
  header .search-block-header .close-search-header {
    right: 30px;
  }
  .cases-list .flex-heading .left {
    width: 30%;
  }
  .cases-list .flex-heading .right {
    width: 70%;
  }
  .case-detail .slider-flex {
    display: block;
  }
  .case-detail .slider-flex .left {
    width: 100%;
  }
  .case-detail .slider-flex .right {
    width: 100%;
    padding-top: 80px;
  }
  .case-detail .slider-flex .right .prop-grid .prop {
    width: 25%;
    padding-top: 40px;
  }
  .case-detail .slider-flex .right .prop-grid .prop,
  .case-detail .slider-flex .right h1,
  .case-detail .slider-flex .right h6,
  .case-detail .slider-flex .right p {
    margin-bottom: 40px;
  }
  .case-detail .slider-flex .right {
    padding: 60px 30px 0 30px;
  }
  .case-detail .container-1300 {
    padding: 0 30px;
  }
  .case-detail .container-1300 .flex-cards .item {
    padding: 0 15px;
  }
  .case-detail .container-1300 .flex-cards {
    margin: 0 -15px;
  }
  .case-detail .container-1300 .flex-cards {
    margin-bottom: 30px;
  }
  .fixed-slide {
    padding: 55px 60px;
  }
  .fixed-slide .sldie-prev {
    left: 0;
  }
  .fixed-slide .sldie-next {
    right: 0;
  }
  .fixed-slide .close-slide {
    right: 20px;
  }
  .services-list .flex-cards .item {
    padding: 0 15px;
  }
  .services-list .flex-cards {
    margin: 0 -15px;
  }
  .services-list .flex-cards .item .card .img-wrapper,
  .services-list .flex-cards .item .card .name,
  .services-list .flex-cards .item .card .preview-text {
    margin-bottom: 28px;
  }
  .services-list .flex-cards .item .card .name {
    font-size: 18px;
    line-height: 20px;
  }
  .about-page .license-slide .owl-next-imit,
  .about-page .license-slide .owl-prev-imit {
    display: none;
  }
  .about-page .license-slide .owl-carousel .owl-stage {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .about-page .license-slide .owl-carousel .owl-item {
    width: 25% !important;
  }
  .about-page .top-flex {
    display: block;
  }
  .about-page .top-flex .right {
    width: 100%;
    padding: 0;
  }
  .about-page .top-flex .left {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
  }
  .about-page .top-flex .left img {
    height: 100%;
    object-fit: cover;
  }
  .blog-list .flex-cards .item .desc br {
    display: none;
  }
  .career-tab .tab-vis .career-tab-content .flex {
    display: block;
  }
  .career-tab .tab-vis .career-tab-content .flex .flex {
	  display:flex;
  }
  .career-tab .tab-vis .career-tab-content .flex .col {
    width: 100%;
    max-width: 100%;
  }
  .career-tab .tab-vis .career-tab-content .flex .col.cont-col .contacts {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .contacts-page .flex-top .right {
    width: 500px;
  }
  .contacts-page .flex-top .left {
    width: calc(100% - 500px);
    padding-right: 30px;
  }
  .contacts-page .flex-top .left h1 {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .contacts-page .felx-col-wrapper .col {
    margin-bottom: 25px;
  }
  .case-detail .container-1300 {
    max-width: 1420px;
  }
  .services-list {
    max-width: 1611px;
  }
  .default-container {
    max-width: 1360px;
  }
  .blog-detail .container-900 {
    max-width: 900px;
  }
  .case-detail .flex-cards .item .card .img-wrapper {
		height:240px;
	}
	.about-page .blog-detail .container-900 {
		max-width: 900px;
	}
}
@media only screen and (max-width:1100px) {
	.cases-items .small-img .item {
		width: 49.35%;
	}
	.center-img .item {
		width: 24.6%;
	}
}
@media (max-width: 1024px) {
  .home-slider .owl-carousel .item img {
    width: 100vw;
  }
  .cases-list .cases-items .small-img {
		width: 49.3%;
	}

	.cases-list .cases-items .small-img .item {
		width: 49.3%;
	}

	.cases-list .cases-items .small-img .item .img-wrapper {
		height: 150px;
	}

	.cases-list .cases-items .big-img .item .img-wrapper {
		height: 355px;
	}

	.cases-list .cases-items .center-img .item {
		width: 24.4%;
	}

	.cases-list .cases-items .center-img .item .img-wrapper, .main-page .flex-cards .item .card .img-wrapper, .case-detail .p-60 .flex-cards .item .card .img-wrapper {
		height: 150px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:190px;
	}
}
@media (max-width: 991px) {
  .first-screen-header .flex .left .language,
  header .flex .left .language {
    margin-right: 50px;
  }
  .first-screen-header .flex .right .email-contact-menu,
  header .flex .right .email-contact-menu-header {
    margin-right: 110px;
  }
  .fixed-slide #imageFixedGallery img {
    height: auto;
  }
  header .flex .left,
  header .flex .right {
    width: 190px;
  }
  .flex-cards .item .card .name {
    font-size: 14px;
  }

  .flex-cards .item {
    margin-bottom: 15px;
  }
  .first-screen-header .flex .right .open-menu {
    width: 90px;
    height: 90px;
  }
  .first-screen-header .flex {
    height: 90px;
  }
  .home-slider .slide-content .right .proj-count {
    font-size: 45px;
  }
  .home-slider .slide-content .right .proj {
    font-size: 15px;
  }
  .home-slider .slide-content .left .year {
    color: #fff;
    margin: 22px 0 0 0;
  }
  .home-slider .slide-content .left {
    width: 65%;
  }
  .home-slider .slide-content .right {
    width: 35%;
  }
  .first-screen-header .flex .right .contacts-wrapper .col .col-heading {
    margin-bottom: 8px;
  }
  .first-screen-header .flex .right .contacts-wrapper .col {
    margin-bottom: 30px;
  }
  .first-screen-header .flex .right .contacts-wrapper {
    padding: 43px 30px 50px 30px;
  }
  .home-slider .slide-down,
  .home-slider .slide-down:hover {
    bottom: 30px;
  }
  .main-menu ul li a,
  header .main-menu-header ul li a {
    font-size: 14px;
  }
  .main-menu {
    top: 90px;
  }
  .search-block.active,
  header .search-block-header.active {
    height: 200px;
  }
  .cases-list .item .card .name {
    font-size: 14px;
  }
  .cases-list .item .card .img-wrapper {
    margin-bottom: 20px;
  }
  .cases-list .flex-heading {
    display: block;
  }
  .cases-list .flex-heading .left {
    width: 100%;
    margin-bottom: 35px;
  }
  .cases-list .flex-heading .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cases-list .flex-heading {
    margin-bottom: 35px;
  }
  .cases-list .flex-heading .right .reset-filter {
    margin-left: auto;
  }
  .cases-list .flex-large-right-grid,
  .cases-list .item {
    margin-bottom: 38px;
  }
  .case-detail .slider-flex .left .sldie-next,
  .case-detail .slider-flex .left .sldie-prev {
    width: 50px;
    height: 50px;
  }
  .case-detail .slider-flex .right .prop-grid .prop {
    width: 50%;
    padding-top: 0;
  }
  .case-detail .container-1300 .heading {
    margin-bottom: 40px;
  }
  .case-detail .slider-flex {
    margin-bottom: 88px;
  }
  .services-list .flex-cards .item .card .name {
    font-size: 16px;
    line-height: 18px;
  }
  .services-list .flex-cards .item .card .preview-text {
    line-height: 1.4;
  }
  .contacts-page .flex-top {
    flex-direction: column-reverse;
  }
  .contacts-page .flex-top .left {
    width: 100%;
    padding: 58px 0 0 0;
  }
  .contacts-page .flex-top .right {
    width: 100%;
  }
  .case-detail .flex-cards .item .card .img-wrapper {
		height:160px;
	}
}
@media (max-width: 767px) {
  .flex-cards .item {
    width: 50%;
  }
  .search-block .close-search,
  header .search-block-header .close-search-header {
    right: 20px;
  }
  .home-slider .slide-content,
  .main-menu,
  .search-block,
  header,
  header .main-menu-header,
  header .search-block-header,
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-cards .item {
    padding: 0 7.5px;
  }
  .flex-cards {
    margin: 0 -7.5px;
  }
  .flex-cards .item .card .name {
    font-size: 12px;
  }
 
  main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-slider .slide-content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding-left: 37px;
    padding-right: 37px;
    height: 100%;
  }
  .home-slider .slide-content .left {
    width: 100%;
  }
  .home-slider .slide-content .right {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 78px;
    left: 0;
  }
  .home-slider .slide-content .right .proj-count {
    text-align: center;
  }
  header {
    visibility: hidden;
    position: absolute;
    z-index: -99;
    width: 100%;
    overflow: hidden;
  }
  .first-screen-header {
    display: none;
  }
  .home-slider .slide-down {
    z-index: 7;
  }
  .home-slider .slide-content .left .year {
    font-size: 16px;
    margin-top: 19px;
  }
  .home-slider .slide-content .right .proj-count {
    font-size: 24px;
    line-height: 27px;
    padding-right: 7px;
  }
  .home-slider .slide-content .right .proj-count u {
    margin: 0 6px;
  }
  .home-slider .slide-content .right .proj {
    font-size: 10px;
    line-height: 12px;
  }
  .default-vertical-btn span u {
    font-size: 12px;
  }
  .default-vertical-btn:after {
    width: 46px;
    height: 46px;
    background: url(../img/arrowdwn.svg) no-repeat center/12px 7px;
  }
  .default-vertical-btn:hover:after {
    width: 46px;
    height: 46px;
    background: url(../img/arrowdwnf.svg) no-repeat center/12px 7px;
  }
  .default-vertical-btn:before {
    width: 42px;
    height: 42px;
  }
  .default-vertical-btn {
    margin-bottom: 56px;
    margin-top: 42px;
  }
  .mobile-header {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #cad0de;
    background: #fff;
    position: relative;
    z-index: 10;
  }
  .mobile-header .flex {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-header .flex .open-search-mobile {
    cursor: pointer;
    line-height: 0;
  }
  .mobile-header .flex .logo {
    display: block;
    max-width: 145px;
    line-height: 0;
  }
  .mobile-header .flex .logo img {
    max-width: 100%;
  }
  .mobile-header .flex .open-menu-mobile {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    position: relative;
  }
  .mobile-header .flex .open-menu-mobile span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 34px;
    height: 25px;
    color: #061d49;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .mobile-header .flex .open-menu-mobile span:after,
  .mobile-header .flex .open-menu-mobile span:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #061d49;
    left: 0;
    width: 100%;
    z-index: 6;
    transition: transform 0.5s ease-in-out;
  }
  .mobile-header .flex .open-menu-mobile span:before {
    top: 0;
  }
  .mobile-header .flex .open-menu-mobile span:after {
    bottom: 0;
  }
  .mobile-header .flex .open-menu-mobile span u {
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  .mobile-header .flex .open-menu-mobile span u:first-child {
    margin-top: -11px;
  }
  .mobile-header .flex .open-menu-mobile span u:after,
  .mobile-header .flex .open-menu-mobile span u:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    left: 0;
    width: 100%;
  }
  .mobile-header .flex .open-menu-mobile span u:before {
    top: 0;
  }
  .mobile-header .flex .open-menu-mobile span u:after {
    bottom: 0;
  }
  .mobile-header .flex .open-menu-mobile span:hover u:last-child {
    margin-bottom: -24px;
  }
  .mobile-header .flex .open-menu-mobile span.active u {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-header .flex .open-menu-mobile span.active:before {
    transform: rotate(41deg) translate(3px, 12px);
  }
  .mobile-header .flex .open-menu-mobile span.active:after {
    transform: rotate(-40deg) translate(3px, -12px);
  }
  .mobile-nav-wrapper {
    display: block;
    position: relative;
  }
  .mobile-first-menu,
  .mobile-menu {
    display: block;
    position: absolute;
    z-index: 7;
    background: #fff;
    height: 812px;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 66px;
    display: none;
  }
  .mobile-first-menu .left,
  .mobile-menu .left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-first-menu .left .language,
  .mobile-menu .left .language {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 122px;
  }
  .mobile-first-menu .left .language a,
  .mobile-menu .left .language a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none !important;
    color: #cad0de;
    transition: color 0.5s ease-in-out;
    margin-bottom: 25px;
  }
  .mobile-first-menu .left .language a.active,
  .mobile-first-menu .left .language a:hover,
  .mobile-menu .left .language a.active,
  .mobile-menu .left .language a:hover {
    color: #3d3c46;
  }
  .mobile-first-menu .left ul,
  .mobile-menu .left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
  }
  .mobile-first-menu .left ul li,
  .mobile-menu .left ul li {
    margin-bottom: 32px;
  }
  .mobile-first-menu .left ul li:last-child,
  .mobile-menu .left ul li:last-child {
    margin-bottom: 0;
  }
  .mobile-first-menu .left ul li a,
  .mobile-menu .left ul li a {
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #061d49;
  }
  .mobile-first-menu .left ul li a u,
  .mobile-menu .left ul li a u {
    text-decoration: none;
  }
  .mobile-first-menu .right .open-mobile-contact,
  .mobile-menu .right .open-mobile-contact {
    width: 60px;
    height: 60px;
    line-height: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #061d49;
    cursor: pointer;
    transition: bottom 0.5s ease-in-out;
  }
  .mobile-first-menu .right .open-mobile-contact.active,
  .mobile-menu .right .open-mobile-contact.active {
    bottom: 294px;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile,
  .mobile-menu .right .contacts-wrapper-mobile {
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding: 40px 20px;
    height: fit-content;
    border-top: 1px solid #cad0de;
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col,
  .mobile-menu .right .contacts-wrapper-mobile .col {
    margin-bottom: 45px;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col:last-child,
  .mobile-menu .right .contacts-wrapper-mobile .col:last-child {
    margin-bottom: 0;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col .col-heading,
  .mobile-menu .right .contacts-wrapper-mobile .col .col-heading {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: #9a9baf;
    margin-bottom: 9px;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col a,
  .mobile-menu .right .contacts-wrapper-mobile .col a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #061d49;
    text-decoration: none !important;
    position: relative;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col a:before,
  .mobile-menu .right .contacts-wrapper-mobile .col a:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
    right: 0;
    transition: background 0.5s ease-in-out;
    top: 3px;
    background-position-x: -20px;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col a:after,
  .mobile-menu .right .contacts-wrapper-mobile .col a:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
    right: 0;
    transition: background 0.5s ease-in-out;
    top: 3px;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col a:hover:after,
  .mobile-menu .right .contacts-wrapper-mobile .col a:hover:after {
    background-position-x: 20px;
  }
  .mobile-first-menu .right .contacts-wrapper-mobile .col a:hover:before,
  .mobile-menu .right .contacts-wrapper-mobile .col a:hover:before {
    background-position-x: 0;
  }
  .search-block-mobile {
    background: #fff;
    box-shadow: 0 10px 20px rgba(54, 62, 102, 0.1);
    position: absolute;
    height: 140px;
    left: 0;
    width: 100%;
    top: -145px;
    z-index: 18;
    padding: 0 20px 5px 20px;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    transition: top 0.6s ease-in-out, height 0.4s ease-in-out, padding 0.5s ease-in-out;
  }
  .search-block-mobile .close-search-mobile {
    line-height: 0;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 26px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .search-block-mobile .close-search-mobile:hover {
    transform: scale(1.1);
  }
  .search-block-mobile .query {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #cad0de;
    display: block;
    width: 100%;
    color: #061d49;
    margin-bottom: 26px;
    padding: 0;
  }
  .search-block-mobile .query::-webkit-input-placeholder {
    color: #9cadcd;
  }
  .search-block-mobile .query::-moz-placeholder {
    color: #9cadcd;
  }
  .search-block-mobile .query:-ms-input-placeholder {
    color: #9cadcd;
  }
  .search-block-mobile .query:-moz-placeholder {
    color: #9cadcd;
  }
  .search-block-mobile .search {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #061d49;
    border: none;
    background: 0 0;
    position: relative;
  }
  .search-block-mobile .search:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(../img/icon-email-arrow-blue.svg) no-repeat center/contain;
    right: -35px;
    transition: background 0.5s ease-in-out;
    top: 2px;
    background-position: -20px;
  }
  .search-block-mobile .search:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(../img/icon-email-arrow.svg) no-repeat center/contain;
    right: -35px;
    transition: background 0.5s ease-in-out;
    top: 2px;
  }
  .search-block-mobile .search:hover:after {
    background-position: 20px;
  }
  .search-block-mobile .search:hover:before {
    background-position: 0;
  }
  .search-block-mobile form {
    width: 100%;
  }
  .search-block-mobile.active {
    top: 0;
    height: 190px;
    padding-bottom: 30px;
  }
  .first-screen-mobile-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: background 0.5s ease-in-out;
  }
  .first-screen-mobile-header .mobile-first-header {
    display: block;
    padding-left: 20px;
    padding-right: 0;
    background: 0 0;
    position: relative;
    border-bottom: 1px solid transparent;
    z-index: 10;
  }
  .first-screen-mobile-header .mobile-first-header .flex {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-search-first-mobile {
    cursor: pointer;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .first-screen-mobile-header .mobile-first-header .flex .logo {
    display: block;
    max-width: 145px;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .first-screen-mobile-header .mobile-first-header .flex .logo img {
    max-width: 100%;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    position: relative;
    background: #fff;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 34px;
    height: 25px;
    color: #061d49;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:after,
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #061d49;
    left: 0;
    width: 100%;
    z-index: 6;
    transition: transform 0.5s ease-in-out;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:before {
    top: 0;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:after {
    bottom: 0;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u {
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u:first-child {
    margin-top: -11px;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u:after,
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    left: 0;
    width: 100%;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u:before {
    top: 0;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u:after {
    bottom: 0;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:hover u:last-child {
    margin-bottom: -24px;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span.active u {
    visibility: hidden;
    opacity: 0;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span.active:before {
    transform: rotate(41deg) translate(3px, 12px);
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span.active:after {
    transform: rotate(-40deg) translate(3px, -12px);
  }
  .first-screen-mobile-header.active {
    background: #fff;
  }
  .first-screen-mobile-header.active .mobile-first-header {
    border-bottom: 1px solid #cad0de;
  }
  .first-screen-mobile-header.active .mobile-first-header .flex .logo,
  .first-screen-mobile-header.active .mobile-first-header .flex .open-search-first-mobile {
    visibility: visible;
    opacity: 1;
  }
  .mobile-first-menu {
    padding-top: 0;
    top: 61px;
    z-index: 100;
    height: 748px;
  }
  .search-block.active {
    z-index: 100;
  }
  .search-block .query {
    font-size: 16px;
    line-height: 36px;
  }
  .search-block.active {
    height: 190px;
  }
  .mobile-first-menu .left ul li a,
  .mobile-menu .left ul li a {
    white-space: nowrap;
  }
  .search-block .close-search {
    top: 26px;
  }
  .cases-list .flex-heading .left h1 {
    font-size: 24px;
    line-height: 27px;
    color: #061d49;
  }
  main {
    overflow: hidden;
  }
  .filter-open-mobile {
    cursor: pointer;
    width: 46px;
    height: 46px;
    border: 1px solid #cad0de;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: 0.5s ease-in-out;
    background: #fff;
    right: 0;
    top: -9px;
  }
  .filter-open-mobile span {
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    color: #061d49;
    top: 16px;
    left: -60px;
    transition: opacity 0.6s ease-in-out;
  }
  .filter-open-mobile.active {
    right: 256px;
    z-index: 95;
    top: -30px;
  }
  .filter-open-mobile.active span {
    transition: 0s;
    opacity: 0;
  }
  .cases-list .flex-heading .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .cases-list .flex-heading .right {
    position: absolute;
    min-height: 100vh;
    width: 0;
    overflow: hidden;
    padding: 0;
    background: #fff;
    z-index: 90;
    display: block;
    box-shadow: -15px 0 20px -10px rgba(27, 33, 64, 0.15);
    top: 0;
    right: 0;
    transition: 0.5s ease-in-out;
  }
  .cases-list .flex-heading .right.active {
    width: 276px;
    padding: 50px 20px;
  }
  .select-imit .select-list {
    display: block !important;
    position: static !important;
    box-shadow: none;
    transition: 0s !important;
    height: 100% !important;
    padding: 0 0 0 28px !important;
  }
  .cases-list .flex-heading .right .reset-filter {
    display: none;
  }
  .select-imit .selected-item {
    display: none;
  }
  .select-imit .select-head {
    cursor: text;
    padding: 0;
    height: auto;
    border: none;
  }
  .select-imit {
    width: 100%;
  }
  .select-imit .select-head span:after {
    display: none;
  }
  .select-imit .select-head:after {
    display: none;
  }
  .cases-list .flex-heading .right .select-imit {
    margin: 0 0 58px 0;
  }
  .select-imit .select-head span {
    font-size: 16px;
    line-height: 20px;
  }
  .select-imit .select-head {
    margin-bottom: 28px;
    padding-left: 28px;
  }
  .select-imit .select-list a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .cases-list .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cases-list .flex-grid,
  .cases-list .flex-large-left-grid,
  .cases-list .flex-large-right-grid {
    margin: 0 -7.5px;
  }
  .cases-list .flex-large-left-grid,
  .cases-list .flex-large-right-grid {
    display: block;
  }
  .cases-list .flex-large-left-grid .left,
  .cases-list .flex-large-left-grid .right,
  .cases-list .flex-large-right-grid .left,
  .cases-list .flex-large-right-grid .right {
    width: 100%;
  }
  .cases-list .flex-grid .item {
    width: 50%;
  }
  .cases-list .item .card .name {
    font-size: 12px;
    line-height: 15px;
  }
  .cases-list .item .card .img-wrapper {
    margin-bottom: 14px;
  }
  .cases-list .item {
    margin-bottom: 15px !important;
  }
  .cases-items .big-img .item .card .name, .cases-items .center-img .item .card .name, .cases-items .small-img .item .card .name {
	  height:50px;
  }
  .case-detail .slider-flex .left .sldie-next,
  .case-detail .slider-flex .left .sldie-prev {
    display: none;
  }
  .case-detail .slider-flex .right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-detail .slider-flex .right .prop-grid .prop,
  .case-detail .slider-flex .right h1,
  .case-detail .slider-flex .right h6,
  .case-detail .slider-flex .right p {
    margin-bottom: 30px;
  }
  .case-detail .slider-flex .right h6 {
    font-size: 14px;
    line-height: 17px;
  }
  .case-detail .slider-flex .right .prop-grid .prop .prop-name {
    font-size: 10px;
    line-height: 12px;
  }
  .case-detail .slider-flex .right .prop-grid .prop .prop-desc {
    font-size: 14px;
    line-height: 17px;
  }
  .case-detail .slider-flex .right h1 {
    font-size: 16px;
  }
  .case-detail .container-1300 {
    padding: 0 20px;
  }
  .case-detail .container-1300 .flex-cards .item {
    padding: 0 4px 0 3.5px;
    width: 50%;
  }
  .default-reverse-btn span u {
    font-size: 12px;
  }
  .default-reverse-btn:after {
    width: 46px;
    height: 46px;
  }
  .default-reverse-btn:before {
    width: 42px;
    height: 42px;
  }
  .default-reverse-btn:after {
    top: -16px;
  }
  .default-reverse-btn:before {
    top: -15px;
  }
  .default-reverse-btn {
    margin-top: 0;
    padding-left: 60px;
  }
  .case-detail .slider-flex .right .prop-grid .prop .prop-name {
    margin-bottom: 10px;
  }
  .fixed-slide .sldie-next,
  .fixed-slide .sldie-prev {
    display: none;
  }
  .fixed-slide {
    padding: 60px 0 10px 0;
  }
  .fixed-slide .close-slide {
    top: 17px;
  }
  .services-list .flex-cards {
    margin: 0 -15px;
  }
  .services-list .flex-cards .item {
    padding: 0 7.5px;
    width: 100%;
    margin-bottom: 88px;
  }
  .services-list .flex-cards .item:last-child {
    margin-bottom: 0;
  }
  .services-list .flex-cards .item .card .img-wrapper,
  .services-list .flex-cards .item .card .name,
  .services-list .flex-cards .item .card .preview-text {
    margin-bottom: 38px;
  }
  .main-menu {
    display: none !important;
  }
  .about-page .license-slide .owl-carousel .item {
    padding: 5px 5px 20px 5px;
  }
  .about-page .license-slide .owl-carousel .owl-item {
    width: 33.333333% !important;
  }
  .about-page .license-slide {
    margin: 0 -5px;
  }
  .about-page .license-slide .license-heding {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  .about-page .top-flex .right h1 {
    font-size: 24px;
    line-height: 27px;
	margin-bottom:40px;
  }
  .about-page .top-flex .right p {
    margin-top: 38px;
    margin-bottom: 36px;
  }
  .about-page .top-flex .right .squares-flex {
    margin-top: 41px;
    flex-wrap: wrap;
  }
  .about-page .top-flex .right .squares-flex .col {
    width: 49%;
    margin-bottom: 7px;
  }
  .about-page .top-flex {
    margin-bottom: 78px;
  }
  .about-page .top-flex .right .squares-flex .col p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-page .top-flex .right .squares-flex .col span {
    font-size: 10px;
  }
  .about-page .top-flex .left {
    height: auto;
  }
  .blog-list .flex-cards .item {
    width: 100%;
    margin-bottom: 58px;
  }
  .blog-list .flex-cards .item .desc {
    margin-top: 20px;
  }
  .blog-detail .container-900 h1 {
    font-size: 16px;
    line-height: 130%;
  }
  .blog-detail .container-900 p {
    font-size: 14px;
    line-height: 170%;
    color: #6b7d9d;
    margin-top: 38px;
    margin-bottom: 58px;
  }
  .blog-detail .container-900 .section-name {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .blog-detail .blog-list-page-head {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 38px;
  }
  .career-tab .career-tab-header,
  .career-tab .tab-vis .career-tab-content,
  .career-tab .tab-vis .career-tab-footer {
    padding: 25px 20px;
  }
  .career-tab .career-tab-header {
    flex-direction: column;
  }
  .career-tab .career-tab-header .col-f {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }
  .career-tab .career-tab-header .col-m {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    margin-top: 14px;
    margin-bottom: 25px;
  }
  .career-tab .career-tab-header .col-l {
    width: 100%;
  }
  .career-tab .career-tab-header .col-l span {
    font-size: 14px;
  }
  .career-tab .tab-vis .career-tab-content .flex .col .head {
    font-size: 16px;
    line-height: 20px;
  }
  .career-tab .tab-vis .career-tab-content .flex .col.cont-col .contacts .head-conact {
    margin-bottom: 10px;
  }
  .career-tab {
    margin-bottom: 20px;
  }
  .career-tab .career-tab-footer .resume-link.default-reverse-btn:after {
    width: 46px;
    height: 46px;
  }
  .career-tab .career-tab-footer .resume-link.default-reverse-btn:before {
    width: 42px;
    height: 42px;
  }
  .career-tab .career-tab-footer .resume-link {
    margin-right: 56px;
    white-space: nowrap;
  }
  .career-tab .career-tab-footer .resume-link.default-reverse-btn:after,
  .career-tab .career-tab-footer .resume-link.default-reverse-btn:before {
    right: -56px;
    top: -15px;
  }
  .career-tab .career-tab-footer .resume-link.default-reverse-btn:after {
    top: -14px;
  }
  .contacts-page .flex-top .left h1 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 38px;
  }
  .contacts-page .felx-col-wrapper .col {
    margin-bottom: 37px;
    width: 100%;
  }
  .contacts-page .felx-col-wrapper .col p {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 15px;
  }
  .contacts-page #map {
    margin-top: 30px;
  }
  .contacts-page #map {
    margin-bottom: -40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .header-top-mobile-height {
    height: 66px;
  }
  .home-page-mobile-header.fixed,
  .inside-page-mobile-header {
    position: fixed;
    z-index: 110;
    left: 0;
    top: 0;
    width: 100%;
  }
  .cases-list .flex-heading .right.active {
    z-index: 120;
  }
  .scroll-up {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .scroll-up.active {
    bottom: 20px;
  }
  .mobile-header .flex .open-menu-mobile span u:after,
  .mobile-header .flex .open-menu-mobile span u:before {
    border-width: 4.2px;
  }
  .home-page-mobile-header.fixed.absolute,
  .inside-page-mobile-header.absolute {
    position: absolute;
  }
  .mobile-first-menu,
  .mobile-menu {
    max-height: 100vh;
  }
  .case-detail .slider-flex {
    margin-top: 100px;
  }
  .contacts-page .felx-col-wrapper {
    padding: 0;
  }
  .contacts-page .felx-col-wrapper .colssez {
    width: 100%;
  }
  .about-page .license-slide .owl-carousel .owl-stage {
    width: 100%;
  }
  .about-page .top-flex .right .squares-flex .col span {
    font-size: 12px;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span u:first-child {
    visibility: hidden;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:hover u:first-child {
    visibility: visible;
  }
  .first-screen-mobile-header .mobile-first-header .flex .open-menu-first-mobile span:hover u:last-child {
    visibility: hidden;
  }
  .cases-list .flex-large-left-grid {
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cases-list .cases-items .small-img {
		width: 100%;
	}

	.cases-list .cases-items .small-img .item {
		width: 49.3%;
	}

	.cases-list .cases-items .small-img .item .img-wrapper {
		height: 220px;
	}

	.cases-list .cases-items .small-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .big-img {
		width: 100%;
	}

	.cases-list .cases-items .big-img .item .img-wrapper {
		height: 470px;
	}

	.cases-list .cases-items .big-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .center-img .item {
		width: 49.3%;
	}

	.cases-list .cases-items .center-img .item .img-wrapper {
		height: 220px;
	}

	.cases-list .cases-items .center-img .item .name {
		min-height: 35px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:220px;
	}
	.home-slider .slide-content {
		top:50%;
	}
	.career-tab .career-tab-footer-top {
		display:block;
	}
	.career-tab .career-tab-footer-top .date {
		margin-top:5px;
	}
	.flex-cards .item .card .name:not(.ex) {
		font-size:12px;
	}
	.main-page .flex-cards .item .card .img-wrapper {
		height:unset
	}
	.projects-page .cases-list .item {
		padding-left: 2.5px;
		padding-right: 0.5px;
	}
	.cases-list .item {
		margin-bottom: 10px !important;
	}
	.projects-page .cases-items {
		margin: 0 -2.5px;
	}
	.projects-page main {
		padding-top: 30px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:30px;
	}
	.about-page main, .contacts-page main, .main-page main {
		padding:0 0px 30px !important;
	}
	.about-page .top-flex .right {
		padding: 0 20px;
	}
	.contacts-page .flex-top .left {
		padding-left:20px;
		padding-right:20px;
	}
	.about-page .license-slide .license-heding {
		padding: 0 25px;
	}
	.license-slide .owl-carousel {
		margin: 0 20px !important;
		width: calc(100% - 40px) !important;
	}
	.projects-page .cases-list .left {
		width:unset;
		margin-left:20px;
		margin-right:20px;
	}
	.case-detail .p-60 .flex-cards {
		margin:0 -22px 40px;
	}
	.home-slider .slide-down img {
		width:unset;
	}
	.main-page .flex-cards .item {
		padding: 0 4px;
		margin-bottom:9px;
	}
	.main-page .flex-cards {
		margin: 0 -1px;
	}
	.main-page .flex-cards .item .card .img-wrapper {
		height: 160px;
	}
	.flex-cards .item .card .img-wrapper img {
		object-fit:cover;
		height:100%;
	}
	.flex-cards .item {
		margin-bottom: 9px;
	}
	.home-slider .slide-down {
		left:50%;
		transform:unset;
	}
	.case-detail .container-1300.p-60 {
		padding:0 20px !important;
	}
	
}
.contacts-page .felx-col-wrapper .col .cont {
  height: 43px;
}
.main-menu ul li a {
  text-transform: uppercase;
}
.about-page .top-flex .right div {
  line-height: 24px;
  margin-bottom: 10px;
}
.about-page .top-flex .right .ex {
  margin-bottom: 50px;
}
.about-page .top-flex .right .default-link {
  display: inline-block;
  margin-top: 30px;
}
.about-page .top-flex .right .squares-flex {
  margin-bottom: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
  height: 100%;
}

.lSSlideOuter  .lslide {
  display: flex;
  align-items: center;
}

.lSSlideOuter .lSPager.lSGallery {
  display: flex;
  margin-left: auto;
  margin-right: auto;

}

.lSSlideOuter .lSPager.lSGallery li {
  height: 62px;
}

.lSSlideOuter .lSPager.lSGallery li a {
 height: 62px;
}

.lSSlideOuter .lSPager.lSGallery li a img {
  object-fit: cover;
  height: 62px;
}
.back {
	cursor:pointer;
	min-width:35px;
	width:35px;
}
.back img {
	max-width:100%;
	width:30px;
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px !important;
}

.career-tab .tab-vis .career-tab-content .flex .col > div {
  margin-bottom: 30px;
}

.head-conact {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #6b7d9d;
  margin: 0 0 17px 0;
}

.contacts a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #061d49;
}
.license-slide .owl-carousel {
	margin:0 60px;
	width:calc(100% - 120px);
}


@media only screen and (min-width:1600px) and (max-width:1024px){
	.case-detail .slider-flex {
		align-items:flex-start;
	}
}
@media only screen and (min-width:1600px) {
	.slider-flex #imageGallery {
		height: calc(-126px + 100vh) !important;
	}
	.case-detail .slider-flex .left #imageGallery img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
}
@media only screen and (min-width:1024px) and (max-width:1599px) {
	.slider-flex #imageGallery {
		height: calc(-126px + 100vh) !important;
	}
	.case-detail .slider-flex .left #imageGallery img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.services-list .flex-cards {
		margin: 0 -28px;
	}
}

@media only screen and (min-width:1024px) {
	
	.fixed-slide.active {
		height:100vh;
	}
	.cases-list.blog-list .flex-heading {
		margin-bottom:50px;
	}
}
@media only screen (max-width:1023px) and (min-width:768px) {
	.flex-cards .item .card .name:not(.ex) {
		height:60px;
	}
}
@media only screen and (min-width:768px) {
	.home-slider {
		margin-bottom:40px;
	}
}

@media (max-width: 480px) {
	.cases-list .cases-items .small-img .item .img-wrapper {
		height: 140px;
	}

	.cases-list .cases-items .small-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .big-img .item .img-wrapper {
		height: 320px;
	}

	.cases-list .cases-items .big-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .center-img .item .img-wrapper {
		height: 140px;
	}

	.cases-list .cases-items .center-img .item .name {
		min-height: 35px;
	}
	.case-detail .flex-cards .item .card .img-wrapper {
		height:140px;
	}
	.sent-vacancy .form .default-reverse-btn, .modal-content .form .default-reverse-btn {
		margin: 0 40px 0 0;
	}
	.sent-vacancy .form .default-reverse-btn:before, .modal-content .form .default-reverse-btn:before {
		right: -40px;
	}
	.sent-vacancy .form .default-reverse-btn:after, .modal-content .form .default-reverse-btn:after {
		right: -40px;
	}
	.sent-vacancy .form input[type=submit], .modal-content .form input[type=submit] {
		font-size:12px;
	}
	.sent-vacancy .form {
		max-width:100%;
		margin-bottom:0 !important;
	}
	.head-conact {
		text-align:left;
	}
	.career-tab-footer-top .contacts .head-conact span {
		display:block;
		margin-top:5px;
	}
	.sent-vacancy .form .title {
		font-size:16px;
	}
	.form .default-reverse-btn span {
		padding-right:15px;
		margin-top:15px;
	}
	.fancybox-content {
		padding:20px !important;
	}
	.form .images {
		width: 160px;
	}
	.images .pic {
		padding:10px 5px;
	}
	.cases-items .big-img .item .card .name, .cases-items .center-img .item .card .name, .cases-items .small-img .item .card .name {
		font-size:12px;
		padding:0 7px;
	}
	.advice-page .block-ajax .cases-items .item .name, .advice-page-in .flex-cards .item .card .name:not(.ex) {
		min-height: 65px;
		margin-top: -20px;
	}
}

@media (max-width: 406px) {
	.cases-list .cases-items .small-img .item {
		width: 49.1%;
	}

	.cases-list .cases-items .small-img .item .img-wrapper {
		height: 120px;
	}

	.cases-list .cases-items .small-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .big-img .item .img-wrapper {
		height: 280px;
	}

	.cases-list .cases-items .big-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .center-img .item {
		width: 49.1%;
	}

	.cases-list .cases-items .center-img .item .img-wrapper, .case-detail .flex-cards .item .card .img-wrapper  {
		height: 125px;
	}

	.cases-list .cases-items .center-img .item .name {
		min-height: 35px;
	}
	
}
@media (max-width:375px) {
	.career-tab .tab-vis .career-tab-content .flex .flex, .modal-content .form .flex {
		display:block;
		margin-top:8px;
		height:100px;
	}
	.sent-vacancy .form .default-reverse-btn {
		margin: 25px 40px 0 0;
		max-width: 120px;
		float: right;
	}
	.modal-content .form .default-reverse-btn {
		margin: -15px 40px 0 0;
		max-width: 120px;
		float: right;
	}
}
@media (max-width: 360px) {
	.cases-list .cases-items .small-img .item .img-wrapper {
		height: 95px;
	}

	.cases-list .cases-items .small-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .big-img .item .img-wrapper {
		height: 250px;
	}

	.cases-list .cases-items .big-img .item .name {
		min-height: 35px;
	}

	.cases-list .cases-items .center-img .item .img-wrapper, .case-detail .flex-cards .item .card .img-wrapper  {
		height: 95px;
	}

	.cases-list .cases-items .center-img .item .name {
		min-height: 35px;
	}
	.advice-page .block-ajax .cases-items .item .name, .advice-page-in .flex-cards .item .card .name:not(.ex) {
		min-height: 70px;
		margin-top: -20px;
	}
}
