/*!
Theme Name: salfirina
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: salfirina
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

salfirina is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
a {
	text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Helvetica;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	padding: 0 30px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

li::marker { color: #5E1412;
 }

ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    padding-left: 15px;
	margin-bottom: 40px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.ajax-search{
	display: none;
}
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.container{
	width: 1200px;
	margin: auto;
	position: relative;
}
.footer-bottom{
	border-top: 1px solid #3F231F33;
	
}
.footer-bottom_all{
	display: flex;
	
	font-family: Helvetica;
    font-weight: 400;  
    font-size: 15px;    
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F231F80;
	padding: 20px 0;
	flex-wrap: nowrap;
    justify-content: space-around;
}
.footer-bottom1{
	width: 50%;
}
.footer-bottom2{
	width: 50%;
	text-align: right;
}

.footer-bottom2 a{
	font-family: Helvetica;
    font-weight: 400;  
    font-size: 15px;    
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F231F80;
	text-decoration: none;
}

.footer-bottom2 a:hover{
	
	text-decoration: underline;
}
.footer-bottom-col-all{
	display: flex;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F231F;
    padding: 20px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-bottom-col1{
	width: 48%;
}
.footer-col1-name{
font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 20px;
}
.footer-col1-dscpt{
	padding-top: 20px;
	color: #3F231F80;
	line-height: 20px;
}
.footer-col2-name{
font-family: Helvetica;
font-weight: 600;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;

}
.footer-col2-menu a{
text-decoration: none;
font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color: #3F231F;
}
.footer-col2-menu{
	margin: 10px 0 0 0;
}
.footer-col2-menu a:hover{
text-decoration: underline;
}
.footer-bottom-col3{
width: 25%;	
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: -2%;
}
.footer-bottom-col3-btn{
	
}
.footer-bottom-col3-btn{
	margin-top: 20px;
}
.entry-header a{color: #3F231F;}
.footer-bottom-col3-btn a{
background: #676545;	
opacity: 1;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 25px;
border-radius: 60px;
color: #fff;
text-decoration: none;
font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: -2%;
text-align: right;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.footer-bottom-col3-btn a:hover{
	background: #413E27;
}
.footer-bottom_cont{
	display: flex;
}
.footer-bottom_cont{
font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color: #3F231F;
display: flex;
justify-content: space-between;
}
.footer-bottom_cont4{
display: flex;
    justify-content: flex-end;
    width: 30%;
    align-items: center;
}
.footer-bottom_cont2{
	display: flex;
    align-items: center;
    gap: 5px;
}
.footer-bottom_cont3{
	display: flex;
    align-items: center;
    gap: 5px;
}
.name_center{
font-family: Helvetica;
text-align: center;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #000000;

}

.yslygi_lab{
	    border: none;
    background: #F8F7F5;
    border-radius: 10px;
    text-align: center;
    padding: 24px 30px;
    font-family: Helvetica;
    font-weight: 400;    
    font-size: 27px;    
    line-height: 100%;
    letter-spacing: 0%;
    color: #676545;
    margin: 10px 0;
}
.tab {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
  }

  .tab > input[type="radio"] {
    display: none;
  }

  .tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem;
  }

  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3,
  #tab-btn-4:checked~#content-4,
  #tab-btn-5:checked~#content-5,
  #tab-btn-6:checked~#content-6,
  #tab-btn-7:checked~#content-7 {
    display: block;
  }

  .tab > label {
        display: block;
    padding: 15px 20px;
    cursor: pointer;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    background: 0 0;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
color: #3F231F;
margin: 15px 0;

  }

  .tab > input[type="radio"]:checked + label {
    cursor: default;
    color: #fff;
 background-color: #676545;

  }


  .accordion {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
.accordion_item {
  
}
.accordion_item:last-of-type {
  border-bottom: none;
}
/**
* Элемент label который запускает открыть/закрыть.
*/
.accordion_trigger {
  display: block;
  
 
  font-weight: normal;
  cursor: pointer;
  padding: 1.2em;

  border: none;
    background-color: #F8F7F5;
    border-radius: 10px;
    text-align: center;
    padding: 24px 30px;
    font-family: Helvetica;
    font-weight: 400;    
    font-size: 27px;    
    line-height: 100%;
    letter-spacing: 0%;
    color: #676545;
    margin: 10px 0;
	background-image: url(img/plus.svg), url(img/plus.svg);
    background-repeat: no-repeat;
    background-position: 2% center, 98% center;
}
 
/* меняем цвет фона у активного переключателя */
 
.accordion_toggle:checked ~ .accordion_trigger {
 background-image: url(img/minus.svg), url(img/minus.svg);
  border-bottom: none;
}

