
.ck-content ol li {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    color: #000000;
    text-align: left;
    line-height: normal;
    list-style-type: decimal;
    padding-left: 10px;
    margin-bottom: 7px;
}

.ck-content ul li::marker, ol li::marker {
    color: #a29470;
    margin-left: 10px;
}

.ck-editor__main h1 a:hover,
.ck-editor__main h2 a:hover,
.ck-editor__main h3 a:hover,
.ck-editor__main h4 a:hover,
.ck-editor__main h5 a:hover,
.ck-editor__main h6 a:hover {
  color: #a29470 !important; /* или нужный тебе цвет */
}

.ck-content li[data-list-item-id] {
    padding-left: unset;
    list-style-type: unset;
    color: unset;
    font-size: unset;
}

.ck-content li[data-list-item-id]::marker {
    /* color: unset; */
    margin-left: unset;
}

.rating-scale {
    background-color: #d8d3c0;
    border: 1px solid #d8d3c0;
    height: 30px;
    margin-bottom: 14px;
    overflow-x: visible;
    white-space: nowrap
}

.ck-content .dash-list {
    list-style-type: '-' !important;
}

.ck-content .dash-list li {
    padding-left: 10px;
}

.button-send {
    padding: 8px 24px 8px 24px;
    border-radius: 4px;
    background-color: #144380;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    color: #ffffff;
    font-size: 16px;
    width: fit-content;
    border: none;
}

.personal-reception-error {
    position: relative;
    margin: 0 80px 30px 80px;
    padding: 18px 18px 18px 40px;
    border-radius: 4px;
    background-color: #f5dbe2;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .personal-reception-error {
        margin: 0;
        margin-bottom: 30px;
    }
}

.personal-reception-error__icon{
    position: absolute;
    top: 20px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
}

.personal-reception-error h3{
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.personal-reception-error p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.el-reception {
    display: grid;
    border-radius: 12px;
    background-color: #f5f5f5;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.el-reception > :first-child {
    margin-top: 0;
}

.el-reception > :last-child {
    margin-bottom: 0;
}

.contacts-block {
    width: 100%;
    margin-bottom: 20px !important;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1300px) {
    .contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .contacts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .contacts-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 7px;
    }
}

