html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.container {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.header {
  background: white;
  position: fixed;
  width: 100%;
  z-index: 9998;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.header .header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
.header .header__inner .header__logo a img {
  width: 250px;
  height: auto;
}

.hero_2 {
  width: 100%;
  height: 100vh;
  background-image: url("/img/bg_1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 130%;
  color: #ffffff;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  overflow: hidden;
}
.hero_2 .hero_gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcd8e6, #307597);
  opacity: 0.7;
  position: absolute;
  z-index: -1;
}
.hero_2 .hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero_2 .hero__text {
  text-align: center;
}
.hero_2 .hero__text h1 {
  font-size: 32px;
  font-weight: bold;
}
.hero_2 .hero__logo_bg {
  position: absolute;
  right: 0;
  top: 35%;
  z-index: -1;
}

.space {
  width: 100%;
  height: 0px;
  display: block;
}

.space_m {
  width: 100%;
  height: 100px;
  display: block;
}

section {
  scroll-margin-top: 200px;
}

.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .about__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about__logo {
  margin-right: 200px;
}
.about .about__logo img {
  max-width: 500px;
  height: auto;
  width: 100%;
}
.about .about__text {
  max-width: 481px;
  width: 100%;
}
.about .about__text h1 {
  font-size: 38px;
  font-weight: bold;
}
.about .about__text p {
  font-size: 18px;
  color: #0F1D46;
}

.benefit__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit__inner .benefit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
}
.benefit__inner .benefit__item:not(:first-child) {
  padding-left: 100px;
}
.benefit__inner .benefit__item img {
  margin-bottom: 20px;
}
.benefit__inner .benefit__item span {
  font-weight: bold;
  font-size: 28px;
}

.directions__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.directions__inner .directions__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.directions__inner .directions__item:nth-child(even) {
  flex-direction: row-reverse;
}
.directions__inner .directions__item .directions__img {
  width: 585px;
  height: 550px;
  display: block;
  position: relative;
}
.directions__inner .directions__item .directions__img .directions__img__bg_one {
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #41A1D0;
  width: 325px;
  height: 380px;
  opacity: 0.03;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
}
.directions__inner .directions__item .directions__img .directions__img__bg_two {
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #307597;
  transform: rotate(-45deg);
  opacity: 0.02;
  width: 325px;
  height: 380px;
  right: 35px;
}
.directions__inner .directions__item .directions__img .directions__img__bg_there {
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #307597;
  transform: rotate(-45deg);
  width: 325px;
  height: 380px;
  left: 90px;
  top: 128px;
}
.directions__inner .directions__item .directions__img .directions__img__bg_there img {
  width: 200%;
  position: absolute;
  left: -21%;
  transform: rotate(45deg);
  top: 5%;
}
.directions__inner .directions__item .directions__desc {
  max-width: 478px;
  width: 100%;
}
.directions__inner .directions__item .directions__desc h2 {
  font-size: 38px;
  font-weight: bold;
}
.directions__inner .directions__item .directions__desc p {
  font-size: 18px;
}

.why__us .why__us__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.why__us .why__us__inner .why__us__item {
  display: flex;
  align-items: center;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.why__us .why__us__inner .why__us__item .why__us__item__one {
  flex: 6;
  padding-right: 35px;
}
.why__us .why__us__inner .why__us__item .why__us__item__two {
  flex: 5;
}
.why__us .why__us__inner .why__us__item .why__us__item__there {
  flex: 6;
  padding-right: 35px;
}
.why__us .why__us__inner .why__us__item .why__us__item__four {
  flex: 5;
}
.why__us .why__us__inner .why__us__item span {
  font-weight: bold;
  font-size: 24px;
}

.footer {
  height: 510px;
  width: 100%;
  background: linear-gradient(45deg, #41A1D0, #307597);
  color: #ffffff;
  position: relative;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
.footer .footer__nav {
  z-index: 2;
}
.footer .footer__nav__inner {
  display: flex;
  justify-content: space-around;
  padding-left: 15px;
  padding-right: 15px;
}
.footer .footer__nav__inner__item {
  max-width: 300px;
  padding: 35px;
}
.footer .footer__nav__inner__item span {
  font-weight: bold;
  font-size: 22px;
}
.footer .footer__nav__inner__item ul {
  padding: 0;
  margin-top: 15px;
  list-style-type: none;
}
.footer .footer__nav__inner__item ul li a {
  color: #fff;
}
.footer .footer__nav__inner__item .span__small {
  font-size: 18px;
}
.footer .footer__copyright {
  padding-bottom: 100px;
}
.footer .footer__logo {
  background-image: url("/img/footer_logo.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 25px;
  z-index: 1;
}

.footer__feedback__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #41A1D0, #307597);
  opacity: 0.8;
}

.footer__feedback {
  height: 550px;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  position: relative;
  background: #eee;
  color: #000;
  padding: 25px 35px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/bg/bg_4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 130%;
  overflow: hidden;
}
.footer__feedback .footer__feedback__inner {
  z-index: 1;
  color: #fff;
}
.footer__feedback .footer__feedback__inner h3 {
  font-weight: bold;
  font-size: 38px;
}
.footer__feedback .footer__feedback__inner p {
  padding-bottom: 35px;
}
.footer__feedback .footer__feedback__inner a {
  padding: 10px 25px;
  color: #fff;
  border: solid 2px #fff;
  text-align: center;
  transition: 0.3s;
}
.footer__feedback .footer__feedback__inner a:hover {
  border: solid 2px #41A1D0;
  background: #41A1D0;
}

@media only screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 28px;
  }
  header .container .header__inner {
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .container .header__inner .header__logo img {
    width: 130px;
  }
  header .container .header__inner .header__navmenu {
    display: none;
  }
  .hero {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  }
  .hero .container .hero__inner .hero__text {
    padding: 35px;
  }
  .hero .container .hero__inner .hero__text p {
    font-size: 32px;
  }
  .hero .hero__logo_bg {
    opacity: 0.3;
  }
  .about {
    overflow: hidden;
  }
  .about .about__inner {
    flex-direction: column;
  }
  .about .about__logo {
    margin-right: 0px;
    margin-left: -50px;
    margin-bottom: 100px;
  }
  .about .about__logo img {
    max-width: 250px;
  }
  .about .about__text {
    max-width: 100%;
    width: 100%;
    padding: 25px;
    margin-top: -150px;
  }
  .directions__inner {
    flex-direction: column;
    overflow: hidden;
  }
  .directions__inner .directions__item {
    padding: 25px;
  }
  .directions__inner .directions__item:nth-child(even) {
    flex-direction: row;
  }
  .directions__inner .directions__item .directions__img {
    margin-left: -200px;
    z-index: 1;
  }
  .directions__inner .directions__item .directions__img .directions__img__bg_there {
    left: 150px;
    top: 78px;
    opacity: 0.2;
  }
  .directions__inner .directions__item .directions__img .directions__img__bg_there img {
    left: -50%;
    transform: rotate(45deg);
    top: 5%;
  }
  .directions__inner .directions__item .directions__desc {
    max-width: 90%;
    width: 100%;
    z-index: 2;
  }
  .directions__inner .directions__item .directions__desc h2 {
    font-size: 38px;
    font-weight: bold;
  }
  .directions__inner .directions__item .directions__desc p {
    font-size: 18px;
  }
  .why__us .why__us__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .why__us .why__us__inner .why__us__item {
    display: block;
    align-items: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0px;
  }
  .why__us .why__us__inner .why__us__item .why__us__item__one {
    flex: 12;
    padding-right: 0px;
    padding: 25px;
  }
  .why__us .why__us__inner .why__us__item .why__us__item__two {
    flex: 12;
    padding: 25px;
  }
  .why__us .why__us__inner .why__us__item .why__us__item__there {
    flex: 12;
    padding-right: 0px;
    padding: 25px;
  }
  .why__us .why__us__inner .why__us__item .why__us__item__four {
    flex: 12;
    padding: 25px;
  }
  .footer {
    height: auto;
    padding-top: 150px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  }
  .footer .footer__nav {
    z-index: 2;
  }
  .footer .footer__nav__inner {
    display: block;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .footer__nav__inner__item {
    max-width: 300px;
    padding: 25px;
  }
  .footer .footer__nav__inner__item span {
    font-weight: bold;
    font-size: 22px;
  }
  .footer .footer__nav__inner__item ul {
    padding: 0;
    margin-top: 15px;
    list-style-type: none;
  }
  .footer .footer__nav__inner__item ul li a {
    color: #fff;
  }
  .footer .footer__copyright {
    padding-bottom: 50px;
  }
  .footer .footer__logo {
    display: none;
  }
  .hero__text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero__send .hero__send__box {
    padding: 0;
  }
  .hero__logo_bg {
    z-index: -1;
    opacity: 0.2;
  }
  .hero__inner {
    justify-content: center;
  }
  .hero_2 {
    width: 100%;
    height: 100vh;
    background-image: url("/img/bg/bg_3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 130%;
    color: #ffffff;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    overflow: hidden;
  }
  .footer__feedback {
    background-image: url("/img/bg/bg_4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1400px) {
  .elev__inner__desc {
    display: flex;
  }
  .elev__inner__desc__adr {
    width: 50%;
  }
  .elev__inner__desc__adr img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .elev__inner__desc {
    display: flex;
    flex-direction: column;
  }
  .elev__inner__desc__adr {
    width: 100%;
  }
  .elev__inner__desc__adr img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .mobile_menu {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */