html{
    background: #f8f8f8;
}
.header-block__content::after{
    content: 'Bahrain, are you ready?';
    font-size: 19px;
    font-weight: 600;
}
.first{
    padding-top: 0;
}
.first-block__content-title{
    margin-top: 75px;
}
.first-block__content{
    max-width: 70rem;
}
.first-block__content-text p{
    font-size: 18px;
}
.first-two .first-block__img img {
    transform: translateX(0);
    opacity: 1;
}
.first-two-form{
    width: 460px;
    height: auto;
    margin-left: 20px;
    background: #fff;
    border-radius: 70px;
    padding: 44px;
}
.first-two-form__textarea{
    height: 140px;
    width: 100%;
    padding: 40px 20px 0 20px;
    background-color: #f4f4f4;
    border-radius: 100px;
    border: none;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    resize: none;
}
.first-two-form__input{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 100px;
    background-color: #f4f4f4;
    outline: none;
    font-size: 18px;
    color: #000;
    border: none;
}
.first-two-form__btn{
    width: 100%;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #f4f4f4;
    outline: none;
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 100px;
    background: linear-gradient(210deg, #ffe03a 0%, #ffb216 100%);
}
.first-two-form .wpcf7-response-output{
    color: #000;
}
.awaits-block__content-title{
    font-size: 45px;
}
.awaits-block__content-text{
    font-size: 24px;
}
.full-slider__item-img img{
    border-radius: 20px;
}
.family.family--land,
.family__title.family__title--land,
.family__inner{
    background-color: #fff;
}



/* КНОПКА НА ВВЕРХ */
.btnUp{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 45px;
    height: 50px;
    width: 50px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    font-size: 30px;
    transition: opacity .5s;
    pointer-events: none;
    z-index: 3;
  }
  
  .btnUp-visible{
    opacity: 1;
    pointer-events: auto;
  }


  @media(max-width:550px){
    .good{
       margin-top: -90px;
    }
    .awaits-block__content-title{
        font-size: 22px;
    }
    .awaits-block__content-text{
        font-size: 18px;
    }
    .awaits{
        margin-top: -20px;
        padding-top: 0;
    }
    .child {
        padding-bottom: 50px;
    }
    .first-two-form{
        padding: 20px;
        margin-left: 0;
        width: 100%;
    }
    .first-two-form__textarea {
        height: 100px;
    }
    .first-two-form__input,
    .first-two-form__btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .first-block__content-title{
        margin-top: 0;
    }
    .map-contact__item-text{
        font-size: 16px;
    }
    .first-block__img img{
        width: 70%;
        margin: 0 auto;
    }
  }