body {
  --wp--preset--font-size--large: 30px;
  --wp--preset--font-size--medium: 24px;
  --wp--preset--font-size--small: 20px;
  font-family: "Nunito-VariableFont", sans-serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body {
    --wp--preset--font-size--large: 24px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--small: 16px;
  }
}
.wp-block-group__inner-container {
  max-width: 1300px !important;
  margin: 0 auto;
  width: 97%;
}
.wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0 !important;
}
.wp-block-group__inner-container ul {
  padding: 0 0 0 20px;
}
.wp-block-group__inner-container ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.wp-block-group__inner-container .wp-block-columns {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wp-block-group__inner-container {
    max-width: 970px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-group__inner-container {
    max-width: 750px !important;
  }
}
@media (max-width: 767px) {
  .wp-block-group__inner-container {
    max-width: 370px !important;
  }
}
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns.is-layout-flex {
  justify-content: center;
}
.wp-block-columns .wp-block-columns {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-columns:last-of-type {
    margin-bottom: 0;
  }
}
.gap-medium {
  gap: 15px;
}
.gap-min {
  gap: 0.5em;
}
@media (max-width: 767px) {
  .gap-min {
    gap: 2.5em;
  }
}
h1,
h2,
h3,
h4,
h5 {
  color: #2f4257;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
}
h1,
h2 {
  font-size: 40px;
  margin: 0 0 45px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  h1,
  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
h3{
	font-size:1.4em;
	margin-bottom: 0.3em;
}
h4{
	font-size:1.3em;
	margin-bottom: 0.3em;
}
h5 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
h6 {
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.m-0 {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .no-gap-mobile {
    gap: 0.1em !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-991-vert {
    flex-direction: column;
  }
}
.separator_custom {
  padding-bottom: 2.4em;
}
.separator_medium {
  padding-bottom: 1.6em;
}
.separator_min {
  padding-bottom: 0.7em;
}
.social-row {
  --size: 40px;
  --gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap);
}
.social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: var(--size);
  width: var(--size);
  transition: 0.3s;
}
.social-row a:hover {
  opacity: 0.6;
  transform: scale(1.1);
}
.social-row a img {
  max-width: 100%;
  max-height: 100%;
}
.info-block:not(:last-of-type) {
  margin-bottom: 60px;
}
.info-block .i-top {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  column-gap: 10px;
}
.info-block .i-top .icon {
  width: 20px;
}
.info-block .i-top .icon img {
  width: 100%;
}
.info-block .i-top p {
  font-weight: 700;
  font-size: 20px;
  color: #2f4257;
}
.info-block a {
  color: inherit;
}
.info-block p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .info-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .info-block:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.check-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.check-list.big {
  column-gap: 30px;
}
.check-list.big .icon {
  width: 40px;
}
.check-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.check-list .icon {
  width: 20px;
  flex-shrink: 0;
}
.check-list .icon img {
  width: 100%;
}
.check-list p {
  margin: 0;
}
@media (max-width: 767px) {
  .check-list.big {
    column-gap: 10px;
  }
  .check-list.big .icon {
    width: 20px;
  }
}
.check-block {
  border: 1px solid #7abdf9;
  padding: 30px 5px 15px 5px;
  min-height: 135px;
  border-radius: 5px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-block .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  width: 40px;
  background: #fff;
}
.check-block .icon img {
  width: 100%;
}
.full-slider {
  padding: 0 40px;
}
.full-slider .carousel__slide {
  width: 100%;
}
@media (max-width: 767px) {
  .full-slider {
    padding: 0;
    margin: 0 -10px;
  }
}
.carousel.color-blue .carousel__button {
  background: #1065b1;
}
.carousel.color-blue .carousel__button svg {
  filter: invert(1);
}
.carousel.color-blue .carousel__dots .carousel__dot.is-selected:after {
  background-color: #7abdf9;
}
.location-entry {
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.location-entry * {
  box-sizing: border-box;
}
.location-entry .pic {
  height: 155px;
  display: block;
}
.location-entry .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.location-entry .location-content {
  padding: 8px 13px 13px 13px;
  background: #f1f5f9e5;
  flex-grow: 1;
}
.location-entry .location-content .tit {
  font-weight: 700;
  color: #2f4257;
  margin: 0 0 7px 0;
  line-height: 1.1;
}
.location-entry .location-content a {
  color: inherit;
}
.location-entry .location-content p {
  margin: 0;
}
.location-entry .location-content .l-block {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 10px;
  font-weight: 700;
}
.location-entry .location-content .l-block:not(:last-of-type) {
  margin-bottom: 5px;
}
.location-entry .location-content .l-block .icon {
  flex-shrink: 0;
  width: 12px;
}
.location-entry .location-content .l-block .icon img {
  width: 100%;
}
@media (min-width: 768px) {
  .location-entry.horizontal {
    display: flex;
    flex-direction: row;
    height: auto;
  }
  .location-entry.horizontal .pic {
    height: auto;
    max-height: 280px;
  }
  .location-entry.horizontal .location-content {
    padding: 17px;
    max-width: 220px;
    height: auto;
  }
  .location-entry.horizontal .location-content .tit {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .location-entry.horizontal .location-content .l-block {
    font-size: 13px;
  }
  .location-entry.horizontal .location-content .l-block:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .location-entry.horizontal .location-content .l-block .icon {
    width: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-entry.horizontal .location-content {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .location-entry {
    height: auto;
  }
}
