/*BTN*/

.hero_btn,
.call_btn {
    padding: 0.223rem 0.223rem 0.223rem 1.556rem;
    display: inline-flex;
    gap: 1.111rem;
    align-items: center;
}

.hero_btn--premium {
    box-shadow: inset 0 0 0 0.112rem #ffcc00;
    background-color: transparent;
}

.img-arrow {
    transform: rotate(45deg);
    background-color: #ffcc00;
    padding: 0.333rem;
    border-radius: 100%;
    height: 2.022rem;
    width: 2.022rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/**/

.ly__benefits {
    background: #FFFFFF;
    box-shadow: 0px 0px 4.45rem #111F291A;
    border-radius: 1.389rem;
    padding: 2.67rem 1.78rem 2.67rem 2.67rem;
}

.ly__benefits .row {
    row-gap: 2.5rem
}

.ly__book-section {
    background: linear-gradient(180deg, #FFF4D3 0%, #FFFFFF00 100%);
    padding-top: 9rem;
}

.ly__book-section .ly__content>*:not(:last-child) {
    margin-bottom: 1.78rem;
}

.ly__taxi-text p:not(.size-p) {
    font-size: 0.834rem;
    margin-block: 1.334rem 2.234rem
}

.ly__benefits-list>p {
    font-size: 1.112rem;
    margin: 1.778rem 2rem 0 0;
}

.btn-wrapper {
    padding-top: 0.45rem;
    gap: 0.889rem;
    flex-wrap: wrap;
}

.ly__book-section .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.ly__book-section .row:not(:first-child) {
    margin-top: 6.23rem;
}

.ly__book-section .ly__content p {
    max-width: 34.62rem;
}

.ly__benefits-list ul li {
    font-size: 1rem;
    padding-left: 1.667rem;
    margin: 1.111rem 0;
    position: relative;
    padding-left: 2.223rem;
}

/*.ly__benefits-list ul li h4{*/
/*    font-weight: 500;*/
/*}*/

.ly__benefits-list ul li::after {
    content: "";
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0.445rem;
    left: 0;
    width: 1.334rem;
    height: 1.334rem;
    background-size: 1.334rem;
}

h4{
    font-weight: 500;
}

/*traning course*/

.ly__software h2 {
    margin-bottom: 1.78rem;
}

.ly__reason {
    display: flex;
    gap: 1.334rem;
    margin-block: 4.45rem 2.667rem;
}

.ly__software .reasonsection_repeater {
    padding: 1.778rem;
    background: #FBF7F0;
    flex: 1 0 calc(33.33% - 1rem);
    transition: all 0.5s ease-in-out;
    border-radius: 1.389rem;
}

.ly__reason-img {
    max-width: 3.89rem;
    width: 100%;
    margin-bottom: 2.667rem;
}


.ly__software .ly__reason-title {
    margin-bottom: 0.889rem;
}

.ly__software .container > p {
    max-width: 44.556rem;
    margin: 0 auto;
}

.ly__tag {
    background: rgba(255, 204, 0, 0.2);
    border-radius: 2.116rem;
    padding: 0.0556rem 1.556rem;
}

.ly__tag.ly__tag-mini {
    font-weight: 500;
    padding: 0.277rem 0.556rem;
}

.ly__register-map h3 {
    margin-bottom: 1.778rem;
}

.ly__register-map {
    padding: 6.223rem 0;
    z-index: 2;
}

.ly__register-map:after {
    content: '';
    background: url(../images/map_10_tile.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*step by step*/

.ly__step {
    padding-top: 6.222rem;
    background: linear-gradient(180deg, #F7F6F9 0%, #FFFFFF 100%);
}

.ly__step-card img {
    max-width: 8.889rem;
    margin: 0 auto;
    margin-bottom: 2.667rem;
}

.ly__step-card .size-p {
    max-width: 31.667rem;
    margin: 1.334rem auto 0;
}

.ly__step .row {
    justify-content: center;
    text-align: center;
    margin-top: 4.445rem;
}

.ly__course-bg {
    position: absolute;
    top: -13.22rem;
    right: 0;
    max-width: 10.556rem;
}

.ly__step-bg {
    position: absolute;
    max-width: 10.556rem;
    transform: scaleX(-1);
    bottom: -13.334rem;
    left: 0;
}

.ly__step .ly__premium_heading {
    margin-bottom: 4.445rem;
}

@media (max-width: 1200px) {
    /*traning course*/
    .ly__reason {
      flex-wrap: wrap;
      margin-block: 3.334rem 1.778rem;
    }
  
    .ly__software .reasonsection_repeater {
      flex: 1 0 calc(50% - 18px);
    }
  
    .ly__reason-text p {
      font-size: 18px;
    }
  
    .ly__reason-img {
      margin-bottom: 2.223rem;
    }
  
    .ly__reason-title {
      margin-bottom: 20px;
    }
    .ly__step .col-40{
        max-width: 50%;
        flex: 0 0 50%; 
    }
    
    .ly__step .row {
        margin-top: 3.556rem;
        row-gap: 3.556rem;
    }

    .ly__benefits-list ul {
        margin-top: 1.5rem;
    }
  }

@media (max-width: 991px) {

    .ly__benefits.col-5, .ly__book-section .col-5 ,
    .ly__benefits.col-6, .ly__book-section .col-6 ,
    .ly__book-section .col-40 {
        flex: 0 0 100%;
        max-width: 100%
    }

    /*traning-course*/

    .ly__software .reasonsection_repeater {
        flex: 1 0 calc(50% - 18px);
    }

    .ly__book-section .row>.col-6 {
        order: 1;
    }
    
    .ly__step .ly__premium_heading {
        margin-bottom: 3.556rem;
    }
}

@media (max-width: 767px) {
    .ly__book-section {
        padding-top: 6.944rem;
    }

    .ly__benefits {
        padding: 1.5rem 1rem;
    }

    .ly__benefits .col-5 {
        padding: 0 1.334rem;
    }

    .ly__benefits .col-6 {
        padding: 0;
    }

    .ly__book-section .container {
        padding: 0 1.667rem;
    }

    .ly__book-section .row:not(:first-child) {
        margin-top: 2.778rem;
    }

    .ly__book-section .ly__image {
        margin-top: 1.994rem;
    }

    .ly__book-section .btn {
        width: 210px;
        text-align: center;
        padding-left: 1.112rem;
    }

    .ly__book-section .size-p {
        font-size: 1rem;
    }

    .ly__benefits-list h4 {
        font-size: 1.112rem;
    }

    .ly__benefits-list ul li::after {
        width: 1.112rem;
        height: 1.112rem;
        background-size: 1.112rem;
        top: 0.223rem;
    }

    .ly__benefits-list ul li {
        padding-left: 2rem;
    }

    .ly__benefits-list p {
        font-size: 1rem;
    }

    .ly__book-section h2 {
        text-align: center;
    }

    .ly__book-section .btn-wrapper {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .ly__benefits br {
        display: none;
    }

    .ly__benefits-list>p {
        margin: 1.334rem 0 2.667rem;
    }

    .ly__taxi-text p:not(.size-p) {
        font-size: 0.667rem;
        margin-bottom: 1.778rem;
    }

    .ly__software .reasonsection_repeater {
        flex: 1 0 100%;
    }

    .ly__software .container > p {
        font-size: 1rem;
        padding: 0 10px;
    }

    .ly__premium_heading br {
        display: none;
    }
    
    .ly__premium_heading {
        margin: 0 10px;
    }
    
    .ly__register-map:after {
        content: none;
    }
    
    .ly__register-map {
        padding: 4rem 0;
        margin-bottom: 0;
    }
    
    .btn {
        width: 201px;
        text-align: center;
        justify-content: space-between !important;
    }

    .ly__tag:not(.ly__tag-mini) {
        padding: 0 0.722rem;
    }

    .ly__step .col-40{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ly__step-card img {
        margin-bottom: 40px;
    }
    
    .ly__step-card .size-p {
        margin-top: 0.889rem;
    }
    
    .ly__step .container {
        padding: 0 40px;
    }

    .ly__step {
        padding-top: 3.333rem;
    }

    .ly__course-bg {
        display: none;
    }
    
    .ly__step-bg {
        max-width: 7.833rem;
    }
    .loop_sec + br {
        display: none;
    }
    
    .ly__software br {
        display: inline-block;
    }
}

@media (min-width: 991px) {

    /*hover*/
    .btn:hover {
        box-shadow: inset 0 0 0 0.112rem #ffcc00;
        background-color: transparent;
    }

    .hero_btn--premium:hover .img-arrow {
        transform: rotate(0deg);
    }

    .ly__software .reasonsection_repeater:hover {
        background: #ffffff;
        box-shadow: 0px 0px 80px rgba(17, 31, 41, 0.1);
    }
    
    .ly__book-section .btn-wrapper .btn.btn-outline:hover {
        background: #ffcc00;
    }
}

@media (min-width: 1200px) {
    .ly__step .col-40 {
        padding: 0 0.667rem;
    }
    .ly__step .row {
        row-gap: 4.445rem;
        margin: 0 -0.667rem;
    }
    
}
@media (min-width: 1370px) {
    .ly__book-section .row .col-40 {
        padding-left: 0;
    }

    .ly__benefits-list ul {
        margin-top: 1.778rem;
    }

    .ly__benefits .col-6 img {
        margin-left: auto;
    }

    /*traning course*/
    
    .ly__software .ly__reason-img {
        margin-bottom: 3rem;
    }
}
