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