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

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

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

/* Стили menu */

.menu {
  background-color: black;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  display: block;
  position: absolute;
  top: 0;
  display: none;
  padding-top: 43px;
  position: fixed;
  overflow-y: auto;
  height: 100vh;
}

.menu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_hr {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 27px;
}

.menu_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

.menu_main_close {
  left: 19vw;
  position: relative;
}

.menu_main_close_img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_main_hr {
  margin-right: 37px;
  margin-left: 24px;
}

.menu_main_left {
  width: 60%;
  margin-top: 89px;
}

.menu_main_left_hr {
  margin-top: 4vh;
  margin-bottom: 4vh;
}

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

.menu_main_left_big_left_number {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 159%;
  text-transform: capitalize;
  margin-right: 25px;
  margin-top: 14px;
}

.menu_main_left_big:hover .menu_main_left_big_left_title {
  text-decoration: underline;
}

.menu_main_left_big:hover .menu_main_left_big_arrows_arrow {
  display: none;
}

.menu_main_left_big:hover .menu_main_left_big_arrows_arrow_active {
  display: block;
}

.menu_main_left_big_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 39px;
}

.menu_main_left_big_arrows_arrow {
  display: block;
}

.menu_main_left_big_arrows_arrow_active {
  display: none;
}

.menu_main_left_big_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_main_left_big_left_title {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 95px;
  cursor: pointer;
  text-decoration: none;
}

.menu_main_right {
  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;
  margin-top: 55px;
}

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

.menu_main_right_social_a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 159%;
  padding-bottom: 0;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 11px;
}

.menu_main_right_social_a:hover {
  text-decoration: underline;
}

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

.menu_main_right_list_a {
  cursor: pointer;
  text-decoration: none;
  font-family: "Code Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  margin-bottom: 22px;
}

.menu_main_right_list_a:last-child {
  margin-bottom: 0;
}

.menu_main_right_list_a:hover {
  text-decoration: underline;
}

@media (max-width: 701px) {
  /* body {
      width: 90%;
    }
    .menu{
      width: 90%;
      padding-top: 25px;
    } */
  .menu_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_main_close {
    right: 20px;
    position: absolute;
    top: 20px;
    left: unset;
  }
  .menu_main_hr {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 51px;
  }
  .menu_main_right_list_a {
    margin-right: 9px;
  }
  .menu_hr {
    margin-top: 23px;
    margin-bottom: 24px;
  }
  .menu_main_left {
    width: 100%;
    margin-top: 0;
  }
  .menu_main_left_big_left_title {
    font-size: 39px;
  }
  .menu_main_left_big_arrows {
    margin-right: 0;
  }
  .menu_main_left_big_left_number {
    margin-right: 17px;
    font-size: 14px;
    margin-top: 7px;
  }
  .menu_main_left_hr {
    margin-top: 14px;
    margin-bottom: 9px;
  }
  .menu_main_right {
    background-color: black;
    margin-top: 0;
  }
  .adress_card {
    padding-left: 0;
    padding-right: 0;
  }
  .menu_main_right_social {
    -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;
    padding-top: 0;
  }
  .menu_top_logo {
    height: 20px;
  }
  .menu_main_right_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 68px;
  }
}

.menu_main_left_big:hover .menu_main_left_big_arrows_arrow {
  display: block;
}
