@media (max-width: 1024px) {
/* HEADER START */
  header { position: fixed; z-index: 100; }

  header .container { padding: 0 1.25rem; }

  header .navbar-expand-lg { align-items: center; height: 3.125rem; }

  header .logos { margin-right: auto; }

  header .logos .logo { width: 4.125rem; }

  header .btn-circle {
    margin-right: .875rem;
    padding: 0;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    z-index: 0;
  }

  header .btn-circle .ico {
    margin: 0;
    width: 1.375rem;
    height: 1.375rem;
  }

  header .navbar-toggler {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    width: 1.875rem;
    height: 1.25rem;
    border: 0;
    outline: 0;
    z-index: 3;
  }

  header .navbar-toggler span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: .125rem;
    border: 0;
    background: var(--c-primary);
    border-radius: 62.5rem;
    transition: 0.3s;
  }

  header .navbar-toggler span:nth-child(1) { top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
  header .navbar-toggler span:nth-child(2) { top: 50%; transform: translate(-50%, -50%) rotate(-45deg); }
  header .navbar-toggler span:nth-child(3) { top: 50%; transform: translate(-50%, -50%) rotate(45deg); }

  header .navbar-toggler.collapsed span:nth-child(1) { top: 0%; transform: translate(-50%, 0%); }
  header .navbar-toggler.collapsed span:nth-child(2) { top: 50%; transform: translate(-50%, -50%); }
  header .navbar-toggler.collapsed span:nth-child(3) { top: 100%; transform: translate(-50%, -100%); }

  header .navbar-expand-lg .navbar-nav { align-items: center; }

  header .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 0;
    left: -1.25rem;
    width: 100vw;
    z-index: 1;
  }

  header .navbar-expand-lg .navbar-collapse .navbar-inner {
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 2.1875rem 2.375rem;
    height: 100svh;
    background: #26201E url('../img/burger-bg.png') no-repeat 50%/contain;
  }

  header .navbar-expand-lg .mob-logo {
    display: block;
    margin: 0 auto 1.625rem;
    width: 7.75rem;
  }

  header .navbar-expand-lg .navbar-nav-1 { margin: 0 auto 2.8125rem; }

  header .navbar-expand-lg .navbar-nav-1 .nav-item { margin: 0 0 1.75rem; padding: 0; }

  header .navbar-expand-lg .navbar-nav-1 .nav-item:last-child { margin-bottom: 0; }

  header .navbar-expand-lg .navbar-nav-1 .nav-item:not(:last-child)::after { display: none; }

  header .navbar-expand-lg .navbar-nav .nav-link { font-size: 1rem; line-height: 1.1; }

  header .navbar-expand-lg .mob-menu { width: 100%; }

  header .navbar-expand-lg .mob-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  header .navbar-expand-lg .mob-menu ul li { width: 100%; }

  header .navbar-expand-lg .mob-menu ul li:not(:last-child) { margin-bottom: .75rem; }

  header .navbar-expand-lg .mob-menu ul li .btn { width: 100%; }

  header .navbar-expand-lg .mob-menu ul li .btn .ico {
    margin-right: .625rem;
    width: 1.375rem;
    height: 1.375rem;
  }
/* HEADER END */

/* FOOTER START */
  footer { padding: 3.125rem 1.25rem 2.75rem; }

  footer::before { height: 17.9375rem; background-image: url('../img/footer-bg-mob.png'); bottom: 0;}

  footer .footer__top {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1.875rem;
  }

  footer .footer__top a {
    margin: 0 0 1.25rem;
    font-size: .875rem;
    line-height: 1.2;
  }

  footer .footer__top a:last-child { margin-bottom: 0; }

  footer .footer__bot p { margin-bottom: 1.25rem; font-size: .625rem; }

  footer .footer__bot p::before { display: none; }
/* FOOTER END */

