

/* Start:/local/components/dev/cookie.agreement/templates/.default/style.css?17788346661943*/
#cookie-agreement-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E7EDF2;
    color: #333333;
    padding: 18px 24px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    display: none;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9999;
    border-top: 1px solid #e8e8e8;
    max-width: 100%;
    box-sizing: border-box;
}

#cookie-agreement-popup.show {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translateY(0);
}

.cookie-message-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
}

#cookie-agreement-popup .cookie-message {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.cookie-message a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.cookie-message a:hover {
    color: #0d5bba;
    text-decoration: underline;
}

#cookie-agreement-accept {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width: fit-content;
    padding: 8px 16px;
    text-transform: none;
}

/* Адаптивность */
@media (max-width: 991px) {
    #cookie-agreement-popup {
        padding: 4px 5px;
        bottom: 55px;
        border-radius: 10px;
        left: 0;
    }

    #cookie-agreement-popup .cookie-message {
        font-size: 11px;
        margin-bottom: 0px;
        width: 70%;
    }

    .cookie-message-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
    }

    #cookie-agreement-accept {
        margin-left: 0;
        margin-top: 8px;
    }
}
/* End */


/* Start:/local/templates/toplist/styles.css?177998785164*/
.toplist-site-template {
    margin: 0;
    background: #fff;
}

/* End */


