

/* ********** MAIN PAGE ********** */

@media screen and (max-height: 750px) {
    .logo {
      margin-top: 50px;
    }
    .main__heading {
      margin-top: 0;
    }
    .button {
      margin-top: 50px;
    }
    .previews {
      margin-top: 75px;
    }
}

@media screen and (max-width: 1024px) {
  .header {
    position: relative;

    background: url(img/slideOne.jpg) center left no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px;
  }
  .mainSlideshow-container {
    display: none;
  }
  .nav {
    font-size: 16px;
  }
  .dws_menu li {
    margin-right: 75px;
  }
  .dws_menu li:last-child {
    margin-right: 75px;
  }
  .dws_menu_inner {
    width: 200px;
    left: -75px;

    font-size: 15px;
  }
  #mac__nav {
    margin-left: 0;
  }
  .logo {
    margin: 135px auto 0 auto;
  }
  .h1_heading {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .main__heading {
    width: 80%;
    margin: 0 auto;

    text-align: center;
    line-height: 40px;
  }
  .button {
    margin-top: 50px;
    justify-content: center;
  }
  .previews {
    margin: 100px 50px 0 0;
  }
  .slider__item {
    flex: 0 0 33.33333%;
  }
  .slider__item h6 {
    text-align: justify;
  }

  .mainQuotes {
    padding: 0 20px;
  }
  .mySlides {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding-bottom: 20px;
  }
  .nav {

  }
  .dws_menu li {
    margin-right: 20px;
  }
  .h1_heading {
    width: 90%;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
  }
  .main__heading {
    width: 90%;
    margin: 15px auto;

    text-align: center;
    font-size: 22px;
  }
  .slider {
    width: 100%;
  }
  .slider__item {
    flex: 0 0 50%;
  }
  .slider__item h6 {
    width: 80%;
    margin: 35px auto;
  }
  .previews {
    margin: 75px 50px 0 0;
  }
}