/* KV START */
  .kv {
    position: relative;
    margin-bottom: 1.75rem;
    height: auto;
    background: none;
  }

  .kv::before {
    content:'';
    position: absolute;
    top: -3.125rem;
    left: 0;
    width: 100%;
    height: 33.5rem;
    background: url('../img/kv/bg-mob.png') no-repeat 50% 0%/contain;
    z-index: -1;
    pointer-events: none;
  }

  .kv__block {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 2rem;
    padding: 2.5rem 0 0;
    width: 15.625rem;
  }

  .kv__block::before {
    top: 50%;
    width: 22.5rem;
    height: 21.5625rem;
    background-image: url('../img/kv/block-bg-mob.png');
    transform: translate(-50%, -50%);
  }

  .kv__block h1 { margin: 0 0 1.125rem; font-size: 2.125rem; }
  .kv__block h1 span:first-child { margin-bottom: -0.4375rem; }
  .kv__block h1 span img { margin-left: .75rem; width: 7.75rem; }

  .kv__block h2 { margin-bottom: 1.125rem; font-size: .875rem; }

  .kv__block .btn {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }

  .kv__block .btn .ico { margin-bottom: 0; margin-right: 1.5rem; width: 1.375rem; height: 1.375rem; }

  .kv__prize {
    position: relative;
    width: 100%;
  }

  .kv__prize h3 {
    position: absolute;
    top: 1.1875rem;
    right: 2.75rem;
    margin: 0;
    width: 7.625rem;
    color: var(--c-primary);
    font-weight: 600;
    font-size: .9375rem;
    text-transform: uppercase;
    text-align: center;
  }

  .kv__prize h3 b { color: var(--c-secondary); }

  .kv__prize img { width: 100%; }
/* KV END */

/* RULES START */
  .rules { position: relative; margin-bottom: 3.125rem; }

  .rules::before {
    content:'';
    position: absolute;
    bottom: 3.75rem;
    left: 0;
    width: 100%;
    height: 61.125rem;
    background: url('../img/rules/rules-circle.png') no-repeat 50%/cover;
    z-index: -1;
    pointer-events: none;
  }

  .rules__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .rules__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 1.25rem;
    padding-bottom: 1.25rem;
    width: 20rem;
  }

  .rules__list li:last-child { margin-bottom: 0; padding-bottom: 0; }

  .rules__list li:not(:last-child)::after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background: url('../img/rules/line.png') no-repeat 50%/contain;
  }

  .rules__list li picture { margin-bottom: .625rem; width: 14rem; }

  .rules__list li h4 { font-size: 1rem; }
  .rules__list li p { font-size: 1rem; }
/* RULES END */

/* WHERE-BUY START */
  .where-buy { margin-bottom: 3.125rem; }

  .where-buy::before { display: none; }

  .where-buy .title { margin-bottom: 1.875rem; }

  .where-buy ul {
    justify-content: space-between;
    margin: 0 auto -1.25rem;
    padding: 0 1.25rem;
    width: 100%;
  }

  .where-buy ul li { margin-bottom: 1.25rem; margin-right: 0; }

  .where-buy ul li a { border-radius: .3125rem; }

  .where-buy ul li a img { width: 9.375rem; height: 5rem; }
/* WHERE-BUY END */

