@import "font-awesome.min.css";
@import "line-awesome.min.css";
@font-face {
  font-family: 'sf-ui-display-black';
  src: url('../fonts/sf-ui-display-black.eot');
  src: url('../fonts/sf-ui-display-black.woff') format('woff'), url('../fonts/sf-ui-display-black.ttf') format('truetype'), url('../fonts/sf-ui-display-black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SF-UI-Display-Regular';
  src: url('../fonts/SF-UI-Display-Regular.eot');
  src: url('../fonts/SF-UI-Display-Regular.woff') format('woff'), url('../fonts/SF-UI-Display-Regular.ttf') format('truetype'), url('../fonts/SF-UI-Display-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf-ui-display-medium';
  src: url('../fonts/sf-ui-display-medium.eot');
  src: url('../fonts/sf-ui-display-medium.woff') format('woff'), url('../fonts/sf-ui-display-medium.ttf') format('truetype'), url('../fonts/sf-ui-display-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf-ui-display-bold';
  src: url('../fonts/sf-ui-display-bold.eot');
  src: url('../fonts/sf-ui-display-bold.woff') format('woff'), url('../fonts/sf-ui-display-bold.ttf') format('truetype'), url('../fonts/sf-ui-display-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}
html {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #083557;
  min-height: 100%;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home-page {
  display: block;
  height: 100%;
  overflow: hidden;
}
main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
}
.home-main {
  position: relative;
  display: block;
  height: 100%;
  /*&:after{
    content: "";
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("../img/pattern.png");
  }*/
}
.home-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(89.49deg, #000000 20.14%, rgba(0, 0, 0, 0.88) 43.25%, rgba(0, 0, 0, 0.74) 54.21%, rgba(0, 0, 0, 0.57) 66.35%, rgba(0, 0, 0, 0) 90.27%);
}
.videobg {
  position: absolute;
  width: 100%;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  background: #111;
  /* bg color, if video is not high enough */
}
/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
.video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  height: 220%;
}
.video-wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left h2 {
  text-align: left;
}
.mar-b-25 {
  margin-bottom: 25px;
}
.bg-grey {
  background: #f2f2f2;
}
.column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-6 {
  padding: 0 15px;
  width: 100%;
}
.content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.content.pos-rel {
  position: relative;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.content.creator h1 {
  margin-bottom: 20px;
}
.content.creator .subtitle {
  font-family: 'sf-ui-display-medium';
  font-size: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.9);
}
.content.creator p,
.content.creator li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  margin-bottom: 30px;
}
.content.creator p span,
.content.creator li span {
  color: #fff;
  text-transform: none;
}
.content .container {
  visibility: hidden;
}
.content h1 {
  font-family: 'sf-ui-display-black';
  color: #fff;
  font-size: 100px;
  line-height: .9;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content p {
  font-family: 'SF-UI-Display-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 577px;
}
.content p span {
  font-family: 'sf-ui-display-bold';
  text-transform: uppercase;
}
.section-birth {
  padding: 50px 0;
  font-family: 'SF-UI-Display-Regular';
}
.section-birth.text-center {
  position: relative;
}
.section-birth.text-center h2 {
  margin-bottom: 45px;
}
.section-birth.text-center .container {
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
}
.section-birth .center-content {
  max-width: 640px;
  position: relative;
  z-index: 3;
}
.section-birth .center-content + img {
  max-width: 669px;
  left: 0 !important;
}
.section-birth.inner-section {
  padding-bottom: 220px;
  background-position: left top;
}
.section-birth.inner-section .container {
  display: block;
  padding-bottom: 0;
}
.section-birth p,
.section-birth li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 29px;
}
.section-birth p span,
.section-birth li span {
  color: #fff;
}
.section-birth p span {
  font-family: 'sf-ui-display-medium';
}
.section-birth h2 {
  font-family: 'sf-ui-display-black';
  font-style: normal;
  font-size: 75px;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.section-birth .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 430px;
}
.section-birth .container img {
  position: absolute;
  bottom: 0;
  left: -109px;
  z-index: 1;
}
.section-birth .left-content {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  z-index: 2;
}
.section-birth .right-content {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  z-index: 2;
}
.btn {
  font-family: 'sf-ui-display-bold';
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 27px;
  border: 1px solid #fff;
  background: transparent;
  margin-top: 45px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn:hover {
  border-color: #E73333;
  background: #E73333;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.btn .fa {
  vertical-align: middle;
  font-size: 30px;
  line-height: 21px;
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}
.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-header {
  padding: 30px 0 0 25px;
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
}
.main-header nav {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 312px;
  background: #E73333;
  z-index: 9;
  text-align: center;
  padding-top: 87px;
  padding-bottom: 32px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.main-header ul {
  list-style: none;
  padding-left: 0;
}
.main-header ul .current-menu-item a {
  background: #161616;
}
.main-header ul a {
  font-family: "sf-ui-display-bold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 18px 0;
  letter-spacing: 0.02em;
}
.main-header ul a:hover {
  background: #161616;
}
.social a {
  margin: 0 6px;
}
.toggle-menu {
  width: 32px;
  height: 22px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.toggle-menu span {
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.toggle-menu span + span {
  margin-top: 8px;
}
.menu-open .content {
  padding-left: 312px;
}
.menu-open nav {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-open .toggle-menu span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.menu-open .toggle-menu span:nth-of-type(2) {
  display: none;
}
.menu-open .toggle-menu span:last-child {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  padding-top: 220px;
  padding-bottom: 50px;
  background-color: #000;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
.banner.pad-lg {
  padding-bottom: 200px;
}
.banner.has-gr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: -moz-linear-gradient(left, #000000 42%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000000 42%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 42%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0a000000', GradientType=1);
}
.contact-section {
  background: #000;
  padding: 50px 0;
  overflow: hidden;
}
.contact-section .container {
  position: relative;
}
.contact-section .contact-info {
  color: #fff;
  background: #2A3444;
  padding: 40px 50px;
  max-width: 350px;
  position: absolute;
  visibility: hidden;
  left: 15px;
  top: 50px;
  bottom: 50px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-section .contact-info > * {
  width: 100%;
}
.contact-section .contact-info h2 {
  font-family: 'sf-ui-display-bold';
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.contact-section .contact-info p {
  margin-bottom: 30px;
}
.contact-section .contact-info p a {
  width: 100%;
  font-family: 'sf-ui-display-medium';
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-section .contact-info p a i {
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  max-width: 18px;
  text-align: center;
}
.contact-section .contact-info p a span {
  text-align: center;
  display: block;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.contact-section .contact-info .social {
  text-align: center;
}
.contact-section .contact-info .social p {
  font-family: 'sf-ui-display-bold';
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-form {
  background: #1D232C;
  color: #fff;
  padding: 50px 80px 50px 160px;
  margin-left: 240px;
  visibility: hidden;
}
.contact-form.pad-sm {
  margin-left: 0;
  padding: 40px;
  margin-top: 23px;
}
.contact-form.pad-sm p {
  color: #fff;
}
.contact-form h2 {
  font-family: 'sf-ui-display-bold';
  text-transform: uppercase;
  font-size: 55px;
  letter-spacing: 0.004em;
}
.contact-form p {
  font-weight: 500;
  font-size: 17px;
  font-family: 'sf-ui-display-medium';
  color: #A8B7CE;
}
.contact-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.contact-form form br {
  display: none;
}
.contact-form form .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.contact-form form .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
}
.contact-form form .wpcf7-validation-errors {
  display: none !important;
}
.contact-form form label {
  font-size: 14px;
  line-height: 16px;
  color: #A8B7CE;
  font-weight: normal;
  margin-top: 24px;
  display: block;
  text-align: left;
}
.contact-form form .col-6 input,
.contact-form form .col-12 input,
.contact-form form .col-6 textarea,
.contact-form form .col-12 textarea {
  font-family: 'SF-UI-Display-Regular';
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  background-color: transparent;
  border-bottom: 1px solid #A8B7CE;
  color: rgba(168, 183, 206, 0.3);
  -webkit-appearance: none;
}
.contact-form form .col-6 input::-webkit-input-placeholder,
.contact-form form .col-12 input::-webkit-input-placeholder,
.contact-form form .col-6 textarea::-webkit-input-placeholder,
.contact-form form .col-12 textarea::-webkit-input-placeholder {
  color: rgba(168, 183, 206, 0.3);
  font-family: 'SF-UI-Display-Regular';
  font-size: 18px;
  opacity: 1;
  font-weight: normal;
}
.contact-form form .col-6 input::-moz-placeholder,
.contact-form form .col-12 input::-moz-placeholder,
.contact-form form .col-6 textarea::-moz-placeholder,
.contact-form form .col-12 textarea::-moz-placeholder {
  color: rgba(168, 183, 206, 0.3);
  font-family: 'SF-UI-Display-Regular';
  font-size: 18px;
  opacity: 1;
  font-weight: normal;
}
.contact-form form .col-6 input:-ms-input-placeholder,
.contact-form form .col-12 input:-ms-input-placeholder,
.contact-form form .col-6 textarea:-ms-input-placeholder,
.contact-form form .col-12 textarea:-ms-input-placeholder {
  color: rgba(168, 183, 206, 0.3);
  font-family: 'SF-UI-Display-Regular';
  font-size: 18px;
  opacity: 1;
  font-weight: normal;
}
.contact-form form .col-6 input[aria-invalid=true],
.contact-form form .col-12 input[aria-invalid=true],
.contact-form form .col-6 textarea[aria-invalid=true],
.contact-form form .col-12 textarea[aria-invalid=true] {
  border-bottom: 2px solid rgba(224, 37, 37, 0.42);
}
.contact-form form .col-6 textarea,
.contact-form form .col-12 textarea {
  height: 42px;
  overflow-y: hidden;
}
.contact-form form small {
  padding-top: 8px;
  font-family: 'sf-ui-display-medium';
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: rgba(168, 183, 206, 0.8);
}
.contact-form form .col-12 {
  text-align: right;
}
.contact-form form .btn {
  width: 285px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.contact-form .attach-files {
  padding-top: 18px;
}
.contact-form .attach-files label {
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form .attach-files label > span {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-form .attach-files .text-file {
  font-family: 'sf-ui-display-medium';
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(168, 183, 206, 0.8);
  text-align: left;
  padding-left: 16px;
  max-width: 50%;
  padding-top: 0;
}
.contact-form .attach-files .wrap-file {
  position: relative;
  background: #466182;
  padding: 14px;
  text-align: center;
  margin-top: 15px;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  padding-right: 15px;
}
.contact-form .attach-files .wrap-file span.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 16px!important;
  font-weight: normal;
  padding-top: 5px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
}
.contact-form .attach-files .wrap-file .wpcf7-form-control-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.contact-form .attach-files .wrap-file:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  background: url('../img/ic-file.svg');
}
.contact-form .attach-files .wrap-file img {
  margin-left: 8px;
}
.contact-form .attach-files .wrap-file span {
  font-family: 'sf-ui-display-medium';
  font-size: 18px;
  line-height: 16px;
  color: #FFFFFF;
  vertical-align: middle;
}
.contact-form .attach-files .wrap-file input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: none;
  cursor: pointer;
}
.contact-form .attach-files .text-file {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.basics-section {
  color: #FFFFFF;
  background: #000;
  overflow: hidden;
  padding-bottom: 30px;
}
.basics-section > .container:first-child {
  margin-bottom: -150px;
}
.basics-section > .container:last-child {
  margin-top: -150px;
}
.basics-section h2 {
  font-family: 'sf-ui-display-black';
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  background: #E73333;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
.basics-section ul {
  list-style: none;
  padding-left: 0;
}
.basics-section ul li {
  font-family: 'sf-ui-display-bold';
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.basics-section .middle-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 400px 0;
  position: relative;
}
.basics-section .middle-block .container {
  position: relative;
  z-index: 2;
}
.basics-section .middle-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.basics-section .middle-block:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.76) 30.98%, rgba(0, 0, 0, 0.59) 55.73%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.basics-section .images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}
.basics-section .images .img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: 0 15px;
}
.basics-section .images .img:last-child h2 {
  left: auto;
  right: 45px;
}
.basics-section .images .img:last-child .text {
  text-align: right;
}
.basics-section .images .img img {
  width: 100%;
}
.basics-section .images .img h2 {
  position: absolute;
  top: 30px;
  left: 45px;
}
.basics-section .images .img .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 45px;
}
.ats-section {
  color: #FFFFFF;
  background: #000;
  overflow: hidden;
  padding-bottom: 140px;
}
.ats-section .wrap-video {
  position: relative;
  text-align: right;
  padding-top: 30px;
  overflow: hidden;
}
.ats-section .wrap-video h2 {
  font-size: 80px;
}
.ats-section .wrap-video p {
  max-width: 640px;
  display: inline-block;
}
.ats-section .wrap-video > * {
  position: relative;
  z-index: 2;
}
.ats-section .wrap-video .video-ifr {
  position: absolute;
  left: 0;
  top: 0;
  width: 69%;
  height: 110%;
  z-index: 1;
}
.ats-section .wrap-video .video-ifr .videobg {
  background: transparent;
}
.ats-section .wrap-video .video-ifr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
.ats-section .text-center {
  visibility: hidden;
}
.ats-section h3 {
  font-family: 'sf-ui-display-bold';
  font-size: 40px;
  text-transform: uppercase;
}
.ats-section h2 {
  font-family: 'sf-ui-display-black';
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}
.ats-section h2 span {
  background: #E73333;
  display: inline-block;
  line-height: .9;
}
.ats-section p {
  font-size: 24px;
  font-family: 'SF-UI-Display-Regular';
  margin-bottom: 30px;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
.ats-section .another {
  border: 3px solid #fff;
  padding: 70px;
  margin-top: 80px;
  margin-bottom: 180px;
  position: relative;
}
.ats-section .another img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 55%;
  -webkit-transform: translate(10%, 35%);
  -o-transform: translate(10%, 35%);
  -ms-transform: translate(10%, 35%);
  transform: translate(10%, 35%);
}
.ats-section .another ul {
  list-style: none;
  padding-left: 0;
  font-family: 'SF-UI-Display-Regular';
}
.ats-section .another ul li {
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.questions-section {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  padding-bottom: 10px;
  position: relative;
  background-color: #000;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
.questions-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.questions-section .left-content {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  color: #D0D8E3;
  font-family: 'sf-ui-display-medium';
  padding: 0 23px 30px 0;
}
.questions-section .left-content img {
  margin-bottom: 40px;
}
.questions-section .left-content p span {
  font-family: 'sf-ui-display-bold';
  text-transform: uppercase;
  color: #fff;
}
.questions-section .left-content p a {
  color: #E02525;
}
.questions-section .right-content {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: -105px;
  visibility: hidden;
}
.questions-section .right-content .contact-form {
  visibility: visible;
}
.questions-section .images {
  margin: 0 -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.questions-section .images .img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
.page-not-found h1 {
  margin-top: 40px;
  color: #E02525;
}
.page-not-found h1 span {
  font-size: .6em;
  color: #fff;
}
.page-not-found a {
  color: #E02525;
  text-transform: uppercase;
}
.main-footer {
  background: #E02525;
  padding: 105px 0 15px 0;
  color: #fff;
}
.main-footer p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px;
}
@media (min-width: 1600px) {
  .contact-form.pad-sm,
  .questions-section .images {
    margin-right: -52px;
  }
  .section-birth .container {
    flex-wrap: nowrap;
  }
  .section-birth .right-content {
    -ms-flex: 0 0 595%;
    flex: 0 0 59%;
    max-width: 59%;
    padding-left: 52px;
  }
}
@media (min-width: 1800px) {
  .banner.has-gr:after {
    width: 100%;
    background: -moz-linear-gradient(left, #000000 44%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 44%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 44%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0a000000', GradientType=1);
  }
  .menu-open .content {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1530px) {
  .home-ban {
    padding: 220px 0 150px 0;
  }
}
@media (max-width: 1199px) {
  .main-header {
    padding: 20px 0 0 5px;
  }
  .section-birth h2 {
    font-size: 59px;
    line-height: 1.2;
  }
  .content h1 {
    font-size: 70px;
  }
  .contact-form h2 {
    font-size: 34px;
  }
  .basics-section h2 {
    font-size: 30px;
  }
  .basics-section ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .content.creator .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .content.creator p,
  .content.creator li {
    font-size: 16px;
  }
  .section-birth {
    padding: 30px 0;
  }
  .section-birth.inner-section {
    padding-bottom: 30px;
  }
  .section-birth.inner-section .container {
    text-align: right;
    overflow: hidden;
  }
  .section-birth.inner-section .container p {
    float: right;
  }
  .section-birth p,
  .section-birth li {
    font-size: 16px;
  }
  .section-birth .center-content {
    max-width: 100%;
  }
  .section-birth .container {
    display: block;
    padding-bottom: 0;
  }
  .section-birth .container h2 {
    font-size: 36px;
  }
  .section-birth .container .left-content,
  .section-birth .container .right-content {
    max-width: 100%;
  }
  .section-birth .container img {
    position: static;
  }
  .ats-section .wrap-video .video-ifr {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 55%;
    margin-bottom: 30px;
  }
  .ats-section .wrap-video .video-ifr .videobg {
    left: 0;
    top: 0;
  }
  .content .btn {
    margin-top: 15px;
  }
  .content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .banner {
    padding-top: 30%;
    padding-bottom: 30px;
  }
  .banner.pad-lg {
    padding-bottom: 30%;
  }
  .questions-section .container {
    display: block;
  }
  .questions-section .left-content {
    max-width: 100%;
    padding: 0 0 40px 0;
  }
  .questions-section .right-content {
    max-width: 100%;
  }
  .questions-section .images .img {
    max-width: 325px;
  }
  .contact-section {
    padding: 40px 0;
  }
  .contact-section .contact-info {
    position: static;
    max-width: 100%;
    padding: 40px;
    display: block;
  }
  .contact-section .contact-info > div {
    max-width: 250px;
    margin: 0 auto;
  }
  .contact-section .contact-info .social {
    margin-top: 30px;
  }
  .contact-section .contact-form {
    margin-left: 0;
    padding: 40px;
    margin-top: 30px;
  }
  .contact-section .contact-form form .col-6 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ats-section {
    padding-bottom: 20px;
  }
  .ats-section h3 {
    font-size: 26px;
  }
  .ats-section h2 {
    font-size: 46px!important;
    margin-bottom: 30px;
  }
  .ats-section p {
    font-size: 18px;
  }
  .ats-section .another {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .ats-section .another img {
    max-width: 30%;
    -webkit-transform: translate(10%, 67%);
    -o-transform: translate(10%, 67%);
    -ms-transform: translate(10%, 67%);
    transform: translate(10%, 67%);
  }
  .ats-section .another ul li {
    font-size: 18px;
  }
  .basics-section .middle-block {
    padding: 300px 0;
  }
  .basics-section ul li {
    font-size: 16px;
  }
  .basics-section .images .img h2 {
    top: 20px;
    left: 35px;
  }
  .basics-section .images .img:last-child h2 {
    left: auto;
    right: 35px;
  }
  .basics-section .images .img .text {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .content.creator h1 {
    margin-bottom: 10px;
  }
  .section-birth .center-content + img {
    max-width: 100%;
  }
  .section-birth .container h2 {
    font-size: 28px;
  }
  .menu-open .content {
    padding-left: 0;
  }
  .main-header {
    position: absolute;
  }
  .menu-open .toggle-menu {
    position: fixed;
  }
  .content .icon-logo {
    max-width: 70px;
    margin-bottom: 5px;
  }
  .content h1 {
    font-size: 30px;
  }
  .btn {
    font-size: 16px;
  }
  .main-header {
    padding: 15px 0 0 15px;
  }
  .contact-section .contact-form,
  .contact-section .contact-info {
    padding: 20px;
  }
  .ats-section h3 {
    font-size: 22px;
  }
  .ats-section h2 {
    font-size: 32px!important;
  }
  .basics-section h2 {
    font-size: 22px;
  }
  .basics-section .images {
    display: block;
  }
  .basics-section .images .img {
    max-width: 100%;
    overflow: hidden;
  }
  .basics-section .images .img:last-child {
    margin-top: 20px;
  }
  .basics-section .middle-block {
    padding: 250px 0;
  }
}
@media (max-width: 575px) {
  .banner {
    padding-bottom: 30px;
  }
  .contact-form form .btn {
    width: 100%;
    margin-top: 30px;
  }
  .contact-form.pad-sm {
    padding: 20px;
    margin-top: 30px;
  }
  .contact-form .attach-files {
    display: block;
  }
  .contact-form .attach-files .text-file {
    padding-left: 0;
    padding-top: 0;
  }
  .questions-section .right-content {
    margin-bottom: -85px;
  }
  .container {
    width: 100%;
  }
  .main-footer {
    padding: 75px 0 15px 0;
  }
}
@media (max-width: 370px) {
  .basics-section .images .img {
    min-height: 210px;
  }
}
