body{
	background-color: white;
	overflow-x: hidden;
}
*{
  color: black !important;
}
header .logo{
  width: 180px;
}
header{
  background-color: #ffffffc9;
}
header a,
.header-contacts{
  color: black;
}
button.default{
  background-color: #C63838;
  color: white !important;
  border-radius: 100px;
  padding: 14px 45px;
}
h1{
  margin: 0;
  position: static !important;
  font-size: 50px !important;
  color: black !important;
  margin-bottom: 40px;
}
section.hero .container{
  display: flex;
  align-items: center;
}
section.hero img{
  opacity: 1;
  position: static !important;
  object-fit: contain;
  width: 600px;
}
section .title.caspiy{
  font-size: 45px;
  font-weight: 800;
}
section .desc.caspiy{
  font-size: 20px;
}
img.caspiy.garbage1{
  width: 100%;
  object-fit: none;
}
img.caspiy.construction{
  width: 100%;
  height: 485px;
  object-fit: contain;
  margin: 0 auto;
}
.quality-card img{
width: 80px;
}
section.quality .quality-card{
  width: 100px;
  flex-grow: 1;
}
.caspiy-containers{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.caspiy-containers.content{
  justify-content: space-between;
}

.container-card{
  background-color: #343434;
  padding: 40px 60px;
  border-radius: 3px;
}
.container-card.systems{
  width: 458px;
  height: 482px;
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-card.systems img{
  width: 100%;
}
.card-title{
  text-align: center;
  color: white !important;
  font-size: 26px;
  font-family: 'Codec Pro', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  hyphens: auto;
}
.container-card.systems .card-title {
  font-weight: 500;
  position: absolute;
  top: 40px;
  left: 40px;
  text-align: left;
}
.card-desc{
  text-align: center;
  color:#C63838 !important;
  font-size: 23px;
  font-family: 'Codec Pro', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section.container-details .desc{
  text-align: left;
  font-weight: 600;
  font-size: 24px
}
section.container-details b{
  font-size: 22px;
}
.details-container{
  display: flex;
}
.containers-features{
  position: relative;
}
.containers-features .feature{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.containers-features .feature img{
  background-color: black;
  padding: 20px;
  width: 60px;
  border-radius: 100%;
  cursor: pointer;
  top: 0;
}
.containers-features .feature:hover .text{
  opacity: 1;
}
.containers-features .feature .text{
  position: absolute;
  background-color: black;
  max-width: 340px;
  padding: 30px;
  border-radius: 3px;
  font-family: 'Codec Pro', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity, .2s ease;
  -o-transition: opacity, .2s ease;
  transition: opacity, .2s ease;
  color: white !important;
}
.feature.one{
  top: 11%;
  left: 23%;
}
.feature.two{
  top: 29%;
  left: 80%;
}
.feature.three{
  top: 46%;
  left: 62%;
}
.feature.four{
  top: 81%;
  left: 6%;
}

.container-images{
  position: relative;
}
.img-card-arrows button{
  background-color: white;
}
.img-card-arrows{
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.container-photo{
  width: 480px;
  height: 575px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image, .1s ease;
}
.container-photo2{
  width: 680px;
  height: 575px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image, .1s ease;
}
.container-photo_desc{
  text-align: center;
  font-family: 'Codec Pro', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 23px;
}
.container-strength{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.strength-card{
  max-width: 600px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.strength-card img{
  width: 100%;
  height: 218px;
  object-fit: contain;
}
.strength-card p{
  background-color: #343434;
  color: white !important;
  padding: 30px;
  font-size: 18px;
  margin: 20px 0 0 0 ;
  height: 190px;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cards-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.released-container{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.release-card{
  height: 400px;
  width: 100%;
  margin: 0 20px;
  max-width: 600px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.release-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.release-card .title{
  position: absolute;
  bottom: 0;
  color: white !important;
  font-size: 30px !important;
  width: 100%;
  padding: 0px 30px;
}
footer *{
  color: white !important;
}

iframe{
  width: 100%;
  border-radius: 3px;
  height: 600px;
}

section.partners .logo-gradient{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 100%;
  width: 154px !important;
}
.experience-card{
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  border-radius: 3px;
  width: 300px;
  flex-shrink: 0;
}
.experience-card img{
  margin: 0 !important;
  height: 234px !important;
  width: 100% !important;
  object-fit: cover !important;
}
.experience-card p{
  background-color: #343434;
  margin: 0;
  font-family: 'Codec Pro', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 23px;
  color: white !important;
  padding: 20px;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.btns{
  display: flex;
}
.btns a:first-child{
  margin-right: 10px;
}
.btns button{
  width: 100%;
}

@media screen and (max-width: 1024px){
  section.partners .logos img{
    max-width: none !important;
  }
}
@media screen and (max-width: 850px){
  .release-card{
    margin-bottom: 20px;
  }
  header{
    background-color: white !important;
  }
  h1{
    font-size: 30px !important;
  }
  section.hero{
    margin-top: 30px;
  }
  section.hero .container{
    flex-direction: column;
  }
  section.hero img{
    width: 100%;
  }
  header *{
    color: black !important;
  }
  section .title.caspiy{
    font-size: 26px;
  }
  img.caspiy.garbage1{
    object-fit: cover;
  }
  section.quality .quality-card .title{
    font-size: 16px;
  }
  .details-container{
    flex-direction: column-reverse;
  }
  .containers-features img{
    width: 100%;
  }
  .feature.four{
    top: 81%;
    left: 21%;
  }
  .caspiy-containers{
    flex-direction: column;
  }
  .container-card{
    width: 100%;
    max-width: 458px;
    margin-bottom: 30px;
  }
  .container-card img{
    width: 100%;
  }
  .container-card .card-title{
    font-size: 20px;
  }
  .container-photo,
  .container-photo2{
    max-width: 480px;
    width: 100%;
  }
  .container-strength{
    flex-direction: column;
  }
  .strength-card{
    margin-bottom: 20px;
  }
  .container-card.systems{
    max-width: 458px;
    width: 100%;
    padding: 20px;
  }
  .caspiy-containers.content img{
    width: 100%;
  }
  .released-container{
    flex-direction: column;
    align-items: center;
  }
  .released-container img{
    margin-bottom: 20px;
  }
  iframe{
    width: 100%;
    border-radius: 3px;
    height: 450px;
  }
  .btns button{
    width: 100%;
    padding: 14px 14px;
  }
}

@media screen and (max-width: 376px){
  .btns{
    flex-direction: column;
  }
  .btns a:first-child{
    margin-right: 0px;
    margin-bottom: 10px;
  }
}