::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  box-shadow: inset 0 0 0 8px #000;
}

::-webkit-scrollbar-thumb {
  background: #bf0000;
}

.book_container {
  width: 100%;
  padding: 30px 80px;
  height: 1000px;
  background-color: #f2f2f5;
}

.book_boxs {
  width: 100%;
  min-height: auto;
  display: flex;
}

.book_box1 {
  width: 66%;
  height: auto;
}

.book_text1 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.8;
}

.book_text1 span {
  color: red;
}

.book_text2 {
  font-size: 17px;
  line-height: 1.5rem;
  margin: 10px 0;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.book_checks {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}

.book_check {
  list-style-type: none;
}

.book_check li {
  line-height: 2.5rem;
  font-size: 17px;
  font-weight: 700;
}

.book_check li i {
  padding-right: 10px;
}

.book_text_3 {
  font-size: 20px;
  color: red;
  font-weight: 600;
}

.book_text_4 {
  margin: 8px 0;
}

.book_text_5 {
  font-size: 20px;
  font-weight: 600;
}

.book_boxs_2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

.book_box2 {
  width: 50%;
  height: auto;
  justify-content: center;
}

.book_box2 img {
  width: 100%;
  height: auto;
}

.book_box2,
.book_box_down {
  display: flex;
  align-items: center;
}

.book_box_down img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.bbd_info {
  width: 300px;
}

.bbd_info h2 {
  margin-bottom: 15px;
}

.bbd_info p {
  width: 100%;
  line-height: 1.3;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.last-child {
  width: 60%;
}

.book_btn {
  height: 70px;
  width: 300px;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 10px;
  display: grid;
  place-items: center;
  border: 2px solid #000;
}

.book_btn:hover {
  background-color: #fff;
  color: #000;
}

.kurs_container {
  width: 100%;
  padding: 30px 80px;
  height: 800px;
  background-color: #fff;
}

.kurs_box_1 {
  width: 100%;
  padding: 50px 40px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  position: relative;
  top: -170px;
}

.kurs_box1_text_2 {
  font-size: 17px;
  margin: 25px 0 35px;
  letter-spacing: 0.6px;
}

.kurs_box_1_info {
  display: flex;
  height: 90px;
  justify-content: space-around;
  align-items: center;
}

.kurs_box1_text_3 {
  font-size: 40px;
  color: red;
  font-weight: 600;
  height: 50px;
  text-align: center;
}

.kurs_box1_text_3 span {
  color: #fff;
  font-size: 22px;
}

.kurs_btn_1 {
  padding: 15px 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  background-color: red;
  border-radius: 5px;
  transition: 0.3s;
}

.kurs_btn_1:hover {
  background-color: #a51017;
}

.kurs_box_2 {
  width: 100%;
  height: auto;
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kurs_btn_2 {
  display: none;
}

.kurs_box_3 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.kurs_box_3_box {
  width: 45.2%;
  height: auto;
  padding: 20px;
  background-color: #f2f2f5;
  border-radius: 5px;
}

.kurs_box_3_box img {
  width: 40px;
  height: auto;
  padding: 0.6rem;
  border-radius: 50%;
  background: #fff;
}

.kurs_box_3_info {
  padding-left: 60px;
  height: 300px;
}

.kurs_box_3_info p {
  margin: 25px 0 70px;
}

.kurs_btn_info {
  padding: 15px 50px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  outline: 0;
  border: 2px solid #000;
  transition: 0.4s;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.kurs_btn_info:hover i {
  transform: translateX(10px);
}

.prices_container {
  width: 100%;
  height: 140vh;
  padding: 30px 80px;
  display: block;
  position: relative;
  margin-top: 8%;
}

.prices_text {
  width: 60%;
  height: auto;
  display: block;
}

.prices_text h1 {
  padding-bottom: 20px;
}

.prices_text p {
  line-height: 1.7rem;
}

.prices_text a {
  display: none;
}

.prices_row {
  width: 100%;
  height: 85%;
  display: flex;
  margin-top: 3%;
  justify-content: space-between;
}

.prices_card {
  width: 30%;
  height: 100%;
  background: #f2f2f5;
  border-radius: 5px;
  padding: 35px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.29);
}

.prices_card:hover {
  transform: scale(1.01);
  box-shadow: 10px 15px 8px 5px rgba(0, 0, 0, 0.29);
}

.prices_card:hover .price_img_top {
  transform: translatex(20px);
}

.prices_card:nth-child(2) {
  background: #000;
  color: #fff;
}

.prices_card:nth-child(2) .price_img_top {
  filter: none;
  margin-top: 0;
}

.price_img_top {
  width: 15%;
  height: auto;
  border-radius: 50%;
  background: transparent;
  filter: grayscale(1) brightness(150%);
  margin-top: 2%;
  position: absolute;
}

#price_card_title {
  padding-top: 80px;
}

.price_card_title {
  width: auto;
  display: block;
  padding: 20px 0;
}

.price_card_title p {
  padding: 15px 0;
  line-height: 1.7rem;
}

.price_card_price {
  width: 100%;
  height: auto;
  display: flex;
  padding: 18px 10px;
  background: #000;
  color: #fff;
  gap: 0.4rem;
}

.price_card_price h1 {
  font-size: 2.1rem;
}

.price_card_price p:last-child {
  color: red;
  font-weight: 800;
  font-size: 1.1rem;
}

#DisabledSVG {
  fill: gray;
}

.price_card_abilities {
  width: auto;
  height: auto;
  display: block;
  padding: 15px 0 0 0;
}

.price_card_abilities p {
  margin-top: 5%;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 900;
}

.price_card_abilities p svg {
  height: 1.4rem;
  width: auto;
  fill: red;
}

.prices_card a {
  padding: 22px 60px;
  color: #fff;
  background: #cc1c26;
  border: 2px solid #cc1c26;
  text-decoration: none;
  font-weight: 900;
  position: absolute;
  bottom: 5%;
  border-radius: 5px;
}

.prices_card a:hover {
  background: transparent;
  color: #000;
}

#Prices_btn:hover {
  color: #fff;
}

.contact_container {
  margin-top: 10%;
  height: 50vh;
}

.freeCourse_container {
  width: 100%;
  height: 120vh;
  margin-bottom: 5%;
  background: #000000b0;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  object-fit: contain;
}

.video video {
  width: 100%;
  height: 100%;
  filter: brightness(30%);
}

.freeCourse_container_in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 50px 80px;
}

.freeCourse_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.freeCourse_title h1 {
  line-height: 5rem;
}

.freeCourse_title h1 span {
  color: #cc1c26;
}

.freeCourse_title p {
  font-weight: lighter;
  font-size: 1rem;
}

.freeCourse_title a {
  width: 260px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #a51017;
  border-radius: 10px;
  border: 2px solid #a51017;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.freeCourse_title a:hover {
  background: transparent;
}

.free_card_row {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
}

.free_card {
  width: 95%;
  height: 350px;
  display: block;
  padding: 40px;
  background: #f4f4f4;
  color: #000;
  position: relative;
}

.free_card>svg {
  display: none;
}

.free_card h3 {
  margin-top: 2%;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.free_card p {
  font-size: 1rem;
  margin-top: 3%;
  width: 100%;
  line-height: 1.5rem;
}

.free_card>a {
  width: 80%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  position: absolute;
  bottom: 10%;
}

.free_card a svg {
  fill: #fff;
  height: 25px;
}

.free_card a:hover svg {
  transform: translatex(10px);
}





