@charset "UTF-8";
@font-face {
  font-family: "Intro Bold";
  src: url("../fonts/Intro-Bold.otf");
  font-weight: 700; }
@font-face {
  font-family: "Intro Regular";
  src: url("../fonts/Intro-Regular.otf");
  font-weight: 400; }
@font-face {
  font-family: "Intro Book";
  src: url("../fonts/Intro-Book.otf");
  font-weight: 400; }
@font-face {
  font-family: "Museo Sans Bold";
  src: url("../fonts/Museo Sans Bold.otf");
  font-weight: 700; }
@font-face {
  font-family: "Museo Sans Light";
  src: url("../fonts/Museo Sans Light.otf");
  font-weight: 300; }
@font-face {
  font-family: "Museo Sans Medium";
  src: url("../fonts/Museo Sans Medium.otf");
  font-weight: 500; }
body, html {
  font-family: "Intro Regular", arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px; 
  overflow-x: hidden !important;

}

*:focus {
  outline: none !important; }


.dropbtn {
  width: 160px;
  display: flex;
  justify-content: center;
  text-decoration: none; }

.dropbtn:hover {
  border-top: 3px solid #01a845; }

li.dropdown {
  display: inline-block; }

.dropdown-content {
  display: none;
  width: 160px;
  position: absolute;
  top: 80%;
  background-color: #e6ffe4;
  min-width: 160px;
  z-index: 44; }

.dropdown-content a {
  display: flex;
  justify-content: center;
  color: black;
  text-decoration: none;
  text-align: center;
  padding-bottom: 2px; }

.dropdown-content a:hover {
  text-decoration: underline;
  text-decoration-color: #01a845; }

.dropdown:hover .dropdown-content {
  display: block; }


#nav-icon4 {
  display: none;
  
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1fab8b;
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 8px;
  background: #1fab8b;
}




nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "Intro Bold", sans-serif; 
	box-shadow: 0px 0px 10.92px 2.08px rgba(0, 0, 0, 0.17);
	}
  nav .logo {
    
    padding-top: 5px; }
    nav .logo img {
      width: 160px;
      height: 50px; }
  nav .nav_lines {
    position: absolute;
    top: 0;
    left: 0%; }
  nav ul {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: unset; }
    nav ul li {
      list-style: none;
      font-size: 0.875rem; }
      nav ul li a {
        height: 61px;
        text-decoration: none;
        color: #000000;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px; }
        nav ul li a:hover {
          text-decoration: none;
          background-color: #e6ffe4;
          color: #000000;
          transition: 0.4s; }
  nav .work_time_dropdown {
    display: none;
    z-index: 23;
    background: url("../img/work_time.png") no-repeat center center;
    position: absolute;
    width: 130px;
    height: 70px;
    padding-top: 15px; }
    nav .work_time_dropdown span {
      color: #000000 !important; }
    nav .work_time_dropdown p {
      text-decoration: underline; }
  nav .work_time {
    margin-top: 15px;
    text-align: center; }
    nav .work_time p {
      margin: 0;
      font-size: 0.9375rem; }
    nav .work_time span {
      color: #818181;
      font-size: 0.625rem; }
    nav .work_time:hover .work_time_dropdown {
      display: block;
      transition: 0.4s;
      cursor: pointer; }
  nav .social_links {
    margin-top: 15px;
    font-size: 1.5rem; }
    nav .social_links a {
      padding-left: 15px;
      padding-right: 15px;
      text-decoration: none; }
      nav .social_links a i {
        color: #01a845; }
      nav .social_links a:hover .fa-telegram-plane {
        color: #2ba1d9;
        transition: all 0.4s; }
      nav .social_links a:hover .fa-viber {
        color: #7f539d;
        transition: all 0.4s; }
      nav .social_links a:hover .fa-phone {
        color: #00b713;
        transition: all 0.4s; }
  nav .nav_button {
    width: 110px;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    line-height: 0.875rem;
    background-color: #01a845;
    border-radius: 13px;
    display: flex;
    align-items: center;
    margin-right: 20px; }
    nav .nav_button a {
      color: #000000;
      font-size: 0.75rem;
      text-decoration: none; }
      nav .nav_button a:hover {
        text-decoration: none; }


.work_time div {
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	align-items: center;
}

.work_time span {
	margin-right: 20px;
}

.screen-reader-response {
	display: none;
}

.dropdown_links {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.header {
  height: 470px; }
  .header_books {
    z-index: 23;
    position: absolute;
    left: 0; }
  .header_ellipse_block {
    position: absolute;
    width: 70vw;
    height: 425px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(-39deg, #01973e 0%, #02bb4d 100%);
    border-radius: 0px 0px 200px 0px; }
  .header_ellipse_1 img {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
  .header_ellipse_2 img {
    z-index: 1;
    position: absolute;
    left: 20%;
    bottom: 0; }
  .header_ellipse_3 img {
    z-index: 1;
    position: absolute;
    top: 18%; }
  .header_block {
    color: #ffffff;
    margin-left: 100px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .header_block div:nth-child(1) {
      width: 330px;
      z-index: 20; }
    .header_block div:nth-child(2) {
      z-index: 20; }
    .header_block h1 {
      font-family: "Intro Bold", "Museo Sans Bold", sans-serif;
      font-weight: 700;
      font-size: 4rem;
      letter-spacing: 1.2px; }
    .header_block h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-weight: 400;
      font-size: 1.625rem;
      text-transform: uppercase; }
    .header_block p {
      width: 550px;
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 1.375rem;
      font-weight: 400;
      letter-spacing: 0.1px; }
    .header_block .hr {
      width: 40px;
      height: 2px;
      background-color: #ffffff;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      margin-bottom: 40px; }
  .header_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: absolute;
    right: -5%;
    bottom: 30%;
    z-index: 20;
    width: 230px;
    height: 54px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.17);
    border-radius: 22px 0 0 22px;
    border-right: 3px solid #01a845;
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #000000;
    text-decoration: none; }
    .header_button a:hover {
      color: #01a845;
      transition: 0.4s; }

      .header_button i {
        position: absolute;
        right: 6px;
        font-size: 27px;
        top: 11px;
      }

    .header_button a:hover .fa-long-arrow-alt-left{
        right: -1px;
        font-size: 27px;
        top: 11px;
        transition: 0.4s;
      }
  .header_img {
    position: absolute;
    top: 10%;
    right: 1%;
    
    }
  .header_slider_item img {
    width: 400px;
    height: 320px; }





.about {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative; }
  .about_ellipse {
    position: absolute;
    left: 0;
    top: 70%;
    opacity: 0.45; }
  .about_header {
    border-radius: 55px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    padding: 40px;
    position: relative; }
    .about_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    .about_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin-left: -20px;
      padding-left: 15px;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      margin-top: 20px;
      border-left: 2px solid #000000; }
    .about_header p {
      font-family: "Museo Sans Light", sans-serif;
      font-weight: 300;
      font-size: 1.125rem;
      letter-spacing: 1.35px;
      margin-top: 25px;
      margin-bottom: 15px; }
      .about_header p b {
        font-weight: bold; }
  .about i {
    position: absolute;
    top: -25%;
    left: -10%;
    opacity: 0.05;
    color: #192228;
    font-family: "Intro Bold", sans-serif;
    font-size: 236px;
    font-weight: 700;
    letter-spacing: 1.35px;
    font-style: normal; }

.advantages {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row; }
  .advantages_header {
    padding: 40px;
    width: 400px;
    position: relative; }
    .advantages_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      float: right;
      margin-right: 20px; }
    .advantages_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      margin-top: 20px;
      border-right: 2px solid #000000; }
    .advantages_header i {
      position: absolute;
      top: -45%;
      right: -5%;
      width: 116px;
      height: 170px;
      opacity: 0.05;
      color: #192228;
      font-family: "Intro Bold", sans-serif;
      font-size: 236px;
      font-weight: 700;
      letter-spacing: 1.35px;
      font-style: normal; }
  .advantages .row:nth-child(1) {
    display: flex;
    flex-direction: row-reverse; }
  .advantages_block {
    position: relative;
    width: 340px;
    height: 150px;
    border-radius: 20px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .advantages_block h4 {
      font-family: "Museo Sans Medium", sans-serif;
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: 0.9px; }
    .advantages_block p {
      font-family: "Museo Sans Light", sans-serif;
      font-weight: 300;
      font-size: 0.875rem;
      letter-spacing: 0.8px;
      color: #293942;
      margin: 0; }
      .advantages_block p b {
        font-weight: bold; }
    .advantages_block img {
      margin-right: 15px; }
    .advantages_block .chevron {
      z-index: 22;
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #ebebeb;
      color: #858585;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem; }
      .advantages_block .chevron:hover {
        background-color: #d3fbe3;
        color: #01973e;
        transition: 0.4s; }
      .advantages_block .chevron_1 {
        left: -12%; }
      .advantages_block .chevron_2 {
        bottom: -25%;
        left: 45%; }
      .advantages_block .chevron_3 {
        left: -12%; }
      .advantages_block .chevron_4 {
        left: -12%; }

.td_hover {
  display: none;
  color: #01a845; }

.lower {
  display: none;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-moz-transform-origin: left top 0;
  -moz-moz-transform-origin: left top 0;
  -ms-moz-transform-origin: left top 0;
  -o-moz-transform-origin: left top 0;
  -khtml-moz-transform-origin: left top 0;
  transform-origin: left top 0; }

.price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative; }
  .price_header {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .price_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin-left: 20px; }
    .price_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin-left: -20px;
      padding-left: 15px;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      margin-top: 20px;
      border-left: 2px solid #000000; }
    .price_header i {
      position: absolute;
      top: -20%;
      right: 17%;
      width: 116px;
      height: 170px;
      opacity: 0.05;
      color: #192228;
      font-family: "Intro Bold", sans-serif;
      font-size: 236px;
      font-weight: 700;
      letter-spacing: 1.35px;
      font-style: normal; }
    .price_header p {
      font-family: "Museo Sans Light", sans-serif;
      font-weight: 300;
      font-size: 1.125rem;
      letter-spacing: 1.35px;
      margin-top: 25px;
      margin-bottom: 15px; }
      .price_header p b {
        font-weight: bold; }
  .price_table {
    width: 700px;
    height: 450px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px; }
    .price_table td {
      border-right: 3px solid #000000;
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 0.9rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      text-align: center;
      height: 90px; }
    .price_table td:nth-child(1):hover .td_hover {
      display: block; }
    .price_table tr {
      border-bottom: 3px solid #000000; }
    .price_table td:nth-child(3) {
      border-right: none;
      color: #01a845; }
    .price_table tr:nth-child(1) {
      color: #000000 !important; }
    .price_table tr:nth-child(5) {
      border-bottom: none; }
  .price_info {
    width: 380px;
    margin-left: 20px; }
    .price_info h6 {
      font-family: "Museo Sans Medium", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 1.2px;
      color: #01a845;
      margin-top: 20px; }
    .price_info p {
      font-family: "Museo Sans Light", sans-serif;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0.8px;
      margin: unset; }
      .price_info p b {
        font-weight: bold; }
      .price_info p i {
        font-style: normal;
        color: #01a845; }
    .price_info ul {
      padding-left: 20px; }
      .price_info ul li {
        font-family: "Museo Sans Light", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.8px;
        list-style-image: url("../img/list-style.png"); }

.reviews_ellipse {
  position: absolute; }
.reviews_header {
  padding: 40px;
  width: 290px; }
  .reviews_header span {
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    float: right; }
  .reviews_header h3 {
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-top: 20px;
    border-right: 2px solid #000000;
    margin-left: 30px; }
  .reviews_header i {
    position: absolute;
    top: -50%;
    left: -30%;
    width: 116px;
    height: 170px;
    opacity: 0.05;
    color: #192228;
    font-family: "Intro Bold", sans-serif;
    font-size: 236px;
    font-weight: 700;
    letter-spacing: 1.35px;
    font-style: normal; }
.reviews_block {
  position: relative;
  width: 970px;
  height: 320px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  background-color: #ffffff;
  display: flex !important;
  flex-direction: row;
  padding: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .reviews_block_img {
    margin-right: 30px; }
  .reviews_block_text {
    margin-left: 30px; }
    .reviews_block_text h4 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      justify-content: center;
      color: #1c282e;
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.8px; }
      .reviews_block_text h4 em {
        color: #01a845;
        font-style: normal; }
  .reviews_block_link {
    position: absolute;
    right: 10%;
    bottom: 10%;
    font-size: 2rem;
    color: #4a76a7; }
    .reviews_block_link a {
      color: #4a76a7;
      text-decoration: none; }
      .reviews_block_link a:hover {
        cursor: pointer;
        color: #6890bc; }

.slick-prev, .slick-next {
  z-index: 33;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  position: absolute;
  border-radius: 50%;
  color: #00641a; }

.slick-prev {
  top: 40%; }

.slick-next {
  right: 0;
  top: 40%; }

.contactus {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px; }
  .contactus_header {
    padding: 40px;
    width: 300px;
    margin-bottom: 40px; }
    .contactus_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      float: right;
      margin-right: 10px; }
    .contactus_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      margin-top: 20px;
      border-right: 2px solid #000000; }
    .contactus_header i {
      position: absolute;
      top: -30%;
      right: -30%;
      width: 116px;
      height: 170px;
      opacity: 0.05;
      color: #192228;
      font-family: "Intro Bold", sans-serif;
      font-size: 236px;
      font-weight: 700;
      letter-spacing: 1.35px;
      font-style: normal; }
    .contactus_header p {
      font-family: "Museo Sans Light", sans-serif;
      font-weight: 300;
      font-size: 1.125rem;
      letter-spacing: 1.35px;
      margin-top: 25px;
      margin-bottom: 15px; }
      .contactus_header p b {
        font-weight: bold; }
  .contactus_map {
    width: 70vw;
    height: 450px; }
  .contactus_form {
    width: 40vw;
    height: 500px;
    position: absolute;
    top: 25%;
    right: 0;
    background-image: linear-gradient(-39deg, #01973e 0%, #02bb4d 100%);
    box-shadow: -5px -4px 12px 2px rgba(0, 0, 0, 0.2);
    border-radius: 120px 0 0 120px; }
  .contactus_ellipse_1 img {
    z-index: 1;
    position: absolute;
    top: 20%; }
  .contactus_ellipse_2 img {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
  .contactus form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contactus form h4 {
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 1.825rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.66px;
      color: #ffffff;
      margin-top: 30px;
      margin-bottom: 10px;
      z-index: 33; }
    .contactus form span {
      font-family: "Museo Sans Light", sans-serif;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0.88px;
      margin-top: 5px;
      margin-bottom: 15px;
      z-index: 33; }
    .contactus form input {
      width: 300px;
      height: 30px;
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.17);
      border-radius: 10px;
      border: 1px solid #01973e;
      background-color: #ffffff;
      margin-top: 15px;
      margin-bottom: 15px;
      padding-left: 20px; }
      .contactus form input::placeholder {
        font-family: "Museo Sans Light", sans-serif;
        font-weight: 300;
        font-size: 1rem;
        color: #192228;
        line-height: 24px;
        letter-spacing: 1.35px;
        opacity: 0.3; }
    .contactus form button {
      color: #ffffff;
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.99px;
      background-color: transparent;
      box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.14);
      border: 2px solid #ffffff;
      border-radius: 20px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 30px; }
      .contactus form button:hover {
        box-shadow: 0 0 24px 8px rgba(255, 255, 255, 0.14);
        background-color: #ffffff;
        color: #000000;
        transition: 0.4s; }




#input-3 {
  height: 130px;
  text-align: center; }

.footer {
  height: 225px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.35);
  background-image: linear-gradient(-18deg, rgba(0, 122, 50, 0.8) 0%, rgba(0, 167, 68, 0.8) 100%);
  position: relative;
  font-family: "Museo Sans Bold", "Intro", sans-serif !important;
  margin-top: 92px; }
  .footer_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .footer_ellipse_1 img {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 38%; }
  .footer_ellipse_2 img {
    z-index: 1;
    position: absolute;
    right: 0; }
  .footer_ellipse_3 img {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .footer_phone {
    display: flex;
    flex-direction: column;
    padding-top: 40px; }
    .footer_phone i {
      z-index: 10;
      font-family: "Intro", sans-serif;
      font-weight: 400;
      font-size: 1.3rem;
      font-style: normal; }
      .footer_phone i a {
        color: #ffffff;
        text-decoration: none; }
    .footer_phone button {
      z-index: 22;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 220px;
      height: 43px;
      box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.14);
      color: #ffffff;
      font-size: 1rem;
      font-family: "Intro", sans-serif;
      font-weight: 400;
      background: transparent;
      border-radius: 20px;
      border: 2px solid #ffffff; }
      .footer_phone button a {
        height: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
      }
      .footer_phone button a:hover {
        color: #000;
        text-decoration: none;
      }
      .footer_phone button:hover {
        box-shadow: 0 0 24px 8px rgba(255, 255, 255, 0.14);
        background-color: #ffffff;
        color: #000000;
        transition: 0.4s; }
    .footer_phone p {
      z-index: 10;
      font-size: 0.8125rem;
      color: #ffffff;
      text-transform: uppercase; }

    .footer_phone a {
      color: #ffffff;
      text-decoration: none;
    }
    .footer_phone a:hover{
      color: #ffffff;
      text-decoration: underline;
    }


  .footer_address {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    width: 170px; }
    .footer_address i {
      font-family: "Intro", sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      font-style: normal;
      color: #ffffff; }
    .footer_address span {
      color: #4a76a7; }
      .footer_address span:hover {
        color: #6890bc; }
    .footer_address p {
      padding-right: 20px;
      font-size: 0.8125rem;
      color: #ffffff; }
  .footer_about {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    text-align: center;
    width: 360px; }
    .footer_about_row {
      display: flex;
      flex-direction: row;
      text-align: left;
      justify-content: space-evenly; }
    .footer_about ul {
      padding: unset;
      display: flex;
      flex-direction: column;
      margin-right: 50px;
      z-index: 10; }
      .footer_about ul:nth-child(2) {
        margin-right: unset; }
      .footer_about a{
          color: #fff;
          text-decoration: none;
        }
        .footer_about a:hover{
          color: #fff;
          text-decoration: underline;
        }
      .footer_about ul li {
        list-style: none;
        color: #ffffff;
        font-size: 0.8125rem;
        padding-top: 5px;
        padding-bottom: 5px; }
        .footer_about ul li:hover {
          text-decoration: underline;
          cursor: pointer; }
    .footer_about i {
      z-index: 10;
      font-family: "Intro", sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      font-style: normal;
      color: #ffffff; }
  .footer_documents {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    width: 170px; }
    .footer_documents i {
      z-index: 10;
      font-family: "Intro", sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      font-style: normal;
      color: #ffffff; }
    .footer_documents ul {
      display: flex;
      flex-direction: column;
      padding: unset; }
      .footer_documents ul li{
        list-style: none;
        color: #ffffff;
        font-size: 0.8125rem;
        padding-top: 5px;
        padding-bottom: 5px; }
        .footer_documents a{
          color: #fff;
          text-decoration: none;
        }
        .footer_documents a:hover{
          color: #fff;
          text-decoration: underline;
        }
        .footer_documents ul li:hover {
          text-decoration: underline;
          cursor: pointer; }

.tests {
  position: relative; }
  .tests_header {
    margin-top: 50px; }
    .tests_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    .tests_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin-left: -15px;
      padding-left: 10px;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      border-left: 2px solid #000000; }
    .tests_header i {
      position: absolute;
      top: 0%;
      right: 60%;
      width: 116px;
      height: 170px;
      opacity: 0.05;
      color: #192228;
      font-family: "Intro Bold", sans-serif;
      font-size: 6rem;
      font-weight: 700;
      letter-spacing: 1.35px;
      font-style: normal; }
  .tests_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }    
  .tests_links a {
    text-decoration: none;
    color: #000000;
    font-family: "Intro Book", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.8px; }
  .tests_links .active_link {
    color: #01a845; }
  .tests_links .passive_link:hover {
    color: #01a845; }
  .tests_block {
    z-index: 23;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    height: 72px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.17);
    border-radius: 36px;
    background-color: #ffffff; }
    .tests_block h5 {
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 1.5rem;
      font-weight: 700; }
    .tests_block p {
      font-family: "Museo Sans Medium", sans-serif;
      font-size: 1.275rem;
      font-weight: 500; }
    .tests_block div {
      display: flex;
      flex-direction: row; }
    .tests_block p, .tests_block h5 {
      margin: unset;
      margin-left: 15px; }

.lessons {
  position: relative; }
  .lessons_ellipse_1 {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 10%; }
  .lessons_ellipse_2 {
    z-index: 1;
    position: absolute;
    top: 20%;
    left: 0; }
  .lessons_ellipse_3 {
    z-index: 1;
    position: absolute;
    top: 10%;
    right: 0; }
  .lessons_header {
    margin-top: 50px;
    position: relative; }
    .lessons_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    .lessons_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin-left: -15px;
      padding-left: 10px;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      border-left: 2px solid #000000; }
    .lessons_header i {
      position: absolute;
      top: -50%;
      right: 60%;
      width: 116px;
      height: 170px;
      opacity: 0.05;
      color: #192228;
      font-family: "Intro Bold", sans-serif;
      font-size: 6rem;
      font-weight: 700;
      letter-spacing: 1.35px;
      font-style: normal; }
  .lessons_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .lessons_links a {
    text-decoration: none;
    color: #000000;
    font-family: "Intro Book", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.8px; }
  .lessons_links .active_link {
    color: #01a845; }
  .lessons_links .passive_link:hover {
    color: #01a845; }
  .lessons_body {
    display: flex;
    flex-direction: row; }
  .lessons_block {
    z-index: 23;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 320px;
    height: 350px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.17);
    border-radius: 36px;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px; }
    .lessons_block h5 {
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 20px;
      margin-bottom: 15px;
      text-align: center; }
    .lessons_block p {
      font-family: "Museo Sans Medium", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 40px;
      text-align: center; }
    .lessons_block div {
      display: flex;
      flex-direction: column; }
    .lessons_block_download {
      position: absolute;
      bottom: 10%; }

.addmaterials {
  position: relative; }
  .addmaterials_ellipse_1 {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 10%; }
  .addmaterials_ellipse_2 {
    z-index: 1;
    position: absolute;
    top: 20%;
    left: 0; }
  .addmaterials_ellipse_3 {
    z-index: 1;
    position: absolute;
    top: 10%;
    right: 0; }
  .addmaterials_header {
    margin-top: 50px;
    position: relative; }
    .addmaterials_header span {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    .addmaterials_header h3 {
      font-family: "Intro Book", "Museo Sans Bold", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin-left: -15px;
      padding-left: 10px;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      border-left: 2px solid #000000; }
    .addmaterials_header i {
      position: absolute;
      top: -70%;
      right: 30%;
      width: 116px;
      height: 170px;
      opacity: 0.05;
      color: #192228;
      font-family: "Intro Bold", sans-serif;
      font-size: 4rem;
      font-weight: 700;
      letter-spacing: 1.35px;
      font-style: normal; }
  .addmaterials_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .addmaterials_links a {
    text-decoration: none;
    color: #000000;
    font-family: "Intro Book", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.8px; }
  .addmaterials_links .active_link {
    color: #01a845; }
  .addmaterials_links .passive_link:hover {
    color: #01a845; }
  .addmaterials_body {
    display: flex;
    flex-direction: row; }
  .addmaterials_block {
    z-index: 23;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 320px;
    height: 350px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.17);
    border-radius: 36px;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px; }
    .addmaterials_block h5 {
      font-family: "Museo Sans Bold", sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 20px;
      margin-bottom: 15px;
      text-align: center; }
    .addmaterials_block p {
      font-family: "Museo Sans Medium", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 40px;
      text-align: center; }
    .addmaterials_block div {
      display: flex;
      flex-direction: column; }
    .addmaterials_block_download {
      position: absolute;
      bottom: 10%; }

.policy_header {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.17);
  border-radius: 47px;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 40px; }
  .policy_header span {
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-left: 40px; }
  .policy_header h3 {
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    border-left: 2px solid #000000; }
  .policy_header h2 {
    font-family: "Museo Sans Bold", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1.8px; }
  .policy_header p {
    font-family: "Museo Sans Medium", sans-serif;
    font-weight: 500;
    font-size: 1rem; }
  .policy_header b {
    font-weight: bold; }
.policy_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.policy_links a {
  text-decoration: none;
  color: #000000;
  font-family: "Intro Book", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.8px; }
.policy_links .active_link {
  color: #01a845; }
.policy_links .passive_link:hover {
  color: #01a845; }

.faq_header {
  margin-top: 40px; }
  .faq_header span {
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-left: 40px; }
  .faq_header h3 {
    font-family: "Intro Book", "Museo Sans Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    border-left: 2px solid #000000; }
.faq_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.faq_links a {
  text-decoration: none;
  color: #000000;
  font-family: "Intro Book", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.8px; }
.faq_links .active_link {
  color: #01a845; }
.faq_links .passive_link:hover {
  color: #01a845; }

.accordion {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }
.accordion p {
  word-wrap: normal;
}
.active, .accordion:hover {
  background-color: #ccc; }

.accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.active:after {
  content: "−"; }

.panel {
  border-radius: 12px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

@media screen and (max-width: 576px) {
  html {
    font-size: 14px; }

.logo {
	margin-left: auto;
	margin-right: auto;
}






nav{ 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

nav ul {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin-top: 20px;

}

nav ul img {
	display: none;
}

nav ul li {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center
}

nav ul li a{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center
}


.work_time div {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.work_time span {
	margin-right: unset;
}

.dropbtn {
	width: 100%;
}

.dropdown-content {
	width: 100%;
	min-width: unset;
}

.work_time:hover .work_time_dropdown{
	display: none !important;
}


.social_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-size: 2.5rem !important; 
}

.header_ellipse_block {
	border-radius: 0 0 0 0;
	width: 100vw;
}

.header_books {
	display: none;

}

.header {
	height: 540px;
}

.header_ellipse_block {
	height: 520px;
}

.header_block {
	margin-left: unset;
	text-align: center;
}

.header_block p {
	width: unset;
	padding-left: 10px
	padding-right: 10px;
}

.header_block div:nth-child(1) {
	margin-left: auto;
	margin-right: auto;
}

.header_button a {
	right: 0;
	bottom: 10%;
}

.header_img {
  display: none;
}
.header_ellipse_1, .header_ellipse_2, .header_ellipse_3 {
	display: none;
}


.about i {
	top: -5%;
	left: unset;
	right: 10%;
	font-size: 156px;
}

  .advantages_header i {
    top: -65%;
    right: 10%; }
  .advantages_block {
  	width: unset;
  }
  .advantages .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .advantages_block .chevron {
    display: none; }


  .price {
  	margin-top: 80px;
  }
  .price_header i {
   		font-size: 173px;
   		top: -12%;


   }
  .price_header h3 {
    margin-left: 10px; }
  .price_table {
    margin-left: auto;
    margin-right: auto;
    width: 80vw; 
    margin-top: 10px;
}


  .price_table td{
    font-size: 0.7rem;
}

  

  .lower {
    display: none; }



  .reviews_header i {
    left: unset; }
  .reviews_block {
    width: 280px;
    height: 800px;
    flex-direction: column;
    margin-left: 70px;
    margin-right: 70px; }
    .reviews_block_img {
      margin-right: unset;
      margin-top: 10px; }
      .reviews_block_img img {
        display: flex;
        align-items: center;
        justify-content: center; }
    .reviews_block_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 20px; }
    .reviews_block_link {
      right: 5%;
      bottom: 1%; }
  
  .contactus_header i {
    top: -50%; 
	right: 10%;}
  .contactus_ellipse {
    display: none; }
  .contactus_map {
    width: unset; }
  .contactus_form {
    position: unset;
    width: unset;
    border-radius: 0 0 0 0;
    margin-top: 30px; }

	.addmaterials_body {
		justify-content: center
	}


  .footer {
    height: unset; }
    .footer_ellipse_1 img {
      left: 28%; }
    .footer_row {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
    .footer_phone {
      display: flex;
      flex-direction: column;
      padding-top: 20px;
      align-items: center; }
      .footer_phone button {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 220px;
        height: 43px;
        box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.14);
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
        background: transparent;
        border-radius: 20px;
        border: 2px solid #ffffff; }
      .footer_phone p {
        z-index: 10;
        font-size: 0.8125rem;
        color: #ffffff;
        text-transform: uppercase; }
    .footer_address {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 40px;
      width: 100%; }
      .footer_address p {
        padding-right: unset;
        text-align: center;
        font-size: 0.8125rem;
        color: #ffffff; }
    .footer_about {
      width: 100%; }
    .footer_documents {
      align-items: center;
      width: 100%; } 
 }




@media (min-width: 577px) and (max-width: 768px) {
  

.logo {
	margin-left: auto;
	margin-right: auto;
}






nav{ 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

nav ul {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin-top: 20px;

}

nav ul img {
	display: none;
}

nav ul li {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center
}

nav ul li a{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center
}


.work_time div {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.work_time span {
	margin-right: unset;
}

.dropbtn {
	width: 100%;
}

.dropdown-content {
	width: 100%;
	min-width: unset;
}

.work_time:hover .work_time_dropdown{
	display: none !important;
}


.social_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-size: 2.5rem !important; 
}

.header_ellipse_block {
	border-radius: 0 0 0 0;
	width: 100vw;
}

.header_books {
	display: none;

}

.header {
	height: 540px;
}

.header_ellipse_block {
	height: 520px;
}

.header_block {
	margin-left: unset;
	text-align: center;
}

.header_block p {
	width: unset;
	padding-left: 10px;
	padding-right: 10px;
}

.header_block div:nth-child(1) {
	margin-left: auto;
	margin-right: auto;
}

.header_button a {
	right: 0;
	bottom: 10%;
}

.header_img {
  display: none;
}


.header_ellipse_1, .header_ellipse_2, .header_ellipse_3 {
	display: none;
}


.about i {
	top: -5%;
	left: unset;
	right: 10%;
	font-size: 156px;
}

  .advantages_header i {
    top: -65%;
    right: 10%; }
  .advantages_block {
  	width: unset;
  }
  .advantages .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .advantages_block .chevron {
    display: none; }


  .price {
  	margin-top: 80px;
  }
  .price_header i {
   		font-size: 173px;
   		top: -12%;


   }
  .price_header h3 {
    margin-left: 10px; }
  .price_table {
    margin-left: auto;
    margin-right: auto;
    width: 80vw; 
    margin-top: 10px;
}


  .price_table td{
    font-size: 0.7rem;
}

  

  .lower {
    display: none; }



  .reviews_header i {
    left: unset; }
  .reviews_block {
    width: 370px;
    height: 800px;
    flex-direction: column;
    margin-left: 70px;
    margin-right: 70px; }
    .reviews_block_img {
      margin-right: unset;
      margin-top: 10px; }
      .reviews_block_img img {
        display: flex;
        align-items: center;
        justify-content: center; }
    .reviews_block_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 20px; }
    .reviews_block_link {
      right: 5%;
      bottom: 1%; }
  
  .contactus_header i {
    top: -50%; 
	right: 10%;}
  .contactus_ellipse {
    display: none; }
  .contactus_map {
    width: unset; }
  .contactus_form {
    position: unset;
    width: unset;
    border-radius: 0 0 0 0;
    margin-top: 30px; }

.addmaterials_body {
		justify-content: center
	}

  .footer {
    height: unset; }
    .footer_ellipse_1 img {
      left: 28%; }
    .footer_row {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
    .footer_phone {
      display: flex;
      flex-direction: column;
      padding-top: 20px;
      align-items: center; }
      .footer_phone button {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 220px;
        height: 43px;
        box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.14);
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
        background: transparent;
        border-radius: 20px;
        border: 2px solid #ffffff; }
      .footer_phone p {
        z-index: 10;
        font-size: 0.8125rem;
        color: #ffffff;
        text-transform: uppercase; }
    .footer_address {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 40px;
      width: 100%; }
      .footer_address p {
        padding-right: unset;
        text-align: center;
        font-size: 0.8125rem;
        color: #ffffff; }
    .footer_about {
      width: 100%; }
    .footer_documents {
      align-items: center;
      width: 100%; } 
 }

@media (min-width: 769px) and (max-width: 991px) {
  html {
    font-size: 15px; }

 






nav{ 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	padding: 0;
	

}

nav ul img {
	display: none;
}

nav ul li {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center
}

nav ul li a{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center
}


.work_time div {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.work_time span {
	margin-right: unset;
}

.dropbtn {
	width: 100%;
}

.dropdown-content {
	width: 100%;
	min-width: unset;
	top: 70%;
}

.work_time:hover .work_time_dropdown{
	display: none !important;
}


.social_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-size: 1.5rem !important; 
}

.header_ellipse_block {
	border-radius: 0 0 0 0;
	width: 100vw;
}

.header_books {
	display: none;

}

.header_img {
  display: none;
}

.header {
	height: 540px;
}

.header_ellipse_block {
	height: 520px;
}

.header_block {
	margin-left: unset;
	text-align: center;
}

.header_block p {
	width: unset;
	padding-left: 10px;
	padding-right: 10px;
}

.header_block div:nth-child(1) {
	margin-left: auto;
	margin-right: auto;
}

.header_button a {
	right: 0;
	bottom: 10%;
}


.header_ellipse_1, .header_ellipse_2, .header_ellipse_3 {
	display: none;
}


.about i {
	top: -5%;
	left: unset;
	right: 10%;
	font-size: 156px;
}

  .advantages_header i {
    top: -65%;
    right: 10%; }
  .advantages_block {
  	width: 80vw;
  }
  .advantages .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .advantages_block .chevron {
    display: none; }


  .price {
  	margin-top: 80px;
  }
  .price_header i {
   		font-size: 173px;
   		top: -12%;


   }
  .price_header h3 {
    margin-left: 10px; }
  .price_table {
    margin-left: auto;
    margin-right: auto;
    width: 80vw; 
    margin-top: 10px;
}


  .price_table td{
    font-size: 0.7rem;
}

  

  .lower {
    display: none; }



  .lower {
    display: none; }

  .slick-list {
    padding: 0 !important; }

  .reviews_header i {
    left: unset; }
  .reviews_block {
    width: 500px;
    height: 580px;
    flex-direction: column;
    margin-left: 70px;
    margin-right: 70px; }
    .reviews_block_img {
      margin-right: unset;
      margin-top: 10px; }
      .reviews_block_img img {
        display: flex;
        align-items: center;
        justify-content: center; }
    .reviews_block_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 20px; }
    .reviews_block_link {
      right: 5%;
      bottom: 1%; }

  .contactus_header i {
    top: -50%; }
  .contactus_ellipse {
    display: none; }
  .contactus_map {
    width: 70vw; }
  .contactus_form {
    width: 40vw; }

  .footer {
    height: unset; }
    .footer_ellipse_1 img {
      left: 28%; }
    .footer_row {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
    .footer_phone {
      display: flex;
      flex-direction: column;
      padding-top: 20px;
      align-items: center; }
      .footer_phone p {
        z-index: 10;
        font-size: 0.8125rem;
        color: #ffffff;
        text-transform: uppercase; }
    .footer_address {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 40px;
      width: 100%; }
      .footer_address p {
        padding-right: unset;
        text-align: center;
        font-size: 0.8125rem;
        color: #ffffff; }
    .footer_about {
      width: 100%; }
    .footer_documents {
      align-items: center;
      width: 100%; } }



@media (min-width: 992px) and (max-width: 1199px) {
  .header_block p {
    width: 500px; }
  .header_button a {
    right: -15%; }

  .advantages_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .advantages .row:nth-child(1) {
    flex-direction: column; }
  .advantages .row:nth-child(2) {
    flex-direction: column; }
  .advantages_header i {
    top: -65%;
    right: 10%; }
  .advantages_block .chevron {
    display: none; }

  .price_header h3 {
    margin-left: 10px; }
  .price_table {
    margin-left: auto;
    margin-right: auto;
    width: 650px; }
  .price_info {
    margin-left: auto;
    margin-right: auto; }

  .lower {
    display: none; }

  .reviews_header i {
    left: 80%; }
  .reviews_block {
    width: 800px; } }

/*# sourceMappingURL=main.css.map */
