/* шрифты */

@font-face {
    font-family: 'Roboto Bold';
    src: url('/assets/website/fonts/Roboto/Roboto-Bold.ttf');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('/assets/website/fonts/Montserrat/Montserrat-Regular.ttf');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('/assets/website/fonts/Montserrat/Montserrat-Bold.ttf');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'RoundsBlack';
    src: url('/assets/website/fonts/RoundsBlack/Rounds Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito SemiBold';
    src: url('/assets/website/fonts/Nunito/Nunito-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

:root {
    --plyr-color-main: #fec617;
}

html, body {
    height: 100%;
}

body.lock {
    overflow: hidden;
}

#loader {
    background: no-repeat scroll center center #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0.8;
}

.phone-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.gegga {
    width: 0;
}
.snurra {
    filter: url(#gegga);
}
.stopp1 {
    stop-color: #f0aed4;
}
.stopp2 {
    stop-color: #9ea5ed;
}
.halvan {
    animation: Snurra1 10s infinite linear;
    stroke-dasharray: 180 800;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
}
.strecken {
    animation: Snurra1 3s infinite linear;
    stroke-dasharray: 26 54;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
}
.skugga {
    filter: blur(5px);
    opacity: 0.3;
    position: absolute;
    transform: translate(3px, 3px);
}
@keyframes Snurra1 {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -403px;
    }
}

noscript {
    position: absolute;
    top: 0;
    width: 100%;
}

noscript .noscript-block {
    border: none;
    padding: 20px;
    z-index: 99999999999;
    position: relative;
    background-color: #FFD845;
    text-align: center;
    font-size: 24px;
}

noscript .noscript-block a {
    text-decoration: underline !important;
}

/* анимация лоадера на странице оформления заказа */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* анимация ленивой загрузки изображений */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mult-magic a:focus,
.mult-magic button:focus {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.mult-magic img {
    user-select: none;
}

.mult-magic .lazy,
.mult-magic .lazy-bg {
    opacity: 0;
}

.mult-magic .lazy.loaded,
.mult-magic .lazy-bg.loaded {
    animation: fadeIn 0.3s ease forwards;
}

.mult-magic .cookie-notice .notice__title span {
    font-family: 'Montserrat Bold', sans-serif !important;
}

.mult-magic .cookie-notice .notice__content {
    font-family: 'Montserrat Regular', sans-serif !important;
}

.mult-magic__wrapper * {
    font-family: 'Montserrat Bold', serif;
}

.mult-magic__wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    min-height: 100%;
}

.mult-magic__fixed-bg {
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
    background-image: url('/assets/mult-magic/img/fon.jpg');
    background-size: auto;
}

.mult-magic-video .mult-magic__fixed-bg {
    background-image: url('/assets/mult-magic/img/fon_video_partners.jpg');
}

.mult-magic__fixed-content {
    position: absolute;
    width: 100%;
}

.mult-magic .btn {
    font-family: 'Roboto Bold', serif !important;
    width: 315px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
	line-height: 20px;
    outline: 0;
    border: none;
    transform: scale(0.9);
    transition: 0.2s all ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background: rgb(245,217,107);
    background: linear-gradient(90deg, rgba(245,217,107,1) 0%, rgba(248,210,59,1) 100%);
    border-radius: 30px;
}

.mult-magic .btn:hover {
    transform: scale(1);
}

.ui-helper-hidden-accessible{
    display: none !important;
}

/* верхний блок, включающий шапку и контент */

.mult-magic__top {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.mult-magic__top * {
    font-family: 'Montserrat Regular';
}

/* шапка */

.mult-magic__top header {
    position: relative;
    z-index: 2;
}

.mult-magic__top header .block {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    height: 180px;
    padding: 0;
}

.mult-magic__top header .body {
    display: flex;
    position: relative;
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.mult-magic__top header .logo {
    display: block;
    width: 100%;
    max-width: 186px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    height: 80px;
    position: absolute;
}

.mult-magic__top header .logo.m-right {
    position: relative;
    margin-right: auto;
}

.mult-magic__top header .burger {
    display: none;
}

.mult-magic__top header .navbar {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.mult-magic__top header .list {
    display: flex;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
}

.mult-magic__top header .list li {
    list-style: none;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mult-magic__top header .list li:first-of-type {
    margin-left: 0;
}

.mult-magic__top header .list li:nth-of-type(2) {
    margin-right: 230px;
}

.mult-magic__top header .list li a {
    color: #333333;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 5px 10px;
}

.mult-magic__top header .list li a:hover {
    border: 2px solid #FFD845 !important;
}

/* бургер меню */

@media screen and (min-width: 320px) and (max-width: 767px) {
    .mult-magic__top header .block {
        height: auto;
    }

    .mult-magic__top header .body {
        flex-direction: column;
        gap: 20px;
    }

    .mult-magic__top header .logo {
        position: relative;
    }

    .mult-magic__top header .navbar {
        padding: 15px;
        max-width: 450px;
    }

    .mult-magic__top header .list {
        flex-direction: column;
        gap: 10px;
    }

    .mult-magic__top header .list li {
        width: 100%;
    }

    .mult-magic__top header .list li a {
        font-size: 18px;
        border: 2px solid #FFD845 !important;
        border-radius: 20px;
    }
}

/* контент верхнего блока */

.mult-magic__top .content {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    z-index: 2;
}

.mult-magic__top .block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.mult-magic__top .info,
.mult-magic__top .images {
    width: 50%;
}

.mult-magic__top .info * {
    font-family: 'RoundsBlack', sans-serif;
}

.mult-magic__top .info .name {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
    margin: 40px 0;
    text-shadow: 2px 2px 2px #5a80f4;
    text-align: center;
}

.mult-magic__top .info .name span {
    width: 137px;
    display: inline-block;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
    left: -8px;
}

.mult-magic__top .info .description {
    margin-bottom: 40px;
    font-family: 'Montserrat Bold', serif;
    text-align: justify;
}

.mult-magic__top .info .btn {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
}

.mult-magic__top .images.podlozhka {
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 443px;
    height: 388px;
    background-position: center;
}

.mult-magic__top .block .character-1 {
    width: auto;
    height: auto;
    margin: 0;
}

.mult-magic__top .title.promo {
    font-family: 'RoundsBlack', sans-serif;
    background-color: transparent;
    color: #5645d2;
    font-size: 24px;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    width: auto;
    max-width: 90%;
    text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96846px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
}

.mult-magic__top .slick-slider {
    height: 100%;
    max-height: 362px;
    max-width: 960px;
    margin: 0 auto 60px;
}

.mult-magic__top .slick-slider .item {
    max-width: 960px;
    padding: 10px;
}

.mult-magic__top .slick-slider .item img {
    max-width: 940px;
    object-fit: contain;
    margin: 0;
    border-radius: 40px;
}

.mult-magic__top .slick-slider .slick-dots {
    padding: 0;
    position: absolute;
    bottom: -25px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.mult-magic__top .slick-slider .slick-dots > li > button {
    line-height: 0;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    user-select: none;
    color: transparent !important;
    border: 0;
    border-radius: 50%;
    outline: none;
    background-color: rgba(127, 158, 243, 0.5);
    margin: 0 7px;
}

.mult-magic__top .slick-slider .slick-dots > li.slick-active > button {
    background-color: rgba(127, 158, 243, 1);
}

.slider:not(.slick-initialized),
.slider:not(.slick-initialized) .item {
    visibility: hidden !important;
}

.slider.slick-initialized {
    visibility: visible !important;
    opacity:1;
    transition: opacity .3s ease-out;
}

.mult-magic__top .placeholder {
    max-width: 940px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 40px;
}

/* заголовок */

.mult-magic .title {
    text-align: center;
    font-family: 'RoundsBlack', sans-serif;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 44px;
}

/* главная страница */

.mult-magic__main {
    position: relative;
}

.mult-magic__main .info-description,
.mult-magic__main .video-examples,
.mult-magic__main .choose-character,
.mult-magic__main .make-order,
.mult-magic__main .remind-birthday,
.mult-magic__main .video-reactions {
    margin-bottom: 50px;
}

/* акции */

.mult-magic__main .discount-title {
    padding: 10px;
    margin: 0 auto 20px;
    border-radius: 40px;
    width: 100%;
    max-width: 630px;
    text-align: center;
    background-color: #fff;
    font-size: 32px;
    position: relative;
    max-height: 65px;
    height: 100%;
}

.mult-magic__main .discount-title .icon {
    object-fit: contain;
    display: block;
    width: auto;
    height: auto;
    max-height: 65px;
    position: absolute;
    left: -10px;
    top: 0;
}

.mult-magic__main .discount-list {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 980px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mult-magic__main .discount-item {
    background-image: url('/assets/mult-magic/img/podlozhka_discount.png');
    background-repeat: no-repeat;
    height: 334px;
    background-size: contain;
    width: 100%;
    max-width: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.mult-magic__main .discount-item .item-title {
    margin: 0;
    max-width: 75%;
    font-size: 36px;
    line-height: 44px;
    font-family: 'Montserrat Bold', serif;
}

.mult-magic__main .discount-item .item-title.percent {
    color: #6DAFE0;
}

.mult-magic__main .discount-item .item-title.exact {
    color: #FF6D00;
}

.mult-magic__main .discount-item p {
    max-width: 75%;
    font-size: 18px;
    font-family: 'Montserrat Regular', serif;
    margin: 10px auto;
    text-align: center;
}

.mult-magic__main .discount-item .star {
    width: 120px;
    height: 103px;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat Bold', serif;
}

.mult-magic__main .discount-item .star.percent {
    background-image: url('/assets/mult-magic/img/star_1.png');
}

.mult-magic__main .discount-item .star.exact {
    background-image: url('/assets/mult-magic/img/star_2.png');
}

/* блок с текстом под слайдером */

.mult-magic__main .info-description .triangle-top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 41px 12px 41px;
    border-color: transparent transparent #6B92E2 transparent;
    transform: rotate(0deg);
    margin: 0 auto;
}

.mult-magic__main .info-description .content {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #6b92e2;
    position: relative;
    box-shadow: none;
    border-radius: 40px;
    text-align: center;
}

.mult-magic__main .info-description .content img {
    position: absolute;
    object-fit: contain;
}

.mult-magic__main .info-description .content img.stars1 {
    width: 90px;
    height: 118px;
    left: 25px;
    top: 70px;
}

.mult-magic__main .info-description .content img.stars2 {
    width: 90px;
    height: 95px;
    right: 30px;
    top: 60px;
}

.mult-magic__main .info-description .triangle-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 41px 0 41px;
    border-color: #6B92E2 transparent transparent transparent;
    transform: rotate(0deg);
    margin: 0 auto;
}

.mult-magic__main .info-description .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'RoundsBlack', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    max-width: 80%;
}

.mult-magic__main .info-description span {
    font-family: 'RoundsBlack', sans-serif;
    color: #ffe77b;
}

.mult-magic__main .info-description .description {
    color: #e3e3e3;
    font-family: 'Montserrat Regular', serif;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    max-width: 80%;
}

/* главная страница примеры видео */

.mult-magic__main .video-examples .title {
    color: #7194EF;
    padding: 5px 15px;
    margin: 0 auto 20px;
    border-radius: 30px;
    width: 100%;
    max-width: 980px;
}

.mult-magic-character .mult-magic__main .video-examples .title {
    min-height: 106px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    width: unset;
    color: #333333;
    margin-bottom: 20px;
}

.mult-magic__main .video-examples .subtitle {
    box-shadow: none;
    font-family: 'RoundsBlack', sans-serif;
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 44px;
    color: #333;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    padding: 5px 15px;
    max-width: 980px;
}

.mult-magic__main .video-examples .slick-slider {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    position: relative;
    box-shadow: none;
}

.mult-magic__main .video-examples .slick-slider .slick-list {
    padding: 0 !important;
    max-width: 950px;
    margin: 0 auto;
}

.mult-magic__main .video-examples .slick-slider .slick-track {
    margin-left: 0;
}

.mult-magic__main .video-examples .slick-slider .item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 230px;
    margin: 0 5px;
    padding: 0;
    overflow: visible;
}

.mult-magic__main .video-examples .slick-slider .slick-arrow {
    border: solid #6992E4;
    border-width: 0 6px 6px 0;
    width: 4px;
    height: 4px;
    display: inline-block;
    padding: 10px;
    background-color: transparent;
    position: absolute;
    bottom: 50%;
}

.mult-magic__main .video-examples .slick-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.mult-magic__main .video-examples .slick-slider .slick-arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -10px;
}

.mult-magic__main .video-examples .slick-slider .slick-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -10px;
}

.mult-magic__main .video-examples .price {
    max-width: 980px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    position: relative;
    box-shadow: none;
}

.mult-magic__main .video {
    width: 100%;
    height: 100%;
}

.mult-magic__main .video .plyr {
    border-radius: 20px;
    min-width: 170px;
    background-color: transparent !important;
}

.mult-magic__main .video.horizontal {
	margin: 10px;
}

.mult-magic__main .video.horizontal .plyr {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.mult-magic__main .video .plyr__video-wrapper {
    aspect-ratio: 9 / 16 !important;
    background-color: transparent !important;
}

.mult-magic__main .video.horizontal .plyr__video-wrapper {
    aspect-ratio: 16 / 9 !important;
    background-color: transparent !important;
}

.mult-magic__main .video .plyr button,
.mult-magic__main .video .plyr button:hover {
    background-image: url('/assets/mult-magic/img/play_button.png');
    width: 80px;
    height: 80px;
    background-size: contain;
}

.mult-magic__main .video .plyr__control svg {
    display: none;
}

.mult-magic__main .video .plyr__poster {
    background-color: transparent !important;
    background-size: cover;
}

.mult-magic__main .video-examples .character {
    color: #5a80f4;
    text-align: center;
    font-size: 16px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
}

.mult-magic-character .mult-magic__main .video-examples .slick-slider .slick-list {
    margin: 0 auto;
}

.mult-magic-character .mult-magic__main .video-examples .video {
    max-width: 260px;
    position: relative;
}

.mult-magic-character .mult-magic__main .video-examples .video .price-label {
    background-image: url('/assets/mult-magic/img/price_background.png');
    width: 90px;
    height: 59px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 20px;
}

.mult-magic-character .another-char-link img {
    width: 100%;
    height: 100%;
    max-width: 260px;
    border-radius: 20px;
    min-width: 170px;
    background-color: transparent !important;
}

.mult-magic__main .video-examples .price-block {
    color: #5a80f4;
    text-align: center;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 20px;
    margin: 10px auto;
}

.mult-magic__main .video-examples .price-block .price {
    font-family: 'Montserrat Regular', serif;
    text-decoration: line-through;
    font-size: 16px;
}

.mult-magic__main .video-examples .price-block .discount {
    color: #fff;
    background-color: #c086ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.mult-magic__main .video-examples .btn {
    margin: 0;
}

/* главная страница выбрать героя */

.mult-magic__main .choose-character .title {
    min-height: 106px;
}

.mult-magic__main .choose-character .slick-slider {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    position: relative;
    box-shadow: none;
}

.mult-magic__main .choose-character .slick-slider .slick-list {
    padding: 0 !important;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.mult-magic__main .choose-character .slick-slider .slick-track {
    margin: auto;
}

.mult-magic__main .choose-character .slick-slider .item {
    margin: 0 auto;
    width: 240px !important;
    height: 320px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: end;
    color: #7194EF;
    transform: scale(0.9);
    transition: 0.2s all ease-out;
    border-radius: 10px;
}

.mult-magic__main .choose-character .slick-slider .slick-arrow {
    border: solid #6992E4;
    border-width: 0 6px 6px 0;
    width: 4px;
    height: 4px;
    display: inline-block;
    padding: 10px;
    background-color: transparent;
    position: absolute;
}

.mult-magic__main .choose-character .slick-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.mult-magic__main .choose-character .slick-slider .slick-arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -10px;
}

.mult-magic__main .choose-character .slick-slider .slick-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -10px;
}

.mult-magic__main .choose-character .slick-slider .item:hover {
    transform: scale(1);
}

.mult-magic__main .choose-character .slick-slider .item:hover,
.mult-magic__main .choose-character .slick-slider .item:focus {
    color: #7194EF !important;
}

.mult-magic__main .choose-character .slick-slider .item span {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

/* главная страница как сделать заказ */

.mult-magic__main .make-order {
    position: relative;
    overflow: hidden;
}

.mult-magic__main .make-order .title {
    min-height: 130px;
}

.mult-magic__main .make-order .content {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
}

.mult-magic__main .make-order .block {
    width: 100%;
}

.mult-magic__main .make-order .list {
    list-style: none;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mult-magic__main .make-order .list .item {
    position: relative;
    margin: 15px 0;
    font-size: 18px;
    text-indent: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 180px;
}

.mult-magic__main .make-order .list .item img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 198px;
    max-height: 197px;
}

.mult-magic__main .make-order .list .item p {
    margin: 15px auto;
    font-size: 18px;
    text-indent: 0;
    text-align: left;
    max-width: 80%;
}

.mult-magic__main .make-order .term {
    color: #796CE2;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 30px;
    max-width: 500px;
}

.mult-magic__main .make-order .btn {
    margin: 20px auto 0;
}

/* главная страница напоминание о дне рождения */

.mult-magic__main .remind-birthday {
    position: relative;
}

.mult-magic__main .remind-birthday .content {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 8px 2px rgba(34, 60, 80, 0.2);
}

.mult-magic__main .remind-birthday .form-container,
.mult-magic__main .remind-birthday .images {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mult-magic__main .remind-birthday .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
}

.mult-magic__main .remind-birthday .title {
    color: #7194EF;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.mult-magic__main .remind-birthday .description {
    font-family: 'Montserrat Regular', sans-serif;
    text-align: left;
    font-size: 18px;
}

.mult-magic__main .remind-birthday .form {
    width: 100%;
    position: relative;
    margin: 0 auto 0 0;
    max-width: 315px;
}

.mult-magic__main .remind-birthday .field-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 0 40px;
}

.mult-magic__main .remind-birthday .field-container input {
    font-family: 'Montserrat Regular', sans-serif;
    display: block;
    border-radius: 25px;
    border: 2px solid #5F85D6;
    font-size: 16px;
    line-height: 20px;
    max-width: 600px;
    position: relative;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
}

.mult-magic__main .remind-birthday .field-container input::placeholder {
    color: #000;
}

.mult-magic__main .remind-birthday .field-container p {
    font-family: 'Montserrat Regular', sans-serif;
    margin: 0 auto 0 15px;
}

.mult-magic__main .remind-birthday .btn {
    margin: 0 auto;
}

.mult-magic__main .remind-birthday .images .skidka {
    max-width: 300px;
    max-height: 251px;
}

/* главная страница реакции детей */

.mult-magic__main .video-reactions .title {
    min-height: 106px;
    margin: 0;
}

.mult-magic__main .video-reactions .description {
    text-align: center;
    color: #7194EF;
    max-width: 980px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 35px top;
    background-size: 70px;
    padding: 20px;
}

.mult-magic__main .video-reactions .slick-slider {
    z-index: 3;
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    position: relative;
    box-shadow: none;
}

.mult-magic__main .video-reactions .slick-slider .slick-list {
    padding: 0;
}

.mult-magic__main .video-reactions .slick-slider .slick-list .slick-track {
    margin: 0 auto;
}

.mult-magic__main .video-reactions .slick-slider .slick-arrow {
    border: solid #6992E4;
    border-width: 0 6px 6px 0;
    width: 4px;
    height: 4px;
    display: inline-block;
    padding: 10px;
    background-color: transparent;
    position: absolute;
    bottom: 50%;
}

.mult-magic__main .video-reactions .slick-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.mult-magic__main .video-reactions .slick-slider .slick-arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -15px;
}

.mult-magic__main .video-reactions .slick-slider .slick-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -15px;
}

.mult-magic__main .video-reactions .slick-slider .item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0px 20px;
    width: 220px;
    margin: 0 0px;
    overflow: visible;
}