@media screen and (max-width: 530px) {
  h3 {
    letter-spacing: 0.5px;
    font-size: 16px;
  }
  .header {
    height: 650px;
  }
  .header__inner {
    padding: 0;
  }
  .nav {
    display: none;
  }
  .desrpt__nav {
    height: 350px;

    background: rgb(64,121,168);
    background: radial-gradient(circle, rgba(98,149,194,.8) 20%, rgba(90,136,176,.8) 75%, rgba(80,105,127,.8) 120%);
  }
  .logo {
    z-index: 1000;
    margin: 30px auto;
  }
  .logo img {
    transform: scale(0.8);
  }

  .dropdown {
    display: block;
  }
  .dropbtn {
    position: absolute;
    z-index: 1000;
    top: 30%;
    right: 35px;
  }
  .dropbtn i {
    font-size: 26px;
    color: rgba(227,252,255);
    text-shadow: none;
    cursor: pointer;
  }

  .dropdownButton {
    position: absolute;
    right: 35px;
    top: 35px;
  }

  .dropdownButton i {
    font-size: 26px;
    color: rgba(227,252,255);
  }

  .dropdown-content {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: rgb(64,121,168);
    background: radial-gradient(circle, rgba(93,140,181,1) 20%, rgba(90,136,176,1) 75%, rgba(80,105,127) 120%);
    background-attachment: fixed;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: 2s linear;
  }

  .dropdown-content ul {
    margin: 10vh auto;
    padding: 0;
  }

  .dropdown-content li {
    list-style: none;
    margin: 20px auto;
}

  .dropdown-content a {
    display: block;

    color: rgba(32,63,98);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 0 0 1px lightgrey;
  }

  ul .dropdown-content__inner {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
  }

  .dropdown-content__inner li {
    width: 50%;
    margin: 15px auto;
  }

  .dropdown-content__inner li a {
    color: rgba(32,63,98);
    border-bottom: none;
    font-size: 16px;
  }

  .show {
    display:block;
  }

  .main__heading {
    width: 90%;
    margin-top: 50px;

    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .button {
    margin: 50px auto;
  }
  .button__know {
    width: 135px;
    height: 35px;
    padding: 4px;
    margin-right: 15px;
  }
  .button__know a {
    font-size: 13px;
  }
  .button__meet {
    width: 165px;
    height: 35px;
    padding: 4px;
    margin-right: 15px;
  }
  .button__meet a {
    font-size: 13px;
  }
  .previews {
    margin: 75px auto;
    float: none;
    text-align: center;
  }
  .previews a {
    font-size: 14px;
  }
  /* content */
  .content {
    margin-top: 0;
    padding-top: 35px;
  }
  .content h4 {
    width: 95%;
    margin-bottom: 50px;
    padding: 0 20px;

    font-size: 15px;
    line-height: 22px;
    text-align: justify;
  }
  .slider {
    width: 100%;
  }
  .slider__item {
    flex: 0 0 100%;
  }
  .slider__item h5 {
    margin: 35px 0;
  }
  .slider__item h6 {
    width: 70%;
    margin: 35px auto;
  }
  .slider__control {
    margin: 0 30px;
  }
  .signup {
    width: 120px;
    height: 30px;
    padding: 2px 0;
  }

  /* empty__content */
  .empty__content {
    padding-top: 20px;
  }
  .empty__content__inner {
    padding: 0 35px;
    text-align: justify;
  }
  .empty__content__inner h4 {
    font-size: 17px;
  }
  .empty__content__inner p {
    font-size: 15px;
  }
  .empty__content__inner li {
    margin-top: 5px;

    font-size: 15px;
    text-align: left;
    font-style: italic;
  }
  .empty__content__inner ul {
    padding: 0;
    width: 90%;
    margin: 15px auto;
  }

  /* reviews */
  .mySlides {
    width: 90%;
    padding: 35px;
  }

  /* footer */
  .erfeev {
    margin: 0 auto;
    padding: 10 0;
  }
  .erfeev a {
    font-size: 14px;
  }
  .vertical_line {
    display: none;
  }
}





/* ********** SERVICES PAGE ********** */



@media screen and (max-width: 1024px) {
  #headerServices {
    height: 250px;

    background: url("img/servicesHead.jpg") top no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px;
  }
  #logoServices {
    display: none;
  }
  .intro__services {
    display: none;
  }
  .content__services__inner {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .img1, .img2 {
    width: 60%;
  }
  .text {
    width: 90%;
    margin: 35px auto;
  }

  .content__services__biosuggestive, .content__services__emdr, .content__services__mac, .content__services__numerology {
    padding: 35px;
  }
  .about__intensive {
    width: 90%;
  }
  .table__services {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  .pdf__contract {
    margin: 15px 20px;
  }
  .about__price {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .img1, .img2 {
    width: 75%;
  }
  .flex__box {
    font-style: 12px;
  }
  .about__intensive {
    width: 100%;
    line-height: 20px;
  }
  .about__intensive h4 {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: left;
  }
  .headsExitIntensive {
    text-align: center;
  }
  .table__services {
    width: 100%;
  }
  .table__services th, .table__services td, .table_services_head th {
    font-size: 14px;
  }
  .pdf__contract {
    margin: 10px;
  }
  .pdf__contract a {
    font-style: 14px;
  }
  .about__price {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  #headerServices {
    height: 200px;
    background: none;
    box-shadow: none;
  }
  #logoServices {
    display: block;
  }
  .content__services {
    padding: 15px 0 35px 0;
  }
  .content__services h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .content__services p, .content__services li {
    font-size: 15px;
  }
  .content__services__consultation {
    padding-top: 0;
  }
  .text {
    width: 80%;
    line-height: 22px;
  }
  .img1, .img2 {
    margin-left: 0;
    margin-right: 0;
  }
  .flex__content__services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .flex__box {
    width: 65%;
    margin-top: 15px;
    font-size: 15px;
  }
  .flex__box p {
    margin: 5px auto;
    text-align: left;
  }
  .formeeting {
    display: block;
  }
  .formeeting p {
    margin-left: 10px;
  }

  .biosuggestive__inner {
    margin-top: 35px;
    padding: 0;
  }
  .biosuggestive__inner p {
    font-size: 15px;
  }
  .biosuggestive__inner li {
    margin-top: 5px;

    font-size: 15px;
    text-align: left;
    font-style: italic;
  }
  .biosuggestive__inner ul {
    padding: 0;
    width: 90%;
    margin: 15px auto;
  }

  .emdr__inner {
    padding: 0;
    margin-top: 35px;
  }
  .emdr__inner p {
    font-size: 15px;
  }
  .emdr__inner li {
    margin-top: 5px;

    font-size: 15px;
    text-align: left;
    font-style: italic;
  }
  .emdr__inner ul {
    padding: 0;
    width: 90%;
    margin: 15px auto;
  }

  .mac__inner {
    padding: 0;
    margin-top: 35px;
  }
  .mac__inner p {
    font-size: 15px;
  }
  .mac__inner li {
    margin-top: 5px;

    font-size: 15px;
    text-align: left;
    font-style: italic;
  }
  .mac__inner ul {
    padding: 0;
    width: 90%;
    margin: 15px auto;
  }
  .formeeting p {
    text-align: left;
  }
  .formeeting ol {
    padding: 0;
  }

  .content__services__arrangement {
    padding: 35px;
  }
  .quoets__arrangement {
    margin: 35px 0;
    font-size: 16px;
  }
  .arrangement__inner {
    padding: 0;
  }
  .arrangement__inner p {
    font-size: 15px;
  }
  .arrangement__inner li {
    margin-top: 5px;

    font-size: 15px;
    text-align: left;
    font-style: italic;
  }
  .arrangement__inner ul {
    padding: 0;
    width: 90%;
    margin: 15px auto;
  }

  .numerology__inner {
    padding: 0;
    margin-top: 35px;
  }
  .numerology__inner p {
    font-size: 15px;
  }
  .numerology__inner li {
    margin-top: 5px;

    font-size: 15px;
    text-align: left;
    font-style: italic;
  }
  .numerology__inner ul {
    padding: 0;
    width: 90%;
    margin: 15px auto;
  }

  .desrpt__exit {
    padding: 0;
  }
  .about__intensive {
    padding: 35px;
    text-align: justify;
  }
  .headerExitIntensive {
    margin-bottom: 35px;
    font-size: 17px;
  }
  .headsExitIntensive {
    font-size: 16px;
  }
  .about__intensive h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }

  .price__inner {
    padding: 15px 0;
  }
  .table__services th, .table__services td, .table_services_head th {
    font-size: 10px;
  }
  .table__services td, .table__services th {
    padding: 5px;
  }
  .pdf__contract {
    float: none;
    margin: 5px auto;
    text-align: center;
  }
  .pdf__contract a {
    font-size: 12px;
  }
  .about__price {
    width: 90%;
    margin: 0 auto;
  }
  .about__price p {
    font-size: 10px;
    text-align: left;
  }
}


