@font-face {
  font-family: SFProDisplayRegular;
  src: url("../../fonts/SF-Pro-Display-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: SFProDisplayBold;
  src: url("../../fonts/SF-Pro-Display-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: SFProDisplayBlack;
  src: url("../../fonts/SF-Pro-Display-Black.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: SFProDisplayLight;
  src: url("../../fonts/SF-Pro-Display-Light.ttf") format("truetype");
  font-display: block;
}
body {
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "SFProDisplayBold", Arial, sans-serif;
  line-height: 1.1;
  color: #000;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  color: rgb(96, 128, 126);
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background-color: #fff;
}
html::-webkit-scrollbar-thumb {
  background-color: #60807e;
  border-radius: 0;
}

.absolute-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
}

section.home_page {
  padding: 10% 0 0 0;
  z-index: 2;
  position: relative;
}
section.home_page .home_page_content {
  color: #fff;
  font-size: 22px;
  width: 40%;
  text-align: left;
  position: absolute;
  font-family: "SFProDisplayLight", Arial, sans-serif; 
  font-weight: 300;
  margin-top: 150px;
}
section.home_page .home_page_content h1 {
  color: #fff;
}
section.home_page .home_page_content a.home_page_link {
  margin-top: 50px;
  font-family: "SFProDisplayBold", Arial, sans-serif;
  color: #ffffff;
  background-color: #60807e;
  display: inline-block;
  padding: 15px 60px;
  font-size: 16px;
}
section.home_page .home_page_content a.home_page_link:hover {
  color: #60807e;
  background-color: #fff;
}

@media screen and (max-width: 1400px) {
  section.home_page {
    padding: 20% 0 0 0;
    z-index: 2;
    position: relative;
  }
  section.home_page .home_page_content {
    color: #fff;
    font-size: 22px;
    width: 60%;
    text-align: left;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  section.home_page {
    padding: 50px 0 0 0;
    z-index: 2;
    position: relative;
  }
  section.home_page .home_page_content {
    color: #fff;
    font-size: 22px;
    width: 90%;
    text-align: left;
    position: absolute;
    margin-top: 0;
  }
}
section.hero {
  background-image: url(../../img/home_bg.jpg);
  height: 300px;
  width: 100%;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

section.footer_form {
  padding: 50px 0;
}
section.footer_form .form_block {
  margin-top: 30px;
}
section.footer_form .form_block label {
  display: block;
  font-family: "SFProDisplayBold", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}
section.footer_form .form_block input, section.footer_form .form_block textarea {
  display: block;
  width: 100%;
  border: none;
  color: #1c1c1c;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
}
section.footer_form .form_block input#phone {
  padding-left: 50px;
}
section.footer_form .form_block textarea {
  resize: none;
  height: 60px;
}
section.footer_form .form_button {
  margin-top: 30px;
  text-align: center;
}
section.footer_form .form_button button {
  display: inline-block;
  color: #ffffff;
  background-color: #1c1c1c;
  border: none;
  padding: 15px 60px;
  font-size: 16px;
  font-family: "SFProDisplayBold", Arial, sans-serif;
}
section.footer_form .form_button button:hover {
  background-color: rgb(96, 128, 126);
}

.iti {
  position: relative;
  display: block;
}

.page_content {
  margin-top: 50px;
  margin-bottom: 20px;
}
.page_content .content {
  margin-bottom: 50px;
  font-size: 18px;
  font-family: "SFProDisplayLight", sans-serif;
}

.column_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  border-top: 1px solid #efefef;
  padding: 50px 0;
}
.column_content:last-child {
  border-bottom: 1px solid #efefef;
}
.column_content .content_text {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 18px;
  font-family: "SFProDisplayLight", sans-serif;
  padding-right: 30px;
}
.column_content .content_title {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .column_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
    border-top: 1px solid #efefef;
    padding: 50px 0;
  }
  .column_content:last-child {
    border-bottom: 1px solid #efefef;
  }
  .column_content .content_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 18px;
    font-family: "SFProDisplayLight", sans-serif;
    padding-right: 0;
  }
  .column_content .content_title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.succes_form_wraper {
  padding: 150px 0;
  display: none;
}

.error_form_wraper {
  display: none;
  border: 1px solid red;
  padding: 50px 30px;
  font-size: 24px;
  margin: 30px 0;
}
.error_form_wraper p {
  margin: 0;
}

section.header_main {
  position: fixed;
  width: 100%;
  height: 150px;
  z-index: 99;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
}
section.header_main .header_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 40px 0;
}
section.header_main .header_wraper .logo {
  width: 175px;
}
section.header_main .header_wraper .logo img.logo.home_page {
  display: none;
}
section.header_main .header_wraper .logo img.logo.all_page {
  display: none;
}
section.header_main .header_wraper .logo img.logo.home_page.active {
  display: block;
}
section.header_main .header_wraper .logo img.logo.all_page.active {
  display: block;
}
section.header_main .header_wraper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.header_main .header_wraper ul li {
  display: inline-block;
  margin-left: 50px;
}
section.header_main .header_wraper ul li a {
  font-family: "SFProDisplayBold", Arial, sans-serif;
  text-decoration: none;
  color: #000;
}
section.header_main .header_wraper ul li a:hover {
  color: #444;
}

