@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff') format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.woff') format("woff");
    font-weight: 500;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-size: 10px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
    min-width: 320px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
}

p {
    margin: 0 0 22px;
}

a {
    text-decoration: none;
    background-color: transparent;
    outline: none !important;
    color: #BE0F34;
}

a:hover {
    color: #BE0F34;
    text-decoration: underline;
}

b, strong {
    font-weight: 500;
}

sup {
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
    top: -7px;
}

h1, h2,
.h1, .h2 {
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: inherit;
    margin: 0;
}

.btn {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    overflow: visible;
    outline: none !important;
    margin: 0;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    padding: 13px 34px;
    min-width: 185px;
    height: 50px;
    letter-spacing: 0.1em;
}

.btn:not([disabled]):hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.btn:not([disabled]):active {
    background: #CBCBCB;
    border-color: #CBCBCB;
    color: #000;
    text-decoration: none;
}

.btn[disabled] {
    opacity: .2;
    cursor: default;
    cursor: not-allowed;
}

.balloon {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.balloon_pink {
    background-image: url('../images/balloon-1.png');
}

.balloon_red {
    background-image: url('../images/balloon-2.png');
}

.balloon:before {
    content: '';
    display: block;
}

.balloon_pink:before {
    padding-top: calc(calc(206 * 100% / 154));
}

.balloon_red:before {
    padding-top: calc(calc(205 * 100% / 161));
}

.container {
    max-width: 1212px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-page {
    overflow: hidden;
}

.main-section {
    position: relative;
    padding-bottom: 163px;
    overflow: hidden;
}

.main-section__inner {
    padding-top: 52.6%;
}

.main-section__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.media {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.media:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36.8%;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    z-index: 100;
}

.media__image {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes upDown {
    to {
        transform: translateX(150px);
    }
}

@keyframes translate {
    to {
        transform: translateY(900px);
    }
}

.media__dec {
    position: absolute;
    width: calc(40 * 100% / 1172);
    margin: calc(-20 * 100% / 1172);
    top: calc(-20 * 100% / 1172);
    animation: translate 10s infinite linear;
}

.media__dec span {
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: upDown 1.5s alternate infinite ease-in-out;
}

.media__dec:nth-child(1) span,
.media__dec:nth-child(6) span,
.media__dec:nth-child(11) span,
.media__dec:nth-child(16) span {background-image: url('../images/dec-1.png');}

.media__dec:nth-child(2) span,
.media__dec:nth-child(7) span,
.media__dec:nth-child(12) span,
.media__dec:nth-child(17) span {background-image: url('../images/dec-2.png');}

.media__dec:nth-child(3) span,
.media__dec:nth-child(8) span,
.media__dec:nth-child(13) span,
.media__dec:nth-child(18) span {background-image: url('../images/dec-3.png');}

.media__dec:nth-child(4) span,
.media__dec:nth-child(9) span,
.media__dec:nth-child(14) span,
.media__dec:nth-child(19) span {background-image: url('../images/dec-4.png');}

.media__dec:nth-child(5) span,
.media__dec:nth-child(10) span,
.media__dec:nth-child(15) span,
.media__dec:nth-child(20) span {background-image: url('../images/dec-4.png');}

.media__dec:nth-child(1) {left: 75%;}
.media__dec:nth-child(1),
.media__dec:nth-child(1) span {animation-delay: 5.4s;}

.media__dec:nth-child(2) {left: 5%;}
.media__dec:nth-child(2),
.media__dec:nth-child(2) span {animation-delay: 4.9s;}

.media__dec:nth-child(3) {left: 31%;}
.media__dec:nth-child(3),
.media__dec:nth-child(3) span {animation-delay: 9.1s;}

.media__dec:nth-child(4) {left: 18%;}
.media__dec:nth-child(4),
.media__dec:nth-child(4) span {animation-delay: 6.2s;}

.media__dec:nth-child(5) {left: 10%;}
.media__dec:nth-child(5),
.media__dec:nth-child(5) span {animation-delay: 7.1s;}

.media__dec:nth-child(6) {left: 28%;}
.media__dec:nth-child(6),
.media__dec:nth-child(6) span {animation-delay: 1.2s;}

.media__dec:nth-child(7) {left: 47%;}
.media__dec:nth-child(7),
.media__dec:nth-child(7) span {animation-delay: 8s;}

.media__dec:nth-child(8) {left: 31%;}
.media__dec:nth-child(8),
.media__dec:nth-child(8) span {animation-delay: 0.3s;}

.media__dec:nth-child(9) {left: 46%;}
.media__dec:nth-child(9),
.media__dec:nth-child(9) span {animation-delay: 3.3s;}

.media__dec:nth-child(10) {left: 75%;}
.media__dec:nth-child(10),
.media__dec:nth-child(10) span {animation-delay: 4.5s;}

.media__dec:nth-child(11) {left: 71%;}
.media__dec:nth-child(11),
.media__dec:nth-child(11) span {animation-delay: 7.5s;}

.media__dec:nth-child(12) {left: 21%;}
.media__dec:nth-child(12),
.media__dec:nth-child(12) span {animation-delay: 5.1s;}

.media__dec:nth-child(13) {left: 69%;}
.media__dec:nth-child(13),
.media__dec:nth-child(13) span {animation-delay: .8s;}

.media__dec:nth-child(14) {left: 5%;}
.media__dec:nth-child(14),
.media__dec:nth-child(14) span {animation-delay: 3.5s;}

.media__dec:nth-child(15) {left: 35%;}
.media__dec:nth-child(15),
.media__dec:nth-child(15) span {animation-delay: 5.6s;}

.media__dec:nth-child(16) {left: 46%;}
.media__dec:nth-child(16),
.media__dec:nth-child(16) span {animation-delay: 6.1s;}

.media__dec:nth-child(17) {left: 84%;}
.media__dec:nth-child(17),
.media__dec:nth-child(17) span {animation-delay: 2.2s;}

.media__dec:nth-child(18) {left: 80%;}
.media__dec:nth-child(18),
.media__dec:nth-child(18) span {animation-delay: 3.1s;}

.media__dec:nth-child(19) {left: 22%;}
.media__dec:nth-child(19),
.media__dec:nth-child(19) span {animation-delay: 3.1s;}

.media__dec:nth-child(20) {left: 11%;}
.media__dec:nth-child(20),
.media__dec:nth-child(20) span {animation-delay: 9.7s;}

@keyframes light {
    from {
        transform: rotate(-10deg);
    }

    to {
        transform: rotate(10deg);
    }
}

.media__light {
    position: absolute;
    width: calc(12 * 100% / 1172);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform-origin: center bottom;
    transform: rotate(-10deg);
    animation: light 2s alternate infinite ease-in-out;
}

.media__light:before {
    content: '';
    display: block;
    padding-top: 200%;
}

.media__light:nth-child(1) {
    background-image: url('../images/light-1.png');
    left: calc(516 * 100% / 1172);
    bottom: calc(707 * 100% / 814);
    animation-delay: .3s;
}

.media__light:nth-child(2) {
    background-image: url('../images/light-2.png');
    left: calc(528 * 100% / 1172);
    bottom: calc(705 * 100% / 814);
    animation-delay: .6s;
}

.media__light:nth-child(3) {
    background-image: url('../images/light-3.png');
    left: calc(547 * 100% / 1172);
    bottom: calc(709 * 100% / 814);
    animation-delay: .9s;
}

.media__light:nth-child(4) {
    background-image: url('../images/light-4.png');
    left: calc(573 * 100% / 1172);
    bottom: calc(704 * 100% / 814);
    animation-delay: 1.2s;
}

.media__light:nth-child(5) {
    background-image: url('../images/light-5.png');
    left: calc(588 * 100% / 1172);
    bottom: calc(706 * 100% / 814);
    animation-delay: 1.5s;
}

.media__light:nth-child(6) {
    background-image: url('../images/light-6.png');
    left: calc(609 * 100% / 1172);
    bottom: calc(708 * 100% / 814);
    animation-delay: 1.8s;
}

@keyframes flare {
    0%,
    30% {
        opacity: 0;
        transform: scale(0);
    }

    15% {
        opacity: 1;
        transform: scale(5);
    }
}

.media__flare {
    position: absolute;
    width: calc(12 * 100% / 1172);
    transform-origin: center center;
    background: radial-gradient(#fff, rgba(255,255,255,0) 50%);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    animation: flare 6s infinite ease-in-out;
}

.media__flare:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.media__flare:nth-child(1) {
    left: calc(516 * 100% / 1172);
    bottom: calc(707 * 100% / 814);
    animation-delay: 2s;
}

.media__flare:nth-child(2) {
    left: calc(528 * 100% / 1172);
    bottom: calc(705 * 100% / 814);
    animation-delay: 4s;
}

.media__flare:nth-child(3) {
    left: calc(547 * 100% / 1172);
    bottom: calc(709 * 100% / 814);
    animation-delay: 0s;
}

.media__flare:nth-child(4) {
    left: calc(573 * 100% / 1172);
    bottom: calc(704 * 100% / 814);
    animation-delay: 5s;
}

.media__flare:nth-child(5) {
    left: calc(588 * 100% / 1172);
    bottom: calc(706 * 100% / 814);
    animation-delay: 1s;
}

.media__flare:nth-child(6) {
    left: calc(609 * 100% / 1172);
    bottom: calc(708 * 100% / 814);
    animation-delay: 3s;
}

.main-section__content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    max-width: 660px;
}

.main-section__hashtag {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #EE6381;
    margin-bottom: 23px;
}

.main-section__hashtag a {
    color: inherit;
    text-decoration: none;
}

.main-section__title {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #BE0F34;
    margin-bottom: 18px;
}

.main-section__text {

}

.club-section {
    border: 10px solid #BE0F34;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px 90px 137px;
}

.club-section__header {
    margin-bottom: 39px;
}

.club-section__logo-row {
    margin-bottom: 16px;
}

.club-section__logo {

}

.club-section__date {
    text-transform: uppercase;
    font-weight: 500;
    color: #BE0F34;
    font-size: 16px;
    line-height: 22px;
}

.club-section__title {
    margin-bottom: 54px;
}

.club-section__title sup {
    top: -23px;
    position: relative;
}

.club-section__dicount {
    max-width: 808px;
    margin: 0 auto 53px;
    display: flex;
}

.club-section__dicount-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.club-section__dicount-value {
    font-size: 40px;
    line-height: 1;
    color: #BE0F34;
    margin-bottom: 6px;
}

.club-section__dicount-value strong {
    font-weight: normal;
    font-size: 60px;
    vertical-align: middle;
    position: relative;
    top: -0.07em;
}

.club-section__dicount-text {

}

.club-section__present {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 auto 64px;
    max-width: 760px;
}

.club-section__present-image {
    flex: 0 0 34.3%;
}

.club-section__present-image img {
    vertical-align: middle;
}

.club-section__present-content {

}

.club-section__btn-row {

}

.club-section__btn {

}

.club-section__image-wrapper {
    position: absolute;
    left: 2px;
    bottom: 5px;
    z-index: -1;
}

.club-section__image {

}

.balloon-1 {
    position: absolute;
    left: 69px;
    top: -130px;
    width: 154px;
}

.balloon-2 {
    position: absolute;
    right: 25px;
    top: -66px;
    width: 161px;
}

.balloon-3 {
    position: absolute;
    right: -81px;
    bottom: -113px;
    width: 180px;
    transform: rotate(-23deg);
}

.action-section {
    border: 10px solid #BE0F34;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px 130px 60px;
}

.action-section__date {
    text-transform: uppercase;
    font-weight: 500;
    color: #BE0F34;
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 22px;
}

.action-section__date:before {
    content: '';
    display: block;
    margin: 0 auto 13px;
    width: 26px;
    height: 31px;
    background: url(../images/icon-time.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.action-section__title {
    max-width: 600px;
    margin: 0 auto 35px;
}

.action-section__title sup {
    top: -23px;
    position: relative;
}

.action-section__table {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    border-collapse: collapse;
}

.action-section__table th,
.action-section__table td {
    padding: 0 20px;
}

.action-section__table th:first-child,
.action-section__table td:first-child {
    padding-left: 0;
}

.action-section__table th:last-child,
.action-section__table td:last-child {
    padding-right: 0;
}

.action-section__table th:first-child, .action-section__table td:first-child,
.action-section__table th:last-child, .action-section__table td:last-child {
    width: 290px;
}

.action-section__table th {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 6px;
}

.action-section__table th img {
    vertical-align: middle;
}

.action-section__table td {
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #E5E5E5;
}

.action-section__table strong {
    font-size: 30px;
    color: #BE1635;
}

.action-section__promocode-row {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.action-section__promocode-wrapper {
    display: inline-block;
    position: relative;
}

.action-section__promocode {
    cursor: pointer;
}

.action-section__table-note {
    margin-bottom: 53px;
}

.action-section__present {

}

.action-section__present-title {
    margin-bottom: 27px;
}

.action-section__present-text {
    margin-bottom: 22px;
}

.action-section__present-image {
    margin-bottom: 27px;
}

.action-section__present-image {
    width: auto;
    height: auto;
    max-width: 100%;
}

.action-section__present-btn-row {

}

.action-section__present-btn {

}

.balloon-4 {
    position: absolute;
    left: 69px;
    top: -130px;
    width: 154px;
}

.balloon-5 {
    position: absolute;
    right: -76px;
    top: 336px;
    width: 175px;
    transform: rotate(-34deg);
}

.balloon-6 {
    position: absolute;
    right: -54px;
    bottom: -112px;
    width: 180px;
    transform: rotate(-23deg);
}

.balloon-7 {
    position: absolute;
    left: -44px;
    bottom: 147px;
    width: 161px;
}

.test-block {
    text-align: center;
    background: #F8BFCA;
    background: linear-gradient(#FFFFFF 0%, #F8BFCA 100%);
    padding: 0 40px 39px;
    position: relative;
    margin-top: 100px;
}

.test-block__header {
    margin-bottom: 37px;
}

.test-block__title {
    margin-bottom: 11px;
}

.test-block__subtitle {

}

.test-block__catalog {
    display: flex;
    max-width: 808px;
    margin: 0 auto 31px;
}

.test-block__catalog-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 20px;
}

.test-block__catalog-image {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.test-block__catalog-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.test-block__catalog-text {

}

.test-block__test-wrapper {
    margin: 119px 0 148px;
}

.test-block__test-wrapper .test-wrapper {
    max-width: 100%;
}

.test-block__container {
    margin: 0 auto;
    text-align: left;
    max-width: 794px;
}

.test-block__win {

}

.test-block__win-title {
    text-align: center;
    margin-bottom: 16px;
}

.test-block__win-subtitle {
    margin: 30px 0 26px;
}

.test-block__win-table {
    margin-bottom: 26px;
}

.test-block__win-table p {
    margin-bottom: 13px;
}

.test-block__win-table-row {
    display: flex;
    align-items: center;
}

.test-block__win-table-icon {
    margin-right: 61px;
}

.test-block__win-table-text {

}

.test-block__win-list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 3;
    column-gap: 20px;
}

.test-block__win-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 20px;
}

.present-section {
    padding: 106px 0 0;
    position: relative;
    text-align: center;
}

.present-section__title {
    text-align: center;
    margin: 0 auto 34px;
    max-width: 950px;
}

.present-section__images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 174px;
    margin-bottom: 62px;
}

.present-section__image-1 {
    flex-basis: 36%;
    padding-top: 42px;
}

.present-section__image-2 {
    flex-basis: 64%;
}

.present-section__image {
    width: auto;
    height: auto;
    max-width: 100%;
}

.present-section__content {
    max-width: 768px;
    margin: 0 auto;
    text-align: left;
}

.present-section__list {
    margin: 0 0 90px 0;
    padding: 0;
    list-style: none;
    counter-reset: li;
}

.present-section__list li {
    position: relative;
    padding-left: 102px;
    counter-increment: li;
    margin-bottom: 54px;
}

.present-section__list li:before {
    content: counter(li);
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #BE0F34;
    color: #fff;
    margin-top: -25px;
}

.present-section__footer {
    text-align: center;
}

.present-section__footer-lead {
    font-size: 22px;
    line-height: 32px;
    margin: 39px 0 34px;
}

.present-section__btn {

}

.present-section__note {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #CBCBCB;
    margin-top: 45px;
    margin-bottom: 20px;
}

.present-section__note p {
    margin-bottom: 5px;
}

.balloon-8 {
    position: absolute;
    left: 34px;
    top: -143px;
    width: 139px;
}

.balloon-9 {
    position: absolute;
    right: 20px;
    top: -119px;
    width: 156px;
    transform: rotate(16deg);
}

.balloon-10 {
    position: absolute;
    left: 43px;
    top: 303px;
    width: 156px;
    transform: rotate(-27deg);
}

.balloon-11 {
    position: absolute;
    right: 7px;
    top: 654px;
    width: 144px;
}

.rules-link {
    font-weight: 500;
    color: inherit;
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .landing-2 .balloon-10 {
        top: 249px;
    }

    .landing-2 .balloon-11 {
        top: 600px;
    }
}

@media (min-width: 768px) {
    .landing-2 .main-section {
        padding-bottom: 0;
    }

    .landing-2 .present-section {
        padding-top: 47px;
    }

    .landing-2 .balloon-8 {
        display: none;
    }

    .landing-2 .balloon-9 {
        top: auto;
        bottom: -75px;
    }

    .landing-2 .test-block {
        margin-top: 54px;
        padding-bottom: 36px;
    }

    .landing-2 .test-block__win-subtitle {
        margin: 0 0 22px;
    }

    .landing-2 .test-block__win-title {
        margin-bottom: 28px;
    }

    .landing-2 .test-block__win-table {
        margin-bottom: 14px;
    }

    .landing-2 .test-block__win-list li {
        padding-bottom: 17px;
    }

    .landing-2 .present-section__note {
        margin: 37px auto 20px;
        max-width: 816px;
        padding-left: 50px;
    }
}

@media (max-width: 1199.98px) {
    .main-section {
        margin-left: -20px;
        margin-right: -20px;
    }

    .main-section__content {
        max-width: 700px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .balloon-8 {
        left: -10px;
        top: -70px;
    }

    .balloon-9 {
        right: -6px;
        top: -95px;
    }

    .balloon-11 {
        right: -10px;
        top: 454px;
    }
}

@media (max-width: 991.98px) {
    .balloon-1 {
        left: 0;
    }

    .balloon-2 {
        right: -25px;
    }

    .club-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .action-section {
        padding-left: 50px;
        padding-right: 50px;
    }

    .balloon-4 {
        left: 0;
    }

    .balloon-5 {
        top: auto;
        bottom: 180px;
    }

    .test-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .balloon-9 {
        right: -76px;
        top: -85px;
    }

    .balloon-10 {
        left: -50px;
    }

    .present-section__images {
        padding-left: 70px;
    }

    .balloon-11 {
        right: -30px;
        top: 180px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        margin-bottom: 20px;
    }

    h1, h2,
    .h1, .h2 {
        font-size: 24px;
    }

    .main-section__hashtag {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 18px;
    }

    .main-section__title {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .main-section__text {
        text-align: left;
    }

    .main-section {
        padding-bottom: 52px;
    }

    .balloon-1 {
        left: 9px;
        top: -21px;
        width: 60px;
    }

    .balloon-2 {
        right: 8px;
        top: -57px;
        width: 72px;
    }

    .balloon-3 {
        right: auto;
        bottom: -36px;
        width: 66px;
        left: 29px;
    }

    .club-section {
        margin: 0 -20px;
        padding: 22px 10px 28px;
    }

    .club-section__logo {
        width: 99px;
        height: auto;
    }

    .club-section__logo-row {
        margin-bottom: 9px;
    }

    .club-section__header {
        margin-bottom: 31px;
    }

    .club-section__dicount {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .club-section__dicount-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 17px;
    }

    .club-section__title {
        margin-bottom: 26px;
    }

    .club-section__dicount-value {
        font-size: 25px;
        margin-bottom: -2px;
    }

    .club-section__dicount-value strong {
        font-size: 37px;
    }

    .club-section__present {
        display: block;
        text-align: center;
        margin-bottom: 27px;
    }

    .club-section__present-image {
        margin-bottom: 15px;
    }

    .club-section__present-image img {
        width: 140px;
        height: auto;
    }

    .club-section__btn {
        width: 100%;
    }

    .club-section__image-wrapper {
        position: static;
    }

    .club-section__image-wrapper img {
        width: 192px;
        height: auto;
    }

    .action-section {
        margin: 0 -20px;
        padding: 19px 10px 50px;
    }

    .action-section__date {
        margin-bottom: 31px;
    }

    .action-section__title {
        margin: 0 5px 22px;
    }

    .action-section__table {
        font-size: 11px;
        margin-bottom: 13px;
    }

    .action-section__table strong {
        font-size: 24px;
    }

    .action-section__table th, .action-section__table td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .action-section__table td {
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .action-section__table th:first-child, .action-section__table td:first-child, .action-section__table th:last-child, .action-section__table td:last-child {
        width: 100px;
    }

    .action-section__table-note {
        margin-bottom: 35px;
    }

    .action-section__present-title {
        margin-bottom: 13px;
    }

    .action-section__present-text {
        margin-bottom: 10px;
    }

    .action-section__present-image {
        margin-bottom: 29px;
    }

    .balloon-4 {
        left: 10px;
        top: -21px;
        width: 60px;
    }

    .balloon-5 {
        display: none;
    }

    .balloon-7 {
        left: auto;
        right: 8px;
        bottom: auto;
        top: -57px;
        width: 72px;
    }

    .action-section__present-btn {
        width: 100%;
    }

    .balloon-6 {
        right: auto;
        bottom: -45px;
        width: 66px;
        left: 29px;
    }

    .test-block {
        margin: 52px -20px 0;
        padding: 0 20px 35px;
    }

    .test-block__title {
        margin-bottom: 13px;
    }

    .test-block__catalog {
        display: block;
    }

    .test-block__catalog-item {
        max-width: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .test-block__catalog-image {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 154px;
    }

    .test-block__catalog-image img {
        max-height: none;
    }

    .test-block__header {
        margin-bottom: 15px;
    }

    .test-block__test-wrapper {
        margin: 102px -20px 122px;
    }

    .test-block__win-subtitle {
        text-align: center;
    }

    .test-block__win-table-row {
        display: block;
        text-align: center;
    }

    .test-block__win-table-icon {
        margin-right: 0;
    }

    .test-block__win-list {
        column-count: 2;
        column-gap: 10px;
    }

    .present-section {
        padding-top: 52px;
    }

    .present-section__title {
        margin-bottom: 20px;
    }

    .present-section__images {
        display: block;
        padding-left: 0;
        margin-bottom: 37px;
    }

    .present-section__image-1 {
        padding-top: 0;
        margin-bottom: 15px;
    }

    .present-section__image-1 img {
        width: 92px;
        height: auto;
    }

    .present-section__image-2 {
        margin: 0 -20px 0 20px;
    }

    .present-section__image-2 img {
        width: 334px;
        height: auto;
    }

    .present-section__list {
        margin-bottom: 42px;
    }

    .present-section__list li {
        padding-left: 60px;
        margin-bottom: 20px;
        min-height: 40px;
    }

    .present-section__list li:before {
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
    }

    .present-section__footer-lead {
        margin: 29px 0 32px;
    }

    .present-section__btn {
        width: 100%;
    }

    .present-section__note {
        margin-top: 42px;
    }

    .balloon-9 {
        right: 12px;
        top: -70px;
        width: 78px;
    }

    .balloon-10 {
        left: 50%;
        top: 152px;
        width: 69px;
        margin-left: -140px;
    }

    .balloon-8 {
        left: 50%;
        top: 274px;
        width: 66px;
        margin-left: -157px;
    }

    .balloon-11 {
        right: 50%;
        top: 175px;
        width: 76px;
        margin-right: -163px;
    }

    .media__dec {
        width: calc(60 * 100% / 1172);
        margin: calc(-30 * 100% / 1172);
        top: calc(-30 * 100% / 1172);
    }

    .mob-hidden {
        display: none !important;
    }

    .landing-2 .main-section {
        padding-bottom: 0;
    }

    .landing-2 .present-section {
        padding-top: 26px;
    }

    .landing-2 .balloon-10 {
        top: 126px;
    }

    .landing-2 .balloon-8 {
        top: 248px;
    }

    .landing-2 .balloon-11 {
        top: 148px;
    }

    .landing-2 .test-block {
        margin-top: 46px;
        padding-bottom: 19px;
    }

    .landing-2 .test-block__win-subtitle {
        margin: 0;
        text-align: left;
    }

    .landing-2 .test-block__win-subtitle strong {
        font-weight: inherit;
    }

    .landing-2 .test-block__win {
        font-size: 16px;
        line-height: 22px;
    }

    .landing-2 .test-block__win-title {
        margin-bottom: 11px;
    }

    .landing-2 .test-block__win-list {
        margin-top: 42px;
    }

    .landing-2 .balloon-9 {
        top: auto;
        bottom: -42px;
        right: 32px;
    }

    .landing-2 .present-section__note {
        margin-top: 49px;
    }
}

@media (max-width: 630px) {
    .main-section__media {
        width: 630px;
        left: 50%;
        right: auto;
        margin-left: -315px;
    }

    .main-section__inner {
        padding-top: 342px;
    }
}