/* ********** ABOUT PAGE ********** */

@media screen and (max-width: 1024px) {
  #headerAbout {
    height: 250px;

    background: url("img/aboutHead.png") top no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px;
  }
  #logoAbout {
    display: none;
  }
  .intro__about {
    display: none;
  }
  .about__vergun {
    padding: 20px;
  }
  .content__about {
    margin-top: 250px;
  }
  #hr__about {
    width: 60%;
    margin-left: 20px;
  }
  .main__text__about {
    margin: 0 20px 0 0;
    width: 60%;

    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 23px;
  }
  .vergun__img {
    height: 40%;
    width: 35%;
  }
  .sertifications__mySlides img {
    height: 450px;
  }
  .sertifications__prev {
    left: 0;
  }
  .sertifications__next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #hr__about {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .about__vergun {
    display: block;
  }
  .main__text__about {
    margin: 20px 0;
    width: 100%;
    padding: 0;
  }
  .vergun__img {
    display: none;
  }
  .sertifications__slideshow-container {
    margin-top: 0;
    height: 400px;
  }
  .sertifications__mySlides img {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 350px;
  }
  .sertifications__dot {
    height: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 530px) {
  #headerAbout {
    height: 200px;
    background: none;
    box-shadow: none;
  }
  #logoAbout {
    display: block;
  }
  .content__about {
    margin-top: 180px;
    padding-top: 50px;
  }
  .about__vergun {
    padding: 0 35px;
  }
  .main__text__about {
    font-size: 15px;
  }
  .sertifications__slideshow-container {
    height: 250px;
  }
  .sertifications__mySlides img {
    height: 200px;
  }
  .sertifications__dot-container {
    margin-top: 35px;
  }
  .sertifications__dot {
    margin: 0 4px;
  }
}


/* ********** CONTACTS ********** */

@media screen and (max-width: 1024px) {
  #headerContacts {
    height: 250px;

    background: url("img/contactsHead.jpg") top no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px;
  }
  #logoContacts {
    display: none;
  }
  .intro__contacts {
    display: none;
  }
  .content__contacts {
    margin-top: 250px;
  }
  .social div, .contacts div {
    margin-top: 20px;
  }
  .social {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .adress {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .form__inner {
    margin-bottom: 50px;
  }
  .social__media a {
    font-size: 17px;
  }
  .contacts {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .fas, .fab, .far {
    font-size: 20px;
  }
}

@media screen and (max-width: 530px) {
  #headerContacts {
    height: 200px;
    background: none;
    box-shadow: none;
  }
  #logoContacts {
    display: block;
  }
  .content__contacts {
    margin-top: 180px;
  }
  .mainForm {
    display: block;
    margin: 0;
  }

  .contactMe {
    width: 80%;
    margin: 0 auto;
  }
  .contactMe p {
    font-size: 15px;
    line-height: 22px;
  }
  .form__inner {
    width: 80%;
    margin: 35px auto;
  }
  .form_message, .form__inner input {
    font-size: 14px;
  }
  .form_button {
    padding: 0;
    font-size: 15px;
  }

  .social {
    width: 90%;
  }
  .social div {
    margin-left: 35px;
  }
  .contacts div {
    margin-left: 0;
  }
  .fas, .fab, .far {
    font-size: 18px;
  }

  .frame__map {
    width: 90vw;
  }
  .adress {
    font-size: 14px;
  }
}
