* {
    scrollbar-width: thin;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: var(--black-color-0);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--green-color-0);
}
body {
    font-family: 'Montserrat';
    min-width: 340px;
    line-height: 1;
    background-color: #000000;
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
ul {
    padding: 0;
}
li{
    list-style: none;
}
a:hover {
    text-decoration: none;
}
input::-webkit-input-placeholder       {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input::-moz-placeholder                {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:-moz-placeholder                 {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:-ms-input-placeholder            {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder          {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder           {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder      {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder       {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea::-moz-placeholder                {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea:-moz-placeholder                 {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea:-ms-input-placeholder            {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea:focus::-moz-placeholder          {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea:focus:-moz-placeholder           {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea:focus:-ms-input-placeholder      {
    opacity: 0;
    transition: opacity 0.3s ease;
}

button {
    border: none;
    background: none;
}
button,
button:active,
button:focus,
input,
input:active,
input:focus,
textarea:focus-visible{
    outline: none;
    /*box-shadow: none;*/
}
/*label {
    line-height: 1.5rem;
}*/

.base-block {
    position: absolute;
    inset: 0;
    overflow: auto;
    scrollbar-width: thin;
}
.content {
    background-color: #ffffff;
}
.form-check-input:focus {
    box-shadow: none;
}
.img-fluid-rev {
    max-height: 100%;
    width: auto;
}
.text-green {
    color: var(--green-color-0) !important;
}
.header {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    min-height: 575px;
    position: relative;
    background-position: center center;
}
.header::before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: 1;
    background-color: rgba(74,72,73,0.7);
}
.slogan-h1 {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 50px;
    color: var(--yellow-color-0);
}
.slogan-h2 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 50px;
}
.logo {
    width: 150px;
}
.phone {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}
.form-block {
    background-color: var(--green-color-0);
    padding: 40px 0;
}
.form-slogan {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.callback .error {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: var(--red-color-0);
    font-weight: bold;
}
.callback .callback__input {
    padding: 15px 10px;
    font-size: 18px;
    border: 0;
}
.callback .callback__btn {
    background-color: var(--yellow-color-0);
    padding: 17px 30px;
    font-size: 18px;
}
.callback .callback__btn:hover {
    background-color: var(--yellow-color-4);
}
.advantages {
    padding: 40px 0;
    background-color: var(--black-color-0);
}
.advant {
    padding: 20px;
    width: 400px;
    min-height: 160px;
    background-color: var(--yellow-color-0);
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    color: var(--black-color-0);
    overflow: hidden;
    transition: all 0.3s;
}
.advant:hover {
    background-color: var(--green-color-0);
    color: #ffffff;
}
.advantages h4 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-button {
    background-color: var(--green-color-0);
    padding: 17px 30px;
    font-size: 18px;
    color: #ffffff;
    /*-webkit-box-shadow: 0 4px var(--green-color-2);
    box-shadow: 0 4px var(--green-color-2);*/
}
.site-button:hover {
    background-color: var(--green-color-4);
}
.vigoda {
    background-color: #ffffff;
    padding: 40px 0;
}
.vigoda h3 {
    color: var(--black-color-0);
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}
.vig {
    height: 100%;
}
.vig h6{
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 15px;
}
.vig .vig__list {
    color: var(--black-color-0);
    margin: 0;
    padding: 15px;
}
.vig.vig_grey {
    border: 4px solid var(--black-color-0);
}
.vig.vig_green {
    border: 4px solid var(--green-color-0);
}
.vig.vig_grey h6{
    background-color: var(--black-color-0);
}
.vig.vig_green h6{
    background-color: var(--green-color-0);
}
.vig .vig__list li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.vig.vig_green span{
    font-weight: bold;
}
.gallery {
    padding: 40px 0;
    background-color: var(--black-color-0);
}
.gallery h4 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.slide img {
    border: 2px solid var(--grey-color-4);
}
.slide:hover img {
    border-color: var(--green-color-4);
}
.pockets {
    padding: 40px 0;
    background-color: #ffffff;
}
.pockets h4 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: var(--black-color-0);
}
.pock {
    height: 100%;
}
.pock.pock_light {
    border: 2px solid var(--grey-color-4);
}
.pock.pock_standart{
    border: 2px solid var(--green-color-0);
}
.pock.pock_premium {
    border: 2px solid var(--red-color-0);
}
.pock .pock__content {
    padding: 15px;
}
.pock h6 {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
}
.pock.pock_light h6 {
    color: var(--black-color-0);
    background-color: var(--grey-color-4);
}

.pock.pock_light .pock__content{
    color: var(--black-color-0);
}
.pock p {
    text-align: center;
}
.pock .pock__price {
    font-size: 24px;
    font-weight: bold;
}
.pock span {
    font-weight: bold;
}
.pock.pock_standart h6 {
    color: #ffffff;
    background-color: var(--green-color-0);
}
.pock.pock_standart .pock__content{
    color: var(--black-color-0);
}
.pock.pock_premium h6 {
    color: #ffffff;
    background-color: var(--red-color-0);
}
.pock.pock_premium .pock__content{
    color: var(--black-color-0);
}
.footer {
    padding: 20px 0;
    background-color: var(--black-color-0);
}
.sale{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}
.modal-form {
    position: relative;
    background-color: var(--black-color-0);
}
.modal-form .modal-form__close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--yellow-color-0);
    font-size: 28px;
    padding: 0;
}
.modal-form .modal-form__close:hover {
    color: var(--yellow-color-4);
}
.answer h5 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.answer p {
    text-align: center;
    font-size: 24px;
    margin: 0;
}
.slide {
    text-align: center;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .slogan-h1 {
        font-size: 40px;
    }
    .slogan-h2 {
        font-size: 30px;
    }
    .advant {
        padding: 15px;
        width: 300px;
        min-height: 140px;
        font-size: 16px;
    }
    .advantages h4 {
        font-size: 30px;
    }
    .vigoda h3 {
        font-size: 36px;
    }
    .vig h6 {
        font-size: 24px;
    }
    .gallery h4 {
        font-size: 34px;
    }
    .pockets h4 {
        font-size: 34px;
    }
    .phone {
        font-size: 32px;
    }
}
/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .pockets h4 {
        font-size: 28px;
    }
    .vigoda h3 {
        font-size: 30px;
    }
    .slogan-h1 {
        font-size: 36px;
    }
    .slogan-h2 {
        font-size: 28px;
    }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .logo {
        width: 100px;
    }
    .phone {
        font-size: 20px;
    }
    .slogan-h1 {
        font-size: 28px;
    }
    .slogan-h2 {
        font-size: 18px;
    }
    .header {
        min-height: 500px;
    }
    .form-slogan {
        font-size: 22px;
    }
    .callback .callback__input {
        font-size: 16px;
    }
    .callback .callback__btn {
        font-size: 16px;
    }
    .advantages h4 {
        font-size: 24px;
    }
    .vigoda h3 {
        font-size: 24px;
    }
    .gallery h4 {
        font-size: 24px;
    }
    .pockets h4 {
        font-size: 24px;
    }
}