/* HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/   */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*! WEBCODER - http://webcoder.az/ Mehemmed Memmedli  16 Aprel 2016  https://github.com/nemerki */
/*
-sm
-m
-lg
-xl

*/
/* Color */
* {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  /* @include respondmax(md){
		font-size: 40%;
	}

	@include respondmin(md){
		font-size: 40%;
	}

	@include respondmin(lg){
		font-size: 56.25%;
	}

	@include respondmin(xl){
		font-size: 62.5% ; //1rem=12px
	}		 */ }

body {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.azn {
  font-family: jaznb; }

@font-face {
  font-family: jaznb;
  src: url("../../fonts/jaznb.eot");
  src: url("../../fonts/jaznb.eot?#iefix") format("embedded-opentype"), url("../../fonts/jaznb.woff2") format("woff2"), url("../../fonts/jaznb.woff") format("woff"), url("../../fonts/jaznb.ttf") format("truetype"), url("../../fonts/jaznb.svg#jaznb") format("svg"); }

@font-face {
  font-family: NoeDisplay;
  src: url("../../fonts/NoeDisplay.eot");
  src: url("../../fonts/NoeDisplay.eot?#iefix") format("embedded-opentype"), url("../../fonts/NoeDisplay.woff2") format("woff2"), url("../../fonts/NoeDisplay.woff") format("woff"), url("../../fonts/NoeDisplay.ttf") format("truetype"), url("../../fonts/NoeDisplay.svg#NoeDisplay") format("svg"); }

@font-face {
  font-family: NoeDisplay-Bold;
  src: url("../../fonts/NoeDisplay-Bold.eot");
  src: url("../../fonts/NoeDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NoeDisplay-Bold.woff2") format("woff2"), url("../../fonts/NoeDisplay-Bold.woff") format("woff"), url("../../fonts/NoeDisplay-Bold.ttf") format("truetype"), url("../../fonts/NoeDisplay-Bold.svg#NoeDisplay-Bold") format("svg"); }

@font-face {
  font-family: NoeDisplay-Medium;
  src: url("../../fonts/NoeDisplay-Medium.eot");
  src: url("../../fonts/NoeDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/NoeDisplay-Medium.woff2") format("woff2"), url("../../fonts/NoeDisplay-Medium.woff") format("woff"), url("../../fonts/NoeDisplay-Medium.ttf") format("truetype"), url("../../fonts/NoeDisplay-Medium.svg#NoeDisplay-Medium") format("svg"); }

@font-face {
  font-family: GothamPro;
  src: url("../../fonts/GothamPro.eot");
  src: url("../../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../../fonts/GothamPro.woff2") format("woff2"), url("../../fonts/GothamPro.woff") format("woff"), url("../../fonts/GothamPro.ttf") format("truetype"), url("../../fonts/GothamPro.svg#GothamPro") format("svg"); }

.footer {
  position: relative; }
  @media (max-width: 767px) {
    .footer {
      background-color: #006A79;
      padding: 2rem 3rem;
      padding-bottom: 6rem;
      position: relative;
      top: 42rem;
      z-index: 3; } }
  @media (min-width: 1640px) {
    .footer .container {
      max-width: 1640px; } }
  .footer__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer__left {
    padding-top: 1.5rem; }
    @media (max-width: 767px) {
      .footer__left {
        text-align: center;
        padding-top: .5rem; } }
  .footer__right {
    text-align: right;
    padding-top: 3rem;
  padding-right: 2rem; }
    @media (max-width: 767px) {
      .footer__right {
        text-align: center;
        padding-top: 2rem; } }
  .footer p {
    font-family: GothamPro, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #7ac3cb;
    line-height: 2.1rem;
    text-transform: uppercase;
    font-weight: 600; 
  margin-bottom: 2px;}
  .footer__sosial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .footer__sosial {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 2rem 0; } }
    .footer__sosial a {
      font-size: 1.8rem;
      color: #7ac3cb;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      text-decoration: none;
      display: block;
      margin-left: 2rem; }
      .footer__sosial a:hover {
        color: #1a1a1a; }
  @media (max-width: 767px) {
    .footer__rightText {
      display: none; } }
  @media (max-width: 767px) {
    .footer__copyright {
      position: absolute;
      left: 0;
      bottom: 2rem;
      text-align: center;
      width: 100%; } }

.header .container {
  position: relative; }
  @media (min-width: 1640px) {
    .header .container {
      max-width: 1640px; } }
  @media (max-width: 767px) {
    .header .container {
      padding: 0 !important; } }

@media (max-width: 767px) {
  .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    padding-bottom: 3rem; } }

.header__logo {
  position: absolute;
  z-index: 3;
  left: 8rem; }
  .header__logo img {
    width: 23.5rem; }
  @media (max-width: 767px) {
    .header__logo {
      display: none; } }

.header__mobLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .header__mobLogo {
      display: none; } }

