@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: "Inter-Bold";
  src: url(/assets/fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: "WorkSans";
  src: url(/assets/fonts/WorkSans-Regular.ttf);
}
@font-face {
  font-family: "WorkSans-Bold";
  src: url(/assets/fonts/WorkSans-Bold.ttf);
}
body.home_page {
  background: rgb(24, 23, 23);
  color: #76777D;
  font-size: 16px;
  line-height: 29px;
  font-family: "Inter", sans-serif;
}
body.home_page .emptyFile {
  left: 15px;
}
body.home_page .warn {
  display: block;
  font-size: 10px;
  margin-top: -10px;
}
body.home_page .inputs.attahResu {
  margin: 10px 0;
}
body.home_page .close_sign {
  right: 20px;
  top: 20px;
}
body.home_page .tanksMessage {
  margin-top: 20px;
}
body.home_page .tanksMessage h3 {
  font-family: "WorkSans-Bold";
  font-size: 22px;
}
body.home_page .tanksMessage p {
  font-family: Inter;
  font-size: 17px;
}
body.home_page .signUpModal h2 {
  font-size: 22px;
}
body.home_page .formSubmit {
  background-color: #A6D817;
  color: black;
  font-family: "Inter", sans-serif !important;
  cursor: pointer;
}
body.home_page .formSubmit:hover {
  background-color: #1C1D20;
  color: #FFFFFF;
}
body.home_page h2 {
  font-size: 32px;
  font-family: "WorkSans-Bold", sans-serif;
  color: #1C1D20;
  margin-bottom: 27px;
  line-height: 40px;
}
body.home_page section h3 {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "WorkSans-Bold", sans-serif;
  letter-spacing: 1px;
}
body.home_page a.button {
  text-decoration: none;
  color: #1C1D20;
  padding: 16px 24px;
  background-color: #FFFFFF;
  font-family: Inter;
}
body.home_page a.button:hover {
  background-color: #1C1D20;
  color: #FFFFFF;
}
body.home_page .searchParag {
  padding-right: 10px;
}
body.home_page a.greenBtn {
  background-color: #A6D817;
  color: #1C1D20;
}
body.home_page .onBlack:hover {
  background-color: #FFFFFF !important;
  color: black !important;
}
body.home_page a.top-button {
  background: #232427;
  color: #DEDEDE;
  padding: 10px 18px;
}
body.home_page a.top-button:hover {
  background: #3F4045;
}
body.home_page header {
  height: 630px;
  position: relative;
  background-color: #1C1D20;
  background: url(/assets/img/bg_hero.png) no-repeat;
  background-size: cover;
  z-index: 2;
}
body.home_page header span.head {
  font-family: "Inter-Bold", sans-serif;
}
body.home_page header .header-top {
  padding-top: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
body.home_page header .header-top .container {
  display: flex;
  justify-content: space-between;
}
body.home_page header .flex-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}
body.home_page header .flex-wrapper > img {
  position: absolute;
  right: -10%;
  bottom: 0;
  height: 96%;
  z-index: -1;
}
body.home_page header .flex-composition {
  margin: auto 0;
  width: 614px;
  transform: translateY(15%);
}
body.home_page header .flex-composition h1 {
  font-size: 46px;
  color: #FFFFFF;
  font-family: "WorkSans-Bold", sans-serif;
}
body.home_page header .flex-composition p {
  width: 554px;
  font-size: 18px;
  margin: 21px 0 45px 0;
  color: #DEDEDE;
}
body.home_page main {
  padding: 64px 0 34px 0;
  background-color: #fff;
}
body.home_page main section {
  margin-bottom: 33px;
  background-color: #1C1D20;
  height: 524px;
  display: flex;
  justify-content: space-between;
}
body.home_page main section .section-img {
  width: 50%;
  display: flex;
}
body.home_page main section .section-img img {
  width: 229px;
  margin: auto;
}
body.home_page main section .section-img img.banner2 {
  width: 354px;
}
body.home_page main section .section-img img.banner3 {
  width: 128px;
}
body.home_page main section .section-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.home_page main section .section-text h3 {
  font-size: 32px;
  color: #FFFFFF;
}
body.home_page main section .section-text p {
  margin-top: 20px;
  width: 460px;
}
body.home_page main section.reverse {
  flex-direction: row-reverse;
  padding-left: 40px;
}
body.home_page footer {
  background-color: #1C1D20;
  padding: 90px 0 64px 0;
}
body.home_page footer .contacts {
  display: flex;
  justify-content: space-between;
}
body.home_page footer .col {
  display: flex;
  flex-direction: column;
}
body.home_page footer .col.logo img {
  width: 145px;
}
body.home_page footer .contacts {
  display: flex;
}
body.home_page footer .contacts span {
  font-size: 18px;
  font-family: "Inter-Bold", sans-serif;
  margin-bottom: 20px;
}
body.home_page footer .contacts span.contact {
  font-size: 16px;
  display: flex;
  align-items: center;
}
body.home_page footer .contacts span.flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/assets/img/isr.svg) no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-right: 10px;
  transform: translateY(-10%);
}
body.home_page footer .contacts a {
  text-decoration: none;
  color: #76777D;
}
body.home_page footer h2 {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 42px;
}
body.home_page footer .double-parag {
  display: flex;
  justify-content: space-between;
}
body.home_page footer .textWrapper {
  width: 436px;
}
body.home_page footer .textWrapper h2 {
  margin-bottom: 15px;
}
body.home_page footer .banner {
  width: 432px;
  height: 260px;
  background-color: #9BCB12;
  position: relative;
  z-index: 0;
  display: flex;
  padding: 24px;
}
body.home_page footer .banner .text-wrapper {
  margin: 0;
  z-index: 7;
}
body.home_page footer .banner p {
  color: #1C1D20;
  padding-bottom: 20px;
}
body.home_page footer .banner h2 {
  color: #1C1D20;
  line-height: 35px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
body.home_page footer .banner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/footerBannar.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
body.home_page footer .separator {
  height: 2px;
  background-color: #35363B;
  margin-top: 60px;
  margin-bottom: 43px;
}
body.home_page .container {
  width: 1040px;
  margin: 0 auto;
  height: 100%;
}

/*==========  Desktop First  ==========*/
@media only screen and (min-width: 768px) {
  body.home_page header .flex-composition {
    transform: translateY(10%) !important;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  body.home_page header .flex-composition {
    transform: translateY(20%);
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body.home_page .searchParag {
    padding-right: 0;
  }
  body.home_page .attahResu label {
    font-size: 14px;
  }
  body.home_page .inpCol input, body.home_page .inpCol textarea {
    height: 36px;
    min-height: 40px;
  }
  body.home_page .tanksMessage {
    padding: 0 10px;
  }
  body.home_page .signUpModal.active {
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
  body.home_page .signUpModal.active .inpCol {
    padding-bottom: 16px;
  }
  body.home_page .container {
    width: calc(100% - 32px);
  }
  body.home_page .button.top-button {
    display: none;
  }
  body.home_page header {
    height: 100vh;
    background-image: url(/assets/img/bg_mob.png);
    background-size: 200%;
    background-position: 100% 40%;
  }
  body.home_page header .flex-composition {
    padding-top: 50px;
    transform: translateY(-10%);
  }
  body.home_page header .flex-composition h1 {
    font-size: 30px;
    line-height: 40px;
  }
  body.home_page header .flex-composition p {
    font-size: 16px;
    margin-bottom: 50px;
    width: auto;
  }
  body.home_page main {
    padding-top: 27px;
    padding-bottom: 10px;
  }
  body.home_page main h2 {
    text-align: center;
  }
  body.home_page main section, body.home_page main section.reverse {
    flex-direction: column;
    height: auto;
    padding-bottom: 50px;
    padding-left: 0;
  }
  body.home_page main section .section-img, body.home_page main section.reverse .section-img {
    width: 100%;
    margin: 52px 0 60px 0;
  }
  body.home_page main section .section-img img, body.home_page main section.reverse .section-img img {
    width: 140px;
  }
  body.home_page main section .section-img img.banner2, body.home_page main section.reverse .section-img img.banner2 {
    width: 223px;
  }
  body.home_page main section .section-img img.banner3, body.home_page main section.reverse .section-img img.banner3 {
    width: 74px;
  }
  body.home_page main section .section-text, body.home_page main section.reverse .section-text {
    width: 100%;
    padding: 0 23px;
  }
  body.home_page main section .section-text h3, body.home_page main section.reverse .section-text h3 {
    font-size: 28px;
  }
  body.home_page main section .section-text p, body.home_page main section.reverse .section-text p {
    font-size: 16px;
    width: 100%;
  }
  body.home_page footer {
    padding: 29px 10px;
  }
  body.home_page footer .double-parag {
    flex-direction: column;
  }
  body.home_page footer .double-parag .textWrapper, body.home_page footer .double-parag .banner {
    width: 100%;
  }
  body.home_page footer .double-parag .banner {
    height: 302px;
    padding-bottom: 0;
  }
  body.home_page footer .double-parag .banner .text-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  body.home_page footer .double-parag .banner h2 {
    font-size: 28px;
  }
  body.home_page footer .double-parag .textWrapper h2 {
    font-size: 28px;
    line-height: 33px;
  }
  body.home_page footer .double-parag .textWrapper p {
    padding-bottom: 24px;
  }
  body.home_page footer .separator {
    margin-top: 24.5px;
    margin-bottom: 32px;
  }
  body.home_page footer .footer-bottom .contacts {
    flex-direction: column;
  }
  body.home_page footer .footer-bottom .contacts .logo {
    display: none;
  }
  body.home_page footer .footer-bottom .contacts .address {
    order: 3;
  }
  body.home_page footer .footer-bottom .contacts .phone {
    order: 2;
  }
  body.home_page footer .footer-bottom .contacts .email {
    order: 1;
  }
  body.home_page footer .footer-bottom .contacts .col {
    width: 100%;
    margin-bottom: 23px;
  }
  body.home_page footer .footer-bottom .contacts .col span.contact {
    font-family: "Inter";
    margin-bottom: 0;
  }
  body.home_page footer .footer-bottom .contacts .col .head {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px), screen and (min-height: 650px) {
  body.home_page header {
    background-position: 100% 50%;
  }
  body.home_page header .flex-composition {
    transform: translateY(-17%);
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/*# sourceMappingURL=styles.css.map */
