@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("https://course.agronix.ua/assets/fonts/roboto/roboto-v30-cyrillic_latin-300.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("https://course.agronix.ua/assets/fonts/roboto/roboto-v30-cyrillic_latin-regular.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("https://course.agronix.ua/assets/fonts/roboto/roboto-v30-cyrillic_latin-500.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("https://course.agronix.ua/assets/fonts/roboto/roboto-v30-cyrillic_latin-700.woff2") format("woff2")
}
html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #1b1b1f;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem
}

ul{
    list-style: none
}

a {
    text-decoration: none
}

*::-moz-selection {
    background-color: #de1483;
    color: #fff
}

*::selection {
    background-color: #de1483;
    color: #fff
}

img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

button,
a,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}
::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(255, 255, 255, .1)
}

::-webkit-scrollbar-thumb {
    background: rgba(222, 20, 131, .7);
    border-radius: 5px
}

.container {
    width: min(90%, 1200px);
    margin-inline: auto
}
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
    border-bottom: 1px solid rgba(133, 132, 139, 0.32);
    background-color: rgba(0, 0, 0, 1);
    z-index: 100
}

#header .container_course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}
nav.main_nav ul li.topmenu a {
    font-size: .875rem;
    line-height: .875rem;
}
.main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative
}
nav.main_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}
nav.main_nav ul li.topmenu {
    position: relative
}
.container_course {
  position: relative;
  width: min(90%, 1240px);
  margin-inline: auto;
  
}
section, #course_baner {
  scroll-margin-top: 60px; 
}

.container_course::before {
  left: 0; 
}

.container_course::after {
  right: 0; 
}
.lines {
  background-image: url(./assets/images/lines.svg);
  background-position: center;
  background-repeat: no-repeat;
    
}

.burger {
  display: none;
}
.course_nav ul{
  gap: 0 !important;
}
.course_nav ul li.topmenu a {
  color: rgba(133, 132, 139, 1) !important;
  font-weight: 400 !important;
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  transition: background-color ease-in .3s, color ease-in .3s;
}
.course_nav ul li.topmenu a:hover {
  color: #fff !important;
  background-color: rgba(27, 27, 31, 1);
}
.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 1000;
    transform: translateY(-150%);
    transition: transform 0.5s ease;
}
.mob_container_course {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: min(90%, 1240px);
  margin-inline: auto;
}
#mobileNav.active {
  transform: translateY(0);
  
}
.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.mobile-menu__list li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(133, 132, 139, 0.32);
    cursor: pointer;
    transition: color 0.3s;
    
}
.mobile-menu__list li a {
  color: rgba(133, 132, 139, 1);
}

