:root {
  --orange: #f26b51;
  --grey: #bcbcbc;
  --white: #f8f3f3;
}

*,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

section {
  padding: 5dvh 40dvh;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 55dvh;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("image/hero_main.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.headerpolicy{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 35dvh;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
      url("image/hero_main.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}


.header1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.logo p {
  font-weight: 600;
  font-size: 24px;
}

.sliderdiv {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sliderdiv img {
  width: 100%;
  max-width: 50dvh;
  height: auto;
  object-fit: cover;
}

.itemsposlugas {
  display: flex;
  flex-direction: row;
  padding: 25px 15;
  gap: 45px;
}

.titleourlposluga {
  font-weight: 700;
  font-size: 28px;
  width: 70%;
  margin: 15px 0px;
}

.blocksitemsposluga {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 35px 0px;
}

.secondblockitems,
.firstblockitems {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.blocksitemsshoice {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 5px 0px;
}

.our_posluga {
  background-color: var(--white);
}

.itemsposlugas {
  flex: 1;
  background-color: white;
  padding: 25px 25px;
}

.number {
  font-size: 44px;
  font-weight: 600;
  color: var(--grey);
}

.nav {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.butheader a,
.butheader a:visited,
.butheader a:link {
  color: white;
}

.active {
  color: var(--grey) !important;
}

.servicesall,
.butheader p {
  padding: 10px 15px;
  border: 2px solid white;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
}

.servicesall a,
.servicesall a:visited,
.servicesall a:link,
.hero_top {
  font-weight: 500;
  color: white;
}

.hero_weight {
  font-size: 34px;
  font-weight: 600;
  display: flex;
}

.hero_light {
  font-weight: 200;
  display: flex;
}

.buttonherop {
  width: 35%;
  padding: 10px 20px;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
}

.buttonheropsec {
  width: 100%;
  padding: 10px 20px;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
}

.buttonherop a,
.buttonherop a:visited,
.buttonherop a:link,
.buttonheropsec a,
.buttonheropsec a:visited,
.buttonheropsec a:link {
  color: #fff;
}

.readystart {
  font-size: 12px;
  font-weight: 300;
}

.headerprefooter p {
  font-size: 28px;
  font-weight: 800;
}

.descitems {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.itemsweightposluga {
  font-weight: 600;
  font-size: 18px;
}

.itemslightposluga {
  font-size: 14px;
}

.readnext {
  font-size: 14px;
  font-weight: 300;
  text-decoration: var(--orange) underline;
  color: var(--orange);
}

.readnext a,
.readnext a:visited,
.readnext a:link {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  text-decoration: var(--orange) underline;
  color: var(--orange);
}

.itemsposlugas {
  display: flex;
  flex-direction: row;
  padding: 25px 15;
  gap: 45px;
}

.titleourlposluga {
  font-weight: 700;
  font-size: 28px;
  width: 70%;
  margin: 15px 0px;
}

.blocksitemsposluga {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 35px 0px;
}

.secondblockitems,
.firstblockitems {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.our_posluga {
  background-color: var(--white);
}

.textsnumbers {
  flex: 2;
}

.numbers {
  flex: 1;
  background-color: white;
  padding: 25px 25px;
  width: 150px;
}

.number {
  font-size: 44px;
  font-weight: 600;
  color: var(--grey);
}

.firstblockitemschoice {
  display: flex;
  flex: 1;
}

.textsnumberschoice {
  display: flex;
  flex: 3;
  padding: 15px 0px;
  border-bottom: 1px solid var(--grey);
}

.itemsweightchoice {
  font-weight: 600;
  font-size: 42px;
}

.itemslightchoice {
  font-weight: 300;
  font-size: 16px;
}

.numbers {
  background-color: var(--white);
}

.services_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.servicesweight {
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.services_blog {
  padding: 15px 10px;
  border: 1px solid gray;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}

.services_blog {
  display: flex;
  gap: 20px;
}

.item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.item img {
  width: 60%;
}

.headeritemblog {
  font-weight: 600;
  font-size: 24px;
}

.description {
  margin: 10px 0px 20px;
}

.more,
.more a,
.more a:visited,
.more a:link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--purp);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.more img {
  width: 15px;
}

.history,
.vision {
  background-color: #f1f5f9;
}

.historyblock {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.preview {
  width: 75%;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  text-align: center;
  color: grey;
}

.privacyterms a {
  color: black;
}

.steps_item {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  gap: 15px;
}

.item_step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.stepheader {
  font-weight: 600;
  font-size: 22px;
}

.stepdesc {
  font-size: 14px;
}

.divider_block {
  position: relative;
}

.divider {
  position: absolute;
  border-right: 1px solid rgb(193, 193, 193);
  height: 120px;
}

.plusblock {
  display: flex;
  flex-direction: row;
  gap: 35px;
}

.plusheader {
  font-weight: 600;
  font-size: 24px;
  flex: 1;
}

.textplus {
  width: 50%;
  gap: 35px;
  display: flex;
  flex-direction: column;
}

.itemspluses {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.descplusitem {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.itemheaderplus {
  font-weight: 600;
  font-size: 18px;
}

.itemdescplus {
  font-size: 14px;
  font-weight: 300;
}

.item_plus {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.item_plus img {
  width: 35px;
  height: 35px;
}

.plusblockimage {
  width: 75%;
}

.reviewsclients {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  background-color: #f1f5f9;
}

.titlereviewsheader {
  font-weight: 700;
  font-size: 28px;
  margin: 25px 0;
}

.titlereviews {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.reviewsitems {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50%;
}

.authorreview {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.prefooter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px;
  color: white;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(
      rgba(4, 15, 26, 0.72),
      rgba(4, 15, 26, 0.72)
    ),
    url("image/prefooterback.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.prefooter2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
    color: white;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(
        rgba(4, 15, 26, 0.72),
        rgba(4, 15, 26, 0.72)
      ),
      url("image/prefooterback.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prefootermidimage{
    width: 100%;
}

.prefootermidimage img{
    width: 50dvh;
}
.rightsideprefooter{
gap: 25px;
display: flex;
flex-direction: column;
text-align: start;
align-items: flex-start;
}

.headerprefooter {
  font-weight: 600;
  font-size: 24px;
}

.ulpolicy {
  padding-left: 18px;
}

.header_not_ind {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 55dvh;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
    url("image/aboutusmainback.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.hero_not_ind {
  background-color: #f1f5f9;
  font-weight: 700;
  font-size: 28px;
}

.about_us_secondblock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 45px;
}

.fblock,
.sblock {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.sblock_image {
  margin: 4dvh 0dvh;
}

.sblock_image img {
  width: 100%;
}

.visionblock {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.itemvisionblock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.visionmision {
  font-size: 20px;
  font-weight: 600;
}

.descvisionmision {
  width: 50%;
}

.dividerblockus {
  position: relative;
  margin: 25px 0;
}

.dividerus {
  position: absolute;
  width: 100%;
  border-top: 1px solid rgb(193, 193, 193);
}

.contactus {
  display: flex;
  flex-direction: row;
}

.contactus_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 45px;
  flex: 1;
}

.contact_secondblock {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contactdata {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contactdata_item {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.contactdataweight {
  font-weight: 600;
  font-size: 18px;
}

.contactdatalight {
  font-size: 14px;
  font-weight: 300;
}

.serviceslight {
  font-size: 14px;
  font-weight: 300;
}

.styleform {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #090909;
  padding: 25px;
  color: white;
}

.input {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.styleform button{
    background-color: var(--orange);
    color: white;
}

.input input {
  padding: 10px;
  background-color: #fafafb;
  border: 1px solid #bfc1c7;
  border-radius: 5px;
}

#message {
  height: 100px;
}

.redstar {
  color: red;
}

.styleform button {
  padding: 10px;
}

.contact_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
  flex: 1;
}

.itemsposlugy {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.item_posluga {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.descitem_poslugy {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 4;
}

.purpnumb {
  color: var(--purp);
  font-weight: 600;
}

.main_poslugy {
  font-weight: 700;
  font-size: 28px;
}

.descmain_poslugy {
  font-size: 14px;
  font-weight: 300;
}

.ur_posugy{
    background-color: var(--white);
}

.image_poslugy img {
  flex: 1;
  max-width: 400px;
}

.middleitem{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 55px 0px;
    padding: 35px 0px;
    background-color: white;
}

.dividermiddlenumberitems{
    position: relative;
}

.dividermiddlenumberitem{
    position: absolute;
    border-right: 1px solid rgb(42, 42, 42);
    height: 50px;
    transform: translate(50%,-50%);
}

.numbermidweight{
    font-size: 40px;
    font-weight: 700;
}

.textmidweight{
    font-size: 20px;
    font-weight: 600;
}

.textitemmiddlenumber{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.descriptionsecondblock{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

.undermidtextblankdesc{
    width: 100%;
}

.numbermiditem{
    font-size: 26px;
    font-weight: 700;
}

.undermidtextblankrightfirst{
    font-weight: 700;
    font-size: 18px;
}

.undermidtextblankrightsecond{
    font-weight: 700;
    font-size: 35px;
}

.undermidtextblank{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px
}

.undermidtextblankdesc{
    display: flex;
    
}

.undermidtextblankright{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.undermidtextblankright{
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.misionversioncompaing{
    display: flex;
    flex-direction: column ;
    gap: 25px;
}

.misionblockcampaing{
    display: flex;
    flex-direction: row;

}

.itemmisioncampign{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.misionnamecampaing{
    font-size: 22px;
    font-weight: 600;
}

.itemuslugiusers{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    background-color: var(--white);
    gap: 30px;
}

.imageuslugiusers{
    flex: 1;
    display: flex;
}

.navnumberposlugi{
    font-size: 32px;
    font-weight: 700;
}

.dividerposlugiitems{
    position: relative;
}

.dividerposlugiitem{
    position: absolute;
    border-bottom: 1px solid var(--grey);
    width: 100%;    
}

.descitemsposlugi{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nameposlugidesc{
    display: flex;
    font-size: 24px;
    font-weight: 600;
}

.itemsuslugiusers{
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.servicesweigth{
    font-size: 30px;
    font-weight: 600;
}

.serviceslight{
    font-size: 20px;
    font-weight: 600;
}


.contactus{
    gap: 40px;
}


@media (max-width: 768px) {
  section {
    padding: 2dvh 5dvh;
    flex-wrap: wrap;
    position: relative;
  }

  .nav,
  .butheader {
    display: none;
    width: 100%;
    background-color: #fff;
    left: 0;
    padding: 10px 0;
    z-index: 10;
  }

  .nav {
    position: absolute;
    top: 100%;
    flex-direction: column;
  }

  .butheader {
    position: absolute;
    top: calc(100%);
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .nav.open {
    display: flex;
    flex-direction: column;
  }

  .butheader.open {
    display: flex;
    flex-direction: column;
  }

  .nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 20px;
  }

  .hamburger {
    display: flex;
  }

  .services_blog {
    flex-direction: column;
  }

  .historyblock {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .preview {
    width: 100%;
  }

  .steps_item {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 15px;
  }

  .divider_block {
    display: none;
  }

  .textplus {
    width: 100%;
  }

  .plusblockimage {
    width: 100%;
  }

  .imagecontainer img {
    width: 100%;
  }

  .reviewsitems {
    width: 100%;
  }

  .titlereviews {
    flex-direction: column;
  }

  .item_posluga {
    flex-direction: column;
  }

  .image_poslugy,
  .image_poslugy img {
    width: 100%;
  }

  .secondblockitems,
  .firstblockitems {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
      url("image/hero_main.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
  }

  .hero {
    width: 100%;
    margin-top: 50px;
  }

  .buttonherop {
    width: 60%;
  }

  .image-row {
    flex-direction: column;
    align-items: center;
  }

  .image-row img {
    max-width: 90%;
  }

  .prefooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
    color: white;
    width: 100%;
    height: 700px;
    background-image: linear-gradient(
        rgba(4, 15, 26, 0.72),
        rgba(4, 15, 26, 0.72)
      ),
      url("image/prefooterback.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .prefootermidimage{
      width: 100%;
  }
  
  .prefootermidimage img{
      width: 100%;
  }
  .rightsideprefooter{
  gap: 25px;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: flex-start;
  }

  ol a {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  
  .butheader a,
  .butheader a:visited,
  .butheader a:link {
    color: rgb(0, 0, 0);
  }
  
  .active {
    color: var(--grey) !important;
  }
  
  .servicesall,
  .butheader p {
    padding: 10px 15px;
    border: 2px solid rgb(0, 0, 0);
    cursor: pointer;
  }

  .middleitem{
    flex-direction: column;
    gap: 25px;
  }

  .dividermiddlenumberitem{
    transform: rotate(90deg) translate(-50px, 0%);
    height: 100px;
  }
  .undermidtextblank{
    flex-direction: column;
  }

  .itemuslugiusers{
    flex-direction: column;
  }

  .imageuslugiusers img{ 
    display: flex;
    width: 100%;
  }

  .misionblockcampaing{
    flex-direction: column;
    gap: 25px;
  }
}
