body {
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	color: #424242;
	background: #fff;
}

.menu, .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: #000;
}

header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/header.png) no-repeat center center;
    background-size: 120%;
    padding: 40px 0 80px;
    color: #fff;
}

header .logo {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
}

header .menu {
    justify-content: center;
    display: flex;
}

header .menu-one {
	margin: 0 15px;
}

header .menu-one a {
	position: relative;
	color: #fff;
	font-size: 20px;
  	font-weight: 500;
	transition: 0.5s;
}

header h1 {
	font-weight: 900;
	font-size: 80px;
	margin-top: 100px;
	margin-bottom: 20px;
  	text-align: center;
}

header p {
	font-weight: 600;
	font-size: 25px;
  	text-align: center;
	margin-bottom: 80px;
}

.btn { 
	background: #FF9800;
    border-radius: 100px;
	font-weight: 600;
    font-size: 25px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	width: 270px;
    height: 65px;
    transition: 1s;
    margin-top: 60px;
}

.btn:hover {
    background: #FFC107;
    transition: 1s;
}

section {
    padding: 60px 0 0;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.onas__obrazok {
	position: relative;
    width: 100%;
    height: 400px;
	overflow: hidden;
    margin-bottom: 20px;
}

.onas__obrazok img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 120%;
}

.uspesne__obrazok {
	position: relative;
    width: 20%;
    height: 200px;
	overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.uspesne__obrazok img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.uspesne__info {
    width: 80%;
    margin-left: 50px;
}

.uspesne__info p:first-child {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ceny__one .ceny__obrazok {
	position: relative;
    width: 100%;
    height: 300px;
	overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.ceny__one .ceny__obrazok img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 120%;
}

.ceny__one p {
    text-align: center;
}

.ceny__one p:first-of-type {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ceny__one p:nth-of-type(2) {
    color: #FF9800;
    font-weight: 600;
    margin-bottom: 10px;
}

.pozornost {
    background: #F44336;
    padding: 50px 0;
    margin-top: 60px;
}

.pozornost h2 {
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.pozornost .btn {
    width: 400px;
}

.tim .ceny__one .ceny__obrazok {
    height: 400px;
}

.tim .ceny__one p:first-of-type {
    margin-bottom: 0;
}

.tim .ceny__one p:nth-of-type(2) {
    font-weight: 500;
    color: #424242;
}

.recenzie-one {
    background: rgb(255, 152, 0, 0.5);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.recenzie-one p:first-child {
    color: #424242;
}

.recenzie-one p:last-child {
    color: #000;
    text-align: end;
    margin-top: 5px;
}

.blog-one__obrazok {
	position: relative;
    width: 100%;
    height: 300px;
	overflow: hidden;
    border-radius: 20px;
    z-index: -1;
}

.blog-one__obrazok img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 110%;
}

.blog__text {
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin-top: -300px;
    height: 300px;
    border-radius: 20px;
    text-align: center;
    padding: 100px 30px;
    color: #fff;
}

.blog__text a {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.blog__text p {
    margin-top: 15px;
}


.kontakty {
	padding-bottom: 40px;
}

.kontakty h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

.kontakty .menu-one {
	align-items: center;
	margin-bottom: 10px;
}

.kontakty .menu-one p {
	margin-left: 10px;
}


.kontakty-one {
	height: 484px;
	padding: 20px;
	border: 2px solid #333;
	border-radius: 20px;
	box-shadow: 10px 5px 5px rgba(51, 51, 51, 0.5);
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-form {
    gap: 20px;
}

.form input,
.form textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #0F0D32;
    padding: 0 25px;
    border: 1px solid #333;
    border-radius: 100px;
    background: #F9F9F9;
    transition: 0.5s;
    margin-bottom: 0;
}

.form input {
    height: 50px;
}

.form textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.form input:focus,
.form textarea:focus {
    outline: none;
    border: 1px solid #d4a5a5;
}

.form input.error,
.form textarea.error,
.form input.error:focus,
.form textarea.error:focus {
    border: 1px solid #ff0000; /* Красная обводка для ошибок */
}

.form input::placeholder,
.form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
}

.form .btn {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0px;
}

.form-check {
    align-items: center;
    gap: 10px;
}

.form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #424242; 
}

.form-check.error {
    border: 1px solid #F44336; 
}

.form-check.error input[type="checkbox"] {
    border: 1px solid #F44336;
}

.form-check label {
    font-size: 16px;
	margin-bottom: 0;
    color: #424242;
}

.form-check label a {
    color: #F44336;
    text-decoration: underline;
}

.form-check label a:hover {
    color: #F44336;
}


.footer {
  background: #222;
  color: #fff;
  padding: 40px 0;
  font-size: 15px;
  margin-top: 60px;
}

.footer .logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footer .menu-but {
  color: #bbb;
  display: block;
  margin: 5px 0;
}

.footer .menu-one {
  margin-bottom: 10px;
  align-items: center;
}

.footer i {
  margin-right: 10px;
  color: #bbb;
}

.footer p {
  color: #bbb;
}

.footer .menu.politika {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #fff solid;
    padding: 20px 0 0;
}

.footer .menu.politika .menu-item {
    margin: 0 20px;
}

.header__onas {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/obrazok.png) no-repeat center center;
    background-size: 120%;
}

.blog__one {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog1.png) no-repeat center center;
    background-size: 120%;
}

.blog__two {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog2.png) no-repeat center center;
    background-size: 120%;
}










#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.8);
    overflow: hidden;
    display: none;
}

#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: #E7F7FA;
	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: #6B90EF;
	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: #FF0000;
}




.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F9F9F9;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Скрыто по умолчанию, пока не активируется JS */
    padding: 20px 0;
}

.cookie-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.cookie-content {
    text-align: center;
}

.cookie-content h3 {
    font-size: 20px;
    color: #0F0D32;
    margin-bottom: 10px;
}

.cookie-content p {
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    margin-bottom: 0;
}

.cookie-content a {
    color: #d4a5a5;
    text-decoration: underline;
}

.cookie-content a:hover {
    color: #b68b8b;
}

.cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cookie-buttons .btn {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 0;
}

.cookie-buttons .btn.button-black {
    background: #333;
    color: #fff;
}

.cookie-buttons .btn:hover {
    background: #d4a5a5;
}

.cookie-buttons .btn.button-black:hover {
    background: #555;
}


.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}