@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%;
  max-width: 1920px;
}



/* Стили Menu */


.master {
  margin-bottom: 28px;
}

.master_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: 10vh;
}

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

.master_back_text {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: text-shadow .3s;
  font-family: 'Code Pro';
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 5px;
}

.master_back_text:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.master_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.master_main_img {
  width: 100%;
}

.master_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;
  height: auto;
    margin-left: 60px;
    margin-bottom: 15px;
}

.master_main_right_text {
  font-weight: 400;
  font-size: 22px;
  line-height: 190%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.master_main_right_title {
  font-family: Code Pro;
  margin-bottom: 62px;
  font-weight: 400;
  font-size: 52px;
  line-height: 132%;
}

.master_main_right_booking {
  margin-bottom: 65px;
  transition: text-shadow .3s;
}

.master_main_right_booking:hover .master_main_right_booking_transition_text {
  cursor: pointer;
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.master_main_right_booking_transition {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          height: auto;
          padding-top: 20px;
          padding-bottom: 20px;
}

.master_main_right_booking_transition_text {
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Code Pro';
}

.master_bottom {
  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;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.master_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  -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;
}

.master_bottom_left_prev {
  margin-right: 19px;
  cursor: pointer;
}

.master_bottom_left_text {
  text-transform: uppercase;
  cursor: pointer;
  transition: text-shadow .3s;
  font-family: 'Code Pro';
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.master_bottom_left_text:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.master_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.master_bottom_right_next {
  margin-left: 1vw;
  cursor: pointer;
}

.master_bottom_right_text {
  text-transform: uppercase;
  cursor: pointer;
  transition: text-shadow .3s;
}

.master_bottom_right_text:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.master_bottom_center_text {
  text-transform: uppercase;
  cursor: pointer;
  transition: text-shadow .3s;
  font-family: 'Code Pro';
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.master_bottom_center_text:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

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


@media (max-width: 701px) {
  body {
    width: 90%;
    max-width: 360px;
  }
  
  
  .master_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 157px;
  }
  .master_main_right {
    margin-left: 0;
  }
  .master_main_right_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 132%;
    margin-bottom: 34px;
  }
  .master_main_right_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 190%;
    text-transform: uppercase;
  }
  .master_hr {
    display: none;
  }
  .master_bottom {
    display: none;
  }
  .master_back_text{
    margin-left: 18px;
    font-size: 14px;
  }
  .master_back{
    margin-bottom: 34px;
  }
  .master_main_img{
    margin-bottom: 42px;
  }
  
}

.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;
	}
}
/*# sourceMappingURL=master.css.map */