/* line 1, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeader {
  height: 106px;
  border-bottom: 1px solid #dddddd;
}

/* line 6, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderT {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 106px;
}

/* line 16, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTC {
  position: relative;
  overflow: hidden;
  width: 120px;
}
/* line 21, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTC a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
/* line 27, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTC a img {
  display: block;
  margin: 0 auto;
  height: 80px;
  margin-top: 13px;
}
/* line 33, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTC a img:hover {
  opacity: 0.7;
}

/* line 40, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL, #CoursesCategoryHeaderTR {
  position: relative;
  overflow: hidden;
  padding-top: 46px;
  width: calc((100% - 120px) / 2);
}
/* line 46, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL a, #CoursesCategoryHeaderTL b, #CoursesCategoryHeaderTR a, #CoursesCategoryHeaderTR b {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #282828;
  margin-right: 5px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
/* line 59, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL #msMiniCart, #CoursesCategoryHeaderTR #msMiniCart {
  display: inline-block;
}
/* line 62, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL #msMiniCart .not_empty, #CoursesCategoryHeaderTR #msMiniCart .not_empty {
  display: none;
}
/* line 67, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL #msMiniCart.full .empty, #CoursesCategoryHeaderTR #msMiniCart.full .empty {
  display: none;
}
/* line 70, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL #msMiniCart.full .not_empty, #CoursesCategoryHeaderTR #msMiniCart.full .not_empty {
  display: inline-block;
}
/* line 73, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTL #msMiniCart.full .not_empty .ms2_total_count, #CoursesCategoryHeaderTR #msMiniCart.full .not_empty .ms2_total_count {
  background: url(/img/icon-cart.svg) 0px 0px no-repeat;
  background-size: auto 30px;
  display: inline-block;
  padding: 0 9px;
}

/* line 84, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderTR {
  text-align: right;
}

/* line 89, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderM ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 68px;
}
/* line 100, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderM ul li {
  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;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 20px;
}
/* line 117, ../sass/courses-category/courses-category-header.scss */
#CoursesCategoryHeaderM ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'Gilroy-ExtraBold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 8px;
  margin-top: 8px;
}

@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 136, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul li {
    margin: 0 11px;
  }
  /* line 139, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 709px) {
  /* line 149, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeader {
    height: 70px;
  }

  /* line 153, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderT {
    height: 70px;
  }

  /* line 157, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTC {
    width: 24%;
  }
  /* line 161, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTC a img {
    display: block;
    margin: 0 auto;
    height: 50px;
    margin-top: 10px;
  }

  /* line 170, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTL, #CoursesCategoryHeaderTR {
    width: 38%;
    padding-top: 0;
  }
  /* line 174, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTL a, #CoursesCategoryHeaderTL b, #CoursesCategoryHeaderTR a, #CoursesCategoryHeaderTR b {
    line-height: 70px;
  }

  /* line 179, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTR {
    text-align: right;
  }

  /* line 184, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul {
    height: 60px;
  }
  /* line 187, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul li {
    margin: 0 2vw;
  }
  /* line 190, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul li a {
    font-size: 3.8vw;
    text-align: center;
  }
}
@media only screen and (min-width: 120px) and (max-width: 519px) {
  /* line 203, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeader {
    height: 70px;
  }

  /* line 207, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderT {
    height: 70px;
  }

  /* line 211, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTC {
    width: 24%;
  }
  /* line 215, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTC a img {
    display: block;
    margin: 0 auto;
    height: 50px;
    margin-top: 10px;
  }

  /* line 224, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTL, #CoursesCategoryHeaderTR {
    width: 38%;
    padding-top: 0;
  }
  /* line 228, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTL a, #CoursesCategoryHeaderTL b, #CoursesCategoryHeaderTR a, #CoursesCategoryHeaderTR b {
    display: block;
    height: initial;
    line-height: 1.6;
  }
  /* line 234, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTL b, #CoursesCategoryHeaderTR b {
    display: none;
  }
  /* line 241, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTL #msMiniCart.full .not_empty .ms2_total_count, #CoursesCategoryHeaderTR #msMiniCart.full .not_empty .ms2_total_count {
    background: none;
    padding-right: 0;
  }

  /* line 250, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderTR {
    text-align: right;
  }

  /* line 255, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul {
    height: 60px;
  }
  /* line 258, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul li {
    margin: 0 2vw;
  }
  /* line 261, ../sass/courses-category/courses-category-header.scss */
  #CoursesCategoryHeaderM ul li a {
    font-size: 3.8vw;
    text-align: center;
  }
}
/* line 3, ../sass/FAQ.scss */
#Questions {
  margin-bottom: 115px;
}
/* line 6, ../sass/FAQ.scss */
#Questions h2 {
  position: relative;
  overflow: hidden;
  font-family: 'Gilroy-ExtraBold';
  margin-top: 50px;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}
/* line 16, ../sass/FAQ.scss */
#Questions .toggleBlock {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
/* line 21, ../sass/FAQ.scss */
#Questions .toggleBlock .navt {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #a0a0a0;
}
/* line 26, ../sass/FAQ.scss */
#Questions .toggleBlock .navt:nth-last-child(1) {
  border-bottom: 2px solid #a0a0a0;
}
/* line 30, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .toggle {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-family: 'Gilroy-ExtraBold';
  line-height: 1.4;
  padding: 30px 15px;
  cursor: pointer;
}
/* line 40, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .toggle:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  right: 15px;
  background: url(/img/arrow-right-black.svg) center center no-repeat;
  background-size: contain;
  transition: 0.5s ease;
}
/* line 54, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .toggle.activeTog:after {
  transform: rotate(90deg);
}
/* line 60, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .content {
  display: none;
  font-size: 16px;
  padding: 30px 15px;
  padding-top: 0;
  line-height: 1.4;
}
/* line 67, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .content h3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
}
/* line 76, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .content p {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}
/* line 84, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .content ul {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}
/* line 89, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .content ul li {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 1.4;
}
/* line 98, ../sass/FAQ.scss */
#Questions .toggleBlock .navt .content img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 108, ../sass/FAQ.scss */
  #Questions {
    margin-bottom: 85px;
  }
  /* line 111, ../sass/FAQ.scss */
  #Questions h2 {
    margin-top: 80px;
    font-size: 38px;
  }
  /* line 118, ../sass/FAQ.scss */
  #Questions .toggleBlock .navt .toggle {
    padding: 25px 15px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 128, ../sass/FAQ.scss */
  #Questions {
    margin-bottom: 65px;
  }
  /* line 131, ../sass/FAQ.scss */
  #Questions h2 {
    margin-top: 50px;
    font-size: 32px;
  }
  /* line 138, ../sass/FAQ.scss */
  #Questions .toggleBlock .navt .toggle {
    padding: 20px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 148, ../sass/FAQ.scss */
  #Questions {
    margin-bottom: 45px;
  }
  /* line 151, ../sass/FAQ.scss */
  #Questions h2 {
    margin-top: 45px;
    font-size: 6vw;
  }
  /* line 156, ../sass/FAQ.scss */
  #Questions .toggleBlock {
    margin-top: 25px;
  }
  /* line 160, ../sass/FAQ.scss */
  #Questions .toggleBlock .navt .toggle {
    padding: 15px 5px;
    font-size: 4vw;
  }
  /* line 165, ../sass/FAQ.scss */
  #Questions .toggleBlock .navt .content {
    padding: 20px 5px;
    font-size: 4vw;
  }
}