/* отписка от рассылки */

.mult-magic__main .unsubscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    color: #5645d2;
    font-size: 36px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    width: auto;
    max-width: 55%;
    text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96846px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
    text-align: center;
}

.mult-magic__main .text-podlozhka {
    width: 641px;
    height: 437px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    object-fit: cover;
}

.mult-magic__main .partners-text .orange {
    color: #EA7C25;
    font-family: 'RoundsBlack', sans-serif;
}

/* страницы для партнеров */

.partners .modal .field-container input::placeholder,
.mult-magic-video-partners .modal .field-container input::placeholder,
.mult-magic-video-elka .modal .field-container input::placeholder {
    opacity: 1;
    text-align: left;
    color: #000;
}

.partners .mult-magic__fixed-content {
    height: 100%;
}

.partners .mult-magic__main {
    height: 100%;
}

.partners .mult-magic__main .slide {
    min-height: 100vh;
    height: 100%;
}

.partners .mult-magic__main .slide.main {
    background-image: url('/assets/mult-magic/img/fon_partners.jpg');
    background-position: center;
}

.partners .mult-magic__main .slide.perek {
    background-image: url('/assets/mult-magic/img/fon_perekrestok.jpg');
    background-position: center;
}

.partners .mult-magic__main .slide.mts {
    background-image: url('/assets/mult-magic/img/fon_mts.jpg');
    background-position: center;
}

