.active-app {
    background: #fff;
}

.gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 5.73%, rgba(0, 136, 255, .20) 47.58%, rgba(255, 255, 255, .5) 86.05%);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 690px;
}


.br-phone {
    display: block;
}

@media (min-width:378px) {
    .br-phone {
        display: none;
    }
}

.br-tablet-pc {
    display: none;
}

@media (min-width: 768px) {
    .br-tablet-pc {
        display: block;
    }
}

.freightIndexPricing {
  padding: 40px 0 100px 0;
}

p,
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
    height: 100%;
}

label {
    margin: 0;
    padding: 0;
}

button {
    border: none;
    outline: none;
    background: none;
}

.br-tablet {
    display: none;
}

@media (min-width: 768px) {
    .br-tablet-pc {
        display: block;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.fi-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.41;
    color: #000c37
}

@media (min-width: 768px) {
    .fi-title {
        font-size: 44px;
        font-weight: 600;
        line-height: 1.22;
    }
}

@media (min-width: 1200px) {
    .fi-title {
        font-size: 48px;
        font-weight: 600;
        line-height: 1.25;
    }
}

.switch-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.switch-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #7a8ca5;
    transition: color 0.3s ease;
    cursor: pointer;
}

.switch-label.active {
    color: #000c37;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #000c37;
    border-radius: 32px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.slider::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    left: 2px;
    top: 2px;
    bottom: 0;
    background-color: #FFF;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider:before {
    transform: translateX(14px);
}

.switch input + .slider {
  transition: 0.4s;
}

.switch.no-transition input + .slider {
  transition: none;
}

.switch.no-transition .slider::before {
  transition: none;
}

input:checked ~ #monthly-label {
    color: #7a8ca5;
}

input:checked ~ #annually-label {
    color: #030b32;
}

.type-programm-section {
    padding-top: 40px;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .content-wrapper {
        gap: 40px;
    }
}

@media (min-width: 1200px) {
    .content-wrapper {
        flex-direction: row;
        gap: 24px;
    }
}

.arrows {
    display: none;
}

@media (min-width: 768px) {
    .arrows {
        display: flex;
        align-items: center;
        gap: 40px;
    }
}

@media (min-width: 1200px) {
    .arrows {
        display: none;
    }
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    height: 17px;
    margin-top: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #6e7e92;
}

@media (min-width: 768px) {
    .type-programm {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .type-programm {
        all: unset;
        width: 250px;
    }
}

.apps-list {
    display: none;
}

@media (min-width:1200px) {
    .apps-list {
        display: block;
    }
}

@media (min-width: 1200px) {
    .type-programm ul li:not(:last-child),
    .items-type-program:not(:last-child) {
        margin-bottom: 8px;
    }
}

.items-type-program {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0px 4px 15px 0px rgba(58, 112, 191, 0.1);
}

.items-type-program p {
    font-weight: 600;
    color: #000c37;
    line-height: 1.57;
}

.items-type-program img {
    width: 24px;
    height: 24px;
}

.tools,
.packages {
    display: none;
}

@media (min-width: 1200px) {
    .tools,
    .packages {
        display: block;
        margin-bottom: 8px;
        padding: 0 16px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        color: #9ea9b9;
    }
}

.packages {
    margin-top: 16px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    padding: 0 0 24px;
    gap: 16px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    width: 288px;
    height: 440px;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 15px 0px rgba(58, 112, 191, 0.1);
    background: #fff;
}

.hidden-block {
  display: none;
}

.bottom-content {
    margin-top: auto;
}

.plan-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.plan-item {
    display: flex;
    align-items: start;
    gap: 8px;
}

.plan-item img {
    width: 16px;
    height: 16px;
}

.plan-item span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
}

.plan-title {
    text-align: center;
    color: #000c37;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

.plan-discount {
    text-align: center;
    color: #f20c43;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
    text-decoration: line-through;
    height: 26px;
}

.plan-price {
    text-align: center;
    color: #000c37;
    font-size: 36px;
    line-height: 1.33;
    font-weight: 600;
}

.plan-period {
    height: 20px;
    text-align: center;
    color: #000c37;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 24px;
}

.button-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 8px;
    background: #000c37;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
    color:#fff;
    width: 100%;
}

.button-pay:hover {
    opacity: 0.9;
    color: #fff;
}
