section{
  padding: 50px 0;
}
/* hero */
.hero{
  padding-top: 200px;
}
.hero .container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.hero .logos{
  text-align: center;
  margin-bottom: 20px;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hero .logos img{
  max-height: 40px;
}
.hero h1{
  font-size: 95px;
  font-family: 'Playfair Display';
  text-align: left;
  width: calc(100% - 430px);
  font-weight: 400;
}
@media screen and (max-width: 1499px){
  .hero h1{
    font-size: 60px;
  }
}
@media screen and (max-width: 1299px){
  .hero .logos{
    width: 300px;
  }
  .hero .logos img{
    height: 30px;
  }
  .hero h1{
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 1199px){
  .hero h1{
    font-size: 50px;
  }
}
@media screen and (max-width: 991px){
  .hero .container{
    justify-content: center;
  }
  .hero .logos{
    /* width: 100%; */
  }
  .hero h1{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .hero{
    padding-top: 150px;
  }
}
@media screen and (max-width: 599px){
  .hero h1{
    font-size: 30px;
    line-height: 1.3
  }
}
@media screen and (max-width: 479px){

}
/* -- hero */

/* advantages */
.advantages .items-advantages{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages .items-advantages .item{
  width: calc((100% - 120px) / 5);
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 0px;
}
.advantages .items-advantages .item .icon{
  width: 60px;
  height: 60px;
  border-radius: 24px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages .items-advantages .item img{
  width: 30px;
}
.advantages .items-advantages .item p{
  width: calc(100% - 60px);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1499px){
  .advantages .items-advantages .item p{
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px){
  .advantages .items-advantages .item p{
    font-size: 12px;
  }
}
@media screen and (max-width: 1260px){
  .advantages .items-advantages{
    justify-content: center;
  }
  .advantages .items-advantages .item{
    width: 210px;
  }
  .advantages .items-advantages .item p{
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px){

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

}
@media screen and (max-width: 767px){
  .advantages{
    padding: 0;
  }
  .advantages .items-advantages{
    gap: 20px 10px;
    justify-content: flex-start;
  }
  .advantages .items-advantages .item{
    width: calc(50% - 5px);
  }
  .advantages .items-advantages .item .icon{
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .advantages .items-advantages .item .icon svg{
    width: 20px;
  }
}
@media screen and (max-width: 599px){

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

}
/* -- advantages */

/* text-section */
.text-section .container{
  max-width: 900px;
}
.text-section h2{
  font-size: 62px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'Playfair Display';
  line-height: 1.3;
  color: #000;
}
.text-section h3{
  font-size: 20px;
  margin: 20px 0;
  font-weight: 600;
}
.text-section h4{
  font-size: 18px;
  margin: 20px 0;
  font-weight: 600;
}
.text-section p{
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: 400;
}
.text-section strong{
  font-weight: 600;
}
.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-weight: 400;
  list-style: disc;
}
.text-section ol li{
  list-style: decimal;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  list-style: decimal;
}
.text-section a{
  color: #000;
  text-decoration: underline;
}
.text-section a:hover{
  text-decoration: none;
}
.text-section .container > *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1499px){
  .text-section h2{
    font-size: 40px;
  }
}
@media screen and (max-width: 1299px){

}
@media screen and (max-width: 1199px){
  .text-section h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 991px){

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

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

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

}
/* --text-section */

/* available-objects */
.available-objects h2{
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 65px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 400;
}
.available-objects .items-objects{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.available-objects .items-objects .item{
  width: calc((100% - 30px) / 2);
  overflow: hidden;
  border-radius: 38px;
  border: 3px solid #D2D2D2;
}
.available-objects .items-objects .item .image img{
  aspect-ratio: 4 / 2.6;
  object-fit: cover;
}
.available-objects .items-objects .item .content{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 60px;
}
.available-objects .items-objects .item p.title{
  width: 40%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.available-objects .items-objects .item p.title span{
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.available-objects .items-objects .item .specification-object{
  width: calc(60% - 20px);
}
.available-objects .items-objects .item .specification-object ul{
  padding-left: 0;
}
.available-objects .items-objects .item .specification-object ul li{
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  list-style: none;
  padding-left: 16px;
  padding: 8px 0;
}
.available-objects .items-objects .item .specification-object ul li strong{
  font-weight: 700;
}
@media screen and (max-width: 1499px){
  .available-objects h2{
    font-size: 40px;
  }
  .available-objects .items-objects .item .content{
    padding: 30px;
  }
  .available-objects .items-objects .item p.title{
    font-size: 30px;
  }
}
@media screen and (max-width: 1299px){

}
@media screen and (max-width: 1199px){
  .available-objects h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 991px){
  .available-objects .items-objects{
    max-width: 600px;
    margin: auto;
  }
  .available-objects .items-objects .item{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .available-objects .items-objects .item p.title{
    font-size: 20px;
    /* font-family: 'Playfair Display'; */
    /* font-weight: 400; */
    width: 150px;
  }
  .available-objects .items-objects .item .content{
    padding: 20px;
  }
  .available-objects .items-objects .item .specification-object {
    width: calc(100% - 170px);
  }
  .available-objects .items-objects .item .specification-object ul li{
    padding: 4px 0;
  }
}
@media screen and (max-width: 599px){

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

}
/* -- available-objects */

/* faq */
.faq{

}
.faq h2{
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 62px;
  margin-bottom: 30px;
  font-weight: 400;
}
.items-faq{
  margin: auto;
}
.items-faq .item{
  background: #fff;
  margin-bottom: 10px;
  border: 3px solid #D2D2D2;
  border-radius: 38px;
}
.items-faq .item:last-child{
  margin-bottom: 0;
}
.items-faq .question{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
  padding: 35px 60px;
  position: relative;
}
.items-faq .item .question:after{
  content: '';
  width: 48px;
  height: 100%;
  background-image: url(../img/arrow-faq.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 0;
  transition: all .3s;
}
.items-faq .item .question.open:after{
  transform: rotate(180deg);
}
.items-faq .answer{
  display: none;
  padding: 0 150px 40px;
}
.items-faq .answer p{
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1499px){
  .faq h2{
    font-size: 40px;
  }
  .items-faq .question{
    padding: 20px 60px 20px 30px;
  }
  .items-faq .item .question:after{
    right: 10px;
  }
  .items-faq .answer {
    display: none;
    padding: 0 100px 30px;
  }
}
@media screen and (max-width: 1299px){

}
@media screen and (max-width: 1199px){
  .faq h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 991px){
  .items-faq .question{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .items-faq .question{
    font-size: 16px;
  }
}
@media screen and (max-width: 599px){

}
@media screen and (max-width: 479px){
  .items-faq .question{
    font-size: 14px;
  }
  .items-faq .answer{
    padding: 0 30px 20px;
  }
}
/* -- faq */

/* contacts */
.contacts{
  padding-bottom: 100px;
}
.eoselya-form {
  padding: 55px;
  border: 3px solid #D2D2D2;
  border-radius: 38px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.eoselya-form h2{
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  width: 300px;
}
.eoselya-form form {
  width: calc(100% - 340px);
  margin: auto;
  text-align: center;
  display: flex;
  gap: 30px;
}
.eoselya-form form .form-group{
  width: calc((100% - 140px) / 2);
}
.eoselya-form form input {
  line-height: 78px;
  border: 1px solid #D9D9D9;
  width: 100%;
  padding: 0 60px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 12px;
  border-radius: 38px;
}
.eoselya-form form input.error{
  border-color: red;
}
[name="name"]{
  background-image: url(../img/user-form-eoselya.svg);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-image: 20px;
}
[name="phone"]{
  background-image: url(../img/phone-form-eoselya.svg);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-image: 20px;
}
.eoselya-form form button {
  border: 0;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
  background: #44A135 url(../img/button-form-eoselya.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.eoselya-form form button span{
  display: none;
}
.contacts .success {
  display: none;
  color: green;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.contacts .error-message-form{
  margin-top: 20px;
}
@media screen and (max-width: 1499px){
  .eoselya-form h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 1399px){
  .eoselya-form{
    padding: 30px;
  }
  .eoselya-form h2{
    font-size: 28px;
    width: 215px;
  }
  .eoselya-form form {
    width: calc(100% - 255px);
  }
  .eoselya-form form .form-group {
    width: calc((100% - 120px) / 2);
  }
  .eoselya-form form input{
    line-height: 58px;
    padding-right: 20px;
  }
  .eoselya-form form button{
    width: 60px;
    height: 60px;
    padding: 0;
    background-size: 14px;
  }
}
@media screen and (max-width: 1199px){
  .eoselya-form form .form-group {
    width: calc((100% - 96px) / 2);
  }
  .eoselya-form form{
    gap: 18px;
  }
}
@media screen and (max-width: 991px){
  .eoselya-form{
    flex-direction: column;
    gap: 20px;
  }
  .eoselya-form h2{
    width: 100%;
    font-size: 24px;
  }
  .eoselya-form form{
    width: 100%;
    flex-direction: column;
  }
  .eoselya-form form .form-group{
    width: 100%;
  }
  .eoselya-form form button{
    width: 100%;
    max-width: 100%;
    border-radius: 38px;
    background-position: 60% center;
    background-size: 10px;
  }
  .eoselya-form form button span{
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 767px){
  .eoselya-form form button{
    background-position: 65% center;
  }
}
@media screen and (max-width: 560px){
  .eoselya-form form button{
    background-position: 70% center;
  }
}
@media screen and (max-width: 430px){
  .eoselya-form form button{
    background-position: 75% center;
  }
}
/* -- contacts */
