/* Reset, variables, mixins */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
input,
textarea,
button,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
div:after,
div:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.transition {
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}
/* Plugins */
/* Global styles */
/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/Roboto/roboto-v15-latin_cyrillic-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Roboto/roboto-v15-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Roboto/roboto-v15-latin_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('/fonts/Roboto/roboto-v15-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Roboto/roboto-v15-latin_cyrillic-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
html {
  font-size: 10px;
  font-family: 'Roboto', 'Arial', sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 1919px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 17px;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  background: #e1e4ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1279px) {
  body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #e1e4ea;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .7;
  }
}
@media screen and (max-width: 1023px) {
  br {
    display: none;
  }
}
/* Blocks */
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12.4rem 7rem 0 23rem;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding: 3.2rem 3.2rem 0 3.2rem;
    height: auto;
  }
}
.wrapper__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/images/gt/bg.jpg) no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .wrapper__bg {
    background: url(/images/gt/bg-mobile.jpg) no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
}
@media screen and (orientation: landscape) {
  .wrapper__bg {
    background: url(/images/gt/bg.jpg) no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper__bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 50rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#e1e4ea), to(transparent));
    background: -webkit-linear-gradient(bottom, #e1e4ea, transparent);
    background: linear-gradient(to top, #e1e4ea, transparent);
  }
}
.wrapper__content {
  width: 100%;
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .wrapper__content {
    position: static;
  }
}
.wrapper__content:before {
  content: '';
  display: block;
  border: 0.2rem solid rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .wrapper__content:before {
    display: none;
  }
}
.content {
  margin-left: 55.55%;
  min-height: 100%;
}
@media screen and (max-width: 1279px) {
  .content {
    margin-left: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .content {
    margin-left: 0;
    padding: 17.1rem 0 5.2rem;
    width: 100%;
    border: 0.2rem solid rgba(255, 255, 255, 0.6);
    position: relative;
  }
}
.logo {
  width: 25.9rem;
  height: 25.7rem;
  position: fixed;
  top: 0;
  left: 20.3125%;
  background: url(/images/gt/logo.png) no-repeat;
  background-size: cover;
  display: block;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .logo {
    width: 12.1rem;
    height: 12.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}
.button {
  background: #c30016;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 1.9rem;
  height: 5.2rem;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
}
.button:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.2rem 1.6rem 0 0;
  border-color: #c30016 transparent transparent transparent;
  position: absolute;
  right: -1.6rem;
  top: 0;
}
.button__header {
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .button__header {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
.button__subheader {
  color: #fff;
  line-height: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .button__subheader {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
.button--plane {
  height: 7.5rem;
  padding-left: 3rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1023px) {
  .button--plane {
    height: auto;
    padding: 2rem 1.3rem;
    width: 22.5rem;
  }
}
.button--plane:after {
  content: '';
  display: block;
  width: 6.5rem;
  height: 5.7rem;
  background: url(/images/gt/plane.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .button--plane:after {
    right: auto;
    bottom: -5.4rem;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.button--plane:before {
  border-width: 7.5rem 1.7rem 0 0;
  right: -1.6rem;
}
@media screen and (max-width: 1023px) {
  .button--plane:before {
    border-width: 5rem 22.5rem 0 0;
    right: auto;
    left: 0;
    bottom: -4.9rem;
    top: auto;
  }
}
.button--wide {
  height: 10rem;
}
@media screen and (max-width: 1023px) {
  .button--wide {
    height: auto;
  }
}
.button--wide:before {
  border-width: 10rem 1.7rem 0 0;
  right: -1.6rem;
}
@media screen and (max-width: 1023px) {
  .button--wide:before {
    border-width: 5rem 22.5rem 0 0;
    right: auto;
  }
}
.button--offset {
  margin-left: -3rem;
}
@media screen and (max-width: 1023px) {
  .button--offset {
    margin-left: 0;
  }
}
.button--common {
  line-height: 5.2rem;
}
@media screen and (max-width: 1023px) {
  .button--common {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .button--common:before {
    display: none;
  }
}
.section-header {
  color: #262d45;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 5.8rem;
  text-transform: uppercase;
  letter-spacing: .6rem;
}
@media screen and (max-width: 1023px) {
  .section-header {
    font-size: 2.2rem;
    line-height: 3.1rem;
    text-align: center;
  }
}
.section-text {
  font-size: 2.2rem;
  line-height: 2.9rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .section-text {
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-align: center;
  }
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12rem;
  padding-left: 16rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
.footer__company {
  color: #90a1b6;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: .22rem;
}
@media screen and (max-width: 1023px) {
  .footer__company {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 3.5rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
    max-width: 15rem;
  }
}
.footer__email {
  color: #8fa0b5;
  font-size: 2.2rem;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 33.8rem;
}
@media screen and (max-width: 1023px) {
  .footer__email {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}
.footer__email:before {
  content: '';
  display: block;
  width: 1.9rem;
  height: 1.5rem;
  margin-right: 1.5rem;
  background: url(/images/gt/icon-mail.svg) no-repeat;
  background-size: contain;
}
.front {
  padding-top: 12rem;
  max-width: 58rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .front {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: none;
  }
}
.front__header {
  color: #262d45;
  text-transform: uppercase;
  font-size: 5.7rem;
  font-weight: 300;
  line-height: 6.1rem;
  position: relative;
  letter-spacing: .8rem;
}
@media screen and (max-width: 1023px) {
  .front__header {
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-align: center;
    letter-spacing: .3rem;
  }
}
.front__subheader {
  font-size: 3.5rem;
  line-height: 4.3rem;
  margin-top: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 5.5rem;
  position: relative;
  letter-spacing: .35rem;
}
@media screen and (max-width: 1023px) {
  .front__subheader {
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-align: center;
    margin-bottom: 3.5rem;
    letter-spacing: .18rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
}
.front__contacts {
  margin-top: 2.8rem;
}
@media screen and (max-width: 1023px) {
  .front__contacts {
    margin-top: 8.9rem;
  }
}
.front__contacts-link {
  color: #262d45;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .front__contacts-link {
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-align: center;
    display: block;
  }
}
.front__contacts-text {
  color: #262d45;
  line-height: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .front__contacts-text {
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    margin-top: .7rem;
  }
}
.input {
  width: 40rem;
  height: 4rem;
  border-bottom: .3rem solid #b1b8c3;
  background: #c7ccd5;
  color: #7e8590;
  font-size: 2rem;
  padding-left: 2.2rem;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}
@media screen and (max-width: 1023px) {
  .input {
    max-width: 100%;
  }
}
.input:focus {
  outline: none;
  background: #cfd6e3;
  border-color: #acbad3;
}
.section {
  /*display: none;*/
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 0 1.5rem;
  }
}
.section:before {
  content: '';
  display: block;
  width: 46.35%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #e1e4ea;
}
@media screen and (max-width: 1279px) {
  .section:before {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .section:before {
    display: none;
  }
}
.section__content {
  position: relative;
  z-index: 3;
}
.section__telegram-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1023px) {
  .section__telegram-text {
    margin-top: 10rem;
    text-transform: uppercase;
  }
}
.section__telegram-button {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 6.5rem;
}
@media screen and (max-width: 1023px) {
  .section__telegram-button {
    margin-top: 2.5rem;
  }
}
.section--telegram {
  padding-top: 10.6rem;
  max-width: 62rem;
}
@media screen and (max-width: 1023px) {
  .section--telegram {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .section--telegram .section__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section--form {
  max-width: 66rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .section--form {
    padding-top: 0;
  }
}
.section--form .form {
  margin-top: 2rem;
}
.section--thanks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 60rem;
	
  padding-top: 8rem;
}
.section--thanks .button {
  margin-top: 5rem;
}
.section--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form__item + .form__item {
  margin-top: 2.5rem;
}
.form__item--error {
  position: relative;
}
.form__item--error .input {
  border: .2rem solid #b1424f;
}
.form__item-header {
  color: #262d45;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .form__item-header {
    font-size: 1.7rem;
  }
}
.form__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .form__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form__item-message {
  color: #b1424f;
  font-size: 1.6rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .form__item-message {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.form__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
.form__comment {
  color: #989ba1;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-left: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .form__comment {
    margin-left: 0;
    margin-top: 3.5rem;
    text-align: center;
  }
}
.close {
  cursor: pointer;
  background: url(/images/gt/icon-close.svg) no-repeat;
  background-size: cover;
  width: 3.1rem;
  height: 3.1rem;
  position: absolute;
  top: 5rem;
  right: 5rem;
  z-index: 3;
}
.close:hover {
  background: url(/images/gt/icon-close--black.svg) no-repeat;
  background-size: cover;
}
.close:focus {
  outline: none;
}
@media screen and (max-width: 1023px) {
  .close {
    top: 0;
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    background: #fff url(/images/gt/icon-close--black.svg) no-repeat center;
    background-size: 2.2rem 2.2rem;
  }
}
