
@font-face {
  font-family: RobotoB;
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: RobotoL;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: RobotoM;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: RobotoR;
  src: url("../fonts/Roboto-Regular.ttf");
}
header {
  background: transparent;
  height: 90px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  border-bottom: 1px solid rgba(189, 198, 207, 0.5);
  z-index: 10;
  transition: 0.5s;
}
header .headerLogo {
  margin-top: 31px;
}

.nav-up {
  top: -90px;
}

.navitagionBlock {
  border: none;
  background-color: transparent;
}
.navitagionBlock .containerFluid .mainNavigationBlock {
  padding: 0;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl {
  padding: 0;
  float: right;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li.active a {
  background-color: transparent;
  color: #fff;
  position: relative;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li.active a:before {
  content: '';
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  position: absolute;
  transition: 0.25s;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li.active a:hover:before {
  background-color: #fff;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li {
  list-style-type: none;
  text-align: center;
  float: left;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li a {
  display: inline-block;
  padding: 35px 18px;
  transition: 0.25s;
  font-family: RobotoR;
  font-size: 15px;
  color: #fff;
  transition: 0.25s;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li a:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.navitagionBlock .containerFluid .mainNavigationBlock .navUl li a:focus {
  outline: none;
}
.navitagionBlock .containerFluid .mainNavigationBlock .getStartedButton {
  font-family: RobotoM;
  font-size: 16px;
  color: #fff;
  border: 2px solid rgba(225, 232, 238, 0.5);
  border-radius: 4px;
  background-color: transparent;
  float: right;
  padding: 8px 29px 8px 31px;
  margin-top: 26px;
  margin-left: 19px;
}
.navitagionBlock .containerFluid .mainNavigationBlock .getStartedButton:focus {
  outline: none;
}

@keyframes scrollRun {
  from {
    top: 5px;
  }
  to {
    top: 20px;
  }
}
@keyframes blinkTop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blinkBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100500;
}
#page-preloader .spinner {
  width: 500px;
  height: 500px;
  position: absolute;
  left: calc(50% - 250px);
  top: calc(50% - 250px);
  background: url(../images/ripple.gif) no-repeat 50% 50%;
}

.preloaderBlock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  text-align: center;
  height: 100vh;
  display: table;
  width: 100%;
  scroll: none;
}
.preloaderBlock #video {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
}
.preloaderBlock #video source {
  width: 100%;
}

.hiddenTabletLogo {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
}

.sectionOfBanner {
  height: 750px;
  position: relative;
  height: 98vh;
}
.sectionOfBanner video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.sectionOfBanner .blockWithbannerDescription {
  position: absolute;
  top: 25%;
}
.sectionOfBanner .blockWithbannerDescription p {
  font-family: RobotoL;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 23px;
}
.sectionOfBanner .blockWithbannerDescription span {
  font-family: RobotoL;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}
.sectionOfBanner .gistiGram {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.sectionOfBanner .topOfIceberg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.sectionOfBanner .DesignSpan, .sectionOfBanner .DevelopmentSpan, .sectionOfBanner .SupportSpan {
  font-family: RobotoR;
  font-size: 16px;
  color: #fff;
  position: absolute;
  display: none;
}
.sectionOfBanner .DesignSpan:after, .sectionOfBanner .DevelopmentSpan:after, .sectionOfBanner .SupportSpan:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 3px solid #c6ccf1;
  border-radius: 50%;
}
.sectionOfBanner .DesignSpan {
  bottom: 250px;
  left: 17%;
}
.sectionOfBanner .DevelopmentSpan {
  left: 45.5%;
  bottom: 405px;
}
.sectionOfBanner .SupportSpan {
  left: 1303px;
  bottom: 454px;
}

.descriptionOfIceberg {
  position: absolute;
  width: 325px;
  z-index: 9;
  height: 170px;
}
.descriptionOfIceberg h3 {
  font-family: RobotoR;
  font-size: 16px;
  color: #ebebeb;
  position: relative;
  padding-bottom: 11px;
  display: inline-block;
}
.descriptionOfIceberg h3:before {
  content: '';
  position: absolute;
  width: 479px;
  height: 59px;
}
.descriptionOfIceberg p {
  font-family: RobotoR;
  font-size: 13px;
  line-height: 18px;
  color: #b3d6f2;
  margin-bottom: 7px;
}
.descriptionOfIceberg p.secondShowP {
  display: none;
  position: absolute;
  left: 0;
}
.descriptionOfIceberg .showAllSpan {
  font-family: RobotoL;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.descriptionOfIceberg.rightBlockOfDescrp h3:before {
  background: url("../images/rightArrowBlock.png") 50% 50% no-repeat;
  bottom: 0;
  left: -275px;
}

.descriptionOfIceberg.leftBlockOfDescrp h3:before {
  background: url("../images/leftArrowBlock.png") 50% 50% no-repeat;
  bottom: 0;
  left: -5px;
}

.sectionOfIceberg {
  background: url("../images/bottomOfIceberg.png") 50% 60% no-repeat;
  background-size: 100% 100%;
  height: 2000px;
  margin-top: -3px;
  position: relative;
}

.descriptionOfIceberg.FirstIcebergBlock {
  bottom: 7%;
  right: 20.5%;
}

.descriptionOfIceberg.SecondIcebergBlock {
  top: 5%;
  left: 10%;
}

.descriptionOfIceberg.ThirdIcebergBlock {
  right: 9.5%;
  top: 15.5%;
}

.descriptionOfIceberg.FourthIcebergBlock {
  top: 30%;
  left: 10%;
}

.descriptionOfIceberg.FifthIcebergBlock {
  top: 40%;
  right: 9.5%;
}

.descriptionOfIceberg.SixthIcebergBlock {
  top: 50%;
  left: 18%;
}

.descriptionOfIceberg.SeventhIcebergBlock {
  top: 64%;
  right: 27%;
}

.sectionOfOutWorks {
  background-color: #020520;
  margin-top: -225px;
  padding-bottom: 95px;
  text-align: center;
}
.sectionOfOutWorks .titleHeader {
  font-family: RobotoR;
  font-size: 26.86px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 29px;
  margin-top: 0;
  margin-bottom: 52px;
}
.sectionOfOutWorks .titleHeader:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 233px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.sectionOfOutWorks .titleHeader:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 3px;
  background-color: #60a6d8;
}
.sectionOfOutWorks #caouselOfProfects {
  text-align: left;
}
.sectionOfOutWorks #caouselOfProfects .item {
  width: 90%;
  margin: 0 auto;
}
.sectionOfOutWorks #caouselOfProfects .item a {
  display: inline-block;
  width: 100%;
  transition: 0.25s;
  position: relative;
  cursor: pointer;
}
.sectionOfOutWorks #caouselOfProfects .item a img {
  width: 100%;
}
.sectionOfOutWorks #caouselOfProfects .item a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 91, 146, 0.5) url("../images/zoomIcon.png") 50% 50% no-repeat;
  transition: 0.25s;
  opacity: 0;
}
.sectionOfOutWorks #caouselOfProfects .item a:hover:before {
  opacity: 1;
}
.sectionOfOutWorks #caouselOfProfects .item h2 {
  font-family: RobotoR;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 27px;
}
.sectionOfOutWorks #caouselOfProfects .item p {
  font-family: RobotoR;
  font-size: 13.64px;
  color: #999;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-pagination {
  width: 100%;
  text-align: center;
  margin: 25px 0 0;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-pagination .owl-page {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-pagination .owl-page.active {
  width: 16px;
  height: 16px;
  margin: 3px 3px;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons {
  width: 100%;
  text-align: center;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  left: -50px;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 7.5px;
  top: -5.5px;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: -50px;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
}
.sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 7.5px;
  top: -5.5px;
}
.sectionOfOutWorks .blockWithCarouselDescription {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  background: url("../images/divers.png") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.sectionOfOutWorks .blockWithCarouselDescription .titleHeader {
  margin-top: 80px;
}
.sectionOfOutWorks .blockWithCarouselDescription .item {
  width: 100%;
  float: left;
  padding: 0 20px;
  text-align: left;
}
.sectionOfOutWorks .blockWithCarouselDescription .item h2 {
  font-family: RobotoR;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 28px;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p {
  font-family: RobotoR;
  font-size: 14.64px;
  color: #adadad;
  padding-left: 45px;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p span {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p span:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: -45px;
  top: 0;
  width: 23px;
  height: 23px;
  background-size: cover;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p b {
  font-weight: 400;
  color: #fff;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p .atTheBeginning:before {
  background: url("../images/atTheBeginningIcon.png") 50% 50% no-repeat;
  top: 5px;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p .atTheFinish:before {
  background: url("../images/atTheFinishIcon.png") 50% 50% no-repeat;
}
.sectionOfOutWorks .blockWithCarouselDescription .item p .inTotal:before {
  background: url("../images/atMonneyIcon.png") 50% 50% no-repeat;
}
.sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev {
  /*background: url("../images/prevArrowOwl.png") 50% 50% no-repeat;*/
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: -50px;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
}
.sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 7.5px;
  top: -5.5px;
}
.sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next {
  /*background: url("../images/nextArrowOwl.png") 50% 50% no-repeat;*/
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  right: -50px;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
}
.sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 7.5px;
  top: -5.5px;
}
.sectionOfOutWorks .blockWithWriteUs {
  display: inline-block;
  width: 100%;
  margin-top: 91px;
  text-align: left;
}
.sectionOfOutWorks .blockWithWriteUs .formFromProjects {
  width: 60%;
  border: 1px solid #fff;
  display: inline-block;
  float: left;
}
.sectionOfOutWorks .blockWithWriteUs .formFromProjects .emailInput {
  border: none;
  font-family: RobotoR;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 19px 15px 21px 63px;
  background: transparent url("../images/mailIcon.png") 5% 48% no-repeat;
  float: left;
  width: calc(100% - 140px);
}
.sectionOfOutWorks .blockWithWriteUs .writeUsDescrp {
  display: inline-block;
  width: 40%;
  float: left;
  font-family: RobotoR;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  padding-left: 33px;
  margin: 5px 0 0;
}

.sectionOfOurAdvantage {
  display: inline-block;
  width: 100%;
  background: url("../images/servicesBackground.png") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.sectionOfOurAdvantage .mainTitle {
  font-family: RobotoB;
  font-size: 59.06px;
  line-height: 62.06px;
  letter-spacing: 2.5px;
  color: #fff;
  margin-top: 85px;
  margin-bottom: 34px;
}
.sectionOfOurAdvantage .mainParagraph {
  font-family: RobotoL;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
}
.sectionOfOurAdvantage .noteP {
  font-family: RobotoL;
  font-size: 13px;
  line-height: 19px;
  color: #c4d0d4;
  margin-bottom: 85px;
  text-align: left;
}
.sectionOfOurAdvantage .blockWithServiceDecrp {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 54px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp span {
  display: inline-block;
  float: left;
  font-family: RobotoR;
  font-size: 15.78px;
  line-height: 17.75px;
  color: #fff;
  position: relative;
  padding: 0 50px 0 48px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp span:after {
  content: '\f067';
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 8px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .First:before {
  content: '8';
  position: absolute;
  font-family: RobotoB;
  font-size: 60px;
  color: #fff;
  left: 0;
  top: 8px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Second {
  margin-left: 25px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Second:before {
  content: '2';
  position: absolute;
  font-family: RobotoB;
  font-size: 60px;
  color: #fff;
  left: 0;
  top: 8px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Third {
  margin-left: 25px;
  padding-left: 70px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Third:before {
  content: '\f0b1';
  position: absolute;
  font-family: FontAwesome;
  font-size: 44.77px;
  color: #fff;
  left: 0;
  top: 12px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Fourth {
  margin-left: 25px;
  padding-left: 70px;
  margin-bottom: 54px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Fourth:before {
  content: '\f02c';
  position: absolute;
  font-family: FontAwesome;
  font-size: 44.77px;
  color: #fff;
  left: 0;
  top: 12px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Fifth {
  clear: both;
  padding-left: 60px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Fifth:before {
  content: '\f091';
  position: absolute;
  font-family: FontAwesome;
  font-size: 44.77px;
  color: #fff;
  left: 0;
  top: 12px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Sixth {
  margin-left: 20px;
  padding-left: 60px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Sixth:before {
  content: '\f0c0';
  position: absolute;
  font-family: FontAwesome;
  font-size: 44.77px;
  color: #fff;
  left: 0;
  top: 12px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Seventh {
  margin-left: 20px;
  padding-left: 60px;
  line-height: 45px;
  margin-top: -5px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Seventh:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/brain.png") 50% 50% no-repeat;
  width: 43px;
  height: 47px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Seventh:after {
  content: '=';
  top: 13px;
  font-family: RobotoB;
  font-size: 41px;
  color: #fff;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Eighth {
  margin-left: 20px;
  padding-left: 105px;
  margin-top: -5px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Eighth:before {
  content: '100%';
  position: absolute;
  font-family: RobotoB;
  font-size: 37.8px;
  color: #fff;
  left: 0;
  top: 15px;
}
.sectionOfOurAdvantage .blockWithServiceDecrp .Eighth:after {
  display: none;
}

.customButton {
  float: left;
  font-family: RobotoR;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #fff;
  border: none;
  box-shadow: none;
  background-color: #102f52;
  padding: 19px 5px 21px;
  width: 140px;
}

.sectionOfWhatWeAlsoCan {
  width: 100%;
  display: inline-block;
  background: url("../images/whatWeAlsoCan.png") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.sectionOfWhatWeAlsoCan .titleHeader {
  font-family: RobotoR;
  font-size: 26.86px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 29px;
  margin-top: 80px;
  margin-bottom: 52px;
}
.sectionOfWhatWeAlsoCan .titleHeader:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 233px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.sectionOfWhatWeAlsoCan .titleHeader:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 3px;
  background-color: #60a6d8;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs {
  width: 70%;
  border: 2px solid #6ca0b9;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 42px;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab {
  width: 33.333%;
  float: left;
  display: inline-block;
  border-right: 2px solid #6ca0b9;
  padding-top: 80px;
  height: 148px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
  background-color: transparent;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab:last-child {
  border-right: none;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab:before {
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 14px;
  color: #fff;
  font-size: 36.86px;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab:hover {
  background-color: #236e92;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab p {
  font-family: RobotoL;
  font-size: 14.6px;
  line-height: 18.5px;
  color: #fff;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWithTab1 {
  background-color: #236e92;
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWithTab1:before {
  content: '\f109';
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWithTab2:before {
  content: '\f0eb';
}
.sectionOfWhatWeAlsoCan .blockWithSTabs .blockWithTab3:before {
  content: '\f09c';
}
.sectionOfWhatWeAlsoCan .blockWithHiddenP {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  height: 100px;
}
.sectionOfWhatWeAlsoCan .blockWithHiddenP p {
  font-family: RobotoL;
  font-size: 16px;
  line-height: 24px;
  color: #cce3ef;
  display: none;
}
.sectionOfWhatWeAlsoCan .blockWithHiddenP p:first-child {
  display: block;
}

.sectionOfContacts {
  background: #020520 url("../images/mapBackground.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 88px 0 100px;
}
.sectionOfContacts .firstBlock h6 {
  font-family: RobotoL;
  font-size: 31px;
  color: #fff;
  letter-spacing: -0.5px;
  margin: 0 0 15px;
}
.sectionOfContacts .firstBlock p {
  font-family: RobotoR;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
}
.sectionOfContacts .secondBlock {
  position: relative;
  padding-left: 55px;
}
.sectionOfContacts .secondBlock p {
  font-family: RobotoR;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.sectionOfContacts .secondBlock:before {
  content: '\f015';
  font-family: FontAwesome;
  font-size: 33.36px;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 0;
}
.sectionOfContacts .thirdBlock {
  position: relative;
  padding-left: 25px;
}
.sectionOfContacts .thirdBlock p a {
  color: #fff !important
}
.sectionOfContacts .thirdBlock p {
  font-family: RobotoR;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 10px 0 0;
}
.sectionOfContacts .thirdBlock:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 33.36px;
  color: #fff;
  position: absolute;
  top: 25px;
  left: -30px;
}
.sectionOfContacts .fourthBlock {
  position: relative;
}
.sectionOfContacts .fourthBlock p {
  font-family: RobotoR;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 10px 0 0;
}
.sectionOfContacts .fourthBlock:before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 33.36px;
  color: #fff;
  position: absolute;
  top: 25px;
  left: -55px;
}
.sectionOfContacts .blockWithMap {
  border-radius: 4px;
  overflow: hidden;
  height: 400px;
  position: relative;
  margin-top: 44px;
}
.sectionOfContacts .blockWithMap #map {
  height: 100%;
  width: 70%;
  float: left;
}
.sectionOfContacts .blockWithMap .blockWithComunForm {
  width: 30%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.sectionOfContacts .blockWithMap .blockWithComunForm h3 {
  font-family: RobotoM;
  font-size: 16px;
  line-height: 27px;
  color: #616976;
  padding-left: 34px;
  border-bottom: 1px solid #e1e8ee;
  margin-top: 18px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form {
  display: inline-block;
  width: 100%;
  padding: 0 30px 0 34px;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .inputWithText {
  width: 100%;
  border: 2px solid #e1e8ee;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
  font-family: RobotoR;
  font-size: 14px;
  /*color: #e1e8ee;*/
  margin-bottom: 20px;
  padding: 9px 21px;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .textareaWithText {
  width: 100%;
  height: 95px;
  resize: none;
  border: 2px solid #e1e8ee;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
  font-family: RobotoR;
  font-size: 14px;
  /*color: #e1e8ee;*/
  margin-bottom: 20px;
  padding: 9px 21px;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox {
  float: left;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox #myCustomCheckBox {
  opacity: 0;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox #myCustomCheckBox:checked + label::after {
  border-left-color: #86939e;
  border-bottom-color: #86939e;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox label {
  font-family: RobotoR;
  font-size: 12px;
  line-height: 16px;
  color: #5e6977;
  opacity: 0.7;
  position: relative;
  padding-left: 39px;
  margin-left: -17px;
  cursor: pointer;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox label a {
  color: #41a1df;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox label:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #e1e8ee;
  left: 0;
  top: 0;
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .blockWithCheckbox label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 8px;
  width: 12px;
  border: 2px solid transparent;
  transform: rotate(-45deg);
}
.sectionOfContacts .blockWithMap .blockWithComunForm form .customButton {
  float: right;
  width: 115px;
  padding: 13px 5px 15px;
}

.sectionOfStages {
  width: 100%;
  display: inline-block;
  background: #020520 url("../images/wavesBackground.png") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.sectionOfStages .titleHeader {
  font-family: RobotoR;
  font-size: 26.86px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 29px;
  margin-top: 80px;
  margin-bottom: 52px;
}
.sectionOfStages .titleHeader:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 233px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.sectionOfStages .titleHeader:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 3px;
  background-color: #60a6d8;
}
.sectionOfStages .blockWithLinesOfWorks {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-top: 72px;
  margin-bottom: 112px;
}
.sectionOfStages .blockWithLinesOfWorks .wevesImage {
  width: 100%;
}
.sectionOfStages .blockWithLinesOfWorks .blockOnImg {
  text-align: left;
  display: inline-block;
}
.sectionOfStages .blockWithLinesOfWorks .blockOnImg h3 {
  font-family: RobotoR;
  font-size: 15.7px;
  line-height: 18.65px;
  color: #fff;
  margin: 18px 0 20px;
  text-transform: uppercase;
}
.sectionOfStages .blockWithLinesOfWorks .blockOnImg p {
  font-family: RobotoL;
  font-size: 15.7px;
  line-height: 18.65px;
  color: #fff;
  margin: 0;
}
.sectionOfStages .blockWithLinesOfWorks .firstBlock {
  padding-left: 48px;
  background: url("../images/manImg.png") 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 32px;
}
.sectionOfStages .blockWithLinesOfWorks .secondBlock {
  padding-left: 64px;
  background: url("../images/infoImg.png") 0% 0% no-repeat;
  position: absolute;
  top: 0;
  right: 210px;
}
.sectionOfStages .blockWithLinesOfWorks .thirdBlock {
  position: absolute;
  top: 275px;
  right: 210px;
}
.sectionOfStages .blockWithLinesOfWorks .fourthBlock {
  background: url("../images/dialogImg.png") 0% 0% no-repeat;
  position: absolute;
  top: 320px;
  left: 195px;
  padding: 20px 18px 67px 51px;
  background-size: cover;
}
.sectionOfStages .blockWithLinesOfWorks .fourthBlock:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 49.74px;
  color: #fff;
  position: absolute;
  left: -65px;
  top: 26px;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock {
  position: absolute;
  top: 630px;
  left: 215px;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock h3 {
  padding-left: 20px;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress {
  width: 162px;
  height: 162px;
  background-color: #555a6e;
  border-radius: 50%;
  margin-bottom: 27px;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .fill, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .shadow {
  width: 162px;
  height: 162px;
  position: absolute;
  border-radius: 50%;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .shadow {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2) inset;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask {
  clip: rect(0px, 162px, 162px, 81px);
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask .fill {
  clip: rect(0px, 81px, 162px, 0px);
  background-color: #c9cbd1;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset {
  width: 108px;
  height: 108px;
  position: absolute;
  margin-left: 26px;
  margin-top: 26px;
  background-color: #454b60;
  border-radius: 50%;
  box-shadow: 6px 6px 10px rgba(202, 203, 209, 0.1);
  text-align: center;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage {
  overflow: hidden;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage .numbers {
  margin-top: 0;
  transition: 1s;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage .numbers span {
  width: 57px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  font-family: RobotoB;
  color: #c9cbd1;
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage .numbers
.radial-progress[data-progress="50"] .circle .mask.full,
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sectionOfStages .blockWithLinesOfWorks .sixthBlock {
  position: absolute;
  right: 36%;
  top: 72%;
  background: url("../images/dialog2Img.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 3px 28px 65px 31px;
}
.sectionOfStages .blockWithLinesOfWorks .seventhBlock {
  text-align: right;
  position: absolute;
  right: 1.5%;
  top: 71.5%;
  padding-right: 72px;
  background: url("../images/keyImg.png") 100% 17% no-repeat;
}

.HIDEN {
  overflow: hidden;
}

.BatonMenu {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.BatonMenu span {
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
  background-color: #fff;
  display: inline-block;
  border-radius: 2px;
  float: left;
  clear: both;
  transition: 0.25s;
}

.BatonMenu.Active {
  margin-top: 5px;
}
.BatonMenu.Active span {
  background-color: #fff;
}
.BatonMenu.Active .span1 {
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}
.BatonMenu.Active .span2 {
  display: none;
}
.BatonMenu.Active .span3 {
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.modalWindow .modal-dialog {
  width: 900px;
}
.modalWindow .modal-dialog .modal-content {
  margin-top: 50px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  background: url("../images/computer.png") 50% 50% no-repeat;
  background-size: 100%;
  width: 100%;
  height: 800px;
  position: relative;
  padding-top: 57px;
}
.modalWindow .modal-dialog .modal-content .close {
  opacity: 1;
  font-size: 35px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  transition: 0.25s;
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 999;
}
.modalWindow .modal-dialog .modal-content .close:hover {
  opacity: 0.7;
}
.modalWindow .modal-dialog .modal-content .close:focus {
  outline: none;
}
.modalWindow .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
  height: 468px;
  overflow-y: scroll;
  width: 830px;
  margin: 0 auto;
  background: #000;
}
.modalWindow .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modalWindow .modal-dialog .modal-content .scroll {
  margin: 0 auto;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19.5%;
  text-align: center;
  cursor: pointer;
}
.modalWindow .modal-dialog .modal-content .scroll .oval {
  width: 20px;
  height: 37px;
  border: 3px solid #000;
  border-radius: 9px;
  margin-bottom: 5px;
  position: relative;
}
.modalWindow .modal-dialog .modal-content .scroll .oval_dot {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  height: 2px;
  width: 2px;
  background-color: #000;
  animation: scrollRun 1.5s infinite;
}
.modalWindow .modal-dialog .modal-content .scroll .fa:first-of-type {
  animation: blinkTop 1s infinite;
  color: #000;
}
.modalWindow .modal-dialog .modal-content .scroll .fa:last-of-type {
  opacity: 0;
  animation: blinkBottom 1s infinite;
  color: #000;
}

.modal-open {
  padding-right: 0 !important;
}

.myCustomModal .modal-dialog {
  width: 810px;
  margin: 0 auto;
}
.myCustomModal .modal-dialog .modal-content {
  border: none;
  margin-top: calc(50% - 200px);
  background-color: #0e1318;
}
.myCustomModal .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
  padding: 15px 50px 0;
}
.myCustomModal .modal-dialog .modal-content .modal-header h4 {
  font-family: RobotoR;
  font-size: 18.66px;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 20px;
}
.myCustomModal .modal-dialog .modal-content .modal-header p {
  font-family: RobotoL;
  /*font-size: 12.48px;*/
  line-height: 16.78px;
  color: #fff;
  font-style: italic;
  margin-bottom: 31px;
}
.myCustomModal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  color: #b0b0b0;
  font-size: 24px;
  text-shadow: none;
}
.myCustomModal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
.myCustomModal .modal-dialog .modal-content .modal-body {
  border: none;
  padding: 0px 50px 30px;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm {
  width: 100%;
  position: relative;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm input {
  width: 32%;
  float: left;
  border: 1px solid #b7bec4;
  border-radius: 4px;
  box-shadow: none;
  font-family: RobotoR;
  font-size: 13.33px;
  color: #fff;
  margin-right: 2%;
  padding: 8px 10px 10px 18px;
  margin-bottom: 3%;
  transition: 0.25s;
  background-color: transparent;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm input:last-of-type {
  margin-right: 0;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm input:focus {
  outline: none;
  box-shadow: 1px 1px 5px #828282;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm #contact_3 {
  margin-right: 0;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm textarea {
  width: 100%;
  height: 116px;
  border: 1px solid #b7bec4;
  border-radius: 4px;
  box-shadow: none;
  font-family: RobotoR;
  font-size: 13.33px;
  color: #fff;
  padding: 8px 10px 10px 18px;
  resize: none;
  transition: 0.25s;
  background-color: transparent;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm textarea:focus {
  outline: none;
  box-shadow: 1px 1px 5px #828282;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm .mySubmitButton {
  /*position: absolute;*/
  float: right;
  display: inline-block;
  top: 0;
  right: 0;
  /*width: 39px;
  height: 39px;*/
  border: none;
  box-shadow: none;
  background: #123b5e url("../images/buttonIcon.png") 90% 50% no-repeat;
  /*border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
  border-radius: 4px;
  font-family: RobotoR;
  font-size: 14px;
  color: #fff;
  padding: 9.5px 35px 9.5px 20px;
  margin-top: 17px;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm .mySubmitButton:focus {
  outline: none;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm #result {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm #result .alert {
  background-color: transparent;
  border: 1px solid #b7bec4;
  border-radius: 4px;
  font-family: RobotoR;
  font-size: 13.33px;
  color: #fff;
}
.myCustomModal .modal-dialog .modal-content .modal-body .modalForm #result .alert .close {
  color: #fff;
}
#result3 {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
#result3 .alert {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
#result3 .alert p {
  color: #a9a9a9;
  text-transform: uppercase;
}
#result3 .alert a {
  color: #fff;
  opacity: 1;
}
#results {
  position: absolute;
  left: 4px;
  right: 0;
  margin: 0 auto;
  width: 278px;
  bottom: -5px;
}
#results .alert {
  border: 2px solid #e1e8ee;
  background-color: #fff;
}
#results .alert p {
  font-family: RobotoR;
  font-size: 14px;
  color: #696969;
}
#results .alert a {
  opacity: 1;
  color: #696969;
}

footer {
  background-size: cover;
  text-align: center;
}
footer .sectionOfChoice {
  padding-bottom: 100px;
  width: 100%;
  height: 100vh;
  border-bottom: 1px solid #fff;
  background: url("../images/lastChoiceBg.png") 50% 50% no-repeat;
  background-size: cover;
  display: table;
}
footer .sectionOfChoice .block {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
footer .sectionOfChoice .footerTitle {
  font-family: RobotoL;
  font-size: 40px;
  line-height: 43px;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 118px;
  margin-bottom: 43px;
}
footer .sectionOfChoice .customButton {
  width: 290px;
  float: none;
  background-color: #237097;
  font-size: 16px;
}
footer .sectionOfBottomInfo {
  width: 100%;
  display: inline-block;
  background-color: #020520;
  margin-bottom: -5px;
}
footer .sectionOfBottomInfo .copyrightSpan {
  font-family: RobotoR;
  font-size: 12px;
  color: #bdc6cf;
  margin-top: 30px;
}
footer .sectionOfBottomInfo .bottomNav {
  padding: 0;
  margin: 0;
}
footer .sectionOfBottomInfo .bottomNav li {
  list-style-type: none;
  float: left;
}
footer .sectionOfBottomInfo .bottomNav li a {
  display: inline-block;
  padding: 25px 22px;
  transition: 0.25s;
  font-family: RobotoR;
  font-size: 15px;
  color: #fff;
  transition: 0.25s;
}
footer .sectionOfBottomInfo .bottomNav li a:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
footer .sectionOfBottomInfo .bottomNav li a:focus {
  outline: none;
}

@media (max-height: 700px) {
  .sectionOfBanner .blockWithbannerDescription {
    top: 19%;
  }
  .sectionOfBanner .blockWithbannerDescription p {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1900px) {
  .sectionOfBanner {
    overflow: hidden;
  }
  .sectionOfBanner .DesignSpan {
    left: 322px;
  }
  .sectionOfBanner .DevelopmentSpan {
    left: 864px;
    bottom: 400px;
  }
  .sectionOfBanner .SupportSpan {
    left: 1244px;
    bottom: 416px;
    padding-right: 85px;
  }
  .sectionOfBanner .gistiGram {
    width: 1900px;
  }

  .modalWindow .modal-dialog {
    margin: 0 auto;
    width: 900px;
  }
}
@media (max-width: 1850px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 19.5%;
  }
}
@media (max-width: 1800px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 18.5%;
  }

  .descriptionOfIceberg.ThirdIcebergBlock {
    right: 3.5%;
  }

  .descriptionOfIceberg.FifthIcebergBlock {
    right: 2.5%;
  }

  .descriptionOfIceberg.SixthIcebergBlock {
    left: 15%;
  }

  .descriptionOfIceberg.SeventhIcebergBlock {
    right: 25%;
  }

  .modalWindow .modal-dialog {
    width: 800px;
  }
  .modalWindow .modal-dialog .modal-content {
    padding-top: 45px;
    height: 700px;
  }
  .modalWindow .modal-dialog .modal-content .modal-body {
    width: 740px;
    height: 415px;
  }

  .modalWindow .modal-dialog .modal-content .scroll {
    bottom: 20%;
  }
  .modalWindow .modal-dialog .modal-content .scroll .fa:last-of-type {
    display: none;
  }
}
@media (max-width: 1750px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 17.5%;
  }

  .sectionOfBanner .DesignSpan {
    bottom: 177px;
  }
  .sectionOfBanner .DevelopmentSpan {
    bottom: 333px;
  }
  .sectionOfBanner .gistiGram {
    bottom: -69px;
  }
  .sectionOfBanner .SupportSpan {
    bottom: 345px;
  }

  .descriptionOfIceberg.FirstIcebergBlock {
    bottom: 4%;
  }
}
@media (max-width: 1700px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 16.5%;
  }
}
@media (max-width: 1650px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 15.5%;
  }
}
@media (max-width: 1600px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 14.5%;
  }

  .descriptionOfIceberg.SecondIcebergBlock {
    left: 7%;
  }

  .descriptionOfIceberg.ThirdIcebergBlock {
    right: 2.5%;
  }

  .descriptionOfIceberg.FourthIcebergBlock {
    left: 7%;
  }

  .descriptionOfIceberg.SixthIcebergBlock {
    left: 12%;
  }

  .descriptionOfIceberg.SeventhIcebergBlock {
    right: 19%;
  }

  .sectionOfIceberg {
    height: 1700px;
  }
}
@media (max-width: 1550px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 13.5%;
  }
}
@media (max-width: 1500px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 12.5%;
  }

  .descriptionOfIceberg.FirstIcebergBlock {
    bottom: 2%;
  }

  .sectionOfBanner .DevelopmentSpan {
    bottom: 313px;
    left: 600px;
  }

  .sectionOfBanner .SupportSpan {
    left: 500px;
    right: 0;
    bottom: 324px;
    padding-right: 0;
    text-align: center;
  }

  .modalWindow .modal-dialog {
    width: 700px;
  }
  .modalWindow .modal-dialog .modal-content {
    padding-top: 33px;
    height: 600px;
  }
  .modalWindow .modal-dialog .modal-content .modal-body {
    width: 646px;
    height: 365px;
  }

  .modalWindow .modal-dialog .modal-content .scroll {
    bottom: 18.7%;
  }
}
@media (max-width: 1450px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 10.5%;
  }
}
@media (max-width: 1400px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 9%;
  }

  .sectionOfBanner .DesignSpan {
    bottom: 260px;
    left: 280px;
  }
  .sectionOfBanner .DevelopmentSpan {
    bottom: 280px;
    left: 552px;
  }
  .sectionOfBanner .gistiGram {
    bottom: -69px;
    height: 400px;
    left: -500px;
  }
  .sectionOfBanner .SupportSpan {
    left: 800px;
    bottom: 345px;
    right: auto;
  }

  .descriptionOfIceberg.SecondIcebergBlock {
    left: 4%;
  }

  .descriptionOfIceberg.ThirdIcebergBlock {
    right: 1%;
  }

  .descriptionOfIceberg.FourthIcebergBlock {
    left: 4%;
  }

  .descriptionOfIceberg.FifthIcebergBlock {
    right: 1%;
  }

  .descriptionOfIceberg.SixthIcebergBlock {
    left: 10%;
  }

  .descriptionOfIceberg.SeventhIcebergBlock {
    right: 14%;
  }

  .sectionOfIceberg {
    height: 1500px;
  }

  .sectionOfOutWorks {
    margin-top: -150px;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev {
    bottom: -25px;
    left: 47%;
    border: none;
    top: auto;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next {
    bottom: -25px;
    right: 47%;
    border: none;
    top: auto;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    top: 40%;
    left: 20px;
    border: 3px solid #777;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    top: 40%;
    right: 20px;
    border: 3px solid #777;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev:before {
    font-size: 35px;
    color: #777;
    left: 9px;
    top: -9px;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next:before {
    font-size: 35px;
    color: #777;
    right: 9px;
    top: -9px;
  }
}
@media (max-width: 1350px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 7%;
  }
}
@media (max-width: 1300px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 6%;
  }
}
@media (max-width: 1250px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 4%;
  }

  .descriptionOfIceberg.SixthIcebergBlock {
    left: 7%;
  }

  .descriptionOfIceberg.SeventhIcebergBlock {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 3%;
    width: 420px;
    bottom: 0;
  }
  .descriptionOfIceberg.FirstIcebergBlock h3:before {
    right: auto !important;
    left: -45% !important;
    background: url(../images/rightArrowBlock2.png) 50% 50% no-repeat !important;
    bottom: -12px;
  }

  .sectionOfIceberg {
    overflow: hidden;
    height: 1300px;
  }

  .sectionOfBanner .DesignSpan {
    bottom: 203px;
    left: 240px;
  }
  .sectionOfBanner .DevelopmentSpan {
    bottom: 210px;
    left: 530px;
  }
  .sectionOfBanner .gistiGram {
    bottom: -125px;
    height: 360px;
    left: -685px;
  }
  .sectionOfBanner .SupportSpan {
    left: 850px;
    bottom: 220px;
  }

  .descriptionOfIceberg {
    width: 225px;
  }
  .descriptionOfIceberg h3 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width: 85%;
  }
  .descriptionOfIceberg h3 br {
    display: none;
  }
  .descriptionOfIceberg p {
    line-height: 17px;
  }
  .descriptionOfIceberg p br {
    display: none;
  }

  .descriptionOfIceberg.rightBlockOfDescrp h3:before {
    background: url(../images/rightArrowBlock1.png) 50% 50% no-repeat;
    right: 0;
    left: auto;
    width: 361px;
  }

  .descriptionOfIceberg.leftBlockOfDescrp h3:before {
    background: url(../images/leftArrowBlock1.png) 50% 50% no-repeat;
    left: 0;
    width: 361px;
  }

  .navitagionBlock .containerFluid .mainNavigationBlock .navUl li a {
    padding: 25px 22px;
  }

  .navitagionBlock .containerFluid .mainNavigationBlock .getStartedButton {
    margin-top: 16px;
  }

  header {
    height: 70px;
  }
  header .headerLogo {
    margin-top: 21px;
  }

  .descriptionOfIceberg.SixthIcebergBlock {
    left: 10%;
  }

  .descriptionOfIceberg.SeventhIcebergBlock {
    right: 23%;
    top: 62%;
  }

  .sectionOfOutWorks .blockWithWriteUs .writeUsDescrp br {
    display: none;
  }

  .sectionOfOurAdvantage .mainTitle {
    font-size: 55px;
    line-height: 58px;
  }

  .sectionOfOurAdvantage .mainParagraph {
    font-size: 24px;
    line-height: 32px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp span {
    padding: 0 30px 0 35px;
    font-size: 14.4px;
    line-height: 15px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .First:before, .sectionOfOurAdvantage .blockWithServiceDecrp .Second:before {
    font-size: 50px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Third:before, .sectionOfOurAdvantage .blockWithServiceDecrp .Fourth:before, .sectionOfOurAdvantage .blockWithServiceDecrp .Fifth:before, .sectionOfOurAdvantage .blockWithServiceDecrp .Sixth:before {
    font-size: 39px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp span:after {
    font-size: 25px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Eighth:before {
    font-size: 34px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Seventh:before {
    background-size: cover;
    width: 35px;
    height: 40px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Third, .sectionOfOurAdvantage .blockWithServiceDecrp .Fourth {
    margin-left: 25px;
    padding-left: 50px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Fifth {
    padding-left: 45px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Sixth {
    padding-left: 50px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Seventh {
    padding-left: 45px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Eighth {
    padding: 0 0 0 95px;
  }

  .sectionOfStages .blockWithLinesOfWorks .firstBlock {
    left: 22px;
  }

  .sectionOfStages .blockWithLinesOfWorks .secondBlock {
    right: 130px;
  }

  .sectionOfStages .blockWithLinesOfWorks .thirdBlock {
    top: 215px;
    right: 160px;
  }

  .sectionOfStages .blockWithLinesOfWorks .fourthBlock {
    left: 145px;
    top: 240px;
  }

  .sectionOfStages .blockWithLinesOfWorks .fifthBlock {
    top: 520px;
    left: 180px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock h3 {
    padding-left: 7px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress {
    width: 132px;
    height: 132px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask {
    clip: rect(0px, 132px, 132px, 66px);
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .fill, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .shadow {
    width: 132px;
    height: 132px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset {
    width: 95px;
    height: 95px;
    margin-left: 19px;
    margin-top: 19px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage {
    top: 33px;
  }

  .sectionOfStages .blockWithLinesOfWorks .sixthBlock {
    right: 35.9%;
    top: 70%;
    padding: 3px 15px 65px 20px;
  }

  .sectionOfStages .blockWithLinesOfWorks .seventhBlock {
    padding-right: 60px;
  }

  .sectionOfStages .blockWithLinesOfWorks .blockOnImg p {
    font-size: 14px;
    line-height: 16px;
  }

  .sectionOfWhatWeAlsoCan .blockWithSTabs {
    width: 85%;
  }

  .sectionOfContacts .thirdBlock:before {
    top: 20px;
    left: -20px;
  }
  .sectionOfContacts .thirdBlock p {
    font-size: 14px;
    line-height: 22px;
  }

  .sectionOfContacts .secondBlock {
    padding-left: 40px;
  }
  .sectionOfContacts .secondBlock:before {
    top: 20px;
    left: -20px;
  }
  .sectionOfContacts .secondBlock p {
    font-size: 14px;
    line-height: 22px;
  }

  .sectionOfContacts .fourthBlock:before {
    top: 20px;
    left: -40px;
  }
  .sectionOfContacts .fourthBlock p {
    font-size: 14px;
    line-height: 22px;
  }

  .sectionOfContacts .blockWithMap .blockWithComunForm h3 {
    margin: 10px 0 20px;
    padding-bottom: 13px;
  }
  .sectionOfContacts .blockWithMap .blockWithComunForm form {
    padding: 0 25px;
  }
  .sectionOfContacts .blockWithMap .blockWithComunForm form .inputWithText {
    padding: 7px 15px;
    margin-bottom: 15px;
  }
  .sectionOfContacts .blockWithMap .blockWithComunForm form .textareaWithText {
    padding: 7px 15px;
    margin-bottom: 15px;
  }
  .sectionOfContacts .blockWithMap .blockWithComunForm form .customButton {
    width: 100%;
    margin-top: 10px;
  }

  footer .sectionOfChoice .footerTitle {
    font-size: 38px;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev, .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next {
    top: 33%;
  }
  #results {
    left: 0px;
    width: 232px;
    bottom: 27px;
  }
}
@media (max-width: 1125px) {
  .descriptionOfIceberg.FirstIcebergBlock {
    right: 0;
  }

  .preloaderBlock #video {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media (max-width: 1050px) {
  .descriptionOfIceberg h3:before {
    display: none;
  }

  .descriptionOfIceberg.SeventhIcebergBlock {
    width: 40%;
    right: 8%;
  }
}
@media (max-width: 991px) {
  header {
    height: 60px;
  }
  header .headerLogo {
    margin-top: 18px;
  }

  .navitagionBlock .containerFluid .mainNavigationBlock .getStartedButton {
    padding: 6px 23px 6px 25px;
    margin-left: 11px;
    margin-top: 10px;
  }

  .navitagionBlock .containerFluid .mainNavigationBlock .navUl li a {
    padding: 20px 8px;
  }

  .sectionOfBanner .blockWithbannerDescription p {
    font-size: 44px;
    line-height: 48px;
  }

  .sectionOfBanner .gistiGram {
    left: -800px;
  }
  .sectionOfBanner .DesignSpan {
    bottom: 207px;
    left: 87px;
  }
  .sectionOfBanner .DevelopmentSpan {
    bottom: 196px;
    left: 350px;
  }
  .sectionOfBanner .SupportSpan {
    left: 580px;
    bottom: 247px;
  }

  .descriptionOfIceberg.FirstIcebergBlock {
    right: auto;
    left: 4%;
  }

  .sectionOfIceberg {
    height: 1000px;
  }

  .sectionOfOutWorks {
    margin-top: -100px;
  }

  .descriptionOfIceberg {
    width: 315px;
  }

  .sectionOfOurAdvantage .mainTitle {
    font-size: 40px;
    line-height: 45px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp span {
    margin: 0 !important;
    width: 50%;
    padding: 0 30px 0 40px;
    height: 65px;
  }
  .sectionOfOurAdvantage .blockWithServiceDecrp span:after {
    right: 35px;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp .Fifth {
    clear: none;
  }

  .sectionOfStages .blockWithLinesOfWorks .blockOnImg h3 {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .sectionOfStages .blockWithLinesOfWorks .blockOnImg p {
    font-size: 13px;
  }

  .sectionOfStages .blockWithLinesOfWorks .firstBlock {
    left: 15px;
  }

  .sectionOfStages .blockWithLinesOfWorks .secondBlock {
    background-size: 34px;
    right: 75px;
    padding-left: 50px;
  }

  .sectionOfStages .blockWithLinesOfWorks .thirdBlock {
    top: 190px;
    right: 135px;
  }
  .sectionOfStages .blockWithLinesOfWorks .thirdBlock img {
    width: 100px;
    margin-bottom: 10px;
  }

  .sectionOfStages .blockWithLinesOfWorks .fourthBlock {
    width: 230px;
    height: 130px;
    left: 115px;
    top: 210px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fourthBlock br {
    display: none;
  }
  .sectionOfStages .blockWithLinesOfWorks .fourthBlock:before {
    font-size: 36px;
    left: -45px;
    top: 20px;
  }

  .sectionOfStages .blockWithLinesOfWorks .fifthBlock {
    top: 408px;
    left: 140px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock h3 {
    padding-left: 0;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask {
    clip: rect(0px, 100px, 100px, 50px);
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .mask, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .fill, .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .circle .shadow {
    width: 100px;
    height: 100px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset {
    width: 75px;
    height: 75px;
    margin-left: 12.5px;
    margin-top: 12.5px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage {
    top: 23px;
  }
  .sectionOfStages .blockWithLinesOfWorks .fifthBlock .radial-progress .inset .percentage span {
    font-size: 25px;
  }

  .sectionOfStages .blockWithLinesOfWorks {
    margin-bottom: 165px;
  }

  .sectionOfStages .blockWithLinesOfWorks .sixthBlock {
    right: 32.9%;
    top: 100%;
    padding: 3px 15px 65px 20px;
    transform: rotate(180deg);
  }
  .sectionOfStages .blockWithLinesOfWorks .sixthBlock h3 {
    position: relative;
    top: 55px;
    transform: rotate(180deg);
  }
  .sectionOfStages .blockWithLinesOfWorks .sixthBlock p {
    transform: rotate(180deg);
    position: relative;
    top: -15px;
  }

  .sectionOfStages .blockWithLinesOfWorks .seventhBlock {
    background-size: 40px;
  }

  .sectionOfWhatWeAlsoCan {
    padding-bottom: 25px;
  }
  .sectionOfWhatWeAlsoCan .titleHeader {
    margin: 45px 0 40px;
  }
  .sectionOfWhatWeAlsoCan .blockWithSTabs {
    width: 100%;
    margin-bottom: 30px;
  }
  .sectionOfWhatWeAlsoCan .blockWithHiddenP p br {
    display: none;
  }

  .sectionOfContacts .secondBlock {
    padding-left: 70px;
  }
  .sectionOfContacts .secondBlock:before {
    left: 0;
  }

  .sectionOfContacts .thirdBlock {
    clear: both;
    padding-left: 70px;
  }
  .sectionOfContacts .thirdBlock:before {
    left: 15px;
  }

  .sectionOfContacts .fourthBlock {
    padding-left: 70px;
  }
  .sectionOfContacts .fourthBlock:before {
    left: 0;
  }

  .sectionOfContacts .blockWithMap #map {
    width: 60%;
  }
  .sectionOfContacts .blockWithMap .blockWithComunForm {
    width: 40%;
  }

  footer .sectionOfChoice .footerTitle {
    font-size: 29px;
  }

  .myCustomModal .modal-dialog {
    width: 90%;
  }

  .modalWindow .modal-dialog {
    width: 600px;
  }
  .modalWindow .modal-dialog .modal-content {
    padding-top: 22px;
    height: 500px;
  }
  .modalWindow .modal-dialog .modal-content .modal-body {
    width: 555px;
    height: 311px;
  }

  .modalWindow .modal-dialog .modal-content .scroll {
    bottom: 18%;
  }
  .modalWindow .modal-dialog .modal-content .scroll .oval {
    width: 16px;
    height: 28px;
    border: 2px solid #000;
    margin-bottom: 0;
    margin-left: 1px;
  }
  .modalWindow .modal-dialog .modal-content .scroll .fa {
    font-size: 11px;
  }

  .modalWindow .modal-dialog .modal-content .close {
    top: 25px;
    right: 35px;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev {
    left: 45%;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next {
    right: 45%;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev, .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next {
    top: 27%;
  }
  #results {
    width: 238px;
  }
}
@media (max-width: 850px) {
  .preloaderBlock #video {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
}
@media (max-width: 767px) {
  .BatonMenu {
    display: inline-block;
  }

  .hiddenTabletLogo {
    display: inline-block;
  }

  header {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99;
    padding: 0 25px;
    display: none;
    transition: none;
  }
  header .headerLogo {
    margin-top: 15%;
    width: 100%;
    text-align: center;
  }
  header .navitagionBlock .containerFluid .mainNavigationBlock .getStartedButton {
    position: fixed;
    bottom: 25px;
    right: 30px;
  }
  header .navitagionBlock .containerFluid .mainNavigationBlock .navUl {
    width: 100%;
    margin-top: 15%;
  }
  header .navitagionBlock .containerFluid .mainNavigationBlock .navUl li {
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  header .navitagionBlock .containerFluid .mainNavigationBlock .navUl li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  header .navitagionBlock .containerFluid .mainNavigationBlock .navUl li a {
    text-transform: uppercase;
    width: 100%;
  }

  .sectionOfIceberg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }

  .sectionOfBanner .gistiGram, .sectionOfBanner .DesignSpan, .sectionOfBanner .DevelopmentSpan, .sectionOfBanner .SupportSpan {
    display: none !important;
  }

  .sectionOfBanner .topOfIceberg {
    width: 150%;
    left: -25%;
    z-index: 1;
  }

  .sectionOfIceberg {
    background-size: 150% 100%;
  }

  .descriptionOfIceberg p.secondShowP {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    width: 90%;
    font-size: 15px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999;
    padding: 30% 14% 0;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    text-align: justify;
  }
  .descriptionOfIceberg p.secondShowP:before {
    content: '\f00d';
    font-family: FontAwesome;
    color: #fff;
    top: 25px;
    right: 25px;
    position: absolute;
    font-size: 35px;
  }

  .descriptionOfIceberg {
    z-index: 1;
  }
  .descriptionOfIceberg h3 {
    font-size: 18px;
  }
  .descriptionOfIceberg .showAllSpan {
    font-size: 15px;
  }

  .descriptionOfIceberg.FirstIcebergBlock {
    z-index: 10;
    right: 10%;
    left: auto;
  }

  .descriptionOfIceberg .firstShowP {
    display: none;
  }

  .sectionOfIceberg {
    overflow: visible;
    z-index: 0;
  }

  .sectionOfBanner {
    overflow: visible;
  }

  .blockWithTopOfIceberg {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    height: 125px;
  }

  footer .sectionOfBottomInfo .bottomNav {
    width: 100%;
  }
  footer .sectionOfBottomInfo .bottomNav li {
    width: 20%;
  }

  footer .sectionOfBottomInfo .copyrightSpan {
    display: inline-block;
    margin-top: 30px;
    margin-left: 7%;
  }

  .sectionOfContacts .firstBlock h6 {
    font-size: 25px;
  }

  .sectionOfContacts .firstBlock p {
    font-size: 14px;
    line-height: 20px;
  }

  .sectionOfContacts .blockWithMap #map, .sectionOfContacts .blockWithMap .blockWithComunForm {
    width: 50%;
  }

  .descriptionOfIceberg.rightBlockOfDescrp {
    text-align: right;
  }

  .descriptionOfIceberg.ThirdIcebergBlock, .descriptionOfIceberg.FifthIcebergBlock {
    right: 4%;
  }

  .sectionOfOutWorks .blockWithWriteUs .formFromProjects {
    width: 100%;
  }

  .sectionOfOutWorks .blockWithWriteUs .writeUsDescrp {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 21px;
  }

  .wevesImage {
    display: none;
  }

  .sectionOfStages .blockWithLinesOfWorks {
    padding: 0;
    margin-bottom: 75px;
  }
  .sectionOfStages .blockWithLinesOfWorks:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #cccdd2;
    border-radius: 6px;
  }
  .sectionOfStages .blockWithLinesOfWorks .blockOnImg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    padding: 0 0 0 150px;
    margin-bottom: 50px;
    height: auto;
    transform: rotate(0deg);
    text-align: left;
  }
  .sectionOfStages .blockWithLinesOfWorks .blockOnImg h3 br, .sectionOfStages .blockWithLinesOfWorks .blockOnImg p br, .sectionOfStages .blockWithLinesOfWorks .blockOnImg img {
    display: none;
  }
  .sectionOfStages .blockWithLinesOfWorks .blockOnImg h3, .sectionOfStages .blockWithLinesOfWorks .blockOnImg p {
    position: static;
    transform: rotate(0deg);
  }
  .sectionOfStages .blockWithLinesOfWorks .blockOnImg .radial-progress {
    display: none;
  }
  .sectionOfStages .blockWithLinesOfWorks .blockOnImg:before {
    content: '';
    position: absolute;
    left: 37px;
    top: calc(50% - 25px);
    background: url("../images/worksPciker.png") 50% 50% no-repeat;
    width: 98px;
    height: 50px;
  }

  .sectionOfOutWorks .blockWithCarouselDescription .item {
    width: 100%;
  }

  .preloaderBlock {
    display: none;
  }

  .sectionOfBanner {
    background: url("../images/parallaxImg2.png") 50% 50% no-repeat !important;
  }

  .modalWindow .modal-dialog {
    width: 100%;
  }
  .modalWindow .modal-dialog .modal-content {
    padding-top: 0;
    height: auto;
    background: none;
    margin-top: 0;
  }
  .modalWindow .modal-dialog .modal-content .modal-body {
    width: 100%;
    height: 100vh;
    overflow: scroll;
  }

  .modalWindow .modal-dialog .modal-content .close {
    position: fixed;
  }
  .modalWindow .modal-dialog .modal-content .scroll {
    display: none;
  }

  footer .sectionOfBottomInfo .bottomNav li a {
    padding: 25px 0;
  }
  #results {
    width: 86.5%;
  }
}
@media (max-width: 600px) {
  .sectionOfOurAdvantage .blockWithServiceDecrp {
    margin-bottom: 20px;
  }
  .sectionOfOurAdvantage .blockWithServiceDecrp span {
    height: 90px;
  }

  .sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #6ca0b9;
  }
  .sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab:last-child {
    border: none;
  }

  .sectionOfContacts .blockWithMap {
    height: auto;
  }
  .sectionOfContacts .blockWithMap #map {
    width: 100%;
    height: 400px;
  }
  .sectionOfContacts .blockWithMap .blockWithComunForm {
    margin-top: 25px;
    width: 100%;
    position: static;
    padding: 0 25px 25px;
  }

  .myCustomModal .modal-dialog .modal-content {
    margin-top: 25px;
  }

  .myCustomModal .modal-dialog .modal-content .modal-body {
    padding: 0 15px 55px;
  }

  .myCustomModal .modal-dialog .modal-content .modal-header {
    padding: 15px 15px 0;
  }

  .myCustomModal .modal-dialog .modal-content .modal-body .modalForm input, .myCustomModal .modal-dialog .modal-content .modal-body .modalForm textarea {
    padding: 8px 10px 10px;
  }
  .descriptionOfIceberg p.secondShowP {
    padding: 20% 5% 20%;
    overflow: scroll;
    text-align: left;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev {
    left: 44%;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next {
    right: 44%;
  }
  .sectionOfWhatWeAlsoCan {
    background: #014268;
  }
  #results {
    width: 82.5%;
    bottom: 0px;
  }
}
@media (max-width: 479px) {
  .sectionOfBanner .blockWithbannerDescription p {
    font-size: 37px;
    line-height: 44px;
  }

  .sectionOfIceberg {
    height: 750px;
  }

  .descriptionOfIceberg {
    width: 100% !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 0 15px;
    height: auto;
    margin: 0 0 15px 0 !important;
  }

  .sectionOfOutWorks {
    margin-top: -58px;
  }

  .descriptionOfIceberg.FirstIcebergBlock {
    position: absolute;
    bottom: 10%;
    top: auto !important;
    left: auto !important;
    right: 4%;
  }

  .sectionOfOurAdvantage .mainTitle {
    font-size: 35px;
    line-height: 40px;
    margin-top: 35px;
  }
  .sectionOfOurAdvantage .mainTitle br {
    display: none;
  }

  .sectionOfOurAdvantage .mainParagraph {
    font-size: 20px;
    line-height: 28px;
  }
  .sectionOfOurAdvantage .mainParagraph br {
    display: none;
  }

  .sectionOfOurAdvantage .blockWithServiceDecrp span {
    width: 100%;
    height: 70px;
  }

  .sectionOfStages .blockWithLinesOfWorks:before {
    left: 10px;
  }

  .sectionOfStages .blockWithLinesOfWorks .blockOnImg {
    padding: 0 0 0 115px;
  }
  .sectionOfStages .blockWithLinesOfWorks .blockOnImg:before {
    left: 7px;
  }

  .sectionOfContacts {
    padding: 40px 0 60px;
  }
  .sectionOfContacts .firstBlock {
    width: 100%;
  }
  .sectionOfContacts .secondBlock, .sectionOfContacts .thirdBlock, .sectionOfContacts .fourthBlock {
    width: 50%;
    float: left;
    clear: none;
    padding-left: 50px;
  }
  .sectionOfContacts .secondBlock:before, .sectionOfContacts .thirdBlock:before, .sectionOfContacts .fourthBlock:before {
    font-size: 28px;
  }
  .sectionOfContacts .fourthBlock {
    clear: both;
  }
  .sectionOfContacts .secondBlock:before, .sectionOfContacts .fourthBlock:before {
    left: 15px;
  }

  .sectionOfContacts .blockWithMap .blockWithComunForm form {
    padding: 0;
  }

  footer .sectionOfBottomInfo .bottomNav li {
    width: 100%;
    border-bottom: 1px solid #237097;
  }
  footer .sectionOfBottomInfo .bottomNav li:first-child {
    border-top: 1px solid #237097;
  }

  footer .sectionOfBottomInfo .copyrightSpan {
    width: 100%;
    margin: 25px 0;
    font-size: 19px;
  }

  .myCustomModal .modal-dialog .modal-content .modal-body .modalForm input {
    width: 100%;
    margin-right: 0;
  }

  .sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab {
    width: 33%;
    border-right: 2px solid #6ca0b9;
    border-bottom: none;
    height: 90px;
  }
  .sectionOfWhatWeAlsoCan .blockWithSTabs .blockWIthTab p {
    display: none;
  }

  footer .sectionOfBottomInfo .bottomNav li a {
    width: 100%;
  }
   .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev {
    left: 42%;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next {
    right: 42%;
  }
  .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-prev, .sectionOfOutWorks #caouselOfProfects .owl-controls .owl-buttons .owl-next {
    top: 36%;
  }
  #results {
    width: 89.5%;
  }
}
@media (max-width: 400px) {
  .sectionOfOutWorks .blockWithWriteUs {
    margin-top: 25px;
  }
  .sectionOfOutWorks .blockWithWriteUs .formFromProjects .emailInput {
    width: 100%;
  }
  .sectionOfOutWorks .blockWithWriteUs .formFromProjects .customButton {
    width: 100%;
  }

  .sectionOfContacts .secondBlock, .sectionOfContacts .thirdBlock, .sectionOfContacts .fourthBlock {
    width: 100%;
    padding-left: 70px;
  }
  .sectionOfContacts .secondBlock:before, .sectionOfContacts .thirdBlock:before, .sectionOfContacts .fourthBlock:before {
    font-size: 33px;
  }

  .sectionOfContacts .blockWithMap #map {
    height: 300px;
  }
   .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-prev {
    left: 40%;
  }
  .sectionOfOutWorks .blockWithCarouselDescription .owl-controls .owl-buttons .owl-next {
    right: 40%;
  }
}
