@charset "UTF-8";
/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #000; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #000;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0; }

.content-width {
  width: 1165px;
  margin: auto; }

h1 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  margin: 0 0 30px; }

h2 {
  font-size: 28px;
  font-family: "HK Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: normal;
  margin: 0 0 30px; }

h3 {
  color: #000;
  font-family: "HK Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 30px; }

h4 {
  color: #000;
  font-family: "HK Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 30px; }

h5 {
  color: #000;
  font-family: "HK Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px; }

h6 {
  color: #000;
  font-family: "HK Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px; }

/*------------------------HEADER--------------------------------*/
.country {
  width: 100%; }
  .country img {
    width: 18px; }

.lang-wrap .select2 img {
  position: relative;
  top: 3px;
  border-radius: 100%; }

.select2-results img {
  position: relative;
  top: 3px;
  border-radius: 100%; }

.select2-container--default .select2-results__option {
  background: #fff; }

.select2-results__option {
  background: #fff !important; }

.select2-results__option span {
  color: #000; }

.select2-results__option:hover {
  opacity: 0.7; }

.top-line {
  padding: 10px 0 0;
  position: relative;
  z-index: 10; }
  .top-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-line .content-width .logo {
      width: 103px;
      padding-left: 11px; }
      .top-line .content-width .logo img {
        width: 100%; }
    .top-line .content-width .lang-wrap {
      width: 150px;
      padding: 12px 0 0 25px; }
    .top-line .content-width .top-menu {
      width: calc(100% - 253px);
      text-align: right;
      padding: 13px 10px 0 0; }
      .top-line .content-width .top-menu ul li {
        display: inline-block;
        margin-left: 43px; }
        .top-line .content-width .top-menu ul li a {
          color: rgba(0, 0, 0, 0.6);
          font-size: 15px;
          font-weight: 500;
          line-height: 19px; }
          .top-line .content-width .top-menu ul li a:hover {
            color:#000; }
      .top-line .content-width .top-menu ul li.active a {
        font-weight: 700; }

.select2-container {
  max-width: 100%;
  outline: none; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0 solid #aaa;
  border-radius: 0;
  outline: none !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.6);
  font-family: "HK Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px; }

.select2-dropdown {
  border: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 230px; }

.header-content {
  padding: 299px 0 122px;
  text-align: center;
  background-image: url("/wp-content/uploads/2021/02/banner-top-new1.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .header-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
/*   shadow above slider 
 *  background-color: rgba(0, 0, 0, 0.2); */
}
  .header-content .content-width {
    position: relative;
    z-index: 1; }
  .header-content h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    color: #fff; }

.btn-default {
  display: inline-block;
  width: auto;
  padding: 0 25px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.28px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }
  .btn-default:hover {
    background: #000;
    color: #fff; }

header {
  margin: 0 0 56px; }

/*---------------------------END-HEADER---------------------------*/
/*---------------------------SERVICES---------------------------*/
.services-wrap {
  margin: 0 0 55px;
  text-align: center; }
  .services-wrap h2 {
    margin-bottom: 26px;
    text-transform: uppercase; }
  .services-wrap p.top {
    color: #000000;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 670px; }
  .services-wrap .services-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .services-wrap .services-content .item {
      width: 20%;
      margin-bottom: 20px;
      padding: 0 20px; }
      .services-wrap .services-content .item figure {
        margin-bottom: 2px; }
        .services-wrap .services-content .item figure a:hover {
          opacity: 0.7; }
      .services-wrap .services-content .item h6 {
        margin-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 40px; }
        .services-wrap .services-content .item h6 a {
          font-family: 'SF Text', sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 19px;
          display: block;
          width: 100%; }
      .services-wrap .services-content .item p {
        opacity: 0.65;
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px; }

/*--------------------------END-SERVICES---------------------------*/
/*--------------------------PORTFOLIO---------------------------*/
.portfolio-wrap {
  padding: 60px 0;
  background-color: rgba(202, 207, 217, 0.2);
  text-align: center;
  margin: 0 0 52px; }
  .portfolio-wrap h2 {
    margin-bottom: 31px;
    text-transform: uppercase; }
  .portfolio-wrap p.top {
    color: #000000;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    max-width: 810px;
    margin: 0 auto 55px; }
  .portfolio-wrap .portfolio-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 13px; }
    .portfolio-wrap .portfolio-content .item {
      height: 345px;
      width: 23%;
      margin-bottom: 25px;
      margin-right: 2.66%; }
      .portfolio-wrap .portfolio-content .item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .portfolio-wrap .portfolio-content .item a:hover {
          opacity: 0.7; }
        .portfolio-wrap .portfolio-content .item a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .portfolio-wrap .portfolio-content .item a p {
          position: absolute;
          bottom: 13px;
          left: 0;
          max-width: 85%;
          background: #fff;
          padding: 7px 10px 7px 14px;
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          text-align: left;
          display: inline-block;
          width: auto; }
    .portfolio-wrap .portfolio-content .item:nth-child(4n) {
      margin-right: 0; }

/*-------------------------END-PORTFOLIO---------------------------*/
/*-------------------------CLIENT---------------------------*/
.client-wrap {
  margin: 0 0 58px;
  text-align: center;
  border-bottom: 1px solid #DADFEA;
  padding: 0 0 59px; }
  .client-wrap h2 {
    margin-bottom: 35px; }
  .client-wrap .client-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .client-wrap .client-content figure {
      width: 15%;
      margin-bottom: 20px;
      margin-right: 1.66%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-height: 95px; }
      .client-wrap .client-content figure img {
        max-width: 80%;
        height: auto;
        width: auto; }
    .client-wrap .client-content .item:nth-child(6n) {
      margin-right: 0; }

/*------------------------END-CLIENT---------------------------*/
/*------------------------ABOUT---------------------------*/
.about-wrap {
  text-align: center;
  margin: 0 0 70px; }
  .about-wrap h2 {
    margin-bottom: 35px;
    text-transform: uppercase; }
  .about-wrap .about-content {
    margin: auto;
    max-width: 750px; }
    .about-wrap .about-content p {
      font-size: 16px;
      line-height: 25px;
      text-align: center;
      margin-bottom: 7px; }
    .about-wrap .about-content a {
      display: inline-block;
      font-size: 17px;
      font-weight: 600;
      line-height: 1;
      border-bottom: 1px solid #000;
      margin: 10px auto 0; }
      .about-wrap .about-content a:hover {
        opacity: 0.7; }

/*-----------------------END-ABOUT---------------------------*/
/*-----------------------CONSULTATION---------------------------*/
.consultation-wrap {
  padding: 59px 0 68px;
  text-align: center;
  margin: 0 0 53px;
  background-color: rgba(202, 207, 217, 0.2); }
  .consultation-wrap h2 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .consultation-wrap p {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    max-width: 750px;
    margin: 0 auto 30px; }
  .consultation-wrap .btn-border {
    background: transparent;
    padding: 0 35px; }
    .consultation-wrap .btn-border:hover {
      background: #000; }

.btn-border {
  border: 2px solid #000000; }

/*----------------------END-CONSULTATION---------------------------*/
/*----------------------OFFICES---------------------------*/
.offices-wrap {
  margin: 0 0 41px;
  text-align: center; }
  .offices-wrap h2 {
    text-transform: uppercase;
    margin-bottom: 30px; }
  .offices-wrap .offices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 13px; }
    .offices-wrap .offices-content .item {
      width: 31.5%;
      margin: 0 2.75% 20px 0;
      position: relative;
      height: 208px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 27px 20px 20px; }
      .offices-wrap .offices-content .item h6 {
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0.3px;
        line-height: 25px;
        text-align: center;
        text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
        margin-bottom: 12px;
        color: #fff; }
      .offices-wrap .offices-content .item p {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        text-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
        margin: 0;
        color: #fff; }
        .offices-wrap .offices-content .item p span {
          display: block; }
      .offices-wrap .offices-content .item img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: -1; }
    .offices-wrap .offices-content .item:nth-child(3n) {
      margin-right: 0; }

/*---------------------END-OFFICES---------------------------*/
/*---------------------FOOTER---------------------------*/
footer {
  padding: 53px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.85); }
  footer .logo {
    width: 72px;
    margin: 0 auto 5px; }
    footer .logo img {
      width: 100%; }
    footer .logo a:hover {
      opacity: 0.7; }
  footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    opacity: 0.8;
    margin-bottom: 17px;
    color: #fff; }
    footer p span {
      display: block; }
  footer ul {
    margin: 0 0 20px; }
    footer ul li {
      font-size: 16px;
      font-weight: 500;
      line-height: 23px;
      text-align: center;
      color: #fff; }
      footer ul li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        text-align: center;
        color: #fff; }
        footer ul li a:hover {
          opacity: 0.7; }
  footer p.bottom {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    opacity: 0.8;
    margin: 27px 0 0; }

/*--------------------END-FOOTER---------------------------*/
/*--------------------PAGE-PORTFOLIO---------------------------*/
.page header {
  border-bottom: 1px solid #DADFEA;
  margin: 0; }

.page-portfolio .portfolio-wrap {
  background: #fff;
  padding: 44px 0; }
  .page-portfolio .portfolio-wrap h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.24px;
    line-height: normal;
    text-transform: uppercase; }

/*-------------------END-PAGE-PORTFOLIO---------------------------*/
/*--------------------PAGE-PORTFOLIO-ITEM--------------------------*/
.breadcrumb {
  margin: 16px auto 14px;
  padding: 0 0 0 15px; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li a {
      font-size: 12px;
      font-weight: 500;
      line-height: 23px;
      opacity: 0.45; }
      .breadcrumb li a i {
        -webkit-transition: none;
        transition: none;
        margin-right: 5px; }
      .breadcrumb li a:hover {
        opacity: 1; }

.portfolio-item-wrap {
  margin: 0 0 94px; }
  .portfolio-item-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .portfolio-item-wrap .content-width .left {
      width: 482px; }
      .portfolio-item-wrap .content-width .left img {
        width: 100%; }
    .portfolio-item-wrap .content-width .mobile {
      display: none;
      width: 100%;
      margin-bottom: 30px; }
      .portfolio-item-wrap .content-width .mobile h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 0; }
    .portfolio-item-wrap .content-width .right {
      width: calc(100% - 530px);
      padding: 15px 0 0; }
      .portfolio-item-wrap .content-width .right h1 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.24px;
        line-height: normal;
        margin-bottom: 25px; }
      .portfolio-item-wrap .content-width .right p {
        font-size: 17px;
        font-weight: 500;
        line-height: 27px;
        margin-bottom: 39px;
        max-width: 525px; }
      .portfolio-item-wrap .content-width .right .btn-default {
        padding: 0 31px; }

/*-------------------END-PAGE-PORTFOLIO-ITEM--------------------------*/
/*--------------------PAGE-INQUIRY-FORM--------------------------*/
.inquiry-form-wrap {
  margin: 0 0 60px;
  background-color: rgba(202, 207, 217, 0.2); }
  .inquiry-form-wrap h1 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.24px;
    line-height: 37px;
    text-align: center;
    background: #fff;
    margin: 0;
    padding: 30px 0 33px;
    text-transform: uppercase; }
  .inquiry-form-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 13px; }
    .inquiry-form-wrap .content-width .left {
      width: 380px;
      padding: 49px 0 0; }
      .inquiry-form-wrap .content-width .left p {
        font-size: 17px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 25px; }
        .inquiry-form-wrap .content-width .left p span {
          display: block;
          margin-bottom: 8px; }
      .inquiry-form-wrap .content-width .left p.top {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        font-family: 'SF Text', sans-serif;
        margin: 0 0 17px; }
      .inquiry-form-wrap .content-width .left ul {
        margin: 0 0 32px; }
        .inquiry-form-wrap .content-width .left ul li {
          font-size: 16px;
          font-weight: 500;
          line-height: 19px;
          font-family: 'SF Text', sans-serif;
          margin: 0 0 13px; }
          .inquiry-form-wrap .content-width .left ul li img {
            width: 25px;
            border-radius: 3px;
            margin-right: 13px;
            position: relative;
            vertical-align: top;
            top: 2px; }
          .inquiry-form-wrap .content-width .left ul li a {
            font-size: 17px;
            font-weight: 500;
            line-height: 22px; }
            .inquiry-form-wrap .content-width .left ul li a:hover {
              opacity: 0.7; }
        .inquiry-form-wrap .content-width .left ul .tel {
          margin: 0 0 8px; }
      .inquiry-form-wrap .content-width .left p.bottom {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        opacity: 0.65;
        margin: 45px 0 0; }
    .inquiry-form-wrap .content-width .right {
      width: 382px;
      margin: -1px 0 0; }
      .inquiry-form-wrap .content-width .right label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: 18px; }
      .inquiry-form-wrap .content-width .right input {
        border: 1px solid #DADFEA;
        background-color: #FFFFFF;
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
        letter-spacing: 0.28px;
        width: 100%;
        outline: none; }
      .inquiry-form-wrap .content-width .right textarea {
        font-size: 14px;
        letter-spacing: 0.28px;
        width: 100%;
        padding: 10px;
        height: 153px;
        resize: none;
        color: #000;
        line-height: normal;
        outline: none; }
      .inquiry-form-wrap .content-width .right .input-wrap {
        margin-bottom: 23px; }
      .inquiry-form-wrap .content-width .right .select2-container--default .select2-selection--single {
        border: 1px solid #DADFEA;
        background-color: #FFFFFF;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        letter-spacing: 0.28px;
        width: 100%;
        outline: none !important;
        line-height: 38px;
        color: #000; }
      .inquiry-form-wrap .content-width .right .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        letter-spacing: 0.28px;
        height: 40px;
        line-height: 38px;
        color: #000; }
      .inquiry-form-wrap .content-width .right .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px; }
      .inquiry-form-wrap .content-width .right .select2-container {
        min-width: 100%; }
      .inquiry-form-wrap .content-width .right .input-wrap-check {
        margin-top: -18px;
        margin-bottom: 15px; }
        .inquiry-form-wrap .content-width .right .input-wrap-check p input[type="radio"] + span {
          font-size: 14px;
          letter-spacing: 0.28px;
          line-height: 14px;
          border-bottom: 1px solid transparent; }
        .inquiry-form-wrap .content-width .right .input-wrap-check p input[type="radio"]:checked + span {
          border-bottom: 1px solid #000; }
        .inquiry-form-wrap .content-width .right .input-wrap-check input[type=radio] {
          margin: 0;
          display: none; }
        .inquiry-form-wrap .content-width .right .input-wrap-check p {
          font-size: 14px;
          letter-spacing: 0.28px;
          line-height: 14px;
          display: inline-block;
          margin-right: 10px; }
      .inquiry-form-wrap .content-width .right .input-wrap-submit button {
        width: 100%;
        text-align: center;
        cursor: pointer;
        outline: none;
        background: transparent; }
        .inquiry-form-wrap .content-width .right .input-wrap-submit button:hover {
          background: #000; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000;
  font-weight: 700; }

/*-------------------END-PAGE-INQUIRY-FORM--------------------------*/
/*--------------------PAGE-CONTACT--------------------------*/
.page-contact .inquiry-form-wrap .content-width .right {
  margin: 0;
  padding: 20px 0 0; }
.page-contact .inquiry-form-wrap .content-width .right textarea {
  height: 105px; }
.page-contact .inquiry-form-wrap .content-width {
  padding: 50px 13px 90px; }

/*-------------------END-PAGE-CONTACT--------------------------*/
/*--------------------PAGE-VACANCIES--------------------------*/
.vacancies-wrap {
  margin: 0 0 110px; }
  .vacancies-wrap h1 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.24px;
    line-height: 37px;
    text-align: center;
    background: #fff;
    margin: 0;
    padding: 30px 0 33px;
    text-transform: uppercase; }
  .vacancies-wrap .search-block {
    background-color: rgba(202, 207, 217, 0.2); }
    .vacancies-wrap .search-block .content-width {
      max-width: 809px; }
    .vacancies-wrap .search-block .classic-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 34px 0 16px; }
      .vacancies-wrap .search-block .classic-form .input-wrap {
        width: 49%;
        margin-bottom: 20px; }
        .vacancies-wrap .search-block .classic-form .input-wrap input {
          border: 1px solid #DADFEA;
          background-color: #FFFFFF;
          height: 40px;
          padding: 0 10px;
          font-size: 16px;
          letter-spacing: 0.28px;
          width: 100%;
          outline: none; }
        .vacancies-wrap .search-block .classic-form .input-wrap label {
          display: none; }
      .vacancies-wrap .search-block .classic-form .input-wrap-full {
        width: 100%; }
        .vacancies-wrap .search-block .classic-form .input-wrap-full button {
          width: 100%;
          text-align: center;
          cursor: pointer;
          outline: none;
          background: transparent; }
          .vacancies-wrap .search-block .classic-form .input-wrap-full button:hover {
            background: #000; }
      .vacancies-wrap .search-block .classic-form .input-wrap-checkbox {
        padding: 11px 0; }
        .vacancies-wrap .search-block .classic-form .input-wrap-checkbox input[type=checkbox] {
          margin: 0;
          display: none; }
        .vacancies-wrap .search-block .classic-form .input-wrap-checkbox p input[type="checkbox"] + span {
          height: 17px;
          width: 17px;
          border: 2px solid #000000;
          border-radius: 2px;
          position: absolute;
          top: 0;
          left: 0;
          background: transparent;
          cursor: pointer; }
        .vacancies-wrap .search-block .classic-form .input-wrap-checkbox p.checkbox {
          padding-left: 25px;
          position: relative;
          font-size: 14px;
          letter-spacing: 0.28px;
          line-height: 18px;
          display: inline-block;
          margin-right: 25px; }
        .vacancies-wrap .search-block .classic-form .input-wrap-checkbox p input[type="checkbox"]:checked + span {
          background: #000; }
        .vacancies-wrap .search-block .classic-form .input-wrap-checkbox p input[type="checkbox"]:checked + span:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: '\f00c';
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          color: #fff;
          font-size: 10px; }
  .vacancies-wrap .result-wrap {
    padding-top: 3px; }
    .vacancies-wrap .result-wrap .content-width {
      max-width: 809px; }
    .vacancies-wrap .result-wrap .line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 64px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #DADFEA;
      margin: 0 0 3px; }
      .vacancies-wrap .result-wrap .line .name {
        width: 60%;
        padding-right: 30px; }
        .vacancies-wrap .result-wrap .line .name a {
          font-family: 'SF Text', sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 19px; }
          .vacancies-wrap .result-wrap .line .name a:hover {
            opacity: 0.7; }
      .vacancies-wrap .result-wrap .line .loc {
        width: 20%; }
        .vacancies-wrap .result-wrap .line .loc p {
          font-size: 14px;
          font-weight: 500;
          line-height: 23px;
          opacity: 0.65; }
      .vacancies-wrap .result-wrap .line .time-wrap {
        width: 20%;
        text-align: right; }
        .vacancies-wrap .result-wrap .line .time-wrap p {
          font-size: 14px;
          font-weight: 500;
          line-height: 23px;
          opacity: 0.65;
          position: relative;
          top: -5px; }
        .vacancies-wrap .result-wrap .line .time-wrap p.top {
          font-size: 14px;
          font-weight: bold;
          line-height: 23px;
          margin-bottom: 5px;
          color: #4CD964;
          top: 0; }
        .vacancies-wrap .result-wrap .line .time-wrap p.top.blue {
          color: #007AFF; }

/*-------------------END-PAGE-VACANCIES--------------------------*/
/*--------------------PAGE-JOP-POST--------------------------*/
.job-item-wrap {
  margin: 0 0 66px; }
  .job-item-wrap h1 {
    text-align: center;
    margin: 0 0 20px; }
  .job-item-wrap .content-width {
    max-width: 810px; }
  .job-item-wrap .top-line {
    margin-bottom: 26px; }
    .job-item-wrap .top-line p {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      opacity: 0.65;
      margin-right: 20px; }
      .job-item-wrap .top-line p i {
        margin-right: 7px; }
    .job-item-wrap .top-line p.time {
      opacity: 1;
      font-size: 14px;
      font-weight: bold;
      line-height: 22px;
      padding: 0 7px;
      background-color: #4CD964;
      color: #fff;
      margin-right: 29px; }
  .job-item-wrap .job-item-content {
    margin: 0 0 79px; }
    .job-item-wrap .job-item-content p {
      margin-bottom: 8px;
      font-size: 17px;
      font-weight: 500;
      line-height: 27px; }
      .job-item-wrap .job-item-content p a {
        font-size: 17px;
        font-weight: 500;
        line-height: 27px; }
        .job-item-wrap .job-item-content p a:hover {
          opacity: 0.7;
          display: inline-block; }
    .job-item-wrap .job-item-content ul {
      margin-bottom: 10px; }
      .job-item-wrap .job-item-content ul li {
        padding-left: 14px;
        position: relative;
        margin: 0 0 10px; }
        .job-item-wrap .job-item-content ul li:before {
          position: absolute;
          top: 0;
          left: 1px;
          content: '–';
          font-size: 17px;
          font-weight: 500;
          line-height: 27px; }
    .job-item-wrap .job-item-content .btn-wrap {
      margin-top: 86px; }
      .job-item-wrap .job-item-content .btn-wrap .btn-default {
        height: 46px;
        line-height: 44px; }
  .job-item-wrap .share-block h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 33px; }
  .job-item-wrap .share-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 36px; }
    .job-item-wrap .share-block ul li {
      width: 77px;
      text-align: center; }
      .job-item-wrap .share-block ul li a {
        font-size: 16px; }
        .job-item-wrap .share-block ul li a:hover {
          color: #007AFF; }

.page-job-post .breadcrumb {
  margin: 10px auto 9px; }

.page-contact .inquiry-form-wrap h1 {
  padding: 39px 0 24px; }

/*-------------------END-PAGE-JOP-POST--------------------------*/
/*--------------------PAGE-SERVICES--------------------------*/
.page-services .services-wrap p.top {
  margin: 0 auto 62px; }
.page-services .services-wrap {
  padding: 43px 0;
  margin: 0 0 18px; }
  .page-services .services-wrap h1 {
    text-transform: uppercase;
    margin: 0 0 34px; }
  .page-services .services-wrap .services-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 13px; }
    .page-services .services-wrap .services-content .item {
      text-align: left;
      padding: 0;
      width: 31.5%;
      margin: 0 2.75% 56px 0; }
      .page-services .services-wrap .services-content .item figure {
        height: 148px;
        margin-bottom: 30px; }
        .page-services .services-wrap .services-content .item figure img {
          height: 100%; }
      .page-services .services-wrap .services-content .item h4 {
        margin-bottom: 12px; }
        .page-services .services-wrap .services-content .item h4 a {
          font-size: 22px;
          font-weight: 600;
          line-height: 24px; }
          .page-services .services-wrap .services-content .item h4 a:hover {
            opacity: 0.7; }
      .page-services .services-wrap .services-content .item p {
        margin-bottom: 13px;
        font-size: 17px;
        font-weight: 500;
        line-height: 27px; }
      .page-services .services-wrap .services-content .item .btn-border {
        padding: 0 39px;
        height: 36px;
        line-height: 34px; }
    .page-services .services-wrap .services-content .item:nth-child(3n) {
      margin-right: 0; }

/*-------------------END-PAGE-SERVICES--------------------------*/
/*--------------------PAGE-SERVICE-ITEM-------------------------*/
.page-service-item .breadcrumb {
  margin: 16px auto 3px; }

.service-item-wrap {
  padding: 0 0 0;
  overflow: hidden; }
  .service-item-wrap h1 {
    text-align: center;
    margin-bottom: 26px; }
  .service-item-wrap p.top {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 auto 50px;
    max-width: 750px; }
  .service-item-wrap .service-item-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 50px 0 70px; }
    .service-item-wrap .service-item-content .item:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      content: '';
      background-color: rgba(202, 207, 217, 0.2);
      z-index: -1; }
    .service-item-wrap .service-item-content .item figure {
      width: 35%; }
      .service-item-wrap .service-item-content .item figure img {
        width: 100%;
        height: auto; }
    .service-item-wrap .service-item-content .item .text-wrap {
      width: 59.6%; }
      .service-item-wrap .service-item-content .item .text-wrap h5 {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px; }
      .service-item-wrap .service-item-content .item .text-wrap p {
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 500;
        line-height: 27px; }
  .service-item-wrap .service-item-content .item-even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .service-item-wrap .service-item-content .item-even:after {
      display: none; }
  .service-item-wrap .block {
    text-align: center;
    padding: 60px 0 70px;
    position: relative;
    z-index: 1; }
    .service-item-wrap .block:after {
      position: absolute;
      top: 0;
      bottom: 0;
      background: #000;
      left: -1000px;
      right: -1000px;
      content: '';
      z-index: -1;
      opacity: 0.85; }
    .service-item-wrap .block h3 {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.24px;
      line-height: normal;
      color: #fff;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .service-item-wrap .block p {
      font-size: 21px;
      font-weight: 500;
      line-height: 25px;
      color: #fff;
      margin-bottom: 30px; }
  .service-item-wrap .block.pink:after {
    background-color: rgba(191, 18, 26, 0.3); }
  .service-item-wrap .block.pink h3 {
    color: #000; }
  .service-item-wrap .block.pink p {
    color: #000; }

/*-------------------END-PAGE-SERVICE-ITEM-------------------------*/
/*--------------------PAGE-PRIVACY-POLICY-------------------------*/
.text-block-wrap {
  padding: 44px 0 116px; }
  .text-block-wrap .content-width {
    max-width: 810px; }
  .text-block-wrap h1 {
    margin-bottom: 43px;
    text-align: center; }
  .text-block-wrap p {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px; }
  .text-block-wrap h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 39px 0 15px; }

/*-------------------END-PAGE-PRIVACY-POLICY-------------------------*/
.header-content h1 {
  overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap;
  margin: 0 auto 40px;
  letter-spacing: .15em;
  display: inline-block;
/*  max-width: 720px; --*/
	max-width: 850px;
  -webkit-animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
          animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite; }

@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }
.wpcf7-response-output{
  border: none!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 18px;
  color: red;
  text-align: center;
}
.inquiry-form-wrap .content-width .right .input-wrap-submit{
  margin-bottom: 0;
}
.wpcf7-mail-sent-ok{
  color: green;
}

/*-------------------NEW-PAGE-------------------------*/
.magazine-pages {
  margin: 0 0 100px; }
  .magazine-pages .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 50px; }
    .magazine-pages .item span {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      right: 0; }
    .magazine-pages .item span.bg-50 {
      height: 50%; }
    .magazine-pages .item span.bg-0 {
      height: 0; }
    .magazine-pages .item figure {
      position: relative;
      z-index: 1;
      margin: 0 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .magazine-pages .item figure img {
        vertical-align: top;
        width: auto;
        height: auto;
        margin: 0 10px;
        max-width: 45%; }
    .magazine-pages .item .two-img {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .magazine-pages .item .two-img img {
        max-width: calc(50% - 10px); }
  .magazine-pages .btn-wrap {
    text-align: center;
    margin-top: 30px; }

#map {
  width: 100%;
  height: 567px; }

.header-banner {
  height: 500px;
  width: 100%;
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/img/bg-1.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 60px; }
  .header-banner h1 {
    margin: 0;
    width: 100%;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    text-align: center;
    text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff; }

.about-block {
  margin-bottom: 50px; }
  .about-block .content-width {
    max-width: 750px; }
    .about-block .content-width * {
      text-align: center; }
    .about-block .content-width p {
      color: #000000;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 28px;
      text-align: center;
      margin: 0 0 20px; }
    .about-block .content-width figure {
      margin: 90px 0 90px;
      text-align: center; }
      .about-block .content-width figure img {
        vertical-align: top;
        max-width: 100%; }
    .about-block .content-width h3 {
      color: #000000;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 38px;
      margin: 0 0 30px; }

#content {
  padding: 25px;
  text-align: center; }
  #content .firstHeading {
    color: #000000;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px; }
  #content .text {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center; }

.inquiry-form-wrap {
  padding: 80px 0 80px;
  margin: 0 !important; }
  .inquiry-form-wrap h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.24px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase; }

.inquiry-form-wrap .content-width .right textarea {
  border: 1px solid #DADFEA; }

@media (max-width: 767px) {
  .magazine-pages .item figure img {
    max-width: 100%; }

  .about-block .content-width {
    padding: 0 30px;
    width: 100%; }

  .header-banner h1 {
    font-size: 42px;
    line-height: 48px; }

  .about-block .content-width p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px; }

  .about-block .content-width figure {
    margin: 50px 0 50px; }

  .about-block .content-width h3 {
    font-size: 28px;
    line-height: 38px; } }
@media (max-width: 568px) {
  .magazine-pages .item {
    padding: 30px 15px; }

  .magazine-pages .content-width {
    width: 100%; }

  .magazine-pages {
    margin-bottom: 50px; }

  .portfolio-item-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .portfolio-item-wrap .content-width .mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .portfolio-item-wrap .content-width .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px; }

  .portfolio-item-wrap .content-width .left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }
