@font-face {
	font-family: Roboto;
	src: url('/local/templates/dunkin/fonts/roboto-regular.ttf')
		format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: Roboto;
	src: url('/local/templates/dunkin/fonts/roboto-bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: Roboto;
	src: url('/local/templates/dunkin/fonts/roboto-medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: Roboto;
	src: url('/local/templates/dunkin/fonts/play.ttf') format('truetype');
	font-style: normal;
	font-weight: 100;
}
body {
	margin: 0;
	font-family: Roboto, sans-serif;
	color: #06120b;
	background: #fafafa;
}
a {
	color: #337ab7;
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
/*li {
	list-style: none;
}*/
ul,
ol {
	/*	padding: 0;*/
	margin: 0;
	font-size: 18px;
}
.navbar-list {
	list-style: none;
	font-size: 16px;
}
.dropdown-menu-list,
.city-list,
.styled-list2 {
	list-style: none;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	margin: 0;
}
.slider__title.seo::first-letter {
	text-transform: uppercase;
}
input::-ms-clear {
	display: none;
}
input:focus {
	outline: none !important;
}
input[type='text']::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type='text']::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	display: none;
}
button:active,
button:focus {
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
button {
	cursor: pointer;
	border: 0;
}
img {
	max-width: 100%;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 18px;
	line-height: 22px;
	color: #525252;
	opacity: 0.8;
}
::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 18px;
	line-height: 22px;
	color: #525252;
	opacity: 0.8;
}
:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 18px;
	line-height: 22px;
	color: #525252;
	opacity: 0.8;
}
:-moz-placeholder {
	/* Firefox 18- */
	font-size: 18px;
	line-height: 22px;
	color: #525252;
	opacity: 0.8;
}
span.divider {
	margin: 0 8px;
	display: inline-block;
	width: 13px;
	height: 1px;
	background-color: #dadada;
	vertical-align: middle;
}
.dropdown-menu {
	display: none;
}
.dropdowm:hover .dropdown-menu {
	display: block;
	z-index: 1000;
}
.dropdown-menu {
	position: absolute;
	left: calc(50% - 70px);
	top: 100%;
	/*margin-top: 50px;*/
	background: #fff;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
	z-index: 2;
}
/* .dropdown-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 35px;
	background: transparent;
} */
.dropdown-menu:before:hover .dropdown-menu {
	display: block;
}
.dropdown-menu-list-item-link {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #333936;
	display: block;
	padding: 10px 24px;
	white-space: nowrap;
	display: block;
}
table.title-search-result th {
	display: none;
}
.card,
.card .card-header {
	border: none;
	background: transparent;
}
.pt-6 {
	padding-top: 72px !important;
}
.pb-6 {
	padding-bottom: 72px !important;
}
/*.dropdown-menu-list-item:not(:last-child) {
	margin-bottom: 15px;
}*/
.dropdown-menu-list {
}
.icon-drop {
	margin-left: 2px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.icon-drop-img {
	background: url(/images/down.svg);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	display: inline-block;
}
.dropdowm {
	display: flex;
	align-items: center;
}
.us-drop {
	width: 1111px;
	z-index: 99;
	overflow: hidden;
}
.us-drop .dropdown-menu-list {
	display: block !important;
	height: 100%;
	max-height: 810px;
	padding-bottom: 20px;
}
.us-drop .dropdown-menu-list li {
	width: 30%;
	float: left;
}
.header {
}
.top-header {
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.top-header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}
.location {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.location__image {
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.location__city {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #06120b;
}
@media (min-width: 1024px) {
	.location:hover .city-list {
		display: block;
	}
}
.hidden .city-list {
	display: block;
}
.city-list:before {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 25px;
}
.city-list {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
	padding: 16px 20px;
	background: #fff;
	z-index: 10;
	transition: 1s;
}
.city-list-item-link {
	display: block;
	padding: 10px 0 10px 24px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #333936;
	white-space: nowrap;
}
.version {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.version__image {
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.version__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid #06120b;
	color: #06120b;
}
.social {
	display: flex;
	align-items: center;
}
.social-item:not(:last-child) {
	margin-right: 16px;
}
.social-item__link {
	display: block;
}
.social-item__image {
	display: block;
	width: 24px;
	height: 24px;
}
.social-item__image img {
	width: 100%;
}
.center-header {
	padding: 5px 0;
}
.center-header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.header-item-2 {
	width: 25%;
}
.logo {
}
.logo__link {
	display: block;
}
.logo__link img {
	width: 100%;
}
.work-time__text {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	color: #7e7e7e;
	margin-left: 50px;
}
.work-time__text b {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #06120b;

}
.phone-flex {
	display: flex;
}
.phone__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #7e7e7e;
	margin-right: 8px;
}
.phone__link {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #06120b;
}
.phone-whats__link {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #06120b;
}
.phone-whats__whats {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #30915a;
}
.btn-zakaz {
	padding: 20px 32px;
	background: #30915a;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
}
.open-modal {
	cursor: pointer;
}
.bottom-header {
	background: #30915a;
	padding: 12px 0;
}
.bottom-header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.breadcrumb_wrap {
	background: #f4faff;
	padding: 10px;
}
.main-page-title {
	/*    background-size: 100% !important;*/
	margin-bottom: 30px;
	padding-top: 40px;
}
.page-title-wrapper {
	display: block;
	position: relative;
	padding-top: 60px;
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-variant: normal;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	line-height: 24px;
	margin: 0px auto 60px;
}
.page-title-wrapper .quote-icon {
	display: block;
	position: absolute;
	width: 45px;
	height: 38px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.page-title-wrapper .quote-icon:before {
	display: block;
	position: absolute;
	content: '';
	width: 1000px;
	height: 1px;
	background: #7acfd6;
	top: 50%;
	right: 130%;
	transform: translateY(-50%);
}
.page-title-wrapper .quote-icon:after {
	display: block;
	position: absolute;
	content: '';
	width: 1000px;
	height: 1px;
	background: #7acfd6;
	top: 50%;
	left: 130%;
	transform: translateY(-50%);
}
.page-title-wrapper .title {
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 36px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.navbar-list {
	display: flex;
}
.navbar-list-item {
	position: relative;
	padding-bottom: 5px;
}
.navbar-list-item:not(:last-child) {
	margin-right: 32px;
}
.navbar-list-item-link {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
	color: #ffffff;
}
.navbar-list-item-link.selected {
	color: #cb534c;
	border-bottom: 10px solid #cb534c;
	padding-bottom: 19px;
}
.navbar-list-item:hover .navbar-list-item-link {
	opacity: 0.5;
}
.navbar-list-item:hover .icon-drop {
	opacity: 0.5;
}
.search-form {
	position: relative;
}
.bottom-header .input-search {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding: 12px 0 12px 48px;
	width: 310px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
.input-search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.input-search::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.input-search:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.input-search:-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.btn {
	transition: 0.5s;
}
.btn:hover {
	background: #3aaf6c;
}
.bottom-header #title-search {
	position: relative;
}
.btn-search {
	position: absolute;
	left: 16px;
	top: 8px;
	background: transparent;
	background-image: url(/images/search.svg);
	display: block;
	width: 23px;
	height: 23px;
	border: none;
}
.btn-search img {
	width: 24px;
	height: 24px;
}
.slder {
	position: relative;
}
.slider-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.slider-content {
	padding: 168px 0 172px 0;
}
.main-slider__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.slider__title {
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 68px;
	color: #fff;
}
.slider__text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

/* Контейнер слайдера 
.slider {
    position: relative;
    overflow: hidden;
}


.slider-img {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.slider-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1;
}


.slider-img .container {
    position: relative;
    height: 100%;
    z-index: 2; 
    display: flex;
    align-items: center;
}


.slider-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}


.slider-content {
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 30px;
    color: #fff; 
    position: relative;
    z-index: 3;
}


.slider__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); 
}


.slider__text {
    font-size: 18px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.slider-additional-image {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
    position: relative;
    z-index: 3;
}

.slider-additional-image img {
    max-height: 600px;
    width: auto;
    display: inline-block;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); 
}


.slider__link {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #4CAF50; 
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
}
*/
/*
.slider__link:hover {
    background-color: #45a049;
}

.slider__link img {
    margin-left: 8px;
    width: 16px;
    height: 16px;
}

/* Медиа запросы для адаптивности */
/*@media (max-width: 1200px) {
    .slider__title {
        font-size: 30px;
    }
    
    .slider__text {
        font-size: 16px;
    }
    
    .slider-additional-image img {
        max-height: 500px;
    }
}

@media (max-width: 992px) {
    .slider-row {
        flex-direction: column;
        justify-content: center;
    }
    
    .slider-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .slider-additional-image {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .slider-additional-image img {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .slider-img {
        height: auto;
        min-height: 600px;
    }
    
    .slider__title {
        font-size: 24px;
    }
    
    .slider-additional-image img {
        max-height: 300px;
    }
}

@media (max-width: 576px) {
    .slider-img {
        min-height: 500px;
    }
    
    .slider-additional-image img {
        max-height: 250px;
    }
    
    .slider__title {
        font-size: 20px;
    }
    
    .slider__text {
        font-size: 14px;
    }
}
    .slider-img {
        height: 500px !important;
    }
}
*/
.btn-link {
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 20px 32px;
	border: 1px solid #c2c4c3;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #333936;
	transition: 0.5s;
}
.btn-link:hover {
	color: #fff;
	border: 1px solid transparent;
	background: #30915a;
}
.btn-link:hover img {
	filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(287deg)
		brightness(105%) contrast(100%);
}
.btn-link img {
	width: 16px !important;
	height: 16px;
	margin-left: 8px;
	filter: invert(99%) sepia(0%) saturate(2958%) hue-rotate(246deg)
		brightness(78%) contrast(99%);
}
.slider .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	transform: translate(0, -50%);
	pointer-events: none;
}
.owl-prev,
.owl-next {
	position: relative;
	width: 56px;
	height: 56px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	background: rgba(255, 255, 255, 0.5) !important;
	border: 1px solid rgba(48, 145, 90, 0.2) !important;
	border-radius: 6px !important;
	pointer-events: auto;
}
.owl-prev {
	left: 2%;
}
.owl-next {
	right: 2%;
}
.owl-prev img,
.owl-next img {
	filter: invert(45%) sepia(69%) saturate(410%) hue-rotate(93deg)
		brightness(91%) contrast(86%);
}
.slider .owl-dots {
	position: absolute;
	bottom: 92px;
	left: 50%;
	transform: translate(-50%, 0);
}
.owl-theme .owl-dots .owl-dot span {
	margin: 0 6px !important;
	background: #d2e7db !important;
	border-radius: 50% !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #30915a !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(48, 145, 90, 0.8) !important;
	transition: 0.5s;
}
.owl-prev:hover img,
.owl-next:hover img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(178deg)
		brightness(102%) contrast(104%);
}
.plus-content {
	padding: 32px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border: 1px solid #c2c4c3;
	border-radius: 16px;
	position: relative;
	top: -50px;
	z-index: 10;
}
.plus-item__title {
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 75px;
	color: #30915a;
}
.plus-item {
}
.plus-item__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #515854;
}
.plus-hr {
	width: 1px;
	height: 103px;
	position: relative;
	padding: 0 1px;
}
.plus-hr::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 103px;
	width: 1px;
	background: #c2c4c3;
	content: '';
}
.o-nas {
	margin: 65px 0 110px 0;
}
.o-nas__title {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
	color: #30915a;
}
.o-nas__text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #515854;
	margin: 27px 0;
	width: 415px;
}
.youtube {
	width: 100%;
	height: 350px;
	border-radius: 6px;
}
.youtube iframe {
	border-radius: 6px;
}
.zapis {
	display: flex;
	align-items: center;
	margin-top: 31px;
}
.zapis__text {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #333936;
	margin-right: 23px;
}
.zapis__link {
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 39px;
	text-align: center;
	color: #30915a;
}
.uslugi_wrap {
	margin: 50px 0;
	clear: both;
	width: 100%;
}
.search2 {
	margin: 37px 0 32px 0;
}
.search2 .input-search {
	width: 50%;
	border: 1px solid #c2c4c3;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	line-height: 24px;
	color: #c2c4c3;
	padding: 16px 0px 16px 50px;
}
.search2 .btn-search {
	top: 16px;
}
.input-search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c2c4c3;
}
.input-search::-moz-placeholder {
	/* Firefox 19+ */
	color: #c2c4c3;
}
.input-search:-ms-input-placeholder {
	/* IE 10+ */
	color: #c2c4c3;
}
.input-search:-moz-placeholder {
	/* Firefox 18- */
	color: #c2c4c3;
}
.uslugi__title {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	color: #333936;
	margin-bottom: 32px;
}
.uslugi-list {
	margin-bottom: 57px;
}
.uslugi-list-item {
	position: relative;
	padding-left: 20px;
	margin-left: 4px;
	margin-bottom: 24px;
	/*float: left;*/
	width: 100%;
}
.uslugi-list-item.diagnos {
	float: none;
	width: 100%;
}
.uslugi-list-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	background: url(/images/uslugi.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.uslugi-list-item-link {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #252e29;
}
.uslugi-list-item-link:hover {
	color: #30915a;
}
.title-h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 58px;
	color: #252e29;
}
.call-back {
	margin: 100px 0;
	text-align: center;
}
.call-back-bg {
	background: url(/images/call-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	padding: 90px 0 70px 0;
}
.call-back-center {
	display: flex;
	justify-content: center;
}
.call-back__text {
	margin: 19px 0 32px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #333936;
}
.call-back-bg .btn {
	width: 200px;
	padding: 20px 0;
}
.call-back-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}
.back-group-item:not(:last-child) {
	margin-right: 47px;
}
.call-link {
	font-style: normal;
	font-weight: bold;
	font-size: 31px;
	line-height: 140%;
	color: #333936;
}
.call-link span {
	color: #30915a;
}
.title-flex {
	display: flex;
	margin-bottom: 45px;
}
.title-flex-item {
	width: 50%;
}
.special-text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #515854;
	margin-top: 20px;
}
.special-card {
	/*	background: #FFFFFF;
	border: 1px solid #B1C1C1; */
	border-radius: 6px;
	padding: 16px;
}
.special-card:hover .special-card__title {
	color: #30915a;
}
.special-card__link {
	display: block;
}
.special-card__image {
	width: 100%;
}
.special-card__image img {
	height: 260px;
	object-fit: contain;
}
.special-card-info {
	width: 100%;
}
.special-card__title {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #333936;
	margin-top: 22px;
}
.special-card__info {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #515854;
	margin: 16px 0;
}
.special-card__work {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #333936;
}
.special-card__name {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333936;
	margin-top: 17px;
	text-align: center;
}
.special .owl-theme .owl-nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: -1;
}
.special .owl-theme .owl-dots {
	margin-top: 40px;
}
.special .owl-prev {
	left: -10%;
}
.special .owl-next {
	right: -10%;
}
.special-all {
	display: flex;
	justify-content: flex-end;
}
.info-block {
	margin: 130px 0;
}
.info-card {
	border: 1px solid #c2c4c3;
	border-radius: 6px;
	padding: 32px 32px 37px 32px;
	background-size: 100% 102% !important;
	background-repeat: no-repeat !important;
}
.info-card span {
	display: block;
}
.info-card__title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #333936;
}
.info-card__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #515854;
	margin: 16px 0 50px 0;
	width: 50%;
}
.info-card .btn-link {
	padding: 0;
	border: 0;
}
.info-card .btn-link:hover {
	background: transparent !important;
	color: #333936;
}
.info-card .btn-link:hover img {
	filter: invert(99%) sepia(0%) saturate(2958%) hue-rotate(246deg)
		brightness(78%) contrast(99%);
}
.doc {
	margin-bottom: 90px;
}
.doc .title-h2 {
	margin-bottom: 64px;
}
.doc-card {
	margin-bottom: 42px;
}
.doc-card:hover .doc-card__title {
	text-decoration: underline;
	color: #30915a;
}
.doc-card span {
	display: block;
	min-width: 64px;
}
.doc-card__link {
	display: flex;
	align-items: center;
}
.doc-card__image img {
	width: 64px;
	height: 64px;
}
.doc-card-text {
	margin-left: 16px;
}
.doc-card__title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333936;
}
.doc-card__size {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333936;
	margin-top: 8px;
}
.doc .btn-link {
	margin-top: 20px;
}
.footer {
	background: rgba(48, 145, 90, 0.11);
	padding: 72px 0 0 0;
}
.footer .logo {
	margin-bottom: 24px;
}
.footer .logo img {
	width: 121px;
	height: 72px;
}
.footer .btn-zakaz {
	width: 200px;
	padding: 20px 0;
	text-align: center;
}
.footer-phone {
	margin-top: 30px;
}
.footer-phone__link {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #06120b;
}
.footer .social {
	margin: 43px 0;
}
.footer-phone__text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #333936;
	margin-top: 14px;
}
.footer-phone__whats {
	margin-top: 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #30915a;
	display: block;
}
.gos {
	background: #ffffff;
	border-radius: 6px;
	padding: 16px;
	margin-right: 30px;
}
.gos-flex {
	display: flex;
}
.gos .btn {
	padding: 12px 20px;
	width: fit-content;
	display: block;
	font-weight: 500;
	font-size: 8.78365px;
	line-height: 10px;
	letter-spacing: 0.03em;
}
.gos__text {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.gos__image {
	margin-right: 12px;
	margin-bottom: 18px;
}
.btn-info {
	margin-right: 16px;
}
.norm-doc {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #30915a;
	border: 1px solid rgba(48, 145, 90, 0.5);
	border-radius: 6px;
	margin-right: 30px;
}
.norm-doc:hover {
	background: #30915a;
	color: #fff;
}
.norm-doc:hover img {
	filter: invert(100%) sepia(1%) saturate(5755%) hue-rotate(128deg)
		brightness(139%) contrast(100%);
}
.norm-doc__image {
	margin-right: 10px;
}
.norm-doc__image img {
	filter: invert(41%) sepia(69%) saturate(398%) hue-rotate(93deg)
		brightness(100%) contrast(88%);
}
.footer__title {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 22px;
	color: #333936;
	margin-bottom: 32px;
}
.footer-menu-link {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	display: block;
	border-bottom: 1px solid #30915a;
	color: #30915a;
	margin-bottom: 16px;
	width: fit-content;
}
.footer__title2 {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 22px;
	color: #333936;
	margin-bottom: 32px;
}
.fillial__title {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #333936;
	margin-bottom: 5px;
}
.fillial__text {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #333936;
	margin-bottom: 50px;
}
.fillial__text a {
	color: #333936;
}
.fillial__text span {
	color: #7e7e7e;
}
.copy {
	background: #30915a;
	padding: 18px 0;
	margin-top: 87px;
}
.copy-text {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.m-top-header {
	display: none;
}
.m-bottom-header {
	display: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.main-page-content {
	padding-top: 40px;
	color: #323232;
	font-size: 18px;
	font-family: 'play', sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.blue-line {
	display: block;
	width: 100%;
	height: 1px;
	background: #acecff;
}
.blue-line1 {
	margin-bottom: 40px;
}

.inner-title {
	color: #323232;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-top: 40px;
	border-top: 1px solid #acecff;
}

.quote-wrapper {
	display: block;
	position: relative;
	padding-top: 60px;
	overflow: hidden;
	color: #323232;
	font-size: 16px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-variant: normal;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	line-height: 24px;
	margin: 40px auto;
}
.quote-wrapper .quote-icon {
	display: block;
	position: absolute;
	width: 45px;
	height: 38px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.quote-wrapper .quote-icon:before {
	display: block;
	position: absolute;
	content: '';
	width: 1000px;
	height: 1px;
	background: #7acfd6;
	top: 50%;
	right: 130%;
	transform: translateY(-50%);
}
.quote-wrapper .quote-icon:after {
	display: block;
	position: absolute;
	content: '';
	width: 1000px;
	height: 1px;
	background: #7acfd6;
	top: 50%;
	left: 130%;
	transform: translateY(-50%);
}
.quote-wrapper .quote-desc {
	font-size: 24px;
	font-family: 'play', sans-serif;
	line-height: 30px;
	margin-bottom: 15px;
	font-style: normal;
}

.styled-list2 {
	margin-bottom: 30px;
	width: 100%;
}
.styled-list {
	list-style: none;
	counter-reset: li;
	padding-left: 20px;
	margin-bottom: 30px;
}
.styled-list2 li {
	position: relative;
	color: #323232;
	font-size: 18px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.styled-list2 li:before {
	display: block;
	position: absolute;
	content: ' ';
	width: 20px;
	height: 20px;
	background-image: url('/images/check.jpg');
	font-weight: 300;
	text-align: center;
	line-height: 12px;
	top: 6px;
	left: 0;
	z-index: 9;
	background-repeat: no-repeat;
}
.list-hd {
	color: #323232;
	font-size: 18px;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	width: 100%;
	margin-top: 25px;
}
p {
	font-size: 18px;
}
.styled-table {
	margin: 20px auto;
}
.styled-table table {
	color: #5b5b5b;
	font-size: 16px;
	font-weight: 400;
	max-width: none !important;
}
.styled-table table tbody tr:nth-child(2n + 1) {
	background: #adecfe;
}
.styled-table table tbody tr:nth-child(2n) {
	background: #f7f7f7;
}
div.news-detail {
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}
.news-date-time {
	color: #486daa;
}
details,
summary {
	display: block;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table td {
	padding: 10px;
}
details p {
	margin: 10px 0;
}
.contact-block {
	margin-bottom: 30px;
}
.contact-block .img-wrapper {
	display: block;
	max-width: 194px;
	width: 100%;
	height: 194px;
	border: 1px solid #dcdcdc;
	padding: 7px;
	border-radius: 50%;
	margin: 0 auto 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blue-bg {
	background: rgba(173, 236, 254, 1);
}
.red-bg {
	background: rgba(215, 77, 82, 1);
}
.darkgreen-bg {
	background: rgba(80, 166, 121, 1);
}
.contact-block .img-wrapper .img-block img {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.contact-block .img-wrapper .img-block {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.contact-block .title {
	color: #575757;
	font-size: 16px;
	line-height: 36px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-variant: normal;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}
.contact-block .desc {
	color: #000000;
	font-size: 18px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

.personal-block {
	height: 24px;
}
.personal-block a {
	text-decoration: none;
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.personal-block a p {
	text-decoration: underline;
	color: #000;
	font-size: 14px;
}
.personal-block img {
	height: 24px;
	margin-left: 10px;
}

.social a img {
	height: 24px;
}

.user-settings label sup {
	color: #e83b42;
}
.user-settings label {
	width: 100%;
	color: #222222;
	font-size: 16px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.user-settings input {
	width: 100%;
	height: 50px;
	background: #ffffff;
	border: 1px solid #c0e7ee;
	padding-left: 10px;
	margin-bottom: 30px;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
}

form#code {
	display: none;
}

form#code,
form#auth {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
form#code .form-wrapper .form-icon,
form#auth .form-wrapper .form-icon {
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
}
form#code .form-wrapper .form-icon:before,
form#auth .form-wrapper .form-icon:before {
	display: block;
	position: absolute;
	content: '';
	width: 1000px;
	height: 1px;
	top: 50%;
	right: 110%;
	background: #7acfd6;
	transform: translateY(-50%);
}
form#code .form-wrapper .form-icon:after,
form#auth .form-wrapper .form-icon:after {
	display: block;
	position: absolute;
	content: '';
	width: 1000px;
	height: 1px;
	top: 50%;
	left: 110%;
	background: #7acfd6;
	transform: translateY(-50%);
}
form#code .form-title,
form#auth .form-title {
	color: #5a6060;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
}
form#code label,
form#auth label {
	width: 100%;
	color: #222222;
	font-size: 16px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
form#code label sup,
form#auth label sup {
	color: #e83b42;
}
form#code input,
form#auth input {
	width: 100%;
	height: 50px;
	background: #ffffff;
	border: 1px solid #c0e7ee;
	padding-left: 10px;
	margin-bottom: 30px;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
}
form#code .form-check,
form#auth .form-check {
	position: absolute;
	z-index: 2221;
	opacity: 0;
	cursor: pointer;
	height: 24px;
	margin: 0;
}
form#code .form-check + label a,
form#auth .form-check + label a {
	position: relative;
	z-index: 3331;
}
form#code .form-check + label,
form#auth .form-check + label {
	position: relative;
	padding: 0 0 0 40px;
	cursor: pointer;
	margin-bottom: 30px;
	cursor: pointer;
}
form#code .form-check + label:before,
form#auth .form-check + label:before {
	cursor: pointer;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: #ffffff;
	border: 1px solid #c0e7ee;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form#code .form-check + label:after,
form#auth .form-check + label:after {
	font-family: FontAwesome;
	cursor: pointer;
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	color: #62ac85;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
form#code .form-check:checked + label:after,
form#auth .form-check:checked + label:after {
	opacity: 1;
	cursor: pointer;
}
form#code .sbmt-btn,
form#auth .sbmt-btn,
.user-settings .sbmt-btn {
	width: 160px;
	height: 48px;
	border-radius: 2px;
	background: #62ac85;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 48px;
	float: left;
	margin-right: 15px;
}
.user-dropdown-menu {
	position: relative;
}
.user-dropdown-menu .menu {
	display: none;
	position: absolute;
	background: #fff;
	padding: 10px 15px;
	right: 0;
	width: max-content;
	border-radius: 5px;
}
.user-dropdown-menu .menu .menu-item {
	line-height: 25px;
	display: block;
	text-decoration: underline;
}
.user-dropdown-menu.opened .menu {
	display: block;
}
.mibok-grid-bg .owl-dots {
	display: none;
}
.mibok-dropdown .dropdown-menu {
	z-index: 1000;
}

.accordion .accordion-header{
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
}

.accordion .accordion-content{
	display: none;
}
.text-default p{margin: 16px 0;}

.personal-header{

    position: relative;

    padding: 5px 0px;

}

.personal-header:hover .personal-dropdown {

    display: flex;

}

.personal-header > a{

    display: flex;

    align-items: center;

    gap: 10px;

    color: #CC3C35;

}

.personal-header.active > a{

    color: #39AC6A;

}

.personal-header.active > a svg path{

    fill: #39AC6A;

}

.m-personal{margin-right: 20px; margin-left: auto;}

.personal-dropdown{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border: 1px solid #dfe7e7;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 2px 8px #00000026;
    z-index: 9999;
    transition: all .5s;
    min-width: 190px;
    flex-direction: column;
}

.personal-dropdown > * {
    display: block;
    color: #5e5e5e;
    padding: 10px 0;
}

.personal-dropdown .exit {
    color: #CC3C35;
}

.personal-dropdown .exit:hover {
    color: #ff5850;
}