.mobile-menu .course_contacts {
  margin-bottom: 32px;
}
.mobile-menu .course_footer_links {
  justify-content: center;
}
main {
    padding: 80px 0 0 0;
}
.decor_1 {
  position: absolute;
  background-image: url(./assets/images/back.svg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
.course_section_1 {
    background-image: url(./assets/images/dron_course.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 130%;
    padding: 144px 0 380px;
    text-align: center;
    position: relative;
    display: block;
    
}

.course_section_1::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; /* центрирование точки по высоте */
    width: 6px; /* размер точки */
    height: 6px;
    background-color: white; /* цвет точки */
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
section::after {
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; 
    background: linear-gradient(to right, 
        black 0%, 
        #717285 25%, 
        grey 50%, 
        #707184 75%, 
        black 100%);
}
.course_section_1_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
}
h1.course_section_1_title {
    max-width: 100% !important;
    font-size: 96px;
    line-height: 88px;
}
.rose_text {
    color: rgba(241, 101, 178, 1);
    font-size: 20px;
    line-height: 32px;
}
.text_20 {
    font-size: 20px;
    line-height: 32px;
}
.course_pink_button.course_header_button {
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px !important;
}
.course_grey_button {
  background-color: rgba(80, 77, 90, 1) !important;
  border: 1px solid rgba(80, 77, 90, 1) !important;
}
.course_pink_button {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 32px;
    background-color: rgba(222, 20, 131, 1);
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(222, 20, 131, 1);
    transition: all ease .3s;
    display: block;
    width: fit-content;
}
.course_pink_button:hover {
  background-color: #000;
  border: 1px solid rgba(27, 27, 31, 1);
  box-shadow: 0 0 16px rgba(43, 43, 43, 1);

}
.course_grey_button:hover {
  background-color: rgba(169, 171, 199, 1) !important;
  border: 1px solid rgba(169, 171, 199, 1) !important;
}
.course_flex_buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
/*  */

.course_section_2 {
  padding: 40px 0 0;
  text-align: center;
  position: relative;
  background-color: #000;
}
.text_40 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 32px;
}
.text_32 {
  font-size: 32px;
  line-height: 40px;
  color: rgba(133, 132, 139, 1);
  max-width: 76%;
  margin: 0 auto;
}
.white_bold {
  color: #fff;
  font-weight: 800;
}
.course_section_2::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; /* центрирование точки по высоте */
    width: 6px; /* размер точки */
    height: 6px;
    background-color: rgba(80, 77, 90, 1); /* цвет точки */
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/*  */

.course_section_3 {
  padding: 125px 0;
  text-align: center;
  position: relative;
}
.course_section_3::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.course_section_3_wrapper {
  position: relative;
  padding-top: 40px;
}
.course_section_3_wrapper .text_40 {
  position: relative;
}
.course_section_3_wrapper .text_40::after {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -35px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.course_section_3_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px; 
  background: linear-gradient(to right, 
      black 0%, 
      #717285 25%, 
      grey 50%, 
      #707184 75%, 
      black 100%);
}
.course_section_3_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; 
  background: linear-gradient(to right, 
      black 0%, 
      #717285 25%, 
      grey 50%, 
      #707184 75%, 
      black 100%);
}
.course_grid_wrapper {
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(133, 132, 139, 1);
  position: relative;
  
}
.course_grid_wrapper::after {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.grid_line::before {
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-image: url(./assets/images/line.svg);
    
}
.grid_item {
  padding: 0 70px 80px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(133, 132, 139, 1);
  background-color: #000;
  max-height: 560px;
}
.grid_image img {
  aspect-ratio: 1/1;
  max-width: 480px;
}
.grid_item_text {
  position: absolute;
  left: 30px;
  bottom: 32px;
  margin-right: 30px;
}
ol {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  min-height: 96px;
}
.grid_item_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.button_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-image: url(./assets/images/block_06.svg);
  background-position: center;
  border-bottom: none;
}
.block_05 {
  border-bottom: none;
}

/*  */
.course_section_4 {
  text-align: center;
  position: relative;
  background-color: #000;
  height: 100%;
  padding: 0 10px;
}
.course_section_4::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.course_section_4 .text_40 {
  padding-top: 40px;
  position: relative;
}
.course_section_4 .text_40::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 1px; 
  background: linear-gradient(to right, 
      black 0%, 
      #717285 25%, 
      grey 50%, 
      #707184 75%, 
      black 100%);
}
.speaker_flex_section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  
}
.speaker_flex_card {
  flex-basis: 28%;
  text-align: left;
  margin-top: 40px;
}
.speaker_flex_card  .pink_photo {
  aspect-ratio: 350/288;
  max-height: 288px;
  margin-bottom: 64px;
}
.text_24 {
  font-size: 24px;
  line-height: 32px;
}
.speaker_flex_card .text_24 {
  font-weight: 800;
  margin-bottom: 16px;
}
.main_card {
  margin-top: 40px;
  flex-basis: 30%;
}
.speaker_flex_card.main_card .pink_photo {
  aspect-ratio: 370/340;
  max-height: 340px;
  margin-bottom: 60px;
}
.speaker_flex_card ul {
  color: #A9ACB7;
  display: flex;
  flex-direction: column;
  gap: 6px;
  
}
.speaker_flex_card ul li {
  padding-left: 24px;
  font-weight: 300;
  position: relative;
}
.speaker_flex_card ul li::before {
  content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 4px; 
    height: 4px;
    background-color: #A9ACB7; 
    border-radius: 50%;
}
.pink_photo {
  border-radius: 16px;
}

/*  */

