@charset "utf-8";
html {
    width: 100%;
    height: 100%;
    font-size: clamp(15px, 1.519vw, 29.17px);
}
body {
    background-color: #000;
    color: #fff;
    font-family: "effra-cc", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}
/* typo*/
a {
    color: inherit;
}
h1 {
    font-weight: 300;
    font-size: 5.444rem;
    margin-bottom: 0.514rem;
    line-height: 1;
}
h1 small {
    display: block;
    line-height: 1;
    font-weight: 300;
    font-size: 2.198rem;
    text-transform: none;
}
h2 {
    font-weight: bold;
    font-size: 2.143rem;
    line-height: 1;
    text-transform: uppercase;
}
h2 small {
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    font-size: 1.656rem;
    text-transform: none;
}
h3 {
    font-weight: 300;
    font-size: 1.714rem;
}
.gold {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url("../images/blask-PpKoemW.jpg");
    background-position: center center;
    background-size: cover;
    color: transparent;
}
.btn {
}
.btn.btn-primary {
    font-weight: 300;
    background-color: #b3c02f;
    color: #000;
    text-align: center;
    font-size: max(19px, 0.928rem);
    min-height: 1.44em;
    border-radius: 0.72em;
    border: 0;
    line-height: 1;
    padding: 0.28em 1.5em 0.2em 1.5em;
    text-transform: uppercase;
}
.btn.btn-secondary {
    font-weight: 300 !important;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: max(19px, 0.928rem) !important;
    min-height: 1.44em;
    border-radius: 0.72em;
    border: 0;
    line-height: 1;
    padding: 0.28em 1.5em 0.2em 1.5em !important;
}
.btn-check + .btn {
    opacity: 0.5;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active, .btn-check + .btn:hover {
    opacity: 1;
    background-color: #fff;
    border-color: #fff;
}
.btn.btn-link {
}
.content-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
section, .section {
    position: relative;
}
.hook {
    top: -80px;
    position: absolute;
}
/* navbar */
.navbar {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 1.371rem 0;
    background-color: rgba(101, 29, 6, 0);
    transition: all 0.3s ease-In-Out;
}
@media (max-width: 767.98px) {
    .navbar {
        padding: 0.926rem 0;
        background-color: rgba(141, 48, 7, 0.85);
    }
}
.navbar.top-nav-collapse {
    padding: 13.89px 0;
    background-color: rgba(141, 48, 7, 0.85);
}
@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-collapse.collapsing {
        height: fit-content;
        overflow: visible;
    }
}
@media (max-width: 767.98px) {
    .navbar .navbar-inner {
        width: 100%;
    }
}
.col-form-label {
    margin-bottom: .5rem;
    padding-bottom: 0;
}
.navbar .navbar-nav .nav-link {
    font-family: "calibri", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 1rem;
    padding: 0 0.926rem;
    white-space: nowrap;
    text-align: center;
}
@media (max-width: 767.98px) {
    .navbar .navbar-nav .nav-link {
        padding: 0.926rem;
    }
}
.navbar .navbar-brand {
    padding: 0 0.926rem;
    margin: 0;
    display: inline-block;
}
.navbar .navbar-brand .logo {
    width: max(90px, 5.896rem);
    height: auto;
    margin-right: 0.926rem;
    transition: all 0.3s ease-In-Out;
}
.navbar.top-nav-collapse .navbar-brand .logo {
    width: 90px;
}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #fff;
}
/* hamburger */
.navbar-toggler {
    padding: 10px;
    border: 0;
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
}
.navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 23px;
    height: 16px;
    padding: 0;
}
button:focus, .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0;
}
.navbar-toggler-icon .bar {
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}
.navbar-toggler.collapsed .bar.bar1 {
    top: 0;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .bar.bar2 {
    transform: rotate(0deg);
    opacity: 1;
}
.navbar-toggler.collapsed .bar.bar3 {
    bottom: 0;
    transform: rotate(0deg);
}
.navbar-toggler-icon .bar.bar1 {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.navbar-toggler-icon .bar.bar2 {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    opacity: 0;
}
.navbar-toggler-icon .bar.bar3 {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
.h-hr {
    border-bottom: solid 0.137rem #fff;
    width: calc(100% - 30px);
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}
/* home */
.home {
    padding-top: 7rem;
}
.home .hero {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.home .hero .hero-logo {
    height: 3.908rem;
    width: auto;
    margin-top: -1.3rem;
}
/* Nagrody */
.nagrody {
    font-size: 1.487rem;
    line-height: 1.1;
}
.nagrody .nagrody-row {
    max-width: 1590px;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0px 0.583rem 0.446rem rgba(0, 0, 0, 0.26));
}
.nagrody strong {
    font-size: 130%;
}
.nagrody img {
    margin: 0 auto;
    width: 6.548rem;
    height: auto;
    transition: all .3s ease-In-Out;
}
.nagrody img:hover {
    transform: scale(1.1);
}
.steps img {
    transition: all .3s ease-In-Out;
}
.steps img:hover {
    transform: scale(1.2);
}
.nagrody .x-green {
    color: #b3c02f;
    font-size: 355%;
    display: block;
    line-height: 1;
}
/* Zasady */
.zasady h2 {
    margin-bottom: 1.714rem;
}
.zasady .container-fluid {
}
.zasady .steps {
    font-family: "calibri", sans-serif;
    font-size: 1.202rem;
    line-height: 1.2;
}
.zasady .steps strong {
    font-size: 150%;
    line-height: 1;
    display: inline-block;
}
.zasady .steps .txt-l {
    font-size: 2.461rem;
    font-weight: bold;
    display: block;
    line-height: 1.1;
}
.zasady .steps img {
    width: 1.954rem;
    height: auto;
    margin-bottom: 0.5rem;
}
.zasady p {
    font-size: max(11px, 0.603rem);
}
.zasady .zwrot {
    font-weight: 300;
    font-size: 0.714rem;
    line-height: 1.3;
    background-color: #2d313f;
    border: solid 0.309rem #d1b457;
    border-radius: 1.267rem;
    max-width: 270px;
    padding: 1rem 0.5rem 0.75rem 0.5rem;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.zasady .zwrot strong {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 1rem;
    color: #d1b457;
}
/* Form */
.form {
}
.form .container-fluid {
    max-width: 1620px;
}
.form h2 {
}
.files-add-button[disabled] {
    opacity: 0.5;
}
.form .form-control.is-invalid {
    background-image: none;
    background-color: #ff0000;
    color: #fff;
}
.form .form-control.is-invalid::placeholder {
    color: #fff;
}
.form .form-container .input-group-addon {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
    z-index: 3;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not( .form-floating ) {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.custom-popover {
    --bs-popover-max-width: 277px;
    --bs-popover-border-color: #c4191b;
    --bs-popover-body-padding-x: 0;
    --bs-popover-body-padding-y: 0;
    border: solid 3px #c4191b;
    border-radius: 5px;
    width: 277px;
    filter: drop-shadow(0px 0.583rem 0.446rem rgba(0, 0, 0, 0.26));
}
.form .small-field {
    margin-top: 4px;
}
.form .form-container {
    position: relative;
    background-color: transparent;
    max-width: 940px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.form-container .form-control {
    border: 0;
    color: #000;
    font-size: max(15px, 0.6rem);
    height: 48px;
    border-radius: 24px;
}
.btn-droptdown {
    border: 0;
    color: #000;
    background-color: #fff;
    font-size: max(15px, 0.6rem);
    height: 48px;
    border-radius: 24px;
    width: 100%;
    position: relative;
}
.dropdown-toggle::after {
    background-image: url("../images/lista-ico-53vCfQe.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    border: 0;
    width: 60px;
    height: 48px;
}
.form-container label {
    font-size: max(15px, 0.6rem);
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}
.form-container legend {
    font-size: max(15px, 0.6rem);
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}
.form-container label.form-check-label {
    font-size: max(15px, 0.6rem);
    padding-left: 0;
    font-weight: 300;
}
.form-container label a {
    color: inherit;
}
.form-container .form-check {
    position: relative;
    min-height: max(15px, 0.6rem) !important;
    line-height: 14px;
    padding-left: 24px;
}
.form-container .form-check-input {
    border-radius: 0;
    border: 0;
    width: 14px;
    height: 14px;
    background-color: #c7c7c7;
    margin-left: -24px;
    margin-top: 0;
}
.form-container .form-check-input:checked[type="checkbox"] {
}
.form-container .form-check-input:checked {
    background-color: transparent;
    background-image: url("../images/file-check-fpVSyx7.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-container .zgody .collapseBtn {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 3;
    position: absolute;
    right: -5px;
    top: 5px;
}
.form-container .zgody .collapseBtn.collapsed {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
.form-container .more-btn {
    fill: #031d4f;
}
.form-container .zgody .collapseBtn.collapsed .more-btn {
    fill: #fff;
}
.form-container .zgody .collapseBtn.collapsed .more-btn {
    fill: #fff;
}
.form-container .zgody .collapse, .form-container .zgody .collapsing {
    background-color: #fff;
    color: #031d4f;
    font-size: 11px;
    padding: 20px 50px 20px 25px;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15px;
    width: 100%;
}
.zweryfikuj-btn {
    background-color: #b3c02f;
    color: #000;
    border-radius: 24px;
    border: solid 4px #b3c02f;
    font-size: max(19px, 0.821rem);
    font-weight: bold;
    height: 48px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.zweryfikuj-btn  span {
    padding-top: 0.15rem;
}
.zweryfikuj-btn  .info-btn  {
    width: auto;
    height: calc(100% + 4px);
    margin: -2px;
}
.wpiszpin-input-group {
    background-color: #fff;
    color: #000;
    border-radius: 28px;
    font-size: max(19px, 0.821rem);
    font-weight: bold;
    height: 48px;
    box-sizing: content-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.wpiszpin-input-group .form-control {
    font-size:  max(15px, 0.6rem);
    background-color: transparent;
    color: #000;
}
.wpiszpin-input-group .form-control::placeholder {
    color: #000;
}
.btn-pin {
    background-color: transparent;
    color: #fff;
    height: calc(100% + 4px);
    margin: -2px;
    width: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.btn-pin img {
    height: 42px;
    padding-right: 6px;
}
.zweryfikowano {
    color: #fff;
    font-size: max(15px, 0.571rem);
    font-weight: 300;
    width: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.zweryfikowano span {
    padding-top: 0.15rem;
}
.form-control[type="file"] {
    display: none;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file {
    width: 100%;
    margin: auto;
}
.custom-file .custom-file-label::after {
    display: none;
}
.custom-file .custom-file-label {
    font-weight: 300;
    background-color: #b3c02f;
    color: #000;
    text-align: center;
    font-size: max(14px, 0.825rem);
    min-height: 1.44em;
    border-radius: 0.72em;
    border: 0;
    line-height: 1;
    padding: 0.28em 1em 0.2em 1em;
    text-transform: uppercase;
}
.btn-link {
    padding: 0;
    font-size: 12px;
    background: none;
    text-decoration: underline;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    margin: 0 0 0 4px;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.invalid-feedback {
    color: #FFFFFF;
    font-size: 0.6rem;
}
.file-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
    height: 100%;
}
.img-preview {
    width: 100%;
    max-width: 100px;
    height: 136px;
    margin: auto;
    border: solid 4px #d1b457;
    border-radius: 3px;
    background-image: url("../images/img-preview-6i_bT7i.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-left: auto;
    margin-right: 0;
}
.file-div {
    max-width: 135px;
}
.file-div p {
    font-size: max(11px, 0.471rem);
    line-height: 1.3;
    font-weight: 300;
}
.file-div p strong {
    font-weight: bold;
}
.file-check {
    background-image: url("../images/file-check-fpVSyx7.png");
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 10.42px;
    line-height: 1;
    padding: 0.4em 0 0 20px;
    margin-bottom: 5px;
}
.form small {
    display: block;
    font-size: 10.42px;
    text-align: left;
    line-height: 1.3;
}
.popover-body {
    padding: 5px 0;
}
.popover-body img {
    width: 100%;
    height: auto;
}
.textarea {
    background-color: #b3c02f;
    border-radius: 24px;
}
.textarea label {
    color: #000;
    font-size: 0.857rem;
    text-align: center;
    padding: 0.35rem;
    margin-bottom: 0;
}
.textarea .form-control {
    min-height: 7.199rem;
}
.textarea .form-control::placeholder {
    color: #a23f0e;
    font-weight: bold;
}
.modal .modal-xl {
    max-width: 630px;
}
.modal .modal-content {
    background: #8d3007;
    background: linear-gradient( 90deg, rgba(141, 48, 7, 1) 0%, rgba(101, 29, 6, 1) 100% );
    color: #fff;
    border: solid 4px #fff;
    border-radius: 30px;
}
.modal .modal-header {
    padding: 0;
    border: 0;
    color: #fff;
    position: relative;
    z-index: 3;
}
.modal .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: none;
    font-weight: normal;
    color: #fff;
    font-size: 1rem;
    opacity: 1;
    text-decoration: none;
}
.modal .modal-body {
    font-weight: 300;
    font-size: max(15px, 0.82rem);
    padding: 2.743rem 2rem;
}
/* duży modal z produktami */
.produkty-table {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.item-header {
    display: none;
}
.item-header.item-header-01 {
    display: block;
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
    .produkty-table {
        grid-template-columns: repeat(2, 1fr);
    }
    .item-header.item-header-02 {
        display: block;
    }
}
@media (min-width: 1500px) {
    .produkty-table {
        grid-template-columns: repeat(3, 1fr);
    }
    .item-header.item-header-02, .item-header.item-header-03 {
        display: block;
    }
}
.produkty-table .item .form-check {
}
.produkty-table .item .form-check-input {
    margin-top: 0.4rem;
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
    .produkty-table .item .form-check-input {
        margin-left: -1rem;
    }
}
@media (min-width: 1500px) {
    .produkty-table .item .form-check-input {
        margin-left: -0.8rem;
    }
}
.produkty-table .item span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0.2rem 0.5rem;
}
.produkty-table .item label {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .produkty-table .item label {
        grid-template-columns: repeat(3, 1fr);
    }
}
.produkty-table .item:has(.form-check-input:checked[type="checkbox"]) label {
    color: #fff;
}
.produkty-table .item.item-header label span {
    color: #fff;
    background-color: transparent;
}
/* Zaslepki */
.zaslepka {
    min-height: 100vh;
    background-image: url("../images/zaslepka-bg-Gqb6mxo.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zaslepka.no-bg {
    background-image: none;
}
.zaslepka .container-fluid {
}
.zaslepka h2 {
    font-size: 2.195rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
}
.zaslepka h2 strong {
    font-weight: bold;
}
/* Produkty */
.produkty {
}
@media (min-width: 768px) {
    .produkty {
    }
}
.produkty h3 {
    font-size: 1.429rem;
    font-weight: bold;
}
.lista-prod-promocyjnych {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: clamp(20px, 2.153vw, 31px);
    font-weight: 900;
    max-width: 1120px;
    width: 100%;
    margin: 30px auto 0 auto;
}
@media (min-width: 960px) {
    .lista-prod-promocyjnych {
        flex-direction: row;
        text-align: left;
    }
}
.lista-prod-promocyjnych > div {
    padding-bottom: 5%;
}
.lista-prod-promocyjnych img {
    width: auto;
    height: auto;
    max-width: 100%;
}
@media (min-width: 960px) {
    .lista-prod-promocyjnych img {
        width: 63%;
        margin-left: -13%;
    }
}
/* Produkty2 */
.produkty2 {
    position: relative;
}
.produkty2 .general-h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
}
.produkty2 .carousel .additional-info-row strong {
    font-size: 1.143rem;
    display: block;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-top: 1.371rem;
    margin-bottom: 0.5rem;
}
.produkty2 .carousel .additional-info-row p {
    font-size: 0.857rem;
    text-align: center;
    width: 100%;
    max-width: 421px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.02em;
}
.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    z-index: -1;
    /* mix-blend-mode: soft-light;
    */
}
.carousel-item {
    min-height: max(640px, 32.396rem);
}
.carousel-item .row {
    max-width: 1620px;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .carousel-item .row {
        padding-bottom: 80px;
    }
}
@media (min-width: 768px) {
    .carousel-item .main-info-row > div {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.carousel-item p {
    font-weight: 300;
    font-size: 1.143rem;
    line-height: 1.1;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
.carousel-item .produkt-img {
    width: 20.912rem;
    max-width: 100%;
    height: auto;
}
.carousel-item .btn-secondary {
    color: #000;
    font-weight: bold;
    background-color: #b3c02f;
    border-color: #b3c02f;
}
.carousel-indicators {
    position: relative;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 0.429rem;
    margin-right: 0.429rem;
    border: solid 3px rgba(255, 255, 255, 0);
}
.carousel-indicators .active {
    background-color: #d1b659;
    border: solid 3px #fff;
}
.kontakt {
}
.kontakt h2 {
    margin-bottom: 3.771rem;
}
.kontakt h3 {
    font-size: 1.429rem;
    font-weight: 300;
}
.kontakt h3 a {
    font-weight: bold;
    text-decoration: none;
}
footer {
    font-size: 1rem;
    color: #000;
    padding-top: 1.885rem;
    padding-bottom: 1.371rem;
    background-color: #fff;
}
footer a {
    color: inherit;
    text-decoration: none;
}
footer .container-fluid {
    max-width: 1640px;
}
.logo-footer {
    width: max(90px, 5.896rem);
    height: auto;
    transform: translateY(-10%);
}
.thx {
    min-height: 100vh;
}
/* parallax */
.page-wrapper {
    overflow: hidden;
    background-image: url("../images/body-bg-slrCFS_.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.ball1 {
    position: absolute;
    width: min(265px, 13.802vw);
    height: auto;
    right: 0;
    top: calc(-1 * min(18.49vw, 355px));
}
.ball2 {
    position: absolute;
    width: min(166px, 8.646vw);
    height: auto;
    left: calc(50% + 280px);
    top: 570px;
}
.ball3 {
    position: absolute;
    width: min(273px, 14.219vw);
    height: auto;
    left: 0;
    top: 30%;
}
.ball4 {
    position: absolute;
    width: min(166px, 8.646vw);
    height: auto;
    right: 0;
    top: calc(-1 * min(166px, 8.646vw));
}
.rakieta {
    position: absolute;
    width: min(487px, 25.365vw);
    height: auto;
    right: 0;
    top: 50%;
}
.rakieta2 {
    position: absolute;
    width: min(487px, 25.365vw);
    height: auto;
    right: 0;
    bottom: 0;
}
.gra-intro {
  background-color : rgba(0, 0, 0, 0.6);
}
.gra-intro .container-fluid {
  max-width : 1080px;
  box-shadow : 0px 0px 30px 10px #000000;
  min-height : 100vh;
  min-height : 100dvh;
  height : min(1920px, 177.778vw);
  background-image : url("../images/gra-bg-FTQcezK.jpg");
  background-position : top center;
  background-size : cover;
}
.gra-intro .gra-nav-logo {
  margin : min(90px, 8.333vw) auto min(360px, 33.333vw) min(90px, 8.333vw);
  display : inline-block;
}
.gra-intro .gra-nav-logo img {
  width : auto;
  height : min(85px, 7.87vw);
}
.gra-intro h1 {
  font-weight : 700;
  font-size : min(129.8px, 12.019vw);
}
.gra-intro h1 .gra-h1-logo {
  height : min(85px, 7.87vw);
  margin-top : calc(-1 * (min(20px, 1.852vw)));
  margin-left : 0.1em;
}
.gra-intro p {
  font-size : min(37.77px, 3.497vw);
  line-height : 1.2;
  margin-bottom : min(80px, 7.407vw);
}
.gra-intro .btn.btn-start-game {
  background-color : #fff;
  color : #923714;
  font-size : min(54.17px, 5.016vw);
  font-weight : bold;
  width : 58%;
  border-radius : min(66px, 6.111vw);
  line-height : 1;
  padding : 0.87em 1em 0.76em 1em;
}
.red-accent {
    background-color: #ff0000 !important;
}
.btn-shop-type {
    min-height: 48px !important;
    border-radius: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-grow: 1 !important;
    display: flex !important;
    padding: 0.28em .75em 0.2em .75em !important;
    font-weight: 300 !important;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: max(19px, 0.928rem) !important;
    border: 0;
    line-height: 1;
}
