@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: 185px;
}

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

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

.masters {
  height: auto;
  margin-bottom: 138px;
}

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

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

.masters_list_left_name {
  height: 12vh;
  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;
}

.masters_list_left_name_text {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 20%;
}

.masters_list_left_name_text_span {
  visibility: hidden;
  position: absolute;
  z-index: -2;
  opacity: 0.5;
  right: 51px;
  top: 64px;
}

.masters_list_left_name_text_span_image {
  width: 528px;
  height: 204px;
  object-fit: cover;
}

.masters_list_left {
  position: relative;
}

.masters_list_left_name_text:hover .masters_list_left_name_text_span {
  visibility: visible;
}

.masters_list_left_name_link_arrow {
  display: block;
}

.masters_list_left_name_link_arrow_active {
  display: none;
}

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

.masters_list_left_name:hover .masters_list_left_name_link_arrow {
  display: none;
}

.masters_list_left_name:hover .masters_list_left_name_link_arrow_active {
  display: block;
}

.masters_list_right_name {
  height: 12vh;
  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;
}

.masters_list_right_name_text {
  text-transform: uppercase;
  width: 20%;
}

.masters_list_right_name_text_span {
  visibility: hidden;
  position: absolute;
  z-index: -2;
  opacity: 0.5;
  right: 51px;
  top: 64px;
}

.masters_list_right_name_text_span_image {
  width: 528px;
  height: 204px;
  object-fit: cover;
}

.services_price_position_left_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 177%;
}

.masters_list_right_name_text:hover .masters_list_right_name_text_span {
  visibility: visible;
}
.masters_list_right_name:hover .masters_list_right_name_text,
.masters_list_left_name:hover .masters_list_left_name_text {
  padding-left: 26px;
}
.masters_list_right_name:hover .services_price_position_right_text,
.masters_list_left_name:hover .services_price_position_left_text,
.masters_list_right_name:hover .services_price_position_left_text {
  margin-left: -26px;
}

.masters_list_right_name_link_arrow {
  display: block;
}

.masters_list_right_name_link_arrow_active {
  display: none;
}

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

.masters_list_right_name:hover .masters_list_right_name_link_arrow {
  display: none;
}

.masters_list_right_name:hover .masters_list_right_name_link_arrow_active {
  display: block;
}

.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;
  }
  .top_right_info {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
  }
  .masters {
    height: auto;
    margin-bottom: 82px;
  }
  .masters_list_left_name {
    height: auto;
    padding-top: 23px;
    padding-bottom: 28px;
  }
  .masters_list_right {
    display: none;
  }
  .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;
    margin-bottom: 39px;
    padding-bottom: 0;
    font-family: Code Pro;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
  }
  .top_img {
    margin-bottom: 61px;
    margin-right: 100px;
  }
  .masters_list_left_name_text_span {
    display: none;
  }
  .masters_list_right_name_text_span {
    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;
  }
}

.masters_list_left_hr {
  transform-origin: left;
}

.masters_list_left_name {
  position: relative;
}
.masters_list_left_name_text_span {
  visibility: hidden;
  position: absolute;
  z-index: -2;
  opacity: 0.7;
  right: 0;
  top: 0;
  width: 50%;
}
.masters_list_left_name_text_span_image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.masters_list_left_name:hover .masters_list_left_name_text_span {
  visibility: visible;
}
.masters_list_left_name {
  cursor: pointer;
  height: 80px;
}
.masters {
  z-index: 5;
  position: relative;
}

@media (max-width: 701px) {
  .masters_list_left_name {
    cursor: pointer;
    height: 30px;
  }
  .masters_list_left_name_text {
    width: auto;
  }
}
/*# sourceMappingURL=masters.css.map */
