*body {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
body {
    background: #fff;
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 1 auto;
}
.hi {
    padding: 5px 15px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.hi__row {
    display: flex;
    align-items: center;
}
.hi__body {
    display: flex;
    flex-wrap: wrap;
}
.hi__title h1 {
    font-size:30px;
    font-weight: 600;
    text-align: center;
}
.hi__text h2 {
    line-height: 2.5;
}
.hi__menu li {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #000;
    padding: 10px;
    background-color: #62ade4;
    list-style: none;
    border-radius: 20px;
    transition-property: background-color;
    transition-duration: 1s;
    box-shadow: 0 6px 10px #62ade4;
    margin-left: 28px;
}
.hi__menu li:hover {
    background-color: #82FB56;
}
.hi__menu li:active {
    position: relative;
    top: 3px;
}
a.button {
    text-decoration: none;
    color: #fff;
}
.map__row {
    display: flex;
    justify-content: center;
    margin: 15px 0 45px 0;
    padding: 15px;
}
.footer {
    height: 65px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.footer__row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__text p {
margin: 0;
text-align: center;
}
.main__info__row {
    display: flex;
    flex: 1 1 auto;
}
.title_info {
    display: flex;
    justify-content: center;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: ;
}
.body__info p {
font-size: 18px;
}
.map2__row {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.map__body {
    min-width: 868px;
    min-height: 400px;
}
.vertical__body {
    max-width: 1200px;
    margin: 0 auto;
}
.vertical__row {
    display: flex;
    margin: 0 -20px;
}
.vertical__column {
    flex: 0 1 31.25%;
    display: flex; /*internet explorer*/
    flex-direction: column; /*internet explorer*/
    padding: 0 20px;
}
.verical__card {
    display: flex;
    flex-direction: column;
    border: 2px solid #62ade4;
    border-radius: 10px;
    box-shadow: 0 0px 10px #62ade4;
}
.vertical__title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}
.img__size {
    max-width: 200px;
    max-height: 300px;
}
.vertical__body {
    font-size: 20px;
    text-align: center;
    padding: 0 0 20px 0;
    margin-bottom: 0;
}
.card__name {
    flex: 1 1 auto;
    text-align: center;
}
.ref {
margin-top: 25px;
}
.ref__button {
    display: block;
text-decoration: none;
background-color: #62ade4;
box-shadow: 0 0px 10px #62ade4;
color: #fff;
padding: 10px;
margin-top: 10px;
border: 1px solid #000;
border-radius: 10px;
transition-property: background-color;
transition-duration: 1s;
}
.ref__button:hover {
    background-color: #82FB56;
}
.education__text {
    text-align: justify;
    font-size: 18px;
    letter-spacing: 1.3;
    line-height: 20px;
}
.text__style {
    font-weight: 800;
}
.teachers {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.3;
    line-height: 20px;
}
.bold__style__main {
    font-size: 30px;
    font-weight: 800;
}
.bold__style__dir {
    font-size: 24px;
    font-weight: 800;
}
.bold__style__director {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}
.bold__style {
    font-weight: 800;
}
.price__text {
    text-align: justify;
    font-size: 18px;
    letter-spacing: 1.3;
    line-height: 20px;
}
.bold__price {
    font-weight: 800;
}
.container__size {
    max-width: 1250px;
    margin: 0 auto;
}
.gallery__pictures img {
    box-shadow: 0 0px 10px #62ade4;
}
..gallery__pictures img .space {
    align-items: center;
}
/*box-shadow: 0 10px 20px #62ade4;*/
