@media screen and (max-width: 1200px) {
  .logo p {
    font-size: 20px;
  }

  .logo span {
    font-size: 11px;
  }

  h1 {
    font-size: 62px;
  }

  h1 span {
    font-size: 43px;
    padding-bottom: 10px;
  }

  .char_text1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .char_text2 {
    height: 42px;
  }

  .char_text3 {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .logo p {
    font-size: 20px;
  }

  .logo span {
    font-size: 11px;
  }

  h1 {
    font-size: 62px;
  }

  h1 span {
    font-size: 43px;
    padding-bottom: 10px;
  }

  .char_text1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .char_text2 {
    height: 42px;
  }

  .char_text3 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: -16px;
  }

  .logo {
    padding: 0;
  }

  .logo img {
    display: none;
  }

  .phones {
    padding: 0;
  }

  .phones img {
    display: none;
  }

  .phones a {
    font-size: 15px;
  }

  .top_text {
    font-size: 12px;
    line-height: 1.3;
  }

  .logo p {
    font-size: 17px;
  }

  .logo span {
    max-width: 210px;
    display: block;
  }

  .intro_section::before {
    background-size: auto 170px;
    height: 170px;
    bottom: -120px;
  }

  .char_section {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .header_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  header {
    padding: 15px 0;
  }

  .logo {
    padding-left: 60px;
    margin-bottom: 16px;
  }

  .logo img {
    display: block;
    width: 40px;
  }

  .logo span {
    max-width: 100%;
    width: 100%;
    font-size: 9px;
  }

  p.top_text {
    width: 50%;
    font-size: 10px;
    padding-left: 30px;
  }

  p.top_text img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    top: 1px;
  }

  .phones {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .phones {
    width: 100%;
  }

  .phones a {
    width: 50%;
    font-size: 14px;
    display: block;
  }

  .phones span {
    width: 100%;
    display: block;
    position: relative;
    line-height: 1;
    font-size: 11px;
  }

  .intro_section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  h1 {
    font-size: 34px;
  }

  h1 span {
    font-size: 27px;
  }

  .book_but {
    font-size: 15px;
    height: 40px;
  }

  .intro_section::before {
    background-size: auto 80px;
    height: 80px;
    bottom: -60px;
  }

  .char_section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .char_section .flex > div {
    margin-bottom: 50px;
  }

  .char_section .flex {
    margin-bottom: -50px;
  }

  .char_section br {
    display: none;
  }

  .who_can {
    padding: 40px 0;
  }

  h2 {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .who_can .flex > div {
    margin-bottom: 30px;
  }

  .who_can .flex {
    margin-bottom: -30px;
  }

  .foot_contact .phones a {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }

  p.book_text1 {
    font-size: 27px;
  }

  p.book_text2 {
    font-size: 30px;
  }
  header {
    text-align: center;
}

.header_flex {
    justify-content: center;
}

.logo {
    text-align: left;
}

p.top_text {
    display: inline-block;
    text-align: center;
}

p.top_text img {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    top: 0;
    transform: none;
}
p.top_text span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
p.char_text1, p.char_text3 {
max-width: 260px;
margin-left: auto;
margin-right: auto;
}
.other_b {
  height: 80px;
  font-size: 19px;
  line-height: 1;
}

.other_b i {
  font-size: 15px;
  line-height: 1;
  margin-top: 4px;
}
}
