/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/montserrat-v25-cyrillic_latin-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/montserrat-v25-cyrillic_latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v35-cyrillic_latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/open-sans-v35-cyrillic_latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/open-sans-v35-cyrillic_latin-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/open-sans-v35-cyrillic_latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  margin: 0;
  padding: 65px 0 0 0;
  font-size: 16px;
}
.clear {
  clear: both;
}

/**********  HEADER **********/
header {
  background: #fff;
  height: 85px;
  position: fixed;
  top: 0;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1000;
}

.nav-up {
  top: -85px;
}

/********** HEADER - TOP CONTACTS BAR **********/

#top-contacts-bar {
  height: 65px;
  background-color: #f9f9f9;
  color: #dcae1d;
  display: none;
}
.top-contacts-bar-item {
  width: 200px;
  height: auto;
  float: right;
  margin-right: 80px;
}
.icon-block {
  margin-top: 15px;
  width: 40px;
  float: left;
}
.contact-info {
  float: left;
}
.contact_info p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.contact_info span {
  color: #fd7e14;
  font-weight: 700;
}
.contact_info span a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/********** HEADER - LOGO ************/

#logo {
  width: 180px;
  height: 70px;
  float: left;
  margin-left: 20px;
  text-align: center;
}

#logo a img {
  width: 200px;
  height: 50px;
  margin-top: 20px;
}

/********** HEADER - MAIN NAVIGATION ************/

#main_header nav {
  background-color: white;
}
#main_header ul {
  padding: 0;
}
#main_header nav li {
  text-align: center;
  list-style: none;
}
#main_header nav li a {
  text-decoration: none;
  /*color: #b774a7;*/
  color: #841983;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#main_header nav li:hover a {
  color: #fd7e14;
}
#main_header #menu_collapsed {
  margin: 33px 20px 10px 20px;
  width: 30px;
  height: 24px;
  float: right;
  display: block;
}
#main_header .menu-line {
  width: 100%;
  height: 2px;
  background-color: #841983;
  margin-bottom: 6px;
}
#main_header .active {
  display: none;
}

/********** MAIN ************/

#hero-slide {
  width: 100%;
  height: auto;
  min-height: 350px;
  box-sizing: border-box;
  background-image: url("./images/team_1000_800.jpg");
  background-color: #841983;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}
#hero-slide__content {
  background-color: #811b7e;
  background: rgb(193, 19, 174);
  background: linear-gradient(
    45deg,
    rgba(68, 15, 62, 1) 0%,
    rgba(193, 19, 174, 1) 50%,
    rgba(172, 4, 167, 1) 50%,
    rgba(68, 15, 62, 1) 100% );
  opacity: 1;
  margin-bottom: -80px;
  max-width: 800px;
  border: 1px solid white;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2),
    0 96px 96px -64px rgba(23, 16, 159, 0.4);
}

#hero-slide h1 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
  margin: 20px 30px 20px 30px;
}

#hero-slide h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  margin: 0 20px 20px 20px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.call_background h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #841983;
  font-weight: 400;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.call_background {
  width: 100%;
  height: auto;
  background-image: url("./images/gradient-hexagonal-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2),
    0 96px 96px -64px rgba(23, 16, 159, 0.4);
}
.call_background .call_background__inner_content {
  min-width: 380px;
  max-width: 600px;
  height: auto;
  margin: 50px 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}
.call_background .call_background__inner_content p {
  font-size: 22px;
  line-height: 30px;
}
.call_background__inner_content a {
  width: 250px;
  height: 80px;
  background-color: #084e98;
  text-align: center;
  font-size: 26px;
  line-height: 80px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin: 30px auto 30px auto;

  text-decoration: none;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2),
    0 96px 96px -64px rgba(23, 16, 159, 0.4);
}
.call_background__inner_content a:hover {
  background-color: #c72ac2;
}
/*********** COMPANY OF THE YEAR  ***************/

#award {
  width: 100%;
  display: block;
  margin: 160px auto 60px auto;
}
#award h2 {
  text-align: center;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.award_photos_item {
  width: 90%;
  text-align: center;
  margin: 50px auto 0 auto;
}
.award_photos_item img {
  max-width: 320px;
}
.award_description {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.award_description p {
  font-size: 20px;
  padding: 0 20px;
}
.award_description p a {
  text-decoration: none;
  color: #084e98;
}
.section-header {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  color: #084e98;
  letter-spacing: 1px;
}

#certificates {
  max-width: 1200px;
  margin: 80px auto 80px auto;
}