/* PRIZES START */
  .prizes { margin-bottom: 3.125rem; }

  .prizes::before {
    bottom: 0;
    height: 89.125rem;
    background-image: url('../img/prizes/prizes-bg-mob.png');
  }

  .prizes__main { margin-bottom: 3.125rem; }

  .prizes__main::before { display: none; }

  .prizes h3 { margin: 0 0 .625rem; font-size: 1rem; }
  .prizes h4 { margin: 0 0 1.25rem; font-size: 1rem; }
  .prizes h5 { margin: 0 0 1.25rem; font-size: 1rem; }

  .prizes__main-img { height: 15.3125rem; }

  .prizes__main-img picture { margin: 0; left: 0; width: 100%; }

  .prizes__main .btns .btn {
    width: 15.625rem;
    height: 3.125rem;
    font-size: 1rem;
  }

  .prizes__partner { margin-bottom: 1.25rem; width: 8.375rem; }

  .prizes__other { margin-bottom: 3.125rem; }

  .prizes__other h3 { margin-bottom: 1.25rem; }

  .prizes__other-list {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
    width: 100%;
  }

  .prizes__other-list .slick-arrow {
    position: absolute;
    top: 9.375rem;
    width: .75rem;
    height: 1.25rem;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 0;
    outline: 0;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
  }

  .prizes__other-list .slick-arrow.slick-disabled { opacity: 0.25; pointer-events: none; }

  .prizes__other-list .slick-prev { left: 1.375rem; background-image: url('../img/svg/slide-prev-2.svg'); }
  .prizes__other-list .slick-next { right: 1.375rem; background-image: url('../img/svg/slide-next-2.svg'); }

  .prizes__other-list .slick-dots li { margin: 0 .3125rem; }

  .prizes__other-list .slick-dots button {
    width: .625rem;
    height: .625rem;
    background: #444;
    border: 0;
  }

  .prizes__other-list .slick-dots .slick-active button { background: linear-gradient(165deg, #E3BA72 0%, #FDF5CA 46%, #DDB06B 70%); }

  .prizes__other-block { margin: 0 2.25rem; width: 15.25rem; }

  .prizes__other-block .img {
    margin-bottom: 1.25rem;
    width: 100%;
    height: 20rem;
  }

  .prizes__other-block .img i {
    /*top: 1.75rem;
    width: 1.75rem;
    height: 1.5625rem;*/

    top: 2.25rem;
    width: 4.55rem;
    height: 1.5625rem;
  }

  .prizes__other-block p { font-size: .875rem; line-height: 1.3; }

  .prizes__special { margin-bottom: 3.125rem; }

  .prizes__special .wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto 1.25rem;
    padding: 2.8125rem 0 0;
    width: 20rem;
    height: 45rem;
    background-image: url('../img/prizes/prizes-special-bg-mob.png');
  }

  .prizes__special .block { padding-top: 0; height: auto; }

  .prizes__special .block h6 { margin-bottom: 1.25rem; font-size: 1.125rem; }

  .prizes__special .block--buy { width: 100%; }
  .prizes__special .block--gift { width: 100%; }

  .prizes__special .block--buy .img { width: 12.75rem; height: 8.5rem; }
  .prizes__special .block--gift .img { width: 12.75rem; height: 12.75rem; }

  .prizes__special .block--buy .img img {
  	/*top: 35%;
  	left: 45%;
  	width: 24.625rem;
  	height: 16.75rem;*/

    top: 43%;
    left: 45%;
    width: 24.625rem;
    height: 11.75rem;
  }

  .prizes__special .block--gift .img img { top: 45%; width: 19.1875rem; height: 19.1875rem; }

  .prizes__special .block p { font-size: .9375rem; }

  .prizes__special .arrow { margin: 2.75rem 0; width: 1.875rem; }

  .prizes .btns .btn { width: 15.625rem; height: 3.125rem; font-size: 1rem; }
/* PRIZES END */

/* ART START */
  .art { margin-bottom: 3.125rem; }

  .art .title { margin-bottom: 1.5rem; }

  .art__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto 1.25rem;
    padding-top: 1.625rem;
    width: 100%;
    height: 52.25rem;
    background-image: url('../img/art-bg-mob.png');
  }

  .art__arrow {
    margin: 1.125rem auto;
    width: 1.875rem;
    height: 4.0625rem;
    background: url('../img/prizes/arrow-90.png') no-repeat 50%/contain;
  }

  .art__block { width: 18.125rem;}

  .art__block h3 {
    margin: 0 auto 1.375rem;
    height: auto;
    font-size: 1.125rem;
  }

  .art__block .img {
    width: 18.125rem;
    height: 18.125rem;
    border-width: .0625rem;
    border-radius: 1.75rem;
    box-shadow: 0 .125rem .125rem rgba(0, 0, 0, 0.25);
  }

  .art .btns .btn { width: 15.625rem; height: 3.125rem; font-size: 1rem; }
/* ART END */

