*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
  }

 #nav {
    width: 100%;
    background-color: blue;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    
 }
 .nav-item {
  color: white;
  padding-top: 30px;
  font-size: 20px;
  flex-grow: 1;
 }
 a {
  text-decoration: none;
  color: white;
 }
 #nav-item01 {
  padding-top: 20px;
  flex-grow: 3;

 }
 #nav-item02 {
 background-color: white;
 flex-grow: 1;
 padding-top: 30px;
 font-size: 20px;
 color: blue;
  
 }
 #nav-item02 a {
  color: blue;
 }
 select {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  padding-top: 5px;
  margin-top: -14px;
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
  color: blue;
  border: none;
 }
 #nav-item03 {
  flex-grow: 0.2;
  display: flex;
  align-items: center;
  padding-top: 1px;
 }
 #nav-item03 img {
  margin-right: 5px;
 }
 #nav-item04:hover {
  background-color: rgb(17, 17, 201);
 }
 #nav-item05:hover {
  background-color: rgb(17, 17, 201);
 }
 #nav-item06:hover {
  background-color: rgb(17, 17, 201);
 }
 #nav-item07:hover {
  background-color: rgb(17, 17, 201);
 }
.slider_item img {
  width: 100%;
}
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slick-track {
  display: flex;
  justify-content: space-around;
}
.slider .slick-arrow {
  position: absolute;
  top: 47%;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 45px;
  border: none;
}
.slider .slick-arrow.slick-prev {
  left: 80px;
  background: url(img/pic06.png) 0 0 no-repeat;
  background-size: 25px;
}
.slider .slick-arrow.slick-next {
  right: 80px;
  background: url(img/pic07.png) 0 0 no-repeat;
  background-size: 25px;
}
.slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 85%;
  left: 48%; 
  
}
.slider .slick-dots li {
  list-style: none;
  margin-left: 10px;
  
}
.slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  border: none;
}
.slider .slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid white;

}
/* .section {
  width: 100%;
} */
#section-text {
  text-align: center;
  color: blue;
  font-size: 50px;
  font-weight: bolder;
  margin-top: 100px;

}
.card {
  width: 270px;
  height: 270px;
  /* border: solid grey 2px; */
  margin-right: 30px;
  margin-bottom: 30px;
  /* box-shadow: 0px 0px 18px 3px rgba(143,143,143,1); */
  box-shadow: 0px 0px 13px -1px rgba(168,165,168,1);
}
.card img {
  margin: 30px;
}
.card01-text {
  width: 100%;
  background-color: blue;
  height: 90px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

#card-image02 {
  margin: 25px;
  margin-top: 35px;
}
.card02-text {
  width: 100%;
  background-color: blue;
  height: 91px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 13px;
}

.card03-text {
  width: 100%;
  background-color: blue;
  height: 91px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 13px;
}
#card-image03 {
  margin-left: 45px;
    margin-bottom: 4px;
    margin-top: 27px;
    width: 186px;
}
.card04-text {
  width: 100%;
  background-color: blue;
  height: 91px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 13px;
}
#card-image04 {
  margin-left: 21%;
    margin-bottom: 4px;
    margin-top: 12px;
    width: 112px;
}
#card-image05 {
  margin-left: 79px;
  margin-bottom: 4px;
  margin-top: 12px;
  width: 146px;
}
.card05-text {
  width: 100%;
  background-color: blue;
  height: 91px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 13px;
}

.card-container01 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 80px;
  margin-left: 27%;
}
.card-container02 {
  width: 50%;
  display: flex;
  margin-left: 35%;
  flex-wrap: wrap;
  text-align: center;
}
#btn01 {
  text-align: center;
  margin-left: 42%;
  width: 300px;
  height: 70px;
  border: solid 2px blue;
  color: blue;
  font-size: 20px;
  font-weight: bolder;
  background-color: white;
}
#btn01:hover {
  color: white;
  background-color: blue;
  border: none;
}
.contacts {
  width: 100%;
  height: 470px;
  background-color: blue;
  margin-top: 30px;
}
 #lng-contacts_text01{
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  padding-top: 70px;
}
#contacts-link {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  padding-top: 60px;
}
#contacts-link::before {
  content: '';
  background-image: url(img/pic01.webp);
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 23px;
}
#contacts-text {
  color: white;
  font-size: 25px;
  padding-top: 30px;
  text-align: center;

}
#contacts-link02 {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  padding-top: 30px;
}
#contacts-link02::before {
  content: '';
  background-image: url(img/pic02.webp);
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 20px;
}
#contacts-button {
  margin-left: 46%;
  width: 170px;
  height: 50px;
  border: 2px solid white;
  color: white;
  background-color: blue;
  margin-top: 30px;
  font-weight: bolder;
  font-size: 17px;
}
#contacts-button:hover {
  color: blue;
  background-color: white;
  border: none;
} 
.aboutUs {
  width: 100%;
  height: 800px;
  background-color: grey;
  display: flex;
  flex-direction: row;
}
.container02{
  /* float: left; */
  width: 50%;
  background-color: white;
  height: 800px;
}
#aboutUs_img{
  /* float: right; */
  width: 50%;
  background-image: url(img/pic13.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}
 
