@font-face{
font-family: 'Roboto-Bold';
src: url('../fonts/Roboto-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'Roboto-Regular';
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto-Regular', sans-serif;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    /*width: 750px;*/
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.logo__text {
	display: inline-block;
}
.place-map__info {
	text-align: center;
    top: 10px;
    left: 25px;
    position: absolute;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.13;
    font-weight: 300;
   	max-width: 216px;
    min-height: 160px;
    padding: 10px 25px;
    -webkit-box-shadow: -1px 2px 20px rgba(0,0,0,.2);
    -moz-box-shadow: -1px 2px 20px rgba(0,0,0,.2);
    box-shadow: -1px 2px 20px rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 60px;
    z-index: 1;
}
.place-map__info .logo {
    margin-top: 0;
    line-height: 22px;
    padding-bottom: 3px;
}
.header {
    background-color: #fff;
    box-shadow: 1px 2px 10px 0px rgba(146, 146, 146, 0.75);
}
.header-wrap {
	padding-top: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 14px;
}
.header-logo img {
    cursor: pointer;
}
nav ul {
	margin: 0;
	padding: 0;
	display: flex;
}
nav ul li {
	margin-left: 22px;
}
nav ul li a {
    text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.header-button a {
	box-shadow: 1px 2px 10px 0px rgba(146, 146, 146, 0.75);
	display: block;
	padding: 15px 20px;
	background-color: #E5097F;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
.main {
    background-image: url(img/main.png);
}
.main-wrap{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.main-title {
	margin-top: 46px;
	color: #fff;
}
.main-title h1 {
	color: #fff;
	padding: 0;
	margin: 0;
}
.phone-map .flex-phone-map-main {
}
.phone-map .flex-phone-map-main a {
	color: #000;
	display: block;
}
.header-info {
	margin-left: -68px;
	color: #B7B7B7;
	line-height: 17px;
	font-size: 12px;
}
.main-info {
	margin-top: 40px;
	line-height: 22px;
	color: #fff;
}
.main-btn a{
	margin: 32px 0 46px 0;
	display: inline-block;
	padding: 15px 20px;
	background-color: #FFED00;
	border-radius: 4px;
	color: #000;
	font-weight: bold;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.service {
	background-color: #F4F2FF;
}
.service-wrap {
	padding-top: 36px;
}
.service-title {
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 36px;	
}
.service-blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.service-block {
	border-radius: 10px;
	background-color: #fff;
	width: 230px;
	padding: 25px;
	margin-bottom: 20px;
	position: relative;
}
.block-img {
	margin: 0 auto;
	width: 220px;
	height: 220px;
}
.block-img img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	cursor: pointer;
}
.block-title {
	text-align: center;
	color: #E5097F;
	font-size: 18px;
	cursor: pointer;
	margin-top: 20px;
	font-weight: bold;
}
.block-info {
	text-align: center;
	color: #B3B1BF;
	cursor: pointer;
	margin-top: 15px;
	line-height: 22px;
}
.visit {
	background-color: #F4F2FF;
}
.visit-wrap {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 26px;
}
.visit-img img {
	width: 569px;
	height: 281px;
	border-radius: 10px;
}
.visit-text {
	margin-left: 39px;
}
.visit-title {
	margin-bottom: 20px;
	color: #E5097F;
	font-size: 30px;
	font-weight: bold;
}
.visit-info {
	font-size: 17px;
	line-height: 24px;
}
.progress {
	background-color: #fff;
}
.progress-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 38px 0 34px 0;
}
.progress-img {
	text-align: center;
	height: 80px;
}
.progress-block {

}
.progress-text {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 29px;
}
.gallery {
	background-color: #F4F2FF;
}
.gallery-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 20px;
}
.gallery-title {
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 36px;
	margin-top: 34px;
}
.library {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item {
	margin-right: 42px;
	margin-bottom: 17px;
}
.item:nth-child(5){
	margin-right: 0;
}
.item:nth-child(10){
	margin-right: 0;
}
.item:nth-child(15){
	margin-right: 0;
}
.item:nth-child(20){
	margin-right: 0;
}
.item img {
	border-radius: 15px;
	width: 200px;
	height: 150px;
}
.offer {
	background-image: url(img/main.png);
}
.offer-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-bottom: 15px;
}
.offer-title {
	margin-top: 100px;
}
.offer-title h1 {
	line-height:41px;
	font-size: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.offer-info {
	margin-top: 35px;
	font-weight: bold;
	margin-bottom: 100px;
	color: #fff;
}
form {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}
form .input {
	border-radius: 4px;
	border: none;
	margin-bottom: 10px;
	padding: 18px 6px 18px 13px;
	color: #CBCBCB;
	font-size: 14px;
}
.submit {
	padding: 17px 56px;
	background-color: #FFED00;
	border-radius: 4px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 1px 2px 10px 0px rgba(146, 146, 146, 0.75);
	-webkit-appearance: none;
}
.footer {
	background-color: #1F1F1F;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
	align-items: center;
}
.footer-contact {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    margin-top: 8px;
}
.footer-contact span {
	display: block;
	background-color: #555555;
	width: 40px;
	height: 40px;
	border-radius: 70%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-right: 17px;
	cursor: pointer;
	color: #fff;
}
.footer-contact span i {
	font-size: 18px;
}
.footer-button a {
	display: inline-block;
	display: block;
	padding: 15px 20px;
	background-color: #E5097F;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#phone {
	transform: rotate(140deg);
}
.footer-logo img {
    cursor: pointer;
}
.footer-developer {
	margin-top: 20px;
	padding-bottom: 26px;
	color: #fff;
	font-size: 14px;
}
.footer-developer a {
	color: #fff;
	text-decoration: underline;
}
.footer-icon {
	display: flex;
	margin-top: 5px;
	justify-content: space-between;
    margin-top: 15px;
}
#burger {
	display: none;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.7);
}
#close {
    font-size: 50px;
    color: #fff;
    position: fixed;
    top: 10px;
    right: 30px;
    cursor: pointer;
}
.modal-content {
	margin: 15% auto;
	width: 400px;
}
.modal-content form {
	padding: 30px;
    border-radius: 5px;
    background-color: #fff;
}
.modal-content form .input {
	background-color: #f1f1f1;
}
.modal-content form .submit {
	border: none;
	box-shadow: 1px 2px 10px 0px rgba(146, 146, 146, 0.75);
}
.btn {
}
.header-logo {
	border-right: 1px solid #F0F0F0;
    padding-right: 10px;
}
.modal-title {
	margin: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.modal-info {
	margin: 0 0 20px 0;
	font-size: 15px;
	text-align: center;
	color: #c7c7c7;
}
#back-top {
    position: fixed;
    bottom: 80px;
    right: 1.1%;
}
#back-top a {
    background: #E5097F;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    margin-bottom: 7px;
    justify-content: center;
    align-items: center;
}
#back-top a i {
    font-size: 45px;
    color: #fff;
    margin: 5px 15px;
}
.note2 .note{
	color: #fff;
	margin-top: 5px;
	text-align: center;
}
.note {
	color: #000;
	margin-top: 5px;
	text-align: center;
}
.icon-map span i{
	color: #E5097F;
	font-size: 18px;
}
#emptiness {
	display: none;
}
.school-btn-1 a {
	text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #2ebfbf;
    padding: 22px 40px;
    border-radius: 30px;
    cursor: pointer;
	display: block;
}
/* Согласие на обработку персональных данных */
.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0 14px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}
.consent-label input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #E5097F;
}
.consent-label a {
    color: #E5097F;
    text-decoration: underline;
}
.consent-label a:hover {
    text-decoration: none;
}
/* В светлой форме (блок offer) */
.offer .consent-label {
    color: #333;
}

