.testing-hero{
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
    align-items: stretch;
}
.testing-hero-side{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 60%;
    height: 453px;
}
.testing-hero-wide-block{
    position: relative;
    width: 57%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.testing-hero-block{
    position: relative;
    width: 40%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.blue-block img{
    position: absolute;
    right: 0;
    height: 70%;
    bottom: 5%;
    mix-blend-mode: soft-light
}
.red-block img{
    position: absolute;
    right: 0;
    height: 70%;
    bottom: -10%;
    mix-blend-mode: soft-light
}
.skyblue-block img{
    position: absolute;
    right: 0;
    height: 70%;
    bottom: 5%;
    mix-blend-mode: soft-light
}
.white-block img{
    position: absolute;
    right: 0;
    height: 70%;
    bottom: 5%;
}
.blue-block{
    background-color: #36C;
    color: #fff;
}
.red-block{
    background-color: #D24256;
    color: #fff;
}
.skyblue-block{
    background-color: #99B3E6;
    color: #fff;
}
.white-block{
    background-color: #fff;
    color: #333;
}
.testing-hero-img{
    width: 40%;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    background-image: url('/wp-content/themes/neve/assets/img/testing/heroImg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.test-vars{
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.trki-info{
    flex: 0 0 560px;
    width: 560px;
    border-radius: 16px;
    background: #FFF7F3;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trki-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.trki-title-text{
    color: #D24256;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    text-decoration-line: underline;
}
.trki-title img{
    width: 56px;
    height: 56px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #D24256;
}
.trki-desc{
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.trki-tags{
    display: flex;
    gap: 8px;
}
.trki-tag{
    border-radius: 8px;
    background: #D24256;
    padding: 4px 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.foreign-test{
    flex: 1 0 0;
    width: 100%;
    gap: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foreign-test-label{
    color: #36C;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.foreign-test-desc{
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.foreign-test-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.foreign-test-card{
    flex: 0 0 335px;
    border-radius: 16px;
    background: #36C;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.foreign-test-card-top{
    display: flex;
    justify-content: space-between;
}
.foreign-test-card-label{
    border-radius: 8px;
    background: #FFF;
    padding: 7px 8px;
    color: #36C;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.foreign-test-card-img{
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #FFF;
}
.foreign-test-card-desc{
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.test-vars-docs{
    margin-top: 20px;
    width: 500px;
    margin-bottom: 100px;
}

.test-vars-docs.width700{
    max-width: 700px;
    width: 100%;
}


.test-vars-docs-title{
    color: #333;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.test-schedule{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 100px;
}
.test-schedule-block{
    width: 724px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.test-schedule-label{
    color: #99B3E6;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.test-schedule-slider{
    display: flex;
    gap: 12px;
}
.test-schedule-calendar{
    width: 356px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.test-schedule-calendar-month{
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
}
.test-schedule-calendar-days-of-week{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}
.test-schedule-day-of-week{
    color: #98A2B3;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    padding: 4px;
}
.test-schedule-calendar-days{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
    place-items: center;
}
.test-schedule-calendar-day{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
}
.active-day{
    border-radius: 50%;
    background: #36C;
    color: #fff;
}
.disabled-day{
    color: #D0D5DD;
}
.test-schedule-slider-controls{
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
.test-schedule-slider-control{
    padding: 8px;
    border-radius: 50%;
    background: #36C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disabled-control{
    background: #E4E7EC;
}
.test-schedule-info{
    display: flex;
    gap: 20px;
}
.test-schedule-sign{
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 544px;
    width: 588px;
    border-radius: 16px;
    background: #FFF7F3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.test-schedule-sign-top{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.test-schedule-title{
    color: #333;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.test-schedule-sign-top img{
    height: 48px;
    width: 48px;
}
.test-schedule-mail{
    color: #D24256;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.test-schedule-sign-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.test-schedule-sign-desc{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.test-schedule-sign-bold{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.test-schedule-sign-btn{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D24256;
    background: #D24256;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.test-schedule-sign-btn:visited,
.test-schedule-sign-btn:focus,
.test-schedule-sign-btn:active,
.test-schedule-sign-btn:hover{
    color: #fff;
}

.test-schedule-feats{
    width: 322px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.test-schedule-feats.distant-feats {
    gap: 20px;
}

.test-schedule-feats.distant-feats .test-schedule-feat {
    flex-basis: 50%;
}

.test-schedule-feat{
    display: flex;
    gap: 16px;
    padding: 24px;
    /*align-items: center;*/
    border-radius: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.test-schedule-feat-img{
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.test-schedule-feat-text{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.green-feat .test-schedule-feat-text{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.gray-feat{
    background: #E4E7EC;
}
.gray-feat .test-schedule-feat-img{
    background: #98A2B3;
}
.red-feat{
    background: #FEE4E2;
}
.green-feat{
    background: #D1FADF;
}

.test-schedule-feat.white-feat{
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
}

.white-feat .test-schedule-feat-img{
    background: #36C;
}

.red-feat .test-schedule-feat-img,
.green-feat .test-schedule-feat-img{
    height: 37px;
    width: 37px;
    flex: 0 0 37px;
    border: 6px solid #fff;
}

.test-schedule-feat-white-title-cont {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-schedule-feat-white-title {
    color: #36C;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.test-schedule-feat.white-feat ul.ul-blue-dots li:before {
    top: 7px;
}

.test-contacts{
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
    gap: 20px;
}
.test-contacts-info{
    width: 674px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.test-contacts-label{
    color: #36C;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
}
.test-contact-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.test-contact-item-label{
    color: #98A2B3;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.test-contact-item-value{
    color: #333;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.test-contact-item-desc{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.forki-con-desc-bold{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.test-contacts-map{}

.swiper.swiper-test-schedule {
    margin: -10px;
    padding: 10px 10px 52px 10px;
    position: relative;
}

.swiper.swiper-test-schedule::before,
.swiper.swiper-test-schedule::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.swiper.swiper-test-schedule::before {
  left: 0;
  background: linear-gradient(to left, transparent, white);
}

.swiper.swiper-test-schedule::after {
  right: 0;
  background: linear-gradient(to right, transparent, white);
}

.swiper-slide.test-schedule-swiper-slide {
    width: 356px;
}

.test-schedule-swiper-btn-next,
.test-schedule-swiper-btn-prev {
    position: absolute;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: #3366CC;
    border-radius: 999px;
    top: unset;
    left: unset;
}

.test-schedule-swiper-btn-next:focus,
.test-schedule-swiper-btn-prev:focus {
    box-shadow: none;
}

.test-schedule-swiper-btn-next.swiper-button-disabled,
.test-schedule-swiper-btn-prev.swiper-button-disabled {
    background: #E4E7EC;
    opacity: 1;
}

.test-schedule-swiper-btn-prev {
    right: 54px;
}

.test-schedule-swiper-btn-next {
    right: 10px;
}

.test-schedule-swiper-btn-next::after,
.test-schedule-swiper-btn-prev::after {
    color: #fff;
    font-size: 16px;
}

.trki-about-cont {
    display: flex;
    gap: 8%;
    align-items: flex-start;
}

.trki-about-image {
    aspect-ratio: 1 / 0.6;
    background-image: url("/wp-content/themes/neve/assets/img/testing/trki_header.jpg");
    border-radius: 16px;
    background-position: center center;
    background-size: cover;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 40%;
    width: 100%;
}

.trki-about-info {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-self: stretch;
}

.trki-about-info-text {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trki-about-levels-cont {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.trki-about-levels-cont.cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.trki-level-card {
    display: flex;
    padding: 40px 24px 32px 24px;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.trki-level-card-title-cont {
    display: flex;
    gap: 20px;
    align-items: center;
}

.trki-level-badge {
    padding: 4px 8px;
    border-radius: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-shrink: 0;
}

.trki-level-badge.ltblue {
    background-color: #99B3E6;
}

.trki-level-badge.blue {
    background-color: #36C;
}

.trki-level-badge.red {
    background-color: #D24256;
}

.trki-level-title {
    color: #333;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trki-level-card-info {
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trki-test-examples-cont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 20px;
}

.trki-test-example-card {
    display: flex;
    padding: 28px 24px;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    min-height: 220px;
}

.trki-test-example-card.no-min-height {
    min-height: auto;
}

.trki-test-example-title-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.trki-test-example-title-cont.dir-row {
    flex-direction: row;
    align-items: center;
}

.trki-test-example-title {
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.trki-test-example-button {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trki-test-example-button:focus,
.trki-test-example-button:active,
.trki-test-example-button:visited,
.trki-test-example-button:hover {
    color: #fff;
}

.trki-test-example-button.ltblue {
    background-color: #99B3E6;
}

.trki-test-example-button.blue {
    background-color: #36C;
}

.trki-test-example-button.red {
    background-color: #D24256;
}

.trki-test-example-button:hover {
    background-color: #99B3E6;
}

.trki-test-prices {
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.trki-test-prices-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trki-test-prices-table-title {
    border-radius: 10px;
    background: #36C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 4px;
}

.trki-test-prices-table-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trki-test-prices-table-row > div:first-of-type {
    color: #333;
}

.trki-test-prices-table-row > div:nth-of-type(2) {
    color: #36C;
    text-align: right;
    flex-shrink: 0;
}

.prices-table-small-text {
    font-size: 15px;
}

.prices-table-small-text.gray {
    color: #98A2B3;
}

.trki-test-prices-info-block {
    display: flex;
    padding: 20px 14px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
}

.trki-test-prices-info-block > div {
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trki-test-prices-info-block.gray {
    background-color: #E4E7EC;
}

.trki-test-prices-info-block.yellow {
    background-color: #FFF7F3;
}

.trki-test-prices-info-block > img {
    padding: 12px;
    border-radius: 24px;
}

.trki-test-prices-info-block.gray > img {
    background-color: #98A2B3;
}

.trki-test-prices-info-block.yellow > img {
    background-color: #FEF0C7;
}

.trki-certificate-examples-title {
    color: #98A2B3;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.trki-certificate-examples-images-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.trki-certificate-examples-image {
    width: 100%;
    max-width: 678px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.testing-page-subheader {
    border-radius: 8px;
    background-color: #36C;
    color: var(--white, #FFF);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 125px;
    min-width: 60%;
    width: fit-content;
    z-index: 1;
    position: relative;
}

.testing-page-subheader > img {
    position: absolute;
    left: 23px;
    top: 0;
}

.testing-article-sub-title {
    color: #99B3E6;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testing-cert-examples-gray-block {
    padding: 20px 24px;
    border-radius: 10px;
    background: #E4E7EC;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    max-width: 1376px;
}

.trki-certificate-examples {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testing-dist-prices-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
}

@media screen and (max-width: 1850px) {
    .test-schedule{
        display: grid;
        grid-template-areas: "calen schedule"
                            "cards cards";
    }
    .test-schedule-block{
        grid-area: calen;
    }
    .test-schedule-info{
        flex-direction: column;
    }
    .test-schedule-sign{
        grid-area: schedule;
        height: auto;
        gap: 20px;
        width: 100%;
    }
    .test-schedule-feats{
        grid-area: cards;
        width: 100%;
        flex-direction: row;
    }
    .test-schedule-feat{
        width: 25%;
    }
}

@media screen and (max-width: 1600px) {
    .trki-about-levels-cont.cols-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1560px) {
    .foreign-test-cards{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .foreign-test-card{
        width: 100%;
    }
}
@media screen and (max-width: 1400px) {
    .test-schedule-feats{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .test-schedule-feat{
        width: 100%;
    }
    .test-vars{
        flex-direction: column;
        align-items: flex-start;
    }
    .trki-info{
        flex: none;
        width: 100%;
        gap: 20px;
    }
    .testing-hero{
        flex-direction: column-reverse;
    }
    .testing-hero-side{
        width: 100%;
        flex-wrap: nowrap;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        height: auto;
    }
    .testing-hero-block,
    .testing-hero-wide-block{
        width: 100%;
    }
    .testing-hero-img{
        flex: none;
        width: 100%;
        height: 400px;
    }
    .testing-hero-img img{
        width: 100%;
        height: 400px;
    }
    .test-schedule{
        display: flex;
        flex-direction: column;
    }
    .test-schedule-block{
        width: 100%;
    }

    .testing-dist-prices-cont {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 1280px) {
    .test-contacts{
        flex-direction: column;
    }
    .test-contacts-info{
        width: 100%;
    }
    .test-schedule-slider{
        overflow: hidden;
    }

    .trki-about-cont {
        flex-direction: column;
        gap: 40px;
    }

    .trki-about-image {
        aspect-ratio: 1 / 0.5;
    }

    .trki-about-levels-cont {
        grid-template-columns: 1fr 1fr;
    }

    .trki-about-levels-cont.cols-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .trki-about-levels-cont {
        grid-template-columns: 1fr;
    }

    .trki-about-levels-cont.cols-4 {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width: 768px) {
    .testing-hero-img{
        height: 200px;
    }
    .testing-hero-side{
        display: flex;
        flex-direction: column;
    }
    .testing-hero{
        margin-bottom: 32px;
    }
    .trki-info{
        padding: 20px;
    }
    .trki-title{
        gap: 20px;
    }
    .trki-title-text{
        font-size: 14px;
    }
    .trki-title img{
        height: 32px;
        width: 32px;
        padding: 8px;
        border-radius: 6px;
    }
    .trki-desc{
        font-size: 12px;
    }
    .trki-tags{
        flex-wrap: wrap;
    }
    .trki-tag{
        font-size: 12px;
    }
    .foreign-test{
        padding: 20px;
    }
    .foreign-test-label{
        font-size: 14px;
    }
    .foreign-test-desc{
        font-size: 12px;
    }
    .foreign-test-card-label{
        font-size: 12px;
    }
    .foreign-test-card-desc{
        font-size: 12px;
    }
    .foreign-test-cards{
        display: flex;
        flex-direction: column;
    }
    .foreign-test-card{
        flex: none;
    }
    .test-vars-docs.width700,
    .test-vars-docs{
        width: 100%;
        margin-bottom: 32px;
    }
    .test-schedule-label{
        font-size: 12px;
    }
    .test-schedule-calendar-month{
        font-size: 16px;
    }
    .test-schedule-calendar-day{
        font-size: 12px;
        white-space: normal;
        width: 24px;
        height: 24px;
    }
    .test-schedule-day-of-week{
        font-size: 8px;
    }
    .test-schedule-calendar{
        flex: 0 0 320px;
        padding: 20px;
    }
    .test-schedule-calendar-days{
        gap: 8px;
    }
    .test-schedule-title{
        font-size: 14px;
    }
    .test-schedule-mail{
        font-size: 12px;
    }
    .test-schedule-sign-desc{
        font-size: 12px;
    }
    .test-schedule-sign-bold{
        font-size: 12px;
    }
    .test-schedule-sign-btn{
        font-size: 12px;
    }
    .test-schedule-feats{
        display: flex;
        flex-direction: column;
    }
    .test-schedule-feat-text{
        font-size: 12px;
    }
    .test-schedule{
        margin-bottom: 32px;
    }
    .test-contacts-label{
        font-size: 16px;
    }
    .test-contact-item-label{
        font-size: 12px;
    }
    .test-contact-item-value{
        font-size: 14px;
    }
    .test-contact-item-desc{
        font-size: 14px;
    }
    .test-contacts{
        margin-bottom: 96px;
    }
    .testing-hero-wide-block,
    .testing-hero-block{
        font-size: 12px;
    }

    .trki-about-info-text {
        font-size: 12px;
    }

    .trki-level-badge {
        font-size: 14px;
    }

    .trki-level-title {
        font-size: 14px;
    }

    .trki-level-card-info {
        font-size: 12px;
    }

    .trki-test-example-title {
        font-size: 12px;
    }

    .trki-test-example-button {
        font-size: 16px;
    }

    .trki-test-example-button > img {
        width: 20px;
        height: 20px;
    }

    .trki-test-prices-table-title {
        font-size: 14px;
    }

    .trki-test-prices-table-row > div {
        font-size: 14px;
    }

    .prices-table-small-text {
        font-size: 12px;
    }

    .trki-test-prices-info-block > div {
        font-size: 12px;
    }

    .trki-test-prices-info-block > img {
        width: 32px;
        height: 32px;
        padding: 8px;
    }

    .trki-certificate-examples-title {
        font-size: 14px;
    }

    .testing-page-subheader {
        font-size: 18px;
        padding: 10px 20px 10px 80px;
    }

    .testing-page-subheader > img {
        width: 40px;
    }

    .testing-article-sub-title {
        font-size: 14px;
    }

    .testing-cert-examples-gray-block {
        font-size: 12px;
        padding: 10px 12px;
    }

    .trki-about-levels-cont.cols-4 {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width: 480px) {
    .swiper-slide.test-schedule-swiper-slide,
    .test-schedule-calendar {
        width: 100%;
    }

    .trki-about-cont {
        gap: 20px;
    }

    .trki-test-example-card {
        min-height: auto;
        padding: 16px 24px;
    }

    .trki-test-prices-info-block {
        padding: 16px 12px;
    }


}