*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #166a14;;
}
header{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 58px;
    margin-bottom: 140px;
}
.container{
    display: none;
}
.header__img {
    width: 100%;
    max-width: 533px;
}
@font-face {
    font-family: BebasNeue; 
    src: url("fonts/BebasNeue Book.otf"); 
}
@font-face {
    font-family: RobotoLight; 
    src: url("fonts/RobotoLight.ttf"); 
}
.header__title {
    width: 100%;
    text-align: center;
    font-family: BebasNeue;
    color: #166a14;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.header__desc {
    margin-top: 45px; 
}
.desc{
    font-family: RobotoLight;
    color: #344434;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 2.25px;
    padding: 0 100px
}
.header__copy {
    display: flex;
    flex-direction: column;
    align-items:center;
    color: #344434;
    font-family: RobotoLight;
    font-size: 25px;
    letter-spacing: 2.25px;
    margin-top: 85px;
    margin-left: auto;
    margin-right: 100px;
}
.social{
    display: flex;
    align-items: center;
}
.header__social{
    margin-top: 25px;
}

.social__vk{
    margin-right: 20px;
    width: 35px;
    height: 22px;
    opacity: 0.6;
}
.social__facebook{
    width: 21px;
    height: 37px;
    opacity: 0.6;
}
.signature{
    margin-bottom: 5px;
    width: 100%;
    max-width: 382px;
}
.elem__title {
    color: #344434;
    font-family: RobotoLight;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}
.ms__title{
    text-align: center;
    color: #166a14;
    font-family: BebasNeue;
    font-size: 48px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: 5.28px;
}
/* .border-footer{
    color: #344434;
    font-family: RobotoLight;
    font-size: 25px;
    letter-spacing: 2.25px;
    font-size: 20px;
} */
.ms__desc{
    margin-top: 45px;
}
.elem__title{
    color: #166a14;
    font-family: BebasNeue;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3.96px;
    line-height: 33px;
}
.holder__elem{
    display: flex;
    flex-direction: column;
    /* max-width: 1325px; */
    position: relative;
    margin-top: 40px;
    margin-left: 95px;
    padding-left: 175px;
    padding-top: 40px;
    padding-right: 100px;
}
.holder__elem:nth-last-child(1){
    margin-bottom: 170px;
}
.elem__img {
    position: absolute;
    left: 0;
    top:0;
    width: 149px;
}
.elem__desc {
    padding: 0;
    margin-top: 40px;
}
.place{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.place__pos, .place__name, .place__rate{
    color: #166a14;
    font-family: BebasNeue;
    font-weight: 400;
    line-height: 33px;
}
.place__pos{
    font-size: 43px;
    letter-spacing: 4.73px;
    margin-bottom: 30px;
}
.place__name{
    font-size: 36px;
    letter-spacing: 3.96px;
    margin-bottom: 25px;
    text-align: center;
}
.place__rate{
    font-size: 40px;
    letter-spacing: 4.4px;
    margin-bottom: 100px;
}
.border-footer{
    position: relative;
    border-top: solid 2px #2eA02f;
    margin: 0 100px 100px;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
}
.footer__mail{
    color: #344434;
    font-family: RobotoLight;
    font-size: 20px;
    letter-spacing: 2.25px;
    margin:auto 0 auto calc(50% - 87.57px);;
    
}
.footer__social{
    margin-left: 30px;
}
.spinload{
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 45px;
    border: 3px solid #dbd7d8;
    border-top: 3px solid #166a14;;
    border-radius: 50%;
    margin: auto;
    animation-duration: 1.5s;
    animation: spin 1.5s ease-in-out infinite;
}
@keyframes spin {
        0% {
          transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);  

        }
}
@media screen and (max-width: 900px){
    .header__copy{
        margin-top: 60px;
        margin: 5%;
    }
    .desc{
        padding: 0 5%;
    }
    .wrapper{
        margin: 30px 0;
    }
    header{
        padding: 0;
    }
    .elem__img{
        position: relative;
        margin: auto;
    }
    .elem__title{
        margin-top: 30px;
        text-align: center;
        word-wrap: break-word;
        line-height: 60px;
    }
    .place__name{
        line-height: 60px;
    }
    .holder__elem{
        margin-left: 0;
        padding: 0 3%;
        align-items: center;
    }
    .header__title{
        font-size: 9vw;
    }
    .border-footer{
        margin: 0 16px;
        padding: 50px 0;
        justify-content: center;
    }
    .footer__mail{
        margin: auto 0;
    }
    .holder__elem:nth-last-child(1) {
        margin-bottom: 90px;
    }
}




#cssmenu {
  background: #fff;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 9999;
}
#cssmenu:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0; 
	width: 100%;
	height: 40px;
	background: url(../images/sketch-header.png) repeat center bottom;
	background-size: auto 100%; 
	margin-bottom: -20px;
	visibility: visible;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #fff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #111;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #111;
  background: #ed6427;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #1A1C1E;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #27edcc;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4A4C4E;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #222;
  padding: 15px 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li:hover > a,
	#cssmenu > ul > li.active > a {
	  color: #000;
	}
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #111;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #111111;
    cursor: pointer;
	position: relative
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #111111;
    border-bottom: 2px solid #111111;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #111111;
    right: 20px;
    top: 26px;
  }
}
