body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
:root {
    /* Определение переменных */
    --main-color: #9c00ff; /* Основной цвет */
    --secondary-color: #ff08ce; /* Вторичный цвет */
    --black-color: #000;
    --white-color: #fff;
    --gray-color: #666;
    --cont_width: 1200px;
  }
.shiz_cont {
    max-width: calc(100% - 40px);
    width: var(--cont_width);
    margin: 0 auto;
}
a {
    text-decoration: none; /* Убираем подчеркивание текста в ссылке */
}
h1 {
    margin: 0;
    color: #190a32;
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 11px;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -100px;
    pointer-events: none;
}
.buttongrad1 {
    background: linear-gradient(45deg, var(--main-color), var(--secondary-color));
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: filter 0.3s ease;
    display: block;
    width: max-content;
    margin: 0 auto;
}

.buttongrad1:hover {
    filter: brightness(1.2); 
}




#background {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* S1 */
.shiz_s1 {
    /* height: 100vh;
    background-image: url('../img/s1bg.jpg'); 
    background-size: cover;
    display: flex;
    align-items: center; */
    overflow: hidden;
}
.shiz_s1__box {
    text-align: center;
    margin: 35px 0 70px 0;
}
.shiz_s1__box p {
    color: var(--gray-color);
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto 35px auto;
}
.s1_baner {
    position: relative;
}
/* .s1_baner::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    width: 9999999999999999999999px;
    background: var(--black-color);
    z-index: -1;
} */
.s1_baner img {
    width: 100%;
    max-width: 100px;
    margin: 30px auto;
    display: block;
}
.s1_baner__text {
    display: flex;
    justify-content: space-between;
    margin-top: -150px;
    margin-bottom: 150px;
    z-index: 10;
    position: relative;
    transition: .3s;
}
.s1_kat {
    color: var(--white-color);
}
.s1_v {
    color: var(--black-color);
}
.s1_kat:hover {
    color: var(--gray-color);
}
.s1_v:hover {
    color: var(--gray-color);
}
.s1_kv {
    font-weight: bold;
    font-size: 22px;
    transition: .3s;
}
@media(max-width: 777px) {
    .s1_baner__text{
        margin-top: -75px;
        margin-bottom: 75px;
    }
    .s1_kv {
        font-size: 14px;
    }
}
@media(max-width: 576px) {
    .s1_baner__text{
        margin-top: -45px;
        margin-bottom: 45px;
    }
    .s1_kv {
        font-size: 12px;
    }
}

/* S2 */
.shiz_s2__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(83, 82, 83, .15);
    margin-bottom: 75px;
}
@media(max-width: 1099px) {
    .shiz_s2__box {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 576px) {
    .shiz_s2__box {
        grid-template-columns: 1fr;
    }
}
.shiz_s2_elm {
    display: grid;
    justify-items: center;
}
.shiz_s2_elm img {
    width: 60px;
}
.shiz_s2_elm p {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

/* S3 */
.shiz_slick {
    margin-bottom: 75px;
}
.shiz_slick__elm  {
    display: grid!important;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}
.shiz_slick__elm img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.shiz_slick__text h2 {
    text-align: center;
}
.shiz_slick__text p {
    text-align: center;
}



.setsuColorWhite {
    color: white;
}
.contact-section {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2b2b2b;
}

.contact-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    margin-top: 30px;
    gap: 25px;
}

@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
    }
}


.contact-info, .contact-form {
    width: 100%;
    box-sizing: border-box;
}
.contact-form {
    padding: 20px;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info h3 {
    margin-bottom: 10px;
}

.contact-info p, .contact-info ul {
    margin-bottom: 20px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 10px;
}

.contact-form {
    background-color: #2b2b2b;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 25%);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group input {
    height: 40px;
}

.form-group textarea {
    resize: vertical;
}

.contact-button {
    background-color: #30AB4C;
    color: #FFFFFF;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: .3s;
}

.contact-button:hover {
    background-color: #FFFFFF; 
    color: #30AB4C;
}
#formMessage {
    color: #F6F6F6;
    margin: 10px 0;
    font-size: 24px;
}
.contact-button.disabled {
    pointer-events: none!important;
    background-color: var(--cblack)!important;
}