.banner__price {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    color: #F8F8F8;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 33px;
    }
    .banner-redisign p {color: #333; margin-top:0 }
    
    .banner h1{
    margin-bottom:20px
    }
    .banner__form{
    border-radius: 20px;
    background: #FFF;
    padding:30px 35px 35px 35px;
    min-width: 700px;
    filter: drop-shadow(0px 6px 15px rgba(0, 52, 81, 0.14));
    }
    .banner__form-title {
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: 25px!important;
    }
    .banner__form-descr {
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    margin-bottom: 30px;
    }
    .banner__form-descr a{
    color: #0C56C0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration:none
    }
    .banner__form-descr a:hover{
    text-decoration:underline
    }
    .splitter {
    width: 100px;
    height: 2px;
    flex-shrink: 0;
    background: #1BC768;
    margin:10px 0;
    }
    .banner__form-items {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-bottom:15px
    }
    .banner__form-input {
    border-radius: 50px;
    background: #E9EDF5;
    min-width: 200px;
    height: 40px;
        border: none;
    padding-left: 15px;
    }
    .banner__form-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    background: #1BC768;
    border-radius: 50px;
    color: #fff;
    transition: .2s ease-in-out;
    text-decoration: none;
    border: none;
    z-index: 1;
    min-width: 200px;
    height: 40px;
    }
    ::-webkit-input-placeholder{color:#7D8696}
    ::-moz-placeholder{color:#7D8696}
    :-moz-placeholder{color:#7D8696}
    :-ms-input-placeholder{color:#7D8696}
    .banner__form span{
    color: rgba(51, 51, 51, 0.55);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    }
    .banner__form span a{
    color: rgba(51, 51, 51, 0.55);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    }
    .programs{
    margin:80px 0;
    /*overflow: hidden;*/
    }
    .programs__title {
    margin-bottom:35px;
    color: #0C56C0;
    }
    .programs__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    justify-content: center;
    /*align-items: center;*/
    align-items: stretch;
    height: 100%;
    }
    .programs__item {
    display:flex;
    flex-direction:column;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    flex:1;
    height: auto;
    justify-content: space-between;
    }
    .programs__item-title {
    border-radius: 10px;
    background: linear-gradient(267deg, #60B3DF 0%, #1867A3 100%);
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px; 
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 5px 20px 5px;
    }
    
    .programs__item-list {
    margin:0 25px;
    margin-bottom:60px;
    }
    .programs__item-list li{
    list-style-type: none!important;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    }
    .programs__item-list li:not(:last-child){
    margin-bottom:10px}
    .programs__item-list li::before {
    content: "✓";
    color: #0C56C0;
    padding-right:6px;
    font-weight: 900;
    }
    .programs__item-button {
    margin:15px 20px 20px 20px;
    cursor:pointer
    }
    .programs__item-price {
    margin:0 auto;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px; /* 178.571% */
    text-transform: uppercase;
    }
    .programs__item-price span{
    color: #0C56C0;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    }
    
    .content__step-title {
    color: #0C56C0;
    margin-bottom:75px
    }
    .content__step {
    margin-bottom:80px
    }
    .content__step-block {
      display: grid;
      grid-template-columns:repeat(3,1fr);
      grid-template-rows:repeat(2,1fr);
      gap: 40px;
    }
    
    .content__step-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      z-index: 2;
    }
    
    .content__step-item__bg {
      color: #E9EBF4;
      font-family: Ubuntu;
      font-size: 70px;
      font-weight: 700;
      line-height: 60px;
      position: absolute;
      left: 0;
      top: -34px;
      z-index: -1;
    }
    
    .content__step-item__descr {
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #333;
    }
    
    .content__step-item__title {
      color: #333;
      font-size: 16px;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 5px;
      word-break: break-all;
    }
    .step__attention {
    display:flex;
    flex-direction:column;
    gap:15px;
    border-radius: 15px 40px;
    background: linear-gradient(267deg, #60B3DF 0%, #1867A3 100%);
    padding:30px 0
    }
    .step__attention p{
    color: #F8F8F8;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin:0 auto;
    max-width:737px
    }
    .step__attention p:nth-child(2){
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    }
    .step__attention a{
    color: #F8F8F8;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: none;
    }
    .step__attention a:hover{
    text-decoration-line: underline;
    }
    @media(max-width:992px){
    .banner__form {
    min-width: 100%;
    padding: 25px 28px;
    }
    .banner__form-title {
    font-size: 17px!important;
    }
    .banner__form-descr {
        font-size: 14px!important;
        margin-bottom: 20px;
    }
    .banner__form-descr a{
        font-size: 14px!important;
    }
    .banner__form-items {
    flex-direction: column;
    gap: 10px;
    }
    .banner__form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .banner__price{
    margin-bottom:40px
    }
    .programs__list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .programs__item:not(:last-child) {
    /*margin-right:15px*/
    }
    .programs__item {
    box-shadow:none
    }
    .programs__item-price {
        text-align: center;
    }
    .programs__item-list {
        margin: 0 20px;
        margin-bottom: 30px;
    }
    .programs__item-list li:not(:last-child) {
        margin-bottom: 8px;
    }
    .programs .slick-initialized .slick-slide {
        display: flex!important;
    }
    .programs__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px; 
    text-align:center!important;
    margin-bottom:25px
    }
    .programs__item-button  {
        font-size: 14px!important;
    }
    .programs__item-price {
        font-size: 12px;
    }
    .programs__item-price span {
        font-size: 14px;
    }
    .content__step-block {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(1,1fr);
    }
    .content__step-title {
        margin-bottom: 55px;
        text-align:center!important;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px
    }
    .step__attention {
        padding: 20px 30px;
    }
    .step__attention p {
        font-size: 14px;
        max-width: 100%;
    }
    .step__attention p:nth-child(2) {
        font-size: 18px;
    }
    .step__attention a {
        font-size: 18px;
    }
    .content__step {
        margin: 50px 0;
    }
    }