@charset "UTF-8";
/*заменить + media*/
a.og_btn {
  display: flex;
  justify-content: space-between;
  margin: 12px auto 0 auto;
  width: fit-content;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 2px 2px 17px 3px rgba(15, 166, 171, 0.4);
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  border: none !important;
  align-items: center;
}
a.og_btn svg {
  margin-left: 10px;
}
a.og_btn:hover {
  background: #59CCD0;
}

a:hover {
  text-decoration: none;
}

body > div.main-site-wrapper > div.cnt-wrapper > div > main > div > div.cntl {
  z-index: 0;
}

.billet {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  a.og_btn {
    font-size: 10px;
    line-height: 12px;
  }
  a.og_btn svg {
    height: 6px;
  }
}
@media (max-width: 768px) {
  a.og_btn {
    line-height: 7.5px;
    padding: 5px 10px;
    border-radius: 2.56px;
    display: flex;
    align-items: baseline;
    font-size: 12px;
  }
  a.og_btn.bir, a.og_btn.white {
    padding: 12px 15px;
  }
  a.og_btn.orange {
    font-size: 10px;
    padding: 10px 9px;
  }
}
a.og_btn.white {
  background: #ffffff !important;
  color: #0FA6AB !important;
}
a.og_btn.white:hover {
  background: #ECFEFF !important;
}

a.og_btn.bir {
  background: #0FA6AB !important;
  color: #ffffff !important;
}
a.og_btn.bir:hover {
  background: #59CCD0 !important;
}

/*тут добавить в faq/scss и about.scss*/
a.og_btn.orange {
  background: #FF7C03 !important;
  color: #ffffff !important;
  box-shadow: 2px 2px 17px 3px rgba(255, 124, 3, 0.2588235294);
}
a.og_btn.orange:hover {
  background: #F2A863 !important;
}

html h2 {
  color: #0FA6AB;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

html h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #0FA6AB;
  text-align: center;
}