@media screen and (min-width: 817px) {
  #award {
    margin: 220px auto 120px auto;
  }

  .award_photos_item img {
    max-width: 400px;
  }

  #certificates {
  max-width: 800px;
  margin: 100px auto 100px auto;
}
}

@media screen and (min-width: 1400px) {
  #award {
    width: 1200px;
    margin: 260px auto 140px auto;
  }
  .award_photos_item img {
    max-width: 500px;
  }
  #certificates {
    max-width: 1200px;
    margin: 80px auto 80px auto;
  }
}

/********** SERVICES***************/


#section_header__services {
  margin-top: 90px;
}
#services {
  width: 100%;
  display: block;
}
.services-item {
  width: 90%;
  text-align: center;
  margin: 50px auto 0 auto;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2);
  border: 1px solid #dddddd;
  padding: 40px 20px;
}
.service-icon {
  margin-bottom: 30px;
}
.service-header {
  color: #555;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.service-description {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 40px;
}
.service-details-button {
  display: block;
  width: 160px;
  margin: 50px auto 40px auto;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color: #084e98;
  padding: 15px;
  text-transform: uppercase;
}

/*********  COURSE DESCRIPTION  ********/
.course-container {
  background-color: #811b7e;
  color: #fff;
  padding: 30px 0 30px 0;
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
}
.course-container .course-header {
  margin: 0 15px 0 20px;
}
.course-container .course-header h2 {
  font-size: 26px;
  text-align: center;
}
.course-container .course-header h2 span {
  font-size: 46px;
}
.course-container .course-header p {
  font-size: 20px;
  margin: 0 15px 26px 15px;
}
#course-title-desktop {
  display: none;
}
#course {
  margin: 0 auto;
}
#course-image {
  width: 300px;
  display: block;
  margin: 0 auto;
}
#course-image img {
  width: 300px;
  height: 421px;
}
#course-image p {
  text-align: center;
  font-style: italic;
}
.course-container .price {
  text-align: center;
}
.course-container .price a[href^="tel:"] {
  color: white;
  text-decoration: none;
}
#course .course-description h2 {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 32px;
  text-align: center;
}
#course .course-description ul {
  list-style-type: none;
}
#course .course-description ul li {
  margin-bottom: 15px;
  font-size: 18px;
  margin-right: 15px;
}
.school_link {
  color: #811b7e;
  text-decoration: none;
  font-size: 24px;
  display: block;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  padding-top: 11px;
  background: white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.school_link:hover {
  color: #c72ac2;
}

/***********  FAQ  ************/

#faq {
  background-color: #f7f7f7;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 70px;
  display: block;
  width: 100%;
  padding-top: 80px;
  color: #555;
}
#faq h2 {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 40px;
}
#accordion {
  width: 90%;
  margin: 0 auto 0 auto;
}
.ui-state-active {
  background-color: #084e98;
  border: none;
}
.ui-accordion .ui-accordion-content {
  padding: 10px;
}
.ui-accordion .ui-accordion-header {
  padding: 0.9em 0.5em 0.9em 0.9em;
}
#team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.team-item {
  width: 250px;
  margin: 0 auto 20px auto;
}
.team-item img {
  width: 250px;
  height: 250px;
}
.team-item-name {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  text-align: center;
}
.team-item-role {
  color: #333;
}
.team-item-motto {
  font-style: italic;
  color: #333;
}
/***************** Master Classes  ************************/
#master_classes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.master_class_item {
  width: 300px;
  margin: 0 auto 40px auto;
  height: auto;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 13px -7px #ccc, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #ccc, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.master_class_item img {
  width: 300px;
}
/********** Our posts block on the index page *************/
#last_posts {
  display: block;
  width: 90%;
  margin: 0px auto 0 auto;
}
.post {
  padding: 10px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 10px 13px -7px #ccc, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #ccc, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  margin-bottom: 40px;
}
.post a {
  text-decoration: none;
  color: #333;
}
.post img {
  width: 100%;
}
.post_title {
  margin-right: 10px;
  font-weight: 400;
}
.post:hover {
  box-shadow: none;
  border: 1px solid #ddd;
}

/*********** FOOTER  ************/

footer {
  padding-top: 60px;
}