.course_section_5 {
  padding: 128px 0;
  position: relative;
}
.course_section_5::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.course_video_wrapper {
  padding: 120px 80px;
  background-image: url(./assets/images/video_bg.svg);
  background-repeat: no-repeat;
}
.course_video_wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/*  */
.course_section_7 {
  position: relative;
  padding-top: 125px;

}
.course_section_7::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: rgba(80, 77, 90, 1); 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.x_block {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  
}
.x_block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 97px;
  height: 1px;
  width: 100%;
  background-color: rgba(133, 132, 139, 1);
  
}
.x_block img {
  width: 187px;
  height: 160px;
  z-index: 1;
  position: relative;
}
.course_section_7_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.course_section_7_flex::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px; 
    background: linear-gradient(to right, 
        black 0%, 
        #717285 25%, 
        grey 50%, 
        #707184 75%, 
        black 100%);
    z-index: 1;    
}
.course_section_7_flex::after {
  content: "";
    position: absolute;
    left: 50%;
    top: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.left_block {
  max-width: 48%;
  padding: 32px 30px;
  background-color: #000;
}
.right_block {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./assets/images/price_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.left_block_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
p.pink_subtitle {
  color: rgba(222, 20, 131, 1) !important;
}
.left_block_text p {
  color: rgba(133, 132, 139, 1);
}
.price_block {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(222, 20, 131, 1);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(222, 20, 131, 0.6), 0 0 30px rgba(222, 20, 131, 0.4), 0 0 50px rgba(222, 20, 131, 0.2);
  background-color: #000;
}
.price_number {
  font-size: 56px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: -2%;
}

/*  */

.course_section_8 {
  padding: 125px 0;
  position: relative;
  height: 525px;
  overflow: hidden;
}
.course_section_8_flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.faq {
  width: 25%;
  padding: 0 0 0 40px;
}

.accordion {
  width: 75%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}

.accordion-item {
  background: #000;
  border: 1px solid rgba(80, 77, 90, 1);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.accordion-header.active {
  color: rgba(222, 20, 131, 1);
}

.accordion-header svg {
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
}

.accordion-header.active svg {
  transform: rotate(45deg);
  
}
.accordion-header.active svg path {
  stroke: rgba(222, 20, 131, 1);
  stroke-opacity: 1;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #111;
  color: #fff;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  opacity: 0;
  padding: 0 20px;
}

.accordion-content.active {
  max-height: 200px;
  opacity: 1;
  padding: 0 20px 16px;
  overflow-y: auto;
}

/*  */

.course_baner {
  background-image: url(./assets/images/CTA.svg);
  background-position: center;
  text-align: center;
  padding: 108px 0;
  position: relative;
}
.text_56 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 800;
  margin-bottom: 16px;
}
.course_baner p {
  color: rgba(133, 132, 139, 1);
  margin-bottom: 64px;
}
.course_baner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(./assets/images/line_gor.svg);
}
.course_baner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(./assets/images/line_gor.svg);
}
.course_baner_button {
  position: relative;
}
.course_baner_button .button {
  position: relative;
  z-index: 2;
}
.course_baner_button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(./assets/images/line_gor.svg);
  
}

/*  */

.course_section_9 {
  position: relative;
  padding: 124px 0;
}
.course_section_9::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
/*  */

.thanks_buttons .course_pink_button {
  margin: 0 auto;
  display: flex;
  gap: 8px;
}

.course_section_9_thanks {
  position: relative;
  padding: 80px 0 40px;
}
.course_section_10 {
  position: relative;
  padding: 40px 0;
  text-align: center;
}

/*  */

