
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}


a:active,
a:hover {
     outline: 0;
   }


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}


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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


blockquote {
  margin: 0;
}



.link-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 25px 35px;
  background-color: #0076c5;
  font-family: "Hind Vadodara Medium", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .05em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-transition: background .8s .1s;
  transition: background .8s .1s;
}

.link-btn__txt {
  position: relative;
}

.link-btn .wave-anim {
  background-color: #0069be;
}

.simp-link {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-family: "Hind Vadodara Medium", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 21px;
  color: #005295;
}

.simp-link__txt {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  color: #005295;
  text-decoration: none;
}

@media only screen and (min-width: 1259px) {
  .simp-link:hover .simp-link__txt {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

textarea {
  resize: none;
  width: 100%;
}

textarea:focus + .form-label {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.form-control {
  outline: none;
}

.form-control[type="text"] {
  width: 100%;
  border: none;box-shadow: none;
  border-bottom: 1px solid #fff;
  height: 67px;
  color: #343332;
  font-family: "Hind Vadodara Medium", Arial, sans-serif;
  font-size: 14px;
  line-height: 67px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: border-bottom .7s;
  transition: border-bottom .7s;
  border-radius: 0;
  background-color: #f4f4f4;
}

.form-control[type="text"]:focus {
  border-bottom: 1px solid #0076c5;
}

.form-control[type="text"]:focus + .form-label {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.form-group {
  position: relative;
  overflow: hidden;
}

.form-group_hide-label .form-label {
  -webkit-transform: translateY(42px);
          transform: translateY(42px);
}

.form-group_hide-label .p-form__tarea + .form-label {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.form-group_hide-label .form-control {
  border-bottom: 1px solid #ccc;
}

.form-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #c0bfbe;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.form-label_btn {
  color: white;
  font-size: 16px;
  font-style: italic;
  line-height: 50px;
  position: absolute;
  left: 10%;
  top: 0;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 766px) {
  .form-label {
    text-align: center;
    width: 100%;
  }
}

.help-text {
  position: absolute;
  color: #0076c5;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  bottom: 6px;
  display: none;
}

.has-error .form-label {
  display: none;
}

.has-error .form-control {
  border-bottom: 1px solid black;
}

.has-error.form-group {
  overflow: visible;
}

.has-error .help-text {
  display: block;
}

.action-btn {
  display: inline-block;
  background-color: transparent;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  border: none;
  outline: none;
  z-index: 0;
  color: white;
  font-size: 16px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-ms-clear {
  display: none;
}


@media only screen and (min-width: 1259px) {
  .link-btn:hover {
    background-color: #005295;
  }
}

html, body, .content, .preload {
  width: 100%;
}

body:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 500;
  pointer-events: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.content {
  overflow: hidden; position: relative;
}

.content__iw {
  width: 100%;
}

.content:before {
  content: '';
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-repeat-y: no-repeat;
  background-repeat-x: repeat;
  background-size: 100% 100%;
  opacity: 0;
  background-image: url(../img/general/gradline.png);
  overflow: hidden;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.contacts-page .content:before {
  background-image: none;
}

.content.active:before {
  opacity: .2;
}






.container-inner, .outlook__iw, .contact__iw, .f-contact__iw {
  margin: 0 auto;
  /*margin-left: calc((100% - 1040px) / 2);*/
  /*width: 1040px;*/
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.page-head {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
}

.page-head__link span, .page-head__title-back span, .page-head__title-txt span {
  display: inline-block;
}

.page-head__ow {
  width: 100%;
  padding: 135px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.page-head__ow .page-head__title {
  padding: 0;
}

.page-head__ow .page-head__title-back {
  color: rgba(242, 242, 242, 0.2);
}

.page-head__ow .page-head__title-txt {
  color: #fff;
}

.page-head__ow .page-head__iw {
  margin-top: 0;
}

.page-head__ow-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 170%;
}

.page-head__ow-bg:before {
  content: '';
  position: absolute;
  opacity: 0.45;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-head__iw {
  margin-top: 135px;
}

.page-head__link {
  display: inline-block;
  text-decoration: none;
  font-family: "Hind Vadodara Medium", Arial, sans-serif;
  font-size: 11px;
  color: #005295;
  cursor: pointer;
  text-transform: uppercase;
}

.page-head__link-txt {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: hidden;
}

.page-head__title {
  position: relative;
  margin-top: -7px;
  font-family: "Hind Vadodara Regular", Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-head__title-back {
  display: inline-block;
  margin-left: -6px;
  font-size: 100px;
  color: #f2f2f2;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
}

.page-head__title-txt {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  color: #2e2e2e;
  margin: -57px 0 0;
  overflow: hidden;
}






[data-os-num="2"] .page-head__title-back {
  margin-left: -6px;
  font-size: 100px;
  color: #f4f4f4;
  line-height: 1;
}

[data-os-num="2"] .page-head__link {
  letter-spacing: 0.1em;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

[data-os-num="2"] .page-head__link:hover {
  color: #2e2e2e;
}










.contact {
  padding: 60px 0;
}

.contact__iw {
  position: relative;
  font-size: 0;
  overflow: hidden;
  display: block;
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*!* autoprefixer: off *!*/
  /*display: flex;*/
}



.contact__iw-section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.contact__caption {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Hind Vadodara Light", Arial, sans-serif;
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 10px 0;
  overflow: hidden;
  font-weight: normal;
}

.contact__list {
  padding: 0;
  margin: 0;
}

.contact__item {
  display: block;
  position: relative;
  /*font-family: "Hind Vadodara Light", Arial, sans-serif;*/
  font-size: 21px;
  line-height: 1.5;
  color: #2e2e2e;
  -webkit-transition: color .4s;
  transition: color .4s;
  list-style: none;
  margin-top: 7px;
}

.contact__item a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #005295;
}

.contact__img-w {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}



.contact__img {
  display: inline-block;
  position: relative;
}

.contact__map {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 300px;
}

.contact__map .gm-style-cc {
  display: none !important;
}

.contact__map a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

.contact__map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.contact .link-btn {
  margin-top: 35px;
}




@-webkit-keyframes sliderBlockNextSlide {
  0% {
    left: 0;
    width: 0;
  }
  35% {
    width: 50%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes sliderBlockNextSlide {
  0% {
    left: 0;
    width: 0;
  }
  35% {
    width: 50%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes sliderBlockPrevSlide {
  0% {
    right: 0;
    width: 0;
  }
  35% {
    width: 50%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}

@keyframes sliderBlockPrevSlide {
  0% {
    right: 0;
    width: 0;
  }
  35% {
    width: 50%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}



.wave-anim {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  min-height: 100%;
  will-change: transform, opacity;
  -webkit-transform: translate(1);
          transform: translate(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  pointer-events: none;
}




.canvas-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.p-form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 180px;
  display: none;
}

.p-form__iw {
  background-color: #f4f4f4;
  overflow: visible;
}

.p-form__wrap {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* autoprefixer: off */
  display: flex;
}

.p-form__part {
  display: inline-block;
  vertical-align: top;
  padding: 40px 35px;
  box-sizing: border-box;
}

.p-form__part_l {
  width: 33%;
}

.p-form__part_r {
  width: 67%;
}

textarea.p-form__tarea {
  width: 100%;
  height: 222px;
  border: 0;
  padding: 25px;
  box-sizing: border-box;
}

.p-form__tarea + .form-label {
  left: 25px;
}

.p-form__dropd {
  position: relative;
  overflow: visible;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: border-bottom .7s;
  transition: border-bottom .7s;
  border-radius: 0;
}

.p-form__dropd.open .p-form__dropd-curr:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-form__dropd-curr {
  position: relative;
  text-transform: uppercase;
  line-height: 70px;
  font-size: 14px;
  font-family: "Hind Vadodara Medium", Arial, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}

.p-form__dropd-curr:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 5px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #0076c5;
  border-bottom: 1px solid #0076c5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.p-form__dropd-list {
  width: 100%;
  padding: 27px 0;
  position: absolute;
  background-color: #0076c5;
  display: none;
}

.p-form__dropd-list .form-group {
  overflow: visible;
}

.p-form__dropd-list .form-label {
  position: relative;
  display: block;
  line-height: 40px;
  padding: 0 40px;
  color: #ffffff;
  cursor: pointer;
}

.p-form__dropd-list .form-label.choosed {
  color: #2e2e2e;
}

.p-form__btn {
  position: relative;
  margin: 8px 0 0 0 !important;
  padding: 25px 35px !important;
}

.p-form input[type="radio"] {
  visibility: hidden;
}





.page-cover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  z-index: 3;
}

.img-reveal-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(110%, 0);
          transform: translate(110%, 0);
  width: 100%;
  height: 100%;
  background: #0076c5;
  pointer-events: none;
}


.txt-block-anim {
  opacity: 1;
  -webkit-transition: 1s ease-out .3s;
  transition: 1s ease-out .3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.txt-block-anim.start-pos {
  opacity: 0;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition: 0s;
  transition: 0s;
}

/** nout desctop */

/** desktop */
@media only screen and (min-width: 1259px) {
  .content {
    min-height: calc(100vh - 161px);
  }
  .content__iw {
    position: fixed;
    top: 0;
  }

  /*.page-head {*/
    /*width: 63%;*/
  /*}*/
  .page-head__ow {
    margin-left: 110px;
  }
  .page-head__iw {
    padding-left: 100px;
  }
  .page-head__link:hover .page-head__link-txt {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }






  .contact__iw-section {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 50%;
    padding-left: 100px;
  }
  .contact__iw-section:nth-child(2) {
    text-align: right;
  }

  /*.contact__item:first-child {*/
    /*margin-top: -7px;*/
  /*}*/
  .contact__item a {
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
  }
  .contact__item a:hover {
    color: #2e2e2e;
  }



}

/** desktop large 1600 */
@media only screen and (min-width: 1600px) and (max-width: 1999px) {
  .page-head {
    padding-right: 0;
  }
  .page-head__iw {
    padding: 0;
  }


  .contact__iw-section {
    padding-left: 0;
  }




}

/** desktop large 2000 */
@media only screen and (min-width: 2000px) {
  .page-head {
    padding-right: 0;
  }
  .page-head__iw {
    padding: 0;
  }


  .contact__iw-section {
    padding-left: 0;
  }



}



/** tablet and mobile */
@media only screen and (max-width: 1259px) {



  .contact__iw {
    top: 0;
    left: 0;
    text-align: center;
  }
  .contact__iw-section {
    width: 100%;
  }



  .p-form {
    margin-bottom: 80px;
  }
  .p-form__wrap {
    display: block;
  }
  .p-form__part {
    padding: 40px 100px;
  }
  .p-form__part_l, .p-form__part_r {
    width: 100%;
  }
  .p-form__part_l {
    padding-bottom: 10px;
  }
  .p-form__part_r {
    padding-top: 10px;
  }
  .p-form__tarea {
    height: 210px;
  }
  .p-form__btn {
    margin-top: 28px;
  }
}

/** tablet */
@media only screen and (min-width: 767px) and (max-width: 1259px) {
  .container, .f-contact .preload {
    padding: 24px;
  }

  .content {
    min-height: calc(100vh - 70px - 161px);
  }

  .page-head {
    text-align: center;
  }
  .page-head__iw {
    margin-top: 57px;
  }
  .page-head__ow {
    padding: 57px 0 85px;
  }
  .page-head__link {
    display: none;
  }






  .contact {
    padding-top: 35px;
  }
  .contact__iw {
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-moz-box-orient: vertical;*/
    /*-moz-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*!* autoprefixer: off *!*/
    /*flex-direction: column;*/
  }

  .contact__iw, .contact .preload {
    width: calc(100% - 126px * 2);
  }

  .contact__img-w {
    max-height: 300px;
  }
  .contact__map {
    height: 300px;
  }




}

@media only screen and (min-width: 767px) and (max-width: 1259px) and (orientation: landscape) {


}

/** mobile */
@media only screen and (max-width: 766px) {
  .container, .f-contact .preload {
    padding: 10px;
  }

  .content {
    overflow: visible;
    height: auto;
  }

  .page-head {
    text-align: center;
  }
  .page-head__iw {
    margin-top: 25px;
  }
  .page-head__ow {
    padding: 65px 0 85px;
  }
  .page-head__link {
    display: none;
  }
  .page-head__title-back {
    font-size: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-head__title-txt {
    font-size: 27px;
    margin-top: 0;
    padding-top: 44px;
    position: relative;
  }




  .contact {
    padding: 30px 0;
    display: block;
  }
  .contact__iw {
    display: block;
    text-align: center;
  }

  .contact__caption {
    font-size: 27px;
  }
  .contact__item {
    font-size: 16px;
  }
  .contact__iw-section:nth-child(n+2) {
    margin-top: 50px;
  }







  .p-form {
    margin-bottom: 50px;
  }
  .p-form__part {
    padding: 10px 0;
  }
  .p-form__part_l {
    padding-bottom: 10px;
  }
  .p-form__part_r {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .p-form__tarea {
    height: 200px;
  }
  .p-form__tarea + .form-label {
    left: 0;
  }
  .p-form__dropd {
    text-align: center;
  }
  .p-form__dropd-list .form-label {
    padding: 0;
  }
  .p-form__btn {
    margin-top: 25px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

}



.h1 {
  color: white;
  font-family: "Hind Vadodara Light", Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.h1_dark {
  color: #2e2e2e;
}

h1, p {
  margin: 0;
  padding: 0;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfixte {
  zoom: 1;
}




/** mobile */
@media only screen and (max-width: 766px) {
  .h1 {
    font-size: 26px;
    line-height: 36px;
  }

}

.p-form__dropd-list input{ display: none;}


.contact__item {
  font-size: 16px;
}
.contact__list {
  padding-right: 30px;
}