.partners .mult-magic__main .text-podlozhka {
    width: 641px;
    height: 437px;
    object-fit: cover;
    z-index: 0;
}

.mult-magic-video-partners .mult-magic__top header .logo {
    height: 91px;
}

.mult-magic__main .partners-logos {
    margin: 0 auto 30px;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 980px;
    gap: 20px;
}

.mult-magic__main .partners-examples {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto 30px;
    padding: 120px 0 0;
    position: relative;
    width: 100%;
}

.mult-magic__main .partners-examples .title {
    font-family: 'RoundsBlack', sans-serif;
    font-size: 40px;
    margin: 0 auto 30px;
    padding: 0;
}

.mult-magic__main .partners-examples .perek-logo {
    max-width: 500px;
    object-fit: contain;
}

.mult-magic__main .partners-examples .mts-logo {
    max-width: 167px;
    object-fit: contain;
}

.mult-magic__main .logos-podlozhka {
    width: 918px;
    height: 411px;
    max-height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}

.mult-magic__main .partners-mim-logo {
    width: 329px;
    height: 161px;
    z-index: 1;
}

.mult-magic__main .partners-zeroplus-logo {
    width: 133px;
    height: 130px;
    z-index: 1;
}

.mult-magic__main .partners-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.mult-magic__main .partners-block {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.mult-magic__main .partners-block.videos {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}

.mult-magic__main .partners-kesha-cover {
    width: 315px;
    height: 360px;
}

.mult-magic__main .partners-content .btn {
    width: 415px;
    height: 85px;
    margin: 0 auto 120px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    background-size: contain;
}

.mult-magic__main .partners-text * {
    font-family: 'RoundsBlack', sans-serif;
}

.mult-magic__main .left {
    max-width: 641px;
    width: 100vw;
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mult-magic__main .partners-text {
    font-size: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mult-magic__main .partners-full-text {
    position: relative;
}

.mult-magic-video-partners.mult-magic-video .title,
.mult-magic-video-elka.mult-magic-video .title {
    font-family: 'Montserrat Bold', serif;
    line-height: 32px;
    font-size: 18px;
}

.mult-magic-video-partners.mult-magic-video .modal .title,
.mult-magic-video-elka.mult-magic-video .modal .title {
    box-shadow: unset;
    text-align: center;
    font-size: 28px;
    font-family: 'Montserrat Bold', sans-serif;
    line-height: 32px;
    padding-bottom: 10px;
    margin: 40px auto 0;
    text-transform: unset;
}

.mult-magic-video-partners.mult-magic-video .modal .buttons,
.mult-magic-video-elka.mult-magic-video .modal .buttons {
    max-width: unset;
}

.mult-magic-video-partners.mult-magic-video .modal .buttons .btn,
.mult-magic-video-elka.mult-magic-video .modal .buttons .btn {
    width: 305px;
    height: 60px;
    margin: 0 auto;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mult-magic-video-partners .video-ended,
.mult-magic-video-elka .video-ended {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    z-index: 2;
}

.mult-magic-video-partners .video-ended img,
.mult-magic-video-elka .video-ended img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

/* страница приглашения на новогоднюю елку */

.elka .mobile {
    display: none;
}

.elka .mult-magic__wrapper .main-content {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-image: url('/assets/mult-magic/img/fon_elka.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elka .mult-magic__main {
    height: 100%;
}

.elka .mult-magic__main .elka-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    gap: 30px;
}

.elka .mult-magic__main .elka-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.elka .mult-magic__main .elka-banner img {
    object-fit: contain;
}

.elka .mult-magic__main .elka-btn {
    width: 433px;
    height: 66px;
    margin: 0  auto;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    background-size: contain;
}

.elka .mult-magic__main .elka-price {
    color: #0250A8;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    text-align: center;
}

.elka .mult-magic__main .elka-examples {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.elka .mult-magic__main .examples-title {
    color: #F45C00;
    font-size: 44px;
    margin: 30px auto;
    text-align: center;
}

.elka .mult-magic__main .elka-arrow {
    width: 127px;
    height: 91px;
    position: absolute;
    left: -50px;
    top: 60px;
}

.elka .mult-magic__main .examples-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.elka .mult-magic__main .examples-content .video {
    max-width: 30%;
}

.elka .mult-magic__main .examples-content .description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('/assets/mult-magic/img/podlozhka_elka.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 674px;
    height: 486px;
    gap: 20px;
}

.elka .mult-magic__main .examples-content .description h1 {
    color: #0250A8;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    width: 85%;
}

.elka .mult-magic__main .examples-content .description p {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    margin: 0;
    width: 70%;
}

.elka .elka-promo {
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.elka .elka-promo img {
    object-fit: contain;
}

.elka footer .info {
    padding: 0;
    margin-bottom: 15px;
}

.elka footer .outer-contacts a {
    color: #F45C00 !important;
}

/* попап */

.request-name-popup,
.reminder-popup {
    width: 95%;
    background: #fff;
    padding: 30px;
    line-height: 23px;
    border-radius: 10px;
    border: none;
    z-index: 9999999;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    min-height: 200px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 680px;
}

.request-name-popup *,
.reminder-popup *{
    font-family: 'Montserrat Regular', serif;
}

.popup-container,
.before-submit,
.popup-container_complete{
    position: relative;
}

.request-name-popup .title,
.reminder-popup .title {
    min-height: 100px;
    margin: 0;
    background-image: url('/assets/mult-magic/img/zagolovok_2.png');
}

.request-name-popup .field-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 40px 0;
}

.reminder-popup .field-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 0 40px;
}

.reminder-popup .field-container.phone-field {
    margin: 0;
}

.request-name-popup .field-container input,
.reminder-popup .field-container input {
    display: block;
    border-radius: 25px;
    border: 2px solid #5F85D6;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
}

.request-name-popup .field-container input::placeholder,
.reminder-popup .field-container input::placeholder{
    color: #000;
    opacity: 1;
}

.reminder-popup .field-container p {
    font-family: 'Montserrat Regular', sans-serif;
    margin: 0 auto 0 15px;
    color: #000;
}

.request-name-popup .text,
.reminder-popup .text {
    color: #333;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    font-family: 'Montserrat Bold', serif;
    line-height: 26px;
}

.reminder-popup .text {
    font-family: 'Montserrat Regular', serif;
}

.request-name-popup label.error,
.reminder-popup label.error {
    position: absolute;
    bottom: -20px;
    color: #f00 !important;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    font-weight: normal;
}

.request-name-popup .btn,
.reminder-popup .btn {
    margin: 0 auto;
    background-image: url('/assets/mult-magic/img/button_1.png');
}

/* капча */

.recaptcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
    position: relative;
}

.recaptcha-container .g-recaptcha {
    width: 304px;
    margin: auto;
}

/* модальное окно заказа видео */

.modal {
    width: 100%;
    background: #fff;
    padding: 20px;
    line-height: 23px;
    border-radius: 25px;
    border: none;
    z-index: 999991;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    min-height: 200px;
    height: auto;
    max-height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 730px;
    scrollbar-width: none;
    overflow: auto;
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 10px;
    background: transparent;
    outline: 0;
    border: 0;
    font-size: 54px;
    color: #39BBF5;
}

.modal .modal-logo {
    width: 140px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}

.modal .character-form-img {
    max-width: 130px;
    margin: 0 auto;
}

.modal .title {
    text-align: center;
    font-size: 28px;
    font-family: 'Montserrat Bold', sans-serif;
    line-height: 32px;
    margin: 40px auto 20px;
}

.modal .title.subject {
    margin: 20px auto;
    color: #39BBF5;
}

.modal .fields,
.modal .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto 10px;
    position: relative;
}

.modal .fields.subjects {
    z-index: 11;
}

.modal .fields.genders {
    z-index: 10;
}

.modal .fields.names {
    z-index: 9;
}

.modal .fields.ages {
    z-index: 8;
}

.modal .fields.senders {
    z-index: 7;
}

.modal .radio-btn {
    position: relative;
}

.modal .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.modal .radio-btn label {
    width: 200px;
    margin: 0;
    height: 100px;
    box-shadow: inset 0 0 0 2px #39BBF5;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.modal .radio-btn label.bg-img {
    background-image: url('/assets/mult-magic/img/podlozhka_modal.png');
}

.modal .radio-btn.vertical label {
    width: 140px;
    height: 160px;
}

.modal .radio-btn img {
    width: auto;
    object-fit: contain;
    max-height: 100%;
}

.modal .radio-btn label:hover,
.modal .radio-btn input:checked ~ label {
    box-shadow: inset 0 0 0 5px #C5A2C0;
}

.modal .radio-btn label:after {
    content: "";
    position: absolute;
    display: none;
}

.modal .radio-btn .name {
    margin: 10px auto 0;
    font-size: 18px;
    max-width: 140px;
}

.modal .loader {
    display: none;
    position: absolute;
    border: 4px solid #fff;
    border-top: 4px solid #39BBF5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    right: 15px;
    margin: 0;
    top: 15px;
    bottom: 0;
    z-index: 99;
}

.modal .fields.multfilms {
    display: flex;
    flex-direction: column;
}

.modal .fields.multfilms .content,
.modal .fields.characters .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto 25px;
    position: relative;
}

.modal .fields.names .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal .fields.names .info {
    color: #39BBF5;
    font-size: 14px !important;
    line-height: 18px;
    margin: 0 auto 10px;
    max-width: 70%;
    text-align: center;
}

.modal .fields.names .select-name-container {
    position: relative;
    margin: 0 auto 25px;
    max-width: 450px;
    width: 100%;
}

.modal .fields.names .select-name-container .widget-container {
    position: relative;
    min-height: 54px;
}

.modal .fields.names .select-name-container .items {
    width: 100%;
    position: relative;
    height: 100%;
}

.modal .fields.names .select-name-container .custom-combobox {
    display: block;
    position: absolute;
    background: #39BBF5;
    padding: 2px;
    border-radius: 27px;
    width: 100%;
    z-index: 3;
}

.modal .fields.names .select-name-container .ui-widget-content {
    display: block;
    color: #000;
    position: relative;
    z-index: 9999;
    margin: 2px 0 0;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    background: transparent;
    min-height: 52px;
    max-height: 524px;
    overflow: hidden;
}

.modal .fields.names .select-name-container.arrow_active {
    padding: 0;
    border-left: none;
    border-right: none;
    border-top: none;
}

.modal .fields.names .select-name-container.arrow_active .ui-widget-content {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.modal .fields.names .select-name-container .ui-menu-item {
    list-style-type: none;
    margin: 0;
    display: block;
    width: 100%;
    color: #000;
    padding: 15px;
    text-align: left;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    outline: 0;
    font-size: 16px;
}

.modal .fields.names .select-name-container .ui-menu-item:hover {
    background-color: #fff;
}

.modal .fields.names .select-name-container .ui-menu-item:last-of-type {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.modal .fields.names .select-name-container .ui-autocomplete > .ui-menu-item > li {
    list-style-type: none;
}

.modal .fields.names .select-name-container input {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 15px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    outline: 0;
    text-align: left;
    border-radius: 25px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.modal .fields.names .select-name-container input.disabled {
    background-color: #e3e3e3;
}

.modal .fields.names .select-name-container.arrow_active input {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal .fields.names .select-name-container input::placeholder {
    color: #000;
    opacity: 1;
}

.modal .fields.names .select-name-container input:focus {
    border: 0;
}

.modal .fields.names .select-name-container + .expand-button {
    background-color: transparent;
    border: none;
    display: block;
    text-align: center;
    text-decoration: underline !important;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    position: relative;
    z-index: 1;
    color: #39BBF5 !important;
    margin: 0 auto;
}

.modal .field-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    position: relative;
    margin: 0 auto 10px;
    width: 100%;
}

.modal .email-tooltip {
    color: #39BBF5;
    font-size: 14px !important;
    line-height: 18px;
    max-width: 450px;
    margin: 0 auto 10px;
}

.modal .agree {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 10px;
    position: relative;
    align-items: center;
    max-width: 450px;
}

.modal .agree-label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    user-select: none;
    display: block;
    color: #333;
    margin: 0 auto;
    font-size: 14px !important;
    text-align: left;
    line-height: 18px;
    margin-bottom: 25px;
}

.modal .agree-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.modal .agree-label a {
    color: #333;
    text-decoration: underline !important;
}

.modal .agree-label a:hover {
    color: #333;
    text-decoration: underline !important;
}

.modal .agree-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #39BBF5;
}

.modal .agree-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.modal .agree-label input:checked ~ .checkmark:after {
    display: block;
}

.modal .agree-label .checkmark:after {
    background-image: url('/assets/mult-magic/img/galochka_forma.png');
    width: 24px;
    height: 20px;
    left: 5px;
    top: 7px;
}

.modal .field-container input {
    display: block;
    border-radius: 25px;
    border: 2px solid #39BBF5;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    text-align: left;
    margin-bottom: 25px;
}

.modal .field-container input::placeholder {
    opacity: 1;
    text-align: left;
}

.modal .field-container #promocode.disabled {
    background-color: #e3e3e3;
}

.modal label.error {
    font-family: 'Montserrat Regular', sans-serif;
    position: absolute;
    color: #f00 !important;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.modal .recaptcha-container {
    margin: 0 auto 10px;
}

.modal .recaptcha-container .g-recaptcha {
    width: 304px;
    margin: auto auto 25px;
}

.modal .code-container .code-inputs {
    position: relative;
    margin: 10px 0 25px;
}

.modal .code-container .code-inputs input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border: none;
    outline: none;
    caret-color: transparent;
}

