 #top-section {
	background-image: url('../img/Макет Тест на уровень final version.jpg');
}
#top-section h1 {
    font-size: 80px;
}
#top-section .form-top .form-title {
    width: 100%;
}
#top-section .form-top .form-title p {
	font-size: 25px;
}
#top-section .type {
	background: var(--red-gradient);
    margin-top: 18px;
        padding: 8px 30px 8px 30px;
}

#price-section {
    background: var(--blue2-gradient);
    border-radius: 20px;
    padding: 80px 68px 34px 34px;
    margin-bottom: 80px;
    position: relative;
}
#price-section .section-title {
    left: 50px;
    background: var(--red-gradient);
    transform: translateX(0) translateY(-50%);
}
#price-section  .nav-link {
     font-size: 18px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    border: 1px solid var(--blue2-gradient);
    margin-bottom: 20px;
}
#price-section  .nav-link.active {
    background-color: #c4dbf6;
    border: none;
}
#price-section  .nav-link:hover {
    background-color: #ffffff;
}
.price-btn {
    margin-bottom: 30px;
    justify-content: space-between;
}

#price-section .left-info .eng {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    color: #123c69;
}

#price-section .left-info .title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 36px;
    color: #123c69;
    font-weight: 700;
    width: 530px;
    max-width: 100%;
}
#price-section .left-info .info {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: 700;
    color: #b23850;
}
#price-section .left-info .info span {
    display: block;
    color: #123c69;
    font-size: 30px;
    font-weight: 400;
}
#price-section .left-info .btn {
    max-width: 100%;
    width: 330px;
    color: #ffffff;
    background: var(--red-gradient);
    margin-bottom: 30px;
}
#price-section .right-info {
    padding-top: 30px;
}
#price-section .price-list {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}
#price-section .price-list img {
    width: 20px;
    height: auto;
}
#price-section .price-list p {
    font-size: 20px;
    padding-left: 10px;
    color: #123c69;
}
#price-section .price-list p span {
    font-weight: 700;
}
#price-section #nav-certp .info{
    font-weight: 400;
}
#faq-section .col-md-6:nth-child(even) .single-faq {
    margin-left: 20px;
}
#faq-section .col-md-6:nth-child(odd) .single-faq {
    margin-right: 20px;
}
.single-faq {
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.single-faq > button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    transition: none;

}
.single-faq > button p {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}
.single-faq > button img {
    width: 70px;
    border: none;
    border-radius: 50%;
    transform: rotate(0deg);
    padding: 0px;
    margin-left: 0px;
}
.single-faq > button > img {
    width: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
    transform: rotate(-90deg);
    padding: 10px;
    margin-left: 20px;
}

.single-faq button:hover,
.single-faq button:active {
    background-color: #ffffff!important;
   color: #123c69;
}
.single-faq button {
    border-bottom-right-radius:20px;
    border-bottom-left-radius: 20px;
}
.single-faq button:not(.collapsed) {
    border-bottom-right-radius:0px;
    border-bottom-left-radius: 0px;
}
.single-faq button:not(.collapsed) > img {
    transform: rotate(0);
}
.single-faq .card-body {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.2;
}

#faq-section {
   background: var(--blue-gradient);
    border-radius: 20px;
    padding: 120px 34px 34px 34px;
    margin-bottom: 80px;
    position: relative;
    margin-top: 100px;
}
#faq-section .section-title {
    background: var(--blue2-gradient);
    
}
#faq-section .section-title h2 {

    color: rgb(18, 60, 105);
}
#faq-section > a {
    width: 380px;
    max-width: 100%;
    font-size: 30px;
    margin-top: 20px;
    padding: 30px 18px ;
}
#faq-section > a:hover {
    background: #ffffff;
}

.info-text-section {
    margin-bottom: 80px;
}
#news-section .section-title {
    background: var(--blue-gradient);
}
#news-section .text .desc p {
        font-size: 20px;
    font-weight: 400;
    font-style: normal;
    --XTwg7g: 0;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    margin-bottom: 40px;
}
#news-section .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    --XTwg7g: 0;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    color: #ffffff;
    text-wrap-mode: nowrap;
}

#pay-section {
    background: rgb(196, 219, 246);
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 40px 34px 34px 34px;
}
#pay-section .section-title {
    background: var(--blue2-gradient);
    left: 50px;
    transform: translateX(-0) translateY(-50%);
}
#pay-section .section-title h2 {
    color: rgb(18, 60, 105);
}
.pay-top {
    margin-left: auto;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pay-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-gradient);
    color: #fff;
}
.pay-top a img {
    margin-left: 15px;
}
.pay-top a:hover {
    background: var(--blue-gradient);
}

#pay-section .col-md-4 {
    margin-bottom: 30px;
}
#pay-section .single {
    border-radius: 15px;
    background-color: #fff;
    color: #123c69;
    height: 100%;
    padding: 35px;
}
#pay-section .single .title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
#pay-section .single .desc {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}
#pay-section .single .logos {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pay-section .single .logos img {
    max-width: 130px;
}

#pay-section .single .logos #halva-img {
    max-width: 60px;
}



