/****** INIT   RESET   ******/
html, body, div, table, tbody, thead, tfoot, th, tr, td, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, nav, article, section, header, footer {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0 none;
  color: inherit;
  font-family: inherit;
  list-style-type: none;
  text-decoration: none; }

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

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

.cf:after {
  clear: both; }

html, body {
  font-size: 1em; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-bottom: 1em; }

li {
  margin: 0 0 .5em 2em; }

b, strong {
  font-weight: 700; }

button, input[type="submit"], input[type="image"] {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/******   MAIN PART   ******/
body {
  font-family: "Fira Sans", sans-serif !important; }

h1, h2, h3, h4 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 400; }

header {
  background: url(../images/pw_maze_white.png);
  padding-top: 2rem;
  font-family: "Fira Sans", sans-serif; }

header nav {
  background: #0040c2;
  margin-top: 1rem; }
  header nav ul {
    display: flex;
    flex-wrap: wrap;
      
  }
    header nav ul li a {
      line-height: 53px !important;
      color: #fff;
      padding: 0 1rem !important; }
      header nav ul li a:hover {
        background: #ff9333;
        color: #000; }

@media screen and (max-width: 1024px){
    header nav ul li{
        width: 100%;
    }
    
}
.address {
  background: url(../images/map.png) no-repeat 0 5px;
  padding-left: 45px;
  min-height: 35px; }

.email {
  background: url(../images/email.png) no-repeat;
  padding-left: 45px;
  height: 35px;
  line-height: 35px;
  color: #000; }

.phone {
  background: url(../images/phone.png) no-repeat;
  padding-left: 45px;
  height: 45px;
  font-size: 1.25rem; }

.order {
  background: #ff7800;
  border-bottom: 2px solid #e66c00;
  color: #fff;
  font-size: 1.125rem;
  display: block;
  height: 45px;
  line-height: 48px;
  margin-left: 48px;
  margin-top: -16px;
  text-align: center;
  width: 150px; }
  .order:hover {
    background: #ff9333;
    color: #000; }

.login {
  display: block;
  margin: 4px 0 0 48px;
  text-align: center;
  width: 150px; }

.input-group-button {
  width: 200px !important; }

main {
  min-height: 300px; }
  main h1 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  main .large-12 .news-item img {
    border: 1px solid #ccc;
    float: left;
    margin: 0 1.5rem 1.5rem 0;
    padding: 1rem; }
  main .large-12 .news-item .date {
    color: #ff7800; }
  main .large-12 .news-item h3 {
    font-size: 1.5rem; }
  main strong {
    font-weight: 500; }
  main .enroll-in-courses {
    border: 2px solid #ff7800;
    color: #000;
    padding: 0.5rem 0.875rem; }
    main .enroll-in-courses:hover {
      background: #ff9333;
      color: #000; }
  main .bold-head {
    font-weight: 500; }
  main table thead th {
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 500; }
  main table td {
    border: 1px solid #ddd; }
  main .accordion li.accordion-item {
    list-style-type: none; }
  main .accordion-title {
    font-size: 1.25rem; }
  main .breadcrumbs {
    margin-top: 1rem; }
    main .breadcrumbs li {
      list-style-type: none; }
  main .pdf-download {
    background: url(../images/pdf-icon.png) no-repeat;
    padding-left: 45px;
    height: 45px;
    line-height: 45px; }
  main .schedule {
    background: url(../images/schedule.png) no-repeat;
    padding-left: 45px; }
  main .news-mainimage {
    display: block;
    margin: 4rem auto;}
  main .background-image {
    position: relative; }
    main .background-image .row {
      height: 210px;
      left: 50%;
      margin: -105px 0 0 -600px;
      position: absolute;
      top: 50%;
      width: 100%; }
    main .background-image p {
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      font-size: 3rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      margin: 0 auto;
      display: block;
      padding: 1rem;
      text-shadow: 2px 2px 0px #464646;
      text-align: center;
      width: 700px; }
  main ul li {
    list-style-type: disc; }
  main ol li {
    list-style-type: decimal; }
  main .about {
    padding: 2rem 2rem 0 !important; }
  main .news {
    margin-top: 3rem;
    background: url(../images/new_year_background.png);
    padding: 1rem; }
    main .news h2 {
      font-size: 2rem;
      text-align: center; }
    main .news .all-news {
      padding-left: 0.5rem; }
    main .news .news-item {
      margin-bottom: 1.5rem;
      display: block;
      padding: 0.5rem; }
      main .news .news-item:hover {
        background: #ddd; }
      main .news .news-item .date {
        color: #ff7800;
        display: block;
        margin-top: 0.5rem; }
      main .news .news-item h3 {
        font-size: 1.125rem;
        font-family: "Fira Sans", sans-serif !important;
        color: #000 !important; }
        main .news .news-item h3 a {
          color: #000 !important; }

.save-icon {
  background: url(../images/save-icon.png) no-repeat 0 0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 8px 0 0;
  width: 36px; }

.save-icon-text {
  display: block;
  padding-left: 48px;
  width: auto; }

#orderForm label {
  line-height: 42px;
  text-align: right; }
#orderForm input[type="text"],
#orderForm select {
  float: right;
  margin: 0 0 0 1rem;
  width: 400px; }
#orderForm textarea {
  float: right;
  height: 88px;
  line-height: 16px;
  margin: 0 0 0 1rem;
  width: 400px; }

#orderFormModal {
  width: 640px; }
  #orderFormModal h3 {
    text-align: center;
    margin: .5rem 0 1rem; }

#content {
  border-bottom: 1px solid #aaa;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  #content h2 {
    font-size: 1.75rem; }
  #content h3 {
    margin: 2rem 0 1rem;
    font-size: 1.25rem; }

.learn-materials .accordion-content li {
  list-style-type: none;
  margin-bottom: .5rem; }
  .learn-materials .accordion-content li a {
    display: block; }

.ticket .question {
  font-size: 1.25rem;
  margin: .5rem 0; }
.ticket label {
  margin: 0 0 0 1.5rem; }

.testResult {
  margin-top: 3rem;
  text-align: center; }

.testResultCount {
  font-size: 4rem;
  text-align: center; }

.testResultSummary {
  font-size: 2rem;
  font-weight: 700;
  text-align: center; }
  .testResultSummary .testResultFailed {
    color: #f00; }
  .testResultSummary .testResultPassed {
    color: #0a0; }
  .testResultSummary .testResultAction {
    font-size: 1rem;
    font-weight: 400; }

#testResult {
  background: #fff;
  font-family: serif;
  padding: 1rem;
  width: 950px; }
  #testResult th,
  #testResult td {
    border: 1px solid #000;
    padding: 4px 8px; }
  #testResult .date-table {
    margin: 2rem 0; }
  #testResult .date-table,
  #testResult .special-notes-table {
    text-align: center; }
  #testResult .special-notes {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem 0; }

