.main__price__blocks, .main__price__block{
    width: 187px;
}

.main__price__tarif__title{
    font-size: 19px;
}

.main__price__tarif__goal a{
    padding: 16px 20px;
    font-size: 14px;
}

.main__price__tarif__button{
    padding: 16px 40px;
    font-size: 14px;
    margin-top: 10px;
}

.main__price{
    margin-top: 40px;
}

.form4{
    background: url('../img/form4.png');
}

.form_four .main__form__left{
    height: 400px !important;
}

.form_four .main__form__right {
        height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.form__call .main__about_left__text{
    width: 290px;
}

.form__call{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form__call_button a{
    padding: 20px 60px;
    background-color: #3EA700;
    border-radius: 900px;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
}

.form__call .main__about_left__text{
    margin-top: 0;
}

details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
  }
  
  @keyframes open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  
  details summary {
    width: 100%;
    padding: 0.5rem 0;
    background-color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 300;
    list-style: none;
    display: flex;
    align-items: flex-start;
  }

  summary{
    background-color: #fff;
    box-sizing: border-box;
  }

  details{
    box-sizing: border-box;
    background-color: #fff;
  }

  details p{
    padding: 20px 30px;
  }
  
  details summary:after {
    content: "+";
    color: #3EA700;
    position: absolute;
    font-size: 2rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 30px;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;
  }
  details[open] summary:after {
    content: "-";
    font-size: 3rem;
    color: #FF2323;
  }
  details summary {
    outline: 0;
  }
  details p {
    font-size: 0.95rem;
    margin: 0 0 1rem;
    padding-top: 1rem;
    font-weight: 400;
font-size: 15px;
line-height: 130%;
  }

  .main__answer__block{
    width: 580px;  
  }

  .main__answer_grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .main__answer__block{
    margin: 2px 0px;
  }

  .main__answer__block summary{
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
  }

  details[open] summary{
    color: #3EA700;
  }

  .main__answer__block details{
    border-radius: 8px;
  }