/* WINNERS START */
  .winners {
    margin-bottom: 3.125rem;
  }
  .winners__table {
    width: 20rem;
  }
  .winners__table-form {
    margin-bottom: 1.25rem;
  }
  .winners__table-form form .form-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }
  .winners__table-form form .form-selector {
    margin: 0 0 .75rem;
    width: 100%;
  }
  .winners__table-form form .form-selector--btn {
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: .875rem;
    height: 3.125rem;
  }
  .winners__table-form form .form-selector--btn::before {
    height: 3.125rem;
  }
  .winners__table-form form .form-selector--btn::after {
    right: 1rem;
    width: .8125rem;
    height: .5rem;
  }
  .winners__table-form form .form-selector--placeholder {
    padding: 0 1rem;
    font-size: .875rem;
  }
  .winners__table-form form .form-selector--list {
    top: .125rem;
    padding: 3.125rem 0 0;
  }
  .winners__table-form form .form-selector--list ul li a {
    padding: .5rem 1rem;
    font-size: .875rem;
  }
  .winners__table-form form .form-group {
    width: 100%;
  }
  .winners__table-form form .form-control--wrap {
    margin-bottom: 0;
    height: 3.125rem;
  }
  .winners__table-form form .form-control--wrap .form-control {
    padding: 0 1rem;
    font-size: .875rem;
  }
  .winners__table-form form .form-control--wrap::before {
    height: 3.125rem;
  }
  .winners__table-form form .ico-search {
    right: 1rem;
    width: .875rem;
    height: .875rem;
  }
  .winners__table-wrap {
    padding: .875rem;
  }
  .winners__table-head li:nth-child(1) {
    padding-left: 2rem;
  }
  .winners__table-slider {
    width: 100%;
  }
  .winners__table-body {
    flex-direction: column;
    align-items: flex-start;
    padding: .625rem .875rem;
    height: 5.75rem;
  }
  .winners__table-body li {
    margin-bottom: .8125rem;
    padding: 0;
    font-size: .8125rem;
  }
  .winners__table li:nth-child(2) {
    padding-right: 0;
    width: 100%;
    text-align: left;
  }
  .winners__table li:nth-child(3) {
    width: 100%;
  }
  .winners__table li:nth-child(4) {
    margin-bottom: 0;
    width: 100%;
  }
  .winners__table-controls {
    margin: 1.25rem auto 0;
    width: 100%;
  }
  .winners__table-controls .arrow {
    margin: 0 1.25rem;
    width: .5625rem;
    height: .875rem;
  }
  .winners__table-controls .slider-pagination ul {
    position: relative;
  }
  .winners__table-controls .slider-pagination ul li {
    margin: 0 .1875rem;
  }
  .winners__table-controls .slider-pagination ul li button {
    padding-top: .1875rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: .875rem;
  }
/* WINNERS END */

/* FAQ START */
  .faq {
    margin: 0 auto 1.5rem;
    padding: 1.875rem 0 0;
    height: 69.25rem;
    /*background: url('../img/faq-bg-mob.png') no-repeat 50% 100%/contain;*/
    background: url('../img/faq-bg-mob2.png') no-repeat 50% 100%/contain;
  }
  .faq__wrapper {
    flex-direction: column;
    margin: 0 auto;
    width: 20rem;
  }
  .faq__list {
    width: 100%;
    height: 36rem;
  }
  .faq__list-wrap > .scrollbar-inner .scrollbar-inner {
    padding-right: .75rem;
  }
  .faq__block {
    padding: 1rem .875rem 0;
    border-width: .0625rem;
  }
  .faq__block:last-child {
    margin-bottom: 0;
  }
  .faq__block.show {
    margin-top: 1rem;
    padding: 1rem .875rem;
  }
  .faq__block.show:first-child {
    margin-top: 0;
  }
  .faq__block-link {
    padding: .625rem 2.875rem .625rem 0;
    font-size: .875rem;
  }
  .faq__block-link i {
    width: 2.25rem;
    height: 2.25rem;
  }
  .faq__block-link i::after {
    width: .5625rem;
    height: .375rem;
  }
  .faq__block-text {
    padding: .625rem 0 0;
    font-size: .8125rem;
  }
  .faq__block-text p {
    margin-bottom: .75rem;
  }
  .faq__block-text img {
    margin-bottom: .75rem;
    width: 60%;
  }
  .faq__form {
    padding-top: 14.375rem;
    width: 100%;
  }
  .faq__form h3 {
    margin-bottom: .75rem;
    font-family: "Mont", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    white-space: nowrap;
  }
  .faq__form p {
    margin-bottom: .75rem;
    font-size: .875rem;
  }
  .faq__form .btn {
    width: 11.5rem;
    height: 3.125rem;
    font-size: 1rem;
  }
