::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  box-shadow: inset 0 0 0 8px #000;
}

::-webkit-scrollbar-thumb {
  background: #bf0000;
}

@keyframes pulse {

  0%,
  to {
    transform: scale(0.95);
    box-shadow: 0 0 0 0#cc1c2580;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #cc1c2580;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s all;
}

.animate {
  scale: 0.7;
  opacity: 0;
  filter: blur(5px);
  transform: translate(-100%, 0);
  transition: 0.4s;
}

.menu_cont {
  overflow: hidden;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: -100%;
}

.menu_icon {
  display: none;
}

.show {
  scale: 1;
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
}

nav {
  width: 100%;
}

.menu_item:hover a {
  scale: 0.9;
  letter-spacing: 1px;
}

.dropdown {
  width: 10rem;
  height: 0;
  background: #000;
  border-radius: 5px;
  border: 1px solid #ffffff33;
  position: absolute;
  z-index: 1;
  top: 101%;
  left: 0;
  overflow: hidden;
  opacity: 0;
  filter: blur(5px);
  transform: translate(5px, 50px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.dropdown2 {
  opacity: 1;
  filter: blur(0);
  transform: translate(0);
  height: fit-content;
}

.dropdown a {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10%;
  text-decoration: none;
  width: 60%;
  color: #fff;
  height: 20%;
}

.dropdown a:hover {
  color: #cc1c26;
  letter-spacing: 2px;
}

.video_play_btn {
  top: 50%;
}

.header_text li {
  width: 16.5%;
}

.header_text li,
.video_play_btn2,
header {
  display: flex;
  align-items: center;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
}

.video_play_btn2 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  fill: #cc1c26;
  border: 2px solid #cc1c26;
  justify-content: space-around;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 0#000;
  transform: scale(1);
  animation: pulse 2s infinite;
  top: 61%;
  left: 45%;
}

.video_play_btn2:hover {
  background: #a51017;
  fill: #fff;
}

header {
  width: calc(100% - 600px);
  height: 80px;
  padding: 0 300px;
  justify-content: space-between;
  background-color: #000;
}

.header_logo {
  width: 12%;
  height: 80px;
}

.header_logo img {
  margin-top: -13px;
  height: 108px;
}

.header_language {
  width: 50%;
  position: relative;
  height: 80px;
}

.header_text {
  width: 55%;
  position: relative;
  height: 80px;
}

.header_text ul,
.try_box2 ul {
  width: 100%;
  list-style-type: none;
}

.header_text li {
  width: 20%;
  height: 100%;
  border-bottom: 3px solid transparent;
  justify-content: space-around;
}

.header_text ul {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_language {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  height: 34px;
  overflow: hidden;
}

.header_language2 {
  height: 102px;
  margin-top: 5%;
  background: #cc1c26;
  border-radius: 3px;
}

.header_language button {
  width: 50px;
  height: 34px;
  background-color: #cc1c26;
  color: #fff;
  font-weight: 600;
  border: 0;
  font-size: 17px;
  z-index: 1;
  cursor: pointer;
}

.header_language button:hover {
  background-color: #72060b;
}

.header_text li:hover {
  border-bottom: 3px solid #cc1c26;
}

.header_text li:hover i {
  transform: translate(0, 5px);
}

.header_text ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}

nav {
  height: 900px;
  background-color: #fff;
  background-image: url(../image/ACADEMY\ sayt.png);
  background-position: center;
  background-size: cover;
}

.nav_container {
  width: calc(100% - 600px);
  height: auto;
  padding: 150px 300px;
}

.nav_left {
  width: 850px;
  height: auto;
}

.nav_left h1 {
  margin-bottom: 30px;
  font-size: 45.7px;
  color: #fff;
  line-height: 1.3;
}

.header_box1 p,
.nav_left h1 span,
.nav_left h3 span {
  color: #cc1c26;
}

.nav_btns {
  display: flex;
}

.nav_btn1,
.nav_btn2 {
  width: 270px;
  height: 64px;
  background-color: #cc1c26;
  font-size: 22px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}

.nav_btn2 {
  background-color: #cc1c2500;
  margin-left: 20px;
  color: #fff;
  border: 2px solid #fff;
}

.nav_btn1:hover {
  background-color: #a51017;
}

.nav_btn2:hover {
  background-color: #00000067;
}

.nav_left h3 {
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
}

.bottom_header {
  width: calc(100% - 600px);
  height: 187px;
  padding: 20px 300px;
  background-color: rgba(0, 0, 0, 0.91);
  display: flex;
  justify-content: space-between;
}

.header_box1 h3 {
  color: #fff;
  font-size: 25px;
  padding-bottom: 20px;
}

.header_box2 {
  width: 26%;
  display: flex;
}

.header_box2 img {
  width: 60px;
  margin-top: -47px;
  cursor: pointer;
  transition: 0.5s;
}

.header_box2 img:hover {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.header_box2_text {
  margin-left: 15px;
}

.header_box2_text1 {
  color: #fff;
  font-size: 17px;
}

.header_box2_text2 {
  color: #a6a6a6;
  font-size: 15px;
  font-family: arial;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.tri_container {
  width: calc(100% - 600px);
  height: auto;
  background-color: #fff;
  padding: 90px 300px;
}

.tri_box {
  width: calc(100% - 90px);
  padding: 55px 45px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f2f2f5;
}

.tri_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 103px;
}

.tri_text_1 h1,
.try_box2 h1 {
  margin-bottom: 5px;
}

.tri_text_1 p {
  font-size: 16px;
  margin: 10px 0;
  color: #2b2b2b;
  font-weight: 100;
}

.tri_btn {
  background-color: #000;
  padding: 18px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #0000006b;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.4s;
}

.tri_btn:hover {
  background-color: #fff;
  color: #000;
}

.tri_line {
  margin-left: -45px;
  width: 1300px;
  left: 0;
  margin-top: 70px;
  border: 1px dashed #c3c8d2b8;
}

.tri_boxs {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: -26px;
}

.tri_boxx {
  width: 23%;
  height: 350px;
}

.tri_boxx img {
  width: 50px;
  height: 50px;
}

.tri_box_text_1 {
  font-style: 20px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #000;
}

.tri_box_text_2 {
  font-size: 16px;
  color: #8b8f9f;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  line-height: 1.5;
}

.tri_2_boxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tri_2_box1 {
  width: 65%;
}

.tri_2_box1_textt {
  margin: 20px 0;
  color: #000;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
}

.tri_2_container {
  width: calc(100% - 600px);
  height: auto;
  background-color: #fff;
  padding: 90px 300px;
}

.tri_2_box2_image1 {
  margin-right: -50px;
  margin-top: -60px;
  width: 700px;
  position: relative;
  margin-left: 0;
}

.tri_2_box2_image2 {
  position: relative;
  width: 87px;
  height: 87px;
  top: -150px;
  cursor: pointer;
  transition: 0.5s ease;
  right: -400px;
}

.tri_2_box2_image2:hover {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.tri_2_box1_1 {
  display: flex;
  align-items: center;
  padding: 20px 0;
  height: auto;
}

.tri_2_box1_1 img {
  width: 70px;
  height: 70px;
  padding-right: 20px;
}

.tri_2_texts {
  padding-left: 30px;
  border-left: 1px solid #c3c8d2b8;
}

.tri_2_texts h4 {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 10px;
}

.tri_2_texts p {
  color: #8b8f9f;
  font-size: 16px;
  letter-spacing: 1px;
}

.try_container {
  width: 100%;
  height: 465px;
  background-color: rgba(0, 0, 0, 0.62);
  background-image: url(../image/backgrnd.jpg);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}

.try_boxs {
  width: calc(100% - 600px);
  padding: 0 300px;
  display: flex;
}

.try_box1 {
  width: 50%;
  height: 465px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: relative;
}

.try_box2 {
  width: calc(50% - 100px);
  padding: 50px;
  height: 365px;
  background-color: rgba(0, 0, 0, 0.236);
  backdrop-filter: blur(5px);
}

.try_text_1 {
  width: 100%;
  color: #96989b;
  font-weight: 300;
  margin-bottom: 10px;
}

.try_box1 h4 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.try_box2 h1 {
  color: #fff;
}

.try_box2 ul {
  line-height: 2;
  padding: 30px 0;
  color: #fff;
}

.try_box2 ul li {
  line-height: 2.5;
}

.try_box2 ul li i {
  padding-right: 7px;
  color: red;
}

.end {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.freeCourse_container {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  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: calc(100% - 600px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 50px 300px;
}

.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: 75%;
  height: 350px;
  display: block;
  padding: 40px;
  background: #f4f4f4;
  color: #000;
  position: relative;
}

.free_card>svg {
  background: #fff;
  stroke: #000;
  padding: 15px;
  border-radius: 50%;
}

.free_card h3 {
  margin-top: 2%;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.free_card p {
  font-size: 1rem;
  margin-top: 3%;
  width: 90%;
  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);
}

.book_container {
  width: calc(100% - 600px);
  height: 1000px;
  padding: 100px 300px;
  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: 35%;
  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 h2 {
  margin-bottom: 20px;
}

.bbd_info p {
  line-height: 1.5;
  font-size: 17px;
  letter-spacing: 0.8px;
}

.last-child {
  width: 60%;
}

.book_btn {
  padding: 20px 28px;
  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;
  top: -5%;
}

.book_btn:hover {
  background-color: #fff;
  color: #000;
}

.kurs_container {
  width: calc(100% - 600px);
  height: 800px;
  background-color: #fff;
  padding: 0 300px 200px;
}

.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_box_2_info {
  width: 100%;
  position: relative;
}

.kurs_btn_2 {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 20px 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_2:hover,
.kurs_btn_info:hover {
  background-color: #fff;
  color: #000;
}

.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;
}

.video_play_btn,
.video_play_btn_2 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  fill: #cc1c26;
  border: 2px solid #cc1c26;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 0 0#000;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.video_play_btn {
  left: 85%;
}

.video_play_btn:hover,
.video_play_btn_2:hover {
  background: #a51017;
  fill: #fff;
}

.video_play_btn_2 {
  top: 5%;
}

.prices_container {
  width: calc(100% - 600px);
  padding: 100px 300px;
  height: auto;
  display: block;
  position: relative;
}

.prices_text {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.prices_text h1 {
  padding-bottom: 30px;
}

.prices_text p {
  width: 70%;
  line-height: 1.7rem;
}

.prices_text a {
  padding: 20px 85px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
  right: 0%;
  top: 10%;
  border: 1px solid #000;
}

.prices_text a:hover {
  color: #000;
  background: transparent;
  border-radius: 3px solid #000;
}

.prices_row {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 3%;
  justify-content: space-between;
}

.prices_card {
  width: 30%;
  height: 70vh;
  background: #f2f2f5;
  border-radius: 5px;
  padding: 35px;
  position: relative;
}

.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%;
}

.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: 4%;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  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;
}

.feedback_carousel_cont {
  width: calc(100% - 600px);
  height: auto;
  padding: 0 300px;
  margin-top: 5%;
}

.feedback_title {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.feedback_title p {
  line-height: 1.7rem;
  padding: 20px 0 0 0;
  width: 65%;
}

.feedback_title a {
  text-decoration: none;
  font-weight: bolder;
  padding: 18px 60px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  position: absolute;
  top: 5%;
  right: 0;
  border-radius: 5px;
}

.feedback_title a:hover {
  background: transparent;
  color: #000;
}

.carousel_container {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 0, 0, 0.189);
  border: 2px solid red;
  margin-top: 3%;
}




.brand_container {
  width: 100%;
  height: 63vh;
  display: block;
  margin-top: 5%;
}

.brand_text {
  width: calc(100% - 600px);
  height: 30vh;
  padding: 30px 300px;
  background-color: rgba(0, 0, 0, 0.62);
  background-image: url(../image/backgrnd.jpg);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

.brand_text h1,
.brand_text p,
.brand_text h3 {
  color: #fff;
  padding: 15px 0;
}

.brand_text p {
  color: silver;
  line-height: 1.7rem;
}

.brand_text h3 span {
  color: #cc1c26;
}

.brand_wrapper {
  width: calc(100% - 600px);
  height: 20vh;
  padding: 30px 30px;
  margin-left: 300px;
  background-color: #f2f2f5;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -5%;
  box-shadow: 0 0 30px #00000024;
  display: flex;
  align-items: center;
  gap: 2%;
}

.brand_card {
  width: 16.5%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid lightgray;
}

.brand_card:first-child {
  border: none;
}

.brand_card img {
  width: 90%;
  height: auto;
}

.news_cont {
  width: calc(100% - 600px);
  height: 55vh;
  padding: 30px 300px;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.crypto_banner {
  width: 25%;
  height: 100%;
  background: #000;
  display: block;
  border-radius: 3px;
  position: relative;
  padding: 40px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px #00000049;
}

.banner_text {
  width: 100%;
  margin-top: 25%;
}

.banner_text h1 {
  width: 90%;
  font-size: 3rem;
  line-height: 4rem;
  padding-bottom: 30px;
}

.banner_text p {
  color: silver;
  line-height: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.crypto_banner a {
  background: #cc1c26;
  border: 3px solid #cc1c26;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bolder;
  padding: 18px 40px;
  position: absolute;
  margin-top: 5%;
}

.crypto_banner a:hover {
  background: transparent;
}

.cryptoNews_cont {
  width: 70%;
  height: 100%;
  display: block;
}

.crypto_text {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.crypto_cards {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.crypto_card {
  width: 32%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.cryptoCard_img {
  width: 100%;
  height: 70%;
  position: relative;
  overflow: hidden;
  object-fit: contain;
  display: grid;
  place-items: center;
  box-shadow: 0 0 15px rgba(93, 93, 93, 0.313);
  border-radius: 5px;
}

.crypto_card:hover img {
  transform: scale(1.1);
}

.cryptoCard_img img {
  width: 100%;
  height: 100%;
}

.cryptoCard_img a {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: #cc1c26;
  color: #fff;
  border: 2px solid #cc1c26;
  padding: 15px 30px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
}

.cryptoCard_text {
  width: 100%;
  height: auto;
  display: block;
}

.cryptoCard_text h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 10px 0;
}

.cryptoCard_text p {
  font-weight: 600;
  font-size: 0.9rem;
  color: gray;
  padding: 0;
}

.crypto_card p {
  align-items: center;
  display: flex;
  color: #000;
  font-weight: bolder;
  padding-top: 20px;
}

.crypto_card svg {
  width: auto;
  height: 1.5rem;
  fill: #a51017;
}

.download_cont {
  width: calc(100% - 660px);
  height: 30vh;
  padding: 50px 30px;
  margin-left: 300px;
  margin-top: 10%;
  border-radius: 10px;
  background: #f2f2f5;
  position: relative;
}

.download_cont img {
  height: 170%;
  width: auto;
  position: absolute;
  right: 0;
  top: -35%;
}

.download_text {
  width: 70%;
  height: auto;
  margin-top: 1%;
  display: block;
}

.download_text h1 {
  font-size: 2.5rem;
  line-height: 2rem;
}

.download_text p {
  width: 70%;
  padding-top: 20px;
  font-size: 1.2rem;
  color: gray;
  font-weight: 600;
  line-height: 1.8rem;
}

.download_btn {
  width: 35%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
}

.download_btn a {
  width: 45%;
  height: 70px;
  color: #000;
  font-weight: bolder;
  font-size: 1.2rem;
  border: 3px solid #cc1c26;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.download_btn a:first-child {
  background: #cc1c26;
  border: 3px solid #cc1c26;
}

.download_btn a:first-child:hover {
  background: transparent;
}

.download_btn a:last-child:hover {
  background: #cc1c26;
  color: #fff;
  fill: #fff;
}

.download_btn a:hover svg {
  transform: translate(10px, 0);
}

.contact_container {
  width: calc(100% - 600px);
  height: 40vh;
  padding: 40px 300px;
  background: #000;
  margin-top: 7%;
  display: flex;
  gap: 1rem;
}

.contact_card:first-child {
  width: 26%;
}

.contact_card {
  width: 23%;
  height: auto;
  display: block;
  color: #fff;
  margin-top: 4%;
}

.contact_card h4 {
  font-size: 1.4rem;
}

.contact_card p:hover,
.contact_card p:hover svg,
.contact_card svg:hover {
  fill: #fff;
  color: red;
  cursor: pointer;
  font-weight: 600;
}

.contact_card p:hover svg {
  transition: 0s;
}

.contact_card svg:hover {
  filter: contrast(1);
  transition: 0s;
}

.contact_card:first-child {
  margin: 0;
}

.contact_card img {
  width: 80%;
  height: auto;
  margin: 0;
  margin-left: -50px;
}

.contact_card p {
  display: flex;
  align-items: center;
  padding-top: 10px;
  gap: 0.4rem;
}

footer {
  margin-top: 5%;
  width: auto;
  display: block;
}

footer svg {
  height: 3rem;
  fill: #cc1c26;
  padding: 10px 10px 0 0;
}

.contact_card p svg {
  fill: #cc1c26;
  height: 1.3rem;
  width: auto;
}

@media (max-width: 2380px) {

  /*! //////////////////////// --Big display-- ///////////////////// */
  .book_text2 {
    width: 80%;
  }
}

@media (max-width: 2220px) {
  /*! //////////////////////// --Big display-2-- ///////////////////// */

  .book_container,
  .prices_container,
  .kurs_container,
  .tri_2_container,
  .freeCourse_container_in,
  .feedback_carousel_cont,
  .tri_container,
  .bottom_header,
  .nav_container,
  .news_cont,
  header {
    width: calc(100% - 400px);
    padding-left: 200px;
    padding-right: 200px;
  }

  .nav_container {
    padding-top: 100px;
  }

  .nav_container h1 {
    font-size: 3rem;
  }

  .video_play_btn {
    position: absolute;
    top: 40%;
    left: 70%;
  }

  .bottom_header {
    margin-top: 2%;
    padding-top: 1.6%;
  }

  .kurs_container {
    padding-bottom: 100px;
  }

  .prices_container {
    height: fit-content;
  }

  .prices_card {
    height: 80vh;
  }

  .free_card_row {
    margin-top: 5%;
  }

  .download_cont {
    width: 81%;
    margin-left: 8%;
  }

  .banner_text {
    margin-top: 7%;
  }

  .crypto_banner a {
    margin-top: 20%;
  }
}



@media (max-width: 1440px) {
  /*! //////////////////////// --Laptop display-- ///////////////////// */


  .book_btn {
    width: 260px;
    height: 70px;
    padding: 0;
    display: grid;
    place-items: center;
  }


  .free_card a {
    height: 60px;
  }

  .free_card {
    height: 95%;
  }


  .crypto_banner a {
    margin-top: 10%;
  }

  .banner_text {
    margin-top: 0;
  }



}

@media (max-width: 1650px) {
  /*! //////////////////////// --Laptop display-- ///////////////////// */

  .book_container,
  .prices_container,
  .kurs_container,
  .tri_2_container,
  .freeCourse_container_in,
  .feedback_carousel_cont,
  .tri_container,
  .bottom_header,
  .nav_container,
  .news_cont,
  .contact_container,
  .try_boxs,
  header {
    width: calc(100% - 160px);
    padding-left: 80px;
    padding-right: 80px;
  }

  .kurs_box_1 {
    width: 95%;
  }

  .prices_card {
    height: 700px;
  }

  .freeCourse_container {
    height: 100vh;
  }

  .download_cont h1,
  .banner_text h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .download_cont p,
  .banner_text p {
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .download_cont p {
    width: 50%;
  }

  .download_cont {
    margin-left: 5%;
    width: 85%;
  }

  .download_btn a {
    font-size: 0.9rem;
    height: 50px;
  }

  .contact_container {
    font-size: 0.8rem;
  }

  .contact_container h4 {
    font-size: 1.05rem;
  }

  .nav_btn1,
  .nav_btn2 {
    font-size: 1.1rem;
  }
}



@media (max-width: 1300px) {
  /*! //////////////////////// --Laptop sml display-- ///////////////////// */

  .book_btn {
    font-size: 0.9rem;
    padding: 0;
    width: max-content;
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .kurs_box_2_info .book_text2 {
    width: 70%;
  }


  .free_card_row {
    margin-top: 8%;
  }

  .free_card {
    height: 110%;
    padding: 30px;
  }

  .free_card h3 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .prices_card {
    height: 780px;
  }

  .brand_container h3 {
    display: none;
  }

  .free_card p {
    font-size: 0.9rem;
  }

  .free_card a {
    width: 80%;
    height: 55px;
  }
}




@media (max-width: 1100px) {
  /*! //////////////////////// --Laptop sml display-- ///////////////////// */

  .nav_left h1 {
    width: 70%;
    font-size: 2.3rem;
    line-height: 4rem;
  }

  .tri_boxs,
  .bottom_header {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .tri_boxx,
  .header_box1,
  .header_box2 {
    width: 90%;
    height: auto;
    padding: 0;
  }

  .header_box1 p,
  .header_box2 p {
    width: 100%;
  }

  nav {
    height: auto;
    overflow: visible;
  }

  .tri_text_1 h1 {
    width: 90%;
    font-size: 1.7rem;
  }

  .book_text2,
  .tri_text_1 p {
    font-size: 1rem;
    width: 80%;
  }

  .tri_btn {
    width: max-content;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-size: 1rem;
  }

  .tri_2_box1 {
    width: 100%;
  }

  .tri_2_box2 {
    display: none;
  }


  .try_box2 .nav_btn1,
  .try_box2 .nav_btn2 {
    font-size: 0.9rem;
    height: 55px;
  }


  .feedback_carousel_cont h1,
  .kurs_box1_text_1,
  .brand_text h1,
  .tri_2_box1 h1,
  .book_text_4,
  .try_box2 h1,
  .book_text1 {
    font-size: 1.7rem;
  }

  .book_check li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 10px 0;
  }

  .prices_row,
  .free_card_row,
  .book_boxs_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .prices_card,
  .free_card,
  .book_box_down {
    width: 90%;
    margin: 20px;
  }



  .bbd_info p {
    font-size: 1rem;
    width: 100%;
  }


  .book_btn {
    width: 70%;
    margin-top: -10%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .kurs_btn_2 {
    font-size: 0.9rem;
  }



  .freeCourse_container,
  .freeCourse_container_in {
    height: 900px;
  }

  .free_card_row {
    width: 90%;
    height: 650px;
    padding: 0;
  }

  .free_card {
    height: 92%;
    padding: 10px;
    padding-left: 30px;
  }


  .brand_container {
    padding: 0;
  }

  .brand_text {
    width: calc(100% - 100px);
    padding: 30px 50px;
  }


  .news_cont {
    height: auto;
    display: block;
  }


  .cryptoNews_cont {
    width: 100%;
  }

  .crypto_banner {
    width: 90%;
    height: 200px;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 5%;
    display: block;
  }

  .crypto_banner p,
  .crypto_banner h1 {
    margin: 0;
    padding: 5px 0;
    line-height: normal;
  }

  .crypto_banner h1 {
    padding-top: 0;
  }

  .crypto_banner a {
    margin-top: 6%;
    padding: 15px 55px;
    font-size: 1rem;
  }

  .banner_text {
    margin: 0;
  }

  .download_cont>img {
    display: none;
  }

  .download_text {
    width: 70%;
  }

  .download_text p {
    width: 100%;
    font-size: 0.9rem;
  }

  .download_btn {
    width: 50%;
  }

  .download_btn a {
    width: 45%;
    height: 60px;
    padding: 0;
  }


  .contact_container {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .contact_card:first-child,
  .contact_card {
    width: 90%;
  }

  .header_text {
    width: 74%;
    margin-left: 5%;
  }

  .header_logo {
    margin-left: -5%;
  }

  .header_text ul {
    width: 100%;
  }

  .header_text ul li {
    font-size: 0.9rem;
  }
}



@media (max-width: 1000px) {

  /*! //////////////////////// --Laptop sml-2 display-- ///////////////////// */
  .header_language,
  .header_text {
    display: none;
  }

  .menu_icon {
    width: auto;
    height: auto;
    fill: #fff;
    display: grid;
    opacity: 1;
  }

  .menu_cont2 {
    width: 95%;
    height: 100vh;
    right: 0;
    visibility: visible;
    opacity: 1;
    background: #000000c1;
    position: fixed;
    backdrop-filter: blur(10px);
  }

  .exit {
    position: absolute;
    right: 2%;
    top: 2%;
  }

  .menu_logo {
    width: 100%;
    height: auto;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #fff;
  }

  .menu_logo img {
    width: 80px;
    height: auto;
  }


  .menu_item:first-child {
    margin-top: 7%;
  }

  .menu_item {
    width: 94%;
    height: 70px;
    display: flex;
    padding-left: 50px;
    align-items: center;
    margin-top: 1%;
    background: #ff000013;
  }

  .menu_item_dropdown span{
    visibility: hidden;
    opacity: 0;
    scale: 0;
    width: 0;
    height: 0;
  }

  .menu_item_dropdown2{
    height: 150px;
  }

  .menu_item_dropdown2 > .dropBTN{
    width: 0;
    height: 0;
    opacity: 0;
    scale: 0;
    overflow: hidden;
  }

  .menu_item_dropdown2 span{
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    scale: 1;
    width: auto;
    height: auto;
  }


  .menu_item_dropdown2 span a{
    padding-top: 10px;
    padding-bottom: 10px;
  }




















  .menu_item a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    gap: 1rem;
    align-items: center;
    visibility: visible;
    opacity: 1;
    scale: 1;
  }


  .video_play_btn {
    left: 80%;
  }


  .freeCourse_container,
  .freeCourse_container_in {
    height: 1000px;
  }

  .free_card_row {
    width: 100%;
    height: 650px;
  }

  .free_card_row>* {
    box-sizing: border-box;
  }

  .free_card {
    width: 100%;
    height: 100%;
    padding: 40px;
    margin: 0;
  }
}


@media (max-width: 950px) {
  /*! //////////////////////// --Laptop sml-3 display-- ///////////////////// */

  .nav_left h1 {
    line-height: 3rem;
  }

  .tri_boxs,
  .bottom_header {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-bottom: 20px;
  }

  .header_box2 {
    margin-top: 5%;
  }

  .tri_container {
    padding-bottom: 0;
  }

  .tri_text_1 p,
  .tri_text_1 h1,
  .tri_text_1 {
    width: 100%;
  }

  .tri_text {
    display: block;
    padding-bottom: 30px;
  }

  .tri_text a {
    margin-top: 3%;
  }

  .try_boxs {
    display: flex;
  }

  .try_box1 {
    width: 30%;
  }

  .try_box2 {
    width: 65%;
  }

  .nav_btns {
    margin-top: 8%;
  }

  .video_play_btn2 {
    left: 33%;
  }

  .try_box1 {
    transform: translateX(-50px);
  }

  .book_box2 {
    display: none;
  }

  .book_box1 {
    width: 100%;
  }

  .kurs_box_2_info {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    padding-bottom: 50px;
  }

  .kurs_box_2_info .book_text1,
  .kurs_box_2_info .book_text2 {
    width: 100%;
    padding: 0;
  }

  .kurs_box_2_info a {
    top: auto;
    left: 0;
    right: auto;
    bottom: -10%;
  }

  .feedback_title,
  .prices_text {
    display: block;
    padding-bottom: 60px;
  }


  .feedback_title p,
  .feedback_title h1,
  .prices_text p,
  .prices_text h1 {
    width: 100%;
  }


  .feedback_title a,
  .prices_text a {
    right: auto;
    left: 0;
    top: auto;
    bottom: -10%;
  }

  .freeCourse_title {
    display: block;
  }


  .feedback_title {
    padding-bottom: 70px;
  }

  .feedback_title a {
    bottom: 0;
  }

  .freeCourse_title a {
    margin-top: 5%;
  }

  .brand_text h3 {
    display: none;
  }


  .brand_container {
    height: auto;
  }

  .prices_row {
    display: block;
    margin-top: 5%;
  }

  .prices_card {
    height: 800px;
  }

  .nav_container {
    overflow: hidden;
  }

  .nav_container h3 {
    width: 90%;
  }
}


@media (max-width: 850px) {
  /*! //////////////////////// --Laptop sml-3 display-- ///////////////////// */

  .tri_line {
    margin-top: 20%;
  }

  .kurs_btn_info {
    padding: 15px 40px;
  }

  .cryptoNews_cont {
    height: auto;
    margin: 0;
  }

  .crypto_cards {
    height: auto;
    display: block;
    margin: 0;
    overflow: hidden;
  }

  .crypto_card {
    width: 100%;
    height: 500px;
    margin-top: 3%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  .download_cont {
    margin-top: 0;
  }

  .cryptoCard_img {
    height: 100%;
  }

  .cryptoCard_img a {
    z-index: 3;
  }

  .cryptoCard_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(#000, transparent);
    z-index: 1;
  }

  .cryptoCard_text p,
  .cryptoCard_text h1 {
    color: #fff;
  }

  .download_cont {
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .download_text {
    width: calc(100% - 35px);
    padding: 30px 70px;
    height: auto;
  }

  .download_btn {
    margin-top: 0;
    margin-left: 70px;
  }



  .freeCourse_container,
  .freeCourse_container_in {
    height: 1000px;
  }

  .free_card_row {
    width: 100%;
    height: 680px;
  }

  .free_card {
    padding-bottom: 0;
    margin-bottom: 10%;
  }
}


@media (max-width: 800px) {
  /*! //////////////////////// --Tablet display-- ///////////////////// */


  .crypto_banner a {
    margin-top: 3%;
  }

  .kurs_btn_info {
    font-size: 0.9rem;
  }

  .book_btn {
    width: 100%;
  }

  .book_boxs_2 {
    display: block;
    padding: 0;
  }

  .video_play_btn2 {
    left: 22%;
  }

  .video_play_btn {
    display: none;
  }
}





@media (max-width: 700px) {

  /*! //////////////////////// --Tablet display-- ///////////////////// */
  * {
    box-sizing: border-box;
  }

  .freeCourse_container_in,
  .feedback_carousel_cont,
  .contact_container,
  .prices_container,
  .tri_2_container,
  .kurs_container,
  .book_container,
  .download_cont,
  .nav_container,
  .bottom_header,
  .tri_container,
  .brand_text,
  .news_cont,
  header {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }




  .bottom_header {
    margin: 0;
  }

  .nav_container h3 {
    width: 60%;
  }

  .tri_box {
    width: 100%;
  }

  .tri_text {
    margin-bottom: 25%;
  }

  .tri_2_box1_1 img {
    height: auto;
  }

  .try_container {
    padding: 0;
  }


  .try_boxs {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
  }

  .try_box1 {
    width: 100%;
    height: 25%;
    display: grid;
    place-items: center;
  }

  .try_box1 p,
  .try_box1 h4 {
    margin: 0;
    margin-left: -135%;
  }

  .try_box2 {
    width: 100%;
    height: 75%;
    display: block;
  }

  .nav_btns {
    margin-top: 0;
  }

  .video_play_btn2 {
    left: 15%;
    top: 30%;
  }

  .kurs_box_1 {
    width: 100%;
  }

  .kurs_box_1_info {
    width: 100%;
    height: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .kurs_btn_1 {
    width: 90%;
    margin-left: 5%;
    margin-top: 15%;
    align-self: center;
  }

  .kurs_box_3 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15%;
    padding: 0;
  }

  .kurs_container {
    height: auto;
    padding-bottom: 0;
  }

  .kurs_box_3_box {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }

  .kurs_box_3_info {
    height: auto;
    padding-bottom: 30px;
  }

  .prices_row {
    margin: 0;
    margin-top: 15%;
    padding: 0;
  }

  .prices_container {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .brand_container {
    height: auto;
  }

  .brand_text {
    height: auto;
  }

  .brand_text p {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  .crypto_banner {
    width: 100%;
    height: 240px;
  }

  .crypto_banner h1 {
    width: 100%;
    padding-bottom: 20px;
  }

  .crypto_banner p {
    font-size: 0.8rem;
    font-weight: 500;
  }

  .download_btn,
  .download_text {
    width: 100%;
    margin: 0;
    padding: 40px 0 0 0;
  }

  .contact_container img {
    margin: 0;
    margin-left: -15%;
  }
}




@media (max-width: 600px) {
  /*! //////////////////////// --Tablet 2 display-- ///////////////////// */

  .nav_container {
    padding-top: 10%;
  }

  .nav_left h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 0;
    padding-bottom: 30px;
  }


  .tri_text {
    margin-bottom: 35%;
  }


  .book_container {
    padding-top: 20px;
  }

  .try_container,
  .try_boxs {
    height: auto;
  }

  .kurs_box_1 {
    position: static;
    margin-top: 5%;
  }

  .kurs_box_1 a {
    font-size: 0.9rem;
    margin-top: 20%;
    margin-left: 0;
  }

  .kurs_box_2_info {
    margin-top: 25%;
  }

  .freeCourse_title_text h1 {
    line-height: 2.8rem;
    padding-bottom: 20px;
  }

  .free_card a {
    width: 70%;
    font-size: 0.9rem;
  }

  .crypto_banner {
    height: 290px;
  }
}


@media (max-width: 500px) {
  /*! //////////////////////// --Mobile medium display-- ///////////////////// */


  .menu_cont2 {
    padding: 30px;
    width: 100%;
  }

  .menu_item {
    width: 100%;
    border-radius: 5px;
  }


  .nav_left h1 {
    width: 50%;
    font-size: 2rem;
  }


  .nav_left .nav_btns {
    width: 50%;
    display: block;
  }


  .nav_left .nav_btn1 {
    width: 100%;
  }

  .nav_left .nav_btn2 {
    width: 100%;
    margin: 10px 0 0 0;
  }


  .nav_left h3 {
    width: 50%;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }


  .nav_container {
    padding-bottom: 55px;
  }

  .free_card_row,
  .tri_container,
  .tri_boxs,
  .bottom_header {
    display: block;
  }

  .tri_boxs {
    margin-top: 5%;
  }

  .tri_boxx {
    padding: 15px 0;
  }

  .tri_line {
    transform: translateY(60px);
  }


  .header_box1 {
    width: 100%;
    padding-bottom: 20px;
  }

  .header_box2 {
    width: 100%;
    padding: 10px 20px 0;
  }

  .kurs_box_1_info {
    width: 100%;
    height: 150px;
    padding: 0;
    display: flex;
    position: relative;
    align-items: baseline;
    justify-content: space-between;
  }

  .kurs_btn_1 {
    width: 100%;
    height: 60px;
    bottom: -10%;
    left: 0;
    display: grid;
    place-items: center;
    color: #fff;
    position: absolute;
  }

  .kurs_box1_text_3 {
    width: fit-content;
    height: fit-content;
  }

  .try_box1 h4,
  .try_box1 p {
    margin-left: -50%;
  }

  .kurs_box_1 .kurs_box1_text_1 {
    width: 100%;
    font-size: 1.6rem;
  }

  .kurs_box1_text_2 {
    font-size: 1rem;
  }

  .price_card_abilities p {
    font-size: 0.9rem;
  }

  .free_card_row {
    height: auto;
  }

  .free_card {
    width: 100%;
    height: 300px;
    margin-top: 5%;
  }

  .free_card svg {
    width: 60px;
    height: 60px;
  }

  .freeCourse_container_in,
  .freeCourse_container {
    height: 1700px;
  }


  .freeCourse_title a,
  .feedback_title a,
  .prices_text>a,
  .kurs_btn_2,
  .tri_btn {
    width: 100%;
    display: grid;
    place-items: center;
  }

  .crypto_banner a {
    width: 85%;
    display: grid;
    place-items: center;
  }

  .book_container {
    height: auto;
    padding-bottom: 10px;
  }


  .contact_container {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 400px) {
  /*! //////////////////////// --Mobile biggest display-- ///////////////////// */

  .nav_left {
    width: 100%;
  }

  .nav_left .nav_btns,
  .nav_left h1,
  .nav_left h3 {
    width: 100%;
  }

  .nav_left h1 {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }

  .header_box2 {
    padding: 0;
  }


  .freeCourse_container_in,
  .feedback_carousel_cont,
  .prices_container,
  .tri_2_container,
  .kurs_container,
  .book_container,
  .download_cont,
  .bottom_header,
  .tri_container,
  .brand_text,
  .news_cont,
  .try_box2,
  header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tri_box,
  .tri_container {
    padding-top: 30px;
  }

  .tri_box {
    padding: 20px;
  }


  .feedback_carousel_cont h1,
  .freeCourse_title h1,
  .brand_container h1,
  .cryptoNews_cont h1,
  .kurs_box1_text_1,
  .crypto_banner h1,
  .download_cont h1,
  .prices_text>h1,
  .kurs_box_2 h1,
  .tri_2_box1 h1,
  .book_box1 h1,
  .bbd_info h1,
  .try_box2 h1,
  .tri_text h1 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }


  .feedback_carousel_cont p,
  .price_card_abilities p,
  .book_box1 .book_text2,
  .freeCourse_title p,
  .brand_container p,
  .kurs_box_3_info p,
  .kurs_box1_text_2,
  .download_cont p,
  .prices_text>p,
  .prices_card p,
  .kurs_box_2 p,
  .tri_2_box1 p,
  .book_box1 li,
  .try_box2 li,
  .book_text2,
  .bbd_info p,
  .tri_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .book_box1 .book_text2 {
    width: 100%;
    padding: 0;
  }

  .try_box1 p,
  .try_box1 h4 {
    margin-left: 15%;
  }

  .try_box1 {
    width: 90%;
    margin-left: 5%;
  }

  .book_checks,
  .book_check,
  .try_box2 .nav_btns {
    width: 100%;
    display: block;
  }

  .try_box2 .nav_btns button {
    width: 100%;
  }

  .try_box2 .nav_btns .nav_btn2 {
    margin-left: 0;
    margin-top: 10px;
  }

  .book_boxs {
    width: 100%;
  }

  .kurs_box_1 {
    margin-bottom: 15%;
  }


  .prices_row {
    width: 100%;
    padding: 0;
  }

  .prices_card {
    width: 100%;
    margin-left: 0;
  }

  .freeCourse_container,
  .freeCourse_container_in {
    height: 1850px;
    background: #fff;
    color: #000;
  }

  .video {
    display: none;
  }

  .free_card {
    box-shadow: 0 0 15px #31313157;
    border-radius: 10px;
  }

  .free_card {
    height: 350px;
  }

  .crypto_banner a {
    margin-top: 12%;
  }

  .crypto_card {
    height: 350px;
  }

  .download_btn {
    width: 100%;
    display: block;
  }

  .download_btn a {
    width: 100%;
  }

  .download_btn a:last-child {
    margin-top: 5%;
  }
}