.container.container-large {
  max-width:1500px;
}
@media (max-width: 1530px) {
  .container.container-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.callout-wrap {
  padding: 110px 0 100px;
  display: flex; }

.callout-col {
  flex: 1;
  text-align: center; }
  .callout-col-in {
    width: 220px; }
    .callout-col-in._2 {
      margin: 0 auto; }
    .callout-col-in._3 {
      float: right; }
  .callout-col p {
    font-size: 14px;
    line-height: 18px; }

.callout-title {
  display: block;
  font-size: 17px;
  font-weight: 900;
  padding: 0 0 10px; }

.callout-img {
  height: 100px;
  position: relative; }

._2 .callout-img img {
  position: relative;
  top: -20px; }

._3 .callout-img img {
  position: relative;
  top: -30px;
  height: 100px; }

.step-col-wrap {
  display: flex; }

.step-col {
  flex: 1; }
  .step-col-in {
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    width: calc(100% - 80px);
    position: relative; }
    .step-col-in:after {
      content: '';
      display: block;
      background-image: url(../img/arrow.svg);
      background-repeat: no-repeat;
      width: 47px;
      height: 39px;
      position: absolute;
      top: 50%;
      right: -65px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .step-col-in span {
      font-size: 17px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      padding: 20px 0 0; }
  .step-col._1 .step-col-in {
    margin-left: 40px; }
  .step-col._2 .step-col-in,
  .step-col._3 .step-col-in {
    margin: 0 auto; }
  .step-col._4 .step-col-in {
    float: right;
    margin-right: 40px; }
  .step-col._4 .step-col-in:after {
    display: none; }

.steps-below {
  padding: 70px 0 80px;
  text-align: center; }
  .steps-below p {
    font-weight: 700; }

.cta-btn {
  background-color: #219f49;
  color: white;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  padding: 20px 50px;
  border-radius: 6px;
  margin-top: 60px; }

.cat-list-wrap {
  padding: 30px 0 140px; }

.cat-list {
  display: flex;
  flex-flow: row wrap; }

.cat-item {
  flex: 1 1 170px;
  text-align: center;
  padding: 30px 20px; }
  .cat-item-img {
    height: 96px;
    position: relative; }
    .cat-item-img img {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cat-item a {
    display: block;
    text-align: center;
    position: relative; }
    .cat-item a span {
      display: block;
      color: #010101;
      font-size: 17px;
      font-weight: 400;
      padding-top: 14px; }

.videos-wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 120px; }
  .videos-wrap h4 {
    font-size: 21px;
    letter-spacing: 0.53px;
    padding: 0 0 20px; }

.video-col {
  flex: 1; 
  padding-bottom: 50px;
}
  .video-col-in {
    display: inline-block;
    background-color: #dceeda;
    border-radius: 8px;
    padding: 15px; }
/* .video-col h4 {
  min-height: 62px;
} */
.video-col-in img {
  max-width: 370px;
}

.specials-wrap {
  padding: 0 0 100px; }

.specials-text {
  float: left;
  background-color: #dceeda;
  padding: 35px;
  border-radius: 10px;
  max-width: 360px;
  width: 100%; }
  .specials-text h2 {
    padding: 0 0 30px; }
  .specials-text p {
    line-height: 22px; }
  .specials-text strong {
    display: block;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 700; }

.newsletter-wrap {
  padding: 15px 0 0; }

.newsletter-input {
  display: block;
  background: white;
  border: 0 !important;
  border-radius: 10px;
  padding: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: black;
  float: left;
  width: 210px; }
  .newsletter-input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400; }
  .newsletter-input:-moz-placeholder {
    color: #b3b3b3;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400; }
  .newsletter-input::-moz-placeholder {
    color: #b3b3b3;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400; }
  .newsletter-input:-ms-input-placeholder {
    color: #b3b3b3;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400; }

.newsletter-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #259e49;
  color: white;
  font-size: 17px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  padding: 10px 20px;
  border: 0;
  float: right;
  cursor: pointer;
  transition: all 0.3s; }
  .newsletter-submit:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.specials-slider-wrap {
  overflow: hidden;
  padding: 0 0 0 60px; }

.specials-slider .owl-dots {
  text-align: center;
  padding: 30px 0 0; }

.specials-slider .owl-dot {
  display: inline-block;
  margin: 0 10px;
  height: 21px;
  width: 21px;
  border: 3px solid #259e49;
  border-radius: 50%; }

.specials-slider .owl-dot.active {
  background-color: #259e49; }

.reviews-wrap {
  padding: 60px 0 80px; }
  .reviews-wrap .h2-wrap {
    padding: 0 0 60px; }
    .reviews-wrap .h2-wrap p {
      font-size: 21px;
      margin: 30px 0 0; }
.reviews-logos {
  text-align: center;
  padding: 40px 0 0;
}
.reviews-logos a {
  display: inline-block;
  margin: 0 30px;
}
.reviews-logos a img {
  height: 100px;
  width: auto;
}
.school-wrap {
  background-color: #f4f9f3;
  padding: 60px 0;
  margin-bottom: 100px; }

.school-text {
  float: left;
  font-size: 18px;
  width: 425px;
  margin-right: 40px; }
  .school-text p {
    margin: 20px 0;
    line-height: 28px; }
  .school-text .big a {
    color: #259e49; }

.school-image {
  overflow: hidden; }
  .school-image img {
    display: block; }

.img-text-row {
  padding: 50px 0;
  display: flex; }

.text-col,
.image-col {
  flex: 1 1 50%; }

.text-wrap {
  background-color: #dceeda;
  padding: 45px;
  border-radius: 25px; }
  .text-wrap h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900; }
  .text-wrap p {
    margin: 20px 0 0;
    font-size: 19px;
    line-height: 26px; }
  .text-wrap a {
    color: #259e49;
    font-weight: 600; }

.image-col {
  text-align: center; }
  .image-col span {
    display: block;
    padding: 15px 0 0;
    font-size: 14px;
    color: #231f20; }

.home-bottom {
  display: flex;
  padding: 100px 0 60px; }
  .home-bottom-col {
    flex: 1; }
    .home-bottom-col:first-of-type {
      padding-right: 50px; }
      .home-bottom-col:first-of-type a {
        display: inline-block;
        margin-right: 15px;
        width: 190px;
        margin-top: 50px; }
    .home-bottom-col:last-of-type {
      padding-left: 50px; }
    .home-bottom-col strong {
      display: block;
      font-size: 15px; }
    .home-bottom-col span {
      font-size: 12px;
      display: block;
      padding: 3px 0 10px; }

.footer {
  background-color: #dceeda;
  padding: 50px 0 0; }
  .footer-top-wrap {
    display: flex; }
  .footer-logo-wrap {
    flex: 1; }
    .footer-logo-wrap img {
      width: 220px; }
    .footer-logo-wrap h3 {
      font-size: 22px;
      font-weight: 700;
      margin: 10px 0 0; }
  .footer-newsletter-wrap {
    flex: 1; }
  .footer-newsletter-in {
    float: right; }
    .footer-newsletter-in .newsletter-input {
      margin-right: 10px;
      width: 320px;
      color: #259e49; }
  .footer-menu-wrap {
    margin-top: 50px;
    padding-top: 40px;
    clear: both;
    border-top: 1px solid rgba(40, 159, 72, 0.6); }
  .footer-menu {
    display: flex;
    padding-left: 40px; }
    .footer-menu .container {
      display: flex; }
    .footer-menu-col {
      flex: 1; }
      .footer-menu-col:nth-of-type(3) {
        flex: 1.3; }
      .footer-menu-col ul {
        margin-top: 15px;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        display: block; }
        .footer-menu-col ul li {
          display: block;
          margin-bottom: 15px; }
          .footer-menu-col ul li a {
            color: #231f20;
            font-size: 13px; }
    .footer-menu-title {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      padding: 0 5px 2px 0;
      border-bottom: 2px solid #289f48; }
      .footer-menu-title a {
        color: #000;
      }
      .footer-contacts-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 910px;
    padding-top: 35px; }
  .footer-contacts-in {
    display: flex; }
  .footer-contact {
    flex: 1;
    line-height: 1.3; }
    .footer-contact.middle {
      text-align: center; }
      .footer-contact.middle .footer-contact-inner > img {
        display: inline-block;
        float: none; }
      .footer-contact.middle .footer-contact-overflow {
        display: inline-block; }
    .footer-contact.first .footer-contact-inner {
      width: 160px;
      float: right; }
    .footer-contact-inner > img,
    .footer-contact > img {
      float: left;
      margin-right: 20px; }
    .footer-contact-overflow {
      overflow: hidden; }
    .footer-contact a {
      color: black; }
  .footer-bottom {
    padding: 50px 0 20px;
    text-align: center; }
  .footer-socials {
    padding: 0 0 15px; }
    .footer-socials a {
      display: inline-block;
      margin: 0 5px; }
  .footer-copyright {
    font-size: 12px;
    color: #929497;
    line-height: 1.5; }
    .footer-copyright a {
      color: #929497; }

.greview-slider .owl-dots {
  text-align: center;
  padding: 40px 0 0; }
  .greview-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #259e49;
    border-radius: 50%;
    margin: 0 10px; }
    .greview-slider .owl-dots .owl-dot.active {
      background: #259e49; }

.greview-slide-in {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 15px;
  position: relative; }
  .greview-slide-in p {
    position: relative;
    max-height: 90px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 22px; }
.greview-slide-in p::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 5px;
}

.greview-slide-in p::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.greview-stars {
  padding: 0 0 15px; }
  .greview-stars img {
    display: inline-block !important;
    width: 20px !important;
    margin-right: 3px; }

.greview-google-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px !important;
  height: 20px !important; }

.greview-name {
  display: block;
  padding: 12px 0 0;
  font-size: 15px;
  color: #427fed; }

.greview-date {
  display: block;
  font-size: 13px;
  padding: 5px 0 0;
  color: #999; }

._mob {
  display: none; }
#instafeed {
  padding: 0 0 20px;
}
#instafeed:after {
  clear: both;
  content: '';
  display: table;
}

@media (max-width: 1230px) {
  .cat-item {
    flex: 1 1 25%; } }

@media (max-width: 1024px) {
  .step-col {
    flex: 1 1 50%;
    margin-bottom: 60px; }
  .step-col._3,
  .step-col._4 {
    margin-bottom: 0; }
  .step-col-wrap {
    flex-wrap: wrap; }
  ._2 .step-col-in:after {
    display: none; }
  .videos-wrap {
    display: block;
    padding: 0 0 60px; }
  .video-col {
    display: block;
    margin-bottom: 40px; }
  .cat-list-wrap {
    padding: 30px 0 60px; } }

@media (max-width: 991px) {
  .footer-menu-title a {
      color: white;
    }
  .school-text {
    margin-right: 0;
    float: none;
    width: auto;
    padding-bottom: 40px; }
  .img-text-row {
    flex-wrap: wrap; }
  .text-col, .image-col {
    flex: 1 1 100%; }
  .image-col {
    order: 1;
    padding-bottom: 30px; }
  .text-col {
    order: 2; }
  .footer-top-wrap {
    display: block;
    text-align: center; }
  .footer-newsletter-in {
    float: none; }
  .footer-newsletter-wrap {
    display: none; }
  .footer-newsletter-wrap._mob {
    display: block;
    text-align: center;
    padding-top: 40px; }
  .footer-newsletter-wrap._mob .newsletter-wrap {
    margin: 0 auto;
    max-width: 402px;
    width: 100%; }
  .footer-menu {
    display: block;
    padding-left: 0;
    background: #259e49; }
    .footer-menu .container {
      display: block;
      padding-left: 0;
      padding-right: 0; }
    .footer-menu-wrap {
      border-top: 0;
      margin-top: 0; }
  .footer-menu-col {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
    .footer-menu-col ul {
      display: none; }
  .footer-menu-col ul li a {
    color: white;
    font-size: 20px; }
  .footer-menu-title {
    color: white;
    font-size: 18px;
    border-bottom: 0;
    display: block;
    padding: 20px 0 0;
    font-weight: 700;
    cursor: pointer;
    position: relative; }
    .footer-menu-title:after {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background-image: url(../img/gb-plus.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      position: absolute;
      top: 20px;
      right: 0; }
  .footer-menu-col ul li {
    margin-bottom: 20px; }
  .footer-menu-col ul li:last-of-type {
    margin-bottom: 0; }
  .footer-contacts-wrap {
    display: none; }
  .footer-contacts-wrap._mob {
    display: block;
    text-align: left;
    padding-top: 50px; }
  .footer-menu-col.opened .footer-menu-title:after {
    background-image: url(../img/gb-x.svg); }
  .footer-menu-col.opened ul {
    padding-top: 10px;
    display: block; } }

@media (max-width: 767px) {
  .callout-wrap {
    display: block; }
  .callout-col {
    padding-bottom: 40px; }
  .callout-col-in {
    margin: 0 auto; }
  .callout-col-in._3 {
    float: none; }
  .callout-img {
    padding-bottom: 20px;
    height: auto; }
  .callout-img img {
    top: 0 !important; }
  .step-col {
    flex: 1 1 100%;
    margin-bottom: 100px; }
  .step-col._3 {
    margin-bottom: 100px; }
  .step-col-in:after {
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    bottom: -70px; }
  ._2 .step-col-in:after {
    display: block !important; }
  .steps-below p {
    line-height: 1.6;
    font-size: 18px; }
  .specials-text {
    float: none;
    margin-bottom: 30px;
    max-width: none; }
  .specials-slider-wrap {
    padding: 0; }
  .home-bottom {
    display: block;
    text-align: center;
    padding: 20px 0 60px; }
  .home-bottom-col:first-of-type {
    padding-right: 0; }
  .home-bottom-col:last-of-type {
    padding-left: 0;
    padding-top: 60px; }
  .home-bottom-col:first-of-type a {
    margin-top: 30px; }
  .footer-contacts-in {
    display: block;
    margin: 0 auto;
    max-width: 260px;
    width: 100%; }
  .footer-contact {
    padding: 15px 0; }
  .footer-contact.first .footer-contact-inner {
    float: none;
    width: auto; }
  .footer-contact.middle {
    text-align: left; }
  .footer-logo-wrap h3 {
    font-size: 18px; }
  .videos-wrap {
    padding: 0 0 20px; }
  .h2-wrap {
    padding: 0 0 20px; }
  .reviews-wrap {
    padding: 40px 0; }
  .specials-wrap {
    padding: 0 0 50px; }
  .footer-newsletter-in .newsletter-input {
    width: 240px;
    margin-right: 0; }
  .footer-newsletter-wrap._mob .newsletter-wrap {
    padding: 15px 20px 0;
    max-width: 375px;
    width: 100%;
    margin: 0 auto; } 
    .insta-wrap {
      padding: 0 0 30px;
    }
    .instagram-image {
      display: block;
      margin: 0 auto 20px;
      max-width: 360px;
    }
    .instagram-image > img {
      float: none !important;
      width: 100% !important;
      max-width: 360px !important;
      margin: 0 auto !important;
    }
    #sidebar-right ul {
      left: -51px;
    }
    #sidebar-right li {
      width: 50px;
      height: 43px;
      line-height: 1;
    }
}

@media (max-width: 768px) {
    .wp-block-media-text {
        display: block;
    }
    .wp-block-media-text>figure>img {
      padding: 20px;
      display: block;
      margin: 0 auto;
      max-width: 200px;
    }
    .default-block-wrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
}

@media (max-width: 430px) {
  .video-col-in img {
    max-width: 100%;
  }
  .specials-text {
    padding: 20px;
  }
  .school-wrap {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .video-col {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}