body,
body * {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn_white {
  background: #ffffff;
  border: 1px solid #306AFF;
}

.btn_white span {
  color: #306AFF;
  font-size: 22px;
  font-weight: 500;
}

.btn_white:hover {
  background: #306AFF;
}

.btn_white:hover span {
  color: #ffffff;
}

.top_banner .btn_white:hover {
  background: #8d8d8d;
}

.btn_blue {
  background: #306AFF;
  border: 1px solid transparent;
}

.btn_blue span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.btn_blue .ic {
  margin-left: 18px;
}

.btn_blue:hover {
  background: #ffffff;
  border: 1px solid #306AFF;
}

.btn_blue:hover span {
  color: #306AFF;
}

.top_banner_df {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  background: url("../images/tb1.svg") no-repeat -80px center;
  padding-left: 300px;
  height: 108px;
}

.top_banner {
  background: #306AFF;
  position: relative;
  z-index: 2;
}

.timer {
  display: flex;
  justify-content: center;
  font-size: 2em;
  margin-left: 160px;
  margin-right: 40px;
}

.timer .dt {
  margin: 0 10px;
}

.timer__item {
  margin: 0 0;
  font-size: 34px;
  font-weight: 600;
  margin-right: 5px;
}

.top_banner_sale {
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin-left: -10px;
}

.top_banner_img {
  position: absolute;
  bottom: 0;
  right: 300px;
}

.top_banner_btn {
  margin-left: auto;
}

.top_banner_btn .btn {
  height: 68px;
  width: 358px;
}

.top_box {
  background: #0D1117;
}

.header {
  color: #ffffff;
  padding: 30px 0;
  position: relative;
  z-index: 9;
}

.header_df {
  display: flex;
  align-items: center;
}

.logo {
  min-width: 311px;
  max-width: 311px;
  margin-right: 84px;
}

.nav {
  display: flex;
}

.nav li {
  margin-right: 50px;
}

.nav li a {
  font-weight: 500;
  font-size: 24px;
}

.nav li a:hover {
  color: #306AFF;
}

.header_enter {
  margin-left: auto;
}

.header_enter .btn .ic {
  margin-right: 10px;
  min-width: 24px;
  max-width: 24px;
}

.header_enter .btn span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.header_enter .btn:hover span {
  color: #306AFF;
}

.header_enter .btn:hover .ic path {
  fill: #306AFF;
}

.reviews .webinar_nav .btn_sl:hover {
  border: 1px solid #306AFF;
}

.webinar_nav .btn_sl.swiper-button-disabled {
  opacity: 0.6 !important;
}

.webinar_nav .btn_sl:hover path {
  stroke: #306AFF !important;
}

.main {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  z-index: 7;
}

.main_df {
  display: flex;
}

.main_left {
  min-width: 843px;
  max-width: 843px;
}

.main_title {
  color: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-size: 69px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 37px;
}

.main_left_text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.7;
  margin-bottom: 150px;
}

.main_left_button .btn {
  height: 76px;
  width: 375px;
}

.top_banner_df {
  position: relative;
  z-index: 7;
}

.wrapper {
  position: relative;
}

.wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1120px;
  left: 0;
  top: 0;
  background: url("../images/main.svg") no-repeat center center/cover;
}

.main_box_wrapper {
  position: relative;
  border: 1px solid rgba(254, 254, 254, 0.2);
  border-radius: 16px;
  width: 700px;
  height: 508px;
}

.main_box_wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 27px;
  right: 40px;
  border: 1px solid rgba(254, 254, 254, 0.2);
  border-radius: 16px;
  background: #161b22;
  opacity: 0.4;
  margin-left: auto;
}

.main_box {
  position: relative;
  height: 508px;
  background: #161B22;
  right: 80px;
  top: 54px;
  border-radius: 16px;
  z-index: 7;
  border: 1px solid rgba(254, 254, 254, 0.2);
}

.main_right {
  margin-left: auto;
  min-width: 700px;
  max-width: 700px;
}

.main_box_marker {
  position: absolute;
  left: -50px;
  top: 29px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #21262d;
  z-index: 8;
  height: 50px;
  display: inline-flex;
  padding: 0 42px;
  align-items: center;
  font-family: "Courier Prime", monospace;
  font-size: 21px;
  font-weight: 200;
  color: #ffffff;
}

.main_answer {
  display: flex;
  margin-top: 100px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(254, 254, 254, 0.2);
  border-radius: 10px;
  align-items: center;
  background: #161b22;
  margin-right: 80px;
  margin-left: -80px;
  padding: 40px 30px;
}

