/*
Theme Name: Athens
Description: Athens Theme
Author: Yurii Boiko
Version: 1.0
*/

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

  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

@media (max-width: 1200px) {
  html {

    scroll-padding-top: 90px;
  }
}
*/
html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-align: left;
  background: #F9F9F9;
  padding-top: 90px;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

img, iframe {
  max-width: 100%;
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1190px;
  }
}

@media (min-width: 1400px) {
  .container {
      max-width: 1320px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.row.nopadding {
  margin: 0;
}
.nopadding .col-12 {
  padding: 0;
}
@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .col-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}



@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    z-index: 100;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #C11818
  }
  :root {
    scrollbar-width: thin;
    scrollbar-color: #C11818 #fff;
  }
}

a, input , .faq__item-question span, .header__toggle span, .header__nav,.study-format__item-title span, .read-more__button svg, .header__nav ul ul.sub-menu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header {
  background: #FDFDFD;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
}
.header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li {
  position: relative;
}
.header__logo {
  width: 90px;
}
.header__nav a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 35px 10px;
}
.header__nav > ul> li> a {
  text-transform: uppercase;
}

.header__toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 20;
  right: 30px;
  top: 21px;
}
.header__toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.header__toggle.active span:nth-child(2) {
  top: calc(50% - 1%);
  opacity: 0;
}
.header__toggle.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DA0000;
}
.header__toggle span:nth-child(1) {
  top: calc(25% - 1%);
}
.header__toggle span:nth-child(2) {
  top: calc(50% - 1%);
}
.header__toggle span:nth-child(3) {
  top: calc(75% - 1%);
}



.header__nav ul ul.sub-menu {
    position: absolute;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    top: 66px;
    background-color: #fff;
    padding: 15px 15px;
    font-size: 16px;
    left: -15px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
}

.header__nav ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__nav ul ul li {
  margin-left: 0;
}

.header__nav ul ul a {
  padding: 10px 10px;
  text-transform: none;
  color: #9F9F9F;
}
.header__nav ul ul a:hover {
  text-decoration: underline;
    color: #000;
}



@media (max-width: 1200px) {
  .header__nav ul ul {
    display: block;
  }
  .header__nav ul li:hover ul.sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .menu-item-has-children > span {
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 27px;
        z-index: 1;
    margin-left: 0px;
  }


  .menu-item-has-children > span::before {
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: "";
      display: inline-block;
      height: 6px;
      position: relative;
      vertical-align: top;
      width: 6px;

      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      border-color: #000;
      top: 8px;
      left: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }

  .menu-item-has-children.active > span::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 12px;
  }


  .header__nav ul ul.sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 0;
  position: relative;
  top: 0;
    left: 0;
    opacity: 0;
    visibility: visible;
    transition: all 0.3s ease;

}

  .header__nav .menu-item-has-children.active>ul.sub-menu {
      opacity: 1!important;
      z-index: 1;
      visibility: visible!important;
      max-height: 500px;
      padding: 10px 20px 1px 20px;
      display: block !important;
  }

  .header__nav ul ul li {
    margin-bottom: 15px;
  }
}







@media (min-width: 1201px) {
  .header__toggle {
      display: none;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 5px 0;
  }
  .header__nav ul {
    display: none;
  }

  .btn.header__btn {
    display: none;
  }
  .header__logo {
    width: 60px;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    top: 70px;
    text-align: center;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);

  }
  .header__nav a {
    padding: 30px 10px;
  }
  .mobile-nav-active .header__nav{
    padding: 50px 0;
  }
}



.header + .section {
  margin-top: 50px;
  min-height: 38vh;
}