/* FAQ END */

/* LK START */
  .main-lk .title { margin-bottom: 1.875rem; }

  .lk__data { margin-bottom: 3.125rem; padding: 5rem 1.25rem 0; }

  .lk__data::after { height: 40.1875rem; }

  .lk__data-wrap {
    flex-direction: column;
    align-items: center;
    /*justify-content: flex-direction;*/
    width: 100%;
    height: auto;
  }

  .lk__data-wrap > div { width: 100%; height: auto; }

  .lk__data-info { left: 0; padding: 1.875rem 3.125rem; }

  .lk__data-info h3 { margin-bottom: 1.5rem; font-size: 1rem; }

  .lk__data-info ul li { margin-bottom: .75rem; font-size: .875rem; }

  .lk__data-checks { padding: 1.25rem; }

  .lk__data-checks .text { flex-direction: column; margin-bottom: 1.5rem; }

  .lk__data-checks h4 {
    margin: 0 0 1.25rem;
    width: 7.5rem;
    height: 5.25rem;
    font-size: 3.125rem;
  }

  .lk__data-checks h3 { font-size: 1rem; text-align: center; }

  .lk__data-checks h3 br { display: none; }

  .lk__data-checks .btn { height: 3.125rem; font-size: 1rem; }

  .lk__photo { position: relative; margin-bottom: 3.125rem; overflow: hidden; }

  .lk__photo h2 { margin-bottom: 1rem; font-size: 1.125rem; }

  .lk__photo-list { padding-bottom: 1.875rem; }

  .lk__photo-list .slick-list { padding: 0 1.25rem; }

  .lk__photo .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .lk__photo .slick-dots li { margin: 0 .3125rem; }

  .lk__photo .slick-dots button {
    width: .625rem;
    height: .625rem;
    background: #444;
    border: 0;
  }

  .lk__photo .slick-dots .slick-active button { background: linear-gradient(165deg, #E3BA72 0%, #FDF5CA 46%, #DDB06B 70%); }

  .lk__photo-block {
    margin: 0 .625rem;
    width: 14rem;
    height: 13.875rem;
    border-width: .0625rem;
    border-radius: 1.375rem;
  }

  .lk__checks { margin-bottom: 3.125rem; }

  .lk__checks h2 { margin-bottom: 1rem; font-size: 1.125rem; }

  .lk__checks-table {
    margin: 0 auto;
    padding: .875rem;
    width: 20rem;
  }
  .lk__prizes-table {
    margin: 0 auto;
    padding: .875rem;
    width: 20rem;
  }
  .lk__checks-table-body ul {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: .625rem .875rem .625rem 5.125rem;
    height: 7rem;
  }
  .lk__checks-table li:nth-child(1) {
    position: absolute;
    top: .625rem;
    left: .875rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
  }
  .lk__checks-table li:nth-child(2) {
    width: 100%;
  }
  .lk__checks-table li:nth-child(3) {
    width: 100%;
  }
  .lk__checks-table li:nth-child(4) {
    width: 100%;
  }
  .lk__checks-table li:nth-child(5) {
    margin-bottom: 0;
    width: 100%;
  }
  .lk__checks-table-body ul:nth-child(2n + 2) {
    background: #5F432F;
  }
  .lk__checks-table-body ul li {
    margin-bottom: .25rem;
    font-size: .8125rem;
  }
  .lk__checks-table-body ul li img {
    width: 100%;
    height: 100%;
  }
  .lk__checks-table-body ul li i {
    margin-right: .375rem;
    width: .875rem;
    height: .875rem;
  }
  .lk__checks-table-body ul li .hint {
    bottom: 0;
    margin-left: .375rem;
  }
  .lk__checks-table-body ul li .hint__ico {
    width: 1rem;
    height: 1rem;
    font-size: .6875rem;
  }
  .lk__checks-table-body ul li .hint__text {
    top: -0.25rem;
    padding: .9375rem 1.125rem 0;
    /*width: 11.8125rem;
    height: 4.6875rem;*/
    width: 14.8125rem;
    height: 6.6875rem;
    font-size: .75rem;
  }
  .lk__checks-table-body ul li a {
    margin-top: .1875rem;
  }
  .lk__checks-table-controls {
    margin: 1.25rem auto 0;
    width: 100%;
  }
  .lk__checks-table-controls .arrow {
    margin: 0 1.25rem;
    width: .5625rem;
    height: .875rem;
  }
  .lk__checks-table-controls .slider-pagination ul {
    position: relative;
  }
  .lk__checks-table-controls .slider-pagination ul li {
    margin: 0 .1875rem;
  }
  .lk__checks-table-controls .slider-pagination ul li button {
    padding-top: .1875rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: .875rem;
  }
  .lk__prizes {
    padding: 0;
  }
  .lk__prizes h2 {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  .lk__prizes-slider {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
    width: 100%;
  }
  .lk__prizes-slider .slick-arrow {
    position: absolute;
    top: 9.375rem;
    width: .75rem;
    height: 1.25rem;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 0;
    outline: 0;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
  }
  .lk__prizes-slider .slick-arrow.slick-disabled {
    opacity: 0.25;
    pointer-events: none;
  }
  .lk__prizes-slider .slick-prev {
    left: 1.375rem;
    background-image: url('../img/svg/slide-prev-2.svg');
  }
  .lk__prizes-slider .slick-next {
    right: 1.375rem;
    background-image: url('../img/svg/slide-next-2.svg');
  }
  .lk__prizes-slider .slick-dots li {
    margin: 0 .3125rem;
  }
  .lk__prizes-slider .slick-dots button {
    width: .625rem;
    height: .625rem;
    background: #444;
    border: 0;
  }
  .lk__prizes-slider .slick-dots .slick-active button {
    background: linear-gradient(165deg, #E3BA72 0%, #FDF5CA 46%, #DDB06B 70%);
  }
  .lk__prizes-slider .slick-slide {
    margin: 0 2.25rem;
    width: 15.25rem;
  }
  .lk__prizes-slider .slick-slide .img {
    margin-bottom: 1.25rem;
    width: 100%;
    height: 20rem;
  }
  .lk__prizes-slider .slick-slide .img i {
    top: 1.75rem;
    width: 1.75rem;
    height: 1.5625rem;
  }
  .lk__prizes-slider .slick-slide p {
    font-size: .875rem;
    line-height: 1.3;
  }
/* LK END */

/* MODAL START */
  .modal-dialog {
    margin: .5rem auto;
  }
  .modal-dialog {
    max-width: 21.25rem;
  }
  .apm-modal-dialog {
    max-width: 21.25rem;
  }
  .modal .close {
    top: 1.125rem;
    right: 1.25rem;
    width: 1.375rem;
    height: 1.375rem;
  }
  .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .modal-body, .apm-modal-body {
    padding: 1.25rem;
  }
  .modal__title {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    white-space: normal;
  }
  .modal__text {
    margin-bottom: 1.125rem;
    font-size: .875rem;
  }
  .modal form .captcha {
    margin-bottom: 1.875rem;
    width: 13rem;
  }
  .modal__link {
    font-size: .625rem;
  }
  .modal form .form-group.width-small {
    width: 100%;
  }
  .modal form .form-group.width-medium {
    width: 100%;
  }
  .modal form .form-group.width-big {
    width: 100%;
  }
  .modal form .btn.width-small {
    width: 13.75rem;
  }
  .modal form .btn.width-medium {
    width: 13.75rem;
  }
  .modal form .form-checkboxes {
    margin: 1.125rem 0 1.875rem;
  }
  .apm-img-error-block::after {
    width: 5rem;
    height: 5rem;
  }
  .apm-btn-link, #apm-manual-upload, #apm-upload-button {
    width: 100%;
  }
  .apm-photo-thumbnail-wrapper {
    width: 85%;
  }
  .apm-block-btn, .apm-btn, #apm-submit-qr {
    width: 100%;
  }
  .apm-qr-btn-text, .btn-content {
    padding: 0;
    height: 3.125rem;
    font-size: .875rem;
  }
  .apm-block-qr {
    width: 100%;
  }
  .apm-modal {
    display: flex;
  }
  .modal form .btn, .modal form .btn-medium, .modal form .btn-small {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
  .modal-rules .modal-body {
    padding: 1.5625rem 1rem 3.125rem;
  }
  .modal__icon {
    margin: 0 auto 2rem;
    width: 5rem;
  }
  .modal__prize {
    margin-bottom: 1.25rem;
    width: 15rem;
  }
  .modal-rules .modal__text {
    margin-bottom: .9375rem;
    font-weight: 400;
    font-size: 1rem;
  }
  .modal-rules ul {
    width: 20.875rem;
  }
  .modal-rules ul li {
    margin-bottom: 1rem;
  }
  .modal-rules ul li::before {
    bottom: .5rem;
    margin-right: .875rem;
    width: 2.125rem;
    height: 2.125rem;
    font-size: 1rem;
  }
  .modal-rules ul li p {
    font-size: 1rem;
  }
  .modal-prize ul {
    width: 100%;
  }
/* MODAL END */

/* MODAL-PHOTO START */
  .modal-photo .modal-body { padding: 1.25rem; }

  .modal-photo__load {
    margin: 0 auto 1.875rem;
    width: 100%;
    height: 11.25rem;
  }

  .modal-photo__loaded {
    margin: 0 auto 1.875rem;
    width: 100%;
    height: 11.25rem;
  }

  .modal-photo__load i { width: 3rem; height: 3rem; }

  .modal-photo .btn { max-width: 100%; }
/* MODAL-PHOTO END */

/* MODAL-ADD START */
  .modal-registration form .form-btns .captcha {
    margin: 0 0 1.25rem;
  }
  .modal-registration form .form-btns .btn {
    margin: 0 auto 1.25rem;
  }
  #modal-enter .btn {
    padding: 0;
    width: 100%;
  }
  #modal-registration-2 form .form-btns .btn {
    margin: 0 auto 1.25rem;
    width: 100%;
  }
  #modal-registration-2 form .form-btns .btn:last-child, .modal-registration form .form-btns .btn:last-child {
    margin-bottom: 0;
  }
