body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #3B2F1A;
    background: #FFF6E6;
}

.atolyerotalari__menu, .atolyerotalari__menu li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

h2, h3 {
    color: #3B2F1A;
}

.atolyerotalari__header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/atolyerotalari__header.webp) no-repeat center center;
    background-size: 120%;
    padding: 40px 0 80px;
    color: #FFF6E6;
}

.atolyerotalari__header.one {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/atolyerotalari-blog1.webp) no-repeat center center;
    background-size: 120%;
}

.atolyerotalari__header.two {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/atolyerotalari-blog2.webp) no-repeat center center;
    background-size: 120%;
}

.atolyerotalari__header .atolyerotalari__logo {
    display: block;
    color: #FFF6E6;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
}

.atolyerotalari__header .atolyerotalari__menu {
    justify-content: center;
    display: flex;
}

.atolyerotalari__header .atolyerotalari__menu-one {
    margin: 0 15px;
}

.atolyerotalari__header .atolyerotalari__menu-one a {
    position: relative;
    color: #FFF6E6;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s;
}

.atolyerotalari__header h1 {
    font-weight: 900;
    font-size: 80px;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.atolyerotalari__header p {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin-bottom: 80px;
}

.atolyerotalari__btn { 
    background: #E68A00;
    border-radius: 100px;
    font-weight: 600;
    font-size: 25px;
    color: #FFF6E6;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 380px;
    padding: 10px 0;
    transition: 1s;
    margin-top: 60px;
}

.atolyerotalari__btn:hover {
    background: #BF7000;
    transition: 1s;
    color: #FFF6E6;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

/* -------------atolyerotalari__about ------------- */
.atolyerotalari__about .atolyerotalari__about__h2after {
    margin-bottom: 40px;
}

.atolyerotalari__about .atolyerotalari__udalostí__obrazok {
    width: 100%;
    height: 400px;
}

.atolyerotalari__about .atolyerotalari__udalostí__obrazok img {
    width: 120%;
    height: auto;
    top: 50%;
}

.atolyerotalari__about .atolyerotalari__about__info p {
    margin-bottom: 25px;
}

.atolyerotalari__about .atolyerotalari__btn {
    margin: 0;
    width: 200px;
}

/* -------------atolyerotalari__about atolyerotalari__politika------------- */
.atolyerotalari__about.atolyerotalari__politika h2 {
    margin-bottom: 40px;
}

.atolyerotalari__about.atolyerotalari__politika h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.atolyerotalari__about.atolyerotalari__politika p {
    margin-top: 10px;
}

.atolyerotalari__udalostí__obrazok {
    position: relative;
    width: 20%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.atolyerotalari__udalostí__obrazok img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 120%;
}

.atolyerotalari__udalostí__info {
    width: 650px;
    margin-left: 50px;
}

.atolyerotalari__udalostí__info p:first-child {
    color: #3B2F1A;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.atolyerotalari__udalostí-one {
    align-items: center;
    justify-content: center;
}

.atolyerotalari__udalostí-one:nth-of-type(2) .atolyerotalari__udalostí__info {
    margin-left: 0;
    margin-right: 50px;
}

.majstri-one {
    margin-top: 30px;
}

.majstri-one .majstri-one__obrazok {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.majstri-one .majstri-one__obrazok img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 140%;
}

.majstri-one p {
    text-align: center;
    margin-bottom: 10px;
}

.majstri-one p:first-of-type {
    color: #3B2F1A;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.majstri-one p:nth-of-type(2) {
    color: #E68A00;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.atolyerotalari__majstri .majstri-one p:first-of-type {
    margin-bottom: 0;
}

.atolyerotalari__majstri .majstri-one p:nth-of-type(2) {
    font-weight: 500;
    color: #3B2F1A;
}

.atolyerotalari__názory-one {
    background: #F7E8C8;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #3B2F1A;
}

.atolyerotalari__názory-one p:first-child {
    color: #3B2F1A;
}

.atolyerotalari__názory-one p:last-child {
    color: #3B2F1A;
    text-align: end;
    margin-top: 5px;
}

.atolyerotalari__kontakt {
    padding-bottom: 40px;
}

.atolyerotalari__kontakt h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.atolyerotalari__kontakt .atolyerotalari__menu-one {
    align-items: center;
    margin-bottom: 10px;
}

.atolyerotalari__kontakt .atolyerotalari__menu-one p {
    margin-left: 10px;
}

.atolyerotalari__kontakt-one {
    height: 418px;
    padding: 20px;
    border: 2px solid #3B2F1A;
    border-radius: 20px;
}

.atolyerotalari__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.atolyerotalari__duo-form {
    gap: 20px;
}

.atolyerotalari__form input,
.atolyerotalari__form textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #3B2F1A;
    padding: 0 25px;
    border: 1px solid #3B2F1A;
    border-radius: 100px;
    background: #F7E8C8;
    transition: 0.5s;
    margin-bottom: 0;
}

.atolyerotalari__form input {
    height: 50px;
}

.atolyerotalari__form textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.atolyerotalari__form input:focus,
.atolyerotalari__form textarea:focus {
    outline: none;
    border: 1px solid #BF7000;
}

.atolyerotalari__form input.error,
.atolyerotalari__form textarea.error,
.atolyerotalari__form input.error:focus,
.atolyerotalari__form textarea.error:focus {
    border: 1px solid #A8332D;
}

#privacyConsent.error {
  box-shadow: inset 0 0 0 1px #A8332D;
  outline: none;
}