.modal .code-container .digits {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modal .code-container .digit {
    width: 50px;
    height: 60px;
    border: 2px solid #EDB52E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s;
}

.modal .code-container .digit.active {
    border-color: #4285f4;
    box-shadow: 0 0 5px rgba(66, 133, 244, 0.5);
}

.modal .text {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 25px;
}

.modal .small-text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 30px;
    color: #8BADDD;
    max-width: 450px;
}

.modal .btn {
    width: 305px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
}

.modal .btn:disabled {
    background-color: #e3e3e3;
    background-image: unset !important;
}

.modal .has-errors {
    color: #f00 !important;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    left: 0;
    right: 0;
    margin: 0 auto 25px;
}

.modal .block-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    background: #000;
    margin: -20px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin: -20px;
    border-radius: unset;
    animation: none;
}

.modal .block-loader .lds-spinner div:after {
    background: #fff;
}

.modal.disabled {
    overflow: hidden !important;
}

.modal.auth-modal .recaptcha-container {
    margin: 0 auto 50px;
}

/* кастомизированные селекты */

.modal .custom-select {
    position: relative;
    margin: 0 auto 25px;
    min-height: 54px;
    max-width: 450px;
    width: 100%;
    z-index: 1;
}

.modal .custom-select select {
    display: none;
}

.modal .custom-select .selected {
    font-size: 16px;
    line-height: 20px;
}

