@charset "UTF-8";
@font-face {
  font-family: "Code Pro";
  src: local("Code Pro Bold"), local("Code-Pro-Bold"),
    url("../../fonts/Code-Pro-Bold.woff2") format("woff2"),
    url("../../fonts/Code-Pro-Bold.woff") format("woff"),
    url("../../fonts/Code-Pro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Code Pro";
  src: local("Code Pro Regular"), local("Code-Pro-Regular"),
    url("../../fonts/Code-Pro.woff2") format("woff2"),
    url("../../fonts/Code-Pro.woff") format("woff"),
    url("../../fonts/Code-Pro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  color: white;
  font-family: Open Sans;
}

html {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}

html::-webkit-scrollbar-thumb {
  background-color: black;
}

/* Стили Menu */

.back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20vh;
}

.back_img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 1vw;
}

.back_text {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.back_text:hover {
  font-weight: bold;
}

.paper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paper_image {
  margin-right: 60px;
  width: 47%;
}

.paper_image_img {
  width: 100%;
}

.paper_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.paper_text_h2 {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 35px;
  line-height: 54px;
  margin-bottom: 33px;
}

.paper_text_p {
  font-weight: 400;
  font-size: 22px;
  line-height: 190%;
  margin-bottom: 58px;
}

.paper-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 58px;
}

.paper-r_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 43%;
  margin-top: 86px;
  margin-right: 65px;
}

.paper-r_text_h2 {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 35px;
  line-height: 54px;
  margin-bottom: 33px;
}

.paper-r_text_p {
  font-weight: 400;
  font-size: 22px;
  line-height: 190%;
  margin-bottom: 58px;
}
.paper-r_image {
  width: 46%;
}

.paper-r_image_img {
  width: 100%;
}

.map {
  width: 100%;
  height: 50vh;
}

@media (max-width: 701px) {
  body {
    width: 90%;
  }

  .paper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paper_image {
    margin-bottom: 70px;
    margin-right: 0px;
    width: 100%;
  }
  .paper_image_img {
    width: 100%;
  }
  .paper_text {
    width: 100%;
  }
  .paper_text_h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 155.5%;
    margin-bottom: 32px;
  }
  .paper_text_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    margin-bottom: 70px;
  }
  .paper-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .paper-r_image {
    width: 100%;
    margin-bottom: 70px;
  }
  .paper-r_image_img {
    width: 100%;
  }
  .paper-r_text_h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 155.5%;
    margin-bottom: 32px;
  }
  .paper-r_text_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
  }
  .paper-r_text {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}

.paper_image_img,
.paper-r_image_img {
  position: sticky;
  top: 35px;
  padding-bottom: 70px;
}
/*# sourceMappingURL=in_blog.css.map */