.owl-pay {
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 60px;
    position: relatives;
}
.owl-pay .owl-stage {
    display: flex;
    align-items: center;
}

.owl-pay .single {
    padding: 20px 30px;
}
.owl-pay  .owl-prev,
.owl-pay  .owl-next  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}
.owl-pay  .owl-nav span {
    font-size: 40px;
}
.owl-pay  .owl-prev {
    left: 40px;
}
.owl-pay  .owl-next {
    right:40px;
}



#format-section .single-format img {
    position: absolute;
    bottom: 0px;
    right: -45px;
    width: 250px;
    height: auto;
}


#test-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
#test-section .section-title {
    background: var(--blue2-gradient);
    
}
#test-section .section-title h2 {
    color: rgb(18, 60, 105);
    font-size: 50px;
}


.info-text-section.right-text.test-1  > img {
    left: 140px;
    width: 27%;
    
}
.info-text-section.left-text.test-2  > img {
    right: 38px;
    width: 47%;
    transform: scaleX(-1);
}
.info-text-section.right-text.test-3  > img {
    width: 41%;
    
}

.info-text-section h2 {
    font-size: 60px;
}
.info-text-section > p {
    font-size: 25px;

}


#level-section {
    margin-bottom: 80px;
    background: #f3f3f3;
    padding: 80px 60px 40px;
    border-radius: 20px;
    position: relative;
}
#level-section > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
}
#level-section .section-title h2 {
    font-size: 55px;
}





#menuModal .rigth-menu > .btn p {
    font-size: 20px;
    line-height: 1.1;
    color: rgb(18, 60, 105);
    font-weight: 700;
    margin-bottom: 12px;
}

#menuModal .rigth-menu > .btn {
    height: 80px;
    width: 380px;
    max-width: 100%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    line-height: 1;
    color: rgb(18, 60, 105);
    font-weight: 400;
    border-radius: 50px;
    transition: all .3s;
    background: rgb(196, 219, 246);
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
#menuModal .rigth-menu > .btn .small {
    font-size: 12px;
    line-height: 1;
    color: rgb(178, 56, 79);
    font-weight: 700;
    position: absolute;
    bottom: 8px;
    right: 40px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #format-section .single-format img {
        width: 81px;
        right: 0px;
        top: 10px;
    }
}



@media (max-width: 768px) {
    .section-title h2 {
        font-size: 28px;
            text-wrap-mode: wrap;

    }
	#news-section .link {
    	font-size: 25px;
    	text-align: center;
    }
    #top-section .form-top {
    	margin-left: auto;
    	margin-right: auto;
    }
    #top-section {
        background-position: center 240px;
        background-size: 300px;
    }
    #price-section .section-title,
    #pay-section .section-title {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: max-content;
    }
    #faq-section {
        padding: 80px 34px 34px 34px;
    }
    #faq-section .col-md-6:nth-child(even) .single-faq {
        margin-left: 0px;
    }
    #faq-section .col-md-6:nth-child(odd) .single-faq {
        margin-right: 0px;
    }
    #faq-section .section-title h2 {
        font-size: 24px;
    }
    #pay-section {
        display: flex;
        flex-direction: column;
    }
    .pay-top {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 30px;
        order: 3;
    }
    #top-section h1 {
        margin-bottom: 330px;
    }
    #test-section .section-title,
    #faq-section .section-title  {
        width: 90%;
    }
    #test-section .section-title h2 {
        color: rgb(18, 60, 105);
        font-size: 50px;
            text-wrap-mode: wrap;
            text-align: center;
    }
    #level-section .section-title h2,
    #news-section .section-title h2 {
        font-size: 36px;
        text-wrap-mode: wrap;
            text-align: center;

    }
    .info-text-section.left-text>p {
        margin-bottom: 220px;
        text-align: center;
    }
}



@media (max-width: 600px) {
    #top-section h1 {
        font-size: 69px;
    }
    #top-section {
        background-position: center 190px;
        background-size: 300px;
    }
    #faq-section .section-title h2 {
        font-size: 24px;
        text-wrap-mode: wrap;
    }
}


@media (max-width: 500px) {
    .single-faq > button {
        padding: 40px 20px;
    }
    .single-faq .card-body {
        padding: 20px;
    }
    #top-section h1 {
        font-size: 52px;
    }
    #top-section {
        background-position: center 160px;
        background-size: 300px;
    }
        #level-section .section-title h2, #news-section .section-title h2 {
        font-size: 24px;
        text-wrap-mode: wrap;
        text-align: center;
    }
    #test-section .section-title h2 {
        font-size: 28px;
    }
    #test-section {
        padding-bottom: 30px;
    }
    .info-text-section h2 {
        font-size: 35px;
    }
    .info-text-section.right-text.test-1 > img {
        left: 50%;
        width: 28%;
    }
    .info-text-section.right-text.test-1 > img,
    .info-text-section.left-text.test-2 > img,
    .info-text-section.right-text.test-3 > img {
        left: 50%;
        right: auto;
    }
    .info-text-section.left-text.test-2 > img {

        transform: scaleX(-1) translateX(50%);
    }
    .info-text-section > p {
        font-size: 20px;
    }
}