/* MODAL-ADD END */

/* WIDGET START */
  .apm-modal-dialog {
    align-items: flex-start;
    margin: 1rem auto;
    width: 100%;
    max-width: 21.25rem;
    min-height: calc(100% - (2rem * 2));
  }
  .apm-modal-content {
    width: 100%;
    border-radius: 0;
  }
  .apm-modal .apm-close {
    top: 1.125rem;
    right: 1.25rem;
    width: 1.375rem;
    min-width: 1.375rem;
    max-width: 1.375rem;
    height: 1.375rem;
    min-height: 1.375rem;
    max-height: 1.375rem;
  }
  .apm-block-qr-video {
    margin: 0 auto 1.25rem;
    width: 16.25rem;
    height: 16.25rem;
  }
  .apm-p-input {
    padding-bottom: 0.375rem;
    font-size: 0.75rem;
  }
  .apm-phone-input {
    padding: 0 1rem;
    height: 3.125rem;
    font-size: 0.875rem;
    text-align: left;
    border-width: 0.0625rem;
  }
/* WIDGET END */

/* 404 START */
  .page-404 {
    padding: 5.25rem 0 0;
  }
  .page-404__block .title {
    margin-bottom: 1.25rem;
    font-size: 7.5rem;
  }
  .page-404__block .title h2 {
    font-size: 10rem;
    line-height: 12.3125rem;
    letter-spacing: -0.05em;
  }
  .page-404__block .title h2 span {
    top: 0.3125rem;
    left: 0.25rem;
  }
  .page-404__block p {
    margin-bottom: 2.5rem;
    padding: 0 2rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .page-404__block .btn {
    width: 18rem;
    height: 4.375rem;
    font-size: 1.25rem;
  }
/* 404 END */
}
