@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;
}

body {
  width: 80%;
}

/* Стили header */

/* Стили Menu */

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  padding-top: 0;
  margin-bottom: 300px;
}

.top_title {
  display: none;
}

.top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_right_title {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Code Pro;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  margin-bottom: 215px;
}

.top_img {
  margin-right: 82px;
  margin-top: 30px;
}

.top_right_info {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.map {
  width: 100%;
  height: 50vh;
  margin-top: 200px;
}

.firm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 270px;
  padding-bottom: 0;
  width: 100%;
}

.firm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.firm_block_container_img {
  width: 100%;
  height: auto;
}

.firm_block_container_line {
  width: inherit;
  height: auto;
  background-color: black;
  bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff;
}

.firm_block_container_line_left {
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.firm_block_container_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.firm_block_container_line_right_text {
  padding-right: 2vw;
}

.firm_block_container_line_right_arrow:hover {
  opacity: 0.5;
}

.card-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 45%;
  margin-top: -90px;
}

.card-left_firm {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.card-left_firm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-left_firm_block_container_img {
  width: 100%;
  height: auto;
}

.card-left_firm_block_container_line {
  width: inherit;
  height: auto;
  background-color: black;
  bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-left_firm_block_container_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-left_firm_block_container_line_right_text {
  padding-right: 2vw;
}

.card-left_firm_block_container_line_right_arrow:hover {
  opacity: 0.5;
}

.card-left_firm_block_container_line_left {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.card-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -90px;
}
.card-right:last-child {
  margin-bottom: 200px;
}

.card-right_firm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}

.card-right_firm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.card-right_firm_block_container_img {
  width: 100%;
  height: auto;
}

.card-right_firm_block_container_line {
  width: inherit;
  height: auto;
  background-color: black;
  bottom: 15%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-right_firm_block_container_line_left {
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.card-right_firm_block_container_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-right_firm_block_container_line_right_text {
  padding-right: 2vw;
}

.card-right_firm_block_container_line_right_arrow:hover {
  opacity: 0.5;
}

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

  .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10vh;
    height: auto;
    margin-bottom: 85px;
  }
  .top_right_info {
    line-height: 1.5;
  }
  .top_right_title {
    display: none;
  }
  .top_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10vh;
    margin-bottom: 49px;
    font-family: Code Pro;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
  }
  .card-left {
    display: block;
    margin-bottom: 121px;
    margin-top: 0;
    width: 100%;
  }
  .card-right {
    margin-bottom: 42px;
  }
  .card-right_firm {
    width: 100%;
  }
  .map {
    margin-top: 100px;
  }
  .firm {
    display: none;
  }
  .top {
    padding-top: 0;
  }
  .top_img {
    margin-bottom: 60px;
    margin-top: 0;
  }
  .card-left_firm_block_container_line {
    padding-top: 10px;
    padding-bottom: 21px;
  }
  .footer_link + .footer_hr {
    display: none;
  }
}

.hid {
  overflow: hidden;
}
.max {
  margin: 0 auto;
  position: relative;
  padding: 0 8%;
  width: 100vw;
  box-sizing: border-box;
}
body {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.menu {
  padding-left: 14%;
  padding-right: 14%;
  padding-top: 30px !important;
  overflow: hidden;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 701px) {
  .max {
    padding: 0 15px;
  }
  .menu {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px !important;
  }
}

.card-left_firm_block_container,
.card-right_firm_block_container {
  text-decoration: none;
}

.card-left_firm_block_container_line,
.card-right_firm_block_container_line,
.firm_block_container_line {
  transition: 0.5s;
}
/*# sourceMappingURL=blog.css.map */
