@media (max-width: 1024px) {
  .block-tools__column {
    width: 300px;
    height: 100%;
    text-align: center;
    align-items: center;
  }
  .block-tools__card {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .card-trust__line {
    position: absolute;
    left: 40px;
    top: 60px;
  }
  .status-item__column {
    width: 400px;
    padding: 28px 50px 28px 50px;
    margin-bottom: 30px;
  }
  .sckill-block__status {
    display: block;
    /* text-align: center; */
    margin-bottom: 70px;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media ( max-width: 968px) {
  .header__menu { 
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    text-align: center;
    /* box-sizing: border-box; */
    border: 1px solid rgb(114, 114, 114);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.90);
    padding: 50% 0px;
    margin: 0 auto;
    transition: all 0.5s ease;
    z-index: 10;
  }
  .header__menu.open {
    right: 0;
  }
  .menu__list {

    /* background-color: blue; */
    display: block;
  }

  .menu__item {
    &:not(:last-child) {
      margin: 0px 0px 30px 0px;
    }
  }

  .menu__link {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 122%;
  }
  .burger {
    display: block;
  }
  .slick-arrow{
    display: none;
  }
 
}

@media (max-width: 768px) {
  .header {
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: 20px;
    scale: 1;
    margin-top: 0px;
  }
  .modal-contact__body {
    position: relative;
    text-align: center;
    padding: 50px 150px;
  }

  .block-main__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 123%;
    text-align: center;
  }
  .block-main__text {
    margin-top: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .block-tools__column {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .block-tools__card {
    display: block;
    justify-content: space-between;
    margin-top: 70px;
  }
  .card-trust__line {
    display: none;
    position: absolute;
    left: 40px;
    top: 60px;
  }
  .trust__bloc-card {
    display: flex;
    max-width: 920px;
    margin: 0 auto;
  }
  .card-trust__card {
    position: relative;
    width: 350px;
    height: 150px;
    margin-bottom: 150px;
  }
  .card-trust__number {
   display: none;
  }
  img {
    max-width: 700px;
  }
  .slick-arrow{
    display: none;
  }
}

@media (max-width: 425px) {
  .modal-contact__body {
    position: relative;
    text-align: center;
    padding: 50px 50px;
  }
  .block-main__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 123%;
    text-align: center;
  }
  .block-main__text {
    margin-top: 22px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .block-tools__column {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .block-tools__card {
    display: block;
    justify-content: space-between;
    margin-top: 70px;
  }
  .block-tools__title {
    font-size: 30px;
    text-align: center;
  }
  .card-trust__card {
    position: relative;
    width: 150px;
    height: 300px;
    margin-bottom: 150px;
  }
  img {
    max-width: 300px;
  }
  .slick-arrow{
    display: none;
  }
  .status-item__column {
    width: 350px;
    padding: 28px 50px 28px 50px;
  }
  .status-line__blue {
    position: relative;
    width: 250px;
    height: 20px;
    border-radius: 5px;
    background: rgb(68, 74, 249);
   
  }
  .style-two {
    margin-top: 100px !important;
  }
  .popup button {
    padding: 7px 20px !important;
  }
  .popup label {
    margin: 5px 0 5px !important;
  }
.popup input,
.popup select,
.popup textarea {
  padding: 7px !important;

}
  /* .modal__cloyse {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
  } */
}

@media (max-width: 375px) {

  .status-item__column {
    width: 350px;
    padding: 28px 50px 28px 50px;
    margin-bottom: 30px;
  }
  .status-line__blue {
    position: relative;
    width: 250px;
    height: 20px;
    border-radius: 5px;
    background: rgb(68, 74, 249);
   
  }
  .slick-arrow{
    display: none;
  }
}

@media (max-width: 320px) {
  .modal-contact__body {
    position: relative;
    text-align: center;
    padding: 50px 30px;
  }

  .modal-contact__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 100px;
  }
  .block-main__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 123%;
    text-align: center;
  }
  .block-main__text {
    margin-top: 18px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .block-tools__column {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .block-tools__card {
    display: block;
    justify-content: space-between;
    margin-top: 70px;
  }
  .block-tools__title {
    font-size: 30px;
    text-align: center;
  }
  .card-trust__card {
    position: relative;
    width: 100px;
    height: 400px;
    margin-bottom: 150px;
  }
  .slick-arrow{
    display: none;
  }
}