#aboutUs-text {
    width: 61%;
    margin: auto;
    margin-top: 150px;
    height: 500px;
    padding: 15px;

}
#aboutUs-text01 {
  color: blue;
    font-size: 37px;
    font-weight: 800;
}

#aboutUs-text p {
   font-size: 20px;
   margin-top: 35px;
   margin-bottom: 30px;
}
#aboutUs-text02 {
  font-size: 20px;
  font-weight: bold;
}

#aboutUs-button {
    width: 200px;
    font-size: 15px;
    font-weight: bold;
    background-color: white;
    height: 50px;
    color: blue;
    border: 2px solid blue;
    margin-top: 35px;
}
#aboutUs-button:hover {
  color: white;
  border: none;
  background-color: blue;
}
#footer{
  height: 700px;
  background-color: blue;
} 
#footer-text01 {
  color: white;
  font-weight: bolder;
  padding-top: 80px;
  font-size: 40px;
  text-align: center;
}
.container03{
  width: 100%;
  display: flex;
  flex-direction: row;
}
#map-container {
  width: 50%;
  height: 500px;
  /* background-color: yellow; */
  
}
#address {
  width: 50%;
  height: 500px;
  /* background-color: yellowgreen; */
  
}
#map {
  margin-left: 51%;
  margin-top: 100px;
}
#address-text01 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-top: 95px;
  margin-left: 35px;
}
#address-text02 {
  color: white;
  margin-top: 15px;
  margin-left: 35px;
  font-size: 20px;
}
#address-text03 {
  color: white;
  margin-top: 25px;
  margin-left: 35px;
  font-size: 20px;
}

#address-text04 {
  color: white;
  margin-left: 4%;
  font-size: 20px;
  font-weight: 100;
  padding-top: 60px;
}
#address-text04::before {
  content: '';
  background-image: url(img/pic01.webp);
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 23px;
}
#address-text05 {
  color: white;
  margin-left: 4%;
  font-size: 20px;
  font-weight: 100;
  padding-top: 30px;
}
#address-text05::before {
  content: '';
  background-image: url(img/pic02.webp);
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 20px;
}
#address-btn {
  width: 260px;
  margin-left: 4%;
  margin-top: 20px;
  height: 50px;
  font-size: 15px;
  font-weight: bolder;
  border: 3px solid white;
  color: white;
  background-color: blue;
}
#address-btn:hover {
  color: blue;
  background-color: white;
  border: none;
}
.footer-span {
 text-align: center;
 color: white;
}


@media screen and (max-width: 1819px){
  .card-container01 {
    width: 65%;
    margin-left: 27%;
  }
  #map {
    margin-left: 35%;
    margin-top: 100px;
}

}



@media screen and (max-width: 1480px){
  .nav-item {
    font-size: 18px;
   }
   .slider .slick-arrow.slick-prev {
    left: 60px;
  }
  .slider .slick-arrow.slick-next {
    right: 60px;
   
  }
  .card-container01 {
    width: 65%;
   
    margin-left: 20%;
  }
  .card-container02 {
    margin-left: 30%;
  }
  #btn01 {
    margin-left: 39%;
  }
  #contacts-button {
    margin-left: 44%;
  }
  #aboutUs-text {
    width: 77%;
  }
  #map {
    margin-left: 30%;
    margin-top: 100px;
}

}

@media screen and (max-width: 1412px){
  .card-container01 {
    width: 67%;
    margin-left: 19%;
  }
}

@media screen and (max-width: 1370px){
  .card-container01 {
    width: 81%;
    margin-left: 19%;
  }
  .nav-item {
    font-size: 16px;
   }
   #aboutUs-text {
    width: 68%;
  }
   #map {
    margin-left: 27%;
    margin-top: 100px;
   }
}


