@charset "UTF-8";
@import url(../libs/styles/libs.min.css);
@import url(../libs/styles/bootstrap/bootstrap.css);
@import url(../libs/styles/swiper/swiper.css);
@import url(../libs/styles/aos/aos.css);
@import url(font-awesome.css);
@import url(lightgallery.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Montserrat', sans-serif;
}

.menuShown {
  z-index: -1;
}

.wrapper {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  z-index: 2;
}

aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  background: #001f41;
  z-index: 10;
}

aside .menuBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  height: 100vh;
}

aside .menuBlock__item a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

aside .menuBlock__item a:hover {
  opacity: 0.5;
}

aside .menuBlock__item .lang a {
  position: relative;
  text-transform: uppercase;
  color: #9c9c9c;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

aside .menuBlock__item .lang a::before, aside .menuBlock__item .lang a::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #606060;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

aside .menuBlock__item .lang a::before {
  left: -15px;
}

aside .menuBlock__item .lang a::after {
  right: -15px;
}

aside .menuBlock__item .lang a:hover {
  color: #fff;
  opacity: 1;
}

aside .menuBlock__item .lang a:hover::before, aside .menuBlock__item .lang a:hover::after {
  background: #fff;
}

aside .menuBlock__item .lang a:hover::before {
  left: -10px;
}

aside .menuBlock__item .lang a:hover::after {
  right: -10px;
}

aside .menuBlock__item .lang .active {
  color: #fff;
}

aside .menuOverlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 25px 50px 100px;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 700px;
  background: #001F41;
  z-index: 10;
  color: #7790AC;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

aside .menuOverlay a {
  text-decoration: none;
  color: #7790AC;
}

aside .menuOverlay a:hover {
  color: #1F388A;
}

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

aside .menuOverlay .menu {
  list-style: none;
}

aside .menuOverlay .menu__item a {
  display: block;
  padding: 5px 0;
  font-size: 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

aside .menuOverlay .menu__item a:hover {
  font-weight: bold;
  font-size: 2.5rem;
}

aside .menuOverlay .overlayBottom {
  margin: 0;
}

aside .menuOverlay-shown {
  top: 0;
  left: 90px;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

main, footer {
  position: relative;
  margin-left: 90px;
  color: #564d45;
  z-index: 5;
}

main section {
  position: relative;
  padding: 100px 0;
}

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

main .sectionTitle {
  margin: 0 0 40px 0;
  font-weight: 600;
  font-size: 3rem;
  color: #003979;
}

main .sectionButton, main .formButton {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-left: auto;
  text-decoration: none;
  text-align: right;
  color: #564d45;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

main .sectionButton::after, main .formButton::after {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  background: #003979;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 35px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 900;
  color: #e0e1e5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

main .sectionButton:hover, main .formButton:hover {
  color: #003979;
}

main .sectionButton:hover::after, main .formButton:hover::after {
  color: #003979;
  background: #e0e1e5;
}

main .sectionButton {
  width: 20%;
  text-transform: uppercase;
}

main .sectionButton::after {
  content: '\f30b';
  text-align: left;
}

main .sectionButton:hover {
  color: #003979;
}

main .sectionButton:hover::after {
  color: #003979;
  background: #e0e1e5;
}

main .textTitle {
  margin-bottom: 40px;
  font-size: 1.2rem;
}

main .textTitle::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 15px;
  background: #003979;
}

main .button {
  display: block;
  width: 230px;
  height: 55px;
  /*margin: 90px auto 0 auto;*/
  margin: 45px auto 0 auto;
  background: #003979;
  line-height: 55px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

main .button:hover {
  background: none;
  border: 1px solid #fff;
}

main .button-light {
  background: none;
  border: 1px solid #fff;
  margin: 40px 0 0 0;
}

main .button-light:hover {
  opacity: 0.5;
}

main .welcome {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  padding: 0;
  background: url("/images/background_colored.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

main .welcome .topRow {
  padding-top: 40px;
  padding-right: 5%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

main .welcome .topRow a {
  text-decoration: none;
  color: #fff;
}

main .welcome .topRow a:hover {
  opacity: 0.5;
}

main .welcome .welcomeBlock {
 /* margin: 100px 0 auto 0;*/
  margin: 88px 0 auto 0;
}

main .welcome .welcomeBlock .imgRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}

main .welcome .welcomeBlock .imgRow img {
  width: 215px;
  margin: 0 20px;
}

main .welcome .welcomeBlock h1 {
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-bottom: 1.1rem;
}
main .welcome .welcomeBlock p {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #fff;	
}
main .welcome .welcomeBlock h1 span {
  display: block;
}

main .about::after {
  content: '';
  display: block;
  height: 100%;
  width: 550px;
  position: absolute;
  top: 0;
  right: 0;
  background: #eee;
}

main .about .titleRow {
  margin-bottom: 40px;
}

main .about .titleRow .sectionTitle {
  margin: 0;
}

main .about .titleRow .sectionButton {
  width: unset;
  margin-top: 0;
}

main .about .imgBox {
  max-width: 730px;
  max-height: 460px;
}

main .about .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .services::after {
  content: 'Услуги';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.1;
  font-size: 25rem;
  font-weight: 600;
  color: #000;
}

main .services__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

main .services__item .text p {
  margin: 0;
}

main .services__item .icon {
  text-align: center;
  margin-right: 65px;
}

main .services__item .icon svg {
  width: 60px;
  height: 60px;
}

main .projects .titleRow, main .sectionSlider .titleRow, main .documents .titleRow {
  margin-bottom: 40px;
}

main .projects .sectionTitle, main .sectionSlider .sectionTitle, main .documents .sectionTitle {
  margin: 0;
}

main .projects .swiper-arrows div, main .projects .fraction, main .sectionSlider .swiper-arrows div, main .sectionSlider .fraction, main .documents .swiper-arrows div, main .documents .fraction {
  position: unset;
}

main .projects .fraction, main .sectionSlider .fraction, main .documents .fraction {
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

main .projects .fraction-current, main .sectionSlider .fraction-current, main .documents .fraction-current {
  color: #003979;
}

main .projects .fraction span, main .sectionSlider .fraction span, main .documents .fraction span {
  margin: 0 5px;
}

main .projects .swiper-arrows, main .sectionSlider .swiper-arrows, main .documents .swiper-arrows {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main .projects .swiper-arrows div, main .sectionSlider .swiper-arrows div, main .documents .swiper-arrows div {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 2px solid #000;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  color: #000;
}

main .projects .swiper-arrows div::after, main .sectionSlider .swiper-arrows div::after, main .documents .swiper-arrows div::after {
  display: none;
}

main .projects .swiper-arrows div:hover, main .sectionSlider .swiper-arrows div:hover, main .documents .swiper-arrows div:hover {
  color: #003979;
  opacity: 0.5;
}

main .projects .projectSlider {
  margin-top: 45px;
}

main .projects .projectSlider__item {
  position: relative;
  overflow: hidden;
}

main .projects .projectSlider__item a {
  display: block;
  text-decoration: none;
  color: #fff;
}

main .projects .projectSlider__item a:hover .postInfo {
  opacity: 1;
}

main .projects .projectSlider__item .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .projects .projectSlider__item .postInfo {
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 70, 173, 0.8)), to(rgba(135, 47, 85, 0.45)));
  background: -webkit-linear-gradient(top, rgba(33, 70, 173, 0.8) 0%, rgba(135, 47, 85, 0.45) 100%);
  background: -o-linear-gradient(top, rgba(33, 70, 173, 0.8) 0%, rgba(135, 47, 85, 0.45) 100%);
  background: linear-gradient(180deg, rgba(33, 70, 173, 0.8) 0%, rgba(135, 47, 85, 0.45) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

main .projects .projectSlider__item .postInfo .postTitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

main .kzProjects::after, main .intProjects::after {
  content: '';
  display: block;
  position: absolute;
  background: #eee;
  z-index: -1;
}

main .kzProjects::after {
  height: 70%;
  width: 670px;
  top: 0;
  left: 0;
}

main .intProjects::after {
  height: 550px;
  width: 370px;
  right: 0;
  bottom: 0;
}

main .clients .clientsSlider {
  margin-top: 100px;
}

main .clients .clientsSlider__item {
  padding-bottom: 15px;
}

main .clients .clientsSlider__item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 275px;
  background: #efefef;
  -webkit-box-shadow: 0px 4px 4px rgba(13, 13, 13, 0.15);
          box-shadow: 0px 4px 4px rgba(13, 13, 13, 0.15);
  text-decoration: none;
  text-align: center;
  color: #000;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

main .clients .clientsSlider__item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

main .clients .clientsSlider__item a:hover .imgBox img {
  visibility: hidden;
  opacity: 0;
}

main .clients .clientsSlider__item a:hover .imgBox .colored {
  visibility: visible;
  opacity: 1;
}

main .clients .clientsSlider__item a .imgBox {
  position: relative;
  width: 200px;
  height: 140px;
  margin: 0 auto 40px auto;
}

main .clients .clientsSlider__item a .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

main .clients .clientsSlider__item a .imgBox .colored {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

main .clients .clientsSlider__item a p {
  margin: 0;
}

main .contactUs {
  background: #efefef;
}

main .contactUs .agreement {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

main .contactUs .agreement input {
  margin: 15px 15px 0 0;
}

main .contactUs .agreement p {
  font-size: 1.25rem;
}

main .contactUs .agreement p a {
  color: #003979;
}

main .contactUs form .input-group input, main .contactUs form .input-group button {
  background: none;
  border: none;
  outline: none;
}

main .contactUs form .input-group input {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #626262;
  color: #003979;
}
main .contactUs form .iti{
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

main .contactUs form .input-group input:focus {
  border-bottom: 2px solid #003979;
}

main .contactUs form .input-group .formButton {
  margin-top: 0;
  cursor: pointer;
}

main .contactUs form .input-group .formButton::after {
  content: '\f061';
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  text-align: center;
}

.innerMain .pageHeader {
  padding-top: 35px;
  padding-bottom: 120px;
}

.innerMain .pageHeader .pageNav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.innerMain .pageHeader .pageNav a {
  text-decoration: none;
  color: #5a5a5a;
}

.innerMain .pageHeader .pageNav a:hover {
  color: #003979;
}

.innerMain .pageHeader .pageNav .breadcrumbs span {
  position: relative;
}

.innerMain .pageHeader .pageNav .breadcrumbs span:not(:last-child) {
  margin-right: 5px;
}

.innerMain .pageHeader .pageNav .breadcrumbs span:not(:last-child)::after {
  content: '/';
  padding-left: 5px;
  font-weight: bold;
}

.innerMain .pageHeader .pageNav .breadcrumbs span a {
  font-size: 1.25rem;
}

.innerMain .pageHeader .pageNav .breadcrumbs span .active {
  color: #003979;
}

.innerMain .pageHeader .pageTitle {
  margin: 0;
  font-weight: 600;
  font-size: 4rem;
  color: #003979;
}

.innerMain .pageBlock {
  position: relative;
  padding: 80px 0;
}

.innerMain .pageBlock::before {
  content: '';
  display: block;
  height: 100%;
  width: 60%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.innerMain .pageBlock .pageInfo p {
  width: 85%;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #5a5a5a;
}

/*.innerMain .pageBlock .pageInfo p span {
  color: #9b9ba0;
}*/

.innerMain .pageBlock .pageInfo p.pageInfo__title {
  font-weight: bold;
  margin: 0 0 40px 0;
}

.innerMain .pageBlock .imgBox {
  height: 450px;
}

.innerMain .pageBlock .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.innerMain .projects .projectSlider {
  margin: 40px 0 0 0;
}

.innerMain .projects .projectSlider__item {
  margin-bottom: 30px;
}

.innerMain .projects .projectSlider__item .imgBox {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.innerMain .projects .projectSlider__item .postInfo {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.innerMain .video {
  padding-top: 0;
}

.innerMain .video::after {
  content: '';
  display: block;
  position: absolute;
  background: #eee;
  height: 90%;
  width: 370px;
  right: 0;
  bottom: 0;
}

.innerMain .video .videoList {
  margin-top: 80px;
}

.innerMain .video .videoList__item a {
  display: block;
  height: 440px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #003979;
}

.innerMain .video .videoList__item a:hover .imgBox img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.innerMain .video .videoList__item a .play {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.67);
  border: 2px solid #003979;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 70px;
  text-align: center;
  z-index: 5;
}

.innerMain .video .videoList__item a .imgBox {
  height: 100%;
}

.innerMain .video .videoList__item a .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.innerMain .video .videoList__item a iframe {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.innerMain .video .videoList__item .videoBlock-shown iframe {
  visibility: visible;
  opacity: 1;
}

.innerMain .video .videoList__item .videoBlock-shown .play {
  display: none;
}

.innerMain .gallery::after {
  content: '';
  display: block;
  position: absolute;
  background: #eee;
  height: 70%;
  width: 670px;
  top: 0;
  left: 0;
}

.innerMain .gallery .galleryList {
  margin-top: 80px;
}

.innerMain .gallery .galleryList__item {
  display: block;
  padding: 15px;
  height: 440px;
  overflow: hidden;
}

.innerMain .gallery .galleryList__item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.innerMain .gallery .galleryList__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.innerMain .services::after {
  top: -20%;
  left: 10%;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  font-size: 20rem;
}

.innerMain .services__item {
  width: 65%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 60px;
}

.innerMain .services__item-info {
  width: 65%;
  margin-bottom: 60px;
}

.innerMain .services__item-info .servicesTitle {
  margin-bottom: 20px;
  font-size: 1.30em;
  color: #003979;
}

.innerMain .services__item-info .servicesText {
  margin: 0;
}

.innerMain .about {
  padding-top: 0;
}

.innerMain .about::after {
  display: none;
}

.innerMain .documents .documentsSlider__item {
  /*height: 510px;*/
  border: 5px solid #efefef;
  overflow: hidden;
}

.innerMain .documents .documentsSlider__item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.innerMain .documents .documentsSlider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

footer {
  padding-top: 120px;
}

footer .logo a, footer .footerContacts a, footer ul li a {
  text-decoration: none;
  color: #505050;
}

footer .logo a:hover, footer .footerContacts a:hover, footer ul li a:hover {
  color: #9d9d9d;
}

footer .logo a {
  text-decoration: none;
}

footer .logo .imgRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 90px;
  margin-bottom: 40px;
}
footer .logo .imgRow img,
footer .logo .imgRow a {
  margin: 0 25px;
  max-width: 200px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footerTitle {
  font-weight: 500;
  font-size: 1.25rem;
  color: #505050;
}

footer .footerMenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footerMenu__item a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

footer .footerCopyright {
  margin-top: 100px;
  padding: 20px 0;
  border-top: 2px solid rgba(155, 155, 160, 0.2);
  color: #9b9ba0;
}

footer .footerCopyright p {
  margin: 0;
}

footer .footerCopyright .link {
  text-align: right;
}

footer .footerCopyright .link a {
  text-decoration: none;
  color: #9b9ba0;
}

footer .footerCopyright .link a:hover {
  opacity: 0.8;
}

.innerFooter {
  background: #efefef;
}

.premium {
    margin-bottom: 0;
    /*text-align: right;*/
    padding-left: 20px;
    padding-top: 40px;
    position: absolute;
    bottom: 10px;
    width: 90%;
    margin: 0;
    color: gold;
	text-shadow: 1px -1px 1px #3e350bde;
}

/* fixes */

main .projects .swiper-arrows div, .fraction, #lg-download{
	display: none;
}

main .projects .swiper-wrapper .projectSlider__item{
	width: 30%;
	height: 380px;
	margin: 0 15px;
}

main .projects .swiper-wrapper .projectSlider__item a, main .projects .swiper-wrapper .projectSlider__item .imgBox{
	width: 100%;
	height: 100%;
}
footer .logo .imgRow a img {
    margin: 0;
    height: 100%;
    width: 100%;
}
.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

/* fixes end */

@media only screen and (max-width: 1620px) {
  .wrapper {
    width: 1300px;
  }
}

@media only screen and (max-width: 1420px) {
  html, body {
    font-size: 14px;
  }
  .wrapper {
    width: 1100px;
  }
  main .projects .projectSlider__item .postInfo .postTitle {
    font-size: 1.5rem;
  }
  .innerMain .projects .projectSlider__item {
    margin-bottom: 15px;
  }
  .innerMain .projects .projectSlider__item .postInfo {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .innerMain .video .videoList__item a {
    height: 340px;
  }
  .innerMain .gallery::after {
    width: 470px;
  }
  .innerMain .gallery .galleryList__item {
    height: 340px;
  }
  .innerMain .services__item {
    width: 100%;
  }
  .innerMain .services__item-info {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 950px;
  }
  main .welcome .welcomeBlock {
    margin: 100px 0 auto 0;
  }
  aside {
    width: 100%;
    z-index: 10;
  }
  aside .menuBlock {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  aside .menuBlock__item .menuBlock__title {
    display: none;
  }
  aside .menuBlock__item .lang {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  aside .menuBlock__item .lang a::before, aside .menuBlock__item .lang a::after {
    display: none;
  }
  aside .menuOverlay {
    width: 100%;
    /*top: -100%;*/
    top: -160%;
    left: 0;
    padding: 50px;
  }
  aside .menuOverlay .menu__item a {
    text-align: center;
  }
  aside .menuOverlay-shown {
    top: 0;
    left: 0;
  }
  main, footer {
    margin-left: 0px;
  }
  main .sectionButton {
    width: 30%;
  }
  main .welcome {
    height: 1000px;
  }
  main .welcome .topRow {
    padding-top: 120px;
  }
  main .projects .projectSlider__item .postInfo {
    padding: 0 15px;
  }
  main .projects .swiper-wrapper .projectSlider__item{
	height: 320px;
  }
  .innerMain .pageHeader {
    margin-top: 80px;
  }
  .innerMain .documents .titleRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerMain .documents .titleRow .fraction {
    margin: 20px 0;
  }
  footer .logo .imgRow img, 
  footer .logo .imgRow a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1100px) {
  main .services::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 15rem;
  }
}

@media only screen and (max-width: 1000px) {
  .wrapper, aside .menuBlock {
    width: 750px;
  }
  main .sectionTitle {
    text-align: center;
    font-size: 2.5rem;
  }
  main .sectionButton {
    width: 50%;
  }
  main .about::after {
    height: 100%;
    width: 200px;
  }
  main .about .imgBox {
    margin: 30px auto 0 auto;
  }
  main .services::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 15rem;
  }
  main .services .sectionTitle {
    margin-bottom: 60px;
  }
  main .services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  main .services__item .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main .projects .titleRow, main .clients .titleRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .projects .titleRow .fraction, main .clients .titleRow .fraction {
    margin: 20px 0;
  }
  main .projects .projectSlider__item .postInfo .postTitle {
    /*font-size: 2rem;*/
    font-size: 1.8rem;
  }
  main .projects .swiper-wrapper{
  	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; 
  }
  main .projects .swiper-wrapper .projectSlider__item{
  	width: 80%;
	height: 380px;
	margin: 15px 0;
  }
  main .contactUs .agreement {
    width: 100%;
    margin-bottom: 40px;
  }
  .innerMain .pageBlock {
    padding: 40px 0;
  }
  .innerMain .pageHeader {
    padding-bottom: 20px;
  }
  .innerMain .pageBlock::before {
    display: none;
  }
  .innerMain .pageBlock .pageInfo {
    margin-bottom: 30px;
  }
  .innerMain .pageBlock .pageInfo p {
    width: 100%;
    /*text-align: center;*/
  }
  .innerMain .gallery {
    padding-top: 20px;
  }
  .innerMain .gallery .galleryList
  {
  	margin-top: 40px;
  }
  .innerMain .video::after {
    display: none;
  }
  .innerMain .video .videoList__item {
    margin: 20px 0;
  }
  .innerMain .video .videoList__item a {
    height: 400px;
  }
  .innerMain .gallery::after {
    display: none;
  }
  .innerMain .gallery .galleryList__item {
    height: 400px;
    margin: 20px 0;
  }
  .innerMain .services::after {
    top: -10%;
    left: 0;
  }
  .innerMain .services__item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .innerMain .services__item-info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer .footerTitle {
    margin-top: 60px;
  }
  footer .footerCopyright .link {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .wrapper, aside .menuBlock {
    width: 500px;
  }
  aside .menuOverlay .menu__item a {
    font-size: 1.2rem;
  }
  aside .menuOverlay .menu__item a:hover {
    font-size: 1.5rem;
  }
  main section {
    padding: 60px 0;
  }
  main .welcome .welcomeBlock {
    margin: 80px 0 auto 0;
  }
  main .welcome .welcomeBlock .imgRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  main .welcome .welcomeBlock .imgRow img {
    /*width: 215px;*/
    width: 165px;
    margin: 20px 0;
  }
  main .welcome .welcomeBlock h1 {
    font-size: 2rem;
  }
  main .welcome .welcomeBlock p {
  	font-size: 16px;
  }
  main .welcome .welcomeBlock .button {
    margin-top: 40px;
  }
  main .projects .titleRow .sectionTitle, main .clients .titleRow .sectionTitle {
    font-size: 2.5rem;
  }
  main .services::after {
    display: none;
  }
  footer {
    padding-top: 60px;
  }
  footer .footerCopyright {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .wrapper, aside .menuBlock {
    width: 400px;
  }
  main .projects .swiper-wrapper .projectSlider__item{
  	width: 100%;
	height: 320px;
  }
  .innerMain .pageHeader .pageTitle {
    text-align: center;
  }
  .innerMain .pageBlock .imgBox {
    height: 300px;
  }
  .innerMain .video .videoList__item a {
    height: 300px;
  }
  .innerMain .gallery .galleryList__item {
    height: 300px;
  }
  .innerMain .services__item {
    width: 100%;
  }
  .innerMain .services__item-info {
    width: 100%;
  }
  .innerMain .projects .projectSlider__item .imgBox {
  height: 350px;
  }
  .innerMain .projects .projectSlider__item .postInfo .postTitle {
    /*font-size: 1.2rem;*/
    font-size: 1.6rem;
  }
  main .button {
  	height: 40px;
  	line-height: 38px;
  }
}

@media only screen and (max-width: 450px) {
  .wrapper, aside .menuBlock {
    width: 300px;
  }
  main .welcome .welcomeBlock h1 {
    font-size: 1.7rem;
  }
  main .welcome .welcomeBlock p {
  	font-size: 14px;
  }
  main .sectionTitle {
    font-size: 2rem;
  }
  main .sectionButton {
    width: 80%;
  }
  main .projects .titleRow .sectionTitle, main .clients .titleRow .sectionTitle {
    font-size: 2rem;
  }
  .innerMain .pageNav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .innerMain .projects .projectSlider__item .imgBox {
  height: 320px;
  }
  .innerMain .projects .projectSlider__item .postInfo .postTitle {
    /*font-size: 1.5rem;*/
    font-size: 1.4rem;
    /*font-size: 1.1rem;*/
  }
  /*.innerMain .documents .documentsSlider__item {
    height: 350px;
  }*/
  footer .logo .imgRow {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
   max-height: 320px;
   margin-bottom: 10px;
  }
  footer .logo .imgRow img,
  footer .logo .imgRow a {
    margin: 40px auto;
  }
}