.contacts-card {
    display: flex;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

@media (max-width: 600px) {
    .contacts-card {
        background-color: #f5f5f5;
    }
}

.contacts-card__phone:hover {
    color: #a29470;
    text-decoration: underline;
}

.contacts-card__inner {
    padding: 30px;
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
}

.contacts-card__inner p {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .contacts-card__inner {
        padding: 20px;
        grid-template-rows: auto auto;
        gap: 10px;
    }
}

.contacts-card__title {
    font-family: "PT Sans Bold", "PT Sans", sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.contacts-card__phones {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

.contacts-card__phone {
    font-family: "PT Sans Bold", "PT Sans", sans-serif;
    font-weight: bold;
    color: #1a457e;
    font-size: 26px;
}

@media (max-width: 600px) {
    .contacts-card__phone {
        font-size: 18px;
    }
}

.reg-uk {
    max-width: 317px;
    max-height: 72px;
    border-radius: 12px;
    background-color: #f7f3e5;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.reg-uk:hover {
    background-color: #f6ebc3;
    text-decoration: none;
}

.reg-uk__img {
    background-color: #f6ebc3;
    padding: 12px;
    clip-path: circle(50%);
    margin-right: 15px;
}

.reg-uk span,
.reg-uk h5 {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    line-height: normal;
    margin-bottom: 0;
}

/* Banner styles */
[class^="banner_"][class$="_1"],
[class^="banner_"][class$="_2"],
[class^="banner_"][class$="_3"],
[class^="banner_"][class$="_4"] {
    display: flex;
    align-items: center;
    border-radius: 12px;
    gap: 16px;
    width: 100%;
    max-width: 440px;
    aspect-ratio: 440 / 120;
    background: #f9f9f9;
    padding-left: 18px;
    box-sizing: border-box;
}

[class^="banner_"][class$="_2"],
[class^="banner_"][class$="_3"] {
    gap: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}

[class^="banner_"][class$="_1"],
[class^="banner_"][class$="_4"] {
    padding-right: 8px;
}

.banner_1_1 .img,
.banner_2_1 .img,
.banner_3_1 .img,
.banner_4_1 .img,
.banner_1_4 .img,
.banner_2_4 .img,
.banner_3_4 .img,
.banner_4_4 .img {
    width: 17%;
    aspect-ratio: 75 / 83;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_1_2 .img,
.banner_2_2 .img,
.banner_3_2 .img,
.banner_4_2 .img,
.banner_1_3 .img,
.banner_2_3 .img,
.banner_3_3 .img,
.banner_4_3 .img {
    width: 25%;
    aspect-ratio: 109 / 117;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    margin-top: auto;
}

[class^="banner_"] .banner__text {
    flex: 1;
    padding: 4px 0;
}

[class^="banner_1"][class*="_"] {
    background-color: #E3E7F2;
}

[class^="banner_2"][class*="_"] {
    background-color: #1D4786;
}

[class^="banner_3"][class*="_"] {
    background-color: #EFE8D5;
}

.banner_1_1 .img,
.banner_1_4 .img {
    background-image: url("/assets/img/banner_1_1.png");
}

.banner_2_1 .img,
.banner_2_4 .img {
    background-image: url("/assets/img/banner_2_1.png");
}

.banner_3_1 .img,
.banner_3_4 .img {
    background-image: url("/assets/img/banner_3_1.png");
}

.banner_1_2 .img,
.banner_1_3 .img {
    background-image: url("/assets/img/banner_1_2.png");
}

.banner_2_2 .img,
.banner_2_3 .img {
    background-image: url("/assets/img/banner_2_2.png");
}

.banner_3_2 .img,
.banner_3_3 .img {
    background-image: url("/assets/img/banner_3_2.png");
}

[class^="banner_"][class*="_"] p {
    font-family: "PT Sans Bold", "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 0;
}

.download-icon {
    height: 9px;
    margin-left: 3px;
    margin-top: 1px;
}


@media screen and (max-width: 1380px) {
    [class^="banner_"][class$="_3"] p,
    [class^="banner_"][class$="_4"] p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    [class^="banner_"][class*="_"] p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    [class^="banner_"][class$="_3"] p,
    [class^="banner_"][class$="_4"] p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1070px) {
    [class^="banner_"][class$="_3"] p,
    [class^="banner_"][class$="_4"] p {
        font-size: 14px;
    }
}

@media screen and (max-width: 940px) {
    [class^="banner_"][class$="_3"] p,
    [class^="banner_"][class$="_4"] p {
        font-size: 18px;
    }
}

[class^="banner_"][class*="_"] span {
    font-family: "PT Sans Italic", "PT Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

@media screen and (max-width: 1280px) {
    [class^="banner_"][class*="_"] span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1070px) {
    [class^="banner_"][class$="_3"] span,
    [class^="banner_"][class$="_4"] span {
        font-size: 12px;
    }
}

@media screen and (max-width: 940px) {
    [class^="banner_"][class$="_3"] span,
    [class^="banner_"][class$="_4"] span {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    [class^="banner_"][class$="_3"] span,
    [class^="banner_"][class$="_4"] span {
        font-size: 14px;
    }
}

[class^="banner_1"][class*="_"] p,
[class^="banner_1"][class*="_"] span {
    color: #2B3479;
}

[class^="banner_2"][class*="_"] p,
[class^="banner_2"][class*="_"] span {
    color: #ffffff;
}

[class^="banner_3"][class*="_"] p,
[class^="banner_3"][class*="_"] span {
    color: #292B3C;
}
