/* Для блока text_1 */
.text_1 {
    width: 100%;
    color: #D1C7DE;
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
}

.text_1 > *:first-child {
    margin-top: 0;
}

.text_1 > *:last-child {
    margin-bottom: 0;
}

p {
    margin: 0 0 20px;
    color: #D1C7DE;
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
}

h2,
h3,
h4 {
    margin: 40px 0 20px;
    color: #FFF;
    font-family: Bounded, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

a {
    color: #EA6700;
    text-decoration: none;
    transition: .2s linear;
}

strong,
b {
    color: #FFF;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

ul,
ol {
    margin: 0 0 24px;
    padding-left: 0;
}

ul li,
ol li {
    color: #D1C7DE;
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
}

ul {
    list-style: none;
}

.text_1 ul li, 
.adv_block ul li {
    position: relative;
    display: block;
    padding-left: 32px;
}

.text_1 ul li::before, 
.adv_block ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('/images/svg/check-for-list.svg') no-repeat center center;
    background-size: contain;
}

ol {
    counter-reset: item;
    list-style: none;
}

ol li {
    position: relative;
    display: block;
    padding-left: 36px;
}

ol li::before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

 p img,
img[style*="float: right"] {
    max-width: 420px;
    margin: 0 0 20px 30px;
    float: right;
}

img[style*="float: left"] {
    max-width: 420px;
    margin: 0 30px 20px 0;
    float: left;
}

.text_1::after {
    content: "";
    display: block;
    clear: both;
}

.text_1 blockquote {
    margin: 0 0 24px;
    padding: 24px;
    border-radius: 15px;
    background: #1D0E38;
    color: #FFF;
    font-family: Onest, sans-serif;
    font-size: 18px;
    line-height: 145%;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 24px;
}

table th,
table td {
    padding: 14px 16px;
    border: 1px solid rgba(209, 199, 222, 0.2);
    color: #D1C7DE;
    font-family: Onest, sans-serif;
    font-size: 16px;
    line-height: 145%;
    text-align: left;
}

table th {
    color: #FFF;
    font-weight: 500;
    background: #1D0E38;
}

/* Блок преимуществ */
.company-advantages {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.company-advantages__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-advantages__text p {
    margin: 0;
    color: #D1C7DE;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.company-advantages__text p span {
    color: #FFF;
    font-weight: 500;
}

.company-advantages__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-advantages__title {
    margin: 0;
    color: #FFF;
    font-family: Bounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.company-advantages__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.company-advantages__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    border-radius: 15px;
    background: #1D0E38;
}

.company-advantages__name {
    margin: 0;
    color: #FFF;
    font-family: Onest;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.company-advantages__descr {
    color: #D1C7DE;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

@media (max-width: 990px) {
    .company-advantages {
        gap: 32px;
    }

    .company-advantages__title {
        font-size: 30px;
    }

    .company-advantages__grid {
        grid-template-columns: 1fr;
    }

    .company-advantages__name {
        font-size: 20px;
    }
}

@media (max-width: 540px) {
    .company-advantages {
        gap: 24px;
    }

    .company-advantages__text {
        gap: 16px;
    }

    .company-advantages__text p {
        font-size: 14px;
    }

    .company-advantages__title {
        font-size: 22px;
    }

    .company-advantages__item {
        padding: 18px;
        border-radius: 12px;
        gap: 8px;
    }

    .company-advantages__name {
        font-size: 18px;
    }

    .company-advantages__descr {
        font-size: 14px;
    }
}
/* Секция с ценами */
.pricing-background {
    height: auto;
    background-color: #1D0E38;
    display: flex;
    align-items: center;
    margin-bottom: 6%;
}
.pricing-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 6%;
    gap: 20px;
}
.pricing-title {
    width: 49%; 
    align-self: flex-start;
}
.pricing-title > h2 {
    font-size: 36px;
}
.pricing-subtitle > .title-p {
    width: 100%;
    color: #FFF;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pricing-subtitle, .pricing-card > .text-p {
    color: #D1C7DE;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}
.pricing-subtitle {
    width: 48%;    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.pricing-cards {
    display: flex;
    width: 100%;
    gap: 32px;
    margin-top: 20px;
}
.pricing-card {
    width: 45%;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    border-radius: 15px;
    background: #2C1A4C;
}
.pricing-price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-top: auto;
}
.pricing-price {
    color: #FFF;
    font-family: Bounded;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.pricing-price > .price {
    color: #D1C7DE;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: flex-start;
}
.pricing-price > .num {
    color: #FFF;
    font-family: Bounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pricing-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}
.pricing-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #D1C7DE;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; 
}
@media (max-width: 1114px) and (min-width: 992px){
    .pricing-title {
        width: 75%;
    }
    .pricing-subtitle {
        width: 90%;    
    }
    .pricing-card {
        width: 100%;
    }
    .pricing-cards {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .pricing-title {
        width: 75%;
    }
    .pricing-subtitle {
        width: 90%;    
    }
    .pricing-card {
        width: 100%;
    }
    .pricing-cards {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) and (min-width: 540px){
    .pricing-title {
        width: 80%;
    }
    .pricing-subtitle {
        width: 80%;    
    }
    .pricing-title > h2 {
        font-size: 30px;
    }
    .pricing-subtitle > .title-p {
        font-size: 20px;
    }
     .pricing-card > .title-h3 {
         font-size: 26px;
    }
     .pricing-price-box > p {
        font-size: 22px;
    }
     .pricing-price-box > .pricing-price > .num {
        font-size: 22px;
    }
     .pricing-price-box > .pricing-price > .price {
        font-size: 20px;
    }
    .pricing-features > li {
        font-size: 16px;
    }
    .pricing-card > .link > .more {
        font-size: 18px;
    }
    .pricing-card {
        width: 100%;
    }
    .pricing-cards {
        flex-wrap: wrap;
    }
    .pricing-subtitle > .btn-orange {
        width: 70%;
    }
}
@media (max-width: 539px) {
    .pricing-subtitle {
        width: 100%;    
    }
    .pricing-title {
        width: 80%;
    }
    .pricing-card {
        width: 100%;
    }
    .pricing-cards {
        flex-wrap: wrap;
    }
    .pricing-title > h2 {
        font-size: 18px;
    }
    .pricing-subtitle > .title-p {
        font-size: 18px;
    }
    .pricing-subtitle > .text-p {
        font-size: 14px;
    }
    .pricing-card > .text-p {
        font-size: 14px;
    }
     .pricing-card > .title-h3 {
         font-size: 18px;
    }
     .pricing-price-box > p {
        font-size: 18px;
    }
     .pricing-price-box > .pricing-price > .num {
        font-size: 18px;
    }
     .pricing-price-box > .pricing-price > .price {
        font-size: 18px;
    }
     .pricing-features > li {
        font-size: 16px;
    }
    .pricing-card > .link > .more {
        font-size: 16px;
    }
}
/*-----------------------*/

/* Секция со слайдером */
.slider-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.container-slider {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-self: center;
    margin-left: auto;
    margin-bottom: 6%;
}

.slider-title {
    display: inline-flex;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.slider-title > .title-h2 {
    color: #FFF;
    font-family: Bounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.slider-title > .title-p {
    color: #D1C7DE;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.slider-title > .title-h2,
.slider-title > .title-p {
    width: 50%;
}

.slider-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider_items {
    display: flex;
    align-items: stretch;
}

.slider_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    box-sizing: border-box;
}

.slider_item .licens {
    display: block;
    width: 100%;
}

.slider_item img {
    display: block;
    width: 100%;
    max-width: 740px;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
    margin: 0 auto;
}

.slider-container .swiper-button-next,
.slider-container .swiper-button-prev {
    color: #fff;
}

.slider-container .swiper-pagination-bullet {
    background-color: #fff;
}

@media (max-width: 1314px) and (min-width: 992px) {
    .slider-section {
        overflow: hidden;
    }

    .container-slider {
        max-width: 100%;
        margin-left: auto;
    }

    .slider-container {
        margin-left: 0;
    }

    .slider-title > .title-h2 {
        font-size: 30px;
    }

    .slider-title > .title-p {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider-section {
        overflow: hidden;
    }

    .container-slider {
        max-width: 100%;
        margin-left: auto;
    }

    .slider-container {
        margin-left: 0;
    }

    .slider-title > .title-h2,
    .slider-title > .title-p {
        width: 100%;
    }

    .slider-title > .title-h2 {
        font-size: 30px;
    }

    .slider-title > .title-p {
        font-size: 20px;
    }

    .to-gallery {
        font-size: 18px;
    }
}

@media (max-width: 768px) and (min-width: 540px) {
    .slider-section {
        overflow: hidden;
    }

    .container-slider {
        max-width: 100%;
        margin-left: auto;
    }

    .slider-container {
        margin-left: 0;
    }

    .slider-title > .title-h2,
    .slider-title > .title-p {
        width: 100%;
    }

    .slider-title > .title-h2 {
        font-size: 30px;
    }

    .slider-title > .title-p {
        font-size: 20px;
    }

    .to-gallery {
        font-size: 18px;
    }
}

@media (max-width: 539px) {
    .slider-section {
        overflow: hidden;
    }

    .container-slider {
        max-width: 100%;
        margin-left: auto;
    }

    .slider-container {
        margin-left: 0;
    }

    .slider-title > .title-h2,
    .slider-title > .title-p {
        width: 100%;
    }

    .slider-title > .title-h2 {
        font-size: 26px;
    }

    .slider-title > .title-p {
        font-size: 14px;
    }

    .to-gallery {
        font-size: 16px;
    }
}