.meetUs {
  padding: 5rem;
padding-bottom: 2rem; }
  @media (max-width: 767px) {
    .meetUs {
      padding: 0;
      margin-top: 3rem;
      background-color: #006A79; } }
  @media (min-width: 1640px) {
    .meetUs .container {
      max-width: 1640px; } }
  @media (max-width: 767px) {
    .meetUs .container {
      padding: 0 !important; } }
  .meetUs__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .meetUs__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative; } }
  .meetUs__left {
    height: 61rem;
    position: relative;
    z-index: 1;
    width: 50%; }
    .meetUs__left img {
      width: 100%;
      height: 61rem;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767px) {
        .meetUs__left img {
          height: 40rem;
          width: 100%; } }
    @media (max-width: 767px) {
      .meetUs__left {
        height: 40rem;
        width: 100%;
        position: fixed;
        z-index: 1; } }
  .meetUs__right {
    height: 63rem;
    width: 50%;
    padding-top: 0 }
    @media (max-width: 767px) {
      .meetUs__right {
        width: 100%;
        height: auto;
        background-color: #006A79;
        padding: 3rem;
        position: relative;
        z-index: 5;
        top: 42.5rem; } }
    .meetUs__right h1 {
      font-family: NoeDisplay-Bold, Helvetica, Arial, sans-serif;
      font-size: 3rem;
      color: #1a1a1a;
      line-height: 3.6rem;
      max-width: 51rem;
      text-transform: uppercase;
      padding-left: 4.5rem; }
      @media (max-width: 767px) {
        .meetUs__right h1 {
          text-align: center;
          color: #fff;
          font-size: 2.4rem;
          max-width: 100%;
          padding: 0 2rem; } }
    .meetUs__right .iti--allow-dropdown {
      width: 100%; }
  .meetUs__form {
    background-color: #fafafa;
    margin-top: 1rem;
    padding: 3rem;
    padding-left: 4.5rem;
    padding-bottom: 10rem;
    padding-top: 1rem;
    position: relative; }
    .meetUs__form::after {
      position: absolute;
      left: -10rem;
      width: 10rem;
      height: 50%;
      bottom: 0;
      content: "";
      background-color: #fafafa; }
    @media (max-width: 767px) {
        .meetUs__form::after {
            display: none;
        }
      .meetUs__form {
        background-color: #006A79;
        padding: 0; } }
    .meetUs__form .form-group {
      margin-top: 1.8rem; }
    .meetUs__form .form-control {
      border: 1.81px solid #e6e6e6;
      background-color: #fff;
      font-family: GothamPro, Helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      color: #6c757d;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 4.5rem;
      width: 70%; }
      @media (max-width: 767px) {
        .meetUs__form .form-control {
          width: 100%; } }
      .meetUs__form .form-control::-webkit-input-placeholder {
        text-transform:capitalize; }
      .meetUs__form .form-control:-moz-placeholder {
        text-transform:capitalize; }
      .meetUs__form .form-control::-moz-placeholder {
        text-transform:capitalize; }
      .meetUs__form .form-control:-ms-input-placeholder {
        text-transform:capitalize; }
      .meetUs__form .form-control::-ms-input-placeholder {
        text-transform:capitalize; }
      .meetUs__form .form-control::placeholder {
        text-transform:capitalize; }
        

        html[lang="ru"] .meetUs__form .form-control::-webkit-input-placeholder {
          text-transform:unset; }
        html[lang="ru"] .meetUs__form .form-control:-moz-placeholder {
            text-transform:unset; }
          html[lang="ru"] .meetUs__form .form-control::-moz-placeholder {
            text-transform:unset; }
          html[lang="ru"] .meetUs__form .form-control:-ms-input-placeholder {
            text-transform:unset; }
          html[lang="ru"] .meetUs__form .form-control::-ms-input-placeholder {
            text-transform:unset; }
          html[lang="ru"] .meetUs__form .form-control::placeholder {
            text-transform:unset;}

      
    .meetUs__form p {
      font-family: GothamPro, Helvetica, Arial, sans-serif;
      font-size: 1.3rem;
      color: #8d8d8d;
      margin-bottom: 0;
      line-height: 1.2rem; }
  .meetUs__submit {
    height: 5.2rem;
    font-family: GothamPro, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #fff;
    margin-top: 1.6rem;
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #006675;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 767px) {
      .meetUs__submit {
        width: 100%;
        background-color: #1a1a1a; } }
    .meetUs__submit:hover {
      background-color: #1a1a1a; }
      @media (max-width: 767px) {
        .meetUs__submit:hover {
          background-color: #7ac3cb;
          color: #1a1a1a; } }
  .meetUs .splide__pagination {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    bottom: -3rem;
    padding-left: 0; }
    @media (max-width: 767px) {
      .meetUs .splide__pagination {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .meetUs .splide__pagination__page {
    width: 1rem;
    height: 1rem;
    background-color: #7ac3cb; }
  .meetUs .splide__pagination__page.is-active {
    background-color: #006675;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    @media (max-width: 767px) {
      .meetUs .splide__pagination__page.is-active {
        background-color: #fff; } }

/*! WEBCODER - http://webcoder.az/ Mehemmed Memmedli  16 Aprel 2018  https://github.com/nemerki */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
