/* buttons */
.btn-text {
    color: #ffffff;
    font-size: 23px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 600;
}

.click-btn {
  display: flex;
  height: 60px;
  width: 320px; 
  border-radius: 30px 30px 30px 30px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;

}

.btn-style501 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #1AA2DC 100%);
  background-size: 200% auto;
  background-position: left top;
  border-color: transparent;
  color: #1AA2DC;
}
.btn-style501:hover {
  background-position: right bottom;
  color: #000;
}

.main-font {
    font-family: "osnova_pro";

}


/* День слуха - страница */
.DS-body {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: rgb(63,123,164);
    background: linear-gradient(352deg, rgba(63,123,164,1) 0%, rgba(35,101,213,1) 14%, rgba(26,162,220,1) 100%);
    align-items: center;
    padding: 0;
    margin: 0;
    overflow:auto;
}

.DS-banner {
    overflow: hidden;
}

.DS-banner-img {
    max-width: 100%;
    height:auto;
}


.DS-container {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 1em;
    margin-right: 1em;
}

.DS-text-container {
    text-align: center;
    margin-bottom: 30px;
}

.DS-h1 {
    font-family: "Inter";
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.6em;
}

.DS-h2 {
    color: white;
    text-align: center;
    font-family: "Inter";
    font-size: 1.1em;
}

.DS-h2-down {
    color: white;
    text-align: center;
    font-family: "Inter";
    font-size: 1.2em;
    margin-bottom: 15px;
}

.DS-h3 {
    color: white;
    text-align: center;
    font-family: "Inter";
    font-size: 0.9em;
    margin-left: 20px;
    margin-right: 20px;
}

.DS-p {
    color: white;
    text-align: left;
    font-family: "Inter";
    font-size: 0.9em;
    margin-left: 15px;
    margin-right: 15px;
}

.DS-player {
    max/width: 100%;
    margin-bottom: 2em;
}

.DS-text {
    margin-bottom: 1em;
    color: #FFFFFF;
    text-align: left;
    margin-left: 0.3em;
    font-family: "Inter";
}

.DS-p-big {
    font-size: 16px;
}

.DS-controls {
    border-radius: 12px;
    width: 100%;
}

DS-logo {
    align-items: center;
    justify-content: center;
}

/*Социальные сети*/
.DS-social-icons {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
 
.DS-social-icons a {
  margin: 0 15px;
}
 
.DS-social-icons img {
  width: 64px;
  height: 64px;
  transition: transform 0.3s;
}
 
.DS-social-icons a:hover img {
  transform: scale(1.2);
}

#hiddenBlock {
            display: none;
            margin-top: 0px;
            padding: 20px;
            transition: opacity 0.5s ease, height 0.5s ease;
        }
        
        
        
.DS-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Расстояние между кнопками */
    margin-bottom: 50px;
}
        
.DS-btn-left {
            width: 80vw;
            font-family: "Inter";
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
            background-color: #FFFFFF;
            color: #000000;
            border: none;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.DS-btn-right {
            width: 80vw;
            font-family: "Inter";
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
            background: none;
            color: #ffffff;
            border: 2px solid #ffffff;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
}
        
.DS-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s ease-in-out;
}


/* Форма отправки заявки */
.DS-form {
        margin-top: 40px;
        margin-bottom: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Inter";
}

.DS-contact-form {
        align-items: center;
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 400px;
        }
.DS-contact-form label {
        display: block;
        margin-bottom: 5px;
        }
.DS-contact-form input, .DS-contact-form textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        }
.DS-contact-form button {
        width: 100%;
        padding: 10px;
        background: #1AA2DC;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size:16px;
        font-family: "Inter";
        }
.DS-contact-form button:hover {
        background: #1580ad;
        }
.DS-error {
        color: red;
        font-size: 12px;
        margin-bottom: 120px;
        }
        
.DS-form-h2 {
    text-align: center;
    font-family: "Inter";
    font-size: 1.2em;
    margin-bottom: 25px;
}    

.DS-form-button {
    margin-top: 15px;
}





/* Конкурс рисунков - страница */
.KR-body {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: linear-gradient(to right, #005eae, #0077c0 50%, #00a6bc);
    align-items: center;
    padding: 0;
    margin: 0;
    overflow:auto;
}

.KR-banner {
    overflow: hidden;
}

.KR-banner-img {
    max-width: 100%;
    height:auto;
}

.KR-container {
    padding: 20px;
}

.KR-card {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    margin: auto;
}

.KR-card-org {
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 10px;
    margin: auto;
}


.KR-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.KR-h2 {
    color: white;
    text-align: center;
    font-family: "Inter";
    font-size: 1.3em;
    margin-bottom: 20px;
}

.KR-text {
    margin-bottom: 1em;
    color: #FFFFFF;
    text-align: left;
    font-size: 0.8em;
    font-family: "Inter";
}

.KR-text-org {
    color: #FFFFFF;
    text-align: left;
    font-size: 0.8em;
    font-family: "Inter";
}

.KR-vote-button {
    background-color: #FFFFFF;
    font-family: "Inter";
    padding: 6px 12px;
    font-size: 0.8em;
    cursor: pointer;
    color: #000000;
    border: none;
    border-radius: 10px;
}

.KR-bps-button {
    width: 80vw;
    font-family: "Inter";
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.KR-vote-result {
    margin-top: 8px;
    font-size: 14px;
    color: green;
}

.KR-vote-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.KR-description {
    flex: 1;
}

.KR-separator {
  border: none;
  border-top: 1px solid white;
  margin: 10px 0;
  opacity: 0.4;
}


.uc-KR-form {
    display: none;
}


/*Социальные сети*/
.KR-social-icons {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
 
.KR-social-icons a {
  margin: 0 15px;
}
 
.KR-social-icons img {
  width: 64px;
  height: 64px;
  transition: transform 0.3s;
}
 
.KR-social-icons a:hover img {
  transform: scale(1.2);
}

#hiddenBlock {
            display: none;
            margin-top: 0px;
            padding: 20px;
            transition: opacity 0.5s ease, height 0.5s ease;
        }
        
        
        
.KR-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Расстояние между кнопками */
    margin-bottom: 50px;
}
        
.KR-btn-left {
            width: 80vw;
            font-family: "Inter";
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
            background-color: #FFFFFF;
            color: #000000;
            border: none;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.KR-btn-right {
            width: 80vw;
            font-family: "Inter";
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
            background: none;
            color: #ffffff;
            border: 2px solid #ffffff;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
}
        
.KR-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s ease-in-out;
}