.course_section_6 {
  position: relative;
  background-color: #000;
}
.course_section_6::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -3px; 
    width: 6px; 
    height: 6px;
    background-color: #fff; 
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.course_section_6_flexblock {
  display: flex;
  border-bottom: 1px solid rgba(133, 132, 139, 1);
}
.left_flexblock {
  width: 50%;
  padding: 32px 30px;
  position: relative;
}
.left_flexblock .text_40 {
  max-width: 70%;
  margin-bottom: 0;
}
.left_flexblock .text_40.sticky {
  position: sticky;
  top: 80px;
  left: 0;
}
.left_flexblock::before {
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-image: url(./assets/images/line.svg);
}
.right_flexblock {
  width: 50%;
}
.icon_text {
  padding: 32px 30px;
  position: relative;
}
.icon_text:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-image: url(./assets/images/line_gor.svg);
}
.icon_text svg {
  margin-bottom: 16px;
}
.icon_text .text_20 {
  margin-bottom: 4px;
}
.icon_text p {
  color: rgba(133, 132, 139, 1);
}
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .slides {
    display: flex;
    transition: transform 1s ease; 
  }
  .slide {
    min-width: 100%;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(133, 132, 139, 1);
  }
  .video-card {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
  }
  .video-card video {
    width: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
  }
  .play-btn {
    position: absolute;
    bottom: 16px;
    left: 20px;
    color: #fff;
    background-color: inherit;
    border: none;
    cursor: pointer;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .play-btn .text_24 {
    font-weight: 800;
  }
  .video-card:hover .play-btn {
    transform: translateY(150%);
    opacity: 0;
  }
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(133, 132, 139, 1);
    
    max-height: 72px;
  }
  .pagination {
    padding: 23px 0;
  }
  .nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 19px 16px;
    height: 100%;
  }
