/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
@charset "UTF-8";

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

html {
  height: 100%;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  height: 100%;
  -webkit-animation: bugfix infinite 1s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  transition: all 0.2s ease-in-out;
  color: #212121;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif Caption", serif;
  font-weight: normal;
}

h1 {
  margin: 0;
  line-height: 22px;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    line-height: 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  h1 {
    line-height: 18px;
    font-size: 14px;
  }
}

h2 {
  margin: 0 0 36px;
  line-height: 46px;
  font-size: 42px;
}

@media only screen and (max-width: 1024px) {
  h2 {
    margin: 0 0 28px;
    line-height: 32px;
    font-size: 28px;
  }
}

h3 {
  margin: 0 0 16px;
  line-height: 32px;
  font-size: 26px;
}

@media only screen and (max-width: 1024px) {
  h3 {
    line-height: 28px;
    font-size: 22px;
  }
}

h4 {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
}

h5 {
  margin: 16px 0;
  line-height: 18px;
  font-size: 12px;
}

h6 {
  margin: 16px 0;
  line-height: 16px;
  font-size: 10px;
}

p {
  margin: 16px 0;
}

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

li {
  margin-bottom: 3px;
  list-style: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
  display: table;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.box {
  width: 100%;
  margin: 0 auto;
}

.box li {
  list-style: initial;
}

.box ul {
  padding-left: 40px;
}

.box__wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .box__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .box__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ajax-popup-link {
  position: absolute;
  z-index: 100;
}

.header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.header__top {
  position: relative;
  background: #fff;
  text-align: justify;
  line-height: 0;
  font-size: 0;
  z-index: 4;
}

.header__top-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header__main {
  margin: 20px 0;
  vertical-align: middle;
  text-align: left;
  line-height: 0;
  font-size: 0;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .header__main {
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin: 0;
  }
}

.header__logo {
  max-width: 200px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    justify-content: center;
    margin: 0 auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .header__logo:after {
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    background: #cacaca;
    transform: translateY(-50%);
  }
}

.header__logo img {
  width: 52px;
  height: auto;
  display: inline;
  margin: 0 auto;
  display: block;
}

.header__logo-title {
  font-family: "PT Serif Caption", serif;
  font-weight: normal;
  width: 80%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 22px;
}

.header__logo a {
  display: block;
}

.header__title {
  display: block;
  margin: 0 auto;
  max-width: 265px;
  line-height: 20px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .header__title {
    max-width: 220px;
    display: inline-block;
    vertical-align: middle;
  }
}

.header__phones {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .header__phones {
    margin: 15px 0;
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 780px) {
  .header__phones {
    padding-left: 10px;
    width: 190px;
  }
}

@media only screen and (min-width: 1024px) {
  .header__phones {
    width: 310px;
  }
}

@media only screen and (max-width: 843px) {
  .header__phones {
    top: -17px;
    left: 50%;
    width: 240px;
    position: fixed;
    padding: 25px 30px;
    background: #fff;
    transform: translate(-50%, -100%);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 843px) {
  .header__phones {
    padding: 15px 20px;
  }
}

.header__phones--fixed {
  top: -17px;
  left: 50%;
  width: 350px;
  position: fixed;
  padding: 15px 15px;
  background: #fff;
  transform: translate(-50%, -100%);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.2s ease-in-out;
}

.header__phones--fixed.is-open {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .header__phones.is-open {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.header__phones-close {
  width: 31px;
  height: 30px;
  top: -35px;
  right: -35px;
  overflow: hidden;
  display: none;
  position: absolute;
  cursor: pointer;
}

.is-open .header__phones-close {
  display: block;
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  transform: translateY(14px);
}

.is-open .header__phones-close:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: #777;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.is-open .header__phones-close:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: #777;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.header__phone--first {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .header__phone--first {
    margin-bottom: 8px;
  }
}

.header__phone-icon {
  width: 16px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #000;
}

.header__phone-num {
  display: block;
  line-height: 22px;
  font-size: 22px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .header__phone-num {
    font-size: 20px;
  }
}

.header__phone-desc {
  margin-top: 5px;
  display: block;
  padding-left: 27px;
  line-height: 15px;
  font-size: 13px;
  color: #777;
}

.header__bottom {
  position: relative;
  background: #043564;
}

.header__bottom--fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.header__nav-radio {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .header__nav-radio:checked ~ .header__nav-container {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1023px) {
  .header__nav-radio:checked ~ .header__nav-bg {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

@media only screen and (max-width: 1023px) {
  .header__nav-radio:checked ~ .header__nav-menu .header__nav-icon {
    visibility: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .header__nav-radio:checked ~ .header__nav-menu .header__nav-icon:before {
    transform: rotate(45deg);
    visibility: visible;
  }
}

@media only screen and (max-width: 1023px) {
  .header__nav-radio:checked ~ .header__nav-menu .header__nav-icon:after {
    transform: rotate(-45deg);
    visibility: visible;
  }
}

.header__nav-menu {
  float: left;
  height: 36px;
  margin: 4px 0;
  position: relative;
  cursor: pointer;
  z-index: 4;
}

@media only screen and (min-width: 1024px) {
  .header__nav-menu {
    display: none;
  }
}

.header__nav-icon {
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  background: #fff;
  transform: translateY(17px);
}

.header__nav-icon:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease-in-out;
}

.header__nav-icon:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease-in-out;
}

.header__nav-phone {
  float: right;
  width: 36px;
  height: 36px;
  padding: 6px;
  margin: 4px 0;
  position: relative;
  text-align: center;
  line-height: 36px;
  font-size: 25px;
  fill: #fff;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  .header__nav-phone {
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .header__nav-phone {
    display: none;
  }
}

.header__bottom--fixed .header__nav-phone {
  visibility: visible;
  opacity: 1;
}

.header__nav-phone:before {
  top: 2px;
  position: relative;
}

.header__nav-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: #043564;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}

@media only screen and (min-width: 1024px) {
  .header__nav-bg {
    display: none;
  }
}

.header__nav-container {
  top: 44px;
  left: 0;
  right: 0;
  display: block;
  padding: 15px 10px;
  position: absolute;
  background: #043564;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .header__nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .header__nav-container {
    top: 0;
    padding: 0;
    position: static;
    line-height: 0;
    font-size: 0;
    transform: translateY(0);
    transition: none;
  }
}

.header__nav-list-bottom {
  max-width: 300px;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  .header__nav-list:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

.header__nav-item {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.header__nav-item:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 1024px) {
  .header__nav-item {
    display: inline-block;
    vertical-align: middle;
  }
}

.header__nav-item a {
  overflow: hidden;
  position: relative;
  padding: 3px 0 1px;
  display: inline-block;
  font-family: "PT Serif Caption", serif;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .header__nav-item a {
    padding: 7px 0 8px;
  }
}

.header__nav-item a:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.header__nav-item a:hover:after {
  left: 0;
}

.slider {
  min-height: 380px !important;
  position: relative;
}

.slider__frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 0;
  font-size: 0;
}

.slider__slides {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.slider__prev,
.slider__next {
  top: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
  fill: #fff;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .slider__prev,
  .slider__next {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 1280px) {
  .slider__prev,
  .slider__next {
    width: 40px;
    height: 40px;
  }
}

.slider__prev {
  left: 0;
}

@media only screen and (min-width: 480px) {
  .slider__prev {
    left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .slider__prev {
    left: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__prev {
    left: 20px;
  }
}

.slider__next {
  right: 0;
}

@media only screen and (min-width: 480px) {
  .slider__next {
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .slider__next {
    right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__next {
    right: 20px;
  }
}

.slider__item {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
}

.slider__item:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.slider__item--1 .slider__circle--1 {
  top: 10%;
  left: 6%;
}

.slider__item--1 .slider__circle--2 {
  top: 5%;
  right: 3%;
}

.slider__item--1 .slider__circle--3 {
  bottom: 5%;
  right: 10%;
}

.slider__item--2 .slider__circle--1 {
  top: 5%;
  left: 6%;
}

.slider__item--2 .slider__circle--2 {
  bottom: 5%;
  left: 10%;
}

.slider__item--2 .slider__circle--3 {
  top: 15%;
  right: 6%;
}

.slider__item--3 .slider__circle--1 {
  bottom: 10%;
  left: 6%;
}

.slider__item--3 .slider__circle--2 {
  top: 5%;
  right: 6%;
}

.slider__item--3 .slider__circle--3 {
  bottom: 5%;
  right: 4%;
}

.slider__heading {
  top: 30px;
  bottom: 220px;
  position: absolute;
  white-space: normal;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .slider__heading {
    left: 50px;
    right: 50px;
    bottom: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .slider__heading {
    left: 35px;
    right: 35px;
  }
}

@media only screen and (min-width: 568px) {
  .slider__heading {
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .slider__heading {
    width: 50%;
  }
}

.slider__heading-inner {
  top: 50%;
  left: 10px;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
}

.slider__title {
  margin: 0;
  display: inline-block;
  position: relative;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 414px) {
  .slider__title {
    line-height: 24px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 480px) {
  .slider__title {
    line-height: 28px;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .slider__title {
    line-height: 38px;
    font-size: 38px;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__title {
    line-height: 42px;
    font-size: 42px;
  }
}

@media only screen and (min-width: 1280px) {
  .slider__title {
    line-height: 46px;
    font-size: 46px;
  }
}

.slider__desc {
  margin: 16px 0 0;
  line-height: 22px;
  font-size: 16px;
  color: #f7f7f7;
}

@media only screen and (max-width: 479px) {
  .slider__desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .slider__desc {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__desc {
    line-height: 26px;
    font-size: 18px;
  }
}

.slider__circle {
  width: 200px;
  height: 200px;
  display: table;
  position: absolute;
  background: #d4e8fd;
  border-radius: 50%;
  white-space: normal;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

@media only screen and (max-width: 1023px) {
  .slider__circle {
    display: none;
  }
}

.slider__circle span {
  width: 200px;
  max-height: 200px;
  padding: 40px 20px;
  display: table-cell;
  vertical-align: middle;
  line-height: 26px;
  font-size: 18px;
}

.slider img {
  width: 100%;
  height: auto;
}

.slider__rating {
  left: 50%;
  width: 510px;
  bottom: 40px;
  height: 160px;
  position: absolute;
  text-align: center;
  line-height: 0;
  font-size: 0;
  color: #fff;
  transform: translateX(-50%);
}

@media only screen and (max-width: 567px) {
  .slider__rating {
    width: 100%;
    height: auto;
    bottom: 10px;
  }
}

.slider__rating:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.slider__rating-rate {
  width: 110px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate {
    padding: 0;
    width: 70%;
    margin-bottom: 10px;
  }
}

.slider__rating-rate-num {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px #fff solid;
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate-num {
    width: auto;
    height: auto;
    display: inline;
    border-radius: 0;
    border: 0;
  }
}

.slider__rating-rate-num small {
  position: relative;
  font-family: "Open Sans", sans-serif;
  line-height: 66px;
  font-size: 12px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate-num small {
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-rate-num small {
    line-height: 16px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate-num small:after {
    content: "\A0";
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-rate-num small:after {
    line-height: 16px;
    font-size: 12px;
  }
}

.slider__rating-rate-num span {
  margin-left: 4px;
  position: relative;
  font-family: "PT Serif Caption", serif;
  line-height: 60px;
  font-size: 30px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate-num span {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-rate-num span {
    line-height: 16px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate-num span:after {
    content: "\A0";
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-rate-num span:after {
    line-height: 16px;
    font-size: 12px;
  }
}

.slider__rating-rate-desc {
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-rate-desc {
    margin: 0;
    display: inline;
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-rate-desc {
    line-height: 16px;
    font-size: 12px;
  }
}

.slider__rating-stat {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 567px) {
  .slider__rating-stat {
    width: 100%;
    display: block;
  }
}

.slider__rating-stat-inner {
  width: 400px;
  height: 160px;
  display: table;
  margin: 0 auto;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 567px) {
  .slider__rating-stat-inner {
    width: 70%;
    height: auto;
    display: block;
  }
}

.slider__rating-title {
  width: 50%;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  font-size: 13px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-title {
    padding: 0;
    width: 100%;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #fff;
    font-weight: 700;
  }
}

.slider__rating-fact {
  width: 50%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 31px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-fact {
    width: 100%;
    padding: 10px;
    display: block;
  }
}

.slider__rating-fact:before {
  content: "";
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: #fff;
}

@media only screen and (max-width: 567px) {
  .slider__rating-fact:before {
    content: none;
  }
}

.slider__rating-num {
  margin-bottom: 5px;
  font-family: "PT Serif Caption", serif;
  line-height: 40px;
  font-size: 40px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-num {
    margin: 0;
    display: inline;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-num {
    line-height: 16px;
    font-size: 12px;
  }
}

.slider__rating-desc {
  line-height: 18px;
  font-size: 12px;
}

@media only screen and (max-width: 567px) {
  .slider__rating-desc {
    display: inline;
    line-height: 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .slider__rating-desc {
    line-height: 16px;
    font-size: 12px;
  }
}

.cta {
  background: #043564;
  text-align: center;
  color: #fff;
}

.cta__apply {
  padding: 30px 0 33px;
  background: #043564;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

@media only screen and (min-width: 568px) {
  .cta__apply {
    padding: 40px 0 43px;
  }
}

@media only screen and (min-width: 768px) {
  .cta__apply {
    width: 50%;
    float: left;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    border-bottom: none;
  }
}

.cta__apply-inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .cta__apply-inner {
    float: right;
    max-width: 490px;
    padding-left: 15px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .cta__apply-inner {
    padding-left: 20px;
  }
}

.cta__apply-button {
  overflow: hidden;
  margin-top: 8px;
  position: relative;
  padding: 6px 20px;
  display: inline-block;
  border: 1px #fff solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.cta__apply-button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.cta__apply-button:hover {
  color: #000;
}

.cta__apply-button:hover:after {
  left: 0;
}

.cta__requirements {
  padding: 30px 0 33px;
  background: #043564;
}

@media only screen and (min-width: 568px) {
  .cta__requirements {
    padding: 40px 0 43px;
  }
}

@media only screen and (min-width: 768px) {
  .cta__requirements {
    width: 50%;
    float: left;
    margin-left: -1px;
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
  }
}

.cta__requirements-inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .cta__requirements-inner {
    float: left;
    max-width: 490px;
    padding-left: 40px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .cta__requirements-inner {
    padding-right: 20px;
  }
}

.cta__requirements-button {
  overflow: hidden;
  margin-top: 8px;
  position: relative;
  padding: 6px 20px;
  display: inline-block;
  border: 1px #fff solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.cta__requirements-button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.cta__requirements-button:hover {
  color: #000;
}

.cta__requirements-button:hover:after {
  left: 0;
}

.about {
  padding: 50px 0;
  text-align: center;
}

@media only screen and (min-width: 568px) {
  .about {
    padding: 80px 0;
  }
}

.about__wrap {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.about__title {
  color: #043564;
}

.about__button {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #043564 solid;
  background: #043564;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.about__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.about__button:hover {
  color: #043564;
}

.about__button:hover:after {
  left: 0;
}

.programs {
  padding: 50px 0;
  text-align: center;
}

.programs__desc {
  color: #777;
}

@media only screen and (min-width: 568px) {
  .programs {
    padding: 80px 0;
  }
}

.programs__desc {
  margin-bottom: 20px;
}

@media only screen and (min-width: 568px) {
  .programs__desc {
    margin-bottom: 40px;
  }
}

.programs__list {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}

.programs__list:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.programs__item {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .programs__item {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .programs__item {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 480px) {
  .programs__list--2 .programs__item {
    width: 50%;
  }
}

@media only screen and (min-width: 568px) {
  .programs__list--3 .programs__item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .programs__list--3 .programs__item {
    width: 33.3333333333%;
  }
}

.programs__item-thumb {
  position: relative;
}

.programs__item-img {
  width: 100%;
  height: auto;
}

.programs__item-title {
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  padding: 40px 20px 15px;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.75) 100%);
  color: #fff;
}

.programs__item-desc {
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
  line-height: 22px;
  font-size: 13px;
}

.programs__button {
  overflow: hidden;
  margin-top: 26px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #043564 solid;
  background: #043564;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.programs__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.programs__button:hover {
  color: #043564;
}

.programs__button:hover:after {
  left: 0;
}

.benefits {
  padding: 50px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 568px) {
  .benefits {
    padding: 80px 0;
  }
}

.benefits:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.benefits__wrap {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.benefits__title {
  margin-bottom: 46px;
}

.benefits__list {
  padding: 50px 50px 50px 45px;
  text-align: left;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
  .benefits__list {
    padding: 40px 30px 40px 25px;
  }
}

@media only screen and (max-width: 567px) {
  .benefits__list {
    padding: 30px 20px 30px 15px;
  }
}

.benefits__item {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  list-style: none !important;
}

.benefits__item:last-child {
  margin-bottom: 0;
}

.benefits__item svg {
  top: 0;
  left: 0;
  width: 26px;
  position: absolute;
}

.benefits__button {
  overflow: hidden;
  margin-top: 46px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #fff solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.benefits__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.benefits__button:hover {
  color: #000;
}

.benefits__button:hover:after {
  left: 0;
}

.accommodation {
  padding: 50px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 568px) {
  .accommodation {
    padding: 80px 0;
  }
}

.accommodation:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.accommodation__wrap {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.accommodation__button {
  overflow: hidden;
  margin-top: 46px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #fff solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.accommodation__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.accommodation__button:hover {
  color: #000;
}

.accommodation__button:hover:after {
  left: 0;
}

.afterschool {
  padding: 50px 0;
  text-align: center;
}

@media only screen and (min-width: 568px) {
  .afterschool {
    padding: 80px 0;
  }
}

.afterschool__wrap {
  max-width: 800px;
  position: relative;
}

.afterschool__title {
  color: #043564;
}

.afterschool__button {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #043564 solid;
  background: #043564;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.afterschool__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.afterschool__button:hover {
  color: #043564;
}

.afterschool__button:hover:after {
  left: 0;
}

.requirements {
  padding: 50px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 568px) {
  .requirements {
    padding: 80px 0;
  }
}

.requirements:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.requirements__wrap {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.requirements__title {
  margin-bottom: 46px;
}

.requirements__list {
  padding: 50px 50px 50px 45px;
  text-align: left;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
  .requirements__list {
    padding: 40px 30px 40px 25px;
  }
}

@media only screen and (max-width: 567px) {
  .requirements__list {
    padding: 30px 20px 30px 15px;
  }
}

.requirements__item {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}

.requirements__item:last-child {
  margin-bottom: 0;
}

.requirements__item svg {
  top: 0;
  left: 0;
  width: 26px;
  position: absolute;
}

.requirements__button {
  overflow: hidden;
  margin-top: 46px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #fff solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.requirements__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.requirements__button:hover {
  color: #000;
}

.requirements__button:hover:after {
  left: 0;
}

.apply {
  padding: 50px 0;
  background: #043564;
  text-align: center;
}

@media only screen and (min-width: 568px) {
  .apply {
    padding: 80px 0;
  }
}

.apply__wrap {
  max-width: 600px;
  position: relative;
}

.apply__title {
  color: #fff;
}

.form {
  padding: 40px 60px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
  .form {
    padding: 40px;
  }
}

@media only screen and (max-width: 567px) {
  .form {
    padding: 30px;
  }
}

@media only screen and (max-width: 413px) {
  .form {
    padding: 30px 20px;
  }
}

.form__row {
  margin-bottom: 10px;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form__label {
  display: block;
  margin-bottom: 3px;
  text-align: left;
}

.form__input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 2px solid #999;
  color: #043564;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.form__button {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  padding: 6px 30px;
  display: inline-block;
  border: 1px #043564 solid;
  background: #043564;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 1;
}

.form__button:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.form__button:hover {
  color: #043564;
}

.form__button:hover:after {
  left: 0;
}

.thank-you {
  padding: 60px 0;
  text-align: center;
}

@media only screen and (min-width: 568px) {
  .thank-you {
    padding: 120px 0;
  }
}

.thank-you__wrap {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.thank-you__title {
  margin: 0;
  color: #043564;
}

.footer__call {
  padding: 70px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 568px) {
  .footer__call {
    padding: 100px 0;
  }
}

.footer__call:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.footer__call-inner {
  position: relative;
  z-index: 2;
}

.footer__call-title {
  margin: 0 0 36px;
  font-family: "PT Serif Caption", serif;
  font-weight: normal;
  line-height: 46px;
  font-size: 42px;
}

@media only screen and (max-width: 1024px) {
  .footer__call-title {
    margin: 0 0 28px;
    line-height: 32px;
    font-size: 28px;
  }
}

.footer__call-phone {
  margin-bottom: 20px;
  color: #fff;
}

.footer__call-phone--last {
  margin-bottom: 0;
}

.footer__call-icon {
  width: 24px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #fff;
}

.footer__call-num {
  padding-right: 30px;
  margin-bottom: 3px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .footer__call-num {
    /* pointer-events: none; */
    cursor: pointer;
  }
}

.footer__call-desc {
  display: block;
  color: #ccc;
}

.footer__main {
  padding: 30px 0 25px;
}

@media only screen and (min-width: 568px) {
  .footer__main {
    padding: 50px 0;
  }
}

.footer__nav {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 30px;
}

.footer__nav-list {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}

.footer__nav-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.footer__nav-item {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

@media only screen and (min-width: 767px) {
  .footer__nav-item {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}

.footer__nav-item:last-child {
  margin: 0;
}

.footer__nav-item a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.footer__nav-item a:after {
  content: "";
  bottom: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.footer__nav-item a:hover:after {
  left: 0;
}

.footer__logo {
  max-width: 200px;
  max-height: 80px;
  margin: 0 auto;
}

@media only screen and (min-width: 568px) {
  .footer__logo {
    max-width: 240px;
    max-height: 100px;
  }
}

.footer__logo img {
  width: 20%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer__copyright {
  padding: 30px 0;
  border-top: 1px solid #cacaca;
  text-align: center;
  line-height: 21px;
  font-size: 13px;
  color: #777;
}

.footer-links__header {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.footer-links__container {
  text-align: center;
}

.footer-links__item {
  display: inline-block;
  margin: 5px;
}

.post__item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #999;
  padding: 10px 0;
  text-align: left;
}

.post__item-image {
  max-width: 200px;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}

.post__item-title {
  font-weight: bold;
  font-size: 20px;
}

.post__item-title-date {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

.post__item-text img {
  max-width: 100%;
}

.post__item-read-more {
  display: block;
  float: right;
}

.post__item-read-more a:hover {
  text-decoration: underline;
}

.post__view {
  text-align: left;
}

.post__view-img {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}

.post__view-img img {
  max-width: 200px;
}

.clr {
  clear: both;
}

