figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
}
ul[class],
ol[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
}
input,
button,
textarea,
select {
  font: inherit;
}
html{
    font-size: 16px;
    color: #000000;
    background: #000000;
}
body{
    font-family: 'Open Sans', sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 300;
}
.container{
    min-width: 320px;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
}
.wrap{
    min-width: 320px;
    max-width: 1170px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.header-wrap, .footer-wrap{
    background: #000000;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-nav{
    display: flex;
    padding-left: 10px;
}
.header-nav-li{
    margin: 5px 14px;
}
.lng-header-nav-menu-1, .lng-header-nav-menu-2, .lng-header-nav-menu-3, .lng-header-nav-menu-4, .lng-header-nav-menu-5, .lng-header-nav-menu-6, .lng-header-nav-menu-7, .lng-header-nav-menu-8{
    color: #ff0000;
            text-decoration: none;
            font-size: 0.75rem;
            font-weight: 700;
}
.header-nav :hover{
    text-decoration: none;
    color: #ffffff;
}
.lng-header-button-finder{
    text-transform: uppercase;
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 14px 25px;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
}
.lng-header-button-finder:hover{
    background: #ff0000;
    color: #000;
}

.change-lang{
    text-transform: uppercase;
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
    height: 50%;
    margin-right: 10px;
}
@media (max-width:700px){
    .header{
        flex-direction: column;
    }
    .header-logo{
        margin-bottom: 24px;
    }
    .header-nav{
        margin-bottom: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.site-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin: 0;
}
h1, h2 {
    text-align: center;
    line-height: 1.5;
}
h3, h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 20px 0 30px 0;
}
p{
    
    line-height: 2rem;
    padding: 0px 50px;
}
input, button, select, textarea {
    background: none;
    border: 1px solid #ff0000;
    padding: 10px 20px;
    font-size: .9rem;
    color: #ff0000;
    outline: none;
    cursor: pointer;
}
input[type="range"] {
    padding: 10px 0;
}
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    background: #000000;
}
input[type="date"] {
    padding: 8px 20px;
}
textarea {
    resize: none;
    width: 50%;
}
button:hover {
    background: #ff0000;
}
button:active {
    background: #ff0000;
    color: #000;
}
.about{
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: 
                'find imgright'
                'imgleft work';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #ff0000;
}
.about-find{
    grid-area: find;
    background: #000000;
    justify-content: center;
    align-items: center;
    display: grid;
}
.about-img-right{
    grid-area: imgright;
}
.about-img-left{
    grid-area: imgleft;
}
.about-work{
    grid-area: work;
    background: #000000;
    align-items: center;
    display: grid;
}
.park{
    padding: 23px 0 25px;
    background-image: url(./img/AH44IRfZVd7TFAb4X-UqHw.png);
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
}
.lng-park-title{
    max-width: 835px;
    color: #ff0000;
    font-size: 2.75rem;
    font-weight: 900;
    line-height: 4rem;
    padding-bottom: 22px;
    padding-left: 30px;
    margin-bottom: 22px;
    position: relative;
    text-align: left;
}
.lng-park-title::after{
    content: '';
    position: absolute;
    left: 40px;
    width: 40%;
    height: 8px;
    bottom: 0;
    background-color: #ff0000;
}
.lng-park-text-1, .lng-park-text-2, .lng-park-text-3, .lng-park-text-4, .lng-park-text-5{
    max-width: 680px;
}
.lng-park-text-1{
    padding-left: 50px;
}
.signup-wrap{
    background: #c00b0b;
    margin-bottom: 60px;    
}
.signup{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.lng-signup-txt{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-right: 20px;
    
}
.signup-txt-h2{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
}
.lng-signup-text-1{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    margin-right: 20px;
}
.signup-text-1-h2{
    font-size: 3rem;
    line-height: 2rem;
    font-weight: 500;
}
.lng-btn-black{
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    margin-right: 16px;
}
.lng-btn-black:hover{
    border: 2px solid #000000;
    color: #ff0000;
    background: #ffffff;
    font-weight: 600;
}
.lng-btn-black-end{
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    margin-right: 16px;
}
.lng-btn-black-end:hover{
    border: 2px solid #000000;
    color: #ff0000;
    background: #ffffff;
    font-weight: 600;
}
.gallery{
    padding: 0 0 90px;
}

.mixitup-control-active{
    background-color: #ff0000;
    color: #fff;
}
.gallery-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px 35px;
}
.gallery-item:first-child{
    grid-column: span 2;
    grid-row: span 2;
}
.gallery-item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 1150px;
}
.footer-content{
    background: #000000;
    padding: 60px 0 80px;
    color: #ff0000;
}
.footer-inner{
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}
.footer-info{
    width: 540px;
}
.footer-info-title{
    margin-bottom: 0.875rem;
    line-height: 1.4375rem;
}
.lng-footer-info-text{
    margin-bottom: 1rem;
    max-width: 475px;
}


.footer-social{
    margin-right: auto;
    margin-left: 30px;
} 
.footer-social-item, .footer-menu-item{
    margin-bottom: 15px;
    font-size: 0.875rem;
    font-weight: 600;
}
.footer-social-link{
    padding-left: 28px;
    position: relative;
    
}
.footer-social-link::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
}
.footer-social-link--facebook::before{
    background-image: url(./img/facebook.svg);
}

.footer-menu-link{
    color: #ff0000;
}
.footer-social-link, .footer-menu-link:hover{
    color: #ffffff;
}
.footer-social-link:hover{
    color: #ff0000;
}
.footer-menu{
    margin-right: 60px;
    width: 125px;
}
.footer-copyright{
    background-color: #000000;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
}
.advantages{
    padding: 55px 0px 40px;
    background-image: url(./img/Deiv.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 155px;
    background-size: cover;
}
.lng-footer-info-txt{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}
.lng-footer-adress, .lng-footer-adress-1{
    font-size: 0.75rem;
    font-weight: 700;
}
.lng-footer-adress{
    color: #ffffff;
}
.info-tel, .info-email{
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    color: #ff0000;
}
.info-email:hover{
    color: #ffffff;
}
.info-tel:hover{
    color: #ffffff;
}
.info-tel-1:hover{
    color: #ffffff;
}
.info-tel-1{
    margin-left: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    color: #ff0000;
}
.span-email, .lng-span-tel{
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff;
}
.span-adress{
    color: #ffffff;
}
.footer__map{
    padding-top: 10px;
    max-width: 630px;
    width: 100%;
    
  }
  .footer__map iframe{
    width: 100%;
    height: 100%;
  }

