.mt-50 {
    margin-top: 50px;
}
.justify-content-center {
    justify-content: center;
}
.d-flex {
    display: flex;
    align-items: center;
}
.work--group span {
    border-radius: 100%;
    background: #FF6400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.work--group{

}
.single--abomen-left h4{
    color: #F5F6FB;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    margin-top: 0;
    margin-bottom: 0;
}
.single--abomen-grid-second{
    padding: 25px 40px;
}
.single--abomen-grid-second h3 {
    margin-bottom: 5px;
}
.test--price{
    color:#FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 109.091% */
    letter-spacing: -1.76px;
    text-transform: uppercase;
}
.single--abomen-grid-second .single--abomen-right {
        justify-content: end;
        gap:15px;
}
form select {
    padding: 15px 23px;
    display: block;
    width: 100%;
    position: relative;
    color: #161616;
    font-size: 16px;
    line-height: 1.5;
    background: #f5f6fb;
    border: 1px solid #f5f6fb;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    cursor: text;
}
.form--lead-wrapper h2 {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
    margin-top: 0;
    text-transform: none;
}
.form--lead-wrapper {
    display: flex;
    align-items: center;
    gap:30px;
}
.form--lead-left,
.form--lead-right {
    max-width: 50%;
    width: 100%;
}
.form--success h2 {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-top: 0;
    text-transform: none;
    text-align: center;
    margin-bottom: 0;
    padding: 150px 0;
}
.form--success {
    display: none;
}
.form--success.active {
    display: block;
}
.f-html {
    border-radius: 32px !important;
}
.form--lead-wrapper-form {
    flex-direction: column;
}
.form--lead-wrapper-form h2 {
    margin-bottom: 0;
}

.tech--text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.junior-page .ind--text-second
 {
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adults-page .ind--text-second {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adults-page .ind--text {
    display: block !important;
}





.group--desc-wrap.active .grop--desc,
.tech--content.active  .tech--text,
.junior-page .ind--text.active .ind--text-second,
.adults-page .ind--text.active .ind--text-second{
    display: block;
}
.grop--desc {
    transition: .3s all linear;
}
.teens-page .group--more {
    color: #25D723;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;  
    margin-top: 5px;
}
.junior-page .group--more {
    color: #150FEF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;  
    margin-top: 10px;
    display: block;
}
.adults-page .group--more {
    color: #ff0071;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;  
    margin-top: 10px;
    display: block;
}

.tech--more{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
    margin-top: 20px; 
    display: block;
    letter-spacing: -0.32px;
}
.teens-page .tech--more {
     color: #25D723;
}
.adults-page .tech--more {
     color: #ff0071;
}
.mini-page .tech--more {
     color: #FF6400;
}
.junior-page .tech--more {
     color: #150FEF;
}
.success-page > .programs {
    padding-top: 200px !important;
    padding-bottom: 250px !important;
}

.iti {
    width: 100%;
}
.phoneNumber {
    padding-left: 105px !important;
}
.iti__selected-flag {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
}


@media screen and (max-width: 767px){
    .single--abomen-grid-second {
        padding: 20px 15px;
    }
}