/* No CSS *//*# sourceMappingURL=contacts.css.map */
@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;
}

.map {
  width: 50%;
  height: 99vh;
  margin-right: 48px;
}

body {
  width: 80%;
  box-sizing: border-box;
  max-width: 1170px;
}

.choice{
  display: flex;
}

.top{
  width: 50%;
}

.top_title{
  font-family: 'Code Pro';
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-align: right;
  margin-bottom: 39px;
}

.top_right{
  margin-bottom: 53px;
  width: 100%;
}

.top_right_info{
  font-family: 'Code Pro';
  font-weight: 400;
  font-size: 35px;
  line-height: 54px;
  margin-bottom: 19x;
}

.span{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-left: 97px;
}

.footer_adress_card{
  padding-top: 25px;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
}

.footer_adress_card_bottom{
  margin-top: 56px;
}

.footer_adress_card_top_text{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 18px;
  text-decoration: none;
}

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

.footer_adress_card_bottom_number{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

.footer_adress_card_bottom_number:hover{
  text-decoration: underline;
}
.top_title_mobile{
  display: none;
}


@media (max-width: 701px) {
  .choice{
    display: block;
    /* margin-top: 61px; */
  }
  .map {
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 27px;
  }
  .top_title{
    display: none;
  }
  .top_title_mobile{
    display: block;
    font-family: 'Code Pro';
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    text-align: right;
    margin-bottom: 27px;
  }
  .top{
    width: 100%;
    margin-top: 0;
  }
  .top_right{
    margin-bottom: 61px;
    width: 100%;
    text-align: end;
  }
  .footer_adress_card{
    display: block;
  }
  .footer_adress_card_bottom{
    margin-top: 0;
    text-align: end;
  }
  .footer_adress_card_top{
    margin-bottom: 25px;
  }
}

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