@import url(../lib/swiper/swiper-bundle.min.css);
.wrapper {
	max-width: 1200px;
	margin: 0 auto
}

.charact {
	width: 70%;
}

h1{
    line-height: 1.2em;
}

.charact-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.charact-item__value {
	font-weight: 500;
}

.charact-item__name {
	font-weight: 600;
}

.about-sec {
	position: relative;
}

#ref_side {
	position: absolute;
	top: -150px;
}

@media screen and (max-width: 1250px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

.menu-m-btn {
	height: 60px;
	width: 60px;
	background: #814105;
	display: none;s
}



.menu-m-btn svg {
	margin: auto;
	height: 50px;
	width: 50px;
	fill: #fff
}

.mobile-infos {
	display: none
}

@media screen and (max-width: 600px) {
	.mobile-infos {
		display: block;
	}
}

.mobile-infos .phone-sec {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px
}

.mobile-infos .phone-sec a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #814105;
	letter-spacing: 0.05em
}

.btn {
	border-radius: 28px;
	padding: 8px 25px;
	color: #fff;
	background: #824206;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	cursor: pointer;
	/*text-transform: uppercase;*/
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.02em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block
}

@media screen and (max-width: 1250px) {
	.btn {
		padding: 10px 20px;
		font-size: 13px
	}
}

@media screen and (max-width: 1000px) {
	.btn {
		padding: 7px 15px
	}
}

@media screen and (max-width: 450px) {
	.btn {
		font-size: 11px
	}
}

.btn:hover {
	opacity: .9;
	background: #D88F4A;
}

header,
footer {
	/*position: fixed;
	top: 0;
	left: 0;*/
	/*height: 80px;*/
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 5;
	padding:  20px 0;
}

@media screen and (max-width: 1000px) {
	header,
	footer {
		height: 80px;
		background: #fff
	}
}

header .wrapper,
footer .wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	header .wrapper,
	footer .wrapper {
		height: 100%
	}
}

header .left-sec,
footer .left-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header .left-sec{
	flex: 0 0 65%;
	justify-content: space-between;
}
header .logo-sec,
footer .logo-sec {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	max-width: 200px;
}
header .logo-sec{
	flex: 0 0 22%;
}
footer .logo-sec{
	flex: 0 0 100%;
}

@media screen and (max-width: 1250px) {
	header .logo-sec,
	footer .logo-sec {
		margin-right: 30px
	}
}

header .logo-sec a {
	margin: auto
}
footer .left-sec {
  flex: 0 0 15%;
}
footer .logo-sec a{

}
header .logo-sec a img,
footer .logo-sec a img {
	height: auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center left;
	object-position: center left
}

@media screen and (max-width: 1000px) {
	header .logo-sec a img,
	footer .logo-sec a img {
		height: 40px
	}
}

@media screen and (max-width: 6500px) {
	header .logo-sec a img,
	footer .logo-sec a img {
		max-width: 200px;
		width: 100%;
	}
}

header .btn-sec,
footer .btn-sec {
/*	height: 100%;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

header .btn-sec .btn,
footer .btn-sec .btn {
/*	margin: 0;*/
}

header .right-sec,
footer .right-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.right-sec-call {
  flex: 0 0 58%;
}

header .right-sec .phone-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	justify-content: flex-end;
	margin-bottom: 10px;
}

footer .right-sec .phone-sec{
	margin-bottom: 0;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .right-sec .phone-sec a,
footer .right-sec .phone-sec a {
    margin: auto;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	display: inline-block;
	font-weight: 500;
	font-size: 17px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #824206;
}

@media screen and (max-width: 1250px) {
	header .right-sec .phone-sec a,
	footer .right-sec .phone-sec a {
		font-size: 16px
	}
}

@media screen and (max-width: 1000px) {
	header .right-sec .phone-sec a,
	footer .right-sec .phone-sec a {
		font-size: 13px;
	}
}

header .right-sec .phone-sec a:hover,
footer .right-sec .phone-sec a:hover {
	color: #814105;
}

footer {
	position: relative;
	height: auto;
}

footer .wrapper {
	height: 100%;
	align-items: center;
}

@media screen and (max-width: 1000px) {
	header {
		padding-right: 60px
	}
}

.menu-sec {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 76%;
}



.menu-sec.active-menu {
	left: 0
}

.menu-sec ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.menu-sec ul {
		display: block;
		padding-left: 15px;
		padding-right: 15px
	}
}

.menu-sec ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px
}

@media screen and (max-width: 1250px) {
	.menu-sec ul li {
		margin-right: 15px
	}
}

@media screen and (max-width: 1000px) {
	.menu-sec ul li {
		display: block;
		margin-right: 0px
	}
}

.menu-sec ul li:last-child {
	margin-right: 0px
}

.menu-sec ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #242c37;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 24px;
	display: inline-block;
	font-size: 16px;
	border-bottom: 2px dashed transparent
}

@media screen and (max-width: 1250px) {
	.menu-sec ul li a {
		font-size: 16px
	}
}

@media screen and (max-width: 1000px) {
	.menu-sec ul li a {
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: 2px solid #814105;
	}
}

.menu-sec ul li a:hover {
	color: #43BFA5;
}

.menu-sec ul li a.active {
	color: #0E7B64;
	border-bottom: 2px dashed #0E7B64
}

.slider-sec {
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.5);
	box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.5);
	position: relative;
	overflow: hidden
}

.slider-sec .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 3;
	text-align:right;
	padding-right:20px;
}

.slider-sec .swiper-pagination-bullet {
	background: #fff;
	opacity: .4
}

.slider-sec .swiper-pagination-bullet-active {
	background: #814105;
	opacity: 1
}

.slider-sec .slide-main {
	height: 750px;
	position: relative
}

@media screen and (max-width: 1400px) {
	.slider-sec .slide-main {
		height: 600px
	}
}

@media screen and (max-width: 1000px) {
	.slider-sec .slide-main {
		height: 500px
	}
}

@media screen and (max-width: 600px) {
	.slider-sec .slide-main {
		height: 400px
	}
}

@media screen and (max-width: 450px) {
	.slider-sec .slide-main {
		height: auto;
		padding-top:20px;
		padding-bottom:20px;
	}
}

iframe{
    width:100%;
}

.slider-sec .slide-main:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	z-index: 2
}

.slider-sec .slide-main img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: 1
}