/* Start:/local/templates/toplist/template_styles.css?178030898414403*/
.toplist-site-template {
    margin: 0;
    background: #fff;
    color: #242731;
    font-family: "Source Sans 3", Arial, sans-serif;
}
.toplist-header {
    background: #fff;
    border-bottom: 1px solid #eef0f4;
}
.toplist-header__inner {
    width: min(1240px, calc(100% - 40px));
    min-height: 84px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 208px minmax(220px, 1fr) auto 190px;
    gap: 16px;
    align-items: center;
}
.toplist-header__logo {
    display: block;
    width: 208px;
}
.toplist-header__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.toplist-header__caption {
    max-width: 202px;
    margin: 0;
    padding-left: 16px;
    border-left: 1px solid #dddfe3;
    color: #66686f;
    font-size: 13px;
    line-height: 1.3;
}
.toplist-header__contact {
    display: grid;
    gap: 3px;
    justify-items: end;
}
.toplist-header__online {
    position: relative;
    color: #66686f;
    font-size: 14px;
    line-height: 1.16;
}
.toplist-header__online::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: url("/top-list-populyarnye-franshizy/toplist-franchise/images/tild3736-6239-4230-a432-373435333734__svg.svg") center / contain no-repeat;
}
.toplist-header__phone {
    color: #242731;
    font-size: 18px;
    line-height: 1.23;
    font-weight: 600;
    text-decoration: none;
}
.toplist-header__button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ec4e1e;
    color: #fff;
    font-size: 15px;
    line-height: 1.31;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.toplist-header__button:hover {
    background: #d44519;
    color: #fff;
}
.toplist-footer {
    margin-top: 48px;
    background: #f4f5f8;
}
.toplist-footer__inner {
    width: min(1240px, calc(100% - 40px));
    min-height: 338px;
    margin: 0 auto;
    padding: 80px 0 40px;
    display: grid;
    grid-template-columns: 300px minmax(0, 715px);
    gap: 225px;
}
.toplist-footer__brand img {
    display: block;
    width: 208px;
    height: auto;
}
.toplist-footer__links {
    display: grid;
    gap: 8px;
    margin-top: 84px;
    color: #66686f;
    font-size: 14px;
    line-height: 1.4;
}
.toplist-footer__links a {
    color: inherit;
    text-decoration: none;
}
.toplist-footer__links a:hover {
    color: #242731;
}
.toplist-footer__title {
    position: relative;
    margin-bottom: 16px;
    padding-left: 32px;
    color: #242731;
    font-size: 16px;
    line-height: 1.26;
    font-weight: 600;
}
.toplist-footer__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 22px;
    height: 22px;
    background: url("/top-list-populyarnye-franshizy/toplist-franchise/images/tild3234-3064-4638-b932-666565393139__information-circle.svg") center / contain no-repeat;
}
.toplist-footer__info p {
    margin: 0;
    color: #66686f;
    font-size: 14px;
    line-height: 1.4;
}
.toplist-popup-open {
    overflow: hidden;
}
.toplist-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.toplist-popup.is-open {
    display: flex;
}
.toplist-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(36, 39, 49, .46);
}
.toplist-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(500px, 100%);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 26px 80px rgba(36, 39, 49, .24);
}
.toplist-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.toplist-popup__close img {
    display: block;
    width: 100%;
    height: 100%;
}
.toplist-popup__header {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
    padding-right: 28px;
}
.toplist-popup__header h2 {
    margin: 0;
    color: #242731;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 600;
}
.toplist-popup__header p {
    width: min(368px, 100%);
    margin: 0;
    color: #66686f;
    font-size: 16px;
    line-height: 1.44;
}
.toplist-popup__dialog_business {
    width: min(560px, 100%);
    padding: 44px 50px 46px;
    border-radius: 20px;
}
.toplist-popup__header_center {
    padding: 0;
    text-align: center;
}
.toplist-popup__header_center h2 {
    font-size: 30px;
    line-height: 1.18;
}
.toplist-popup__header_center p {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.45;
}
.toplist-placement-form {
    display: grid;
    gap: 12px;
}
.toplist-placement-form input[type="text"],
.toplist-placement-form input[type="tel"],
.toplist-placement-form input[type="email"],
.toplist-placement-form select {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 16px;
    border: 1px solid #dddfe3;
    border-radius: 10px;
    background: #fff;
    color: #242731;
    font: 400 14px/1.2 "Source Sans 3", Arial, sans-serif;
    outline: none;
}
.toplist-placement-form input::placeholder {
    color: rgba(36, 39, 49, .5);
}
.toplist-placement-form input:focus,
.toplist-placement-form select:focus {
    border-color: #ec4e1e;
}
.toplist-business-form {
    gap: 14px;
}
.toplist-business-form input[type="text"],
.toplist-business-form input[type="tel"],
.toplist-business-form input[type="email"],
.toplist-business-form select {
    height: 60px;
    font-size: 16px;
}
.toplist-business-form__field {
    display: grid;
    gap: 7px;
    color: #242731;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}
.toplist-business-form__field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #242731 50%), linear-gradient(135deg, #242731 50%, transparent 50%);
    background-position: calc(100% - 19px) 50%, calc(100% - 13px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}
.toplist-placement-form__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #66686f;
    font-size: 14px;
    line-height: 1.35;
}
.toplist-placement-form__check input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    flex: 0 0 18px;
    accent-color: #ec4e1e;
}
.toplist-placement-form__check a {
    color: #ec4e1e;
    text-decoration: none;
    border-bottom: 1px solid #ec4e1e;
}
.toplist-placement-form__message {
    min-height: 0;
    color: #66686f;
    font-size: 14px;
    line-height: 1.35;
}
.toplist-placement-form__message.is-success {
    color: #079a31;
}
.toplist-placement-form__message.is-error {
    color: #d7471b;
}
.toplist-placement-form button[type="submit"] {
    width: 100%;
    height: 50px;
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    background: #ec4e1e;
    color: #fff;
    font: 600 16px/1.2 "Source Sans 3", Arial, sans-serif;
    cursor: pointer;
    transition: background-color .3s ease;
}
.toplist-placement-form button[type="submit"]:hover,
.toplist-placement-form button[type="submit"]:focus-visible {
    background: #d7471b;
}
.toplist-placement-form button[type="submit"]:disabled {
    cursor: default;
    opacity: .72;
}
.toplist-business-form button[type="submit"] {
    height: 56px;
    margin-top: 4px;
    font-size: 16px;
}
.toplist-success-popup {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.toplist-success-popup.is-open {
    display: flex;
}
.toplist-success-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(36, 39, 49, .48);
}
.toplist-success-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(840px, 100%);
    min-height: 596px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 80px 88px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 26px 90px rgba(36, 39, 49, .22);
    text-align: center;
}
.toplist-success-popup__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.toplist-success-popup__close img {
    display: block;
    width: 100%;
    height: 100%;
}
.toplist-success-popup__icon {
    width: 74px;
    height: 74px;
    margin-bottom: 34px;
}
.toplist-success-popup__title {
    margin-bottom: 24px;
    color: #242731;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}
.toplist-success-popup__text {
    max-width: 600px;
    margin-bottom: 54px;
    color: #66686f;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 400;
}
.toplist-success-popup__button {
    width: min(264px, 100%);
    height: 108px;
    border: 0;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font: 700 24px/1.2 "Source Sans 3", Arial, sans-serif;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .toplist-header__inner {
        grid-template-columns: 208px minmax(180px, 1fr) auto 190px;
    }
    .toplist-footer__inner {
        grid-template-columns: 300px minmax(0, 560px);
        gap: 80px;
        min-height: 398px;
    }
}
@media (max-width: 959px) {
    .toplist-header__inner {
        grid-template-columns: 208px minmax(180px, 1fr) auto;
    }
    .toplist-header__button {
        display: none;
    }
    .toplist-footer__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 566px;
    }
    .toplist-footer__info {
        order: 1;
    }
    .toplist-footer__brand {
        order: 2;
    }
    .toplist-footer__links {
        margin-top: 40px;
    }
}
@media (max-width: 639px) {
    .toplist-header__inner {
        width: min(100% - 20px, 1240px);
        min-height: 90px;
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 8px 14px;
        align-content: center;
    }
    .toplist-header__caption {
        max-width: none;
        padding-left: 14px;
        font-size: 12px;
    }
    .toplist-header__contact {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: end;
        transform: translateY(-20px);
    }
    .toplist-header__online {
        font-size: 13px;
    }
    .toplist-header__phone {
        font-size: 15px;
    }
    .toplist-footer__inner {
        width: min(100% - 20px, 1240px);
        min-height: 630px;
        padding-top: 60px;
    }
}
@media (max-width: 479px) {
    .toplist-header__inner {
        min-height: 104px;
        grid-template-columns: 159px 1fr;
    }
    .toplist-header__logo {
        width: 159px;
        align-self: end;
    }
    .toplist-header__caption {
        align-self: end;
        font-size: 12px;
        line-height: 1.25;
    }
    .toplist-header__contact {
        transform: none;
        grid-column: 1 / -1;
        grid-row: auto;
        justify-self: stretch;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px;
    }
    .toplist-header__online::before {
        left: -20px;
    }
    .toplist-footer__inner {
        min-height: 728px;
    }
    .toplist-popup {
        padding: 20px 5px;
    }
    .toplist-popup__dialog {
        width: min(350px, 100%);
        max-height: calc(100vh - 40px);
        padding: 24px;
        border-radius: 16px;
    }
    .toplist-popup__dialog_business {
        width: min(460px, 100%);
        padding: 34px 30px 32px;
    }
    .toplist-popup__header h2 {
        font-size: 22px;
        line-height: 1.18;
    }
    .toplist-popup__header p,
    .toplist-placement-form__check {
        font-size: 14px;
    }
    .toplist-placement-form input[type="text"],
    .toplist-placement-form input[type="tel"],
    .toplist-placement-form input[type="email"],
    .toplist-placement-form select,
    .toplist-placement-form button[type="submit"] {
        height: 44px;
    }
    .toplist-business-form input[type="text"],
    .toplist-business-form input[type="tel"],
    .toplist-business-form input[type="email"],
    .toplist-business-form select {
        height: 50px;
        font-size: 14px;
    }
    .toplist-business-form__field {
        font-size: 14px;
    }
    .toplist-success-popup {
        align-items: flex-end;
        padding: 20px 0;
    }
    .toplist-success-popup__dialog {
        width: min(400px, calc(100% - 20px));
        min-height: 322px;
        padding: 44px 20px 50px;
        border-radius: 18px;
    }
    .toplist-success-popup__close {
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
    }
    .toplist-success-popup__icon {
        width: 42px;
        height: 42px;
        margin-bottom: 24px;
    }
    .toplist-success-popup__title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.2;
    }
    .toplist-success-popup__text {
        max-width: 310px;
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.45;
    }
    .toplist-success-popup__button {
        width: min(320px, 100%);
        height: 58px;
        font-size: 16px;
    }
}
@media (max-width: 359px) {
    .toplist-header__inner {
        grid-template-columns: 156px 1fr;
    }
    .toplist-header__logo {
        width: 156px;
    }
    .toplist-header__caption {
        font-size: 11px;
    }
    .toplist-footer__inner {
        min-height: 768px;
    }
    .toplist-popup__dialog {
        padding: 22px 20px;
    }
}

@media (max-width: 720px) {
    .toplist-header__inner {
        min-height: 104px;
        grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
        gap: 8px 14px;
        align-content: center;
    }
    .toplist-header__contact {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: stretch;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px;
        transform: none;
    }
    .toplist-header__logo,
    .toplist-header__caption {
        grid-row: 2;
    }
    .toplist-header__online::before {
        left: -20px;
    }
}

/* End */
/* /local/components/dev/cookie.agreement/templates/.default/style.css?17788346661943 */
/* /local/templates/toplist/styles.css?177998785164 */
/* /local/templates/toplist/template_styles.css?178030898414403 */
