.ubuntu-condensed-regular {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cabin-condensed-regular {
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-condensed-medium {
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.cabin-condensed-semibold {
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.cabin-condensed-bold {
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.modal {
  display: none;
  position: fixed;
  width: 100%;
  
}
.modal-content {
  background-color: white;
  padding: 10px;
  text-align: center;
  color: #444444 ;
  border: 1px solid rgb(243, 202, 202);
  font-size: 18px;
  margin: auto;
  justify-content: center;
  
}
.content{
  width: 90%; 
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; /* Центрирует содержимое по горизонтали */
}
.question{
  width: auto;
  margin: 0px;
}
.question p{
  margin: 0px;
}
.cross{
  width: auto;
}
.link{
  width: auto;
}
.yes{
  width: 170px;
}
.modal-content a{
  margin-left: 8px;
  color: #444444;

}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
button{
  width: 150px;
  color: #444444;
  border-color: rgb(243, 202, 202);
  border-radius: 8px;
  background-color: rgb(243, 202, 202);
  padding: 0px;
}

.wrapper {
  width: 100vw;
}

.page{
  width: 100vw;
}
.maincontent {
  height: 100%;
  min-height: 650px;
}

.contacts{
  width: 100%;
 
}
.container {
  width: 100%;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 15px;
}
.logo-img {
  width: 125px;
  height: 125px;
}
.logo-img img{
  width: 125px;
  height: 125px;
}
.nav {
  margin-right: 15%;
}
.nav__list {
  display: flex;
  list-style: none;
  width: 90%;
  margin: auto;
  padding: 0px;
}
.nav__item {
  margin-left: 25px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.nav__about{
  margin-left: 25px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.nav__contact {
  margin-left: 25px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.nav__item:hover {
  text-decoration: underline;
  color: #5377A0;
}
.nav__about:hover {
  text-decoration: underline;
  color: #5377A0;
}
.nav__contact:hover {
  text-decoration: underline;
  color: #5377A0;
}
.nav__link_it{
  text-decoration: none;
  color: #5377A0;
  font-size: 25px;
  font-family: 'Ubuntu';
  font-weight: 700;
}

.nav__link_de{
  text-decoration: none;
  color: #5377A0;
  font-size: 25px;
  font-family: 'Ubuntu';
  font-weight: 700;
}
.nav__link_en{
  text-decoration: none;
  color: #5377A0;
  font-size: 25px;
  font-family: 'Ubuntu';
  font-weight: 700;
}
.switch-lang {
  margin-left: auto;
  width: auto;
}
#italy{
  width: 100%;
}
.lang-list {
  list-style: none;
  display: flex;
}
.lang-item {
  text-decoration: none;
  text-align: center;
  /* margin-right: 30px; */
  color: #5377A0;
  width: 100%;
  font-size: 22px;
}
.lang-item-DE{
  text-decoration: none;
  color: #444444;
  width: 40px;
  text-align: right;
}
.lang-item-IT{
  text-decoration: none;
  color: #444444;
  width: 40px;
  text-align: right;
}
.lang-item-EN{
  text-decoration: none;
  color: #444444;
  width: 40px;
  text-align: right;
}

.lang-item-EN:hover{
  text-decoration: underline;
}
.lang-item-IT:hover{
  text-decoration: underline;
}
.lang-item-DE:hover{
  text-decoration: underline;
}

#deutsch{
  display: none;
  width: 100%;
}
#english{
  display: none;
  width: 100%;
}
.hero {
  width: 100%;
  background: url("img/bg-hero.webp") no-repeat top right;
  background-size: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: space-evenly;
}
.hero__container-en{
  width: 80%;
  justify-content: center;
  padding-top: 4%;
  margin: auto;
  display: none;
}
.hero__container-de{
  width: 80%;
  justify-content: center;
  padding-top: 4%;
  margin: auto;
  display: none;
}
.hero__container-it{
  width: 80%;
  justify-content: center;
  padding-top: 4%;
  margin: auto;
}
.hero__txt {
  display: flex;
  /* margin-bottom: 4%; */
}
.item-text{
  width:75%; 
  margin-left: 8%;
}
.item-text p{
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 24px;
  color: #444444;
}
.hero-desc {
  width: 100%;
}
.item-two{
  display: flex;
  width: 90%;
  margin: auto;
  padding-bottom: 5%;

}
.item-three{
  display: flex;
  margin-bottom: 5%;

}
.item-three p{
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 22px;
  color: #444444;
  width: 70%;
  margin-left: 8%;
}

.item-four p{
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 22px;
  color: #444444;
  width: 70%;
  margin-left: 8%;
}
.item-one p{
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 22px;
  color: #444444;
  width: 70%;
  margin-left: 8%;
}
.section-title p {
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-style: normal;
  font-size: 42px;
  margin: 0px;
  color: #5377A0;
  font-weight: 700;
  text-align: center;
  width: 96%;
}
.section-title{
  margin-bottom: 3%;
  width: 100%;
}
.paragraph{
  width: 100%;
  font-family: 'Ubuntu';
  font-size: 24px;
  margin-bottom: 8%;
  color: #5377A0;
  box-shadow: -3px 5px 5px 0px rgb(238, 227, 233);
  padding: 22px;
  border-radius: 10px;
}

.paragraph-two{
  width: 100%;
  font-family: 'Ubuntu';
  font-size: 24px;
  margin-bottom: 8%;
  color: #444444;
  box-shadow: 5px 5px 10px 10px rgb(238, 227, 233);
  padding: 22px;
  border-radius: 10px;
  text-align: center;
 
}
.line{
  border: 2px solid #5377A0; 
  width: 100%;
}
.socials {
  margin-left: 10%;
}
.instagram {
width: auto;
}
.instagram a{
  width: 100px;
  margin-left: auto;
  height: 100px;
}
.socials-icon {
  width: 50px;
  height: 50px;
 margin-left: auto;
}
.socials__link:hover  {
  color: #4A4C6A;
}
.content-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.drone{
  height: 12%;
  width: 20%;
}
.drone img{
  height: 12%;
  width: 100%;
}
.camera{
  height: 12%;
  width: 20%;
}
.camera img{
  width: 90%;
  height: 12%;
}

.tour-features{
  margin-left: auto;
}
.flat{
 width: 20%;
}
.flat img{
height: auto;
  width: 100%;
}
.about-header {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold, 700;
  line-height: 60px;
  font-size: 36px;
  color: #5377A0;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
.about-txt__bg {
  justify-content: center;
  width: 100%;
  background: #EEE1E8 linear-gradient(to left, #ffffff, #EEE1E8);
}
.title{
  width: 100%;
}
.title p{
font-size: 20px;
text-align: left;
}
.items{
  width: auto;
  margin-left: auto;
}
.about-txt{ 
  display: flex;
  padding-bottom: 3%;
  margin-left: 10%;
}
.demo {
  display: flex;
  width: 100%;
  min-height: 550px;
}
iframe {
  width: 100%;
}
/* Section contact */
.contacts-container {
  background: url("img/contacts-bg.webp") no-repeat center center;
  background-size: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: space-evenly;
}
.pricing-container {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pricing__header {
  margin-top: 80px;
}
.pricing__text {
  width: 70%;
  margin-top: 35px;
  text-align: center;
}
.contacts-header {
  padding-top: 20px;
  width: 100% ;
 
}
.contacts-header h2{
  color: rgb(33,11,11);
  font-family: 'Ubuntu';
  text-align: center;
  font-size: 30px;
}
.contacts-list {
 width: 80%;
 margin: auto;
 display: flex;
 flex-direction: column;
 align-items: center; 
 justify-content: center;
}
.contacts-item {
  font-size: 24px;
  font-family: 'Cabin';
  display: flex;
  width: auto;
  text-align: center;
  margin: 7px;
}
.contacts-item img{
  width: 35px;
  height: 35px;
}
.contact_photo{
  width: 35px;
  height: 35px;
}
.contact_mail{
  width: 35px;
  height: 35px;
}
.contact_mail img{
  width: 32px;
  height:  32px;
}
.mail{
  width: auto;
  margin-left: 8px;
  padding-top: 6px;
}
.mail p{
  color:  rgb(33,11,11);
  margin: 0px;
  text-decoration: none;
}
.number{
  width: auto;
  margin-left: 8px;
  padding-top: 6px;
  
}
.number p{
  color: rgb(33,11,11);
  text-decoration: none;
  margin: 0px;
}

.contact_loc{
  width: 35px;
  width: 35px;
  color: rgb(33,11,11);
}
.contact_loc img{
  width: 35px;
  width: 35px;
}
.loc{
  width: auto;
  margin-left: 8px;
  padding-top: 6px;
}
.loc p{
  margin: 0px;
  color: rgb(33,11,11) ;
}
.footer {
  width: 100%;
  background: #4A4C6A;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 5%;
}
.rigths {
  color: #ffffff;
  font-size: 16px;
  width: auto;
  margin: 20px;
  text-align: center;
}
.item-one{
  display: flex;
  margin-bottom: 5%;

}

.item-four{
  display: flex;
  margin-bottom: 10%;
}
.lang-line{
  width: 3px;
  height: 25px;
  background-color:  #5377A0;
 align-items: center;
}
/* Adaptive */
@media (min-width: 279px) and (max-width: 359px){
  .paragraph{
    font-size: 15px;
    width: fit-content;
  }
  .lang-line{
    margin-left: 3px;
    margin-right: 3px;
  }
  .paragraph-two{
    font-size: 15px;
    width: fit-content;
  }
  .socials-icon{
    width: 25px;
    height: 25px;
  }
  .question p {
    font-size: 15px;
  }
  .content{
    flex-direction: column;
    align-items: center;
  }
  .link{
    width: auto;
    margin-top: 8px;
    font-size: 15px;
  }
  button{
    font-size: 15px;
  }
  .contacts-header{
    padding-top: 0px;
  }
  .yes{
    margin-top: 4px;
  }
  .nav__list{
    display: none;
  }
  .logo__img{
    width: 90px;
    height: 90px;
  }
  .section-title p{
    font-size: 16px;
    font-weight: 550;
  }
  .contact_photo{
    width: 25px;
    height: 25px;
  }
  .contacts-item img{
    width: 25px;
    height: 25px;
  }
  .contact_mail{
    width: 25px;
    height: 25px;
  }

  .item-one p {
    font-size: 17px;
  }
  .item-three p {
    font-size: 17px;
    margin: auto;
  }
  .item-four p {
    font-size: 17px;
  }
  .lang-item{
    font-size: 14px;
  }
  .item-one p{
    margin: auto;
  }
  .item-four p{
    margin: auto;
  }
  .contacts-header h2{
   
    font-size: 18px;
   }
  .rigths{
    font-size: 14px;
  }
  .contacts-header  h2{
    font-size: 23px;
  }
  .contacts-list{
    margin-top: 0px;
    justify-content:space-evenly;
  }
  .contacts-item{
    font-size: 16px;
  }
}
@media (min-width: 359px) and (max-width: 430px){
  .paragraph{
    font-size: 15px;
    width: fit-content;
  }
  .lang-line{
    margin-left: 3px;
    margin-right: 3px;
  }
.paragraph-two{
    font-size: 15px;
    width: fit-content;
  }
.question p {
  font-size: 15px;
}
.content{
  flex-direction: column;
  align-items: center;
}
button{
  font-size: 15px;
}
.link{
  width: auto;
  margin-top: 4px;
  font-size: 15px;
}
.yes{
  margin-top: 4px;
}
.item-three p{
  margin: 0px 0px 0px 8%;
}
  .contacts-header{
    padding-top: 0px;
  }
  .nav__list{
    display: none;
  }
  .section-title p{
    font-size: 15px;
    font-weight: 550;
  }
  .contacts-header h2{
   
   font-size: 20px;
  }
  .item-one{
    margin-left: auto;
  }
  .contact_photo{
    width: 25px;
    height: 25px;
  }
  .contacts-item img{
    width: 25px;
    height: 25px;
  }
  .contact_mail{
    width: 25px;
    height: 25px;
  }
  .item-one p{
    font-size: 18px;
    margin: 0px 0px  0px 8%;
  }
  .item-three{
    margin-left: auto;
  }
  .item-three p {
    font-size: 18px;
  }
  .item-four{
    margin-left: auto;
  }
  .item-four p{
    font-size: 18px;
    margin: 0px 0px  0px 8%;
  }
  .lang-item{
  font-size: 14px;
  margin-right: 0px;
  }
  .hero__container{
    padding-top: 18%;
  }
  .hero__txt{
margin-left: 0px;
  }
  .contacts-list{
    margin-top: 0px;
    }
    .contacts-item{
      font-size: 19px;
    }
}
@media (min-width: 430px) and (max-width: 769px) {
  .paragraph{
    font-size: 15px;
    width: fit-content;
  }
  .lang-line{
    margin-left: 3px;
    margin-right: 3px;
  }
  .paragraph-two{
    font-size: 15px;
    width: fit-content;
  }
  .contacts-header{
    padding-top: 0px;
  }
  .contacts-header h2{
  
   font-size: 20px;
  }
  .nav {
    margin-right: 0;
  }
  .section-title p{
    font-size: 21px;
  }
  .logo__img {
    margin-left: 25%;
  }
  .hero__container{
    padding-top: 18%;
  }
  .hero__txt{
    justify-content: space-around;
  }
  .nav__list{
    display: none;
  }
  .section-title {
    font-size: 24px;
  }
  
  .hero-desc {
    font-size: 14px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .demo {
    flex-direction: column;
  }
  .iframe {
    flex: 1;
  }
  .contacts-list{
    margin-top: 0px;
    }
}
@media (min-width: 765px) and (max-width: 1081px) {
  .nav__list{
    display: flex;
  }
  .lang-line{
    margin-left: 3px;
    margin-right: 3px;
  }
  .paragraph-two{
    font-size: 15px;
    width: fit-content;
  }
  .nav__link_it{
    font-size: 22px;
  }
  .nav__link_de{
    font-size: 22px;
  }
  .nav__link_en{
    font-size: 22px;
  }
  .contacts-list{
  margin-top: 0px;
  }
 
  .contacts-item{
    font-size: 22px;
  }
}