#contacts {
  margin-top: 10px;
}
#contacts .contacts-item {
  margin: 50px auto 0 auto;
  border: 1px solid #ccc;
  position: relative;
  width: 280px;
  text-align: center;
  height: 200px;
  font-size: 14px;
}
#contacts .contacts-item h3 {
  margin-top: 15%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#contacts .contacts-item p a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
#contacts .box-icon {
  position: absolute;
  top: -28px;
  left: 50%;
  margin: 0 0 0 -28px;
  background-color: white;
}
#contacts .box-icon svg {
  width: 48px;
  height: 48px;
}
#contacts #social-links {
  margin-top: 40px;
  width: 80%;
  margin: 40px auto 0 auto;
}
#contacts #social-links a {
  display: inline-block;
  width: 30%;
}
#contacts #social-links a img {
  width: 40px;
  height: 40px;
}
footer {
  padding-top: 0;
}
footer iframe {
  margin-top: 30px;
}
.copyright {
  background-color: #333;
  color: white;
  font-size: 10px;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.copyright a {
  color: white;
  font-size: 10px;
  padding-left: 20px;
}
.article {
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
}
.article p {
  line-height: 140%;
  text-align: justify;
}
.article .article_section_subtitle {
  text-align: center;
  font-size: 26px;
  padding: 20px;
  color: white;
  background-color: #084e98;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2),
    0 96px 96px -64px rgba(23, 16, 159, 0.4);
}

.line-divider {
  width: 100px;
  height: 2px;
  background-color: #084e98;
  margin-bottom: 15px;
}

/* BLOG */

#blog {
  width: 100%;
  margin: 80px auto 60px auto;
}
#blog-slide {
  width: 100%;
  position: relative;
}
#blog-slide img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  border-bottom: 1px solid#811b7e;
}
#blog-main-title {
  width: 160px;
  background-color: #084e98;
  border: 10px solid white;
  color: white;
  padding: 10px;
  position: absolute;
  margin-left: -100px;
  left: 50%;
  bottom: -50px;
  text-align: center;
  font-size: 18px;
}
.blog-article {
  width: 90%;
  margin: 60px auto 60px auto;
}
.blog-article-image {
  border: 1px solid #eee;
  padding: 4px;
}
.blog-article-image img {
  display: block;
  width: 100%;
}
.blog-article-body .read_more {
  width: 130px;
  height: 45px;
  background-color: #084e98;
  color: white;
  line-height: 45px;
  text-align: center;
}
.read_more a {
  text-decoration: none;
  color: white;
}
.hidden {
  display: none;
}
.blog-article-body {
  margin-top: 40px;
  clear: both;
}
.blog-article-title {
  font-size: 24px;
}
.blog-article-body h2 {
  font-size: 22px;
}
.blog-article-body h3 {
  font-size: 20px;
}
.blog-article-body h4 {
  font-size: 20px;
  text-align: center;
}
.blog-article-body h5 {
  font-size: 18px;
}
.blog-article-body p {
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.003em;
}
.blog-article ul,
.blog-article ol {
  font-size: 18px;
  line-height: 1.58;
}
.blog-article .author {
  text-align: right;
}
.triangle-divider {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #811b7e transparent;
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}
.blog-article-header:hover .triangle-divider {
  border-color: transparent transparent #fd7e14 transparent;
}
.blog-article table {
  width: 100%;
}
.blog-article table th {
  vertical-align: top;
}
/************ Button Call To Action*********************/
.calltoaction {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.calltoaction button {
  margin: 20px 0 60px 0;
  width: 250px;
  height: 60px;
  background: #811b7e;
  /*background: linear-gradient(
    90deg,
    rgba(131, 58, 180, 1) 0%,
    rgba(253, 29, 29, 1) 50%,
    rgba(252, 176, 69, 1) 100%
  );*/
  border: none;
  color: white;
  font-size: 20px;
  animation: pulse_animation 2s infinite;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.calltoaction button:hover {
  /*background: #811b7e;*/
  background: #607538;
  animation: none;
}
/************ Modal Call Back********************/

.thankyou {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 300;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
/* The Close Button */
.close {
  color: #ccc;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
#contact_form_small {
  width: 90%;
  padding: 10px;
  margin: 10px auto;
}
#contact_form_small h3 {
  color: #811b7e;
  margin-top: 10px;
}
#myModal .modal-content {
  background-color: #fdfdfd;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
}
#myModal .modal-content .inner-wrap {
  margin-bottom: 0;
  padding: 10px;
  border-radius: 6px;
}
.inner-wrap label {
  display: block;
  color: #811b7e;
  margin-bottom: 10px;
}
.inner-wrap input {
  display: block;
  width: 100%;
  padding: 8px;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #811b7e transparent;
}
.inner-wrap input:focus-within {
  outline: none;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #2e062d transparent;
}

