/** Testing */
.section-testing {
    text-align: center;
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
}

.section-testing__title {
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
}

.section-testing__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    padding-top: 30px;
}

.section-testing__free {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 476px;
    height: 60px;
    background: #0096C7;
    border-radius: 50px;
    margin: 50px auto 0 auto;
}

.section-testing__free:hover {
    background: transparent;
    border: 2px solid #0096C7;
}

.section-testing__free:hover .btn-free {
    color: #0096C7;
    text-decoration: none;
}

.btn-free-test{
    cursor: pointer;
}

.btn-free {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.section-testing__tariffs {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
}

.section-testing__tariffs-item {
    padding: 150px 73px 80px 73px;
}

.section-testing__wrapper {
    position: relative;
    flex-basis: 33.33%;
    background: #0096C7;
    text-align: left;
}

.section-testing__wrapper:not(:nth-child(2)) a{
   color: #fff;
}

.section-testing__item-details:hover::after{
   padding-left: 25px
} 

.section-testing__tariffs>:nth-child(2) {
    background: #fff;
}

.section-testing__item-title {
    padding-left: 80px;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    /* padding-bottom: 28px; */
}

.section-testing__item-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 18px 0 30px 0;
}

.section-testing__item-advantages {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding-bottom: 40px;
    padding-left: 80px;
}

.section-testing__item-questions {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    text-transform: lowercase;
    color: #FFFFFF;
    padding-top: 10px;
    margin-bottom: 30px;
    padding-left: 80px;
    display: flex;
    position: absolute;
    bottom: 60px;
}

.section-testing__item-details {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.section-testing__item-details::after {
    content: url(../img/icons/arrow-details-white.svg);
    padding-left: 15px;
    transition: padding-left .5s ease;
}

.section-testing__tariffs>:nth-child(2) .section-testing__item-details::after {
    content: url(../img/icons/arrow-details-black.svg);
}

.section-testing__tariffs>:nth-child(1) .section-testing__item-title {
    padding-bottom: 0;
}

.section-testing__tariffs>:nth-child(2) .section-testing__item-title,
.section-testing__tariffs>:nth-child(2) .section-testing__item-subtitle,
.section-testing__tariffs>:nth-child(2) .section-testing__item-advantages,
.section-testing__tariffs>:nth-child(2) .section-testing__item-questions{
    color: #333;
}
.section-testing__tariffs>:nth-child(2) .section-testing__item-details a{
    color: #333;
    text-decoration: none;
}

.section-testing__item-advantages p::before {
    content: url(../img/icons/ok-white.svg);
    position: absolute;
    left: 0px;
}

.section-testing__tariffs>:nth-child(2) .section-testing__item-advantages p::before {
    content: url(../img/icons/ok-black.svg);
}

/** /Testing */