.main_answer:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 411px;
  width: 112px;
  border-radius: 6px 0 0 6px;
  border: 1px solid rgba(254, 254, 254, 0.2);
  border-right: none;
  left: -112px;
  bottom: 50%;
}

.main_answer_label {
  position: absolute;
  right: 80px;
  top: -25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #21262d;
  z-index: 8;
  height: 50px;
  display: inline-flex;
  padding: 0 42px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.main_answer_img {
  min-width: 90px;
  max-width: 90px;
  margin-right: 20px;
}

.main_answer_text {
  color: white;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.curses .bckg {
  margin-bottom: 90px;
}

.l_title {
  padding: 8px 35px;
  border: 1px solid rgba(43, 42, 41, 0.7);
  border-radius: 26px;
  margin-bottom: 24px;
}

.l_title span {
  color: #2b2a29;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.curses_headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sup_title {
  min-width: 844px;
  max-width: 844px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

.sup_title span {
  color: #3bd838;
}

.curses_headline_subtitle {
  color: #2b2a29;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: 5px;
}

.curses_accordion {
  border-bottom: 1px solid rgba(43, 42, 41, 0.2);
  margin-bottom: 200px;
}

.curses_accordion .accord_item {
  border-top: 1px solid rgba(43, 42, 41, 0.2);
  padding-bottom: 34px;
}

.curses_accordion .accord_item_title {
  padding: 30px 0px 0;
  cursor: pointer;
  display: flex;
  padding-right: 154px;
  position: relative;
}

.curses_accordion .accord_item_title .ic {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: 0;
  width: 28px;
  height: 28px;
  background: url("../images/acc.svg") no-repeat center center/28px auto;
  transform: rotate(-90deg);
  transition: .2s;
}

.curses_accordion .accord_item_title.active .ic {
  transform: rotate(0deg);
}

.curses_accordion .accord_item_content {
  padding-left: 430px;
  display: none;
  padding-left: 400px;
}

.curses_accordion .accord_item_content.active {
  display: block;
}

.curses_accordion_title {
  min-width: 400px;
  max-width: 400px;
  margin-right: 30px;
  color: #2b2a29;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
}

.curses_accordion_present {
  min-width: 600px;
  max-width: 600px;
  margin-right: 110px;
  color: #2b2a29;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.curses_accordion_tags {
  display: flex;
  flex-wrap: wrap;
}

.curses_accordion_tags .tag_item {
  height: 36px;
  border-radius: 18px;
  border: 1px solid rgba(43, 42, 41, 0.4);
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  font-size: 21px;
  margin-bottom: 5px;
}

.accord_box {
  max-width: 765px;
  padding-top: 30px;
}

.accord_box ul {
  padding-bottom: 16px;
}

.accord_box li {
  position: relative;
  padding-left: 30px;
  background: url("../images/li.svg") no-repeat left 2px/18px auto;
  color: #2b2a29;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 18px;
}

.accord_box_title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 24px;
}

.accord_box_df {
  display: flex;
}

.accord_box_long {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 34px;
}

.accord_box_unit {
  min-width: 50%;
  max-width: 50%;
  padding-bottom: 16px;
}

.accord_box_unit .accord_box_title {
  margin-bottom: 20px;
}

.accord_box_unit del {
  font-size: 21px;
  font-weight: 600;
  color: rgba(43, 42, 41, 0.4);
  margin-bottom: 10px;
}

.accord_box_cost {
  color: #306aff;
  font-size: 37px;
  font-weight: 700;
}

.accord_box_cost span {
  font-weight: 700;
}

.accord_box_date {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.accord_box_info {
  color: rgba(43, 42, 41, 0.8);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.accord_box_text {
  padding-bottom: 22px;
}

.accord_box_text p {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #2b2a29;
}

.accord_box_buttons .btn {
  height: 68px;
  min-width: 318px;
  max-width: 318px;
}

.accord_box_buttons .btn_blue {
  margin-right: 16px;
}

.m_title {
  color: #2b2a29;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: left;
  max-width: 840px;
  margin-bottom: 54px;
}

.m_title span {
  color: #306aff;
  font-weight: 600;
}

.format_df {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}

.format_item {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 26.67px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}

.format_item_ic {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.format_item_ic svg {
  min-width: 114px;
  max-width: 114px;
  transform: translate(0, -50%);
}

.format {
  padding-bottom: 200px;
}

.format .m_title {
  margin-bottom: 110px;
}

.format_item_title {
  color: #2b2a29;
  line-height: 1.2;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.format_item_text {
  color: #2b2a29;
  line-height: 1.2;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 32px;
}

.where {
  padding-bottom: 110px;
}

.where_df {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  width: auto;
}

.where_item {
  min-width: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 26.67px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  padding: 22px;
  position: relative;
  padding-bottom: 82px;
}

.where_item_ic {
  margin-bottom: 26px;
}

.where_item_title {
  color: #2b2a29;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}

.where_item_text {
  color: #2b2a29;
  line-height: 1.2;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}

.where_item_info {
  display: flex;
  opacity: 0.5;
  height: 14px;
  margin-bottom: 25px;
}

.where_item_info .name {
  color: #2b2a29;
  line-height: 1.2;
  font-size: 19px;
}

.where_item_info .val {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  color: #2b2a29;
}

@media screen and (min-width: 769px) {
  .where_item_button {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
}

.where_item_button .btn {
  min-width: 100%;
  max-width: 100%;
  height: 68px;
}

.where_item_button .btn_blue span {
  font-size: 22px;
}

.unpacking_box {
  background: #02060B;
  padding: 90px 0;
}

.unpacking_box .l_title {
  border: 1px solid #ffffff;
}

.unpacking_box .l_title span {
  color: #ffffff;
}

.unpacking_box .m_title {
  color: #ffffff;
}

.unpacking_box_df {
  display: flex;
  justify-content: space-between;
}

.unpacking_box_content {
  min-width: 640px;
  max-width: 640px;
}

.unpacking_date {
  margin-bottom: 32px;
}

.unpacking_date .name {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.unpacking_date .val {
  color: #3bd838;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 600;
}

.unpacking_text {
  margin-bottom: 100px;
}

.unpacking_text p {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.unpacking_button .btn_blue span {
  font-size: 22px;
}

.unpacking_button .btn {
  padding: 0 75px;
  height: 68px;
}

.webinar {
  padding-bottom: 110px;
}

.webinar .m_title span {
  color: #3bd838;
}

.webinar .m_title {
  color: #02060B;
}

.webinar_headline {
  display: flex;
  justify-content: space-between;
}

.btn_sl {
  position: static !important;
}

.webinar_slider .swiper-slide {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 26.67px 0px rgba(0, 0, 0, 0.04);
  background: white;
}

.webinar_slider .swiper-scrollbar-drag {
  background: #02060B;
}

.webinar_subtitle {
  padding-top: 72px;
  background: url("../images/web1.svg") no-repeat left top/32px auto;
  color: #2b2a29;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.webinar_text {
  font-size: 21px;
  font-weight: 500;
  color: #02060B;
  line-height: 1.2;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: static;
  width: 100%;
}

.webinar_nav {
  display: flex;
  margin-top: auto;
  margin-bottom: 54px;
}

.webinar_nav .btn_sl {
  position: static !important;
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgba(13, 7, 30, 0.03);
  background: white;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1 !important;
  margin-left: 34px;
}

.webinar_nav .btn_sl svg {
  width: 12px;
}

.why {
  background: #02060B;
  padding: 90px 0 100px;
}

.why .l_title {
  border: 1px solid #ffffff;
}

.why .l_title span {
  color: #ffffff;
}

.why .m_title {
  color: #ffffff;
}

.why .format_df {
  padding-top: 60px;
}

.why_button {
  padding-top: 44px;
  display: flex;
  justify-content: center;
}

.why_button .btn {
  height: 68px;
  width: 346px;
}

.why_button .btn span {
  font-size: 22px;
}

.reviews {
  background: #02060B;
  padding: 100px 0 90px;
}

.reviews .l_title {
  border: 1px solid #ffffff;
}

.reviews .l_title span {
  color: #ffffff;
}

.reviews .m_title {
  color: #ffffff;
}

.reviews .m_title span {
  color: #3bd838;
}

.reviews .webinar_nav .btn_sl {
  background: #02060B;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}

.reviews .webinar_nav .btn_sl path {
  stroke: #ffffff;
}

.reviews .swiper-slide {
  background: #ffffff;
  padding: 30px 24px;
  border: 1.33px solid rgba(0, 0, 0, 0.04);
}

.reviews_slider_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviews_slider_img {
  min-width: 76px;
  max-width: 76px;
  height: 76px;
  border-radius: 50%;
  margin-right: 16px;
}

.reviews_slider_title_name,
.reviews_slider_title_surname {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}

.reviews_slider_text {
  font-size: 21px;
  line-height: 1.2;
}

.waited {
  padding: 110px 0 100px;
}

.waited_df {
  display: flex;
}

.waited_img {
  min-width: 555px;
  max-width: 555px;
  margin-left: 105px;
  margin-top: auto;
  margin-bottom: 0;
}

.waited_item {
  display: flex;
  padding: 42px 0;
  border-top: 1px solid rgba(43, 42, 41, 0.1);
}

.waited_item .name {
  min-width: 445px;
  max-width: 445px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.waited_item .val {
  font-size: 21px;
  line-height: 1.2;
}

.teacher {
  padding: 100px 0;
}

.teacher .m_title {
  margin-bottom: 36px;
}

.teacher .m_title span {
  color: #3bd838;
}

.teacher .webinar_nav {
  margin-bottom: 42px;
}

.teacher_subtitle {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 42px;
  width: 1036px;
}

.teacher_item {
  display: flex;
  align-items: center;
}

.teacher_item_img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin-right: 20px;
}

.teacher_item_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}

.teacher_item_subtitle {
  font-size: 21px;
  font-weight: 400;
  opacity: 0.7;
}

.teacher_item {
  margin-bottom: 28px;
}

.teacher_slider .swiper-slide {
  padding: 30px 30px 6px;
  box-sizing: border-box;
  border: 1.33px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
  background: white;
}

.teacher_text p {
  background: url("../images/web1.svg") no-repeat left 5px/18px auto;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-left: 30px;
  opacity: 0.9;
}

.faq_acordeon {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}

.faq_acordeon .accord_item {
  margin: 0 20px;
  min-width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  border-top: 1px solid rgba(43, 42, 41, 0.1);
}

.faq_acordeon .accord_item_title {
  cursor: pointer;
  padding-top: 42px;
  padding-bottom: 24px;
  padding-right: 135px;
  position: relative;
  color: #2b2a29;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}

.faq_acordeon .accord_item_title:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 0;
  width: 28px;
  height: 28px;
  background: url("../images/f1.svg") no-repeat center center/28px auto;
  transition: .2s;
}

.faq_acordeon .accord_item_title.active:before {
  transform: rotate(-45deg);
}

.faq_acordeon .accord_item_content {
  display: none;
  padding-bottom: 42px;
  opacity: 0.8;
  font-size: 21px;
  line-height: 1.2;
}

.faq {
  padding: 100px 0;
}

.capability {
  padding: 100px 0;
}

.capability .m_title span {
  color: #3bd838;
}

.capability_df {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  flex-wrap: wrap;
}

.capability_item_wrap {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin: 0 10px 20px;
}

.capability_item {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 20px;
  height: 100%;
}

.capability_item_img {
  margin-bottom: 20px;
}

.capability_item_text {
  background: url("../images/web1.svg") no-repeat left 4px/18px auto;
  font-size: 24px;
  line-height: 1.2;
  padding-left: 30px;
}

.blog {
  padding: 100px 0;
}

.blog_df {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.blog_item {
  min-width: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 26.67px 0px rgba(0, 0, 0, 0.04);
}

.blog_img {
  margin-bottom: 25px;
}

.blog_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 17px;
}

.blog_text {
  font-size: 21px;
  font-weight: 400;
  opacity: 0.8;
  line-height: 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  height: 125px;
}

.blog_link a {
  color: #306aff;
  border-bottom: 1px solid #306aff;
  font-size: 22px;
  font-weight: 600;
}

.blog_link a:hover {
  border-bottom: 1px solid transparent;
}

.marque {
  padding: 100px 0 90px;
}

.marque .m_title span {
  color: #3bd838;
}

.marque .m_title {
  max-width: 1055px;
}

.marque .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

.quest {
  background: #0d1117;
  padding: 90px 0 120px;
  color: #ffffff;
}

.quest * {
  line-height: 1.2;
}

.quest_df {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 64px;
}

.quest_headline {
  min-width: 862px;
  max-width: 862px;
  padding-right: 205px;
}

.quest_title {
  font-size: 48px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 42px;
}

.quest_subtitle {
  font-size: 25px;
  font-weight: 500;
}

.quest_form,
.news_form {
  flex-grow: 1;
}

.quest_form .why_button,
.news_form .why_button {
  padding-top: 0;
  justify-content: flex-start;
}

.quest_form input,
.quest_form textarea,
.news_form input,
.news_form textarea {
  background: transparent;
  resize: none;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  display: block;
  height: 68px;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 18px;
}

.quest_form input::-webkit-input-placeholder,
.quest_form textarea::-webkit-input-placeholder,
.news_form input::-webkit-input-placeholder,
.news_form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.quest_form input::-moz-placeholder,
.quest_form textarea::-moz-placeholder,
.news_form input::-moz-placeholder,
.news_form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.quest_form input:-ms-input-placeholder,
.quest_form textarea:-ms-input-placeholder,
.news_form input:-ms-input-placeholder,
.news_form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.quest_form input:-moz-placeholder,
.quest_form textarea:-moz-placeholder,
.news_form input:-moz-placeholder,
.news_form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.quest_form textarea,
.news_form textarea {
  padding-top: 20px;
  height: 136px;
  margin-bottom: 12px;
}

.quest_form_info {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.6);
}

.news {
  background: #0d1117;
  padding: 0px 0 200px;
  color: #ffffff;
}

.news * {
  line-height: 1.2;
}

.news .why_button {
  justify-content: flex-start;
  padding-top: 1px;
  padding-bottom: 36px;
}

.news .why_button .btn {
  min-width: 100%;
  max-width: 100%;
}

.news_df {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #040b10;
}

.news_img {
  min-width: 758px;
  max-width: 758px;
  position: relative;
}

.news_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 326px;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #040b10, rgba(4, 11, 16, 0) 100%);
}

.news_title {
  font-size: 48px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

.news_subtitle {
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 25px;
}

.news_list li {
  padding-left: 30px;
  background: url("../images/web1.svg") no-repeat left 3px/18px auto;
  font-size: 21px;
  margin-bottom: 12px;
}

.news_form {
  padding-top: 24px;
}

.news_content {
  padding: 44px 64px;
}

.news_but .btn {
  width: 100%;
  height: 68px;
}

.news_but .btn .ic {
  margin-left: 15px;
}

.footer_wrapper {
  background: #02060B;
  color: #ffffff;
}

.footer {
  background: rgba(255, 255, 255, 0.1);
  padding: 48px 0 40px;
  line-height: 1.2;
}

.footer_logo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.footer_logo svg {
  width: 309px;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.footer_bottom_right {
  text-align: right;
}

.footer_top {
  display: flex;
}

.footer_top_description {
  min-width: 412px;
  max-width: 412px;
  font-size: 21px;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 20px;
  margin-right: 140px;
}

.footer_top_nav {
  margin-right: 74px;
}

.footer_top_nav li {
  margin-bottom: 35px;
  margin-left: 74px;
}

.footer_top_nav a {
  opacity: 0.8;
  font-size: 26px;
}

.footer_top_info {
  margin-left: auto;
}

.footer_top_info p {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 24px;
}

.footer_socials {
  display: flex;
  margin-bottom: 30px;
  padding-top: 8px;
}

.footer_socials .btn {
  margin-right: 26px;
}

.main_box {
  display: flex;
  align-items: center;
  padding-left: 35px;
}

.hljs {
  background: transparent !important;
  font-size: 22px;
  line-height: 1.5;
}

.hljs-keyword {
  color: #E76F00;
}

.hljs-title {
  color: #ffffff !important;
}

.hljs-variable {
  color: #ffffff;
}

.sup_title span {
  font-weight: 600;
}

.hljs,
.hljs-variable,
.hljs-title,
.hljs-attribute,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-name,
.hljs-selector-tag {
  font-weight: 300 !important;
  font-family: "Montserrat", sans-serif !important;
}

.hljs {
  color: #ffffff !important;
}

.hljs-variable {
  color: #ff30de !important;
}

.swiper-pagination {
  position: static !important;
}

@media screen and (max-width: 1920px) {
  .cont {
    width: 1700px;
  }
}

@media screen and (max-width: 1760px) {
  .cont {
    width: 1500px;
  }
  .top_banner_img {
    display: none;
  }
  .top_banner_df {
    padding-left: 300px;
  }
  .top_banner_sale,
  .timer__item {
    font-size: 30px;
  }
  .logo {
    min-width: 290px;
    max-width: 290px;
    margin-right: 74px;
  }
  .main_title {
    font-size: 58px;
  }
  .main_left {
    min-width: 743px;
    max-width: 743px;
  }
  .main_right {
    margin-left: auto;
    min-width: 600px;
    max-width: 600px;
  }
  .main_box_wrapper {
    width: 600px;
  }
  .hljs {
    font-size: 20px;
    padding: 0 !important;
  }
  .main_answer_text {
    font-size: 19px;
  }
  .main_left_text {
    font-size: 24px;
  }
  .capability_item_text {
    font-size: 22px;
  }
  .footer_top_description {
    margin-right: 100px;
    min-width: 362px;
    max-width: 362px;
  }
  .footer_top_nav {
    margin-right: 54px;
  }
  .footer_top_info p {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .footer_top_description {
    margin-right: 80px;
    font-size: 19px;
  }
  .footer_top_nav li {
    margin-left: 54px;
  }
  .footer_top_nav a {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .footer_bottom {
    font-size: 19px;
  }
  .top_banner_btn .btn {
    width: 330px;
  }
}

@media screen and (max-width: 1560px) {
  .cont {
    width: 1200px;
  }
  .where_item_info .val {
    font-size: 17px;
  }
  .top_banner_df {
    padding-left: 200px;
    background-size: 300px auto;
  }
  .timer {
    margin-left: 60px;
  }
  .top_banner_sale,
  .timer__item {
    font-size: 28px;
  }
  .top_banner_btn .btn {
    width: 300px;
  }
  .logo {
    min-width: 200px;
    max-width: 200px;
    margin-right: 60px;
  }
  .nav li {
    margin-right: 40px;
  }
  .main_left {
    min-width: 603px;
    max-width: 603px;
  }
  .main_title {
    font-size: 43px;
  }
  .nav li a {
    font-size: 21px;
  }
  .header_enter .btn span {
    font-size: 21px;
  }
  .header_enter .btn .ic {
    margin-right: 8px;
    min-width: 21px;
    max-width: 21px;
  }
  .main_left_text {
    font-size: 21px;
  }
  .main_right {
    min-width: 500px;
    max-width: 500px;
  }
  .main_answer_label {
    font-size: 16px;
  }
  .main_answer_text {
    font-size: 17px;
  }
  .btn_white span {
    font-size: 20px;
  }
  .l_title span {
    font-size: 16px;
    line-height: 1.2;
  }
  .l_title {
    padding: 6px 35px;
    border: 1px solid rgba(43, 42, 41, 0.7);
    border-radius: 26px;
    margin-bottom: 20px;
  }
  .sup_title {
    font-size: 40px;
    min-width: 644px;
    max-width: 644px;
  }
  .curses_headline_subtitle {
    font-size: 19px;
  }
  .curses_accordion_title {
    min-width: 300px;
    max-width: 300px;
    margin-right: 20px;
    font-size: 30px;
  }
  .curses_accordion_present {
    min-width: 450px;
    max-width: 450px;
    margin-right: 70px;
    font-size: 19px;
  }
  .curses_accordion_tags .tag_item {
    height: 30px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 19px;
  }
  .curses_accordion .accord_item_title {
    padding-right: 100px;
  }
  .curses_accordion {
    margin-bottom: 100px;
  }
  .m_title {
    font-size: 40px;
    max-width: 750px;
    margin-bottom: 50px;
  }
  .format_item_text {
    font-size: 19px;
  }
  .format_item_title {
    font-size: 25px;
  }
  .format_item_ic svg {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
  .format {
    padding-bottom: 100px;
  }
  .where_item_title {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .where_item_text {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .where_item_info .name {
    font-size: 17px;
  }
  .where {
    padding-bottom: 80px;
  }
  .unpacking_date .name {
    font-size: 16px;
  }
  .unpacking_date .val {
    font-size: 24px;
  }
  .unpacking_text p {
    font-size: 19px;
  }
  .unpacking_text {
    margin-bottom: 80px;
  }
  .unpacking_button .btn {
    height: 60px;
    padding: 0 60px;
  }
  .btn_blue span {
    font-size: 20px !important;
  }
  .btn_blue {
    height: 60px !important;
  }
  .webinar_subtitle {
    background-size: 26px auto;
    padding-top: 60px;
    font-size: 24px;
  }
  .webinar_text {
    font-size: 19px;
  }
  .why {
    padding-bottom: 50px;
  }
  .reviews {
    padding-top: 50px;
  }
  .webinar_nav {
    margin-bottom: 50px;
  }
  .webinar_nav .btn_sl {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
  .webinar_nav .btn_sl svg {
    width: 10px;
  }
  .reviews_slider_title_name,
  .reviews_slider_title_surname {
    font-size: 22px;
  }
  .reviews_slider_text {
    font-size: 19px;
  }
  .waited {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why_button .btn {
    width: 300px;
  }
  .curses_accordion .accord_item_content {
    padding-left: 320px;
  }
  .accord_box_title {
    font-size: 24px;
  }
  .accord_box li {
    font-size: 19px;
    background-size: 16px auto;
  }
  .accord_box_info {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .accord_box_text p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .accord_box_buttons .btn {
    height: 60px;
    min-width: 300px;
    max-width: 300px;
  }
  .waited_item .name {
    min-width: 345px;
    max-width: 345px;
    font-size: 26px;
  }
  .waited_img {
    min-width: 455px;
    max-width: 455px;
    margin-left: 60px;
  }
  .waited_item .val {
    font-size: 19px;
  }
  .waited_item {
    padding: 30px 0;
  }
  .teacher {
    padding: 50px 0;
  }
  .teacher_subtitle {
    font-size: 24px;
  }
  .teacher_subtitle {
    width: 900px;
  }
  .teacher_item_title {
    font-size: 26px;
  }
  .teacher_item_img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 15px;
  }
  .teacher_item_subtitle {
    font-size: 19px;
  }
  .teacher_text p {
    font-size: 19px;
    background-size: 16px auto;
    background-position: left 2px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq_acordeon .accord_item_title {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 100px;
    font-size: 24px;
  }
  .faq_acordeon .accord_item_title:before {
    top: 38px;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
  }
  .faq_acordeon .accord_item_content {
    padding-bottom: 30px;
    font-size: 19px;
  }
  .capability {
    padding: 50px 0;
  }
  .capability_item_text {
    font-size: 20px;
    background-size: 16px auto;
  }
  .blog {
    padding: 50px 0;
  }
  .blog_img {
    margin-bottom: 20px;
  }
  .blog_title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .blog_text {
    font-size: 19px;
    line-height: 1.2;
    height: 114px;
  }
  .blog_link a {
    font-size: 20px;
  }
  .why_button {
    padding-top: 35px;
  }
  .marque {
    padding: 50px 0 50px;
  }
  .quest {
    padding: 50px 0 80px;
  }
  .quest_title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .quest_subtitle {
    font-size: 21px;
  }
  .quest_headline {
    min-width: 562px;
    max-width: 562px;
    padding-right: 100px;
  }
  .quest_form input,
  .news_form input {
    height: 60px;
  }
  .quest_form input,
  .quest_form textarea,
  .news_form input,
  .news_form textarea {
    font-size: 19px;
  }
  .quest_form_info {
    font-size: 14px;
  }
  .quest_df {
    padding: 50px;
  }
  .news_img {
    min-width: 550px;
    max-width: 550px;
  }
  .news_title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .news_subtitle {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .news_list li {
    padding-left: 30px;
    background: url("../images/web1.svg") no-repeat left 3px/16px auto;
    font-size: 19px;
    margin-bottom: 10px;
  }
  .news_but .btn {
    height: 60px;
  }
  .news_content {
    padding: 35px 50px;
  }
  .footer_logo svg {
    width: 280px;
  }
  .footer_top_description {
    margin-right: 70px;
    min-width: 320px;
    max-width: 320px;
    font-size: 18px;
  }
  .footer_top_nav li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .cont {
    width: 1170px;
    padding: 0 20px;
  }
  .top_banner_time {
    display: none;
  }
  .top_banner_df {
    background: transparent;
    padding-left: 0;
  }
  .logo {
    min-width: 190px;
    max-width: 190px;
    margin-right: auto;
  }
  .nav li a,
  .header_enter .btn span,
  .main_left_text {
    font-size: 20px;
  }
  .nav li {
    margin-right: 30px;
  }
  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main_left {
    min-width: 520px;
    max-width: 520px;
  }
  .main_title {
    font-size: 40px;
  }
  .main_right {
    min-width: 500px;
    max-width: 500px;
  }
  .main_box_wrapper {
    width: 500px;
    height: 400px;
  }
  .main_box {
    height: 400px;
    right: 0;
    top: 0;
  }
  .main_box_wrapper:before {
    display: none;
  }
  .main_box_marker {
    top: -25px;
    left: 35px;
  }
  .hljs {
    font-size: 16px;
  }
  .main_answer {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    padding: 30px 25px;
  }
  .main_answer:before {
    display: none;
  }
  .main_answer_text {
    font-size: 16px;
  }
  .main_answer_img {
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
  }
  .main_answer_label,
  .main_box_marker {
    height: 40px;
    padding: 0 30px;
    top: -20px;
  }
  .main_box_marker {
    font-size: 18px;
  }
  .main_left_text {
    margin-bottom: 270px;
  }
  .l_title span {
    font-size: 15px;
  }
  .l_title {
    margin-bottom: 14px;
  }
  .sup_title {
    font-size: 36px;
  }
  .curses_headline_subtitle {
    font-size: 18px;
  }
  .curses_accordion .accord_item_title {
    flex-wrap: wrap;
  }
  .curses_accordion_title {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }
  .curses_accordion_present {
    min-width: 50%;
    max-width: 50%;
  }
  .curses_accordion .accord_item_content {
    padding-left: 0;
  }
  .curses_accordion {
    margin-bottom: 60px;
  }
  .m_title {
    font-size: 36px;
  }
  .waited_item {
    flex-wrap: wrap;
  }
  .waited_item .name {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .teacher_subtitle {
    font-size: 22px;
  }
  .teacher_item_title {
    font-size: 24px;
  }
  .capability_item_text {
    font-size: 18px;
  }
  .blog_title {
    font-size: 24px;
  }
  .blog_text {
    font-size: 18px;
    height: 110px;
  }
  .blog_link a {
    font-size: 19px;
  }
  .news {
    padding-bottom: 100px;
  }
  .footer_top_nav a {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .cont {
    width: 960px;
  }
  .logo {
    min-width: 170px;
    max-width: 170px;
  }
  .nav li a,
  .header_enter .btn span,
  .main_left_text {
    font-size: 18px;
  }
  .nav {
    padding-left: 20px;
  }
  .nav li {
    margin-right: 25px;
  }
  .header_enter .btn .ic {
    margin-right: 8px;
    min-width: 18px;
    max-width: 18px;
  }
  .main_df {
    flex-wrap: wrap;
  }
  .main_left,
  .main_right {
    min-width: 100%;
    max-width: 100%;
  }
  .main_title br {
    display: none;
  }
  .main_left_text {
    margin-bottom: 52px;
  }
  .main_right {
    margin-top: 75px;
  }
  .main_box_wrapper {
    width: 100%;
    height: auto;
  }
  .curses_headline {
    flex-wrap: wrap;
  }
  .sup_title {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .curses_accordion_present {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .format_df {
    flex-wrap: wrap;
  }
  .format_item {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 80px;
  }
  .format {
    padding-bottom: 20px;
  }
  .where_df {
    flex-wrap: wrap;
  }
  .where_item {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 14px;
  }
  .m_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .unpacking_box_content {
    min-width: 490px;
    max-width: 490px;
  }
  .unpacking_date .name {
    margin-bottom: 10px;
  }
  .unpacking_date {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .unpacking_date {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .unpacking_text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .unpacking_text p {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 1200px) {
  .unpacking_text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .unpacking_text {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .waited_item .name {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .waited_item .val {
    font-size: 14px;
  }
  .waited_item {
    padding: 24px 0;
  }
  .waited_img {
    min-width: 400px;
    max-width: 400px;
    margin-left: 30px;
  }
  .teacher .m_title {
    margin-bottom: 34px;
  }
  .teacher_subtitle {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .m_title {
    max-width: 600px;
  }
  .webinar_headline {
    flex-wrap: wrap;
  }
  .webinar_nav .btn_sl {
    margin-left: 0;
    margin-right: 30px;
  }
  .teacher .webinar_nav {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .faq_acordeon .accord_item_title {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 20px;
  }
  .faq_acordeon .accord_item_title:before {
    top: 28px;
    width: 22px;
    height: 22px;
  }
  .faq_acordeon .accord_item_content {
    font-size: 14px;
    padding-bottom: 22px;
  }
  .capability_item_text {
    padding-left: 26px;
    background-size: 14px auto;
    font-size: 18px;
  }
  .capability_item_wrap {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .blog_title {
    margin-bottom: 12px;
  }
  .blog_text {
    font-size: 14px;
    height: 117px;
    margin-bottom: 13px;
  }
  .blog_link a {
    font-size: 16px;
  }
  .quest_df {
    flex-wrap: wrap;
  }
  .quest_title {
    font-size: 34px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .quest_title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .quest_subtitle {
    font-size: 17px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .quest_subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .quest_form input,
  .quest_form textarea,
  .news_form input,
  .news_form textarea {
    padding: 0 14px;
  }
  .quest_form textarea,
  .news_form textarea {
    padding: 14px;
  }
  .quest_form input,
  .news_form input {
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .quest_form input,
  .news_form input {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }
}

@media screen and (max-width: 1200px) {
  .quest_form textarea,
  .news_form textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .quest_form textarea,
  .news_form textarea {
    height: 90px;
    font-size: 14px;
    padding: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .quest_form_info {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .quest_form_info {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .btn_blue,
  .bg_white {
    height: 50px !important;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .btn_blue,
  .bg_white {
    height: 44px !important;
  }
}

@media screen and (max-width: 1200px) {
  .btn_blue span {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .btn_blue span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1200px) {
  .news_img {
    min-width: 450px;
    max-width: 450px;
  }
  .news_title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .news_title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .news_list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 992px) {
  .news_list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .btn_white span {
    font-size: 14px;
  }
  .news_but .btn .ic {
    min-width: 25px;
    max-width: 25px;
  }
  .news_but .btn {
    height: 50px;
  }
  .news_img:before {
    width: 180px;
  }
  .news_content {
    padding: 20px;
  }
  .footer_top {
    flex-wrap: wrap;
  }
  .footer_top_description {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .footer_top_nav li {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer_top_info {
    min-width: 100%;
    max-width: 100%;
  }
  .top_banner_btn .btn {
    height: 50px;
  }
  .top_banner_df {
    height: auto;
    padding: 14px 0;
  }
}
