body {
    --tw-bg-opacity: 1;
    background-color: rgb(40 38 38 / var(--tw-bg-opacity, 1));
    margin: 0;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.wrapper {
    width: 1830px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

@media (max-width: 1829px) and (min-width: 1441px) {
    .wrapper {
        width: 1379px;
    }
}
  /* От 1440px до 1280px */
@media (max-width: 1440px) and (min-width: 1280px) {
    .wrapper {
        width: 1240px;
    }
}

  /* От 1279px до 1000px */
@media (max-width: 1279px) and (min-width: 1000px) {
    .wrapper {
        width: 960px;
    }
}

  /* От 999px до 768px */
@media (max-width: 999px) and (min-width: 768px) {
    .wrapper {
        width: 730px;
    }
}

  /* От 767px до 460px */
@media (max-width: 767px) and (min-width: 460px) {
    .wrapper {
        width: 440px;
    }
}
  /* От 459px до 320px */
@media (max-width: 459px) and (min-width: 320px) {
    .wrapper {
        width: 300px;
    }
}

#modalNav{
    height: 100vh;
    position: fixed;
    z-index: 99;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #323030 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Для Firefox */
input {
    background-color: transparent !important;
    color: white !important;
}

/* Для автозаполнения в Chrome/Edge */
input::-webkit-autofill {
    background-color: transparent !important;
    color: white !important;
}

input[type="text"]:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #323030 inset !important;
}

.text-modal-content-warning{
    display: none;
}
.show-md{
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 459px) {
    .text-modal-content-warning{
        display: block;
        color: rgba(255, 255, 255, 0.80);
        font-family: "Pragmatica Extended";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .text-modal-content-warning-not-warning{
        display: none;
    }
    .show-md{
        display: block;
    }
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
    /* .img-rozetked{
        width: ;
        height: ;
    } */
     .rozatka-right{
        justify-content: end;
     }
}