.slider-sec .slide-main .wrapper {
	position: relative;
	padding-top: 80px;
	z-index: 3;
	color: #fff;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1400px) {
	.slider-sec .slide-main .wrapper {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media screen and (max-width: 1000px) {
	.slider-sec .slide-main .wrapper {
		padding-top: 0
	}
}

@media screen and (max-width: 450px) {
	.slider-sec .slide-main .wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

.slider-sec .slide-main .wrapper .middle {
	margin: auto;
	margin-left: 0
}

.slider-sec .slide-main .title-slide {
	font-size: 70px;
	font-weight: 900;
	font-family: Cormorant Infant;
	color: #6B3706;
	white-space: pre-line;
	margin-bottom: 20px;
	line-height: 1
}

.slider-sec .slide-main .title-slides{
    margin-bottom:50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
	.slider-sec .slide-main .title-slide {
		font-size: 40px;
		line-height: 47px
	}
}


.review-sec {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	height: 50px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	pointer-events: none
}

@media screen and (max-width: 1400px) {
	.review-sec {
		padding-left: 15px;
		padding-right: 15px;
		height: 30px
	}
}

@media screen and (max-width: 450px) {
	.review-sec {
		display: none
	}
}

.review-sec .prev {
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	pointer-events: all;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

@media screen and (max-width: 1400px) {
	.review-sec .prev {
		height: 30px;
		width: 30px
	}
}

.review-sec .prev svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.review-sec .next {
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	pointer-events: all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	cursor: pointer
}

@media screen and (max-width: 1400px) {
	.review-sec .next {
		height: 30px;
		width: 30px
	}
}

.review-sec svg {
	height: 20px;
	margin: auto;
	width: 20px
}

@media screen and (max-width: 1400px) {
	.review-sec svg {
		height: 10px;
		width: 10px
	}
}

.about-sec {
	margin-top: 20px;
	margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
	.about-sec {
		margin-top: 50px;
		margin-bottom: 50px
	}
}
@media screen and (max-width: 600px) {
	.about-sec {
		margin-left: 0
	}
}
.about-sec h1 {
	margin-bottom: 30px
}

@media screen and (max-width: 1200px) {
	.about-sec h1 {
		margin-bottom: 40px
	}
}

.grid-about {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px
}

@media screen and (max-width: 1200px) {
	.grid-about {
		grid-gap: 20px
	}
}

@media screen and (max-width: 950px) {
	.grid-about {
		grid-template-columns: repeat(1, 1fr)
	}
}

.grid-about p {
	line-height: 1.5;
	text-align: justify
}

.video-sec {
	margin-top: 70px;
	margin-bottom: 70px
}

@media screen and (max-width: 1200px) {
	.video-sec {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.video-sec h2 {
	text-align: center;
	margin-bottom: 60px
}

@media screen and (max-width: 1200px) {
	.video-sec h2 {
		margin-bottom: 40px
	}
}

.video-sec .video {
	max-width: 750px;
	margin: 0 auto;
	display: block
}

.video-sec .video img {
	width: 100%;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.video-sec .video-caption {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	font-size: 18px
}

@media screen and (max-width: 1200px) {
	.video-sec .video-caption {
		margin-top: 40px
	}
}

.advantage-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-top: 70px;
	margin-bottom: 70px
}

@media screen and (max-width: 1200px) {
	.advantage-sec {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

@media screen and (max-width: 950px) {
	.advantage-sec {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 600px) {
	.advantage-sec {
		grid-template-columns: repeat(1, 1fr);
	}
}

.advantage-sec .advantage {
	padding-left: 0;
	position: relative
}

@media screen and (max-width: 600px) {
	.advantage-sec .advantage {
		padding-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage {
		padding-left: 60px
	}
}

.advantage-sec .advantage .ico {
	height: 100px;
	width: 100px;
	border: 2px dashed #824206;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 100%;
	top: 0
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico {
		height: 50px;
		width: 50px
	}
}
@media screen and (max-width: 600px) {
	.advantage-sec .advantage .ico {
		left: 0;
		top: 0
	}
}
.advantage-sec .advantage .ico svg {
	height: 30px;
	width: 30px;
	margin: auto
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico svg {
		height: 20px;
		width: 20px
	}
}

.advantage-sec .advantage .ico img {
	height: 60px;
	width: 60px;
	margin: auto
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico img {
		height: 20px;
		width: 20px
	}
}

.advantage-sec .advantage .info {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .info {
		height: auto
	}
}

.advantage-sec .advantage .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	white-space: pre-line;
	margin: auto;
	margin-left: 0px;
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .title {
		font-size: 16px;
		line-height: 22px
	}
}

.location-sec .advantage-sec {
	grid-template-columns: repeat(3, 1fr)
}
@media screen and (max-width: 1200px) {
	.location-sec .advantage-sec {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media screen and (max-width: 900px) {
	.location-sec .advantage-sec {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media screen and (max-width: 600px) {
	.location-sec .advantage-sec {
		grid-template-columns: repeat(1, 1fr)
	}
}

.plan-sec {
	margin-top: 70px;
	margin-bottom: 70px;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F8F9F7
}

@media screen and (max-width: 1200px) {
	.plan-sec {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.plan-sec h2 {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px
}

@media screen and (max-width: 1250px) {
	.plan-sec h2 {
		padding-left: 15px
	}
}

@media screen and (max-width: 1200px) {
	.plan-sec h2 {
		margin-bottom: 40px
	}
}

.plan-sec .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px
}

@media screen and (max-width: 1200px) {
	.plan-sec .wrapper {
		grid-gap: 15px
	}
}

@media screen and (max-width: 1000px) {
	.plan-sec .wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 650px) {
	.plan-sec .wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
}

.plan-sec .plan-card {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	border-radius: 20px;
	color: inherit;
	text-decoration: none;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06)
}

.plan-sec .plan-card .img {
	height: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1200px) {
	.plan-sec .plan-card .img {
		height: 300px
	}
}

.plan-sec .plan-card .img img {
	height: 80%;
	display: block;
	margin: auto;
	width: 80%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain
}

.plan-sec .plan-card .name {
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #814105;
	letter-spacing: 0.02em;
	font-weight: 500
}

.plan-sec .plan-card .btn {
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.plan-sec .plan-card .inform {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: 'Montserrat', sans-serif
}

.plan-sec .plan-card .inform .rooms,
.plan-sec .plan-card .inform .square {
	width: 50%;
	font-size: 22px;
	font-weight: 500
}

.plan-sec .plan-card .inform .rooms sup,
.plan-sec .plan-card .inform .square sup {
	font-size: 10px;
	position: relative;
	top: -10px
}

.plan-sec .plan-card .inform .rooms span,
.plan-sec .plan-card .inform .square span {
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 13px
}

.b-location {
	position: relative
}

.b-location__groups {
	position: absolute;
	overflow: auto;
	z-index: 2;
	top: 40px;
	left: 0;
	right: 0
}

@media screen and (max-width: 1200px) {
	.b-location__groups {
		top: 20px
	}
}

@media screen and (max-width: 850px) {
	.b-location__groups {
		top: 10px
	}
}

.b-location__groups::-webkit-scrollbar {
	height: 2px;
	background: transparent
}

.b-location__groups::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent
}

.b-location__groups::-webkit-scrollbar-thumb {
	background: #814105
}

.b-location__map {
	height: 700px;
	width: 100vw;
	border: none;
	position: relative
}

@media screen and (max-width: 1200px) {
	.b-location__map {
		height: 500px
	}
}

.b-location__marker {
	position: relative;
	z-index: 50
}

.b-location__marker:hover {
	z-index: 60
}

.b-location__marker:hover .b-location__gray {
	display: block
}

.b-location__gray {
	position: absolute;
	left: 13px;
	z-index: 3;
	bottom: 44px;
	background: #fff;
	padding: 20px 15px;
	color: #333;
	min-width: 250px;
	display: none;
	-webkit-animation: 0.2s top forwards;
	animation: 0.2s top forwards;
	-webkit-box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.14);
	box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.14)
}

.b-location__marker-ico {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px
}

.b-location__marker-ico img {
	max-width: 24px;
	max-height: 20px;
	display: block;
	margin-bottom: 10px
}

.b-location__marker-name {
	font-size: 13px;
	font-weight: bold;
	display: block
}

.b-location__group-list {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px
}

@media screen and (max-width: 900px) {
	.b-location__group-list {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding-left: 15px;
		padding-right: 15px
	}
}

.b-location__group-list::-webkit-scrollbar {
	width: 0px;
	background: #f1f1f1
}

.b-location__group-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	border-radius: 25px;
	padding: 7px 25px 7px 40px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	color: #3C3C3C;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.b-location__group-item+.b-location__group-item {
	margin-right: 5px
}

.b-location__group-item:last-child {
	margin-right: 0
}

.all-cat-btn {
	padding: 7px 20px
}

.b-location__group-item:hover {
	background: #0E7B64;
	color: #fff
}

.b-location__group-item_active {
	background: #814105;
	color: #fff
}

.b-location__group-item_active img {
	-webkit-filter: brightness(100);
	filter: brightness(100)
}

.b-location__group-ico {
	position: absolute;
	left: 18px;
	height: 16px;
	display: block;
	top: calc(50% - 9px)
}

.b-location__group-ico img {
	height: 16px
}

.b-location__marker-pin {
	display: block;
	width: 32px;
	height: 32px;
	background: #814105;
	-webkit-box-shadow: 0 0 10px rgba(1, 56, 120, 0.18);
	box-shadow: 0 0 10px rgba(1, 56, 120, 0.18);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.b-location__marker-pin img {
	width: 16px;
	height: 16px
}

.map {
	min-height: calc(100vh - 180px);
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative
}

@media screen and (max-width: 1000px) {
	.map {
		min-height: calc(100vh - 160px)
	}
}

.map #map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 800px) {
	.map #map {
		display: none
	}
}

.map .gmnoprint {
	display: none
}

.map .wrapper {
	position: relative;
	z-index: 2
}

.map .info-contact {
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	margin-top: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media screen and (max-width: 1200px) {
	.map .info-contact {
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
}

@media screen and (max-width: 800px) {
	.map .info-contact {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0
	}
}

.map .info-contact div {
	margin-right: 30px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500
}

@media screen and (max-width: 1200px) {
	.map .info-contact div {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 800px) {
	.map .info-contact div {
		font-size: 17px
	}
}

.map .info-contact div a {
	color: #814105;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.map .info-contact div a:hover {
	color: #0E7B64
}

.map .info-contact div:last-child {
	margin-right: 0;
	margin-bottom: 0
}

.page-not-front {
	padding-top: 70px;
	padding-bottom: 70px;
	min-height: calc(100vh - 180px)
}

@media screen and (max-width: 1200px) {
	.page-not-front {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.page-not-front h1 {
	margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.page-not-front h1 {
		margin-bottom: 40px
	}
}

.page-not-front p .img-custom-size {
	margin-top: 50px
}

.page-not-front .img-custom-size {
	max-height: 600px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

@media screen and (max-width: 800px) {
	.page-not-front .img-custom-size {
		min-height: 100px;
		width: 100% !important;
		height: auto !important
	}
}

.catalog-arts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 50px
}

@media screen and (max-width: 1000px) {
	.catalog-arts {
		grid-template-columns: repeat(1, 1fr)
	}
}

.catalog-arts .adv-card img {
	display: block;
	height: 200px;
	border-radius: 10px;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06)
}

.catalog-arts .adv-card .name {
	font-weight: 500;
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif
}

.catalog-arts .adv-card .desc {
	font-size: 14px;
	line-height: 21px
}

@media screen and (max-width: 1000px) {
	.catalog-arts .adv-card .desc {
		font-size: 17px;
		line-height: 24px
	}
}

.shadow-sec {
	position: fixed;
	height: 100vh;
	left: 0;
	top: 0;
	width: 100vw;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 99999999999;
}

.shadow-sec .window {
	position: absolute;
	left: 50%;
	background: #fff;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 450px
}

@media screen and (max-width: 500px) {
	.shadow-sec .window {
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%;
		height: 100vh
	}
}

.shadow-sec .title-sec {
	padding: 25px;
	padding-right: 70px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #824206;
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	position: relative
}

@media screen and (max-width: 500px) {
	.shadow-sec .title-sec {
		font-size: 20px;
		line-height: 25px
	}
}

.shadow-sec .title-sec .close {
	height: 27px;
	width: 27px;
	position: absolute;
	right: 25px;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shadow-sec .title-sec .close svg {
	height: 100%;
	width: 100%
}

.shadow-sec .btn-sec {
	padding: 25px;
	padding-bottom: 10px
}

@media screen and (max-width: 500px) {
	.shadow-sec .btn-sec {
		text-align: center
	}
	.shadow-sec .btn-sec .btn {
		width: 100%;
		text-align: center
	}
}

.shadow-sec #modalmessage {
	padding-top: 0;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 12px;
	height: 34px
}

.shadow-sec .politic {
	font-size: 15px;
	padding-left: 25px;
	white-space: pre-line;
	padding-right: 25px;
	font-family: 'Montserrat', sans-serif
}

@media screen and (max-width: 500px) {
	.shadow-sec .politic {
		font-size: 12px;
		line-height: 20px
	}
}

.shadow-sec .politic a {
	color: #824206;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.shadow-sec .politic a:hover {
	color: #0E7B64;
}

.shadow-sec .window-content {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0px
}

.shadow-sec .window-content .inputs .forminputs {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	padding-bottom: 20px
}
.shadow-sec .window-content .inputs {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	padding-bottom: 20px
}

.map-sec{
    height:500px;
}

.shadow-sec .window-content .inputs .forminputs input {
	width: 100%;
	height: 50px;
	display: block;
	border: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	padding-left: 20px
}

.shadow-sec .window-content .inputs input {
	width: 100%;
	height: 50px;
	display: block;
	border: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	padding-left: 20px
}

.thank-page {
	min-height: calc(100vh - 180px);
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative
}

@media screen and (max-width: 1200px) {
	.thank-page {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media screen and (max-width: 1000px) {
	.thank-page {
		min-height: calc(100vh - 160px)
	}
}

.thank-page h1 {
	margin-bottom: 40px
}

.head-soc {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}

footer .right-sec .head-soc {
	width: 20%;
	justify-content: flex-end;
	margin-right: 20px;
	align-items: center;
}
header .right-sec .head-soc{
	width: auto;
	justify-content: flex-end;
	padding: 0;
	flex: 0 0 17%;
	margin-right: 0;
}
header .right-sec {
    justify-content: space-between;
  	flex: 0 0 33%;
	align-items: center;
}

footer .right-sec {
    justify-content: flex-end;
}
footer .left-sec{
	flex: 0 0 12%;
}
footer .right-sec {
    flex: 0 0 50%;
}
/*footer .left-sec {
    flex: 0 0 50%;
}*/
footer .middle-sec {
/*  display: flex;
  align-items: center;*/
  flex: 0 0 30%;
}
header .middle-sec {
	display: flex;
	align-items: flex-end;
	flex: 0 0 45%;
	justify-content: flex-end;
	text-align: right;
	font-size: 14px;
	padding: 0;
	flex-direction: column;
}
.soc-item:hover {
	opacity: .8;
}



.catalog-arts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 50px;
}

.catalog-arts .adv-card img {
    display: block;
    height: 200px;
    border-radius: 10px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 75px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 75px rgb(0 0 0 / 6%);
}

.catalog-arts .adv-card .name {
    font-weight: 500;
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.catalog-arts .adv-card .desc {
    font-size: 14px;
    line-height: 21px;
}

@media screen and (max-width: 600px) {
    .catalog-arts {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 440px) {
	header .right-sec .head-soc, 
	footer .right-sec .head-soc{
		width: 55%;
	}
}

@media screen and (max-width: 375px) {
	header .right-sec .head-soc, 
	footer .right-sec .head-soc{
		width: 100%;
	}
	header .right-sec, footer .right-sec {
    	flex: 0 0 40%;
	}
	header .left-sec, footer .left-sec {
	    flex: 0 0 60%;
	}
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a{
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a{
		font-size: 13px;
	}
}
@media screen and (max-width: 320px) {
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a{
		font-size: 11px;
	}
}




---------------------------------------/* meine kleinen stile */--------------------------------------------
.grid-prodo-5 * {
    box-sizing: border-box;
}
.grid-prodo-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}
@media only screen and (max-width: 1200px) {
    .grid-prodo-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid-prodo-5 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid-prodo-5 {
        grid-template-columns: 1fr 1fr;
    }
}


.grid-prodo * {
    box-sizing: border-box;
}
.grid-prodo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}
@media only screen and (max-width: 1200px) {
    .grid-prodo {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid-prodo {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid-prodo {
        grid-template-columns: 1fr 1fr;
    }
}
.grid-item-prodo {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    transition: box-shadow .3s;
    width: 100%;
    height: 100%;  
	border-radius: 25px;
}
.grid-item-prodo .image-prodo {
    height: 250px;
    overflow: hidden;
	border-radius: 14px;
}
.grid-item-prodo:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	border-radius: 14px;
}
.grid-item-prodo .image-prodo img  {
    transition: transform 280ms ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 14px;	
}
.grid-item-prodo:hover .image-prodo img  {
    transform: scale(1.1);
	border-radius: 14px;
}
.grid-item-prodo-5 h3{
margin: 5px 0;
color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.grid-item-prodo-5 p {
  text-align: center;
}
.grid-item-prodo-5 .image-prodo-5 {
    height: 300px;
    overflow: hidden;
	border-radius: 10px;
}
.grid-item-prodo-5 .image-prodo-5 img  {
    transition: transform 280ms ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 14px;	
}

.opportunities {
  position: relative;
}
.opportunities__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.opportunities__img img {
  max-height: 55rem;
  max-width: 16rem;
}
.opportunities__content {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 4rem;
}
.opportunities__head {
  text-align: left;
  max-width: 70rem;
  margin: 3rem 0;
}
.grid-2-medic .opportunities__title {
margin: 2rem 0;
color: #fff;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
}
.grid-2 .opportunities__title {
margin: 2rem 0;
color: #fff;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
}
.grid-2-medic .item h3 {
margin: 15px 0;
color: #fff;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
}
.opportunities__description {
  margin-top: 1.5rem;
 color: #000;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 30px; 
}
.sertp-sec{
	position: relative;
	padding: 50px 0;
	margin-top: 50px;
}
.sert-sec{
  padding: 40px 0;
}
.sert-sec .sert,.sertp-sec .sertp{
	justify-content: space-between;
}
.sert-sec .sert .sert-item,.sertp-sec .sertp .sertp-item {
  margin-bottom: 0;
  margin-right: 0;
}
.sert,.sertp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 40px 0;
}
.sertp{
	position: relative;
	z-index: 999;
}
.sert-item,.sertp-item {
  flex: 0 0 210px;
  width: 210px;
  height: 265px;
  border: 10px solid #303030;
  margin-bottom: 20px;
  margin-right: 20px;
}
.sert-item a,.sertp-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.sert-item img,.sertp-item img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}
.all-sert,.all-podo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  flex: 0 0 250px; 
  border-radius: 50px;
  color: #fff;
  background: #824206;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  position: relative;
  z-index: 999;
}
.all-podo{
	margin: 0 15px 0 0;
}
.all-sert:hover,all-podo:hover {
  opacity: .9;
  background: #D88F4A;
}
@media screen and (max-width: 950px) {
  .hero__content {
    justify-content: center;
    text-align: center;
  }
  .hero__img {
    display: none;
  }
  }


.main-sec{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 0;
width: 100%;
min-height: 400px;
background-color: #E8E7EC;
box-shadow: 0px 76px 27px rgba(6, 27, 82, 0.1);
border-radius: 26px;
}

.main-prodo{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 0;
width: 100%;
min-height: 400px;
background-color: #E8E7EC;
box-shadow: 0px 76px 27px rgba(6, 27, 82, 0.1);
border-radius: 26px;
}
.cards-prodo{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-template-rows: repeat (330px, 1fr );
  gap: 20px;
}
.card-prodo{
  overflow: hidden;
  background: #FFF;
  border-radius: 20px;
  min-height: 350px;
  padding: 20px;
}
.imgs-prodo{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 320px 50px;
  gap: 20px;
}
.imgs-prodo .img-prodo{
  overflow: hidden;
  border-radius: 16px;
}
.imgs-prodo .img-prodo:first-of-type{
  grid-column: 1/4;
}
.imgs-prodo .img-prodo img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  cursor: pointer;
}
.info-prodo{
  width: 100%;
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-prodo div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.info-prodo h2  {
  font-size: 14px;
  font-weight: 400;
}
.info-prodo img{
  width: 20px;
  cursor: normal;
}
@media screen and (max-width: 600px) {
	.main-sec{
		margin: 0 0 100px 0;
		padding: 0;
    }
	.main-prodo{
		margin: 0;
		padding: 0;
    }
	.cards-prodo{
    margin-left: 0;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-template-rows: repeat (230px, 1fr );
  gap: 20px;
}
}


.main-med{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 0;
width: 100%;
min-height: 400px;
box-shadow: 0px 76px 27px rgba(6, 27, 82, 0.1);
border-radius: 26px;
}
.cards-med{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-template-rows: repeat (255px, 1fr );
  gap: 20px;
}
.card-med{
  overflow: hidden;
  background: #824206;
  border-radius: 20px;
  min-height: 300px;
  padding: 20px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  display: block;
}
.imgs-med{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px 50px;
  gap: 20px;
}
.imgs-med .img-med{
  overflow: hidden;
  border-radius: 16px;
}
.imgs-med .img-med:first-of-type{
  grid-column: 1/4;
}
.imgs-med .img-med img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  cursor: pointer;
}
.info-med{
  width: 100%;
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-med div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.info-med h2,span.info-med  {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
   color:  #fff;
}
a.card-med{
	color: inherit;
	transition: .7s;
}
a.card-med:hover{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
a.card-med:hover img{
	filter: brightness(.85);
}
a.card-med img{
	transition: .7s;
}
.info-med img{
  width: 20px;
  cursor: normal;
}

.icon-pod {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 0 0 10px 0;
  width: 40px;
  height: 40px;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip-pod {
   width: 300px;
  margin: 0 250px 0 0;
  position: absolute;
  top: 0;
  font-size: 16px;
  background: #ffffff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-pod:hover .tooltip-pod {
  top: -150px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.icon-pod:hover span,
.icon-pod:hover .tooltip-pod {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.plus:hover,
.plus:hover .tooltip-pod,
.plus:hover .tooltip-pod::before {
  background: #824206;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .tooltip-pod {
	  width: 100%;
  margin: 0 10px 0 0;
}
}

.icon-med {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 0 0 10px 0;
  width: 40px;
  height: 40px;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip-med {
   width: 240px;
  margin: 0 170px 0 0;
  position: absolute;
  top: -80px;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-med:hover .tooltip-med {
  top: -150px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 77;
}
.icon-med:hover span,
.icon-med:hover .tooltip-med {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.plus:hover,
.plus:hover .tooltip-med,
.plus:hover .tooltip-med::before {
  background: #D78E4A;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .tooltip-med {
  margin-left: -30px;
  margin-top: -30px;
}
}


.css-modal-details {
	height: auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.css-modal-details summary {
	display: inline-flex;
	text-decoration: none;
}
.css-modal-details details[open] summary {
	cursor: default;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.css-modal-details details .cmc {
	display:flex;
	align-items:center;
	justify-content:center;	
}
.css-modal-details details[open] .cmc {
	pointer-events: none;
	z-index: 4;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: bg 0.5s ease;
	background: rgba(124, 219, 202, 0.4);
}
.css-modal-details details .cmt {
	padding: 20px;
	width:80%;
	max-width: 80%;
	max-height: 100%;
	transition: 0.5s;
	border: 6px solid #DE944F;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	text-align: center;
	overflow: auto;
}
.css-modal-details details[open] .cmt {
	animation: scale 0.5s ease;
	z-index: 4;
	pointer-events: auto;
}
.css-modal-details details[open] .cmc:after {
	content: "";
	width: 50px;
	height: 50px;
	border: 6px solid #DE944F;
	border-radius: 12px;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
	background-color: #FFF;
	background-size: cover;
	animation: move 0.5s ease;
}
@keyframes scale {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes move {
	0% {
		right: -80px;
	}
	100% {
		right: 20px;
	}
}
@keyframes bg {
	0% {
		background: rgba(124, 219, 202, 0);
	}
	100% {
		background: rgba(124, 219, 202, 0.4);
	}
}

.grid-2 * {
    box-sizing: border-box;
}
.grid-2 {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 10px;
    row-gap: 10px;
}
@media only screen and (max-width: 1200px) {
    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}


.grid-2-medic * {
    box-sizing: border-box;
}
.grid-2-medic {
    display: grid;
    grid-template-columns: 30% 70%;
    column-gap: 10px;
    row-gap: 10px;
}
@media only screen and (max-width: 1200px) {
    .grid-2-medic {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid-2-medic {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid-2-medic {
        grid-template-columns: 1fr;
    }
}



.grid-medic * {
    box-sizing: border-box;
}
.grid-medic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 15px;
}
@media only screen and (max-width: 1200px) {
    .grid-medic {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid-medic {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid-medic {
        grid-template-columns: 1fr;
    }
}

.grid-medic .item-price img {
 width: 60px;
 height: 60px;
 border-radius: 10px;
border: 1px solid #824206;
background: lightgray 50% / cover no-repeat;
}
.grid-medic .item-price {
  width: 250px;
  height: 140px;
  cursor: pointer;
  background-color: #fff;
  padding: 35px 10px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  transition: all 0.3s;
  cursor: pointer;
}

.grid-2-medic h2 {
  margin: 0 0 20px 0;
  color: #FFF;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}
.grid-2-medic p {
  padding: 0 0 10px 0;
  color: #FFF;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 20px; 
}


.item-price {
  cursor: pointer;
  background: #FFF;
  color: #000;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  transition: all 0.3s;
  cursor: pointer;
}
.item-price h3{
  color: #000;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.grid2 .item-price p{
  color: #000;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.item-price:hover {
   transform: translateY(-20px);
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.grid-2 h2 {
  margin: 0 0 20px 0;
 color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 29px;
}
.grid-2 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 80px;
  margin-top: -50px;
  margin-bottom: 20px;
}
.grid-2 p {
  padding: 0 0 10px 0;
  color: #FFF;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 20px;
}
.sub {
	margin: 20px 0;
  color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.grid2 img {
 width: 60px;
 height: 60px;
 border-radius: 10px;
border: 1px solid #824206;
background: lightgray 50% / cover no-repeat;
}

.grid2 * {
    box-sizing: border-box;
}
.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}
@media only screen and (max-width: 1200px) {
    .grid2 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid2 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid2 {
        grid-template-columns: 1fr;
    }
}



.iconblock-5 {
	position: relative;
	margin:60px 0 20px 0;
	border: 1px solid #C5C5C5;
	transition: transform 300ms ease, box-shadow 300ms ease;
	text-align:center;
	border-radius: 25px;
	background-color: #fff;
}
.iconblock-5 .icon {
    display: block;
    position: absolute;
    left: 50%;
    width: 80px;
	transform: translate(-50%, -50%); 
}
.iconblock-5 .icon img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%); 
	color: #337AB7;
	width: 45px;
	height: 45px;
}
.iconblock-5 .icon svg path {
	stroke-width: 8px;
	stroke: #7CDBCA;
	transition: stroke 300ms ease; 	  
}
.iconblock-5 .icon svg polygon {
	fill: white; 
}	  
.iconblock-5 h3 {
    transition: all 0.7s ease 0s;
    color: #47BCA7;
	font-weight: 700;
    font-size:20px;
    margin:50px 0 10px 0;
}    
.iconblock-5:hover h3 {
    color: #000;
}  
.iconblock-5 p {
    padding: 5px 15px 10px 15px;
} 
.iconblock-5:hover {
	transform: translateY(-10px);
	box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5); 		
}
.iconblock-5:hover .icon svg path {
	stroke: #814105; 
}

.service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
	padding-bottom:50px;
	margin-top:100px;
	margin-bottom:100px;
}


@media screen and (max-width: 1200px){
	.service-list {
		grid-template-columns: repeat(2, 1fr);
		margin-top:80px;
		padding-bottom:10px;
		margin-bottom:50px;
	}
}

@media screen and (max-width: 800px){
	.service-list {
		margin-top:50px;
		margin-bottom:50px;
		padding-bottom:10px;
		grid-template-columns: repeat(1, 1fr);
	}
}


.service-card {
	display: block;
	padding: 15px;
	box-shadow: 0 0 10px rgba(100,100,100,0.3);
	color:initial;
}

.service-card .img {
	height: 200px;
	width: 100%;
}

.service-card .img img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.service-card .name {

	font-size:13px;
	margin-top:10px;
}

.service-card .name span {
	font-weight:bold;
	display:block;
	font-size:15px;
	margin-bottom:10px;
}


.grid4 * {
	box-sizing: border-box;
}
.grid4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
	margin: 50px 0;
}
.up-info {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 30px;
}

.doctor-sec,.price-sec, .services-sec {
  padding: 50px 0;
  position: relative;
  
}
.doctor-sec, .services-sec{
	margin-top: 50px;
}

.doctor {
  padding: 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
  justify-content: center;
}
.doctor-sec h2.opportunities__title,.sertp-sec h2.opportunities__title,
.reviews h2.opportunities__title,.grid-2-medic-sec h2.opportunities__title,
.price-sec h3,.price-wrap h2.opportunities__title{
  position: relative;
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.price-sec h3{
	color: #45BCA7;
	font-size: 1.8rem;
	font-weight: 700;
}
.price-wrap {
  padding: 40px 0;
}
.doctor-item {
  margin-right: 20px;
  flex: 0 0 30%;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--main-color);
}
.doctor-item__img {
  height: 450px;
  margin-bottom: 6px;
  box-shadow: 1px 1px 10px -4px #000;
}
.doctor-item__img a{
  width: 100%;
  height: 100%;
  display: block;
}
.doctor-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}
.doctor-item__name {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

.doctor-back:before,.sertp-back:before,.reviews-back:before,
.grid-2-medic-back:before,.price-sec-back1:before,.price-sec-back2:before,
.price-sec-back3:before,.price-sec-back4:before,.price-sec-back5:before,
.price-sec-back6:before,.price-sec-back7:before,
.price-sec-back8:before,.price-sec-back9:before,.services-back:before{
	content: '';
	position: relative;
	z-index: 888;
	width: 100%;
	display: block;
	height: 100%;
	background: #fff;
	opacity: .85;
}

.doctor-back,.sertp-back,.reviews-back,
.grid-2-medic-back,.price-sec-back1,.price-sec-back2,
.price-sec-back3,.price-sec-back4,.price-sec-back5,.price-sec-back6,
.price-sec-back7,.price-sec-back8,.price-sec-back9,.services-back {
  position: absolute;
  width: 160%;
  left: -30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  top: 0;
  height: 100%;
  z-index: 777;
}
.services-item{
	position: relative;
	z-index: 999;
}
.doctor-back{
	background-image: url(../userfiles/images/stud.jpg);
}
.sertp-back{
	background-image: url(../userfiles/images/sertifon.jpg);
}
.reviews-back{
	background-image: url(../userfiles/images/reviewsphoto.jpg);
}
.price-sec-back1{
	background-image: url(../userfiles/images/pricefon.jpg);
}
.price-sec-back2{
	background-image: url(../userfiles/images/gribfon.jpg);
}
.price-sec-back3{
	background-image: url(../userfiles/images/treshfon.jpg);
}
.price-sec-back4{
	background-image: url(../userfiles/images/borodafon.jpg);
}
.price-sec-back5{
	background-image: url(../userfiles/images/profon.jpg);
}
.price-sec-back6{
	background-image: url(../userfiles/images/diafon.jpg);
}
.price-sec-back7{
	background-image: url(../userfiles/images/ortozfon.jpg);
}
.price-sec-back8{
	background-image: url(../userfiles/images/onifon.jpg);
}
.price-sec-back9{
	background-image: url(../userfiles/images/travmafon.jpg);
}
.services-back.manikur{
	background-image: url(../userfiles/images/manikur2.jpg);
}
.services-back.pedikyur{
	background-image: url(../userfiles/images/mobile-manikyur.jpg);
}
.reviews-iframe {
  width: 560px;
  margin: 0 auto;
}
.reviews h2,.price-sec h3{
  margin-bottom: 20px;
}
.reviews-iframe,.grid-2-medic,.price-sec .resp-tab{
  position: relative;
  z-index: 99;
}
.reviews,.grid-2-medic-sec{
	position: relative;
	padding: 50px 0;
	margin-top: 50px;
}
.feedback-sec{
	margin-top: 50px;
}
.feedback {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 420px;
  background-image: url(../userfiles/images/feedbackfon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: relative;
  padding: 25px;
  justify-content: space-around;
}
.feedback-right {
  flex: 0 0 35%;
  position: relative;
  z-index: 505;
}
.feedback-left {
  flex: 0 0 58%;
  position: relative;
  z-index: 510;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
  border-right: 2px solid var(--main-color);
}
/*.feedback-left__title, .feedback-left__txt {
  position: relative;
  z-index: 500;
}*/
.feedback:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 400;
}
.feedback-right-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 15px;
}
.feedback-right-form input {
  width: 100%;
  height: 45px;
  display: block;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  padding-left: 20px;
  margin-bottom: 15px;
}

.form-submit {
  border-radius: 50px;
  height: 45px;
  color: #fff;
  background: #824206;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.5s;
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.form-submit:hover {
  opacity: .9;
  background: #D88F4A;
}
.banner-right__conf.banner-right__conf_black {
  padding-bottom: 0;
  font-size: 13px;
  color: #555;
}
.banner-right__conf.banner-right__conf_black a {
  font-size: 13px;
  color: #197ae1;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
p.banner-right__conf.banner-right__conf_black a:after {
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: #197ae1;
}
.feedback-left__title {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.feedback-left__title {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.feedback-left__txt {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.feedback-left__title, .feedback-left__txt {
  position: relative;
  z-index: 500;
}
.grid-prodo-sec{
	padding: 50px 0;
}
.grid-prodo-sec.vse-works{
	padding: 0;
}
.grid-prodo-sec.vse-works .grid-item-prodo{
	height: 200px;
	overflow: hidden;
	border-radius: 25px;
}
.grid-prodo-sec.vse-works .grid-item-prodo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-prodo-sec h2 {
  margin-bottom: 30px;
  text-align: center;
}
.grid-prodo-sec .grid-prodo{
	margin-bottom: 40px;
}
.map-page{
	padding: 40px 0 0;
}
.soc-item {
	display: block;
	margin-right: 10px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}
.head-soc .soc-item:last-child{
	margin-right: 0;
}
.middle-sec p {
  margin-bottom: 10px;
}
.services-sec-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.services {
  display: flex;
  flex-wrap: wrap;
}
.services-item-box {
  display: flex;
  flex-direction: column;
}
.services-item {
  flex: 0 0 33.3333333%;
  padding: 15px;
/*  border: 1px solid #ddd;*/
}
.services-item-box__link {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 7px;
  transition: .6s;
  font-weight: 400;
  color: #0095f6;
}
.services-item-box__link img {
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  display: block;
}
.services-sec-title__img img {
  width: 100%;
  height: 100%;
}
.services-sec-title__img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.services-item-title-link {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  transition: .6s;
  line-height: 1.5;
}
.services-item-title-link:hover,
.services-item-box__link:hover {
	color: var(--main-color);
}
.services-item-box__link-name {
  display: block;
  margin-left: 8px;
}
.mobile-infos .head-soc{
	display: none;
}
.doctor-sec .price-sec{
	margin-top: 0;
}
.info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 20px;
}
.info-ava {
  flex: 0 0 46%;
}
.info-txt {
  flex: 0 0 52%;
}
.info-txt p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.info-quote {
  padding: 30px;
  margin-top: 40px;
  background: #f9f9f9;
  border: 1px dashed #000;
  border-radius: 20px;
}
.info-quote blockquote p{
	line-height: 1.5;
	margin-bottom: 10px;
	font-style: italic;
}

.info-quote blockquote p.info-sec__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.info-ava {
  flex: 0 0 46%;
  margin-right: 20px;
}
.info {
  display: flex;
  justify-content: space-between;
}
.info .info-item:first-child{
	padding-right: 4px solid var(--main-color);
}
.info-item {
  flex: 0 0 46%;
}
.info-item__title {
  margin-bottom: 15px;
}
.info-ava a {
  display: block;
  height: 100%;
}
.info-ava img{
	display: block;
	height: 100%;
  	object-fit: cover;
  	object-position: right;
}
.info-txt ul {
  margin: 20px 0;
}
.blockquote-ava {
  height: 100px;
  width: 100px;
  overflow: hidden;
  flex: 0 0 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.blockquote-ava a{
	display: block;
	height: 100%;
}
/*.blockquote-ava a img{
	display: block;
	height: 100%;
	width: 100%;
}*/
blockquote .blockquote-head p.info-sec__title{
	margin-bottom: 0;
}
.blockquote-head {
	display: flex;
	align-items: center;	
	margin-bottom: 20px;
}
.all-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.all-insta .soc-item {
  margin-right: 0;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  color: #fff;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.all-insta {
  border-radius: 50px;
  background: #824206;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  flex: 0 0 250px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s;
}
.all-insta:hover{
	background: #24C27C;
}
.all-insta .soc-item img {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 8px;
}

.remote-help {
  position: fixed;
  left: 15px;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #2e6ab9;
  box-shadow: 2px 2px 23px -8px #000;
  width: fit-content;
  z-index: 99;
}
.remote-help__logo {
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 10px -3px #fff, -2px -2px 10px #fff;
}
.remote-help__logo img{
	height: 100%;
	width: 100%;
}
.remote-help p.remote-help__name, p.remote-help__name-mob{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
p.remote-help__name-mob{
	display: none;
}
/*************************************************************************/
/***********************************Media Screen**************************/
/*************************************************************************/
@media only screen and (max-width: 1200px) {
	.grid4 {
		grid-template-columns: 1fr 1fr;
	}
	footer .left-sec {
	  flex: 0 0 15%;
	}
	footer .head-soc{
		flex: 0 0 20%;
		width: 20%;
		justify-content: center;
	}
}
@media only screen and (max-width: 900px) {
	.grid4 {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px) {
	p.remote-help__name-mob{
		display: block;
	}
	.remote-help__name{
		display: none;
	}
	/*.remote-help{
		overflow: hidden;
		border-radius: 50%;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: none;
		transition: .8s;
		right: 15px;
		bottom: 10%;
		left: inherit;
		top: inherit;
	}
	.remote-help__logo{
		flex: 0 0 60px;
		height: 60px;
		width: 60px;
		margin-right: 0;
		display: flex;
  		justify-content: center;
  		align-items: center;
  		transition: .8s;
	}
	.remote-help__logo img {
	  height: 45px;
	  width: 45px;
	  transition: .8s;
	}
	.remote-help p{
		display: none;
		transition: .8s;
	}
	.remote-help:hover{
		overflow: auto;
		border-top-left-radius: 20px;
  		border-top-right-radius: 0;
  		border-bottom-left-radius: 20px;
  		border-bottom-right-radius: 0;
		padding: 15px 20px 10px;
		justify-content: flex-start;
		box-shadow: 2px 2px 23px -8px #000;
		transition: .8s;
		right: -5px;
	}
	.remote-help:hover p{
		display: block;
		transition: .8s;
	}
	.remote-help:hover .remote-help__logo img {
		height: 100%;
		width: 100%;
		transition: .8s;
	}
	.remote-help:hover .remote-help__logo{
		flex: 0 0 32px;
		height: 32px;
		width: 32px;
		margin-right: 20px;
		border-radius: 50%;
		overflow: hidden;
		display: block;
		transition: .8s;
	}*/
}
@media only screen and (max-width: 600px) {
	.grid4 {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 1000px) {
	.menu-sec {
		position: fixed;
		top: 100px;
		left: -100%;
/*		padding-top: 30px;*/
		display: block;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		width: 100%;
		height: calc(100vh - 60px);
		background: #fff;
		z-index: 9;
	}
	.menu-m-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex: 0 0 60px;
		/*position: absolute;
		right: 0;
		top: 0*/
	}
	header {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	}
	.slider-sec{
		padding-top: 100px;
	}
}

@media screen and (max-width: 600px) {
	header .right-sec .btn-sec,
	footer .right-sec .btn-sec{
		display: none;
	} 
	footer .left-sec {
	    flex: 0 0 32%;
	}
	header .logo-sec a img, footer .logo-sec a img {
	  max-width: 100%;
	  height: 100%;
	}
	header .middle-sec{
		flex: 0 0 30%;
	}
	header .right-sec, footer .right-sec {
		justify-content: flex-end;
		flex-wrap: wrap;
		display: flex;
		align-items: center;
	}
	header .right-sec {
	    flex: 0 0 70%;	
	}
	footer .right-sec {
	  flex: 0 0 60%;
	}
	.soc-item img {
	  display: block;
	} 
	footer .right-sec .phone-sec{
		margin-right: 0;
		width: 55%;
		order: 2;
		height: auto;
		justify-content: flex-end;
		padding-bottom: 0;
		flex: 0 0 55%;
	}
	header .right-sec .phone-sec{
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		order: 2;
		height: auto;
		justify-content: flex-end;
		padding-bottom: 0;
	}
	
	footer .right-sec .head-soc{
		width: 30%;
		justify-content: flex-end;
		order: 1;
		flex: 0 0 30%;
	}
	.head-soc .soc-item:last-child{
		margin-right: 0;
	}
	header .right-sec .head-soc{
		width: 45%;
		justify-content: flex-end;
		order: 2;
		flex: 0 0 45%;
		margin-right: 0;
	}
	.right-sec-call {
		flex: 0 0 50%;
		order: 2;
	}
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a{
		margin: 0;
		font-size: 18px;
	}
	header {
	    padding-right: 0;
	}
	header{
		height: 100px;
		display: flex;
		justify-content: space-between;
		padding-right: 15px;
		align-items: center;
    	margin-top: 34px;
	}
	footer{
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		height: auto;
	}
	.hero{
		height: auto;
	}
	.soc-whatsapp {
	  margin-left: 0;
	}
	header .middle-sec {
	  flex: 0 0 auto;
	  text-align: right;
	  display: flex;
	  margin-bottom: 10px;
	  justify-content: center;
	  align-items: center;
	}
	.middle-sec p,.right-sec-call{
		display: none;
	}

	footer .wrapper {
	  flex-wrap: wrap;
	  justify-content: flex-end;
	}
	footer .middle-sec {
	  flex: 0 0 65%;
	  text-align: right;
	}
	.middle-sec p {
	  font-size: 15px;
	}
	.sert{
		justify-content: center;
	}
	.mobile-infos__address {
	  text-align: center;
	  width: 60%;
	  margin: 40px auto 10px;
	  line-height: 1.5;
	}
	.mobile-infos .phone-sec{
		margin-top: 0;
	}
	.hero__text {
	  text-align: justify;
	  margin-top: 0;
	  margin-left: 0;
	  margin: 10px 10px;
	  width: 100%;
	  }
  	.btn__hero {
	  margin-top: 5%;
      margin-left: 25%;
	  font-size: 14px;
	}
	.opportunities__img {
	    top: 0;
	  }
	.opportunities__img img {
	    max-height: 30rem;
	    max-width: 10rem;
	  }
  .hero__description {
	  font-size: .9rem;
	  margin: 0;
	}
	.hero__title {
	  font-size: 1.2rem;
	}
	.opportunities__title {
		color: #000;
	  font-size: 2.2rem;
	  font-weight: 700;
	  line-height: 1.4;
	}
	.sert-sec h2 {
		text-align: center;
	}
	.sert .sert-item {
	  margin-bottom: 30px;
	  flex: 0 0 48%;
	}
	.sert-sec .sert .sert-item{
		margin-bottom: 30px;
	}

	.opportunities__description {
		width: 300px;
		padding-left: 10%;
	  margin: 20px 0;
	  font-size: 1rem;
	  text-align: right;
	  font-weight: 400;
	  color: #263238;
	}
	.w-120 {
	 margin-top: 0;
	}
	.slider-sec .slide-main .title-slide {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.doctor-item{
		margin-bottom: 30px;
		margin-right: 0;
		flex: 0 0 70%;
	}
	.sertp-sec .sertp .sertp-item {
	  margin-bottom: 20px;
	  margin-right: 0;
	}
	.sertp-item {
	  flex: 0 0 48%;
	  width: 48%;
	}
	.feedback{
		width: 100%;
		height: auto;
	}
	.feedback-left{
		padding-right: 0;
		border-right: none;
		margin-bottom: 30px;
		flex: 0 0 100%;
	}
	.price-sec h3 {
	  line-height: 1.4;
	}
	.price-sec {
	  padding: 20px 0 0;
	  margin-top: 20px;
	}
	.grid-item-prodo{
		width: 70%;
		margin: 0 auto;
	}
	.feedback-right {
	  flex: 0 0 60%;
	}
	.grid-prodo-sec .grid-prodo {
	  margin: 0 auto 40px;
	}
	.price-sec-back1,.price-sec-back2,.price-sec-back3,
	.price-sec-back4,.price-sec-back5,.price-sec-back6,
	.price-sec-back7,.price-sec-back8,.price-sec-back9{
		background-position: center;
	}
	.doctor-back {
	    background-image: url(../userfiles/images/stud.jpg);
	}
	.doctor-back, .sertp-back, .reviews-back, .grid-2-medic-back, 
	.price-sec-back1, .price-sec-back2, .price-sec-back3, .price-sec-back4, 
	.price-sec-back5, .price-sec-back6, .price-sec-back7, .price-sec-back8, 
	.price-sec-back9,.services-back{
		width: 106%;
		left: -3%;
	}

	.services-item{
		flex: 0 0 100%;
	}
	header .left-sec{
	  flex: 0 0 28%;
	}
	header .logo-sec {
	  flex: 0 0 100%;
	  margin-right: 0;
	}
	header .btn-sec{
		justify-content: center;
	}
	.info-ava {
	  flex: 0 0 100%;
	  margin-right: 0;
	  order: 2;
	}
	.info-txt {
	  flex: 0 0 100%;
	  margin-bottom: 15px;
	  order: 1;
	}
	.info-item {
	  flex: 0 0 100%;
	  margin-bottom: 15px;
	}
	.info{
		flex-wrap: wrap;
	}
	.mobile-infos .head-soc {
	  display: flex;
	  width: 100%;
	  justify-content: center;
	  margin: 0 auto 15px;
	}
	thead tr {
	  display: flex;
	  justify-content: space-between;
	}
	tbody tr {
	  display: flex;
	  flex-direction: column;
	  width: 100%;
	  margin-bottom: 15px;
/*	  box-shadow: 1px 1px 5px -4px #000;*/
	}
	.css-modal-details td{
		padding: 15px 10px;
  		border-bottom: 2px solid #ECE9E0;
  		box-shadow: inset 0px -3px 18px -12px #D55F00;
	}
	thead {
	  display: none;
	}
	.css-modal-details table{
		border-spacing: 0;
	}
	.grid-2-medic{
		z-index: auto;	
	}
}
@media screen and (max-width: 576px) {
	footer {
  		height: auto;
  	}
  	.right-sec-call {
	  flex: 0 0 55%;
	}
	header .right-sec .head-soc{
		flex: 0 0 40%;
		width: 40%;
	}
	footer .right-sec .head-soc{
		margin-right: 0;
	}
	
}
@media screen and (max-width: 560px) {
	header .soc-item{
		flex: 0 0 28px;
		height: 28px;
		width: 28px;
	}
	header .soc-item img {
	  display: block;
	  height: 100%;
	  width: 100%;
	}
	header .logo-sec, footer .logo-sec {
	  margin-right: 0;
	}
	header .right-sec .phone-sec{
		flex: 0 0 100%;
		width: 100%;
	}
	footer .right-sec .phone-sec{
		flex: 0 0 65%;
		width: 65%;
	}
	.reviews-iframe {
	  width: 100%;
	}
}
@media screen and (max-width: 515px) {
	.sert-sec .sert, .sert  {
	  justify-content: center;
	}
	.sert .sert-item{
		margin-right: 0;
		flex: 0 0 55%;
		height: auto;
	}
	.doctor-sec{
		padding: 50px 0 0;
	}
	.doctor-item{
		flex: 0 0 80%;
	}
	.feedback-right {
	  flex: 0 0 70%;
	}
	header .right-sec .phone-sec a{
		font-size: 16px;
	}
}
@media screen and (max-width: 479px) {
	footer .wrapper {
	  justify-content: space-between;
	}
	footer .middle-sec {
	  flex: 0 0 60%;
	}
	footer .right-sec,footer .right-sec .head-soc,
	footer .right-sec .phone-sec {
	  justify-content: flex-start;
	}
	footer .right-sec .head-soc{
		order: 2;
	}
	footer .right-sec .phone-sec{
		order: 1;
		margin-right: 15px;
	}
	footer .left-sec {
		margin-bottom: 10px;
	}
	footer .right-sec .phone-sec {
	  flex: 0 0 55%;
	  width: 55%;
	}
	footer .right-sec {
	  flex: 0 0 70%;
	}
	.grid-item-prodo {
	  width: 80%;
	}
	.feedback-right {
	  flex: 0 0 100%;
	}
	.feedback-right-form{
		width: 70%;
	}
	header .right-sec{
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
	}
	header .right-sec .head-soc {
	  flex: 0 0 auto;
	  height: 28px;
	  width: 100%;
	  justify-content: center;
	  order: 2;
	}
	.right-sec-call {
	  flex: 0 0 auto;
	  width: 100%;
	  align-items: center;
	  display: flex;
	  order: 1;
	  margin-bottom: 5px;
	}
	header .right-sec .phone-sec{
		justify-content: center;
	}
	header .right-sec .phone-sec a {
	  font-size: 18px;
	}
	.css-modal-details th {
		font-size: 14px;
	}
	tbody tr{
		margin-bottom: 10px;
		margin-top: 10px;
/*		border-bottom: 1px dashed #000;*/
	}
	tbody tr:first-child{
		display: none;
	}
	tbody tr td{
		position: relative;
		padding: 20px 10px 10px;
	  	height: auto;
	  	display: flex;
	  	align-items: center;
	  	font-size: 14px;
	  	line-height: 1.5;
/*	  	margin-bottom: 10px;*/
	}
	tbody tr td:before{
		position: absolute;
		top: -20px;
		left: 0;
		background: #fff;
		font-size: 12px;
		width: fit-content;
		padding: 0 10px;
	    height: 20px;
	    display: block;
	    box-shadow: 1px 1px 5px -3px #000;
	}
	tbody tr td:nth-child(2){
		display: none;
	}
	tbody tr td:nth-child(1){
/*		content: 'Услуга';*/
		font-weight: 600;
	}
	tbody tr td:nth-child(2):before{
/*		content: 'Описание';*/
	}
	tbody tr td:nth-child(3):before{
/*		content: 'Цена';*/
	}

}
@media screen and (max-width: 440px) {
	footer .right-sec {
	  flex: 0 0 80%;
	}
	.feedback-right-form {
	  width: 80%;
	}
	header .left-sec {
	  flex: 0 0 38%;
	}
	header .right-sec {
	  flex: 0 0 60%;
	}
	.css-modal-details details[open] .cmc:after{
		display: none;
	}
	.css-modal-details table{
		border-radius: 0;
	}
	.css-modal-details details .cmt {
	  padding: 0;
	}
	tbody tr:first-child{
		display: none;
	}
	.grid-prodo, .grid-prodo-5 {
	    grid-template-columns: 1fr;
	}
	.grid-medic .item-price,.css-modal-details summary, details {
  		width: 100%;
  	}
  	.grid-item-prodo-5 {
	  width: 80%;
	  margin: 0 auto;
	}
	.grid-item-prodo-5 .image-prodo-5 {
	  height: auto;
	}
	.remote-help:hover{
		width: 60%;
	}

}
@media screen and (max-width: 414px) {
	.sert .sert-item{
		flex: 0 0 70%;
	}
	header .right-sec {
	  flex: 0 0 55%;
	}
	header .left-sec, footer .left-sec {
	  flex: 0 0 40%;
	}
	.mobile-infos__address{
		width: 80%;
	}
	.grid-item-prodo {
	  width: 100%;
	}
	.feedback{
		padding: 15px;
		padding-top: 40px;
	}
	.feedback-right-form {
	  width: 100%;
	}
	.sertp-sec .sertp {
	  justify-content: center;
	}
	.sertp-item {
	  flex: 0 0 80%;
	  width: 80%;
	}
	.sertp-item{
		height: 280px;
	}
	.doctor-item {
	  flex: 0 0 100%;
	}
	.remote-help p{
		font-size: 12px;
		font-weight: 600;
	}
}
@media screen and (max-width: 395px) {
	.remote-help:hover{
		width: 70%;
	}
}
@media screen and (max-width: 375px) {
	header .right-sec .phone-sec a{
	  font-size: 14px;
	}
	header .left-sec{
	  flex: 0 0 45%;
	}
	.mobile-infos__address {
	  width: 90%;
	}
	footer .right-sec {
	  flex: 0 0 100%;
	}
	footer .middle-sec{
		margin-bottom: 10px;
	}
	.slider-sec .slide-main{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.blockquote-head{
		flex-direction: column;
	}
	.blockquote-ava{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.info-quote {
	  padding: 20px;
	}
	header .right-sec {
	    flex: 0 0 52%;
	}
}
@media screen and (max-width: 360px) {
	/*header .right-sec {
		display: none;
	}*/
	header .left-sec {
	  flex: 0 0 55%;
	}
	.mobile-infos .head-soc{
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 0 auto 15px;
	}
	.mobile-infos .phone-sec{
		margin-bottom: 10px;
	}
	.right-sec-call,.right-sec .soc-item.soc-mail{
		display: none;
	}
	header .right-sec{
		align-items: flex-end;
	}  
	header .right-sec {
    	flex: 0 0 40%;
    }
    .css-modal-details table thead tr {
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	}
	.css-modal-details table tbody tr {
	  display: flex;
	  flex-direction: column;
	  width: 100%;
	  margin-bottom: 15px;
	}
	.css-modal-details td {
	    font-size: 16px;
	    font-weight: 500;
	}
	.css-modal-details td:first-child {
		text-transform: uppercase;
		box-shadow: inset 0px -3px 18px -12px #D55F00;
	}
/*	.css-modal-details tbody tr td:last-child{
		font-size: 20px;
		font-weight: 600;
	}*/
}
@media screen and (max-width: 340px) {
	.remote-help:hover {
	    width: 75%;
	}
}
@media screen and (max-width: 330px) {
	footer{
		padding-right: 0;
	}
	.feedback-left__title{
		font-size: 20px;
	}
	.feedback-left__txt{
		font-size: 16px;
	}
	.feedback-left{
		margin-bottom: 10px;
	}
	header .left-sec {
	  flex: 0 0 65%;
	}
	.slider-sec .slide-main .title-slide {
    	font-size: 28px;
	}
}


.ui-form {
   max-width: 350px;
   padding: 80px 30px 30px;
   margin: 50px auto 30px;
   background: white;
}
.ui-form h3 {
   position: relative;
   z-index: 5;
   margin: 0 0 60px;
   text-align: center;
   color: #4a90e2;
   font-size: 30px;
   font-weight: normal;
}
.ui-form h3:before {
   content: "";
   position: absolute;
   z-index: -1;
   left: 60px;
   top: -30px;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background: #fee8e4;
}
.ui-form h3:after {
   content: "";
   position: absolute;
   z-index: -1;
   right: 50px;
   top: -40px;
   width: 0;
   height: 0;
   border-left: 55px solid transparent;
   border-right: 55px solid transparent;
   border-bottom: 90px solid #ffe3b5;
}
.form-row {
   position: relative;
   margin-bottom: 40px;
}
.form-row input {
   display: block;
   width: 100%;
   padding: 0 10px;
   line-height: 40px;
   font-family: 'Roboto', sans-serif;
   background: none;
   border-width: 0;
   border-bottom: 2px solid #4a90e2;
   transition: all 0.2s ease;
}
.form-row label {
   position: absolute;
   left: 13px;
   color: #9d959d;
   font-size: 20px;
   font-weight: 300;
   transform: translateY(-35px);
   transition: all 0.2s ease;
}
.form-row input:focus {
   outline: 0;
   border-color: #F77A52;
}
.form-row input:focus+label, .form-row input:valid+label {
   transform: translateY(-60px);
   margin-left: -14px;
   font-size: 14px;
   font-weight: 400;
   outline: 0;
   border-color: #F77A52;
   color: #F77A52;
}
.ui-form input[type="submit"] {
   width: 100%;
   padding: 0;
   line-height: 42px;
   background: #4a90e2;
   border-width: 0;
   color: white;
   font-size: 20px;
}
.ui-form p {
   margin: 0;
   padding-top: 10px;
}


.hero {
  position: relative;
  justify-content: center;
  text-align: center;
  min-height: 65vh;
  margin: 0 0 50px 0;
}
.hero .background-image{
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1; 
  background-color: #D78E4A; 
}

.hero h2 {
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 42px;
 padding: 30px 40px 0 40px;
}

.hero h3{
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 30px;
padding: 30px 40px 0 40px;
}

.hero p {
margin: 0 500px 0 0;
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 1.2;
padding: 30px 40px 0 40px;
}
.hero-content-area {
  color: #000;
  text-align: left;
  opacity: 0;
  margin: 50px;
  animation: 1s slidefade 1s forwards;
}
@keyframes slidefade{
  100%{
    opacity: 1;
    margin: 0;
  }
}
.hero .background-image{
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1; 
  background-color: #D78E4A; 
}
@media (max-width: 800px){
  .hero{
    height: 100%;
  }  
  .hero h2{
    font-size: 28px;
	line-height: 1;
  }
  .hero h3{
    font-size: 18px;
	line-height: 1;
  } 
  .hero p {
	  font-size: 14px;
margin: 0;
padding: 20px 20px 0 20px;
}
}


.card-block:hover .card--hover a, .card-block:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card-block {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #824206 0%, #9B6028 100%);
  border: 2px solid #DE944F;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}
.card-block:hover {
  border-color: #DE944F;
}
.card-block:hover .card--hover {
  opacity: 1;
}
.card-block:hover .card--hover a {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 1;
}
.card--hover {
  padding: 0 5px 20px 5px;
  opacity: .8;
  transition: 0.25s ease;
}
.card-block h3 {
  width:30%;
  position: absolute;
  font-size: 16px;
  font-style: normal;
font-weight: 600;
line-height: 1.2;
  color: #fff;
  top: 6%;
  right: 40%;
}
@media (max-width: 480px){
  .card-block h3{
	width:60%;
	position: absolute;
    font-size: 15px;
	top: 12%;
    right: 17%;
  }
}
.card--hover p {
	font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
    margin: 0 15px;
	color: #fff;
}
.card--hover a {
  width:70%;
  text-align: center;
  -webkit-transform: translate(-50%, 125%);
  -ms-transform: translate(-50%, 125%);
  transform: translate(-50%, 125%);
  border-radius: 20px;
  background-color: #DE944F;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.25s ease;
}
.card-block .background {
  margin: 10px;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 11px;
  background: #FFF;
}

.background-est {
	margin: 50px 0;
	padding: 20px 30px; 
width: 100%;
 height: 100%;
border-radius: 40px;
background: linear-gradient(180deg, #824206 0%, #AE7037 100%);
}


.css-modal-details table {
	 width: 100%;
text-align: left;
border-collapse: separate;
border-spacing: 5px;
background: #ECE9E0;
color: #000;
border: 16px solid #ECE9E0;
border-radius: 20px;
}
.css-modal-details th {
font-size: 18px;
padding: 10px;
}
.css-modal-details td {
background: #F5D7BF;
padding: 10px;
}








.cards-nogi{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat (300px, 1fr );
  gap: 20px;
}
.card-nogi{
  overflow: hidden;
  background: #fff;
  border: 2px solid #AC6E35;
  border-radius: 20px;
  min-height: 300px;
  padding: 10px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  display: block;
}
.imgs-nogi{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px 50px;
  gap: 20px;
}
.imgs-nogi .img-nogi{
  overflow: hidden;
  border-radius: 16px;
}
.imgs-nogi .img-nogi:first-of-type{
  grid-column: 1/4;
}
.imgs-nogi .img-nogi img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  cursor: pointer;
}
.info-nogi{
  width: 100%;
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-nogi div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.info-nogi span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
   color:  #000;
}
.info-nogi h2 {
text-transform: uppercase;
 color: #000;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
a.card-nogi{
	color: inherit;
	transition: .7s;
}
a.card-nogi:hover{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
a.card-nogi:hover img{
	filter: brightness(.85);
}
a.card-nogi img{
	transition: .7s;
}
.info-nogi img{
  width: 20px;
  cursor: normal;
}
.info-nogi .icon-nogi{
  background: #824206;
}

.icon-nogi {
  position: relative;
  background: #824206;
  border-radius: 50%;
  padding: 15px;
  margin: 0 0 10px 0;
  width: 40px;
  height: 40px;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip-nogi {
   width: 240px;
  margin: 0 170px 0 0;
  position: absolute;
  top: -80px;
  font-size: 14px;
  background: #000;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-nogi:hover .tooltip-nogi {
  top: -150px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 77;
}
.icon-nogi:hover span,
.icon-nogi:hover .tooltip-nogi {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.plus-nogi {
	 background: #824206;
  color: #ffffff;
}
.plus-nogi .tooltip-med {
  background: #824206;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px;
}
.plus-nogi:hover,
.plus-nogi:hover .tooltip-nogi,
.plus-nogi:hover .tooltip-nogi::before {
  background: #D88E4A;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .tooltip-med {
  margin-left: -30px;
  margin-top: -30px;
}
}



.card-block-pod:hover .card--hover-pod a, .card-block-pod:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card-block-pod {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #DE944F;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}
.card-block-pod:hover .card--hover-pod {
   background-color: #fff;
   color: #000;
}
.card-block-pod:hover .card--hover-pod a {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.card--hover-pod {
  padding: 0 5px 20px 5px;
  transition: 0.25s ease;
  width: 100%;
}
.card-block-pod h3 {
  width:60%;
  position: absolute;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  top: 35%;
  left: 35%;
}
@media (max-width: 480px){
	.card--hover-pod{
	width:100%;
  }

  .card-block-pod h3{
	width:60%;
	position: absolute;
    font-size: 15px;
	top: 33%;
    right: 17%;
  }
}
.card--hover-pod a {
  width:50%;
  text-align: center;
  -webkit-transform: translate(-50%, 125%);
  -ms-transform: translate(-50%, 125%);
  transform: translate(-50%, 125%);
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.25s ease;
}


.pages ul {
	display: flex;
}
.pages ul li {
	padding: 5px;
}

@media screen and (max-width: 600px){
	.css-modal-details details[open] summary{
		z-index: 99999;
	}
	.css-modal-details details[open] .cmc{
		z-index: 99999;
		overflow-y: hidden;
	}
	.css-modal-details details .cmt{
		height: 80vh;
	}
	.info-box{
		margin: 0;
	}

}
.header-fixed{
  position: fixed;
  top: 0;
  width: 100%;
  height: 22px;
  background: rgba(215,142,74,.95);
  color: #fff;
  z-index: 999999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 3px 3px 8px -5px #000;
  transition: .7s;
}
.header-fixed span{
  font-size: 14px;
}
.header-fixed:hover{
  color: #fff3b0;
  text-decoration: none;
}
@media screen and (max-width: 414px) {
  .header-fixed{
    height: auto;
    padding: 5px 10px;
  }
  .header-fixed span{
    display: none;
  }
}

@media screen and (max-width: 330px) {
  .header-fixed{
    font-size: 12px;
  }
}