/*	vars  */
/* fonts */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

ul, p {
  margin: 0;
  padding: 0; }

body {
  position: relative; }

img, a {
  display: block; }

.clearFix {
  clear: both; }

.noSelect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*


INDEX


*/
.mainWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .mainWrap .part {
    width: 50%;
    position: relative; }

.rPart .imgHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .rPart .imgHolder .textImg {
    position: absolute;
    width: 90%;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.lPart {
  padding: 55px 54px 41px 44px;
  position: relative; }
  .lPart .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .lPart .header .pageName {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 60px;
      line-height: 63px;
      color: #333; }
    .lPart .header .burgerHolder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .lPart .header .burgerHolder .burger {
        cursor: pointer;
        width: 24px;
        height: 24px;
        margin-bottom: 38px; }
      .lPart .header .burgerHolder .langHolder {
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        color: #333;
        font-size: 12px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .lPart .header .burgerHolder .langHolder .current {
          font-size: 16px; }
        .lPart .header .burgerHolder .langHolder .lang {
          margin-bottom: 15px; }
        .lPart .header .burgerHolder .langHolder a {
          color: #333;
          opacity: .7; }
          .lPart .header .burgerHolder .langHolder a:hover {
            color: #919a9e;
            opacity: 1;
            text-decoration: none; }
  .lPart .decorLine {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin-bottom: 30px; }
  .lPart .linkToMap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .lPart .linkToMap a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      line-height: 18px; }
      .lPart .linkToMap a img {
        width: 34px;
        margin: 0 20px; }
      .lPart .linkToMap a .type {
        text-decoration: underline;
        font-weight: 300;
        color: #87929d; }
      .lPart .linkToMap a .name {
        font-weight: 500;
        color: #333; }
    .lPart .linkToMap .toMapHover .type {
      text-decoration: none;
      color: #a0a4a7; }
    .lPart .linkToMap .toMapHover .name {
      color: #a0a4a7; }
  .lPart .menuWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.5%;
    height: 566px;
    z-index: 100;
    background: -webkit-linear-gradient(65deg, #c7cdd3 0%, #f1f7f8 65%, #f7fafa 97%);
    background: linear-gradient(25deg, #c7cdd3 0%, #f1f7f8 65%, #f7fafa 97%);
    display: none;
    padding: 107px 0 0 152px; }
    .lPart .menuWrap .menuClose {
      position: absolute;
      top: 55px;
      right: 54px;
      cursor: pointer;
      width: 23px; }
    .lPart .menuWrap .itemsWrap {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      line-height: 24px;
      font-weight: 300;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .lPart .menuWrap .itemsWrap .item {
        color: #333;
        text-decoration: none;
        margin-bottom: 40px; }
        .lPart .menuWrap .itemsWrap .item:last-child {
          margin-bottom: 0; }
      .lPart .menuWrap .itemsWrap .current {
        color: #919a9e; }
      .lPart .menuWrap .itemsWrap .mediumF {
        font-weight: 500; }

.categoryLinksWrap {
  margin-top: 40px;
  margin-bottom: 40px; }
  .categoryLinksWrap .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .categoryLinksWrap .catLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 90px; }
    .categoryLinksWrap .catLinks:last-child {
      margin-right: 0; }
    .categoryLinksWrap .catLinks .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #333;
      margin-bottom: 22px;
      position: relative;
      padding-left: 30px; }
      .categoryLinksWrap .catLinks .link .num {
        font-size: 11px;
        color: #88a3be;
        position: absolute;
        left: 0;
        top: 0; }
      .categoryLinksWrap .catLinks .link .linkName {
        text-decoration: none;
        color: #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .categoryLinksWrap .catLinks .link .linkName:hover {
          color: #919a9e; }

.footer {
  position: absolute;
  width: -webkit-calc(100% - 98px);
  width: calc(100% - 98px);
  left: 44px;
  bottom: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer .copy.abs {
    display: none; }
  .footer .textWrap {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 14px; }
    .footer .textWrap .text,
    .footer .textWrap a,
    .footer .textWrap .socWrap {
      margin-bottom: 14px; }
    .footer .textWrap .text.abs {
      display: none; }
    .footer .textWrap .footerLinks {
      color: #333;
      text-decoration: none; }
    .footer .textWrap .copy {
      margin-bottom: 0;
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      opacity: .7; }
    .footer .textWrap .socWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer .textWrap .socWrap a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #333; }
        .footer .textWrap .socWrap a:hover {
          text-decoration: none; }
        .footer .textWrap .socWrap a img {
          width: 9px;
          margin-right: 11px; }
  .footer .logoWrap .text {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    opacity: .8; }
  .footer .logoWrap .text.abs {
    display: none; }
  .footer .logoWrap a {
    margin: 0 0 -21px -91px;
    display: inline-block; }

  .footer .logoWrap a img{
    width: 123px; 
  }  

.mobLogoWrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobLogoWrap .inner img {
    width: 150px;
    margin-right: 15px; }
  .mobLogoWrap .inner .text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #333;
    line-height: 1.7; }

.scrollDecorWrap {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 5%; }
  .scrollDecorWrap .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-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; }
    .scrollDecorWrap .inner .scroll {
      width: 26px;
      margin: 20px 0; }
    .scrollDecorWrap .inner .scrollArrows {
      width: 15px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .scrollDecorWrap .inner .opa0 {
      opacity: 0; }

/*


PROJECTS


*/
.filterWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin-top: -50px; }
  .filterWrap * {
    cursor: pointer;
    text-decoration: underline; }
    .filterWrap *:hover {
      text-decoration: none;
      color: #919a9e; }
  .filterWrap .showItems {
    width: 148px;
    height: 40px;
    padding: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c7cdd3), to(#e3ecef));
    background: -webkit-linear-gradient(top, #c7cdd3 0%, #e3ecef 100%);
    background: linear-gradient(180deg, #c7cdd3 0%, #e3ecef 100%);
    text-decoration: none; }
    .filterWrap .showItems:hover {
      background: #a0a4a7;
      color: #333;
      text-decoration: none; }
    .filterWrap .showItems .inner {
      background: #fff;
      text-decoration: none;
      height: 100%;
      position: relative;
      text-align: center;
      line-height: 32px; }
      .filterWrap .showItems .inner:hover {
        color: #333;
        text-decoration: none; }
  .filterWrap .all {
    margin: 0 36px 0 38px; }

.categoryLinksWrap .catLinks .link .num {
  font-size: 11px;
  color: #88a3be;
  position: absolute;
  left: 0;
  top: 0; }

.categoryLinksWrap .catLinks .link .check {
  position: absolute;
  left: 0;
  top: 5px;
  display: none;
  cursor: pointer; }

.categoryLinksWrap .catLinks .link .linkName {
  text-decoration: none;
  color: #333;
  -webkit-transition: none;
  transition: none; }
  .categoryLinksWrap .catLinks .link .linkName:hover {
    color: #919a9e; }

.categoryLinksWrap .catLinks .select .num {
  display: none; }

.categoryLinksWrap .catLinks .select .check {
  display: block; }

.categoryLinksWrap .catLinks .select .projLink {
  font-weight: 400; }

.catFilterElem .num {
  cursor: pointer; }

.catHolderWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .catHolderWrap .catHolder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
    .catHolderWrap .catHolder .category {
      width: 33.3333333%;
      height: 25%;
      position: relative;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .catHolderWrap .catHolder .category .catHover {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-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;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.90196)), to(#eaf1f7));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.90196) 0%, #eaf1f7 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.90196) 0%, #eaf1f7 100%); }
        .catHolderWrap .catHolder .category .catHover .text {
          box-sizing: border-box;
          padding: 0 10px;
          text-decoration: none;
          font-family: "Oswald", sans-serif;
          font-size: 26px;
          font-weight: 400;
          color: #333;
          text-align: center; }
      .catHolderWrap .catHolder .category:hover .catHover {
        opacity: 1; }

.totalObj {
  margin-top: 0; }
  .totalObj .objNum {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 35px;
    color: #333; }
  .totalObj .text {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #96a3b0;
    font-weight: 400; }

/*


ABOUT


*/
.popupWrap{
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(181, 181, 181, .5);
}
.popupWrap .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 90px 146px 90px 100px;
}
.popupWrap .inner .popupClose{
  position: absolute;
  width: 23px;
  top: 18px;
  right: 29px;
  cursor: pointer;
}
.popupWrap .inner .text{
  line-height: 1.25;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #333;
}
.aboutTabsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  margin-top: -85px; }
  .aboutTabsWrap .tab {
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400; }
    .aboutTabsWrap .tab:hover {
      color: #919a9e; }
  .aboutTabsWrap .current {
    font-weight: 500; }

.innerTabImg,
.innerTexts {
  display: none; }

.innerTabImg1,
.innerTexts1 {
  display: block; }

.customScrollBlock {
  margin-top: 60px;
  height: 475px;
  position: relative; }
  .customScrollBlock .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 135px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%); }
  .customScrollBlock .mCSB_inside > .mCSB_container {
    margin: 0; }
  .customScrollBlock .mCSB_scrollTools {
    opacity: 0 !important; }
  .customScrollBlock .mCSB_scrollTools .mCSB_dragger,
  .customScrollBlock .mCSB_scrollTools .mCSB_draggerRail {
    cursor: default !important; }
  .customScrollBlock .title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 55px;
    position: relative;
    z-index: 0; }
  .customScrollBlock .desc {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    position: relative;
    z-index: 0;
    margin-bottom: 20px; }
    .customScrollBlock .desc:last-child {
      margin-bottom: 100px; }

.contactsForm {
  display: block;
  width: 100%;
  margin-top: 105px; }
  .contactsForm .title {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px; }
  .contactsForm .desc {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #929aa3; }
  .contactsForm .input {
    display: block;
    width: 100%;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #c7ced3;
    padding-bottom: 9px;
    font-size: 16px;
    font-family: "Arial", sans-serif;
    color: #333;
    font-weight: 400;
    margin-top: 35px; }
    .contactsForm .input::-webkit-input-placeholder {
      color: #333333; }
    .contactsForm .input::-moz-placeholder {
      color: #333333; }
    .contactsForm .input:-ms-input-placeholder {
      color: #333333; }
    .contactsForm .input:-moz-placeholder {
      color: #333333; }
  .contactsForm .error {
    border-bottom: 1px solid #e92650; }
  .contactsForm .inputWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .contactsForm .inputWrap .input {
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px); }
    .contactsForm .inputWrap .dropInput {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 10px;
      cursor: pointer; }
      .contactsForm .inputWrap .dropInput img {
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .contactsForm .inputWrap .dropInput .innerDrop {
        display: none;
        position: absolute;
        padding-top: 15px;
        top: 27px;
        left: 0;
        width: 100%;
        background: #fff; }
        .contactsForm .inputWrap .dropInput .innerDrop .item {
          margin-bottom: 22px;
          cursor: pointer; }
          .contactsForm .inputWrap .dropInput .innerDrop .item:last-child {
            margin-bottom: 0; }
    .contactsForm .inputWrap .open img {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .contactsForm .bottom {
    margin-top: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative; }
    .contactsForm .bottom .errorMes {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-family: "Arial", sans-serif;
      /*font-weight: 12;*/
      font-weight: 400;
      color: #333; }
    .contactsForm .bottom label {
      margin-right: 36px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .contactsForm .bottom label input {
        display: none; }
      .contactsForm .bottom label img {
        width: 31px;
        margin-right: 20px;
        cursor: pointer; }
      .contactsForm .bottom label .text {
        text-decoration: underline;
        font-family: "Arial", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        cursor: pointer; }
      .contactsForm .bottom label:hover .text {
        text-decoration: none; }
    .contactsForm .bottom button {
      border: none;
      background: -webkit-gradient(linear, left top, right top, from(#c7cdd3), to(#e3ecef));
      background: -webkit-linear-gradient(left, #c7cdd3 0%, #e3ecef 100%);
      background: linear-gradient(90deg, #c7cdd3 0%, #e3ecef 100%);
      padding: 2px;
      width: 231px;
      height: 40px;
      outline: none; }
      .contactsForm .bottom button .inner {
        background: #fff;
        text-align: center;
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        width: 100%;
        height: 36px;
        line-height: 34px; }
      .contactsForm .bottom button:hover {
        background: #c7cdd3; }

.rPart .imgHolder {
  position: relative; }
  .rPart .imgHolder .toGoogleMap {
    position: absolute;
    top: 6.6%;
    right: 17.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 300; }
    .rPart .imgHolder .toGoogleMap a {
      font-weight: 400;
      color: #333;
      margin-left: 5px; }
      .rPart .imgHolder .toGoogleMap a:hover {
        text-decoration: none; }

/*


PROJECT


*/
.projectInfo .title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #333; }

.projectInfo .place {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #333;
  margin: 10px 0 15px 0; }

.projectInfo .desc {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px; } 

.projectInfo .mainInfoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .projectInfo .mainInfoWrap .mainInfo {
    margin-right: 50px; }
    .projectInfo .mainInfoWrap .mainInfo:last-child {
      margin-right: 0; }
    .projectInfo .mainInfoWrap .mainInfo .nums {
      font-size: 24px;
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      color: #333;
      margin-bottom: 18px;
      line-height: 1; }
    .projectInfo .mainInfoWrap .mainInfo .text {
      font-family: "Arial", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #96a3b0;
      line-height: 1; }

.projectVisualWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0; }
  .projectVisual.projectImgHolder{
    width: 100%;
  }
  .projectVisualWrap .projectVisual {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .projectVisualWrap .videoWrap {
    position: relative; }
    .projectVisualWrap .videoWrap .videoPreviewGrad {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .9;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fdfffe), color-stop(19%, #fdfffe), color-stop(56%, #dbe1e4), to(#b9c2ca));
      background: -webkit-linear-gradient(top, #fdfffe 1%, #fdfffe 19%, #dbe1e4 56%, #b9c2ca 100%);
      background: linear-gradient(180deg, #fdfffe 1%, #fdfffe 19%, #dbe1e4 56%, #b9c2ca 100%); }
      .projectVisualWrap .videoWrap .videoPreviewGrad svg {
        fill: #333333;
        width: 97px;
        height: 97px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .projectVisualWrap .videoWrap .videoPreviewGrad svg:hover {
          fill: #a0a4a7; }
      .projectVisualWrap .videoWrap .videoPreviewGrad:hover {
        background-image: -webkit-linear-gradient(180deg, #fdfffe 1%, #fdfffe 19%, #dbe1e4 56%, #b9c2ca 100%);
        opacity: .8; }
    .projectVisualWrap .videoWrap .videoPreview {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .projectVisualWrap .videoWrap video,.projectVisualWrap .videoWrap iframe {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none; }

.counter {
  position: absolute;
  z-index: 1;
  top: 33.5%;
  right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 3px #000; }
  .counter .decor {
    margin: 0 2px; }
  .youtubeVideo {
      height: 400px;
  }