#myModal .modal-content .button-section {
  text-align: center;
  padding: 10px;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
#myModal .modal-content .button-section input[type="submit"] {
  background-color: #fd7e14;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 15px;
  margin: 20px auto 0 auto;
  width: 250px;
  height: 50px;
  border: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: block;
}

@media screen and (max-width: 816px) {
  /********** HEADER - MAIN NAVIGATION ************/

  #main_header nav {
    margin-top: 16px;
    width: 100%;
    clear: both;
  }
  #main_header nav li {
    height: 60px;
    border-bottom: 1px solid #eee;
  }
  #main_header nav li a {
    line-height: 60px;
  }
  .blog-article table {
    font-size: 12px;
  }
  #certificates {
  max-width: 600px;
  margin: 80px auto 80px auto;
}
}
@media screen and (max-width: 816px) and (min-width: 600px) {
  #services {
    display: flex;
    flex-wrap: wrap;
  }
  .services-item {
    width: 45%;
    max-width: 320px;
  }
  #team {
    display: flex;
    flex-wrap: wrap;
  }
  #last_posts {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .post {
    max-width: 45%;
    min-width: 300px;
    margin-bottom: 40px;
  }
  #contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }
}
@media screen and (min-width: 817px) {
  body {
    padding-top: 130px;
  }
  /**********  HEADER **********/
  header {
    height: 150px;
  }
  .nav-up {
    top: -150px;
  }
  #top-contacts-bar {
    display: block;
  }

  /********** HEADER - LOGO ************/

  #logo {
    width: 200px;
    height: 110px;
    margin-left: 40px;
  }

  /********** HEADER - MAIN NAVIGATION ************/

  #main_header nav {
    margin-right: 40px;
    margin-top: 19px;
    float: right;
  }

  #main_header nav li {
    display: inline-block;
    margin-left: 14px;
  }
  #main_header nav li:hover {
    background-color: transparent;
  }

  #main_header #menu_collapsed {
    display: none;
  }
  #main_header .active {
    display: block;
  }

  /********** MAIN ************/

  #hero-slide {
    background-image: url("./images/team_1920_800_.jpg");
  }
  #hero-slide h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
  #hero-slide h1 {
    font-size: 30px;
    line-height: 1.4em;
    margin: 40px 60px 40px 60px;
  }
  
  #hero-slide__content {
  background-color: #811b7e;
  background: rgb(193, 19, 174);
  background: linear-gradient(
    45deg,
    rgba(68, 15, 62, 1) 0%,
    rgba(193, 19, 174, 1) 50%,
    rgba(172, 4, 167, 1) 50%,
    rgba(68, 15, 62, 1) 100% );
  opacity: 1;
  margin-bottom: -120px;
  max-width: 800px;
  border: 1px solid white;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2),
    0 96px 96px -64px rgba(23, 16, 159, 0.4);
}

  .call_background {
    width: 100%;
  }

  /********** SERVICES***************/

  .service-header {
    font-size: 1.5em;
  }
  .section-header {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .services-item {
    width: 350px;
  }
  .service-icon {
    margin-bottom: 40px;
  }

  .service-description {
    margin-bottom: 60px;
  }

  /*********  COURSE DESCRIPTION  ********/

  .course-container .course-header {
    width: 800px;
    text-align: center;
    margin: 0 auto;
  }
  #course-image {
    width: 400px;
    padding-top: 20px;
  }
  #course-image img {
    width: 400px;
    height: 561px;
  }

  #course {
    width: 800px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-around;
  }

  #course .course-description {
    width: 500px;
  }

  #course .course-header h2 {
    font-size: 36px;
  }
  #course .course-header h2 span {
    font-size: 50px;
  }
  #course .course-header p {
    font-size: 26px;
  }
  #course .course-description h2 {
    margin-left: 38px;
    font-size: 36px;
  }
  #course .course-description ul li {
    margin-bottom: 20px;
    font-size: 20px;
  }

  /*******************/

  #course-title-desktop {
    display: block;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
  }
  #course-description-header {
    display: none;
  }

  /***********  FAQ  ************/
  #faq {
    margin: 20px auto 0 auto;
  }

  #accordion {
    width: 800px;
  }
  .ui-accordion .ui-accordion-content {
    padding: 20px;
  }
  /********** TEAM **************/
  #team {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .team-item {
    margin-bottom: 40px;
  }
  /******** Master Classes  **********/
  #master_classes {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
  }
  .master_class_item {
    width: 380px;
  }
  .master_class_item img {
    width: 380px;
  }
  /*** Our posts on the main page *****/

  #last_posts {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .post {
    max-width: 22%;
    min-width: 300px;
    margin-bottom: 40px;
  }

  /*********** FOOTER  ************/
  footer {
    padding-top: 60px;
  }
  #contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }
  #contacts .contacts-item {
    width: 24%;
    margin: 100px 0 0 0;
    height: 250px;
    font-size: 16px;
  }
  #contacts .box-icon {
    position: absolute;
    top: -48px;
    margin: 0 0 0 -48px;
  }
  #contacts .box-icon svg {
    width: 84px;
    height: 84px;
  }
  #contacts .contacts-item h3 {
    margin-top: 15%;
    font-size: 20px;
  }
  footer iframe {
    margin-top: 100px;
  }
  .article {
    width: 70%;
    padding: 20px;
  }

  /*  BLOG  */

  #blog-slide {
    margin-bottom: 140px;
  }
  #blog {
    width: 800px;
  }
  #blog-main-title {
    width: 300px;
    border: 20px solid white;
    padding: 20px;
    margin-left: -200px;
    bottom: -80px;
    font-size: 32px;
  }
  .blog-article {
    width: 800px;
    margin: 80px auto 80px auto;
  }
  .blog-article-title {
    font-size: 32px;
  }
  .blog-article-body h2 {
    font-size: 28px;
  }
  .blog-article-body h3 {
    font-size: 24px;
  }
  .blog-article-body {
    text-align: justify;
  }
  .modal {
    padding-top: 160px;
  }
}

