*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
ul {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

svg {
  width: 100%;
  height: 100%;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin: 0;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  min-width: 320px;
  min-height: 100vh;
  color: #353535;
  opacity: 0;
}

body.ready {
  opacity: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: none;
  }
}

main {
  padding: 50px 0 80px;
}
@media (max-width: 576px) {
  main {
    padding: 25px 0 40px;
  }
}

.hp {
  padding-left: 16px;
  padding-right: 16px;
}

.page_title {
  color: #509fc4;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .page_title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}

.not_found {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #509fc4;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

body.admin-bar header.header {
  top: 32px;
}

header.header {
  position: fixed;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 576px) {
  header.header {
    box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
header.header a {
  text-decoration: none;
}
header.header .header_top {
  background: rgb(217, 237, 243);
  padding: 0 30px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  header.header .header_top {
    display: none;
  }
}
header.header .header_top .header_contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
}
header.header .header_top .header_contacts .contact_title {
  text-transform: uppercase;
  font-weight: 500;
  color: #106c88;
  padding-right: 30px;
}
header.header .header_top .header_contacts .contact_item {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
header.header .header_top .header_contacts .contact_item:last-child {
  padding-right: 0;
}
header.header .header_top .header_contacts .contact_item .contact_icon {
  width: 35px;
}
header.header .header_top .header_contacts .contact_item .contact_value {
  padding-left: 5px;
}
header.header .header_top .header_contacts .contact_item .contact_value a {
  font-size: 14px;
  color: #0d4455;
}
header.header .header_main {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px 30px;
}
@media (max-width: 768px) {
  header.header .header_main {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  header.header .header_main {
    padding: 5px 16px;
  }
}
@media (max-width: 1300px) {
  header.header .header_main .header_left .header_logo {
    padding-right: 20px;
  }
}
header.header .header_main .header_left .header_logo a {
  display: block;
}
header.header .header_main .header_left .header_logo a img {
  height: 58px;
}
@media (max-width: 1300px) {
  header.header .header_main .header_left .header_logo a img {
    max-width: 240px;
  }
}
@media (max-width: 576px) {
  header.header .header_main .header_left .header_logo a img {
    max-width: 200px;
  }
}
header.header .header_main .header_center {
  flex: 1;
}
@media (max-width: 768px) {
  header.header .header_main .header_center {
    display: none;
  }
}
header.header .header_main .header_center nav.main_menu {
  width: fit-content;
  margin: 0 auto;
}
header.header .header_main .header_center nav.main_menu ul {
  display: flex;
  flex-wrap: wrap;
}
header.header .header_main .header_center nav.main_menu ul li.current-menu-item a {
  color: #509fc4;
}
header.header .header_main .header_center nav.main_menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #106c88;
  letter-spacing: 2px;
  padding: 10px 20px;
  transition: color ease-in-out 0.2s;
}
@media (max-width: 1200px) {
  header.header .header_main .header_center nav.main_menu ul li a {
    padding: 5px 20px;
  }
}
header.header .header_main .header_center nav.main_menu ul li a:hover {
  color: #509fc4;
}
header.header .header_main .header_right {
  display: none;
  margin-right: -5px;
}
@media (max-width: 768px) {
  header.header .header_main .header_right {
    display: block;
  }
}
header.header .header_main .header_right a.burger {
  display: block;
  padding: 5px;
}
header.header .header_main .header_right a.burger.active .burger_inner .line_item.line_1 {
  margin-top: 9px;
  transform: rotate(-45deg);
}
header.header .header_main .header_right a.burger.active .burger_inner .line_item.line_2 {
  display: none;
}
header.header .header_main .header_right a.burger.active .burger_inner .line_item.line_3 {
  margin-bottom: 9px;
  transform: rotate(45deg);
}
header.header .header_main .header_right a.burger .burger_inner {
  position: relative;
  width: 30px;
  height: 20px;
}
header.header .header_main .header_right a.burger .burger_inner .line_item {
  position: absolute;
  background: #106c88;
  width: 100%;
  height: 2px;
  transition: all ease-in-out 0.2s;
}
header.header .header_main .header_right a.burger .burger_inner .line_item.line_1 {
  top: 0;
}
header.header .header_main .header_right a.burger .burger_inner .line_item.line_2 {
  margin-top: -1px;
  top: 50%;
}
header.header .header_main .header_right a.burger .burger_inner .line_item.line_3 {
  bottom: 0;
}
header.header .mobile_menu {
  display: none;
  padding: 20px;
}
@media (max-width: 576px) {
  header.header .mobile_menu {
    padding-top: 10px;
  }
}
header.header .mobile_menu ul li {
  text-align: center;
  padding: 10px 0;
}
header.header .mobile_menu ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #106c88;
  padding: 5px;
}
@media (max-width: 576px) {
  header.header .mobile_menu ul li a {
    font-size: 18px;
  }
}

footer.footer {
  position: absolute;
  background: rgb(217, 237, 243);
  padding: 50px 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  footer.footer {
    text-align: center;
  }
}
footer.footer a {
  text-decoration: none;
}
footer.footer .footer_main {
  padding-bottom: 50px;
}
footer.footer .footer_main .footer_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer.footer .footer_main .footer_list {
    display: block;
  }
}
@media (max-width: 768px) {
  footer.footer .footer_main .footer_list .footer_item {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer.footer .footer_main .footer_list .footer_item:last-child {
    padding-bottom: 0;
  }
}
footer.footer .footer_main .footer_list .footer_item h4 {
  font-weight: 500;
  font-size: 20px;
  color: #106c88;
  padding-bottom: 10px;
}
footer.footer .footer_main .footer_list .footer_item .address {
  line-height: 1.5;
}
footer.footer .footer_main .footer_list .footer_item .address a {
  display: inline-block;
  color: #106c88;
  border: 1px solid #106c88;
  border-radius: 10px;
  padding: 5px 12px;
  margin-top: 5px;
  transition: all ease-in-out 0.2s;
}
footer.footer .footer_main .footer_list .footer_item .address a:hover {
  background: #106c88;
  color: #fff;
}
footer.footer .footer_main .footer_list .footer_item .hours {
  border-collapse: collapse;
}
@media (max-width: 576px) {
  footer.footer .footer_main .footer_list .footer_item .hours {
    margin: 0 auto;
  }
}
footer.footer .footer_main .footer_list .footer_item .hours td {
  border: 1px solid rgba(10, 135, 64, 0.19);
  padding: 8px 10px;
  text-align: center;
}
footer.footer .footer_main .footer_list .footer_item .contacts ul li {
  padding: 5px 0;
}
footer.footer .footer_main .footer_list .footer_item .contacts ul li.email::before {
  background: url("../img/icons/email_alt.svg") no-repeat 50% 50%;
}
footer.footer .footer_main .footer_list .footer_item .contacts ul li.phone::before {
  background: url("../img/icons/phone_alt.svg") no-repeat 50% 50%;
}
footer.footer .footer_main .footer_list .footer_item .contacts ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  opacity: 0.3;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
footer.footer .footer_main .footer_list .footer_item .contacts ul li a {
  color: #000;
}
footer.footer .footer_main .footer_list .footer_item .contacts ul li a:hover {
  color: #106c88;
}

/*# sourceMappingURL=main.css.map */
