#content {
    display: none;
}

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

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo h1 {
    font-size: 24px;
    line-height: 100%;
}

.hero {
    background: #f3f6fb;
}

.hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero__content {
    max-width: 616px;
}

.hero__content h2 {
    color: #253541;
    font-size: 58px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 40px;
}

.hero__content .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 55px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #818fb2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero__img {
    min-width: 445px;
    height: 360px;
}

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

.track-search {
    background: #f3f6fb;
    padding-bottom: 20px;
}

.track-search h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 14px;
}

.track-search p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 3px;
}

.track-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.track-search__form .error {
    width: 100%;
    background: #f95d51;
    padding: 16px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.track-search__form .res-info {
    width: 100%;
    background: #FFF3E8;
    padding: 16px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.track-search__form .res-info h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FF7B4B;
    margin-bottom: 10px;
}

.track-search__form .res-info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #3F3C3C;
    max-width: 900px;
}

.track-search__form .error p {
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.track-search input {
    width: calc(100% - 188px);
    color: #818fb2;
    border: 1px solid #818fb2;
    border-radius: 12px;

    margin: 0;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
}

.track-search button {
    color: #ffffff;
    background-color: #fb4070;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    max-width: 168px;
    width: 100%;
    height: 60px;
}

.service {
    background-image: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(35, 78, 173, 1)),
        color-stop(78%, rgba(17, 53, 131, 1))
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(35, 78, 173, 1) 0%,
        rgba(17, 53, 131, 1) 78%
    );
    background-image: linear-gradient(
        0turn,
        rgba(35, 78, 173, 1) 0%,
        rgba(17, 53, 131, 1) 78%
    );
    padding: 78px 0;
}

.service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 14px;
    padding: 0 36px;
}

.service__item {
    width: calc(100% / 4 - 11px);
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 12px 16px 10px 10px;
}

.service__item-img {
    min-width: 52px;
    width: 52px;
    height: 52px;
    background: #4482bc;
    border-radius: 3px;
}

.service__item-2 .service__item-img {
    background: #2b506e;
}

.service__item-3 .service__item-img {
    background: #296ccc;
}

.service__item-4 .service__item-img {
    background: #f39c1e;
}

.service__item-5 .service__item-img {
    background: #1069ba;
}

.service__item-6 .service__item-img {
    background: #00ace1;
}

.service__item-7 .service__item-img {
    background: #5a66fb;
}

.service__item-8 .service__item-img {
    background: #f67814;
}

.service__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service__item-desc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.service__item-desc p {
    color: #201919;
    font-size: 13px;
    line-height: 100%;
    font-weight: 900;
}

.service__item-desc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #fb4070;
    border-radius: 50%;
}

.service__item-desc a svg {
    width: 12px;
    height: 12px;
}

.advantages {
    padding: 50px 0;
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.advantages__item {
    max-width: 360px;
}

.advantages__item h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.advantages__item p {
    font-size: 18px;
    line-height: 26px;
}

.section {
    background: #f3f6fb;
    padding: 90px 0 20px;
}

.section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.section__left {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.section__left-item h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
}

.section__left-item p {
    font-size: 20px;
    line-height: 1.55;
}

.section__img {
    width: 560px;
}

.section__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.track-code {
    padding: 60px 0 45px;
}

.track-code__info {
    background: #f3f6fb;
    padding: 30px 20px 28px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.track-code__info svg {
    min-width: 24px;
}

.track-code__info p {
    font-size: 18px;
    line-height: 26px;
}

.block-blue {
    background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(35, 78, 173, 1)),
        color-stop(78%, rgba(17, 53, 131, 1))
    );
    background: -o-linear-gradient(
        bottom,
        rgba(35, 78, 173, 1) 0%,
        rgba(17, 53, 131, 1) 78%
    );
    background: linear-gradient(
        0turn,
        rgba(35, 78, 173, 1) 0%,
        rgba(17, 53, 131, 1) 78%
    );
    padding: 30px 0 60px;
}

.block-blue h3 {
    font-size: 28px;
    line-height: 1.17;
    margin-bottom: 14px;
    color: #ffffff;
}