section.header_main.compressed {
  height: 90px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.header_main.compressed .header_wraper {
  padding: 10px 0;
}

section.header_main.main_page {
  background-color: transparent;
}
section.header_main.main_page .header_wraper ul li a {
  text-decoration: none;
  color: #fff;
}
section.header_main.main_page .header_wraper ul li a:hover {
  color: #efefef;
}

.main {
  padding-top: 150px;
}

.main.main_page {
  height: 100vh;
  background-image: url(../../img/home_bg.jpg);
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.main.main_page .filter {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#b2000000", endColorstr="#b2000000");
}

@media screen and (max-width: 1024px) {
  .main.main_page {
    height: calc(100vh - 270px);
  }

  section.header_main {
    position: relative;
    width: 100%;
    height: 270px;
    z-index: 99;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #fff;
  }
  section.header_main .header_wraper {
    display: block;
    padding: 20px 0;
  }
  section.header_main .header_wraper .logo {
    text-align: center;
    width: 100%;
  }
  section.header_main .header_wraper .logo img.logo.home_page {
    display: none;
  }
  section.header_main .header_wraper .logo img.logo.all_page {
    display: block;
    width: 175px;
    margin: 0 auto;
  }
  section.header_main .header_wraper .logo img.logo.home_page.active {
    display: none;
  }
  section.header_main .header_wraper .logo img.logo.all_page.active {
    display: block;
  }
  section.header_main .header_wraper .nav {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
  }
  section.header_main .header_wraper .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  section.header_main .header_wraper .nav ul li {
    text-align: center;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  section.header_main .header_wraper .nav ul li a {
    font-family: "SFProDisplayBold", Arial, sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 18px;
  }
  section.header_main .header_wraper .nav ul li a:hover {
    color: #444;
  }

  section.header_main.compressed {
    height: 270px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  section.header_main.compressed .header_wraper {
    padding: 20px 0;
  }

  .main {
    padding-top: 0;
  }
}
section.footer {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #171717;
  color: #525252;
}
section.footer .footer_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
section.footer .footer_wraper .footer_logo img {
  width: 150px;
}
section.footer.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  section.footer .footer_wraper {
    display: block;
  }
  section.footer .footer_wraper .footer_logo {
    text-align: center;
  }
  section.footer .footer_wraper .footer_logo img {
    margin: 0 auto;
  }
  section.footer .footer_wraper .footer_copy {
    text-align: center;
    margin-top: 15px;
  }
}