footer {
  background: url(../images/pw_maze_white.png);
  padding: 1rem 0;
  margin-top: 2rem; }
  footer .click-scroll-button {
    background: #ff7800;
    bottom: 20px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-size: 1.5rem;
    font-weight: 300;
    height: 40px;
    line-height: 42px;
    position: fixed;
    right: 20px;
    text-align: center;
/*     -moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); */
    width: 40px; }
    footer .click-scroll-button.button-visible {
      display: block; }
  footer p {
    font-size: 0.875rem;
    margin: 0.375rem 0; }
  footer .footer-documents {
    border: 1px solid transparent;
    display: block;
    box-sizing: border-box;
    float: left;
    margin: 0 1%;
    width: 31%; }
    footer .footer-documents:hover {
      border: 1px solid #ff7800; }
  footer li {
    height: 32px; }

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

.popup{
  display: none;
}

.order-form{
  max-width: 580px;
}

.block-name{
  font-family: "Roboto Slab", serif !important;
  font-size: 24px;
  margin-bottom: 1rem;
  line-height: 1;
}

form .button{
  margin: 0;
}

.ajax_form .error .error{
  font-size: .7rem;
}

.field{
  margin: 0 0 1rem 0;
}

.field input,
.field textarea{
  margin: 0;
}

.bottom-text{
  color: brown;
}

.intro_wrap{
  background: url(/assets/images/pw_maze_white.png);
}

.intro{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 50px;
}

.posts_wrap{
  margin: 25px auto;
  padding: 2rem 2rem 0 !important;  
}

.advantages{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 25px auto;
  padding: 2rem 2rem 0 !important;
}

.advantages_name{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.advantages_name i{
  color: #2199e8;
}

@media only screen and (max-width: 800px){
  .advantages{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin: 50px auto;
  }
}

.services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 25px auto;
}

.services_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services_info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.services_item > a{
  display: block;
}

.services_img {
  position: relative;
}

.services_img img{
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services_price {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255,255,255,1);
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  max-width: 40%;
}

.services_cats {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,1);
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  max-width: 45%;
}

.services_info {
  background: url(/assets/images/pw_maze_white.png);
  padding: 20px;
}

.services_info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

@media only screen and (max-width: 1024px){
  .services {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 50px auto;
}
}

@media only screen and (max-width: 600px){
  .services {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin: 50px auto;
}
}

main .news{
  position: sticky;
  top: 200px;
}

.licenses{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.licenses_wrap{
  gap: 20px;
  margin: 25px auto;
  padding: 2rem 2rem 0 !important;
}

.faq-block{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
    margin: 25px auto;
  padding: 2rem 2rem 0 !important;
}

@media only screen and (max-width: 768px){
.faq-block{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
}

.faq-block .text{
  display: none;
  padding: 10px 20px;
  border: 1px solid #2199e8
}

.item{
  margin-bottom: 10px;
  cursor: pointer;
}

.name{
  padding: 10px 20px;
  background: #2199e8;
  color: #FFFFFF;
}

.text p{
  margin: 0;
}

.last_name[name="last_name"],
.workemail[name="workemail"]{
  display: none;
}

.field span.error{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 50px;
  background: url(/assets/images/pw_maze_white.png);
}

.intro2_info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.intro2_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro2_item > i{
  margin-bottom: 10px;
}

.intro2_item > p,
.intro2_item > span,
.intro2_item > a,
.intro2_item > div{
  margin: 0;
}

.intro2_item-value{
  font-weight: 600;
}

.intro2_buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.intro2_buttons .button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.button.button_download{
  gap: 5px;
}

.intro2_buttons .intro2_item-value{
  margin: 0;
}

@media only screen and (max-width: 991px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

footer .row i{
  width: 30px;
  font-size: 30px;
  color: #ff9333;
  text-align: center;
}

footer .row a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000000;
}

footer .row .footer_heading{
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

footer .row .footer_col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px
}

footer .row .copyright{
  margin: 20px auto;
  text-align: center;
}

@media only screen and (max-width: 1024px){
  footer .row .footer_heading{
    margin-top: 20px;
  }
}

button[onclick]{
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 5px 10px;
}