.block-blue li {
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

.marketplace {
    background: #ffffff;
}

.section__left-item p + p {
    margin-top: 30px;
}

.notice {
    padding: 60px 0 45px;
}

.notice__info {
    background: #f3f6fb;
    padding: 30px 20px 28px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.notice__info svg {
    min-width: 24px;
}

.notice__info p {
    font-size: 18px;
    line-height: 26px;
}

.faq {
    padding: 60px 0 90px;
}

.dropdown:nth-child(1) {
    border-top: 1px solid #d9d9d9;
}

.dropdown {
    padding: 27px 0 0 0;
    border-bottom: 1px solid #d9d9d9;
}

.dropdown.active {
    padding: 27px 0 27px 0;
}

.dropdown.active span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.dropdown__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    margin-bottom: 27px;
    gap: 10px;
}

.dropdown__header p {
    font-size: 24px;
    line-height: 1.35;
    font-weight: bold;
}

.dropdown__header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown__header:hover span {
    background-color: #eee;
}

.dropdown__content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown__content p,
.dropdown__content ul li {
    font-size: 18px;
    line-height: 26px;
}

.dropdown__content ul {
    padding-left: 20px;
}

.dropdown__content ul li {
    list-style: disc;
}

.footer {
    background: #818fb2;
    padding: 50px 0;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .logo h1 {
    color: #ffffff;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.footer ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .hero__content {
        max-width: 500px;
    }

    .hero__content h2 {
        font-size: 48px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1056px) {
    .service {
        padding: 30px 0;
    }

    .service__item {
        width: calc(100% / 3 - 10px);
    }
}

@media screen and (max-width: 960px) {
    .header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .logo h1 {
        font-size: 20px;
    }

    .faq, 
    .section,
    .notice,
    .block-blue {
        padding: 40px 0;
    }

    .hero__content h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .hero__content .button {
        width: 184px;
        height: 42px;
        line-height: 100%;
    }

    .advantages__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .advantages__item {
        max-width: 100%;
    }

    .advantages__item h4 {
        margin-bottom: 12px;
    }

    .advantages__item br {
        display: none;
    }

    .hero__inner,
    .section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .section__left {
        max-width: 100%;
    }

    .section__img {
        max-width: 100%;
        margin: 0 auto;
    }

    .track-code,
    .notice {
        padding: 0;
        background: #f3f6fb;
    }

    .track-search__form .res-info h4 {
        font-size: 20px;
        line-height: 100%;
    }

    .track-search__form .res-info p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 820px) {
    .service__item {
        width: calc(100% / 2 - 10px);
    }

    .section__left-item p {
        font-size: 16px;
        line-height: 130%;
    }

    .section__left-item p + p {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .hero__content h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .hero__content .button {
        font-size: 12px;
        line-height: 100%;
        width: 146px;
        height: 37px;
    }

    .footer__inner,
    .service__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer__inner {
        gap: 12px;
    }

    .service__list {
        gap: 8px 14px;
        padding: 0;
    }

    .service__item {
        width: 100%;
    }

    .service__item-desc a {
        width: 30px;
        height: 30px;
    }

    .service__item-desc a svg {
        width: 8px;
        height: 8px;
    }

    .service__item-img {
        min-width: 39px;
        width: 39px;
        height: 39px;
    }

    .hero__img {
        min-width: 100%;
        height: auto;
    }

    .footer ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 8px 12px;
    }

    .footer ul li a {
        font-size: 12px;
    }

    .dropdown {
        padding: 18px 0 0 0;
    }

    .dropdown.active {
        padding: 18px 0;
    }

    .dropdown__header {
        margin-bottom: 18px;
    }

    .dropdown__header p {
        font-size: 16px;
    }

    .dropdown__header span {
        min-width: 30px;
        height: 30px;
    }

    .dropdown__header span svg {
        width: 16px;
        height: 16px;
    }

    .dropdown__content p,
    .dropdown__content ul li {
        font-size: 14px;
        line-height: 140%;
    }

    .track-search input {
        width: 100%;
    }

    .track-search__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

    .track-search button {
        max-width: 100%;
    }

    .advantages__item p {
        font-size: 16px;
    }

    .track-code__info {
        padding: 0 0 30px;
        gap: 8px;
    }

    .notice__info {
        padding: 30px 0;
        gap: 8px;
    }

    .track-code__info p,
    .notice__info p {
        font-size: 14px;
        line-height: 18px;
    }

    .block-blue h3 {
        font-size: 24px;
        line-height: 120%;
    }
}