.text-center {
  text-align: center;
}
.section {
  margin-top: 90px;
  margin-bottom: 90px;
}
.section__title {
  margin-bottom: 42px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.section__title.smaller {
  font-size: 22px;
}
.section__subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section__title  +  .section__subtitle {
  margin-top: -33px;
}
.section__btn {
  margin-top: 20px;
}
.slick-arrow {
  border: none;
  color: transparent;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 25px);
  position: absolute;
  z-index: 1;
  padding: 0;
  border-radius: 5px;
}
.slick-arrow svg {
  width: 25px;
}
.slick-arrow svg path{
  fill: #fff;
}
.slick-prev {
  left: 50px;
  background: -o-linear-gradient(135deg, #C11818 0%, #F26868 100%);
  background: linear-gradient(-45deg, #C11818 0%, #F26868 100%)
}
.slick-next {
  right: 50px;
  background: -o-linear-gradient(185deg, #F26868 0%, #C11818 100%);
  background: linear-gradient(-95deg, #F26868 0%, #C11818 100%);
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.slick-dots li {
  border: 1px solid #AC2431;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

.slick-dots button {
  border: none;
  background-color: transparent;
  margin: 0;
  color: transparent;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
  outline: none;
}
.slick-dots .slick-active button{
  background-color: #AC2431;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn {
  color: #F9F9F9;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: #C11818;
  padding: 22px 40px;
  display: inline-block;
  position: relative;
}
.btn:after {
  content: '';
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  left: -1px;
  top: -1px;
  border: 1px solid #C11818;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #C11818;
}
.btn:hover:after {
  opacity: 1;
}
.btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover:before {
  opacity: 1;
}

.btn.alt {
  color: #C11818;
  background: #fff;
}
.btn.alt:hover {
  color: #fff;
  background: #C11818;
}

.header__btn.btn {
  font-size: 16px;
  padding: 15px 20px;
}

.btn.small {
    padding: 16px 20px;
    font-size: 16px;
}

@media (max-width: 1200px) {
  .slick-prev {
    left: 30px;
  }
  .slick-next {
    right: 30px;
  }
  .section__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section__title + .section__subtitle {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  /*
  .slick-prev {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #C11818;
  }
  .slick-next {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #C11818;
  }
  */
  .slick-arrow svg {
    width: 18px;
    position: relative;
    top: -1px;
  }
  /*
  .slick-arrow svg path {
    stroke: #C11818;
    stroke-width: 0px;
    fill: #C11818;
  }
  */
  .section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .header + .section {
    margin-top: 40px;
  }
}




.banner {
  position: relative;
}
.banner .row {
  position: absolute;
  top: 0;
}
.banner__slide {
  height: 610px;
  position: relative;
}
.banner__slide:after {
  content: '';
  position: absolute;
  width: 963px;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0.00)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.banner__slide img {
  width: 100%;
}
.banner__block {
  height: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 100px;
  margin-top: -15px;
}
.banner__title {
  color: #C11818;
  font-size: 120px;
  font-weight: 800;
  line-height: 83.333%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner__subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 60px;
  max-width: 500px;
}

@media(min-width:1201px) {
  .dark .banner__subtitle {
    color: #fff;
  }
}




@media(max-width:1200px) {
  body {
    padding-top: 70px;
  }
  .banner .row {
    margin: 0;
    width: 100%;
    left: 0;
  }
  .banner .col-12 {
    padding: 0;
  }
  .banner__title {
    font-size: 60px;
  }
  .banner__subtitle {
    font-size: 20px;
    max-width: 295px;
  }
  .banner__block {
    padding-left: 0px;
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 540px;
    padding: 55px 30px 35px 30px;
  }
  .banner__slide {
    height: 540px;
  }
  .banner__slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner__btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 767px) {
  .banner__slide:after {
    width: 320px;
  }
}




.directions {
  margin-top: 80px;
  margin-bottom: 160px;
}
.directions__item {
  padding: 35px 38px 70px 38px;
  background: #FFF;
  display: block;
  position: relative;
  color: #000000;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.directions__item:hover {
  color: #C11818;
}
.directions__icon {
  width: 70px;
  margin: 0 auto 15px auto;
  display: block;
}
.directions__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.directions__angle {
  width: 0;
  height: 0;
  border-bottom: 50px solid #6E9C1F;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width:1200px) and (min-width:768px) {
  .directions .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .directions .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media(max-width:767px) {
  .directions__title {
    min-height: 60px;
  }
  .directions {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .directions__item {
    margin-bottom: 30px;
    padding: 35px 45px 70px 45px;
  }
 .directions .col-12:last-child .directions__item {
  margin-bottom: 0;
  }
}



.about .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__item {
  background: #F9F9F9;
  margin-bottom: 40px;
  color: #000;
  display: block;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.about__item:hover {
  color: #C11818;
}
.about__item img {
  width: 100%;
}
.about__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 5px;
}

@media(max-width:1024px) and (min-width:768px) {
  .about .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width:767px) {
  .about__item {
    margin-bottom: 30px;
  }
  .about__title {
    font-size: 20px;
  }
}





.count-up {
  padding: 65px 0 33px 0;
  margin-top: 135px;
  margin-bottom: 150px;
  background: #FDFDFD;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.count-up__item {
  text-align: center;
}
.count-up__number {
  color: #C11818;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

@media(max-width:1024px) and (min-width:768px) {
  .count-up__number {
    font-size: 30px;
  }
  .count-up .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media(max-width:767px) {
  .count-up {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 75px;
    margin-top: 75px;
    padding: 31px 0 10px 0;
  }
  .count-up__item {
    position: relative;
    margin-bottom: 22px;
  }
  .count-up__item:after {
    content: '';
    background: #C11818;
    width: 100px;
    height: 1px;
    display: inline-block;
  }
  .count-up__title {
    margin-bottom: 20px;
  }
  .count-up .col-12:last-child .count-up__item:after {
    display: none;
  }

}



.advantages {
  margin-top: 150px;
  margin-bottom: 160px;
}

.advantages__item {
  background: #F9F9F9;
  display: block;
  height: 100%;
  padding: 20px 30px 26px 30px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.advantages__icon {
  margin-bottom: 30px;
  max-height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 48px;
}
.advantages__subtitle {
  margin-bottom: 30px;
}
.advantages__link {
  color: #C11818;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.advantages__link:hover {
  color: #000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}


@media(max-width:1024px) and (min-width:768px) {
  .advantages .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media(max-width:767px) {
  .advantages {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .advantages__item {
    margin-bottom: 30px;
    height: auto;
  }
.advantages .col-12:last-child .advantages__item {
   margin-bottom: 0px;
  }
}




.contact:not(.alt), .alt .contact__form {
  background-image: url(img/decore.svg);
  background-color: #C11818;
  position: relative;
}
.contact__form {
  max-width: 50%;
  padding: 40px 100px 10px 0;
}
.contact__form .wpcf7-form {
  max-width: 350px;
}
.alt .contact__form {
  max-width: 100%;
  padding: 50px 90px 0px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__title {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.alt .contact__title {
  font-size: 40px;
  max-width: 560px;
}
.contact__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

input::-webkit-input-placeholder {
  color: #CDCDCD;
}
input::-moz-placeholder {
  color: #CDCDCD;
}
input:-ms-input-placeholder {
  color: #CDCDCD;
}
input::-ms-input-placeholder {
  color: #CDCDCD;
}
input::placeholder {
  color: #CDCDCD;
}
input {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #FFF;
  background: #C11818;
  height: 50px;
  padding: 15px 25px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  margin-bottom: 20px;
}
input[type="submit"] {
  max-width: 300px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 32px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.wpcf7-not-valid-tip {
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
  margin: 15px 0;
}




@media(max-width:1200px) {
  .contact__title, .alt .contact__title {
    font-size: 20px;
  }
  .contact {
    overflow-x: hidden;
  }

}


@media (max-width: 767px) {
  .contact {
    margin-bottom: 0;
  }
  .contact__form, .alt .contact__form {
    max-width: 100%;
    padding: 25px 30px 10px 30px;
  }
  .contact__image {
    position: static;
    width: 100%;
  }
  .contact .container {
    padding-right: 0;
    padding-left: 0;
  }
  .alt .contact__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wpcf7-spinner {
    position: absolute;
  }
}







.reviews__item {
  background: #F9F9F9;
  padding: 40px 70px 30px 40px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.reviews__slider  .slick-list {
  margin: -70px -30px 72px -30px;
  padding: 60px 0 50px 0;
}
.reviews__slider  .slick-slide {
  margin: 0 30px;
}
.reviews__slider .slick-next {
  right: -70px;
}
.reviews__slider .slick-prev {
  left: -70px;
}
.reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reviews__text {
  margin-bottom: 30px;
  font-size: 16px;
}
.reviews__author img {
  margin-right: 30px;
}
.review__name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.review__position {
  color: #4F4F4F;
  font-size: 20px;
  font-weight: 400;
}
/**
  * Simple fade transition,
  */
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }


  .videos__item {
    display: block;
    position: relative;
  }
  .videos__item img {
    width: 100%;
  }
  .video__button {
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }
  .video__button svg {
    width: 80%;
    height: 80%;
  }

@media(max-width:1200px) {
  .reviews__item {
    padding: 20px 20px 25px 20px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  }
  .review__name , .review__position{
    font-size: 16px;
  }
  .video__button {
    width: 70px;
    height: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
  }
  .video__button svg {
    width: 100%;
    height: 100%;
  }
  .reviews__slider .slick-list {
    margin-top: -50px;
  }
  .reviews__slider .slick-arrow svg path {
    stroke: #AC2431
  }
  .reviews__slider .slick-next {
    right: 0px;
    top: -14px;
    background: transparent;
  }
  .reviews__slider .slick-prev {
    left: initial;
    right: 70px;
    top: -14px;
    background: transparent;
  }
}
@media(max-width:767px) {

  .reviews__slider .slick-list {
    margin: -70px -30px 40px -30px;
  }
  .reviews__slider .slick-next {
    right: -27px;
    border: none;
    top: calc(50% - 15px);
  }
  .reviews__slider .slick-prev {
    left: -27px;
    top: calc(50% - 15px);
    border: none;
  }
  .videos__item {
    margin-bottom: 30px;
  }
    .reviews .col-12:last-child .videos__item {
    margin-bottom: 0;
  }
  .reviews__slider .slick-arrow {
    width: 20px;
    padding: 0;
  }
  .reviews__slider .slick-arrow svg {
    width: auto;
    height: 21px;
  }
  .reviews__author img {
    width: 70px;
  }

}









/*faq*/

.faq {
  margin: 160px 0;
}
.faq__item-question {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
.faq__item-answer {
  margin-top: 20px;
  max-width: 950px;
}

.faq__item-answer ul {
  list-style: circle;
  padding: 0;
  margin: 0 0 1rem 2rem;
}

.faq__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C11818;
}
.faq__item-question span {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
}
.active .faq__item-question span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__item-answer {
  display: none;
}
.faq__item:first-child .faq__item-answer {
  display: block;
}


@media(max-width:1200px) {
  .faq__item-question {
    font-size: 16px;
  }
  .faq__item-question span {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .faq__item-question span svg {
    width: 100%;
    height: 100%;
  }
}


@media(max-width:767px) {
  .faq {
    margin: 75px 0 75px 0;
  }
  .faq__items {
    margin-top: 34px;
  }
  .faq__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}


.default {
  margin-top: 160px;
  margin-bottom: 115px;
}

.default__content {
  max-width: 900px;
}

.default__content h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.default__content ol {
  list-style: initial;
  margin-bottom: 1rem;
}
.default__content ul {
  margin-bottom: 1rem;
}
.default__content ul li {
  position: relative;
  padding-left: 20px;
}
.default__content ul li:before {
  content: "·";
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -10px;
}

.read-more__content {
  display: none;
}
.read-more__button {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.read-more__button svg {
  cursor: pointer;
}
.read-more__button.active svg {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}

@media(max-width:1200px) {
  .default__content h3 {
    font-size: 20px;
  }
}

@media(max-width:767px) {
  .default {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .default__content h3 {
    margin-bottom: 10px;
  }
}


.footer {
  background-color: #1E1E1E;
  background-image: url(img/footer-decore.svg);
}

.footer .row {
  padding-top: 35px;
  padding-bottom: 10px;
}

.footer__nav a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.footer__nav ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer__nav  {
  padding: 20px 15px;
}


.copyright__nav {
  padding: 20px 0;
  border-top: 1px solid #9F9F9F;
}
.copyright__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
.copyright__nav a {
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.footer__contact  {
  padding: 20px 27px;
}
.footer__title {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__phone {
  display: block;
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__email, .footer__contact p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.footer__phone:hover, .footer__email:hover, .copyright__nav a:hover, .footer__nav a:hover {
  color: #C11818;
}

.footer_mobile_text {
  margin-bottom: 40px;
  color: #FFF;
  font-size: 16px;
}
.footer_mobile_text {
  display: none;
}


@media (max-width: 767px) {
  .footer_mobile_text {
    display: block;
  }
  .footer {
    background-image: none;
  }
  .footer .row {
    padding-top: 13px;
  }
  .footer__title {
    color: #C11818;
    margin-bottom: 12px;
  }
  .footer__logo-img {
    width: 92px;
    margin-bottom: 20px;
  }
  .footer__nav {
    padding: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 7px;
  }
  .footer__contact {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
  }
  .footer__nav ul {
        -webkit-column-gap: 50px;    -moz-column-gap: 50px;    column-gap: 50px;
  }
  .footer__nav a {
    text-decoration: none;
    margin-bottom: 10px;
  }
  .copyright__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright__nav ul li {
    margin-bottom: 10px;
  }
  .copyright__nav a {
    color: #ECECEC;
  }
}




.about-content {
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
}

.about-content .col-12  img {
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.about-content__icon {
  position: absolute;
  right: 0;
  bottom: -180px;
  z-index: -1;
}

@media (max-width: 1700px) {
  .about-content__icon {
    bottom: -90px;
  }
}

@media (min-width: 993px) {
  .about-content .default__content {
    padding-left: 92px;
    padding-right: 140px;
  }
  .about-content .col-12  img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.what-we-have {
  position: relative;
  margin-bottom: 130px;
}

.what-we-have__item {
  background: #FFF;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  padding-right: 15px;
  margin-bottom: 20px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.what-we-have__title {
  font-size: 38px;
  margin-bottom: 30px;
}

.what-we-have__icon {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #F9F9F9;
  background-position: center;
  background-repeat: no-repeat;
}
.left .what-we-have__icon {
  background-image: url(img/yes.svg);
  background-size: 13px;
  background-color: #bbef78;
}
.right .what-we-have__icon {
  background-image: url(img/no.svg);
  background-size: 12px;
  background-color: #DA0000;
}

.what-we-have__icon-left {
  position: absolute;
  left: 0;
  bottom: -135px;
  z-index: -1;
}
.what-we-have__icon-right {
  position: absolute;
  right: 0;
  bottom: -135px;
  z-index: -1;
}
.what-we-have .col-md-4:nth-child(2) {
  text-align: center;
}



.advantages-icons__item {
  background: #FFF;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 85px 37px 33px 37px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.advantages-icons__title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
.advantages-icons__icon {
  background: #C11818;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.advantages-icons__icon:before {
  content: "";
  width: 100px;
  height: 100px;
  background: #a01f1f;
  border-radius: 50%;
  position: absolute;
}
.advantages-icons__icon img {
  position: relative;
  z-index: 1;
}


@media(max-width:1024px) and (min-width:768px) {
  .advantages-icons .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .advantages-icons__item {
    height: calc(100% - 90px);
    margin-top: 90px;
  }
}



.study-format {
  margin-top: 180px;
  margin-bottom: 95px;
}
.study-format__item {
  margin-bottom: 30px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 24px 30px;
  position: relative;
}

.study-format__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  cursor: pointer;
  color: #fff;
  padding-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          text-transform: uppercase;
}

.study-format__item-title > svg {
  margin-right: 20px;
  width: 58px;
  min-width: 58px;
}

.study-format__item-title span {
  position: absolute;
  right: 40px;
}

.study-format__item.active {
  background: #fff;
}
.study-format__item.active .study-format__item-title {
  color: #000;
}


.active .study-format__item-title span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.study-format__item-description{
  display: none;
  padding-top: 20px;
}
.study-format__item:first-child .study-format__item-description {
  display: block;
}
.study-format__item:last-child {
  margin-bottom: 0;
}

.study-format__images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.study-format__images img {
  margin: 0 20px 40px 20px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  display: block;
  -ms-flex: 0 0 calc(50% - 40px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  width: 100%;
  object-fit: cover;
  height: calc(50% - 20px);
}

.study-format__images img.full {
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.study-format__images img.single {
  margin-bottom: 0;
  height: 100%;
}


@media (min-width: 993px) {
  .study-format .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .study-format + .study-format {
    margin-top: 100px;
  }

  .study-format .col-md-6 {
      -ms-flex: 0 0 45%;
      -webkit-box-flex: 0;
              flex: 0 0 45%;
      max-width: 45%;
  }
  .study-format .col-md-6 + .col-md-6 {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
    padding-left: 7%;
  }

  .study-format .row.reverse .col-md-6 + .col-md-6 {
    padding-left: 20px;
    padding-right: 7%;
  }

  .page-id-305 .study-format .row .col-md-6, .page-id-305 .study-format .row .col-md-6 +  .col-md-6  {
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

}
@media (max-width: 767px) {
  .study-format__images img.single {
    height:auto;
  }
}



.choices {
  position: relative;
}
.choices .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choices__item {
  text-align: center;
  padding: 120px 17px 26px 17px;
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
  background: #FFF;
  height: calc(100% - 140px);
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.choices__image {
  top: -100px;
  left: 0;
  right: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  background: #C11818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px auto;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.choices__image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choices__item-title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.choices__btn {
  width: 74%;
  display: block;
  margin: 12px auto 0 auto;
  text-align: center;
  padding: 26px 40px;
}
.smaller.choices__btn {
  width: 48.5%;
}

.choices__left-image {
  position: absolute;
  left: 0;
  bottom: -135px;
}
.choices__right-image {
  position: absolute;
  right: 0;
  bottom: -135px;
}



.creativity {
  margin-top: 160px;
  margin-bottom: 178px;
}
.creativity__item {
  background: #FFF;
  height: 100%;
  padding: 30px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.creativity .row {
  margin-bottom: 60px;
}
.creativity .row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.creativity__item-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 17px 27px;
  color: #fff;
}
.creativity__item-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.creativity__item-description {
  padding: 3px 22px;
    line-height: 1.4;
}
@media (min-width: 993px) {
  .creativity .col-md-7 {
      -ms-flex: 0 0 53.333333%;
      -webkit-box-flex: 0;
              flex: 0 0 53.333333%;
      max-width: 53.333333%;
  }
  .creativity .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
    padding-left: 7%;
  }
  .creativity .row:nth-child(odd) .col-md-5 {
    padding-left: 20px;
    padding-right: 7px%
  }

  .creativity .row.single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .creativity .row.single .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}




.teachers__item {
  background: #FFF;
  color: #000;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.teachers__slider   .slick-list {
  margin: -70px -20px 72px -20px;
  padding: 60px 0 50px 0;
}
.teachers__slider   .slick-slide {
  margin: 0 20px;
}
.teachers__slider  .slick-next {
  right: 0px;
  top: -21px;
}
.teachers__slider  .slick-prev {
  left: initial;
  right: 58px;
  top: -21px;
}

.teachers__item-title {
  font-size: 22px;
  font-weight: 600;
  padding: 30px 20px 10px 20px
}
.teachers__item-description {
  padding: 0 20px 35px 20px
}
.teachers__slider img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .teachers .section__title {
      max-width: 80%;
  }
}






.info-icons__item {
  background: #FFF;
  height: calc(100% - 40px);
  margin-bottom: 40px;
  line-height: 23px;
  padding: 30px 40px 44px 40px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.info-icons__icon {
  background: #C11818;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.info-icons__icon:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #a01f1f;
  position: absolute;
  border-radius: 50%;
}
.info-icons__icon img {
  position: relative;
  z-index: 1;
}
.info-icons .changed-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .info-icons .changed-grid .col-md-4:nth-child(-n+4){
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}



@media (min-width: 1200px) {
  .choices .row.changed-grid .col-md-3 {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}




@media (max-width: 1200px) {

  .choices__item {
    margin-top: 75px;
    height: calc(100% - 115px);
  }
  .choices__image {
    width: 150px;
    top: -75px;
    height: 150px;
  }
  .choices__image img {
    width: 130px;
    height: 130px;
  }
  .teachers__item-title {
    font-size: 20px;
    padding: 20px 15px 10px 15px;
  }
  .teachers__item-description {
    padding: 0 20px 20px 20px;
  }
  .study-format__item-title {
    font-size: 18px;
    line-height: normal;
    text-transform: none;
  }
  .study-format__item-title svg {
    width: 20px;
  }

}

@media (max-width: 767px) {
  .creativity__item-image {
    height: auto;
  }
  .what-we-have {
    margin-bottom: 75px;
  }

  .study-format__item {
    padding: 20px 20px;
  }
  .study-format__item-title span {
    right: 20px;
}
  .study-format {
    margin-top: 75px;
    margin-bottom: 55px;
  }
  .about-content .col-12 img {
    margin-bottom: 30px;
  }
  .what-we-have__title {
    font-size: 30px;
  }
  .what-we-have__icon-left, .what-we-have__icon-right, .about-content__icon, .choices__left-image, .choices__right-image {
    display: none;
  }

  .study-format__images {
    margin-top: 40px;
  }
  .choices__btn {
    width: 100%!important;
  }
  .creativity {
    margin-bottom: 75px;
    margin-top: 75px;
  }
  .creativity__item-description {
    padding: 3px 0px;
  }
  .teachers__slider .slick-list {
    margin: -33px -30px -50px -30px;
    padding: 60px 0 50px 0;
  }
  .teachers__slider .slick-prev {
    right: 43px;
  }
}








.page-id-67 .contact__form input:not([type="submit"]) {
  background: #71A82A;
}
.page-id-67 .creativity__item-title {
  color: #000;
}



.single-teachers .single__image {
  width: 290px;
  height: auto;
}

.single__image {
  width: 100%;
  height: auto;
}
.single__details {
  margin: 2rem 0;
}
.sidebar__block {
  padding: 30px;
  margin-bottom: 30px;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.sidebar__block-title {
  font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sidebar__block-links a {
  display: block;
  color: #C11818;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 14px;
}

.sidebar__block-links ul ul {
  margin-left: 15px;
}






.post-item {
  margin-bottom: 40px;
  background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
      height: calc(100% - 40px);
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.post-author {
  color: #000;
      font-size: 14px;
  padding: 0 20px;
}
.post-item .thumb {
  margin-bottom: 20px;
}

.post-item .title {
  font-weight: 600;
  margin-bottom: 20px;
}
.post-item-content {
  padding: 20px;
  color: #000;
}
.post-item .thumb img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item .btn {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: auto;
}

.pagination {
      width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    color: rgb(0, 0, 1);
}

.pagination span {
    font-size: 1.125rem;
    color: rgb(92, 96, 101);
}

.page-numbers.current {
    text-decoration: underline;
}

.pagination .page-numbers {
    margin: 0 10px;
    color: #000
}

.page-numbers:hover {
  color: #C11818
}



@media(max-width:1024px) and (min-width:768px) {
  .posts-row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .post-item .thumb img {
    height: auto;
  }

}


.contacts-page .row{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-items {
  background: #F9F9F9;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 15px 30px 30px;
  margin-bottom: 60px;
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-items__title {
  color: #C11818;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts-items__detail {
  margin-bottom: 20px;
  font-size: 18px;
}

.contacts-items__detail span {
  font-weight: 700;
}

.contacts-items__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto 10px 0 -5px
}

.contacts-items__buttons a {
  margin: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  color: #C11818;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  border: 1px solid #C11818;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-items__buttons a:hover {
  background-color: #C11818;
  color: #fff;
}

@media(max-width:1024px) and (min-width:768px) {
  .contacts-page .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width:767px) {

  .contacts-items__title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .contacts-items__detail {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contacts-items {
    padding: 20px 20px 6px 20px;
    margin-bottom: 30px;
  }
  .contacts-items__buttons {
    margin: 20px 0 0 0;
  }
  .contacts-items__buttons a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

.creativity__item ul {
  list-style: circle;
  padding: 0 0 15px 30px;
  margin: 0px;
}



.modal {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 600px;
  top: 0;
  left: 0;
  right: 0;
  margin: 160px auto 0 auto;
  background-image: url(img/modal-decore.svg);
  background-color: #fff;
  padding: 65px 73px;
  z-index: 1000;
}

.modal input {
  background-color: #fff;
  border: 1px solid #C11818;
  color: #000;
}
.modal__title {
  color: #C11818;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modal input[type="submit"] {
  background-color: #C11818;
  color: #fff;
  max-width: 100%;
}
.modal__title + p {
  max-width: 350px;
  margin: 0 auto;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 999;
}
.modal .wpcf7-not-valid-tip,  .wpcf7 form .wpcf7-response-output {
  color: #000;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-list-item-label {
  font-size: 13px;
  padding-left: 12px;
  color: #313131;
}
.wpcf7-list-item {
  position: relative;
  margin: 0;
  display: block;
  padding-left: 15px;
}
input[type="checkbox"] + .wpcf7-list-item-label span {
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C11818), to(#F26868));
  background: -o-linear-gradient(top, #C11818 0%, #F26868 100%);
  background: linear-gradient(180deg, #C11818 0%, #F26868 100%);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label span:after {
  content: '';
  background-image: url(img/yes.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.modal .wpcf7-spinner {
  position: absolute;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background-color: #007bff;
}

@media(max-width:767px) {
  .modal__title {
    font-size: 20px;
  }
  .modal {
    width: 90%;
    margin: 90px auto 0 auto;
    padding: 30px 30px;
  }
}
