@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(../styles/navbar.css);
@import url(../styles/app.css);
@import url(../styles/footer.css);


* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
  }
  .title {


font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: center;

  }
  
  .title3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    margin: 0;
    
  }
  
  .title2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .button {
    padding: 8px 24px;
    color: white;
    background-color: #f07f1c;
    border-radius: 20px;
    border: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  
  .button:hover, .download-btn:hover {
    background-color: #017CFF;
  }
  
  .main {
    display: flex;
    background: #f4f4f4;
  
    flex-direction: column;
  }

  .pt96 {
    padding-top: 96px;
  }

  .pt72 {
    padding-top: 72px;
  }

  .pt24 {
    padding-top: 24px;
  }




.volna {
  position: relative;
    padding: 48px !important;
    background-color: white;
    border-radius: 20px;
    height: 344px;
    overflow: hidden;

}
.volna__images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.volna__images-mobi {
  display: none;
}
.volna__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 616px;
    position: relative;
    z-index: 2;
}
.volna__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  
margin: 0;
width: 636px;

}

.volna__subtitle {
    margin: 0;
}
.volna__footer {
    margin: 0;
    font-weight: 700;
}



  .how {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.how__title {
    text-align: center;
}

.how__row {
  justify-content: baseline;
  row-gap: 24px;
}
.how__content {
  min-width: 300px;
}

.how__span {
  font-weight: 700;
}

a {
  text-decoration: none !important;
}

.item-how {
  background-color: white;
  border-radius: 24px;
  height: 100% !important;
}

.how__content:not(:first-child) {
  /* margin-left: 12px; */
}

.item-how {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.item-how__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-how__icon {
}
.item-how__title {
  margin: 0;
}

.img-how_div {
  display: flex;
  gap: 24px;
  
}



  .docs {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .docs__title {
    
    text-align: center;
  }
  
  .docs__row {
  }
  
  .justify-content-center {
  }
  
  .docs__column {
    min-width: 526px;
    background-color: white;
    border-radius: 24px;
    padding: 0 !important;
  }

  
  .item-docs {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
  }
  .-howitem__icon {
    width: 48px !important;
    height: 48px !important;
  }
  
  .item-docs__row {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    max-width: 330px !important;
  }
  .item-docs__title {
    margin: 0;
  }

  .docs__title_br {
    display: none;

  }
  
  .item-docs__subtitle {
    margin: 0;
  }








@media screen and (max-width: 1200px) {

    .how__row {
        padding: 0;
        margin-top: 0;
        row-gap: 24px;
      }
    .docs__column {
        max-width: 526px;

    }



  }
  @media screen and (min-width: 1200px) {
  }
  
  @media screen and (max-width: 992px) {

.volna__title {
  width: auto !important;
}

  }
  @media screen and (min-width: 992px) {
  }
  
  @media screen and (max-width: 768px) {
    .volna__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: center;
        
        margin: 0;
        
        }
        .volna__subtitle {
            margin: 0;
            text-align: center;
        }
        .volna__footer {
            margin: 0;
            font-weight: 700;
            text-align: center;
        }

        .volna {
          position: relative;
            padding: 48px !important;
            background-color: white;
            border-radius: 20px;
            height: 300px;
            overflow: hidden;
        
        }

      .title {
          font-size: 32px;
          font-weight: 700;
          line-height: 38px;
          letter-spacing: 0em;
          text-align: center;
          
        margin: auto;
      }
      .how__title {
        max-width: 400px;
    }
    .docs__title_br {
      display: block;
      
    }

  }
  @media screen and (min-width: 768px) {
  }
  
  @media screen and (min-width: 576px) {
  }
  @media screen and (max-width: 576px) {
    .volna {
      width: 94% !important;
      height: 455px !important;
      margin: auto;
    }
    .docs,.how {
      padding: 0 16px !important;
      align-items: center !important;
    }
    .docs__row,.how__row {
      width: 100% !important;
    }
    .docs__column,.how__content {
      width: 100% !important;
      padding: 0 !important;
    }
    .pt72 {
      padding-top: 48px !important;
    }
    .volna__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        
        }
        .volna__br {
            display: none;
        }
        .volna {
          padding: 40px 18px !important;
        }
        .volna__subtitle {
max-width: 358px;
margin: auto;
        }
        .volna__footer {

        }
        .volna__images {
          display: none;
        }
        .volna__images-mobi {
          display: block;
          position: absolute;
          width: 100%;
          object-fit:fill;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
        }

    .item-how {
        flex-direction: row;
      }
      .how__br {
        display: none;
      }

    .docs__column {
        min-width: 93%;
        margin: auto;

    }
    .item-docs__title {
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;

    }
    .item-docs__subtitle {
        min-width: 320px;
    }
    .item-docs {
        padding-left: 15px !important;
    }

    .title {
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: center;

    }
    .how__title {
        max-width: 346px;
    }


    .docs__br {
        display: none;
    }


  }
  
  @media screen and (max-width: 430px) {

  }


 