.atolyerotalari__form input::placeholder,
.atolyerotalari__form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(59, 47, 26, 0.75);
}

.atolyerotalari__form .atolyerotalari__btn {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0px;
}

.atolyerotalari__form-check {
    align-items: center;
    gap: 10px;
}

.atolyerotalari__form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #3B2F1A; 
}

.atolyerotalari__form-check.error {
    border: 1px solid #A8332D; 
}

.atolyerotalari__form-check.error input[type="checkbox"] {
    border: 1px solid #A8332D;
}

.atolyerotalari__form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #3B2F1A;
}

.atolyerotalari__form-check label a {
    color: #A8332D;
    text-decoration: underline;
}

.atolyerotalari__form-check label a:hover {
    color: #BF7000;
}

.atolyerotalari__footer {
    background: #2C1F0C;
    color: #FFF6E6;
    padding: 40px 0;
    font-size: 15px;
    margin-top: 60px;
}

.atolyerotalari__footer .atolyerotalari__logo {
    font-size: 20px;
    font-weight: 700;
    color: #FFF6E6;
    text-decoration: none;
}

.atolyerotalari__footer .atolyerotalari__menu-but {
    color: #FFF6E6;
    display: block;
    margin: 5px 0;
}

.atolyerotalari__footer .atolyerotalari__menu-one {
    margin-bottom: 10px;
    align-items: center;
}

.atolyerotalari__footer i {
    margin-right: 10px;
    color: #FFF6E6;
}

.atolyerotalari__footer p {
    color: #FFF6E6;
}

.atolyerotalari__footer .atolyerotalari__menu.atolyerotalari__politika {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #FFF6E6 solid;
    padding: 20px 0 0;
}

.atolyerotalari__footer .atolyerotalari__menu.atolyerotalari__politika .atolyerotalari__menu-item {
    margin: 0 20px;
}

.atolyerotalari__header__onas {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/obrazok.webp) no-repeat center center;
    background-size: 120%;
}

#atolyerotalari__loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 246, 230, 0.8);
    overflow: hidden;
    display: none;
}

#atolyerotalari__loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 10000;
}

#overlay .all {
    position: absolute;
    width: 290px;
    background: #F7E8C8;
    border-radius: 5px;
    padding: 35px 55px;
    left: 50%;
    top: 50%;
    margin-left: -145px;
}

#overlay.overlay__reviews .all {
    margin-top: -95.5px;
}

#overlay.overlay__question .all, #overlay.overlay__doctor .all {
    margin-top: -118.5px;
}

#overlay.overlay__sale .all {
    margin-top: -130px;
}

#overlay .all .box-modal_close {
    margin-left: 240px;
}

#overlay .all .fa-check-circle {
    display: block;
    color: #BF7000;
    font-size: 55px;
    margin: 0 auto;
}

#overlay .all .title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

#overlay .all .text {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

label.error {
    position: absolute;
    font-size: 12px;
    color: #A8332D;
}

.atolyerotalari__cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F7E8C8;
    box-shadow: 0 -2px 10px rgba(59, 47, 26, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

.atolyerotalari__cookie-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.atolyerotalari__cookie-content h3 {
    font-size: 20px;
    color: #3B2F1A;
    margin-bottom: 10px;
}

.atolyerotalari__cookie-content p {
    font-size: 16px;
    color: rgba(59, 47, 26, 0.75);
    margin-bottom: 0;
}

.atolyerotalari__cookie-content a {
    color: #A8332D;
    text-decoration: underline;
}

.atolyerotalari__cookie-content a:hover {
    color: #BF7000;
}

.atolyerotalari__cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.atolyerotalari__cookie-buttons .atolyerotalari__btn {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 0;
}

.atolyerotalari__cookie-buttons .atolyerotalari__btn.button-black {
    background: #2C1F0C;
    color: #FFF6E6;
}

.atolyerotalari__cookie-buttons .atolyerotalari__btn:hover {
    background: #BF7000;
}

.atolyerotalari__cookie-buttons .atolyerotalari__btn.button-black:hover {
    background: #3B2F1A;
}

.atolyerotalari__menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.atolyerotalari__menu-toggle span {
    width: 100%;
    height: 3px;
    background: #FFF6E6;
    transition: all 0.3s;
}

.atolyerotalari__menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.atolyerotalari__menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.atolyerotalari__menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}