#course_footer {
  background-color: #000;
  position: relative;
}
.course_footer_top {
  border-bottom: 1px solid rgba(133, 132, 139, 0.32);
  background: bottom left url(./assets/images/footer_bg_1.svg) no-repeat;
}
.course_footer_top .container_course{
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer_nav ul{
  display: flex;
  align-items: center;
  gap: 20px;
}
.course_nav.footer_nav ul li.topmenu:hover a {
  color: #de1483 !important;
  background-color: inherit !important;
}
.course_footer_links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course_link {
  padding: 6px;
  border-radius: 6px;
  background-color: rgba(133, 132, 139, 0.32);
}
.footer_icon {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.footer_icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.footer_icon .icon.default {
  transform: translateY(0);
  z-index: 2;
}

.footer_icon .icon.pink {
  transform: translateY(100%);
  z-index: 1;
}

.course_link:hover .icon.default {
  transform: translateY(-100%);
}

.course_link:hover .icon.pink {
  transform: translateY(0);
}

.course_footer_bottom .container_course {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 32px 0;
}
.course_small_text {
  font-size: 12px;
  line-height: 16px;
}
.course_small_text:first-child {
  color: rgba(133, 132, 139, 1);
}
.course_contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.course_contacts a {
  color: rgba(133, 132, 139, 1);
}
.course_contacts a:hover {
  color: #de1483;
}
.burger {
    width: 40px;
    height: 40px;
    background: rgba(80, 77, 90, 1);
    border-radius: 6px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
  .burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 3px;
    transition: 0.4s;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
.mob_slider {
  display: none;
}  
#footer {
  position: relative;
}
.scroll-to-top {
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.scroll-to-top svg path {
  transition: all 0.3s ease;
}
.scroll-to-top:hover svg path{
  fill: #de1483;
}

@media screen and (max-width: 1240px) {
  .course_grey_button {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .hamburger_menu {
        display: block
    }
    .main_nav {
        display: none
    }
    .burger {
      display: flex;
    }
    .course_section_1 {
      padding: 80px 0 280px;
    }
    h1.course_section_1_title {
      font-size: 60px;
      line-height: 68px;
    }
    .course_video_wrapper {
      padding: 80px 50px;
      background-size: 100%;
    }

}
@media screen and (max-width: 1024px) {
  body {
    background-image: url(./assets/images/mob_lines.svg);
  }
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .price_block {
    padding: 32px;
  }
  .price_number {
    font-size: 40px;
    line-height: 44px;
  }
  .x_block img {
    width: 169px;
    height: 146px;
  }  
  .right_block {
    position: relative;
  }
  .right_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-image: url(./assets/images/line.svg);
  }
  .course_video_wrapper {
    padding: 40px 20px;
    background-image: none;
  }
  .course_section_5 {
    padding: 40px 0;
  }
  .grid_item {
    height: 500px;
  }
}
@media screen and (max-width: 860px) {
  .footer_nav ul {
    flex-direction: column;
    gap: 10px !important;
  }
  .course_footer_bottom .container_course {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .course_section_8 {
    padding: 20px 0 80px;
  }
  .grid_item {
    padding: 0 40px 0;
  }
  .grid_item_title {
    font-size: 20px;
  }
  .course_section_3 {
    padding: 80px 0;
  }
  .text_40 {
    font-size: 24px;
    line-height: 32px;
  }
  .left_flexblock .text_40 {
    max-width: 100%;
  }
  .course_section_7 {
    padding-top: 80px;
  }
  .course_section_7_flex {
    flex-direction: column;
  }
  .left_block {
    max-width: 100%;
  }
  .right_block {
    width: 100%;
    height: 320px;
  }
  .right_block::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .price_block {
    z-index: 1;
  }
  .text_32 {
    font-size: 16px;
    line-height: 24px;
  }
  #logo a img {
    width: 163px;
  }
}
@media screen and (max-width: 600px) {
  h1.course_section_1_title {
    font-size: 40px;
    line-height: 44px;
  }
  .course_section_1_text {
    gap: 8px;
  }
  .text_40 {
    margin-bottom: 24px;
  }
  .course_section_3_wrapper .text_40::after {
    bottom: -28px;
  }
  .course_section_3 {
    padding: 80px 0 0 0;
  }
  .course_grid_wrapper {
    grid-template-columns: 1fr;
  }
  .grid_line::before {
    display: none;
  }
  .block_05 {
    border-bottom: 1px solid rgba(133, 132, 139, 1);
    height: 500px !important;
  }
  .course_section_4 .text_40 {
    padding-top: 20px;
  }
  .speaker_flex_section {
    flex-direction: column;
    gap: 40px;
  }
  .speaker_flex_card {
    margin-top: 0;
  }
  .speaker_flex_card .pink_photo {
    aspect-ratio: auto;
    max-height: 100%;
    margin-bottom: 16px;
  }
  .speaker_flex_card.main_card .pink_photo {
    aspect-ratio: auto;
    max-height: 100%;
    margin-bottom: 16px;
  }
  .course_section_4 .text_40 {
    margin-bottom: 56px;
  }
  .course_section_6_flexblock {
    flex-direction: column;
  }
  .left_flexblock, .right_flexblock {
    width: 100%;
  }
  .left_flexblock {
    padding: 24px 0;
  }
  .icon_text {
    padding: 16px 0;
  }
  .left_flexblock::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 100%;
    right: 0;
    height: 1px;
    width: 100%;
    background-image: url(./assets/images/line_gor.svg);
  }
  .left_flexblock .text_40 {
    margin-bottom: 0;
    max-width: 60%;
  }
  .course_section_8_flex {
    flex-direction: column;
    gap: 24px;
  }
  .faq {
    padding: 0;
  }
  .accordion  {
    width: 100%;
  }
  .course_section_8 {
    height: 100%;
  }
  .desktop_slider {
    display: none;
  }
  .mob_slider {
    display: block;
  }
  .left_block {
    padding: 32px 0;
    position: relative;
  }
  .left_block::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 100%;
    right: 0;
    height: 1px;
    width: 100%;
    background-image: url(./assets/images/line_gor.svg);
  }
  .text_56 {
    font-size: 32px;
    line-height: 40px;
  }
  .grid_item {
    height: 500px;
    padding: 0;
  }
  .grid_item_text {
    left: 0;
    margin-right: 0;
  }
  .course_section_1 {
    background-size: 270%;
  }
  .course_baner {
    padding: 80px 0;
  }
  .accordion-header {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 8px;
  }
  .accordion-content {
    padding: 0 8px;
  }
  .accordion-content.active {
    padding: 0 8px 10px;
  }
  .course_contacts a {
    font-size: 14px;
    line-height: 18px;
  }
  
  section {
    margin-bottom: 0 !important;
  }
  .left_block a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .right_flexblock a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .course_pink_button {
    font-size: 16px;
    line-height: 24px;
  }
  .course_video_wrapper {
    padding: 40px 0;
    
  }
  .course_video_wrapper video {
        width: 100%;
        height: 568px;
        object-fit: cover; 
  }
  #header {
    height: 60px;
  }
  .text_32 {
    max-width: 100%;
  }
  .course_pink_button.course_header_button {
    padding: 7px 10px;
  }
  .scroll-to-top {
    width: 80px;
    height: 40px;
  }
  .scroll-to-top svg {
    width: 80px;
    height: 40px;
  }
  .course_footer_top {
    background-size: 20%;
  }
}