/*------------------END-NEW-PAGE-------------------------*/
.menu-btn, .menu-responsive {
  display: none; }
.magazine-pages .item .two-img img {
    max-width: 100%;
}
/*-------------NEW-30-03-21-------------*/
.services-wrap .new-item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px; }
  .services-wrap .new-item figure {
    height: 330px;
    width: 100%;
    position: relative; }
    .services-wrap .new-item figure:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.25; }
    .services-wrap .new-item figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .services-wrap .new-item .hover-block {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    text-align: left; }
    .services-wrap .new-item .hover-block h4 {
      color: #FFFFFF;
      font-size: 21px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 31.33px;
      text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
      margin: 0;
      text-align: left;
      padding-right: 30px; }
      .services-wrap .new-item .hover-block h4 a {
        display: block;
        color: #FFFFFF;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 31.33px;
        text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
        text-align: left; }
        .services-wrap .new-item .hover-block h4 a:hover {
          opacity: 0.7; }
    .services-wrap .new-item .hover-block p {
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      color: #FFFFFF;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 27px;
      text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      text-align: left; }
    .services-wrap .new-item .hover-block .btn-default {
      border-color: #fff;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      background: transparent;
      line-height: 32px; }
      .services-wrap .new-item .hover-block .btn-default:hover {
        background: #fff;
        color: #000; }
  .services-wrap .new-item:hover .hover-block h4 {
    margin-bottom: 20px; }
  .services-wrap .new-item:hover .hover-block p {
    visibility: visible;
    opacity: 1;
    max-height: 300px;
    margin-bottom: 15px; }
  .services-wrap .new-item:hover .hover-block .btn-default {
    visibility: visible;
    opacity: 1;
    max-height: 36px; }
.services-wrap .new-item:nth-child(3n) {
  margin-right: 0; }

.service-item-wrap h1 + p {
  padding: 0 150px;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center; }
.service-item-wrap .service-item-content {
  margin-top: 40px; }

.service-item-wrap .service-item-content .item figure {
  width: 38%;
  margin-right: 43px; }

.service-item-wrap .service-item-content .item .text-wrap {
  width: calc(62% - 43px); }

.service-item-wrap .service-item-content .item {
  padding: 80px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.service-item-wrap .service-item-content .item-even figure{
	margin: 0 0 0 43px
}

.service-item-wrap .block.pink:after{
  background: #AB2430;
	opacity:1;
}
.service-item-wrap .block.pink h3, .service-item-wrap .block.pink p{
	color: #fff;
}
.service-item-wrap .service-item-content .item .text-wrap h5{
	margin-bottom: 15px	
}


.top-line .content-width .top-menu ul li.current-menu-item a{
	color: #000000;
}

.inflight {
  overflow: hidden; }
  .inflight h1 {
    text-align: center;
    margin-bottom: 30px; }
  .inflight .top {
    padding: 0 150px 20px;
    margin-bottom: 30px;
    position: relative; }
    .inflight .top:after {
      position: absolute;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      content: '';
      height: 120px;
      opacity: 0.2;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 207, 217, 0)), to(#CACFD9));
      background: linear-gradient(180deg, rgba(202, 207, 217, 0) 0%, #CACFD9 100%); }
    .inflight .top p {
      color: #000000;
      font-size: 17px;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }
      .inflight .top p span {
        display: block;
        margin-bottom: 10px; }
  .inflight .content {
    position: relative;
    padding: 40px 0; }
    .inflight .content:after {
      position: absolute;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      content: '';
      height: 120px;
      opacity: 0.2;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 207, 217, 0)), to(#CACFD9));
      background: linear-gradient(180deg, rgba(202, 207, 217, 0) 0%, #CACFD9 100%); }
    .inflight .content .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .inflight .content .item {
      width: calc(33.33% - 20px);
      height: 295px;
      position: relative;
      z-index: 1;
      margin: 0 30px 30px 0; }
      .inflight .content .item figure {
        width: 100%;
        height: 100%;
        position: relative; }
        .inflight .content .item figure:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          background: #fff;
          opacity: 0.2; }
        .inflight .content .item figure img {
          vertical-align: top;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .inflight .content .item .hover-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
        .inflight .content .item .hover-block a {
          margin-bottom: 10px;
          opacity: 0;
          background: transparent; }
          .inflight .content .item .hover-block a:hover {
            background: #000; }
        .inflight .content .item .hover-block:hover a {
          opacity: 1; }
      .inflight .content .item .info-block {
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 10px;
        right: 50px;
        z-index: 3; }
        .inflight .content .item .info-block a {
          display: block;
          padding: 15px; }
        .inflight .content .item .info-block .title {
          color: #000000;
          font-size: 19px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 27px;
          margin-bottom: 5px; }
        .inflight .content .item .info-block P {
          margin: 0;
          color: #000000;
          font-size: 17px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 27px; }
    .inflight .content .item:nth-child(3n) {
      margin-right: 0; }
  .inflight h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    margin-bottom: 40px; }
  .inflight .block {
    text-align: center;
    padding: 60px 0 70px;
    position: relative;
    z-index: 1; }
    .inflight .block:after {
      position: absolute;
      top: 0;
      bottom: 0;
      background: #000;
      left: -1000px;
      right: -1000px;
      content: '';
      z-index: -1;
      opacity: 1; }
    .inflight .block h3 {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.24px;
      line-height: normal;
      color: #fff;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .inflight .block p {
      font-size: 21px;
      font-weight: 500;
      line-height: 25px;
      color: #fff;
      margin-bottom: 30px; }
  .inflight .block.pink:after {
    background: #AB2430; }
  .inflight .bottom {
    padding: 40px 0;
    position: relative; }
    .inflight .bottom:after {
      position: absolute;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      content: '';
      height: 120px;
      opacity: 0.2;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 207, 217, 0)), to(#CACFD9));
      background: linear-gradient(180deg, rgba(202, 207, 217, 0) 0%, #CACFD9 100%); }
    .inflight .bottom .wrap {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .inflight .bottom .wrap .item {
        width: calc(50% - 15px); }
        .inflight .bottom .wrap .item figure {
          height: 310px; }
          .inflight .bottom .wrap .item figure a {
            display: block;
            width: 100%;
            height: 100%; }
            .inflight .bottom .wrap .item figure a img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
            .inflight .bottom .wrap .item figure a:hover {
              opacity: 0.7; }
        .inflight .bottom .wrap .item .text-wrap {
          padding: 20px 0 0; }
          .inflight .bottom .wrap .item .text-wrap .title {
            color: #000000;
            font-size: 19px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 27px; }
            .inflight .bottom .wrap .item .text-wrap .title a {
              color: #000000;
              font-size: 19px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 27px; }
              .inflight .bottom .wrap .item .text-wrap .title a:hover {
                opacity: 0.7; }

.inflight .bottom .wrap .item figure iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }





.blog {
  padding: 70px 0;
  position: relative;
  overflow: hidden; }
  .blog .content-width {
    position: relative; }
  .blog h1 {
    text-align: center;
    margin-bottom: 70px; }
  .blog .form-search {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 300px; }
    .blog .form-search label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 40px;
      height: 40px;
      font-size: 24px;
      line-height: 40px;
      color: #000;
      cursor: pointer; }
      .blog .form-search label i {
        display: none; }
      .blog .form-search label .fa-search {
        display: inline-block; }
    .blog .form-search .wrap {
      width: 100%;
      position: relative;
      display: none; }
      .blog .form-search .wrap input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 60px 0 25px;
        border: none;
        background: #eeeeee;
        color: #000;
        outline: none; }
      .blog .form-search .wrap button {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 34px;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff;
        border: none;
        min-width: 36px;
        padding: 0;
        cursor: pointer; }
  .blog .form-search.is-active label .fa-search {
    display: none; }
  .blog .form-search.is-active label .fa-times {
    display: inline-block; }
  .blog .form-search.is-active .wrap {
    display: inline-block; }
  .blog .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
    .blog .top .left {
      width: 50%;
      text-align: center;
      background-color: rgba(202, 207, 217, 0.2);
      padding: 75px 30px 40px;
      min-height: 390px; }
    .blog .top figure {
      width: 50%;
      height: 390px; }
      .blog .top figure img {
        vertical-align: top;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .blog .top h2 {
      color: #000000;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center;
      margin-bottom: 20px; }
    .blog .top p {
      color: #000000;
      font-size: 17px;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center;
      margin-bottom: 20px; }
    .blog .top p.info {
      opacity: 0.6;
      color: #000000;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center;
      margin-bottom: 10px; }
  .blog .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog .content .item {
      width: calc(33.33% - 20px);
      margin-bottom: 30px;
      background-color: rgba(202, 207, 217, 0.2); }
      .blog .content .item figure {
        height: 200px;
        width: 100%;
        overflow: hidden; }
        .blog .content .item figure a {
          display: block;
          width: 100%;
          height: 100%; }
          .blog .content .item figure a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          .blog .content .item figure a:hover img {
            -webkit-transform: scale(1.03);
                    transform: scale(1.03); }
      .blog .content .item .text-wrap {
        padding: 30px 15px; }
        .blog .content .item .text-wrap p {
          color: #000000;
          font-size: 15px;
          letter-spacing: 0;
          line-height: 27px;
          opacity: 0.6; }
        .blog .content .item .text-wrap .title {
          color: #000000;
          font-size: 24px;
          font-weight: 600;
          letter-spacing: -0.21px;
          line-height: 33px;
          margin: 0; }
          .blog .content .item .text-wrap .title a {
            display: block;
            color: #000000;
            font-size: 24px;
            font-weight: 600;
            letter-spacing: -0.21px;
            line-height: 33px; }
            .blog .content .item .text-wrap .title a:hover {
              opacity: 0.7; }
  .blog .block {
    text-align: center;
    padding: 60px 0 70px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .blog .block:after {
      position: absolute;
      top: 0;
      bottom: 0;
      background: #000;
      left: -1000px;
      right: -1000px;
      content: '';
      z-index: -1;
      opacity: 0.85; }
    .blog .block h3 {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.24px;
      line-height: normal;
      color: #fff;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .blog .block p {
      font-size: 21px;
      font-weight: 500;
      line-height: 25px;
      color: #fff;
      margin-bottom: 30px; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.pagination-wrap {
  margin: 50px 0 0; }
  .pagination-wrap .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .pagination li {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      border: 1px solid transparent;
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.28px;
      margin: 0 4px;
      line-height: 38px; }
      .pagination-wrap .pagination li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.28px;
        line-height: 38px;
        text-align: center; }
      .pagination-wrap .pagination li:hover {
        border-color: #000; }
    .pagination-wrap .pagination .is-active {
      border-color: #000; }

.article {
  margin-bottom: 70px; }
  .article h1 {
    text-align: center;
    margin-bottom: 30px; }
  .article .text-wrap {
    margin-bottom: 20px; }
    .article .text-wrap p {
      opacity: 0.6;
      color: #000000;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center;
      margin-bottom: 10px; }
  .article figure {
    width: 100%;
    margin-bottom: 55px; }
    .article figure img {
      vertical-align: top;
      width: 100%;
      height: auto; }
  .article .content {
    max-width: 750px;
    margin: auto; }
    .article .content p {
      margin-bottom: 15px;
      color: #000000;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 31px; }
    .article .content p {
      position: relative; }
      .article .content p span {
        color: #000000;
        font-size: 63px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 40px; }
    .article .content figure {
      margin: 40px 0; }
  .article h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.24px;
    line-height: 36px;
    margin: 40px 0 30px; }

.blog-bottom {
  padding: 50px 0;
  background-color: rgba(202, 207, 217, 0.2); }
  .blog-bottom .content-width {
    max-width: 750px; }
  .blog-bottom h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.18px;
    line-height: 36px; }

.blog-bottom .content .item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background-color: #fff; }

.vacancies-wrap .top-block {
  padding: 165px 0 100px;
  background: url("../img/new-5.jpg") no-repeat center;
  background-size: cover;
  position: relative; }
  .vacancies-wrap .top-block h1 {
    padding: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    text-align: left;
    text-transform: inherit; }
  .vacancies-wrap .top-block h2 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 52px;
    text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 50px; }
  .vacancies-wrap .top-block p {
    color: #FFFFFF;
    font-size: 18.08px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    max-width: 555px; }
  .vacancies-wrap .top-block:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.35; }
  .vacancies-wrap .top-block .content-width {
    position: relative;
    z-index: 1; }
.vacancies-wrap .text-wrap {
  padding: 65px 0;
  background: #fff; }
  .vacancies-wrap .text-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .vacancies-wrap .text-wrap .left {
    width: 40%; }
    .vacancies-wrap .text-wrap .left h2 {
      color: #000000;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.24px;
      line-height: normal;
      margin: 0; }
  .vacancies-wrap .text-wrap .right {
    width: calc(60% - 40px); }
    .vacancies-wrap .text-wrap .right p {
      color: #000000;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 25px;
      margin-bottom: 15px; }
      .vacancies-wrap .text-wrap .right p a {
        text-decoration: underline;
        color: #000000;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 15px; }
        .vacancies-wrap .text-wrap .right p a:hover {
          opacity: 0.7; }
    .vacancies-wrap .text-wrap .right p:last-child {
      margin-bottom: 0; }










@media (max-width: 1024px) {
  .services-wrap .new-item {
    width: 48%;
    margin: 0 0 20px !important; }
    .services-wrap .new-item .hover-block h4 {
      margin-bottom: 20px; }
    .services-wrap .new-item .hover-block p {
      visibility: visible;
      opacity: 1;
      max-height: 300px;
      margin-bottom: 15px; }
    .services-wrap .new-item .hover-block .btn-default {
      visibility: visible;
      opacity: 1;
      max-height: 36px; }
	.service-item-wrap h1 + p{
		padding:0 50px
	}
	
	.inflight .content .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .inflight .content .wrap .item {
      width: calc(50% - 10px);
      margin: 0 0 20px !important; }
	
		.inflight .top {
    padding: 0 50px 20px;
	}
	
	.blog .content .item {
    width: 49%; }

  .blog .top .left {
    padding: 50px 20px 30px; }
  .services-wrap .services-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 767px) {
	.service-item-wrap .service-item-content .item figure{
		margin: 0!important;
	}
 .inflight .bottom .wrap .item {
    width: 100%;
    margin-bottom: 20px; }
.blog .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .blog .top .left {
      width: 100%;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content; }
    .blog .top figure {
      width: 100%;
      height: 265px; }
}

@media (max-width: 660px) {
  .services-wrap .new-item {
    width: 100%; }

  .services-wrap .new-item .hover-block {
    text-align: center; }
    .services-wrap .new-item .hover-block .btn-default {
      margin: auto; } }
@media (max-width: 568px) {
	.service-item-wrap h1 + p, .inflight .top {
    padding: 0 ;
}
	.inflight .bottom .wrap .item figure {
    height: 190px;
}
	.blog .top .left {
    padding: 30px 10px; }

  .blog .content .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog .content .item figure {
      width: 110px;
      height: 130px; }
    .blog .content .item .text-wrap {
      width: calc(100% - 110px);
      padding: 15px 15px 0; }

  .blog .content .item .text-wrap p {
    color: #000000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 27px; }

  .blog .content .item .text-wrap .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.16px;
    line-height: 26px; }
    .blog .content .item .text-wrap .title a {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.16px;
      line-height: 26px; }

  .blog .block p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px; }

  .article .content p {
    color: #000000;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 31px; }

  .article h1 {
    margin-bottom: 20px; }

  .article figure {
    margin-bottom: 30px; }

  .article h2 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.21px;
    line-height: 36px; }

  .blog-bottom h3 {
    font-size: 21px; }
	.inflight .content .wrap .item {
    width: 100%; }
.vacancies-wrap .top-block {
    padding: 140px 0 100px; }

  .vacancies-wrap .top-block h1 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    margin-bottom: 15px; }

  .vacancies-wrap .top-block h2 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 43.33px;
    margin-bottom: 10px; }

  .vacancies-wrap .top-block p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px; }

  .vacancies-wrap .text-wrap .left {
    width: 100%;
    margin: 0 0 15px; }

  .vacancies-wrap .text-wrap .right {
    width: 100%; }
    .vacancies-wrap .text-wrap .right p {
      font-size: 15px;
      letter-spacing: 0;
      line-height: 25px; }
  .inflight .block p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; }
  .services-wrap p.top {
    margin-bottom: 40px !important; } }
/*------------END-NEW-30-03-21-------------*/

/*# sourceMappingURL=styles.css.map */

