@font-face {
    font-family: 'LunchBox';
    src: url('/fonts/LunchBox-Bold.eot');
    src: local('LunchBox Bold'), local('LunchBox-Bold'),
    url('/fonts/LunchBox-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/LunchBox-Bold.woff2') format('woff2'),
    url('/fonts/LunchBox-Bold.woff') format('woff'),
    url('/fonts/LunchBox-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LunchBox';
    src: url('/fonts/LunchBox-Light.eot');
    src: local('LunchBox Light'), local('LunchBox-Light'),
    url('/fonts/LunchBox-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/LunchBox-Light.woff2') format('woff2'),
    url('/fonts/LunchBox-Light.woff') format('woff'),
    url('/fonts/LunchBox-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LunchBox Ornaments';
    src: url('/fonts/LunchBoxOrnaments.eot');
    src: local('LunchBox Ornaments'), local('LunchBoxOrnaments'),
    url('/fonts/LunchBoxOrnaments.eot?#iefix') format('embedded-opentype'),
    url('/fonts/LunchBoxOrnaments.woff2') format('woff2'),
    url('/fonts/LunchBoxOrnaments.woff') format('woff'),
    url('/fonts/LunchBoxOrnaments.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LunchBox';
    src: url('/fonts/LunchBox.eot');
    src: local('LunchBox'),
    url('/fonts/LunchBox.eot?#iefix') format('embedded-opentype'),
    url('/fonts/LunchBox.woff2') format('woff2'),
    url('/fonts/LunchBox.woff') format('woff'),
    url('/fonts/LunchBox.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro.eot');
  src: url('/fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
  url('/fonts/GothamPro.svg#GothamPro') format('svg'),
  url('/fonts/GothamPro.ttf') format('truetype'),
  url('/fonts/GothamPro.woff') format('woff'),
  url('/fonts/GothamPro.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro-Medium.eot');
  src: url('/fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
  url('/fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg'),
  url('/fonts/GothamPro-Medium.ttf') format('truetype'),
  url('/fonts/GothamPro-Medium.woff') format('woff'),
  url('/fonts/GothamPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro-Bold.eot');
  src: url('/fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('/fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg'),
  url('/fonts/GothamPro-Bold.ttf') format('truetype'),
  url('/fonts/GothamPro-Bold.woff') format('woff'),
  url('/fonts/GothamPro-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}


html {

    height: auto;
}
body {
    font-family: 'LunchBox';
}
.trs{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    background: #FCD70F;
    padding: 38px 100px 0;
}

img {}

.topr img {
    width: 180px;
}

.title {
    text-align: center;
    color: #513529;
    font-size: 124px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
}
::-webkit-input-placeholder {color:#513529;}
::-moz-placeholder          {color:#513529;}/* Firefox 19+ */
:-moz-placeholder           {color:#513529;}/* Firefox 18- */
:-ms-input-placeholder      {color:#513529;}
.title img {
    width: 400px;
    max-width: 100%;
    vertical-align: top;
}
.btns-wrap {
    text-align: center;
    margin: 31px 0;
}

.btn-custom {
    width: 380px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    background-image: url(/images/btn2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
    line-height: 1;
}

.btn-custom.btn-custom-invert {
    background-image: url(/images/btn.png);
    color: #513529;
}

.botr {
    margin-top: auto !important;
    margin: 0 -100px;
    background-image: url(/images/btm.png);
    background-size: cover;
    flex: 1 1 auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 319px;
    min-height: 319px;
    max-height: 319px;
}

.botr img {
    position: absolute;
    display: none;
}
img.btms {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
}
.midr {
    position: relative;
    z-index: 10;
}
.btn-custom:hover {
    text-decoration: none;
    color: #fcd710;
}
.qr-wrap {
    text-align: center;
}

.qr-wrap img {
    max-width: 98%;
    width: 400px;
}
.def-m {
    margin-top: -6%;
}
.cst-i.errzd {
    box-shadow: 0px 0px 5px 1px red;
}
.btn-custom[disabled] {
    opacity: .3;
}
.numr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #51362a;
    font-size: 37px;
    margin: 19px 0;
}

.numr span {
    width: 100px;
    height: 100px;
    background-image: url(/images/c.png);
    background-size: contain;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 54px;
    padding-top: 10px;
}

.numr div {
    width: 270px;
    line-height: 1;
}

.numr div:last-child {
    text-align: right;
    width: 301px;
}
div#step5 {
    margin-bottom: -8%;
}
.cst-i {
    width: 380px;
    display: block;
    margin: 0 auto 23px;
    height: 76px;
    border-radius: 44px;
    border: none;
    outline: none;
    padding: 0 33px;
    font-size: 20px;
    font-family: 'GothamPro';
    font-weight: 500;
    color: #513529;
}
.pcks-item input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.pcks-item {
    position: relative;
}
.text-sm {
    text-align: center;
    font-size: 18px;
    font-family: 'GothamPro';
    font-weight: 500;
    color: #51362a !important;
}
.ch-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 51px;
    margin: 21px 0;
}

.chk-w {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chk {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: #fff;
    position: relative;
    border-radius: 29px;
}

.chk-w label {
    margin: 0;
    text-transform: uppercase;
    color: #513529;
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
}

.chk input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10;
}

.chk input:checked + span {
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    background: #513529;
    bottom: 8px;
    border-radius: 22px;
}
.modal-content {
    background: transparent;
    border: navajowhite;
}

.modal-body {
    background-image: url(/images/modal.png);
    background-size: 100% 100%;
    padding: 38px;
}

.modal-body .cst-i {
    border: 1px solid;
    font-size: 17px;
    width: 100%;
}

.modal-body .btn-custom {
    width: 100%;
    margin: 0;
}

button.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-image: url(/images/cross.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 auto;
    position: relative;
    top: -8px;
    right: -9px;
}
.pd-wrap {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.pcks-row {
    display: flex;
}

.pd-block {
    width: 650px;
    min-width: 650px;
    max-width: 650px;
    background-image: url(/images/modal.png);
    background-size: 100% 100%;
    padding: 44px 25px;
}

.pd-block .chk-w label {
    font-size: 25px;
    position: relative;
    top: 4px;
}

.pd-block .chk {
    border: 1px solid #8b7971;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.pd-title {
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 600;
    color: #51362a;
    line-height: 1;
    margin: 0 0 26px;
}

.chbw-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 0 12px;
}

.pd-block + .pd-block .chk-w {
    margin: 0 0 14px;
}

.pack-name {
    text-align: center;
    font-family: 'GothamPro';
    font-weight: 600;
    font-size: 12px;
    color: #51362a;
    line-height: 1.2;
    margin: 20px 0 0;
}

.pcks-item {
    text-align: center;
}
.rec-row img {
    width: 55px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
}

.rec-row span {
    font-family: 'GothamPro';
    display: inline-block;
    white-space: normal;
    padding-right: 150px;
    vertical-align: middle;
    font-weight: 500;
    color: #51362a;
}

.rec-row {white-space: nowrap;background-image: url(/images/sh1.png);padding: 17px 15px;background-size: 100% 100%;position: relative;}

.rec-row:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/images/sign.png);
    right: 14px;
    top: 13px;
}

.pcks-item.active {
    background-image: url(/images/sh2.png);
    background-size: 100% 100%;
    position: relative;
}

.pack-name {
}

.pcks-item {
    padding: 9px 0 33px;
    width: 25%;
}

.pcks-item.active:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 19px;
    background-image: url(/images/check.png);
    right: 50%;
    bottom: 10px;
    margin-right: -10px;
}



@media (max-width: 1880px) or (max-height: 980px) {
    img.btms {
        display: none;
    }
    img.btm2 {
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
@media (max-width: 1700px) {
    body {
        padding: 30px 50px 0;
    }

    .botr {
        margin: 0 -50px;
    }

    .title {
        font-size: 100px;
    }

    .title img {
        width: 300px;
    }
}

@media (max-width: 1400px) {
    .topr img {
        width: 140px;
    }

    .title {
        font-size: 80px;
    }

    .title img {
        width: 240px;
    }

    .btn-custom {
        font-size: 21px;
        width: 300px;
        height: 70px;
    }
    input.cst-i {
    width: 300px;
    height: 70px;
    margin: 14px auto;
}
}
@media (max-width: 1200px) {
    body {
    height: auto;
}
.def-m {
    top: 0;
    margin-top: 0;
}
.pd-wrap {
    flex-direction: column;
    align-items: center;
    gap: 19px;
    margin: 17px 0 0;
}

div#step5 {
    margin-bottom: 0;
}
.chk-w label {
    font-size: 23px;
}
.botr {
    flex: 0 0 0;
    min-height: 275px;
    margin: auto -50px 0;
}

.title {
    font-size: 70px;
    margin: 29px 0;
}
 }

@media (max-width: 992px) {
.topr {
    text-align: center;
}

.infot {
    font-size: 30px !important;
    margin: 15px 0 0;
}

.infot br {
    display: none;
    margin:  0 0;
}

.numr {
    flex-direction: column;
}

.numr div {
    width: 100% !important;
    text-align: center !important;
}
.title {
    font-size: 60px;
    margin: 60px 0 30px;
}
.botr {
    min-height: 200px;
}
.title img {
    width: 200px;
}
.qr-wrap {
    margin: 40px 0 0;
}
.ch-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 400px;
    margin: 21px auto;
    max-width: 100%;
}
 }

@media (max-width: 768px) {
    body {
    padding: 20px 20px 0;
}
.text-sm {
    font-size: 16px;
}
.text-sm br {
    display: none;
}
.title {
    font-size: 38px;
}

.title img {
    width: 100px;
}

.botr {
    margin: auto -20px 0;
}

.btns-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
}
@media (max-width: 576px) {
    .pd-block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.pd-title {
    font-size: 34px;
}

.chbw-sm {
    gap: 13px;
}

.pcks-row {
    flex-wrap: wrap;
}

.pcks-item {
    width: 50%;
}
}