@media screen and (min-width: 817px) and (max-width: 1200px) {
  #contacts .contacts-item {
    width: 45%;
    height: 250px;
  }
  .modal {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1400px) {
  #hero-slide {
    min-height: 650px;
  }
  #hero-slide h1 {
    font-size: 38px;
    line-height: 1.4em;
    margin: 60px 100px 60px 100px;
  }
  #hero-slide h2 {
    font-size: 2rem;
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .call_background .call_background__inner_content {
    min-width: 750px;
    padding: 20px 40px;
  }
  .call_background .call_background__inner_content h2 {
    font-size: 40px;
  }
  .section-header {
    font-size: 40px;
  }
  #services {
    width: 1200px;
    margin: 0 auto 90px auto;
  }
  .course-container #course {
    width: 1000px;
  }
  #course-title-desktop {
    display: block;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
  }
  #course-description-header {
    display: none;
  }
  #course-image {
    width: 400px;
    height: 700px;
    padding-top: 22px;
  }
  #course .course-description ul li {
    margin-bottom: 29px;
    font-size: 20px;
  }
  .course-container .price a[href^="tel:"] {
    font-size: 36px;
  }

  #team {
    width: 1200px;
    margin: 0 auto;
  }
  .article {
    max-width: 900px;
  }
  #contacts .contacts-item {
    min-height: 250px;
    max-width: 380px;
    padding-bottom: 15px;
  }
  #master_classes {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .master_class_item {
    width: 500px;
    height: 312px;
  }
  .master_class_item img {
    width: 500px;
    height: 312px;
  }
  .modal {
    padding-top: 250px;
  }
  .calltoaction button {
    width: 300px;
    height: 80px;
  }
}

/*******************************************************/
/************** SERVICE COST CALCULATOR ****************/
/*******************************************************/
#service_cost_calulator {
  width: 90%;
  max-width: 900px;
  padding: 15px;
  margin: 40px auto 40px auto;
}
.calculator_block {
  width: 100%;
  min-width: 280px;
  max-width: 600px;
  margin: 40px auto 0 auto;
  background-color: #efefef;
  padding-top: 67px;
  padding-bottom: 60px;
}
.active_slide {
  z-index: 100;
}
#cina {
  /* background-color: #fff;*/
  /*background-color: #ff4081;*/
  background-color: #811b7e;
  width: 250px;
  height: 40px;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
