:root{
	--document-color:white;
	--black-color:black; 
	--blue-color:blue;
	--hover-green:#00FF7F;
	--white-color:white; 
	--pink-color:pink;
	--yellow-color:yellow;
	--link-color:#0d6efd;
	--neon-green: #00fe9b;
	--neon-blue: #2dd9fe;
	--neon-white: #fefefe;
	--neon-yellow: #ffdb4e;
	--neon-purple: #FF69B4;
	--moon-color: #FF69B4;
	--sun-color: orangered;
	--icon-color: orangered;
	--header-color: #A9A9A9;
	--title-color: #FAF0E6;
	--card-color: #e8d8ff;
	--def-background-color: lightgreen;
	--def-border-color: green;
}
@font-face {
	font-family: 'Pacifico'; src: url('../fonts/Pacifico-Regular.ttf') format('truetype');
}
html, body {
	height: 100%;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	background-color:var(--document-color);
	color: var(--black-color);
	scrollbar-gutter: stable;
background: url(/.s/t/1081/bg.jpg);
}
html{
	min-width: 600px;
	margin: 0 auto;
}
* {box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{
    padding:5px;
}
h1{
	font-family: Pacifico;
	text-align: center;
	font-size: 2.5rem;
line-height: 2.75rem;
	margin: 20px 0 30px 0;
	padding: 0;
	color: black;
}
a{
	color: inherit;
	font-size:inherit;
}
a:hover{
	color: red;
}
.none{
display:none;
}
/* Стили таблицы (IKSWEB) */
table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
table.iksweb th{font-weight:bold;font-size:1rem;background-color:#2adbda;}
table.iksweb td{font-size:0.875rem;color:#000000;}
table.iksweb td.price{font-weight:bold;color: red;font-size: 1.125rem;}
table.iksweb td,table.iksweb th{white-space:pre-wrap;padding:12px 20px;line-height:14px;vertical-align: middle;border: 1px solid #e020ed;}
table.iksweb tr:hover{background-color:inherit; color:inherit;cursor:default;}
/*меню*/
.container{
	max-width: 1180px;
	margin: 0px auto;
	padding: 5px;
	}
.header{
	position: absolute;
	display: block;
	width:100%;
	top: 0;
	left: 0;
	z-index: 5;
	background:linear-gradient(0deg, #2adbda, #e020ed);
}
.header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 3;
	}
.header__logo img{
	max-width: 100%;
	display: block;
	}
.header__list{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-self: flex-end;
}
.header__menu{
	display: grid;
	flex-wrap: wrap;
flex-direction: column;
height: 100%;
	justify-items: end;
align-content: space-between;
}
.header__list div{
	margin: 0 0 0 8px;
	border-right: 2px solid black;
	padding-right: 8px;
	}
.header__link{
	color: black;
	text-transform: uppercase;
	font-size: 1rem;
	text-decoration: none;
	}
.header__link span{
	margin-right: 5px;
	font-size: 1.5rem;
}
.register{
display:flex;
	align-self: flex-end;
gap:10px;
}
.register > .header__link{
color:#333;
}
.register span {
	margin-right: 5px;
	font-size: 2rem;
}
.content{
	padding: 110px 0 0px 0;
}
.content__text{
	font-size: 16px;
	line-height: 25px;
text-align: justify;
	}
.content__text p{
	margin:0 0 20px 0;
	text-align: justify; 
	font-size: 1rem;
	}
.content__text > p > a,
.content__text > ul > li >a,
.content__text > ul > ul > li >a {color:navy;text-decoration:underline;}
.breadcrumbs-wrapper{
padding: 0px 10px 50px 10px;
}
.breadcrumbs{
font-size:0.75rem;
color: #484848;
}
.breadcrumbs > a{color:#e020ed;}
.breadcrumbs > a:hover{color:red;}
.header__body {
	width: 100%;
	height: 100px;
	position: relative;
	display: grid; 
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: end;
	grid-template-columns: 250px 1fr 20px; 
	grid-template-rows: 80px; 
	gap: 2px 10px; 
	grid-template-areas: 
		"logo header__menu"; 
}
.logo {
	grid-area: logo; 
	justify-self: center; 
	align-self: center; 
	z-index: 6;
	/* border-radius: 50%;
	overflow: hidden; */
}
.header__menu{
	grid-area: header__menu; 
	justify-self:end; 
	align-self: end; 
	z-index: 3;	
}
span.fa-star{
	font-size: 1.5rem;
	color:#ffd700;
	margin-right: 10px;
}
.box{
	border: 1px solid #e020ed;
	padding: 40px 5px;
	text-align: center;
        background-color: #e8d8ff
}
.box:hover{
	background-color: #2adbda;
}
.box-services-img>img{
	max-width: 100%;
}
.box-services-price{
	font-size: 1rem;
	padding: 10px;
}
.box-services-price h3{
	font-size: 1.25rem;
	padding: 5px;
	margin: 0;
}
.price{
	margin: 10px;
	color: red;
	font-size: 1.5em;
}
footer{
	width: 100%;
		background:linear-gradient(180deg, #2adbda, #e020ed);
		font-size: 0.75rem;
		line-height: 1.5rem;
		z-index: 3;
		}
.contacts>div span, .soclinks>div span, .privacy>div span, .about>div span{
	margin-right: 15px;
	font-size: 1.25rem;
}
.footer__body{
	margin:5px 20px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, max-content));
	gap:20px; 
}
.footer__body a{color: black; text-decoration: none;}
.footer__body a:hover{color: red; text-decoration: underline;}
summary{
	background-color: #2adbda;
	border-radius: 10px;
	padding: 10px;
	margin: 8px;
	cursor: pointer;
	list-style: none;
}
summary:hover{
	background-color: #e020ed;
        color:white;
}
details > div {
	margin-left: 50px;
	margin-bottom: 25px;
	padding: 5px;
}
summary:before {
	content: "+";
	font-size: 1.5em;
	font-weight: bold;
	margin: -5px 5px 0 0;
 }
  
 details[open] summary:before {
	content: "-";
 }
/*оформление для мобильных телефонов*/
@media (max-width:767px){
h1{
font-size: 1.5rem;
margin: 12px 0 18px 0;
line-height: 1.5rem;
}
.header{
	position: fixed;}
.header__body {
height: 60px;
display: grid; 
position: relative;
align-content: center;
align-items: center;
grid-template-columns: 200px 1fr 10px; 
grid-template-rows: 60px; 
gap: 10px; 
grid-template-areas: 
	"logo header__burger"
}
.search-box{
justify-self: end;
align-self: center;
}
.header__menu{
justify-content: center;
align-content: start;
}
.header__burger{
grid-area: header__burger;
justify-self:end; 
align-self: center; 
display: block;
position: relative;
width: 30px;
height: 20px;
z-index: 3;
cursor:pointer;
}
.header__burger span{
	position: absolute;
	background-color: black;
	left:0;
	width: 100%;
	height:2px;
	top:9px;
	transition: all 0.3s ease 0s; 
}
.header__burger:before,
.header__burger:after{
	content: '';
	background-color: black;
	position:absolute;
	width: 100%;
	height: 2px;
	left:0;
	transition: all 0.3s ease 0s; 
}
.header__burger:before{
	top:0;
}
.header__burger:after{
	bottom:0;
}
.header__burger.active:before{
	transform:rotate(45deg);
	top: 9px;
}
.header__burger.active:after{
	transform:rotate(-45deg);
	bottom: 9px;
}
.header__burger.active span{
	transform: scale(0);
}
.header__menu{
	position: fixed;
	top:60px;
	left:-200%;
	width: 100%;
	height: 100%;
	background-color: #2adbda;
	overflow: auto;
	padding: 10px 10px 20px 10px;
	transition: all 0.3s ease 0s;
	opacity: 1;
}
.header__menu.active{
	left:0;
}
.header__list{
	display: block;
}
.header__list div{
	margin: 0 30px 15px 30px;	
	border-bottom: 2px solid black;
	padding: 0 30px 15px 30px;
	border-right: none;
}
.header__list div:first-child{
	padding-top: 15px;
	border-top: 2px solid black;
}
.header__link{
font-size: 24px;
}
span.none{
display:inline-block;
font-family: Roboto, sans-serif;
font-size:24px;
}
.content{
padding: 70px 20px 0 20px;
width: 100%;
}
.breadcrumbs-wrapper{
padding: 0px 10px 50px 10px;
}
}
/*скроллбар*//* Работает в Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: blue orange;
}
/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #A9A9A9;
}
*::-webkit-scrollbar-thumb {
  background-image: repeating-linear-gradient(-45deg, rgb(135, 216, 68) 0% 5%, rgb(193, 253, 182) 5% 10%);
  border-radius: 10px;
  /* border: 3px solid #696969; */
}
*::-webkit-scrollbar-thumb:hover {
	background-image: repeating-linear-gradient(-45deg, rgb(193, 253, 182) 0% 5%, rgb(135, 216, 68) 5% 10%);
}

.cards {
	margin:20px auto;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	column-gap: 20px;
	row-gap: 20px;
}
.card {
	display: flex;
	flex-direction: column;
	width: 350px;
	background-color: var(--card-color);
	border-radius: 30px;
}
@media (max-width:767px){
.card{width:450px;}
}
.card__image {
	height: auto;
margin:0 auto;
}
.card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	flex-grow: 1;
}
.card__title {
	margin-bottom: 15px;
	font-family: Pacifico;
	text-align: center;
	font-size: 1.25rem;
}
.card__descr {
	margin-bottom: 15px;
	text-align: justify;
	text-indent: 0px;
}
.card__btn {
	align-self: end;
	text-align: right;
	margin-top: auto;
	border: none;
	border-radius: 10px;
	color: var(--document-color);
	background-color: #2adbda;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.875rem;
}
.card__btn > a{
	color: black;
	text-decoration: none;
padding: 20px 20px;
}
.card__btn:hover{
	background-color: #e020ed;
}
.card__btn:hover > a
{color: ivory;
}
.cards__item .card {
	height: 100%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides > img{
width:100%;
}
/* Next & previous buttons */
.prev, .next {
background-color: rgba( 220, 220, 220, 0.75 );  
cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
border-radius: 10px 0px 0px 10px;
}
.prev{
border-radius: 0px 10px 10px 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: black;
  font-size: 1.5rem;
font-family: Pacifico;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
background-color: rgba( 220, 220, 220, 0.75 );
}

/* Number text (1/3 etc) */
.numbertext {
  font-weight: bolder;
background-color: rgba( 220, 220, 220, 0.75 );
border-radius:0 20px 20px 0;
  color: black;
  font-size: 0.875rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
left:0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}