.accordion_trigger2 {
  display: block; 
  font-weight: normal;
  cursor: pointer;
  padding: 1.2em;
  border: none;
    background-color: #fff;
    border-radius: 0px;
    text-align: left;
    padding: 24px 30px;
    font-family: Helvetica;
    font-weight: 400;    
    font-size: 21px;    
    line-height: 100%;
    letter-spacing: 0%;
    color:#3F231F;
    margin: 0;
	background-image: url(img/plus.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
	border-bottom: 1px solid #3F231F33;
}
.accordion_trigger3 {
  display: block; 
  font-weight: normal;
  cursor: pointer;
  padding: 1.2em;
  border: none;
    background-color: #fff;
    border-radius: 0px;
    text-align: left;
    padding: 24px 0px;
    font-family: Helvetica;
    font-weight: 400;    
    font-size: 21px;    
    line-height: 100%;
    letter-spacing: 0%;
    color:#3F231F;
    margin: 0;
	background-image: url(img/plus.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
	border-bottom: 1px solid #3F231F33;
}
 .accordion_trigger4 {
  display: block; 
  font-weight: normal;
  cursor: pointer;
  padding: 1.2em;
  border: none;
    background-color: #fff;
    border-radius: 0px;
    text-align: left;
    padding: 24px 0px;
    font-family: Helvetica;
    font-weight: 400;    
    font-size: 21px;    
    line-height: 100%;
    letter-spacing: 0%;
    color:#3F231F;
    margin: 0;
	background-image: url(img/plus.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
	border-bottom: 1px solid #3F231F33;
}
.accordion_toggle:checked ~ .accordion_trigger4 {
	background-color:#F8F7F5;
    background-image: url(img/minus.svg);
    border-bottom: none;
	 background-position: 98% 5%;
    /* padding-left: 20px; */
    border-radius: 20px 20px 0 0;
}
.accordion_item p{
    margin-bottom: 10px;
}
/* меняем цвет фона у активного переключателя */
 
.accordion_toggle:checked ~ .accordion_trigger2 {
 background-image: url(img/minus.svg);
  background-color: #F8F7F5;
    border-radius: 20px 20px 0 0; 
	margin-top: 20px;
	border: none;
}
.accordion_toggle:checked ~ .accordion_trigger3 {
 background-image: url(img/minus.svg);
 border-bottom: none;
	
}

 
/**
 * эти элементы radio/checkbox всегда должны быть скрыты.
 */
.accordion_toggle {
  position: absolute;
  display: none;
}
/**
* скрытое содержание аккордеона.
*/
.accordion_target {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  
}
/**
* когда переключатель checked на radio/checkbox, показать содержимое аккордеона.
*/    
.accordion_toggle:checked ~ .accordion_target {
  position: static;
  overflow: visible;
  clip: auto;
  margin: auto; 
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}

.accordion_target2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  
}
.accordion_target3 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  
}
.accordion_target4 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  
}
/**
* когда переключатель checked на radio/checkbox, показать содержимое аккордеона.
*/    
.accordion_toggle:checked ~ .accordion_target2 {
  position: static;
  overflow: visible;
  background: #F8F7F5;
border-radius: 0 0 20px 20px;
  clip: auto;
  margin: auto; 
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
  padding: 0 20px 30px 20px;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
.accordion_toggle:checked ~ .accordion_target3 {
  position: static;
  overflow: visible;
 
border-bottom: 1px solid #3F231F33;
  clip: auto;
  margin: auto; 
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
  padding: 0 20px 0px 0px;
  font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231FBF;


}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
.accordion_toggle:checked ~ .accordion_target4 {
  position: static;
  overflow: visible;
 

  clip: auto;
  margin: auto; 
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
  padding: 0 20px 0px 0px;
  font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231FBF;
background: #F8F7F5;
    /* padding-left: 20px; */
    border-radius: 0 0 20px 20px;
    margin-top: -20px;

}


.txt_vrachi_acrdn{
	display: flex;
    width: 80%;
    justify-content: space-between;
    margin-left: 19%;
	margin-bottom: 10px;
}
.year_acrdn{
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: right;
color: #5E1412;
width: 25%;
}
.txt_acrdn{
font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
width: 75%;
text-align: left;
padding-left: 20px;

}
.yslygi_cat{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
	.cat_ysl_more{
		width: 285px;
    border: 1px solid #3F231F33;
    height: 280px;
    border-radius: 20px;
    padding: 20px;
	background-image: url(img/btn_prise.svg);
    background-repeat: no-repeat;
    background-position: 92% 92%;
	position: relative;
	}
	.cat_ysl_more:hover{
	background-color: #F8F7F5;

	background-image: url(img/more_h.svg);
    
	}
.ysl-title{
	text-decoration: none;
	height: 2.5em;
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #5E1412;
}
.ysl-img{
	position: absolute;
	bottom: 5%;
}
.cat_ysl_more p{
	margin:0 ;
	color: #3F231F80;
font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;

}
.doctor-title{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3F231F;
margin-bottom: -10px;
}
.doctor-dscp{
font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3F231F80;
}
.spec_doctor{
	background: #676545;
    padding: 15px;
    margin-top: 20px;
    border-radius: 60px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.spec_doctor:hover{
	background: #413E27;
}
a.spec_doctor{
	font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: -2%;
text-align: right;
text-transform: uppercase;
color:#fff;
width: 250px;
margin: 20px auto;
}
.cat_doctor_more{
	width: 32%;
}
.doctor_cat{
	display: flex;
    gap: 20px;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.strelka_doc {
    position: absolute;
    bottom: 25px;
    height: 50px;
    background-image: url(img/btn_prise.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 1000;
    width: 50px;
    right: 30px;
}
.doctor-img{
	position: relative;
}
.doctor-img:hover .strelka_doc 
{
    background-image: url(img/more_h.svg);
}
#breadcrumbs{
font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color: #3F231F80;
padding: 20px 0;

}
#breadcrumbs a{
color: #3F231F80;

}
.breadcrumb_last{
	color: #5E1412;
}
h1.name_doc{
	font-family: Helvetica;
font-weight: 400;
font-size: 80px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #3F231F;
}
.yslugi_all{
	margin-bottom: 100px;
}
.footer-top{
	border-top: 1px solid #3F231F33;
	padding: 30px 0px;
}
.footer-bottom_cont4 a{
	color: #3F231F;

}
.hidden{
	display: none;
}
.pop_form input{
	padding: 7px;
    border-radius: 20px;
    width: 100%;
    margin: 5px 0;
}
h3{
font-family: Helvetica;
font-weight: 400;
font-size: 34px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #3F231F;

}
h4{
font-family: Helvetica;
font-weight: 400;
font-size: 27px;
line-height: 100%;
letter-spacing: -2%;
color: #3F231F;

}
.name_form{
font-family: Helvetica;
font-weight: 400;
font-size: 21px;
letter-spacing: -2%;
color: #3F231F;

}
.button{
	    background: #676545;
    opacity: 1;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	border: none;
}
.button:hover{
	    background: #413E27;
    
}
a.footer-cont-btn{
	border: 0.5px solid #3F231F;
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: 20px;
}
a.footer-cont-btn:hover{
	border: 0.5px solid #676545;
	color:#676545;
}
.center_grey{
	background: #F8F7F5;
    border-radius: 40px;
    padding: 70px 50px;
    margin: 50px auto 100px auto;
}
.center_col1{
	width: 49%;
	font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #3F231F;


}
.center_col2{
	width: 47%;
	font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
}
.center_col{
	display: flex;
	justify-content: space-between;
	gap:2%;
	flex-wrap: nowrap;
}
.center_plus{
	display: flex;
	justify-content: space-between;
	gap:2%;
	flex-wrap: nowrap;
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3F231F;
margin-top: 100px;
}
.center_plus1{
	display: grid;
    position: relative;
	gap: 15px;
}
.center_plus_img{
	position: absolute;
    width: 100%;
    top: -30px;
}
.center_sert_1{
font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: #5E1412;
}
.center_sert_2{
font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110%;
letter-spacing: 0%;
text-align: center;
color: #3F231F;
padding: 20px 0;
}
.center_sert_3{
font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110%;
letter-spacing: 0%;
text-align: center;
color: #3F231F80;
}
.center_sert_img{
	margin: 100px auto 50px auto;
    text-align: center;
}
.center_mddl_1{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: #5E1412;
padding: 20px 0;
}
.center_mddl_2{
font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110%;
letter-spacing: 0%;
text-align: center;
color: #3F231F80;
padding-bottom: 50px;
}
.center_certef_middle{
	width: 50%;
	margin: auto;
	text-align: center;
}
.center_mddl{
font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
text-align: left;
    padding: 50px 0;
}
.center_certef_top2{
font-family: Helvetica;
font-weight: 400;
font-size: 34px;
line-height: 100%;
text-indent: 308px;
letter-spacing: -1px;
color: #5E1412;
margin-top: 50px;
}
.top_certef{
	position:relative;
	width: 100%;
}
.name_white{
position: absolute;
font-family: Helvetica;
font-weight: 400;
font-size: 80px;
line-height: 100%;
letter-spacing: -3px;
text-transform: uppercase;
color: #fff;
margin: 25px 0 0 25px;
}
.banner_zapic{
	background-image: url(img/fon_all_zap.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
	position: relative;
	background-size: 100% 100%;
    border-radius: 40px;
	padding-bottom: 40px;
	margin: 100px 0;
}
.img_zapic {
   position: absolute;
    bottom: -40px;
    right: 8%;
    width: 655px;
    z-index: 0;
}
.col_zapic{
	justify-content: space-between;
	display: flex;
	padding-top: 80px;
	
}
.col_zapic1_1{
	font-family: Helvetica;
font-weight: 400;
font-size: 80px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color:#fff;
display: flex;
align-items: center;
}
.col_zapic1_11 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: none;
    padding-left: 15px;
}
.button_zapic{
	width: 100%;
    z-index: 1;
    display: block;
    text-align: center;
	position: relative;
    background: #fff;
	border-radius: 60px;
	padding: 18px 0;
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color: #3F231F;
margin: 50px 0 0 0;
}
.button_zapic:hover{
background: #676545;
color:#fff;

}
.col_zapic2_2{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: 0%;
text-align: right;
color:#fff;
margin-bottom: 40px;

}
.col_zapic2_3{
font-size: 18px;
line-height: 110.00000000000001%;
color: #FFFFFFBF;
margin-top: 20px;

}
.col_zapic2{
	display: block;
    z-index: 2;
}
.body_vrachi{
	text-align: center;
}
.name_vrachi_1{
	font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2px;
text-align: center;
text-transform: uppercase;
color: #3F231F;
margin: 0;
}
.txt_vrachi{
	width: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 70px;
}
.txt_vrachi_1{
	font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3F231F80;
padding: 15px 0 0 0;
width: 100%;
}
.txt_vrachi_2{
	border: 1px solid #3F231F33;
	border-radius: 20px;
	padding: 15px 20px;
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3F231F80;
width: 46%;
}
.txt_vrachi_22{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #5E1412;
}
.fon_yslugi_mob{
	display: none;
}
.vopros_yslugi{
	display: flex;
    justify-content: space-between;
	position: relative;
	margin: 100px 0;
}
.vopros_yslugi1{
	font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -1px;
text-transform: uppercase;
color: #3F231F;

}
.vopros_yslugi3{
	position: absolute;
    bottom: 0;
}
.vopros_yslugi2{
	width: 50%;
}
.block_yslugi_top1{
	border: 1px solid #3F231F33;
	padding: 30px;
border-radius: 20px;
font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 120.00000000000001%;
letter-spacing: 0%;
color: #3F231F80;
width: 33%;
}
.block_yslugi_top_name{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
padding-bottom: 15px;

}
.block_yslugi_top{
	display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}
.txt_in_yslugi{
	width: 49%;
	margin-left: 25%;
	font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
padding: 50px 0;
}
.name_yslugi_small{
	font-family: Helvetica;
font-weight: 600;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
}
.yslugi_top_fon{
	position: relative;
}
.yslugi_top_name{
	position: absolute;
	bottom: 20px;
	top: 20px;
}
.entry-title-yslugi{
font-family: Helvetica;
font-weight: 400;
color:#fff;
font-size: 80px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;

}
a.yslugi-btm{
	font-family: Helvetica;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color:#3F231F;
    width: 320px;
    margin: 20px 0;}
.yslugi-btm{
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 60px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

.yslugi-btm:hover {
    background: #676545;   
}
a.yslugi-btm:hover {    
    color: #fff;   
}
a.yslugi-btm2{
	font-family: Helvetica;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color:#3F231F;
   width: 100%;
    margin: 20px 0;
	position: absolute;
    bottom: 20px;
}
.yslugi_top_name2 {
    position: absolute;
    bottom: 120px;
}
.yslugi-btm2{
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 60px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

.yslugi-btm2:hover {
    background: #676545;   
}
a.yslugi-btm2:hover {    
    color: #fff;   
}
.txt_yslugi_big1{
	font-family: Helvetica;
font-weight: 400;
font-size: 34px;
line-height: 100%;
letter-spacing: -2%;
color: #5E1412;
padding-top: 50px;
}
.txt_yslugi_big2{
	font-family: Helvetica;
font-weight: 400;
font-size: 34px;
line-height: 100%;
letter-spacing: -2%;
color: #5E1412;
margin-left: 25%;
}
.online_konc_name-small{
	font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color:#fff;
width: 26%;
}
.online_konc_name{
font-family: Helvetica;
font-weight: 400;
font-size: 64px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color:#fff;
width: 50%;
margin-bottom: 20px;
}
.otzivi_name_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.otzivi_name_block2 a{
background-image: url(img/strelka-o.svg);
    background-repeat: no-repeat;
    background-position: right center;    
    color: #3F231F;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    border-bottom: 1px solid #3F231F;
    padding: 5px 30px 5px 0;
}
.otzivi_name_block1{
	font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
	color: #3F231F;
}
.otzivi_name_block2 a:hover{
background-image: url(img/strelka-oh.svg);
    background-repeat: no-repeat;
    background-position: right center;    
    color: #676545;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    border-bottom: 1px solid #676545;
    padding: 5px 30px 5px 0;
}
.doctor_cat2 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.vrachi_publica{
	font-family: Helvetica;
font-weight: 400;
font-size: 34px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #3F231F;
text-align: center;
padding-bottom: 35px;
}
.slide-otzivi{
	border: 1px solid #3F231F33;
	border-radius: 20px;
}
.slide-name{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5E1412;
    background-image: url(img/quote1.svg);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    padding: 30px 30px 30px 80px;

}
.slide-txt{
	
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color: #3F231F;
padding-bottom: 40px;
    padding-left: 35px;
	padding-right: 20px;
}
.slide-btm{
	display: flex;
	justify-content: space-between;
	padding: 10px 35px;
	border-top: 1px solid #3F231F33;
align-items: flex-end;
}
.slide-men{
	font-family: Helvetica;
font-weight: 600;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
padding-bottom: 3px;
}
.slide-date{
	color: #3F231F80;
	font-family: Helvetica;
font-weight: 400;
font-size: 13px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
}
.slide-istochnik{
	color: #3F231F80;
	font-family: Helvetica;
font-weight: 400;
font-size: 13px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
}
.slide-otzivi-block{
	
	
	
}

.slide-otzivi-block {
  overflow-y: auto;
  height: 270px; /* Пример высоты */
  
}

/* Стили для ползунка (видимой части полосы прокрутки) */
.slide-otzivi-block::-webkit-scrollbar-thumb {
  background-color: #676545; /* Цвет ползунка */
  border-radius: 5px; /* Скругление углов */
}

/* Стили для трека (фоновой части полосы прокрутки) */
.slide-otzivi-block::-webkit-scrollbar-track {
  background-color: #fff; /* Цвет трека */
}

/* Пример с использованием scrollbar-color и scrollbar-width */
.slide-otzivi-block {
  overflow-y: auto;
    scrollbar-color: #676545 #fff;
    scrollbar-width: thin;
    margin: 5px 5px 40px;
}
.slide-count{
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;

}
.swiper-line{
	display: flex;
	justify-content: center;
	gap:20px;
	align-items: center;
    margin-top: 30px;
}
.swiper-button-prev{
	height: 40px;
	width: 40px;
	 background-image: url(img/arrow-left.svg);
    background-repeat: no-repeat;
}
.swiper-button-next{
	height: 40px;
	width: 40px;
	 background-image: url(img/arrow-right.svg);
    background-repeat: no-repeat;
}
.swiper-button-disabled{
	opacity: 0.5;
}
.otzivi{
	margin: 100px 0;
}
.txt_center_zag{
font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2%;
text-align: center;
text-transform: uppercase;
color: #5E1412;

}
.txt_center{
	width: 74%;
	margin-left: 13%;
	margin-bottom: 100px;
	margin-top: 100px;
}
.txt_center_dscpt{
font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3F231F;
padding: 40px 0;

}
.txt_col2{
	display: flex;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: nowrap;
	padding-bottom: 40px;
}
.txt_col2_2{
	width: 50%;
	padding: 40px;
	background: #F8F7F5;
border-radius: 40px;

}
.txt_col2_2_name{
font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #676545;
padding-bottom: 15px;
}
.txt_col2_2_name2{
font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #5E1412;
padding-bottom: 15px;

}
li{
	padding: 2px 0;
}
.block_itog{
	padding: 100px 0;
}
.name_block1{
	font-family: Helvetica;
font-weight: 400;
font-size: 34px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #3F231F;
padding: 40px 0 10px 0;
}
.block_col4{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: nowrap;
	padding: 50px 0;
}
.block_col41{
	width: 25%;
	color: #3F231F80;
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
}
.block_col41_name{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
padding-bottom: 20px;

}
.dop_block1{
	color: #3F231F80;
	font-family: Helvetica;
font-weight: 600;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
}
.prosedyra{
	display: flex;
	justify-content: space-between;
	margin-top: -1px;
	border-top: 1px solid #3F231F33;
	border-bottom: 1px solid #3F231F33;
	padding: 40px;
}
.prosedyra_txt{
display: flex;
	justify-content: space-between;
	gap: 20px;	
	width: 75%;
}
.prosedyra_txt_name{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
padding-bottom: 5px;
}
.prosedyra_txt2{
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F80;
width: 760px;
}
.prosedyra_num{
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F80;
width: 25%;
}
.prosedyra_img{
	width: 51px;
}
.block_video{
	text-align: center;
	margin: 50px 25%;
	width: 50%;
}
.block_video iframe{
	border-radius: 20px;
}
.prise{
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
}
.prise_main {
    display: flex;
    justify-content: space-between;
    margin-top: -1px;
    border-top: 1px solid #3F231F33;
    border-bottom: 1px solid #3F231F33;
    padding: 20px;
}
.prise_block{
	padding: 100px 0;
}
.plastika{
	background: #F8F7F5;
	border-radius: 40px;
	padding: 40px;

}
.name_plastika_dop{
	font-family: Helvetica;
font-weight: 600;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F80;
}
.name_plastika{
	font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
}
.col_plastika{
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
}
.col_plastika1{
	width: 31%;
	font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
margin-bottom: 30px;
}
.col_plastika1_name{
	font-family: Helvetica;
font-weight: 600;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F;
padding: 5px 0 10px 0;
}
.main-top2 {
    display: flex;
    justify-content: space-between;
    background: #F8F7F5;
    border-radius: 20px;
    align-items: center;
    padding: 0px 20px;
}
.top-bottom_cont3{
	display: flex;
    gap: 3px;
    align-items: center;
}	
.spec_top {
    background: #676545;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 60px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
a.spec_top {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    width: 250px;
   margin: 14px auto;
}
.spec_top:hover {
    background: #413E27;
}
input#s {
    border-radius: 20px;
    padding: 4px 50px 4px 40px;
}
.search-form{
	position: relative;
}
#searchsubmit{
	background: none;
    border: none;
    padding: 0;
    margin-right: -20px;
    z-index: 111;
    position: absolute;
    top: 7px;
    left: 18px;
}
#searchsubmit svg
{
	width: 15px;
}


.main-nav ul {
    list-style: none; /* Убираем маркеры списка */
    margin: 0;
    padding: 0;
    background-color: #333; /* Фон основного меню */
    background: #F8F7F5;
    border-radius: 20px;
	
}

.main-nav > ul > li {
    float: left; /* Горизонтальное расположение пунктов 1-го уровня */
   
}
.main-nav > ul.menu-sub > li {
    float: left; /* Горизонтальное расположение пунктов 1-го уровня */
    position: relative; /* Важно для позиционирования вложенных меню */
}

.main-nav li a {
    display: block;
    font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
padding: 26px 16px;
color: #3F231F;

    text-decoration: none;
}

.main-nav li a {
    display: block;
    font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
padding: 26px 16px;
color: #3F231F;

    text-decoration: none;
}

.main-nav li a.menu-sub:hover {
    padding-right: 25px;
    background-image: url(img/menu-noact.png);
    background-repeat: no-repeat;
    background-position: 96% center;
	color: #676545;

}
.main-nav li a:hover {   
	color: #676545;

}

/* Стили для всех подменю */
.submenu {
    display: none; /* Скрываем подменю по умолчанию */
    position: absolute; /* Позиционируем относительно родительского li */
    background-color: #555;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	left: 0;
    width: 100%;
}

/* Подменю 2, 3, 4 уровней позиционируются справа от родителя */
/* Обратите внимание на этот селектор: li:hover > ul */
.main-nav li:hover > .submenu {
    display: block; /* Показываем подменю при наведении на родительский li */
}

.submenu li {
    clear: both; /* Убираем float для вертикального отображения вложенных пунктов */
    width: 25%;
   
	border-right: 1px solid #3F231F33
}

/* Смещаем подменю 3-го и 4-го уровня вправо */
/* Если родительский элемент является подменю (.submenu) и на него навели (:hover), то его дочернее подменю сдвигается */
.submenu li .submenu {
   top: 0;
    left: 25%;
    margin-left: 2px;
    box-shadow: none;
    margin-right: 20px;
}
.submenu3 {
    width: 25%;
    height: 100%;
}
.submenu li .submenu4{width: 100%;
    left: 100%;

min-height:650px;}
.main-nav li a.menu-sub{
	padding-right: 25px;
    background-image: url(img/menu-act.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.submenu4 li {
    clear: both;
    width: 100%;
    position: relative;
    border-right: 1px solid #3F231F33;
}

.submenu5 {
    display: none;
    position: absolute;
    background-color: #555;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: auto;
    width: auto;
}
.submenu5 li {
    clear: both;
    width: 100%;
    position: relative;
    border-right: none;
}
.top_certef2 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.main-nav li.menu-punct1 a{
	color: #3F231F;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 21px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    padding: 15px;
    

}
.main-nav li.menu-punct1{
	color: #3F231F;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 21px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
   padding: 20px 15px 0 15px;
   

}
.menu_no_a {   
    padding: 15px;
}

.menu_no_a:hover{
	background-color: #fff;
    border-radius: 10px;
    background-image: url(img/menu-ar.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
cursor: pointer;
}

.main-nav li.menu-punct2{
	color: #3F231F;
font-family: Helvetica;
font-weight: 600;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
padding: 25px 15px;


}
.main-nav li.menu-punct3 a {
    color: #3F231F;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    padding: 10px;
    margin: 0px 10px;
}

.submenu li.menu-punct2 {
    clear: both;
    width: 100%;    
    border-right: 1px solid #3F231F33;
}
.top_main{
margin-top: 20px;
}
.dop_name_white{
font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;

}
.submenu3 li {
    clear: both;
    width: 100% !important;
    border-right: 1px solid #3F231F33;
}
.main-nav li.menu-punct1 a:hover {
   
    background-color: #fff;
    border-radius: 10px;
    background-image: url(img/menu-ar.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
}

.main-nav li.menu-punct2:hover {
   color: #676545;
    background-color: #F8F7F5 !important;
    border-radius: 0px;
    background-image: url(img/menu-ar.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
   cursor: pointer;
}

.main-nav li.menu-punct3 a:hover {
   color: #676545;
    background-color: #F8F7F5 !important;
    border-radius: 10px;
    background-image:none;
    background-repeat: no-repeat;
    background-position: 98% center;
    text-decoration: underline;
}



.name_white h1{
    
    font-family: Helvetica;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #fff;
   
}
.aksii_banner{
	display: flex;
    gap: 20px;
    position: absolute;
    bottom: 60px;
	left: 25px;
}
.aksii_date{
font-family: Helvetica;
font-weight: 600;
font-size: 21px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color:#fff;
border: 1.43px solid #FFFFFF;
border-radius: 30px;
padding: 21px 28px;
}

.top-cont-btn {
    background: #fff;
    padding: 21px 68px 21px 28px;
    /* margin-top: 20px; */
    border-radius: 60px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background-image: url(img/btn_prise.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
}
.top-cont-btn:hover {
    background-image: url(img/more_h.svg);
}
a.top-cont-btn  {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color: #3F231F;
   
}
.name_center_main1 {
    font-family: Helvetica;
    text-align: left;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #000000;
}
.dop_center_main1{
	color: #3F231F;
font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
float: right;
}
.name_center_main{
	margin-top: 100px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.wp-block-image{
	padding: 20px;
	text-align: center;
}
.wp-block-image img{
	border-radius: 20px;
	text-align: center;
}
.vrachi_tog{
	display: flex;
    gap: 20px;
}
.vrachi_tog_num{
	width: 134px;
    font-family: Helvetica;
    font-weight: 400;    
    font-size: 16px;    
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F80;
	padding-left: 20px;
}
.vrachi_tog_img{
	width: 164px;
    padding-left: 100px;
z-index: 100;
}
.txt_tog_vrach{
	padding-left: 340px;
    margin-top: -120px;
    padding-bottom: 100px;
}
.accordion_toggle:checked ~ .accordion_trigger4 .vrachi_tog_img{
	padding-left: 0px;
}
.txt_tog_vrach .doctor-dscp{
	text-align: left;

}
.txt_vrachi_acrdn_main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0;
}
.txt_acrdn2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
    width: 85%;
    text-align: left;
    padding-left: 20px;
}
.year_acrdn2 {
    font-family: Helvetica;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: left;
    color: #5E1412;
    width: 10%;
}
.txt_tog_vrach a.spec_doctor {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    width: 250px;
    margin: 20px 0;
}
.left-50{
	width: 50%;
}
.main_block_prise{
background-image: url(img/fon-prise.png);
    background-repeat: no-repeat;
    background-position: 100%;
	border-radius: 40px;
	text-align: center;
	color: #fff;	
font-family: Helvetica;
font-weight: 400;

font-size: 18px;

line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
padding: 50px;

}
.main_block_prise_name{
	font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 90%;
letter-spacing: -2%;
text-align: center;
padding-bottom: 20px;
}
a.more_prise {
    border-radius: 500px;
    background: #FFFFFF;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
    background-image: url(img/btn_prise.svg);
    padding: 20px 50px 20px 20px;
    background-repeat: no-repeat;
    background-position: 96% center;
}
a.more_prise:hover{
	 background-image: url(img/btn_prise2.png);
}
.main_block_prise_btm{
	margin-top: 50px;
}
.col_kont{
	display: flex;
	justify-content: space-between;
}
.col_kont1{
	font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color: #3F231F;

}
.kontaktu h1{

font-weight: 400;
font-style: Roman;
font-size: 80px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #3F231F;

}
.name_kont_col{
font-family: Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F80;
padding-bottom: 5px;
}
.kont_col_block{
	margin-bottom: 40px;
	font-family: Helvetica;
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: -2%;
color: #3F231F;

}
.kont_col_block a{
	color: #3F231F;
}
.kont_btn a.footer-cont-btn{
	margin-left: 0;
}
.kont_btn{
	font-size: 15px;
	margin-top: 13px;
    text-transform: uppercase;
}

h1.name_categorii{
    font-weight: 400;
    font-family: Helvetica;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
}
.yslygi_cat_otziv {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    border: 1px solid;
}
.block_otz_all{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 30px;
}
.yslygi_cat_otziv{
    width: 70%;
}
.block_otz_off{
    width: 30%;
    background: #F8F7F5;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: auto;
display: grid;
gap: 10px;
}
.block_otz_off_name{
    font-family: Helvetica;
font-weight: 400;
text-align: center;
font-size: 27px;

line-height: 100%;
letter-spacing: 0%;
color: #5E1412;

}
.block_otz_off_yandex {
    width: 100%;
    background: #FC3F1D;
    padding: 3px 10px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    font-weight: 400;
    border: 1px solid #FC3F1D;
    font-size: 14px;
   
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    justify-content: space-between;
}
.block_otz_off_yandex:hover {
   
    color: #fff;
    
}
.block_otz_off_google {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3F231F;
    font-family: Helvetica;
    font-weight: 400;
    border: 1px solid #3F231F80;
    font-size: 14px;
   justify-content: space-between;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
}
.block_otz_off_google:hover {
  
    color: #3F231F;}
.otziv-tag{
    font-family: Helvetica;
font-weight: 400;
font-size: 13px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
color: #3F231F80;
padding: 15px 0 0 15px;
}
.slide-otzivi-block2 {
    overflow-y: auto;
    scrollbar-color: #676545 #fff;
    scrollbar-width: thin;
    margin: 5px 5px 40px;
}
.otziv_img{
    width: 30%;
    border: 1px solid #3F231F33;
    border-radius: 17px;
    padding: 16px 0;
}
.yslygi_cat_otziv {
   width: 100%;
    border: 1px solid #3F231F33;
    border-radius: 20px;
    gap: 0;
    margin-bottom: 30px;
}
.txt_cat_otziv{
    width: 70%;
}
.block_otz_all_col{
    width: 70%;
}
.slide-name-otziv-all {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5E1412;
    background-image: url(img/quote1.svg);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding: 15px 30px 30px 50px;
    background-size: 25px;
}
.kont_img{
    border-radius: 20px;
}
.slid-contact_main{
    width: 64%;
    margin-left: 35%;
    margin-bottom: 100px;
}
.site-header-mob{
    display: none;
}
.technika {
    background: #F8F7F5;
    border-radius: 40px;
    padding: 0 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.technika_txt h2{
    font-family: Helvetica;
font-weight: 400;
font-size: 45px;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
}
.technika_txt h2 a{
    color: #3F231F;

}
.read_more{
    width: 250px;
}

.site-technika{
    padding-bottom: 100px;
}

.yslygi-content p{
    width: 49%;
    margin-left: 25%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
    padding: 10px 0;
}
.yslygi-content ul{
    width: 49%;
    margin-left: 25%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
    padding: 10px 0;
}
p {
    margin-bottom: 0;
}
.wp-block-video {
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
.wp-block-video video {
    height: 500px;
    vertical-align: middle;
    width: auto;
    text-align: center;
    margin: auto;
}
.doc_ftr{padding-top: 40px; display: inline-grid;
    gap: 10px;}
.doc_ftr a{color: #3F231F80;}
h2{
	font-family: Helvetica;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
    padding: 40px 0 10px 0;
}

@media (max-width: 759px) {
    .container {
        width: 100%;        
    }
.slid-contact_main {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 100px;
}
.site-header-mob{
    display: block;
}

.technika_txt h2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
}
.technika {
    background: #F8F7F5;
    border-radius: 40px;
    padding: 0 40px;
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: relative;
}
.technika_img{
    order: 1;
}
.read_more {
    width: 250px;
    position: absolute;
    bottom: 20px;
}
.technika_txt{
    order: 0;
}
.footer-bottom_all {
    display: inline-block;}
.footer-bottom1 {
    width: 100%;
	text-align: center;
}
.footer-bottom2 {
    width: 100%;
    text-align: center;
}
body {
    background: #fff;
    padding: 0 15px;
    
}
.name_vrachi_1 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    color: #3F231F;
    margin: 0;
}
.txt_vrachi {
    width: 100%;
    margin: auto;
    display: grid;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.txt_vrachi_2 {
    border: 1px solid #3F231F33;
    border-radius: 20px;
    padding: 15px 20px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #3F231F80;
    width: 100%;
}
.accordion_trigger2 {
    display: block;
    font-weight: normal;
    cursor: pointer;
    padding: 1.2em;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    text-align: left;
    padding: 24px 30px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;}
    .txt_vrachi_acrdn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 0%;
    margin-bottom: 10px;
}
.footer-bottom-col-all {
    display: inline-block;}
.footer-bottom-col1 {
    width: 100%;
}
.footer-col2-name{
	display: none;
}
.footer-bottom-col3 {
    width: 100%;}
.footer-bottom-col2{
	padding: 20px 0;
}
.footer-bottom_cont {
	display: block;
	text-align: center;
}
.footer-bottom_cont2 {    
    justify-content: center;
}
.footer-bottom_cont3 {   
    justify-content: center;
}
.footer-bottom_cont4 {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 10px; */
}
a.footer-cont-btn {
    border: 0.5px solid #3F231F;
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: 20px;
    margin-top: 20px;
}
.vopros_yslugi {
    display: grid;
    justify-content: space-between;
    position: relative;
    margin: 100px 0;
}
.vopros_yslugi1 {    
    font-size: 34px;}
.vopros_yslugi2 {
    width: 100%;
}
.accordion_trigger3 {
    
    font-size: 18px;   
    padding-right: 20px;
}
.vopros_yslugi3 {
    position: relative;
    bottom: 0;
}
.img_zapic {  
    right: 0%;
    width: auto;   
}
.col_zapic {
    justify-content: space-between;
    display: grid;
    padding-top: 20px;
    text-align: center;
    padding: 20px;
}
.col_zapic1_1 {    
    font-size: 34px;    
    display: grid;
   
}
.col_zapic2_2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.col_zapic {
    justify-content: space-between;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding: 20px 20px;
}
.col_zapic1_11{
	display: none;
}
.col_zapic2_3 {
    font-size: 14px;
    line-height: 110.00000000000001%;
    color: #FFFFFFBF;
    margin-top: 6px;
}
.col_zapic2 {
    display: block;
    z-index: 2;
    margin: 30px 0 220px 0;
}
.button_zapic {
    width: auto;
    z-index: 1;
    display: block;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 60px;
    padding: 18px 0;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #3F231F;
    margin: 50px 10px 0 10px;
}
.slide-name {   
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5E1412;
    background-image: url(img/quote1.svg);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    padding: 20px 20px 20px 80px;
}
.otzivi_name_block1 {
   
    font-size: 34px;    
}
.main_block_prise_name {
    
    font-size: 34px;
    
}
.main_block_prise {
        border-radius: 20px;
        text-align: center;
        font-size: 18px;
        background-size: auto 100%;
        background-position: center;
    }

img.top_sert_img{
	border-radius: 20px;
}
.name_center_main {
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;    
}
.name_center_main1 {
    font-size: 34px;    
}
.left-50 {
    width: 100%;
}
.dop_center_main1 {   
    font-size: 16px; 
	margin-top: 20px;   
}
.vrachi_tog_num{
	display: none;
}
.vrachi_tog_img {
    width: 124px;
    padding-left: 20px;
    z-index: 100;
}
.doctor-dscp {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: left;
    color: #3F231F80;
}
.accordion_toggle:checked ~ .accordion_trigger4 .vrachi_tog_img {
    padding-left: 10px;
}
.txt_tog_vrach {
    padding-left: 10px;
    margin-top: 0px;
    padding-bottom: 16px;
}
.yslygi_cat {
    display: grid;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.accordion_trigger {
    
    font-size: 21px;}
    img.top_sert_img {
        border-radius: 20px;
        height: 480px;
        width: auto;
        object-fit: cover;
        object-position: 20 0;
    }

	.name_white h1 {   
    font-size: 34px;
    
    letter-spacing: -1px;   
}
.dop_name_white {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.aksii_banner {
    display: grid;
    gap: 100px;
    position: absolute;
    bottom: 24px;
    padding: 0 20px;
}
a.top-cont-btn {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color: #3F231F;
    order: 1;
}
.aksii_date {
    font-family: Helvetica;
    font-weight: 600;
    font-size: 15px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #fff;
    border: 1.43px solid #FFFFFF;
    border-radius: 30px;
    padding: 15px 22px;
    order: 0;
    width: 150px;
}
.site-header{
	display: none;
}
.name_white {
   
    margin: 25px 25px 0 25px;
}
.tab > label {
    display: block;
    padding: 9px 19px;
    cursor: pointer;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    background: 0 0;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
    color: #3F231F;
    margin: 4px 0;
    width: 100%;
}
.fon_yslugi_mob {
    display: block;
}
.fon_yslugi {
    display: none;
}
.entry-title-yslugi {
    font-family: Helvetica;
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    padding-left: 20px;
}
.name_white {
    position: absolute;
    font-family: Helvetica;
    FONT-VARIANT: JIS83;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    margin: 25px 0 0 25px;
}
.center_certef_top2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-indent: 37%;
    letter-spacing: -1px;
    color: #5E1412;
    margin-top: 50px;
}
.center_certef_middle {
    width: 100%;
    margin: auto;
    text-align: center;
}
.center_col {
    display: grid;
    justify-content: space-between;
    gap: 2%;
    flex-wrap: nowrap;
}
.center_col1 {
    width: 100%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
}
.center_col2 {
    width: 100%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
}
.center_plus {
    display: grid;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: nowrap;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #3F231F;
    margin-top: 100px;
}
.block_yslugi_top {
    display: grid;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}
.block_yslugi_top1 {
    border: 1px solid #3F231F33;
    padding: 30px;
    border-radius: 20px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 120.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F80;
    width: 100%;
}
.txt_in_yslugi {
    width: 100%;
    margin-left: 0%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
    padding: 20px 0;
}
.txt_yslugi_big1 {
    
    font-size: 24px;
    
}
.txt_yslugi_big2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #5E1412;
    margin-left: 20%;
}
.txt_col2 {
    display: grid;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}
.col_plastika {
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col_plastika1 {
    width: 100%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
    margin-bottom: 30px;
}
.name_block1 {    
    font-size: 27px;    
}
.prosedyra_txt_name {
    font-size: 16px;   
}
.prise {   
    font-size: 16px;   
}
.prise_main {
    padding: 20px 0;
}
.prise_block {
    padding: 50px 0;
}
.block_video {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}
.prosedyra {
   padding: 40px 0;
}
.prosedyra_num {    
    width: 10%;
}
.prosedyra_txt {   
    width: 70%;
}
.prosedyra_txt2 {
   
    width: 100%;
}
.block_col4 {
    display: grid;
    
}
.block_col41 {
    width: 100%;    
}
.txt_col2_2 {
    width: 100%;
    padding: 40px;
    background: #F8F7F5;
    border-radius: 40px;
}
.txt_center_zag {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 27px;}
.txt_center_dscpt {
    
    font-size: 16px;
   
}
.vrachi_publica {    
    font-size: 27px;
    
}
.doctor_cat2 {
    display: grid;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.cat_doctor_more {
    width: 100%;
}
.online_konc_name {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}
.online_konc_name-small {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
a.yslugi-btm2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color: #3F231F;
    width: 90%;
    margin: 5px 5%;
    position: absolute;
    bottom: 20px;
}
.yslugi_top_name2 {
    position: absolute;
    bottom: 365px;
}
.block_itog {
    padding: 50px 0;
}
.txt_center {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 50px;
    margin-top: 50px;
}
a.yslugi-btm {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    color: #3F231F;
    width: auto;
    margin: 20px;
}
.block_otz_off{
    display: none;
}
.block_otz_all_col {
    width: 100%;
}
.yslygi_cat_otziv {
    width: 100%;
    border: 1px solid #3F231F33;
    border-radius: 20px;
    gap: 0;
    margin-bottom: 30px;
    display: grid;
}

.txt_cat_otziv {
    width: 100%;
    order:1;
}
.otziv_img {
    width: 100%;
    border: 1px solid #3F231F33;
    border-radius: 17px;
    padding: 16px 0;
    order: 0;
}
.slide-btm {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #3F231F33;
    align-items: flex-end;
}
.slide-men {
    font-family: Helvetica;
    font-weight: 600;
    font-size: 14px;}

  h1.name_categorii {
    font-weight: 400;
    font-family: Helvetica;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
} 
.site-header-mob{
border-radius: 20px;
       position: relative;
        background: #F8F7F5;
        margin-top: 10px;
}
.menu_top_mob_col{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_open_m{
    height: 40px;
    width: 40px;
    background-image: url(img/menu-open.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.menu_close_m{
    height: 40px;
    width: 40px;
    background-image: url(img/menu-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.menu_top_mob_col1{
    margin-left:10px ;
}
.spisok-mob-menu{
   
    position: absolute;
   border-radius: 20px;
        padding: 1px 6px;
        background: #F8F7F5;
   padding: 10px;
        top: 70px;
    width: 100%;
    z-index: 111;
}
input#s {
    border-radius: 20px;
    padding: 4px 50px 4px 40px;
    /* background: #000; */
    background: #F8F7F5;
    width: 100%;
}
.spisok_yslyg_mob_all{
    display: grid;
    gap: 5px;
}
.spisok_yslyg_mob_vip{
    background-image: url(img/menu_c.png);
    background-repeat: no-repeat;
        background-position: 98% 18px;
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F231F;
}

   .menu_open {
        background-image: url(img/menu_o.png);
        background-repeat: no-repeat;
        background-position: 98% 18px;
    }
    
.spisok_yslyg_mob1_punkt2_2{
    
        font-family: Helvetica;
        font-weight: 400;
        
        font-size: 15px;
       
        line-height: 100%;
        letter-spacing: 0%;
        margin-left: 40px;
        padding: 7px 0;
}
a.spisok_yslyg_mob1_punkt2_2 {
    color: #3F231F;

}
.spisok_yslyg_mob22_2{
    display: grid;
    padding-top: 10px;
}
.spisok_yslyg_mob{
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F231F;
}
a.spisok_yslyg_mob{
     color: #3F231F;
}
.spisok_yslyg_mob1_punkt{
    width: 100%;
    border-bottom: 1px solid #3F231F33;
    padding: 15px 0;
    font-family: Helvetica;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;

}
 a.spisok_yslyg_mob1_punkt{
    color: #3F231F;

}
.spisok_yslyg_mob1_1{
    display: grid;
}
h1.name_doc {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
}
.kontaktu h1 {
    font-weight: 400;
    font-style: Roman;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
}
.col_kont {
    display: grid;
    justify-content: space-between;
}
.col_kont1 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3F231F;
    padding-bottom: 20px;
}
.kont_col_block {
    margin-bottom: 20px;
    font-family: Helvetica;
    font-weight: 400;
   font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #3F231F;
}
.search-form {
    position: relative;
    margin-bottom: 10px;
}
.yslygi-content p {
    width: 100%;
    margin-left: 0%;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #3F231F;
   padding: 5px 0;
}	
h2 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 27px;    
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
    padding: 25px 0 0px 0;
}	
h3 {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3F231F;
}	
    .yslygi-content ul {
        width: 90%;
        margin-left: 10%;
        font-family: Helvetica;
        font-weight: 400;
        font-size: 16px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        color: #3F231F;
        padding: 10px 0;
    }
}