@import url("font.css");
*, html {
  box-sizing: border-box;
}

body {
  color: #040000;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #040000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #d3480b;
  text-decoration: underline;
}
a.link {
  text-decoration: underline;
}

.txt-red {
  color: #d3480b;
}
.txt-line {
  text-decoration: none;
  border-bottom: 2px solid #040000;
}
.txt-line.red {
  border-bottom: 2px solid #d3480b;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

.box-center {
  display: flex;
  justify-content: center;
}

.btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #040000;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: #ffd453;
  box-shadow: 0 5px 0 #cd9e11;
  transition: all 0.3s ease-in-out;
}
.btn span {
  margin-left: 15px;
}
.btn:hover, .btn:focus {
  color: #040000;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(5px);
}

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.m60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.p60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.schedule {
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  font-size: 30px;
  text-align: center;
  width: 100%;
  padding: 15px;
  background-color: #a7d3e5;
  bottom: 0;
  cursor: pointer;
}
.schedule > span {
  padding-right: 10px;
}
.schedule p {
  font-size: 16px;
  border: 2px solid #ffffff;
  padding: 5px 20px;
  border-radius: 6px;
  margin-left: 20px;
}
.schedule:hover, .schedule:focus {
  color: #040000;
  background-color: #67b5cf;
  text-decoration: none;
}

header {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffd453;
}
header a {
  margin-right: auto;
}
header a h1 {
  width: 280px;
  line-height: 0;
}
header a h1 img {
  width: 280px;
}
header .menu {
  z-index: 10;
  position: relative;
}
header .menu nav {
  z-index: 20;
  position: relative;
}
header .menu nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}
header .menu nav ul:last-of-type li:first-of-type {
  display: none;
}
header .menu nav ul li {
  margin-right: 20px;
}
header .menu nav ul li:last-of-type {
  margin-right: 0;
}
header .menu nav ul li.tel {
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-left: 1px #040000 solid;
}
header .menu nav ul li.tel a {
  color: #46669e;
  font-size: 25px;
  line-height: 25px;
}
header .menu nav ul li.tel a .icon-tel1 {
  font-size: 25px;
  margin-right: 5px;
}
header .menu nav ul li.tel a .icon-tel1::before {
  color: #46669e !important;
}
header .menu_btn {
  display: none;
  position: relative;
  z-index: 20;
  background: #46669e;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
header .menu_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
header .menu_btn span:nth-of-type(1) {
  top: 14px;
}
header .menu_btn span:nth-of-type(2) {
  top: 23px;
}
header .menu_btn span:nth-of-type(3) {
  top: 32px;
}
header .menu_btn.active span {
  width: 50%;
  left: 12px;
}
header .menu_btn.active span:nth-of-type(1) {
  top: 17px;
  transform: translateY(6px) rotate(-45deg);
}
header .menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_btn.active span:nth-of-type(3) {
  top: 29px;
  transform: translateY(-6px) rotate(45deg);
}
header .menu-bg {
  position: fixed;
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e3e8f1;
  transform: scale(0);
  right: 30px;
  top: 30px;
  transition: all 0.3s;
}
header .menu-bg.circleactive {
  transform: scale(50);
}
header .menu-bg.circleclear {
  display: none;
  transform: scale(50);
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  background-image: url("./../img/bg_footer.svg");
  background-size: cover;
  background-position: top center;
}
footer h1 {
  width: 280px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 1024px) {
  header .menu {
    display: none;
    z-index: 20;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
  }
  header .menu.panelactive {
    display: block;
  }
  header .menu.panelactive nav {
    opacity: 1;
  }
  header .menu nav {
    opacity: 0;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header .menu nav ul {
    flex-direction: column;
  }
  header .menu nav ul:last-of-type li:first-of-type {
    display: block;
  }
  header .menu nav ul li {
    margin-right: 0;
  }
  header .menu nav ul li.tel {
    padding-top: 20px;
    padding-left: 0;
    border: none;
  }
  header .menu nav ul li.tel a {
    font-size: 25px;
    line-height: 25px;
  }
  header .menu nav ul:first-of-type {
    order: 2;
  }
  header .menu nav ul:first-of-type li:first-of-type {
    display: none;
  }
  header .menu nav ul:last-of-type {
    order: 1;
  }
  header .menu_btn {
    display: block;
  }
  header .menu_btn.active {
    position: fixed;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    font-size: 20px;
  }
  header {
    padding: 10px;
  }
  header a h1 {
    width: 250px;
  }
  header a h1 img {
    width: 250px;
  }
  br.invalid {
    display: none;
  }
}