.course p {
  font-size: 20px;
}
.course_info > span {
  font-weight: 600;
  line-height: 28px;
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.course_info > div {
  display: flex;
  justify-content: center;
  -moz-column-gap: 160px;
       column-gap: 160px;
}
.course_info > div .right {
  width: 468px;
  text-align: center;
}
.course_info > div .right p:nth-child(1) {
  color: #FF7C03;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
}
.course_info > div .right p:nth-child(2), .course_info > div .right p:nth-child(4) {
  color: #333333;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
.course_info > div .right p:nth-child(2) {
  margin: 16px 0 8px 0;
}
.course_info > div .right p:nth-child(3) {
  color: #FF7C03;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
}
.course_info > div .right p:nth-child(5) {
  margin-top: 8px;
  color: #333333;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
}
.course_content h1 {
  margin: 32px 0 16px 0;
}
.course_content > p {
  font-weight: 400;
}
.course_content > p:nth-child(2) {
  margin-bottom: 8px;
}
.course_content .og_btn {
  margin: 24px 0 32px 0;
}
.course_content_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
  -moz-column-gap: 79px;
       column-gap: 79px;
  row-gap: 24px;
  max-width: 1076px;
  margin: 0 auto;
}
.course_content_list .item {
  border: 3px solid #0FA6AB;
  border-radius: 16px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course_content_list .item p {
  color: #0FA6AB;
  text-align: center;
  padding: 0 5px;
}
.course_content .center {
  margin: 32px auto 24px auto;
}
.course_how p {
  font-size: 20px;
  line-height: 24px;
}
.course_how header {
  display: flex;
  justify-content: center;
  margin: 32px 0 44px 0;
  -moz-column-gap: 114px;
       column-gap: 114px;
}
.course_how_info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  -moz-column-gap: 44px;
       column-gap: 44px;
}
.course_how_info span {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  display: block;
  border-bottom: 2px solid #FF7C03;
  margin-bottom: 16px;
  color: #FF7C03;
  padding-bottom: 16px;
}
.course_how_info a {
  display: block;
  color: #333333;
  text-decoration: underline !important;
  margin-top: 20px;
  font-size: 20px;
}
.course_how_info .item {
  position: relative;
  z-index: 1;
}
.course_how_info .item:before {
  position: absolute;
  top: 0;
  left: -40px;
  font-size: 200px;
  line-height: 108px;
  font-weight: 700;
  z-index: -1;
  color: #FFF2E5;
}
.course_how_info .item:nth-child(1):before {
  content: "01";
}
.course_how_info .item:nth-child(2):before {
  content: "02";
}
.course_how_info .item:nth-child(3):before {
  content: "03";
}
.course_how_list li {
  font-size: 20px;
  line-height: 24px;
}
.course_how_list ul {
  margin: 21px 0 8px 0;
  padding: 0;
}
.course_how_list ul li {
  list-style-type: none;
  display: grid;
  grid-template-columns: 24px auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.course_how_list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.course_how_list ul li img {
  margin-right: 16px;
}

.course_subject {
  display: flex;
  -moz-column-gap: 126px;
       column-gap: 126px;
  max-width: 1650px;
  padding: 0 60px;
  margin: 0 auto 42px auto;
}
.course_subject li {
  font-size: 20px;
}
.course_subject li:not(:last-child) {
  margin-bottom: 10px;
}
.course_subject .left, .course_subject .right {
  padding: 24px 24px 32px 24px;
  border-radius: 16px;
  box-shadow: 0px 2px 35.8px 3px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #D9D9D9;
  margin-top: 370px;
  position: relative;
  background: #ffffff;
  width: 50%;
}
.course_subject .left ul li, .course_subject .right ul li {
  color: #004E55;
}
.course_subject .left::before, .course_subject .right::before {
  content: "";
  width: 500px;
  height: 520px;
  position: absolute;
  top: -370px;
  left: -50px;
  z-index: -1;
}
.course_subject .left:before {
  background: url(/assets/img/faq/course/subject_left.png) no-repeat bottom;
  background-size: 100% 100%;
}
.course_subject .right:before {
  background: url(/assets/img/faq/course/subject_right.png) no-repeat bottom;
  background-size: 100% 100%;
}

.course_video p {
  font-size: 20px;
}
.course_video iframe {
  margin-top: 24px;
  width: 100%;
  height: 726px;
}
.course_video h2 {
  margin: 32px 0 24px 0;
}
.course_video ul {
  display: flex;
  list-style-type: none;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  margin-bottom: 40px;
}
.course_video ul a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.course_video ul a p {
  margin-top: 8px;
}
.course_video ul a img {
  width: 80px;
}

.course_soviet li, .course_soviet p {
  font-size: 20px;
}
.course_soviet ul {
  margin-top: 32px;
  list-style-type: none;
  padding: 0;
}
.course_soviet ul img {
  margin-right: 16px;
}
.course_soviet ul li {
  display: grid;
  grid-template-columns: 24px auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.course_soviet ul li:not(:last-child) {
  margin-bottom: 16px;
}
.course_soviet ul li:last-child {
  margin-bottom: 32px;
}
.course_soviet p {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .course .og_wrapper, .course_how.og_wrapper, .course_video.og_wrapper, .course_soviet.og_wrapper {
    padding: 0 80px;
  }
  .course .og_wrapper iframe, .course_how.og_wrapper iframe, .course_video.og_wrapper iframe, .course_soviet.og_wrapper iframe {
    height: 389px;
  }
  html h2 {
    font-size: 18px;
    line-height: 21px;
  }
  html h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .course_info > span {
    font-size: 11px;
    line-height: 15px;
  }
  html .course_how ul li {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  html .course_how ul li img {
    width: 12px;
    margin: 0;
  }
  html .course_content p, html .course_how p, html .course_how ul li {
    font-size: 11px !important;
    line-height: 15px;
  }
  .course_content_list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .course_how_info {
    grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
  }
  .course_info > div .right p:nth-child(1) {
    font-size: 18px;
    line-height: 21px;
  }
  .course_info > div .right p:nth-child(2), .course_info > div .right p:nth-child(4) {
    font-size: 14px;
    line-height: 19px;
  }
  .course_info > div .right p:nth-child(3) {
    font-size: 25px;
    line-height: 34px;
  }
  .course_info > div .right p:nth-child(5) {
    font-size: 10px;
    line-height: 12px;
  }
  .course_subject {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .course_subject li {
    font-size: 15px;
  }
  .course_subject .left {
    width: 47%;
  }
  .course_subject .right {
    width: 49%;
  }
  .course_subject .left ul {
    padding: 0 15px;
  }
  .course_subject .right ul {
    padding: 0 10px;
  }
  .course_subject .left, .course_subject .right {
    margin-top: 270px;
  }
  .course_subject .left li, .course_subject .right li {
    font-size: 15px !important;
  }
  .course_subject .left::before, .course_subject .right::before {
    width: 300px;
    height: 320px;
    top: -260px;
    left: 65px;
  }
  .course_how p, .course_how a {
    font-size: 10px;
    line-height: 12px;
  }
  .course_how_info {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .course_how .item span {
    font-size: 18px;
    line-height: 21px;
  }
  .course_how .item:before {
    left: -20px;
    font-size: 107px;
    line-height: 58px;
  }
  .course_video ul li a p {
    font-size: 10px;
  }
  .course_video ul li a img {
    width: 42px;
  }
  .course_soviet ul li {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .course_soviet li, .course_soviet p {
    font-size: 10px !important;
    line-height: 12px;
  }
  .course_soviet img {
    width: 12px;
    margin-right: 0;
  }
}
@media (max-width: 820px) {
  html h2 {
    font-size: 12px;
    line-height: 21px;
  }
  html h1 {
    font-size: 14px;
    line-height: 34px;
  }
  html .course_content h1 {
    margin: 16px 0 8px 0;
  }
  html .course_content > p {
    font-size: 10px !important;
    background: linear-gradient(270.21deg, #FFFFFF 0.71%, #0FA6AB 99.82%);
    border-radius: 10px;
    padding: 3px 22px;
  }
  html .course_content .og_btn.center {
    margin: 15px auto 51px auto !important;
  }
  html .course_content .item {
    border: 1.61px solid #004E55;
    border-radius: 5.59px;
  }
  html .course_content .item:last-child {
    grid-column: 1/3;
    justify-self: center;
  }
  html .course_how header {
    -moz-column-gap: 46px;
         column-gap: 46px;
    margin: 4px 0 15px 0;
  }
  html .course_how_info {
    grid-template-columns: auto;
    row-gap: 28px;
  }
  html .course_how_info .item {
    width: 221px;
  }
  html .course_how_info .item:nth-child(2) {
    margin: 0 0 0 auto;
  }
  .course_subject .left::before, .course_subject .right::before {
    left: 30px;
  }
  html body .course_info > div {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  html body .course_info > span {
    font-size: 10px;
    line-height: 15px;
  }
  html body .course_info .left img {
    width: 86px;
  }
  html body .course_info .right {
    width: inherit;
  }
  html body .course_info .right p:nth-child(1) {
    font-size: 14px !important;
    line-height: 18px;
  }
  html body .course_info .right p:nth-child(2), html body .course_info .right p:nth-child(4) {
    font-size: 12px;
    line-height: 15px;
  }
  html body .course_info .right p:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
  }
  html body .course_info .right p:nth-child(5) {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 768px) {
  .course_subject {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .course_subject li:not(:last-child) {
    margin-bottom: 0px;
  }
  .course_subject .left, .course_subject .right {
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }
  .course_subject .left ul, .course_subject .right ul {
    padding: 0;
    max-width: 390px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .course_subject .right::before {
    left: 50%;
    transform: translateX(-50%);
    width: 537px;
    height: 557px;
    z-index: 1;
  }
  .course_subject .left {
    margin: 20px 0 10px 0;
  }
  .course_subject .left::before {
    display: none;
  }
  .course_video ul {
    padding: 0;
  }
  .course_soviet p {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 500px) {
  .course .og_wrapper, .course_how.og_wrapper, .course_video.og_wrapper, .course_soviet.og_wrapper {
    padding: 0 20px;
  }
  .course .og_wrapper iframe, .course_how.og_wrapper iframe, .course_video.og_wrapper iframe, .course_soviet.og_wrapper iframe {
    height: 389px;
  }
  .course_subject .right::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 357px;
  }
  .course_content_list {
    grid-template-columns: repeat(auto-fill, minmax(149px, 1fr));
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 15px;
  }
}/*# sourceMappingURL=curs.css.map */