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

/* Стили 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: 103px;
}

.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: 200px;
}

.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%;
}

.top_img {
  margin-right: 82px;
}

.services_list_right_name:hover .services_list_left_name_top_text,
.services_list_left_name:hover .services_list_left_name_top_text {
  padding-left: 26px;
}
.services_list_right_name:hover .services_list_left_name_top_p,
.services_list_left_name:hover .services_list_left_name_top_p,
.services_list_right_name:hover .services_price_position_left_text {
  margin-left: -26px;
}

.services {
  height: auto;
  margin-bottom: 95px;
}

.services_title {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 4vw;
  padding-bottom: 10vh;
}

.services_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_list_left_name {
  height: auto;
  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: 34px;
  padding-bottom: 36px;
}

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

.services_list_left_name:hover .services_list_left_name_bottom_link_arrow {
  display: none;
}

.services_list_left_name:hover
  .services_list_left_name_bottom_link_arrow_active {
  display: block;
}

.services_list_left_name_top_time {
  display: none;
}

.services_list_left_name_top_p {
  display: none;
}

.services_list_left_name_top_text {
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.services_list_left_name_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 20%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_list_left_name_bottom_link {
  text-decoration: none;
  width: 100%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_list_left_name_bottom_link_arrow {
  display: block;
}

.services_list_left_name_bottom_link_arrow_active {
  display: none;
}

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

@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: 0;
    height: auto;
    margin-bottom: 122px;
  }
  .top_img {
    margin-bottom: 61px;
    margin-right: 100px;
  }
  .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: auto;
    padding-bottom: 0;
    font-family: Code Pro;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 48px;
  }
  .services {
    height: auto;
    margin-bottom: 87px;
  }
  .services_list_left_name_top_time {
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .services_list_left_name_top_p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .services_list_left_name_bottom_link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .services_list_left_name_bottom_link_p {
    display: none;
  }
  .services_list_left_name {
    height: auto;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

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

.services_list_left_hr {
  transform-origin: left;
}

.services_list_right_name:hover .services_list_left_name_top_text,
.services_list_left_name:hover .services_list_left_name_top_text {
  transition: 0.3s;
}
.services_list_left_name {
  cursor: pointer;
}
/*# sourceMappingURL=services.css.map */