@media screen and (max-width: 1266px){
  
  
   #aboutUs-text {
    width: 70%;
  }
   #map {
    margin-left: 20%;
    margin-top: 100px;
   }
}

@media screen and (max-width: 1153px){
  .card-container01 {
    width: 81%;
    margin-left: 12%;
  }
  .card-container02 {
    width: 53%;
    margin-left: 22%;
  }
  .nav-item {
    font-size: 16px;
   }
   #aboutUs-text {
    width: 80%;
  }
  #btn01 {
    margin-left: 35%;
  }
  #contacts-button {
    margin-left: 43%;
  }
   #map {
    margin-left: 15%;
    margin-top: 100px;
   }
}


@media screen and (max-width: 1024px){
  .card-container01 {
     flex-direction: column;
     margin-left: 37%;
     width: 50%;
  }
  .card-container02 {
    flex-direction: column;
     margin-left: 37%;
  }
  #contacts-button {
    margin-left: 42%;
}
#map {
  margin-left: 10%;
  margin-top: 100px;
 }

}
@media screen and (max-width: 800px){
  .slider {
    display: none;
   }
  #nav-item02 {
    display: none;
  }
  #nav-item03 {
    display: none;
  }
  #nav-item04 {
    display: none;
  }
  #nav-item05 {
    display: none;
  }
  #nav-item06 {
    display: none;
  }
  #nav-item07 {
    display: none;
  }
  .card-container01 {
    margin-left: 32%;
}
.card-container02 {
  margin-left: 32%;
}
  #btn01 {
    margin-left: 30%;
  }
  #contacts-button {
    margin-left: 39%;
}
.aboutUs {
  width: 100%;
  height: 1100px;
  background-color: grey;
  display: flex;
  flex-direction: column;
}
.container02 {
  width: 100%;
  background-color: white;
  height: 1300px;
}
#aboutUs_img {
  width: 100%;
  background-image: url(img/pic13.jpg);
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.container03 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#footer {
  height: 1215px;
  background-color: blue;
}
#map-container {
  width: 100%;
  height: 500px;

}
#map {
  margin-left: 17%;
  margin-top: 100px;
}
#address {
  width: 100%;
}
#address-text01 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-left: 23%;
  margin-top: 1px;
}
#address-text02 {
  color: white;
  margin-top: 26px;
  margin-left: 38%;
  font-size: 20px;
}
#address-text03 {
  margin-left: 39%;
}

#address-text04 {
  margin-left: 34%;
  padding-top: 35px;
}

#address-text05 {
  margin-left: 35%;
}
#address-btn {
  margin-left: 32%;
}


}

@media screen and (max-width: 600px){
  #map {
    display: none;
  }
  .card-container01 {
    margin-left: 17%;
}
  .card-container02 {
    margin-left: 17%;
  }
  #btn01 {
    margin-left: 14%;
}
#contacts-button {
  margin-left: 30%;
}
.aboutUs {
  width: 100%;
  height: 1262px;
  background-color: grey;
  display: flex;
  flex-direction: column;
}
   #map-container {
    display: none;
   }

   #address-text01 {
    margin-left: 7%;
    margin-top: 83px;
   }

   #address-text02 {
    margin-left: 32%;
   }
   #address-text03 {
    margin-left: 34%;
   }
   #address-text04 {
    margin-left: 24%;
    padding-top: 28px;
}
    #address-text05 {
      margin-left: 26%;
    }
    #address-btn {
      margin-left: 20%;
  }
  #footer {
    height: 715px;
    background-color: blue;
}  
   
}



@media screen and (max-width: 350px){
  .card-container01 {
    margin-left: 8%;
}
.card-container02 {
  margin-left: 8%;
} 
.contacts {
  height: 509px;
}
.container02 {
  width: 100%;
  background-color: white;
  height: 1813px;
}
#btn01 {
  margin-left: 8%;
  width: 270px;
}
#aboutUs-text {
  width: 95%;
}
#contacts-button {
  margin-left: 24%;
}
#address-btn {
  margin-left: 12%;
  width: 250px;
}
#address-text02 {
  margin-left: 25%;
}
#address-text03 {
  margin-left: 29%;
}
#address-text04 {
  margin-left: 15%;
}
#address-text05 {
  margin-left: 18%;
}

}