.container{
    max-width: 1500px;
    margin: auto;
}
.btn-menu{
    background: #B2E148;
}
header .header-phone{
    background: #B2E148;
}
.social{
    position: fixed;
    /* bottom: 33vh;
    top: auto; */
}
.social a{
    background: #B2E148;
}
header .btn-menu,
header .header-phone {
    background: none;
}

/* hero */

.hero {
    padding: 125px 180px 60px 180px;
}
.hero .container{
    display: flex;
    align-items: center;
    gap: 30px;
}
.hero .container h1{
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.5;
    font-family: "e-Ukraine Head";
}
.hero .container .logos svg{
    max-height: 56px;
    width: auto;
}
.hero .container .logos svg:first-child{
    margin-bottom: 42px;
}
@media screen and (max-width: 1800px){
    .hero .container h1{
        font-size: 50px;
    }
    .hero .container .logos svg{
        max-height: 40px;
    }
    .hero .container .logos svg:first-child{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1400px){
    .hero {
        padding: 125px 60px 40px 180px;
    }
    .hero .container h1{
        font-size: 40px;
    }
    .hero .container .logos svg{
        max-height: 35px;
    }
    .hero .container .logos svg:first-child{
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .hero {
        padding: 125px 60px 40px 60px;
    }
    .hero .container h1 {
        font-size: 35px;
    }
}
@media screen and (max-width: 991px){
    .hero .container{
        flex-wrap: wrap;
    }
    .hero .container h1 {
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    .hero .container .logos{
        display: flex;
        justify-content: center;
        gap: 30px;
        width: 100%;
    }
    .hero .container .logos svg{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px){
    .hero {
        padding: 125px 15px 40px 15px;
    }
}
@media screen and (max-width: 479px){
    .hero {
        padding: 80px 15px 40px 15px;
    }
    .hero .container .logos{
        flex-wrap: wrap;
        gap: 0;
    }
    .hero .container .logos svg{

    }
}
/* -- hero */

/* advantages-eoselya */
.advantages-eoselya{
    padding: 60px 180px 60px 180px;
}
.items-advantages-eoselya{
    display: flex;
    gap: 30px;
}
.items-advantages-eoselya .item{
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc((100% - 120px) / 5);
}
.items-advantages-eoselya .item .icon{
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 24px;
}
.items-advantages-eoselya .item p{
    width: calc(100% - 88px);
    font-size: 18px;
    font-family: "e-Ukraine Medium";
    text-transform: uppercase;
    color: #000;
    line-height: 1.4;
}
@media screen and (max-width: 1800px){
    .items-advantages-eoselya .item .icon{
        width: 60px;
        height: 60px;
    }
    .items-advantages-eoselya .item p{
        width: calc(100% - 75px);
        font-size: 16px;
    }
}
@media screen and (max-width: 1600px){
    .advantages-eoselya{
        padding: 60px 100px 60px 180px;
    }
    .items-advantages-eoselya .item p{
        font-size: 14px;
    }
    .items-advantages-eoselya .item .icon svg{
        width: 30px;
        height: auto;
    }
}
@media screen and (max-width: 1400px){
    .advantages-eoselya{
        padding: 40px 60px 40px 180px;
    }
    .items-advantages-eoselya{
        gap: 30px 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .items-advantages-eoselya .item{
        width: calc((100% - 30px) / 3);
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .advantages-eoselya{
        padding: 40px 60px 40px 60px;
    }
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
    .advantages-eoselya{
        padding: 40px 15px 40px 15px;
    }
}
@media screen and (max-width: 650px){
    .items-advantages-eoselya{
        justify-content: flex-start;
    }
    .items-advantages-eoselya .item{
        width: calc((100% - 15px) / 2);
    }
    .items-advantages-eoselya .item .icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .items-advantages-eoselya .item p {
        font-size: 11px;
    }
    .items-advantages-eoselya .item .icon svg {
        width: 23px;
        height: auto;
    }
}
@media screen and (max-width: 479px){

}
/* -- advantages-eoselya */

/* text-section */
.text-section{
    padding: 60px 180px 60px 180px;
}
.text-section .container{
    max-width: 867px;
    margin: auto;
}
.text-section .container h2{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "e-Ukraine Head";
}
.text-section .container > *:last-child{
    margin-bottom: 0;
}
.text-section p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
    font-family: "e-Ukraine Thin";
}
.text-section strong{
  font-family: "e-Ukraine Medium";
}
.text-section ol,
.text-section ul{
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 20px;
}
.text-section ul ol,
.text-section ol ul,
.text-section ul ul{
  margin-top: 0px;
  padding-left: 20px;
}
.text-section ul li{
  font-size: 14px;
  line-height: 2;
  font-family: "e-Ukraine Thin";
}
.text-section ol li{
  list-style: decimal;
  font-size: 14px;
  line-height: 2;
  font-family: "e-Ukraine Thin";
}
.text-section a{
  color: #000;
  text-decoration: underline;
}
.text-section a:hover{
  text-decoration: none;
}

@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1600px){
    .text-section{
        padding: 60px 100px 60px 180px;
    }
}
@media screen and (max-width: 1400px){
    .text-section{
        padding: 40px 60px 40px 180px;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .text-section{
        padding: 40px 60px 40px 60px;
    }
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
    .text-section{
        padding: 40px 15px 40px 15px;
    }
}
@media screen and (max-width: 479px){

}
/* -- text-section */

/* available-objects */
.available-objects{
    padding: 60px 180px 60px 180px;
}
.available-objects h2{
    text-align: center;
    font-family: "e-Ukraine Head";
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.items-available-objects{
    display: flex;
    gap: 30px;
}
.items-available-objects .item{
    border-radius: 38px;
    border: 3px solid #D2D2D2;
    overflow: hidden;
}
.items-available-objects .item .content{
    padding: 50px 60px;
    display: flex;
    gap: 30px;
}
.items-available-objects .item .content p.title{
    font-size: 32px;
    line-height: 1.4;
    width: 40%;
    font-family: "e-Ukraine Medium";
}
.items-available-objects .item .content ul{
    padding-left: 0;
    margin: 0;
    width: calc(60% - 30px);
}
.items-available-objects .item .content ul li{
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0;
    list-style: none;
}
.items-available-objects .item .content ul li strong{
    font-family: "e-Ukraine Medium";
}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1600px){
    .available-objects{
        padding: 60px 100px 60px 180px;
    }
    .available-objects h2{
        font-size: 35px;
    }
    .items-available-objects .item .content{
        padding: 30px;
    }
    .items-available-objects .item .content p.title{
        font-size: 28px;
    }
}
@media screen and (max-width: 1400px){
    .available-objects{
        padding: 40px 60px 40px 180px;
    }
    .items-available-objects .item .content{
        padding: 24px;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .available-objects{
        padding: 40px 60px 40px 60px;
    }
    .items-available-objects .item .content p.title{
        font-size: 24px;
    }
    .items-available-objects .item .content ul li{
        padding: 5px 0;
    }
}
@media screen and (max-width: 991px){
    .available-objects h2 {
        font-size: 30px;
    }
    .items-available-objects{
        flex-wrap: wrap;
        max-width: 600px;
        margin: auto;
    }
    .items-available-objects .item{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .available-objects{
        padding: 40px 15px 40px 15px;
    }
    .available-objects h2 {
        font-size: 24px;
    }
    .items-available-objects .item .content p.title {
        font-size: 20px;
    }
}
@media screen and (max-width: 479px){
    .available-objects h2 {
        font-size: 20px;
    }
    .items-available-objects .item .content{
        gap: 10px;
    }
    .items-available-objects .item .content p.title {
        font-size: 18px;
        width: 30%;
    }
    .items-available-objects .item .content ul {
        width: calc(70% - 10px);
    }
    .items-available-objects .item .content ul li{
        font-size: 12px;
    }
}
/* -- available-objects */

/* faq */
.faq{
    padding: 60px 180px 60px 180px;
}
.faq h2{
    text-align: center;
    font-size: 40px;
    font-family: "e-Ukraine Head";
}
.faq .item{
    border: 3px solid #D2D2D2;
    border-radius: 38px;
    margin-bottom: 24px;
}
.faq .item:last-child{
    margin-bottom: 0;
}
.faq .item .question{
    font-size: 20px;
    line-height: 1.4;
    padding: 35px 60px;
    font-family: "e-Ukraine Medium";
    position: relative;
    cursor: pointer;
}
.faq .item .question:after{
    content: '';
    position: absolute;
    top: 35px;
    right: 50px;
    width: 22px;
    height: 28px;
    background-image: url(../images/arrow-faq.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.faq .item .question.open:after{
    transform: rotate(180deg);
}
.faq .item .answer{
    padding: 0px 150px 40px;
    display: none;
}
.faq .item .answer p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
    font-family: "e-Ukraine Thin";
}
.faq .item .answer strong{
  font-family: "e-Ukraine Medium";
}
.faq .item .answer ol,
.faq .item .answer ul{
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 20px;
}
.faq .item .answer ul ol,
.faq .item .answer ol ul,
.faq .item .answer ul ul{
  margin-top: 0px;
  padding-left: 20px;
}
.faq .item .answer ul li{
  font-size: 14px;
  line-height: 2;
  font-family: "e-Ukraine Thin";
}
.faq .item .answer ol li{
  list-style: decimal;
  font-size: 14px;
  line-height: 2;
  font-family: "e-Ukraine Thin";
}
.faq .item .answer a{
  color: #000;
  text-decoration: underline;
}
.faq .item .answer a:hover{
  text-decoration: none;
}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1600px){
    .faq{
        padding: 60px 100px 60px 180px;
    }
    .faq h2{
        font-size: 35px;
    }
}
@media screen and (max-width: 1400px){
    .faq{
        padding: 40px 60px 40px 180px;
    }
    .faq .item .question{
        padding: 24px 60px 24px 30px;
    }
    .faq .item .question:after{
        top: 24px;
    }
    .faq .item .answer{
        padding: 0 100px 30px;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .faq{
        padding: 40px 60px 40px 60px;
    }
}
@media screen and (max-width: 991px){
    .faq h2{
        font-size: 30px;
    }
    .faq .item .question{
        font-size: 18px;
    }
    .faq .item .answer {
        padding: 0 60px;
    }
    .faq .item .answer p{
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 767px){
    .faq{
        padding: 40px 15px 40px 15px;
    }
    .faq h2{
        font-size: 24px;
    }
    .faq .item .question{
        font-size: 16px;
    }
    .faq .item .question:after{
        right: 30px;
    }
    .faq .item .answer {
        padding: 0 30px;
    }
}
@media screen and (max-width: 479px){
    .faq h2{
        font-size: 20px;
    }
    .faq .item .question{
        font-size: 14px;
    }
    .faq .item .question:after{
        background-size: 18px;
        width: 18px;
        height: 18px;
    }
}
/* -- faq */

/* contacts */
.contacts{
    padding: 40px 180px 150px 180px;
}
.contacts .container{
    border: 3px solid #D2D2D2;
    border-radius: 38px;
    display: flex;
    align-items: center;
    padding: 50px 60px;
    gap: 30px;
}
.contacts .container h2{
    width: 200px;
    max-width: 30%;
    line-height: 1.4;
}
.contacts .container form{
    display: flex;
    align-items: center;
    gap: 30px;
    width: calc(100% - 230px);
}
.contacts .container form .form-group{
    width: calc((100% - 140px) / 2);
}
.contacts .container form .form-group.user-input input{
    background-image: url(../images/user-form-eoselya.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 28px center;
}
.contacts .container form .form-group.phone-input input{
    background-image: url(../images/phone-form-eoselya.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 28px center;
}
.contacts .container form input{
    line-height: 79px;
    border: 1px solid #D3D3D3;
    border-radius: 45px;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding-left: 55px;
    padding-right: 15px;
}
.contacts .container form input::-webkit-input-placeholder {color:#A2A2A2;}
.contacts .container form input::-moz-placeholder          {color:#A2A2A2;}/* Firefox 19+ */
.contacts .container form input:-moz-placeholder           {color:#A2A2A2;}/* Firefox 18- */
.contacts .container form input:-ms-input-placeholder      {color:#A2A2A2;}

.contacts .container form input.isValid{
    border-color: red;
}
.contacts .container form button{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #44A135 url(../images/button-form-eoselya.svg);
    background-position: 54% center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.contacts .container form button span{
    display: none;
}
.contacts .container form button:hover{
    background-color: #347f28;
}
.contacts .container form{
    position: relative;
}
.contacts .container form .success.show{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -40px;
    text-align: left;
}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1600px){
    .contacts{
        padding: 40px 100px 150px 180px;
    }
}
@media screen and (max-width: 1400px){
    .contacts{
        padding: 40px 60px 150px 180px;
    }
    .contacts .container{
        padding: 30px;
    }
    .contacts .container form input{
        line-height: 68px;
    }
    .contacts .container form button{
        height: 70px;
        width: 70px;
    }
    .contacts .container form .success.show{
        bottom: -33px;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1024px){
    .contacts{
        padding: 40px 60px 150px 60px;
    }
}
@media screen and (max-width: 991px){
    .contacts .container{
        max-width: 600px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .contacts .container h2{
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 0;
    }
    .contacts .container form{
        width: 100%;
        flex-wrap: wrap;
    }
    .contacts .container form .form-group{
        width: 100%;
    }
    .contacts .container form button{
        width: 100%;
        background-position: 70% center;
    }
    .contacts .container form button span{
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }
    .contacts .container form .success.show{
        position: relative;
        left: 0;
        width: 100%;
        bottom: 0px;
        text-align: center;
        margin-top: 0;
    }
}
@media screen and (max-width: 767px){
    .contacts {
        padding: 40px 15px 150px 15px;
    }
}
@media screen and (max-width: 479px){
    .contacts .container form button{
        width: 100%;
        background-position: 80% center;
    }
}
/* -- contacts */