#service_calc {
  display: block;
  position: relative;
  width: 100%;
  height: 330px;
}
.custom-control {
  min-width: 250px;
}

.form-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 300px;
  z-index: -1;
}
.form-item-header {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
  color: #333;
}
.form-item-header h2 {
  margin: 0;
}
.form-item-body {
  min-height: 200px;
  width: 80%;
  max-width: 370px;
  margin: 0 auto;
}
.form-item-body p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.form-item-body h2 {
  text-align: center;
}
.active_slide {
  z-index: 100;
}
#direction {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#next,
#prev {
  width: 100px;
  height: 40px;
  background-color: #084e98;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  z-index: 200;
}
#prev {
  margin-right: 30px;
}
button[type="submit"] {
  margin: 0 auto;
}

/********************************************************/
/******************  CUSTOM RADIO INPUT  ****************/
/********************************************************/
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_rangeslider */
input[type="range"] {
  width: 100%;
}
/* The container from label */
.custom-radio-container {
  font-family: "Open Sans", sans-serif;
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #811b7e;
}

/* On mouse-over, add a grey background color */
.custom-radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
  background-color: #811b7e;
  /*background-color: #ff4081;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-container .checkmark:after {
  top: 9px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/****************** END OF RADIO INPUT  ***********************/

/**************************************************************/
/******************  CUSTOM CHECKBOX INPUT  *******************/
/**************************************************************/
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_checkbox */
/* The container */
.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
  background-color: #811b7e;
  /*background-color: #ff4081;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox-container label {
  font-family: "Open";
}
/************* END OF CUSTOM CHECKBOX INPUT  ****************/

/************************************************************/
/******************* CUSTOM RANGE INPUT *********************/
/************************************************************/
/* https://www.w3schools.com/howto/howto_js_rangeslider.asp */

.custom-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;

  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
}

.custom-range-slider:hover {
  opacity: 1;
}

.custom-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #811b7e;
  /*background-color: #ff4081;*/
  cursor: pointer;
}

.custom-range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #811b7e;
  /*background-color: #ff4081;*/
  cursor: pointer;
}
/****************** END OF CUSTOM RANGE INPUT  ***********************/
#calcModal .modal-content {
  background-color: #fdfdfd;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
}
#calcModal .modal-content .inner-wrap {
  margin-bottom: 0;
  padding: 10px;
  border-radius: 6px;
}

#calcModal .modal-content .button-section {
  text-align: center;
  padding: 10px;
}

#calcModal .modal-content .button-section input[type="submit"] {
  background-color: #fd7e14;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 15px;
  margin: 20px auto 0 auto;
  width: 250px;
  height: 50px;
  border: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: block;
}
.calc_calltoaction {
  text-align: center;
}
.calc_calltoaction button {
  width: 250px;
  height: 60px;
  background: #811b7e;
  border: none;
  color: white;
  font-size: 20px;
}

/* Logic Block from artile inner audit  */
@media screen and (max-width: 320px) {
}
.blog-article-logic {
  padding: 2rem 1rem;
  background-color: #efefef;
  border-radius: 0.3rem;
  max-width: 800px;
  margin: 2rem auto;
}
.blog-article-logic input {
  width: 100%;
  height: 42px;
  border: none;
  margin: 15px 0 20px 0;
}
.blog-article-logic label {
  width: 100%;
  display: block;
}
.blog-article-logic .blog-article-logic-instruction {
  font-size: 12px;
  font-style: italic;
  color: #777;
}
.blog-article-logic button {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 42px;
  border: none;
  background-color: #fd7e14;
  color: white;
  margin: 20px auto;
  font-size: 20px;
}

/*Styles for OWL Carousel BUTTONS PREV and NEXT*/

.owl-prev,
.owl-next {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  background-color: rgba(101, 100, 101, 0.4) !important;
}
.owl-prev span,
.owl-next span {
  font-size: 30px;
}
.owl-prev {
  left: 0px;
}
.owl-next {
  right: 0px;
}



@media screen and (min-width: 1920px) {
  #hero-slide {
    min-height: 800px;
  }
  #faq {
    margin-top: 60px;
  }
}