/* 1320 padding 0 20px
1200 - 992
768
720
540
100%
*/

/* шрифты */
@font-face {
    font-family: "JuliaMono";
    src: url("software-services/application-software-astra-group/bootsman/assets/fonts/JuliaMono-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "JuliaMono";
    src: url("software-services/application-software-astra-group/bootsman/assets/fonts/JuliaMono-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }

.bootsman-banner{
    width: 100vw;
    align-self: center;
    justify-self: center;
    background-color: #F2F5F6;
    margin-top: 25px;
    padding: 64px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootsman-banner .container{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}

.bootsman-banner .bootsman-banner-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.bootsman-banner .bootsman-title{
    font-size: 32px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 0;
}

.bootsman-banner .bootsman-subtitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.banner-link-group{
    display: flex;
    gap: 40px;
    align-items: center;
}

.bootsman-banner .btn-blue,
.bootsman-banner .btn-outline {
    height: 68px;
    box-sizing: border-box;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
  }
  .bootsman-banner .btn-blue {
    background-color: #7371F9;
  }
  .bootsman-banner .btn-blue p{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .bootsman-banner .btn-blue:hover{
    background-color: #584AE8;
  }

  .bootsman-banner .btn-blue:active{
    background-color: #4831D0;
  }



  .bootsman-banner .btn-outline {
      background-color: transparent;
      border: 2px solid #1b1f28;
    }

    .bootsman-banner .btn-outline p, .bootsman-banner .btn-blue p  {
        transition: all ease 0.3s;
      }

      .bootsman-banner .btn-outline:hover {
        border-color: #584AE8;

      }
      .bootsman-banner .btn-outline:hover p {
        color: #584AE8;
      }
      
      .bootsman-banner .btn-outline:active {
        border-color: #4831D0;
      }

      .bootsman-banner .btn-outline:active p {
        color: #4831D0;
      }

      .bootsman-banner .btn-outline p {
        color: #1b1f28;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
      }
      .bootsman-banner .bootsman-banner-sertificate{
        display: flex;
        flex-direction: column;
        gap: 32px;
      }

      .bootsman-banner .bootsman-banner-sertificate-item{
        display: flex;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #1b1f28;
        padding: 14px;
        flex-grow: 1;
        max-width: 360px;
        position: relative;
        font-family: "JuliaMono", "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
      }

      .bootsman-banner .bootsman-banner-sertificate-item p:first-child{
        flex: 3;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        color: #1b1f28;
      }
      .bootsman-banner .bootsman-banner-sertificate-item p:last-child{
        flex: 1.8;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #1b1f28;
      }
      .bootsman-banner .bootsman-banner-sertificate-item span{
        font-size: 14px;
        font-weight: 400;
      }

.bootsman-functions .bootsman-functions-block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.bootsman-functions .bootsman-functions-item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  background-color: #F2F5F6;
}
.bootsman-functions h2{
  margin-bottom: 40px;
}




      @media (min-width: 992px) {
        .bootsman-banner .container{
            flex-direction: row!important;
            align-items: flex-end!important;
        }
        .bootsman-banner .bootsman-banner-sertificate{
            flex-direction: column;
        }
      }
      @media (max-width: 992px) {
        .bootsman-banner .bootsman-banner-sertificate{
          flex-direction: row;
      }
  }
  @media (max-width: 768px) {
    .bootsman-banner .bootsman-banner-sertificate{
      flex-direction: column;
  }
}

      @media (min-width: 300px) {
        .bootsman-banner .container{
            flex-direction: column;
            align-items: flex-start;
            gap: 60px;
        }

      }
      @media (max-width: 767px) {
        .bootsman-banner .container{
            align-items: center;
        }
        .bootsman-banner .bootsman-banner-info{
            align-items: center;
        }
        .bootsman-banner .banner-link-group{
            flex-direction: column;
        }
        .bootsman-banner .btn-blue,
        .bootsman-banner .btn-outline{
            width: 360px;
        }

      }
      @media (max-width: 460px) {
        .bootsman-banner .bootsman-subtitle{
            text-align: center;
        }
        .bootsman-banner .bootsman-banner-sertificate-item{
            max-width: 100%;
            width: 100%;
        }
      }