/* ─── Блок отзывов ─── */
.reviews-section {
	padding: 52px 0 44px;
	background: #F4F2FF;
}
.reviews-title {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #B3B1BF;
	text-align: center;
	margin-bottom: 6px;
}
.reviews-source {
	text-align: center;
	font-size: 14px;
	color: #888;
	margin-bottom: 28px;
}
.reviews-slider-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.reviews-slider {
	flex: 1;
	overflow: hidden;
}
.reviews-track {
	display: flex;
	gap: 16px;
	transition: transform 0.4s ease;
}
.review-card {
	background: #fff;
	border-radius: 10px;
	padding: 20px 18px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: calc(33.333% - 11px);
	box-sizing: border-box;
	flex-shrink: 0;
}
@media (max-width: 900px) {
	.review-card { min-width: calc(50% - 8px); }
}
@media (max-width: 580px) {
	.review-card { min-width: 100%; }
}
.review-header {
	display: flex;
	align-items: center;
	gap: 10px;
}
.review-avatar {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #E5097F;
	color: #fff;
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-meta {
	flex: 1;
	min-width: 0;
}
.review-name {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 13px;
	color: #1F1F1F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.review-date {
	font-size: 12px;
	color: #B3B1BF;
	margin-top: 2px;
}
.review-stars {
	color: #FFED00;
	font-size: 14px;
	letter-spacing: 1px;
	flex-shrink: 0;
	text-shadow: 0 0 1px #ccc;
}
.review-text {
	font-size: 13px;
	color: #444;
	line-height: 1.6;
}
.rev-btn {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: #E5097F;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}
.rev-btn:hover { background: #c40770; }
.reviews-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}
.reviews-dots .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #D0CEDF;
	cursor: pointer;
	transition: background 0.2s;
}
.reviews-dots .dot.active { background: #E5097F; }
.reviews-link {
	text-align: center;
	margin-top: 20px;
}
.reviews-link a {
	color: #E5097F;
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.reviews-link a:hover { text-decoration: underline; }