.modal .custom-select .items div,
.modal .custom-select .selected {
    color: #000;
    padding: 15px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.modal .custom-select .list .selected::before {
    content: '';
    background-image: url('/assets/mult-magic/img/arrows.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 20%;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
    transition: all 0.2s ease-out;
}

.modal .custom-select .list .selected.selects::before {
    display: none;
}

.modal .custom-select .list {
    border-radius: 25px;
    background: #39BBF5;
    padding: 2px;
    position: absolute;
    margin: 0 auto;
    max-width: 600px;
    left: 0;
    right: 0;
}

.modal .custom-select .list.disabled {
    pointer-events: none;
}

.modal .custom-select .list.disabled .selected {
    background-color: #e3e3e3;
}

.modal .custom-select .list .selected {
    border-radius: 23px;
    width: 100%;
    margin: 0 auto;
}

.modal .custom-select .list.arrow_active .selected {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

.modal .custom-select .list.arrow_active .selected::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    top: 20%;
}

.modal .custom-select .arrow_active {
    padding: 2px;
}

.modal .custom-select .items {
    position: relative;
    z-index: 99;
    padding: 0;
    margin-top: 2px;
    background-color: transparent
}

.modal .custom-select .items.hide {
    display: none;
}

.modal .custom-select .items div:last-of-type {
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}

.modal .custom-select .items div:hover, .same-as-selected {
    background-color: #fff;
}

/* подвал */

footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

footer * {
    font-family: 'Montserrat Regular', serif !important;
}

footer p {
    margin: 0 0 5px;
    position: relative;
}

footer .content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 10px;
    max-width: 980px;
    margin: 0 auto;
    justify-content: end;
    z-index: 1;
}

footer .info {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    padding: 5px 0 5px 5px;
    margin-bottom: 30px;
    color: #000;
    z-index: 2;
    position: relative;
}

footer .outer-inn,
footer .outer-contacts {
    width: 100%;
    height: auto;
}

footer .inn {
    width: 45%;
    margin: 0 15px;
}

footer .contacts {
    text-align: center;
}

footer .inn p a {
    color: #000 !important;
}

footer .contacts p.email {
    color: #000;
}

footer .contacts p.email a {
    position: relative;
    background-image: url('/assets/mult-magic/img/icon_email.png');
    background-size: 13px;
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 0px 6px;
}

footer .copyright {
    font-size: 14px;
    max-width: 90%;
    color: #626263;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

footer .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

footer .links a {
    color: #626263;
    text-decoration: underline !important;
    margin: 10px;
}

/* идентификатор загрузки */

.mult-magic .before-submit {
    width: 100%;
    position: fixed;
    background: transparent;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: none;
    z-index: 9999999;
    top: 0;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    max-width: 410px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 200px;
    height: 200px;
}

.mult-magic .blockall {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    background: #000;
    z-index: 999990;
}

.mult-magic .before-submit #progress {
    width: 50px;
    height: 50px;
    margin: 20px auto 10px;
}

.lds-spinner {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 25px auto;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Флэш-сообщение */

.flash-message {
    display: none;
    width: 100%;
    padding: 30px;
    line-height: 23px;
    border-radius: 50px;
    border: 3px solid #6DAFE0;
    z-index: 9999999;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    min-height: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    background: #eeedf5;
    background: linear-gradient(180deg,rgb(243, 242, 247) 0%, rgb(238, 237, 245) 100%);
}

.flash-message .logo-container {
    width: auto;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.flash-message .logo {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 86px;
}

.flash-message.has-message {
    display: flex;
    flex-direction: column;
}

.flash-message .alert {
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
}

.flash-message .title {
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 0;
    font-family: 'Montserrat Bold', serif;
}

.flash-message .title.danger {
    color: #ff0000;
}

.flash-message .text {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-family: 'Montserrat Regular', serif;
    line-height: 20px;
    margin: 10px auto;
}

.flash-message .discount {
    background-image: url('/assets/mult-magic/img/podlozhka_discount.png');
    width: 356px;
    height: 250px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
}

.flash-message .discount h2 {
    margin: 0;
    max-width: 75%;
    color: #6DAFE0;
    font-size: 36px;
    line-height: 44px;
    font-family: 'Montserrat Bold', serif;
}

.flash-message .discount p {
    max-width: 75%;
    font-size: 18px;
    font-family: 'Montserrat Regular', serif;
    margin: 10px auto;
}

.flash-message .discount .star {
    width: 120px;
    height: 103px;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat Bold', serif;
}

.flash-message .discount .star.percent {
    background-image: url('/assets/mult-magic/img/star_1.png');
}

.flash-message .discount .star.exact {
    background-image: url('/assets/mult-magic/img/star_2.png');
}

.flash-message .text .order-number {
    color: #333;
    font-size: 22px;
    text-align: center;
    font-family: 'Montserrat Bold', serif;
    line-height: 26px;
    text-decoration:underline;
}

.flash-message .btn {
    margin: 5px auto;
    width: 305px;
    height: 60px;
    background-image: url('/assets/mult-magic/img/button_next.png');
    background-size: contain;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat Bold', serif !important;
}

.flash-message .btn.decline-discount {
    background-image: url('/assets/mult-magic/img/button_back.png');
}

.flash-message .elka-promo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.flash-message .elka-promo img {
    width: 100%;
    max-width: 744px;
    height: 100%;
    max-height: 298px;
    object-fit: contain;
}

/* страница видео */

.mult-magic-video .mult-magic__wrapper .mult-magic__fixed-content {
    padding: 10px;
}

.mult-magic-video .mult-magic__top header .block {
    max-width: 1280px;
    height: auto;
}

.mult-magic-video .mult-magic__top header .logo.m-right {
    margin-right: unset !important;
    position: absolute;
    left: 0;
    background-size: cover;
}

.mult-magic-unsubscribe .mult-magic__top header .logo.m-right {
    margin: 0 auto !important;
}

.mult-magic-video .title {
    text-align: center;
    font-family: 'RoundsBlack', sans-serif;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 8px 2px rgba(34, 60, 80, 0.2);
    border-radius: 30px;
    padding: 5px 25px;
    text-transform: uppercase;
}

.mult-magic-video .mult-magic__main {
    padding: 0 40px 40px;
    height: unset;
}

.mult-magic-video .content {
    position: relative;
}

.mult-magic-video .video {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    height: 100%;
    max-width: 240px;
}

.mult-magic-video .video .plyr,
.mult-magic-video .video .plyr .plyr__video-wrapper {
    background: transparent !important;
}

.mult-magic-video .video .plyr {
    border-radius: 30px;
}

.mult-magic-video .buttons {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mult-magic-video .buttons .btn {
    width: 110px;
    height: 115px;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    margin: 0;
    background-size: contain;
}

.mult-magic-video .buttons .btn.download {
    background-image: url('/assets/mult-magic/img/button_download.png');
}

.mult-magic-video .buttons .btn.share {
    background-image: url('/assets/mult-magic/img/button_share.png');
}

.mult-magic-video .copy-notification {
    background-color: rgba(0,0,0,0.8);
    border-radius: 30px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    top: 50%;
    bottom: 50%;
    height: 100%;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 500px;
    max-height: 100px;
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
    .mult-magic-character .mult-magic__main .video-examples .btn {
        width: 315px;
        height: 52px;
        font-size: 22px;
        line-height: 22px;
    }

    .mult-magic-video .mult-magic__top header .body {
        flex-direction: column;
        height: 220px;
        padding: 0 0 20px;
    }

    .mult-magic-video .mult-magic__top header .logo.m-right {
        position: relative;
        width: 100%;
        margin: 0 0 20px;
        display: block;
        height: 112px;
        max-width: 260px;
    }

    .mult-magic-video .title {
        font-size: 20px;
        margin: 0 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .partners .mult-magic__main .slide.main {
        background-image: url('/assets/mult-magic/img/fon_partners_m.jpg');
        background-position: center center;
    }

    .mult-magic__main .left {
        margin: 0 auto;
    }
}

/* планшеты */

@media screen and (min-width: 768px) and (max-width: 979px) {
    noscript .noscript-block {
        font-size: 20px;
    }

    .mult-magic-character .mult-magic__main .video-examples .btn {
        width: 315px;
        height: 52px;
        font-size: 22px;
        line-height: 22px;
    }

    .mult-magic__top header .logo {
        max-width: 180px;
    }

    .mult-magic__top header .list li a {
        font-size: 14px;
    }

    .mult-magic__top .content {
        padding: 0 20px;
    }

    .mult-magic__top .title.promo {
        font-size: 20px;
        padding: 5px 20px;
        max-width: 90%;
    }

    .mult-magic__top .slick-slider {
        padding: 0;
        max-width: 728px;
    }

    .mult-magic__top .slick-slider .item {
        max-width: 728px;
    }

    .mult-magic__top .slick-slider .item img {
        max-width: 708px;
    }

    .mult-magic__top .info .name {
        margin: 30px 0;
    }

    .mult-magic__main .make-order .content {
        padding: 0 20px;
    }

    /* акции */

    .mult-magic__main .discount-title {
        max-width: 570px;
        font-size: 28px;
    }

    .mult-magic__main .discount-title .icon {
        max-height: 60px
    }

    .mult-magic__main .discount-list {
        max-width: 767px;
    }

    .mult-magic__main .discount-item {
        height: 267px;
        max-width: 380px;
    }

    .mult-magic__main .discount-item .item-title {
        font-size: 32px;
        line-height: 48px;
    }

    .mult-magic__main .discount-item .item-title.percent {
        color: #6DAFE0;
    }

    .mult-magic__main .discount-item .item-title.exact {
        color: #FF6D00;
    }

    .mult-magic__main .discount-item .star {
        width: 100px;
        height: 86px;
        font-size: 24px;
    }

    /* блок с текстом под слайдером */

    .mult-magic__main .info-description {
        max-width: 728px;
        margin: 0 auto;
    }

    .mult-magic__main .info-description .title {
        font-size: 24px;
        line-height: 30px;
        max-width: 90%;
    }

    .mult-magic__main .info-description .description {
        font-size: 18px;
        line-height: 24px;
    }

    .mult-magic__main .info-description .content img.stars1 {
        top: 25px;
    }

    .mult-magic__main .info-description .content img.stars2 {
        top: 40px;
    }

    /* главная страница как сделать заказ */

    .mult-magic__main .make-order .block {
        width: 90%;
    }

    .mult-magic__main .make-order .list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        gap: 20px;
    }

    .mult-magic__main .make-order .list .item {
        margin: 15px;
        max-width: 175px;
        width: 33.33333333%;
    }

    .mult-magic__main .make-order .list .item p {
        font-size: 18px;
        text-align: center;
    }

    /* главная страница напоминание о дне рождения */

    .mult-magic__main .remind-birthday .content {
        max-width: 95%;
        padding: 20px 30px;
        margin: 0 auto;
    }

    .mult-magic__main .remind-birthday .title {
        font-size: 20px;
        line-height: 26px;
    }

    .mult-magic__main .remind-birthday .description {
        font-size: 14px;
        line-height: 18px;
    }

    .mult-magic__main .remind-birthday .field-container input {
        font-size: 14px;
        line-height: 18px;
    }

    .mult-magic__main .remind-birthday .field-container p {
        font-size: 14px;
        line-height: 18px;
    }

    .mult-magic__main .remind-birthday .btn {
        font-size: 18px;
        line-height: 22px;
    }

    /* страница видео */

    .mult-magic-video .mult-magic__top header .block {
        max-width: unset;
    }

    .mult-magic-video .mult-magic__top header .body {
        flex-direction: column;
        padding: 0 0 20px;
    }

    .mult-magic-video .mult-magic__top header .logo.m-right {
        position: relative;
        width: 100%;
        margin: 0 0 20px;
        display: block;
        height: 112px;
        max-width: 260px;
    }

    .mult-magic-video .title {
        font-size: 22px;
        line-height: 36px;
        margin: 0 10px;
    }

    .mult-magic__main .unsubscribe {
        max-width: 90%;
    }

    /* страницы для партнеров */

    .partners .mult-magic__main {
        display: block;
    }

    .mult-magic__main .partners-examples {
        padding: 60px 0 0;
    }

    .partners .mult-magic__main .slide.perek,
    .partners .mult-magic__main .slide.mts {
        height: 100%;
    }

    .mult-magic__main .partners-block.videos {
        flex-direction: column;
    }

    .mult-magic__main .partners-block.videos .video {
        max-width: 600px;
        height: auto;
    }

    .mult-magic__main .partners-logos {
        margin: 0 auto;
        padding-top: 40px;
    }

    .mult-magic__main .partners-text {
        text-align: center;
    }

    .mult-magic__main .partners-block {
        margin: 0 auto;
        flex-direction: column;
    }

    .mult-magic__main .partners-kesha-cover {
        width: 200px;
        height: 228px;
        margin: 0 auto 30px;
    }

    .mult-magic__main .partners-content .btn {
        margin: 0 auto 60px;
    }

    /* страница приглашения на новогоднюю елку */

    .elka .mult-magic__main .elka-content {
        margin: 0 20px;
        width: auto;
    }

    .elka .mult-magic__main .elka-arrow {
        display: none;
    }

    .elka .mult-magic__main .examples-content .description {
        width: auto;
    }

    .elka .mult-magic__main .examples-content .description h1 {
        font-size: 20px;
    }

    .elka .mult-magic__main .examples-content .description p {
        font-size: 18px;
    }
}

/* мобильные */

@media screen and (min-width: 582px) and (max-width: 767px) {
    .mult-magic .btn {
        width: 280px;
        height: 47px;
        font-size: 20px;
        margin: 20px auto 0;
    }

    .mult-magic-character .mult-magic__main .video-examples .btn {
        width: 280px;
        height: 50px;
        font-size: 20px;
        line-height: 20px;
    }

    .mult-magic .title {
        font-size: 30px;
        line-height: 36px;
    }

    /* контент верхнего блока */

    .mult-magic__top .block {
        flex-direction: column;
    }

    .mult-magic__top .info,
    .mult-magic__top .images {
        width: 100%;
        margin-bottom: 40px;
    }

    .mult-magic__top .info .name {
        font-size: 30px;
        line-height: 36px;
        margin: 20px;
        text-align: center;
    }

    .mult-magic__top .info .name span {
        width: 120px;
        height: 55px;
    }

    .mult-magic__top .info .description {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .mult-magic__top .info .btn {
        font-size: 18px;
        line-height: 20px;
        margin: 20px auto 0;
    }

    .mult-magic__top .title.promo {
        font-size: 18px;
        padding: 5px 15px;
        max-width: 90%;
    }

    .mult-magic__top .slick-slider {
        padding: 0;
        max-width: 95%;
        max-height: unset;
    }

    .mult-magic__top .slick-slider .item {
        max-width: unset;
    }

    .mult-magic__top .slick-slider .item img {
        max-width: 740px;
    }

    .mult-magic__top .slick-slider .item.dr img {
        content: url('/assets/mult-magic/img/b_1_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.sen img {
        content: url('/assets/mult-magic/img/b_2_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.vyzd img {
        content: url('/assets/mult-magic/img/b_3_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.gd img {
        content: url('/assets/mult-magic/img/b_4_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.ny img {
        content: url('/assets/mult-magic/img/b_5_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.sn img {
        content: url('/assets/mult-magic/img/b_6_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.us img {
        content: url('/assets/mult-magic/img/b_7_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.umka img {
        content: url('/assets/mult-magic/img/b_8_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.el img {
        content: url('/assets/mult-magic/img/b_9_m.jpg');;
    }

    .mult-magic__main .video-examples,
    .mult-magic__main .choose-character,
    .mult-magic__main .make-order,
    .mult-magic__main .remind-birthday,
    .mult-magic__main .video-reactions {
        margin-bottom: 30px;
    }

    /* главная страница примеры видео */

    .mult-magic__main .video-examples .subtitle {
        font-size: 30px;
        line-height: 36px;
    }

    /* акции */

    .mult-magic__main .discount-title {
        max-width: 550px;
        font-size: 28px;
        max-height: 60px;
    }

    .mult-magic__main .discount-title .icon {
        max-height: 60px
    }

    .mult-magic__main .discount-list {
        max-width: 582px;
        flex-direction: column;
    }

    /* блок с текстом под слайдером */

    .mult-magic__main .info-description {
        max-width: 90%;
        margin: 0 auto;
    }

    .mult-magic__main .info-description .content {
        max-width: 940px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #6b92e2;
        position: relative;
        box-shadow: none;
        border-radius: 40px;
        text-align: center;
    }

    .mult-magic__main .info-description .content img.stars1 {
        width: 45px;
        height: 59px;
        left: 20px;
        top: 65px;
    }

    .mult-magic__main .info-description .content img.stars2 {
        width: 45px;
        height: 48px;
        right: 20px;
        top: 50px;
    }

    .mult-magic__main .info-description .title {
        font-size: 16px;
        line-height: 22px;
        max-width: 90%;
    }

    .mult-magic__main .info-description .description {
        font-size: 14px;
        line-height: 20px;
        max-width: 90%;
    }

    /* главная страница выбрать героя */

    .mult-magic__main .choose-character .title {
        min-height: 100px;
        margin-bottom: 30px;
    }

    /* главная страница как сделать заказ */

    .mult-magic__main .make-order {
        position: relative;
        overflow: hidden;
    }

    .mult-magic__main .make-order .title {
        min-height: 120px;
    }

    .mult-magic__main .make-order .content {
        flex-direction: column;
    }

    .mult-magic__main .make-order .block,
    .mult-magic__main .make-order .images {
        width: 90%;
    }

    .mult-magic__main .make-order .list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        gap: 10px 0;
    }

    .mult-magic__main .make-order .list .item {
        margin: 7px;
        max-width: 160px;
        width: 33.33333333%;
    }

    .mult-magic__main .make-order .list .item p {
        font-size: 16px;
        text-align: center;
    }

    .mult-magic__main .make-order .term {
        font-size: 18px;
    }

    /* главная страница напоминание о дне рождения */

    .mult-magic__main .remind-birthday .content {
        max-width: 95%;
        flex-direction: column;
        padding: 20px 30px;
        margin: 0 auto;
    }

    .mult-magic__main .remind-birthday .form-container,
    .mult-magic__main .remind-birthday .images {
        width: 100%;
    }

    .mult-magic__main .remind-birthday .form-container {
        margin-bottom: 30px;
    }

    .mult-magic__main .remind-birthday .title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .mult-magic__main .remind-birthday .description {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .mult-magic__main .remind-birthday .form {
        max-width: 400px;
        margin: 0 auto;
    }

    .mult-magic__main .remind-birthday .field-container input {
        font-size: 14px;
        line-height: 18px;
    }

    .mult-magic__main .remind-birthday .field-container p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto 0 15px;
    }

    .mult-magic__main .remind-birthday .btn {
        font-size: 18px;
        line-height: 22px;
    }

    /* главная страница реакции детей */

    .mult-magic__main .video-reactions .title {
        min-height: 95px;
    }

    .mult-magic__main .video-reactions .description {
        background-position: 15px top;
        background-size: 60px;
        font-size: 18px;
        padding: 20px;
    }

    .mult-magic__main .video-reactions .description span {
        display: block;
        margin: 20px 0 0;
    }

    /* модальное окно заказа видео */

    .modal {
        width: 100%;
        height: 100%;
        max-height: unset;
        border-radius: 0;
    }

    .modal .title {
        font-size: 26px;
        line-height: 30px;
        margin: 20px auto;
    }

    .modal .fields.multfilms .content,
    .modal .fields.characters .content {
        margin: 0 auto 20px;
    }

    .modal .buttons {
        flex-direction: column-reverse;
    }

    .modal .btn {
        width: 280px;
        height: 55px;
        font-size: 18px;
    }

    /* страница видео */

    .mult-magic-video .mult-magic__top header .block {
        max-width: unset;
    }

    .mult-magic-video .mult-magic__top header .body {
        flex-direction: column;
        padding: 0 0 20px;
    }

    .mult-magic-video .mult-magic__top header .logo.m-right {
        position: relative;
        width: 100%;
        margin: 0;
        display: block;
        height: 80px;
    }

    .mult-magic-video .title {
        font-size: 18px;
        line-height: 36px;
        margin: 0 10px;
    }

    .mult-magic-video .copy-notification {
        font-size: 12px;
    }

    .mult-magic__main .unsubscribe {
        font-size: 30px;
        max-width: 90%;
        line-height: 44px;
    }

    /* страницы для партнеров */

    .partners .mult-magic__main {
        display: block;
    }

    .partners .mult-magic__main .slide.perek,
    .partners .mult-magic__main .slide.mts {
        height: 100%;
    }

    .mult-magic__main .partners-block.videos {
        flex-direction: column;
    }

    .mult-magic__main .partners-block.videos .video {
        max-width: 500px;
        height: auto;
    }

    .mult-magic__main .partners-examples {
        padding: 60px 0 0;
    }

    .mult-magic__main .partners-examples .title {
        font-size: 36px;
        line-height: 1.42857143;
    }

    .mult-magic__main .partners-logos {
        margin: 0 auto;
        padding-top: 40px;
    }

    .mult-magic__main .partners-mim-logo {
        width: 250px;
        height: 122px;
    }

    .mult-magic__main .partners-zeroplus-logo {
        width: 110px;
        height: 108px;
    }

    .mult-magic__main .partners-text {
        width: 100%;
        font-size: 36px;
        height: auto;
        text-align: center;
    }

    .mult-magic__main .text-podlozhka {
        object-fit: contain;
    }

    .mult-magic__main .partners-block {
        margin: 0 auto;
        flex-direction: column;
    }

    .mult-magic__main .partners-kesha-cover {
        width: 150px;
        height: 171px;
        margin: 0 auto 30px;
    }

    .mult-magic__main .partners-content .btn {
        margin: 0 auto 60px;
    }

    /* подвал */

    footer {
        padding: 30px 0;
    }

    footer .content {
        padding: 0 10px;
    }

    footer .info {
        flex-direction: column;
        margin-bottom: 0;
    }

    footer .outer-inn,
    footer .outer-contacts {
        width: 75%;
        height: auto;
        padding: 5px;
        margin: 40px auto 80px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    footer .inn {
        width: 100%;
        text-align: center;
        margin: 5px;
        padding: 0;
        box-shadow: 0 0 30px 45px rgb(255, 255, 255);
        border-radius: 40px;
        background-color: transparent;
    }

    footer .contacts {
        width: 100%;
        text-align: center;
        margin: 5px;
        padding: 0;
        box-shadow: 0 0 30px 45px rgb(255, 255, 255);
        border-radius: 40px;
        background-color: transparent;
    }

    footer .inn p a {
        color: #000 !important;
    }

    footer .contacts p.email {
        color: #000;
    }

    footer .contacts p.email a {
        position: relative;
        background-image: url('/assets/mult-magic/img/icon_email.png');
        background-size: 13px;
        background-repeat: no-repeat;
        padding-left: 17px;
        background-position: 0px 6px;
    }

    footer .copyright {
        font-size: 12px;
        max-width: 100%;
    }

    footer .links {
        flex-direction: column;
    }

    /* Флэш-сообщение */

    .mult-magic__message {
        max-width: 300px;
        height: 360px;
    }

    .mult-magic__message .message__title {
        font-size: 24px;
    }

    .mult-magic__message .message__id,
    .mult-magic__message .message__text,
    .mult-magic__message .message__description{
        font-size: 16px;
    }

    .mult-magic__message .message__id {
        padding: 0 20px 10px;
    }

    .mult-magic__message .message__description {
        padding: 0 20px 10px;
    }

    .mult-magic__message .message__text {
        padding: 0 20px 10px;
        font-size: 16px;
    }

    .mult-magic__message .message__button {
        height: 44px;
        width: 185px;
        font-size: 16px;
        line-height: 10px;
    }

    .mult-magic .flash-message .btn {
        width: 305px;
        height: 60px;
        margin: 5px auto;
    }

    /* страница приглашения на новогоднюю елку */

    .elka .desktop {
        display: none;
    }

    .elka .mobile {
        display: block;
    }

    .elka .mult-magic__main .elka-content {
        margin: 0 15px;
        width: auto;
        gap: 20px;
    }

    .elka .mult-magic__main .elka-banner img {
        max-width: 575px;
        margin: 0 auto;
    }

    .elka .mult-magic__main .examples-title {
        font-size: 32px;
    }

    .elka .mult-magic__main .elka-arrow {
        display: none;
    }

    .elka .mult-magic__main .examples-content {
        flex-direction: column;
    }

    .elka .mult-magic__main .examples-content .video {
        max-width: 50%;
    }

    .elka .mult-magic__main .examples-content .description {
        width: auto;
        height: 360px;
    }

    .elka .mult-magic__main .examples-content .description h1 {
        font-size: 20px;
    }

    .elka .mult-magic__main .examples-content .description p {
        font-size: 18px;
    }

    .elka footer .info {
        margin-bottom: 0;
    }

    .elka footer .outer-contacts {
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 581px)  {
    noscript .noscript-block {
        font-size: 14px;
    }

    .mult-magic .btn {
        width: 240px;
        height: 40px;
        font-size: 18px;
    }

    .mult-magic-character .mult-magic__main .video-examples .btn {
        font-size: 18px;
        width: 250px;
        height: 45px;
        line-height: 18px;
    }

    .mult-magic .title {
        font-size: 20px;
        line-height: 26px;
    }

    /* контент верхнего блока */

    .mult-magic__top .block {
        flex-direction: column;
    }

    .mult-magic__top .info,
    .mult-magic__top .images {
        width: 100%;
        margin-bottom: 40px;
    }

    .mult-magic__top .images.podlozhka {
        width: 320px;
        height: 280px;
    }

    .mult-magic__top .info .name {
        font-size: 24px;
        line-height: 30px;
        margin: 10px;
        text-align: center;
    }

    .mult-magic__top .info .name span {
        width: 93px;
        height: 43px;
    }

    .mult-magic__top .info .description {
        text-align: center;
        font-size: 14px;
        max-width: 90%;
        margin: 0 auto;
    }

    .mult-magic__top .info .btn {
        font-size: 18px;
        line-height: 18px;
        width: 250px;
        height: 45px;
    }

    .mult-magic__top .block .character-1 {
        width: auto;
        object-fit: contain;
        max-height: 220px;
    }

    .mult-magic__top .title.promo {
        font-size: 16px;
        padding: 5px 10px;
        max-width: 90%;
    }

    .mult-magic__top .slick-slider {
        padding: 0;
        max-width: 95%;
        max-height: unset;
    }

    .mult-magic__top .slick-slider .item {
        max-width: unset;
    }

    .mult-magic__top .slick-slider .item img {
        max-width: unset;
        border-radius: 20px;
    }

    .mult-magic__top .slick-slider .item.dr img {
        content: url('/assets/mult-magic/img/b_1_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.sen img {
        content: url('/assets/mult-magic/img/b_2_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.vyzd img {
        content: url('/assets/mult-magic/img/b_3_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.gd img {
        content: url('/assets/mult-magic/img/b_4_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.ny img {
        content: url('/assets/mult-magic/img/b_5_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.sn img {
        content: url('/assets/mult-magic/img/b_6_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.us img {
        content: url('/assets/mult-magic/img/b_7_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.umka img {
        content: url('/assets/mult-magic/img/b_8_m.jpg');;
    }

    .mult-magic__top .slick-slider .item.el img {
        content: url('/assets/mult-magic/img/b_9_m.jpg');;
    }

    .mult-magic__main .video-examples,
    .mult-magic__main .choose-character,
    .mult-magic__main .make-order,
    .mult-magic__main .remind-birthday,
    .mult-magic__main .video-reactions {
        margin-bottom: 30px;
    }

    /* акции */

    .mult-magic__main .discount-title {
        display: none;
    }

    .mult-magic__main .discount-list {
        max-width: 320px;
        flex-direction: column;
    }

    .mult-magic__main .discount-item {
        height: 225px;
        max-width: 320px;
    }

    .mult-magic__main .discount-item .item-title {
        font-size: 20px;
        line-height: 22px;
    }

    .mult-magic__main .discount-item p {
        max-width: 70%;
        font-size: 14px;
    }

    .mult-magic__main .discount-item .star {
        width: 100px;
        height: 86px;
        font-size: 24px;
        bottom: -15px;
    }

    /* блок с текстом под слайдером */

    .mult-magic__main .info-description {
        max-width: 90%;
        margin: 0 auto;
    }

    .mult-magic__main .info-description .content {
        max-width: 940px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #6b92e2;
        position: relative;
        box-shadow: none;
        border-radius: 40px;
        text-align: center;
    }

    .mult-magic__main .info-description .content img.stars1 {
        display: none;
    }

    .mult-magic__main .info-description .content img.stars2 {
        display: none;
    }

    .mult-magic__main .info-description .title {
        font-size: 14px;
        line-height: 20px;
        max-width: 95%;
    }

    .mult-magic__main .info-description .description {
        font-size: 12px;
        line-height: 16px;
        max-width: 90%;
    }

    /* главная страница примеры видео */

    .mult-magic__main .video-examples .title {
        min-height: unset;
        width: auto;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .mult-magic__main .video-examples .subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .mult-magic-character .mult-magic__main .video-examples .title {
        justify-content: end;
        padding-bottom: 15px;
    }

    .mult-magic__main .video-examples .character {
        max-width: 100%;
        font-size: 16px;
    }

    /* главная страница выбрать героя */

    .mult-magic__main .choose-character .title {
        min-height: 80px;
        margin-bottom: 30px;
    }

    /* главная страница как сделать заказ */

    .mult-magic__main .make-order {
        position: relative;
        overflow: hidden;
    }

    .mult-magic__main .make-order .title {
        min-height: 110px;
    }

    .mult-magic__main .make-order .content {
        flex-direction: column;
    }

    .mult-magic__main .make-order .block,
    .mult-magic__main .make-order .images {
        width: 90%;
    }

    .mult-magic__main .make-order .list {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        justify-content: center;
        gap: 10px 0;
    }

    .mult-magic__main .make-order .list .item {
        max-width: unset;
        width: 33.333333333333%;
        margin: 0;
    }

    .mult-magic__main .make-order .list .item img {
        max-width: 100px;
        max-height: 102px;
        left: 0;
        position: relative;
    }

    .mult-magic__main .make-order .list .item p {
        max-width: unset;
        font-size: 14px;
        margin: 10px;
        text-align: center;
    }

    .mult-magic__main .make-order .term {
        font-size: 16px;
    }

    /* главная страница напоминание о дне рождения */

    .mult-magic__main .remind-birthday .content {
        max-width: 95%;
        flex-direction: column;
        padding: 15px 20px;
        margin: 0 auto;
    }

    .mult-magic__main .remind-birthday .form-container,
    .mult-magic__main .remind-birthday .images {
        width: 100%;
    }

    .mult-magic__main .remind-birthday .form-container {
        margin-bottom: 20px;
    }

    .mult-magic__main .remind-birthday .title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .mult-magic__main .remind-birthday .description {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .mult-magic__main .remind-birthday .form {
        max-width: 400px;
        margin: 0 auto;
    }

    .mult-magic__main .remind-birthday .field-container input {
        font-size: 14px;
        line-height: 18px;
    }

    .mult-magic__main .remind-birthday .field-container p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto 0 15px;
    }

    /* главная страница реакции детей */

    .mult-magic__main .video-reactions {
        margin-bottom: 0;
        padding: 30px 0;
    }

    .mult-magic__main .video-reactions .title {
        min-height: 85px;
    }

    .mult-magic__main .video-reactions .description {
        background-position: 15px top;
        background-size: 50px;
        font-size: 16px;
        padding: 20px;
    }

    .mult-magic__main .video-reactions .description span {
        display: block;
        margin: 20px 0 0;
    }

    .mult-magic-character.mult-magic .btn {
        margin: 20px auto 0;
    }

    /* модальное окно заказа видео */

    .modal {
        width: 100%;
        height: 100%;
        max-height: unset;
        border-radius: 0;
    }

    .modal .title {
        font-size: 20px;
        line-height: 24px;
        margin: 20px auto;
    }

    .modal .buttons {
        flex-direction: column-reverse;
    }

    .modal .fields.multfilms {
        display: flex;
        flex-direction: column;
    }

    .modal .fields.multfilms .content,
    .modal .fields.characters .content {
        margin: 0 auto 20px;
    }

    .modal .fields.names .info {
        font-size: 12px !important;
        line-height: 16px;
        max-width: 95%;
    }

    .modal .field-container input {
        font-size: 14px;
    }

    .modal .email-tooltip {
        font-size: 10px !important;
        line-height: 14px;
    }

    .modal .agree-label {
        font-size: 12px !important;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .modal label.error {
        font-size: 10px;
    }

    .modal .btn {
        width: 280px;
        height: 55px;
        font-size: 18px;
    }

    /* кастомизированные селекты */

    .modal .custom-select {
        margin: 0 auto 20px;
    }

    .modal .custom-select .items {
        font-size: 14px;
    }

    .modal .custom-select .selected {
        font-size: 14px;
    }

    .modal .fields.names .select-name-container input {
        font-size: 14px;
    }

    .modal .fields.names .select-name-container .ui-menu-item {
        font-size: 14px;
    }

    .recaptcha-container .g-recaptcha,
    .modal .recaptcha-container .g-recaptcha {
        transform: scale(0.8);
    }

    /* страница видео */

    .mult-magic-video .mult-magic__top header .block {
        max-width: unset;
    }

    .mult-magic-video .mult-magic__top header .body {
        flex-direction: column;
        padding: 0 0 20px;
    }

    .mult-magic-video .mult-magic__top header .logo.m-right {
        position: relative;
        width: 100%;
        margin: 0;
        display: block;
    }

    .mult-magic-video .title {
        font-size: 14px;
        line-height: 26px;
        margin: 0 10px;
    }

    .mult-magic__main .unsubscribe {
        font-size: 22px;
        max-width: 90%;
        line-height: 36px;
    }

    /* страницы для партнеров */

    .partners .mult-magic__main {
        display: block;
    }

    .partners .mult-magic__main .slide.perek,
    .partners .mult-magic__main .slide.mts {
        height: 100%;
    }

    .mult-magic__main .partners-block.videos {
        flex-direction: column;
    }

    .mult-magic__main .partners-block.videos .video {
        max-width: 90%;
        height: auto;
    }

    .mult-magic__main .partners-examples {
        padding: 60px 0 0;
    }

    .mult-magic__main .partners-examples .perek-logo {
        max-width: 90%;
    }

    .mult-magic__main .partners-examples .title {
        font-size: 32px;
        line-height: 1.42857143;
    }

    .mult-magic-video-partners.mult-magic-video .title {
        font-family: 'Montserrat Bold', serif;
        line-height: 28px;
        font-size: 14px;
    }

    .mult-magic__main .partners-logos {
        margin: 0 auto;
        padding-top: 40px;
    }

    .mult-magic__main .partners-mim-logo {
        width: 200px;
        height: 98px;
    }

    .mult-magic__main .partners-zeroplus-logo {
        width: 80px;
        height: 78px;
    }

    .mult-magic__main .partners-text {
        width: 100%;
        font-size: 32px;
        height: auto;
        text-align: center;
    }

    .mult-magic__main .text-podlozhka {
        object-fit: contain;
    }

    .mult-magic__main .partners-block {
        margin: 0 auto;
        flex-direction: column;
    }

    .mult-magic__main .partners-kesha-cover {
        width: 150px;
        height: 171px;
        margin: 0 auto 30px;
    }

    .mult-magic__main .partners-content .btn {
        width: 300px;
        height: 62px;
        font-size: 28px;
        margin: 0 auto 60px;
    }

    /* подвал */

    footer {
        padding: 30px 0;
    }

    footer .content {
        padding: 0 10px;
    }

    footer .info {
        flex-direction: column;
        margin-bottom: 0;
    }

    footer .outer-inn,
    footer .outer-contacts {
        width: 75%;
        height: auto;
        padding: 5px;
        margin: 40px auto 80px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    footer .inn {
        width: 100%;
        text-align: center;
        margin: 5px;
        padding: 0;
        box-shadow: 0 0 30px 45px rgb(255, 255, 255);
        border-radius: 40px;
        background-color: transparent;
    }

    footer .contacts {
        width: 100%;
        text-align: center;
        margin: 5px;
        padding: 0;
        box-shadow: 0 0 30px 45px rgb(255, 255, 255);
        border-radius: 40px;
        background-color: transparent;
    }

    footer .inn p a {
        color: #000 !important;
    }

    footer .contacts p.email {
        color: #000;
    }

    footer .contacts p.email a {
        position: relative;
        background-image: url('/assets/mult-magic/img/icon_email.png');
        background-size: 13px;
        background-repeat: no-repeat;
        padding-left: 17px;
        background-position: 0px 6px;
    }

    footer .copyright {
        font-size: 12px;
        max-width: 100%;
    }

    footer .links {
        flex-direction: column;
    }

    /* Флэш-сообщение */

    .mult-magic__message {
        max-width: 300px;
        height: 360px;
    }

    .mult-magic__message .message__title {
        font-size: 24px;
    }

    .mult-magic__message .message__id,
    .mult-magic__message .message__text,
    .mult-magic__message .message__description{
        font-size: 16px;
    }

    .mult-magic__message .message__id {
        padding: 0 20px 10px;
    }

    .mult-magic__message .message__description {
        padding: 0 20px 10px;
    }

    .mult-magic__message .message__text {
        padding: 0 20px 10px;
        font-size: 16px;
    }

    .mult-magic__message .message__button {
        height: 44px;
        width: 185px;
        font-size: 16px;
        line-height: 10px;
    }

    .mult-magic-video .logo {
        display: none;
    }

    .flash-message {
        padding: 15px;
    }

    .flash-message .text {
        font-size: 14px;
        line-height: 18px;
    }

    .flash-message .discount {
        width: 290px;
        height: 204px;
        margin: 15px auto;
    }

    .flash-message .discount h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .flash-message .discount p {
        font-size: 14px;
        margin: 5px auto;
    }

    .flash-message .discount .star {
        width: 70px;
        height: 60px;
        bottom: -10px;
        right: 10px;
        font-size: 16px;
    }

    .mult-magic .flash-message .btn {
        width: 240px;
        height: 48px;
        font-size: 14px;
        line-height: 18px;
    }

    .flash-message .elka-promo {
        width: 100%;
        margin-top: 15px;
    }

    /* страница приглашения на новогоднюю елку */

    .elka .desktop {
        display: none;
    }

    .elka .mobile {
        display: block;
    }

    .elka .mult-magic__wrapper .main-content {
        background-image: url('/assets/mult-magic/img/fon_elka_top_m.jpg');
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .elka .mult-magic__wrapper .main-content::after {
        content: "";
        width: 100%;
        background-image: url('/assets/mult-magic/img/fon_elka_bottom_m.jpg');
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 308px;
        position: absolute;
        bottom: 0;
    }

    .elka .mult-magic__main .elka-content {
        margin: 0 10px;
        width: auto;
        gap: 20px;
    }

    .elka .mult-magic__main .elka-btn {
        width: 300px;
        height: 46px;
        font-size: 16px;
    }

    .elka .mult-magic__main .elka-banner img {
        max-width: 500px;
        margin: 0 auto;
    }

    .elka .mult-magic__main .elka-price {
        font-size: calc(3vw);
    }

    .elka .mult-magic__main .examples-title {
        font-size: calc(7vw);
        margin: 15px auto;
    }

    .elka .mult-magic__main .elka-arrow {
        display: none;
    }

    .elka .mult-magic__main .examples-content {
        flex-direction: column;
    }

    .elka .mult-magic__main .examples-content .video {
        max-width: 70%;
    }

    .elka .mult-magic__main .examples-content .description {
        width: calc(100% + 20px);
        background-image: url('/assets/mult-magic/img/podlozhka_elka_m.jpg');
        background-size: cover;
        height: calc(100vw);
    }

    .elka .mult-magic__main .examples-content .description h1 {
        font-size: calc(4vw);
    }

    .elka .mult-magic__main .examples-content .description p {
        font-size: calc(4vw);
    }

    .elka footer .info {
        margin-bottom: 0;
    }

    .elka footer .outer-contacts {
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 1019px) {
    .mult-magic__main .choose-character .slick-slider .slick-list,
    .mult-magic__main .video-reactions .slick-slider .slick-list {
        max-width: 95%;
    }

    .mult-magic__main .video-examples .slick-slider {
        width: 95%;
    }

    .mult-magic__main .video-examples .slick-slider .slick-list {
        max-width: 100%;
    }

    .mult-magic__main .video-reactions .slick-slider .item,
    .mult-magic__main .choose-character .slick-slider .item,
    .mult-magic__main .video-examples .slick-slider .item {
        width: 230px;
        margin: 0 5px;
        padding: 0;
    }

    .mult-magic__main .video-examples .btn {
        margin: 0;
        width: 220px;
    }

    .mult-magic__main .choose-character .slick-slider .item {
        transform: scale(1);
    }
}

@media screen and (min-width: 415px) and (max-width: 581px) {
    .mult-magic-video .copy-notification {
        width: 90%;
    }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
    .mult-magic-video .copy-notification {
        width: 90%;
        max-height: 130px;
    }
}
