* {
  font-family: Roboto,Raleway,sans-serif;
}

.header .container.main-banner {
	padding-top: 172px;
}

.section-map {
	min-height: 700px;
}

.section-contacts .contacts {
	top: 0;
	min-height: 0;
}

.my__map {
	display: none;
}

.webp footer.shtukaturka {
	background: url(../img/footer.jpg) center center/cover no-repeat;
}

.footer__text p {
	font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: .01em;
  color: #fff;
}

.my__call__btn {
	cursor: pointer;
}

.modal {
	display: flex;
}

.modal-body {
  position: fixed;
  padding: 30px 0;
}

.modal__title {
	padding: 0;
}

.modal-header {
  align-items: center;
  display: flex;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: uppercase;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	color: #404040;
}

p, .block-music p {
	font-family: Raleway;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #626262;
}

header .main-banner .title-desc {
	font-family: Raleway;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  text-transform: unset;
  letter-spacing: unset;
}

header .banner-desc {
	font-family: Raleway;
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #fff;
}

.block-teach .h4 {
	text-transform: unset;
	font-family: Raleway;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #626262;
}

.my-button-container {
	margin-left: auto;
	margin-right: auto;
}

.my_center {
	text-align: center;
}

span.orange {
	color: #eec400;
}

.h2, h2 {
  font-weight: 900;
  color: #404040;
  font-family: Roboto,Raleway,sans-serif;
}

.h1, h1 {
	font-weight: 900;
	font-family: Roboto,Raleway,sans-serif;
}

.block-music p.h4, .block-program .block-program-item .block-program-text .h4, .block-teach .h3 {
	font-family: Roboto,Raleway,sans-serif;
}

#price td a:hover, #price td:hover {
  cursor: default;
  color: rgb(92, 100, 111);
}


@media (min-width: 1200px) {
  .h2, h2 {
    font-family: Roboto;
	  font-size: 36px;
	  line-height: 1.2;
	  font-weight: 900;
	  text-transform: uppercase;
	  color: #404040;
  }

  .h1, h1 {
    font-size: 70px;
	  line-height: 81px;
	  font-weight: 900;
	  letter-spacing: .1em;
  }
}

@media (max-width: 1200px) {
	.h1, h1 {
    font-size: 60px;
    letter-spacing: .1em;
  }

  .h2, h2 {
    font-size: 36px;
  }

  header .main-banner .title-desc {
  	font-size: 30px;
  }

  header .banner-desc {
  	font-size: 18px;
  }
}

@media (min-width: 992px) {
	.section-contacts .contacts {
		top: 0;
	}
}

@media (max-width: 992px) {
	.header .container.main-banner {
		padding-top: 100px;
	}

	.h1, h1 {
    font-size: 36px;
  }

	.h2, h2 {
	  font-size: 34px;
  }

  header .main-banner .title-desc {
  	font-size: 25px;
    line-height: 25px;
  }

  header .banner-desc {
  	font-size: 16px;
    line-height: 16px;
  }

}

@media (max-width: 768px) {
  .h2, h2 {
	  font-size: 25px;
  }

  header .main-banner .title-desc {
  	font-size: 20px;
    line-height: 20px;
  }
  

  header .banner-desc {
  	font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 576px) {
  .h1, h1 {
    font-size: 30px;
  }

  .h2, h2 {
	  font-size: 18px;
  }

  p, .block-music p {
		font-size: 12px;
  }

  .block-teach .h4 {
  	font-size: 12px;
    line-height: 22px;
  }

  header .main-banner .title-desc {
  	font-size: 16px;
    line-height: 20px;
  }
  

  header .banner-desc {
  	font-size: 14px;
    line-height: 19px;
  }

}