@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background: rgb(28, 95, 197);
  overflow-x: hidden;
}
body.open {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

.burger {
  display: none;
  position: absolute;
  left: -54px;
  width: 54px;
  height: 46px;
  cursor: pointer;
  z-index: 111;
  background: rgb(255, 255, 255);
  border-radius: 30px 0 0 30px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .burger {
    display: flex;
  }
}
.burger.open {
  background: rgb(232, 236, 255);
}
.burger.open:before {
  background: rgb(28, 95, 197);
  transform: rotate(-45deg);
  top: 21px;
  height: 3px;
}
.burger.open:after {
  background: rgb(28, 95, 197);
  top: 21px;
  transform: rotate(45deg);
  height: 3px;
}
.burger.open span:before {
  display: none;
}
.burger:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 21px;
  width: 20px;
  height: 3px;
  background: rgb(28, 95, 197);
  transition: 0.5s;
  border-radius: 4px;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 21px;
  width: 20px;
  height: 3px;
  background: rgb(28, 95, 197);
  transition: 0.5s;
  border-radius: 4px;
}
.burger span {
  position: relative;
  display: block;
  width: 20px;
  height: 15px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 20px;
  height: 3px;
  background: rgb(28, 95, 197);
  border-radius: 4px;
}

h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 40px;
  }
}

h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 40px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  h3 {
    margin-bottom: 12px;
    line-height: 40px;
  }
}

.btn {
  height: 50px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: rgb(231, 64, 84);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn span.icon {
  margin-right: 15px;
}
.btn span.icon img {
  display: block;
}
.btn:hover {
  color: #fff;
  background: #357FEF;
}
.btn--white {
  background: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  font-size: 16px;
  text-transform: none;
}
.btn--white:hover {
  color: #357FEF;
  background: #fff;
}

.title-discription {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .title-discription {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 22px;
  }
}

.benefits-section {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .benefits-section {
    margin-bottom: 0px;
  }
}

.all-course-section {
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  .all-course-section {
    margin-bottom: 6px;
    padding-top: 36px;
  }
}

.all-course {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .all-course {
    flex-direction: column;
  }
}
.all-course__block {
  margin-bottom: 20px;
}
.all-course__side {
  width: 265px;
}
@media (max-width: 992px) {
  .all-course__side {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
}
.all-course__content {
  width: calc(100% - 290px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .all-course__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .all-course__content {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.views ul {
  display: flex;
}
@media (max-width: 992px) {
  .views ul {
    justify-content: flex-end;
  }
}
.views ul li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.views ul li .icon {
  color: #fff;
}
.views ul li.active {
  background: #fff;
}
.views ul li.active .icon {
  color: rgb(28, 95, 197);
}

.course-item {
  border-radius: 30px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  position: relative;
  padding: 22px;
  width: 100%;
}
@media (min-width: 1281px) {
  .course-item--lg {
    padding-left: 482px;
    min-height: 264px;
  }
  .course-item--lg .course-item__img {
    width: 425px;
    min-width: 425px;
    height: 220px;
    position: absolute;
    top: 22px;
    left: 22px;
  }
  .course-item--lg .course-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .course-item--lg .course-item__price {
    justify-content: flex-start;
  }
  .course-item--lg .course-item__cost {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .course-item--lg .course-item__actual {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.course-item--sm {
  padding: 8px;
  width: calc(33.3333333333% - 8px);
  margin-right: 8px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-item--sm .course-item__main {
  flex-direction: column;
}
.course-item--sm .course-item__img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 14px;
  min-width: 100%;
}
.course-item--sm .course-item__bottom {
  flex-direction: column;
  padding: 16px;
  justify-content: flex-start;
  border-radius: 12px;
}
.course-item--sm .course-item__content h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.course-item--sm .course-item__content p {
  font-size: 12px;
  line-height: 18px;
}
.course-item--sm .course-item__rating {
  margin-bottom: 8px;
}
.course-item--sm .btn {
  width: 100%;
}
.course-item--sm .course-item__price {
  width: 100%;
}
.course-item--sm .course-item__cost {
  flex-direction: row;
  margin-bottom: 8px;
  width: 100%;
}
.course-item--sm .course-item__old {
  padding: 0;
  background: transparent;
  font-size: 12px;
}
.course-item--sm .course-item__actual {
  font-size: 16px;
  margin: 0 10px 0 0;
}
.course-item--sm .course-item__cost-title {
  font-size: 12px;
}
@media (max-width: 768px) {
  .course-item {
    padding: 8px;
    width: calc(50% - 4px);
    margin-right: 0px;
    border-radius: 15px;
  }
  .course-item .course-item__main {
    flex-direction: column;
  }
  .course-item .course-item__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
    min-width: 100%;
  }
  .course-item .course-item__bottom {
    flex-direction: column;
    padding: 16px;
    justify-content: flex-start;
    border-radius: 12px;
  }
  .course-item .course-item__content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .course-item .course-item__content p {
    font-size: 12px;
    line-height: 18px;
  }
  .course-item .course-item__rating {
    margin-bottom: 8px;
  }
  .course-item .btn {
    width: 100%;
  }
  .course-item .course-item__price {
    width: 100%;
  }
  .course-item .course-item__cost {
    flex-direction: row;
    margin-bottom: 8px;
    width: 100%;
  }
  .course-item .course-item__old {
    padding: 0;
    background: transparent;
    font-size: 12px;
  }
  .course-item .course-item__actual {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .course-item .course-item__cost-title {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .course-item {
    width: 100%;
  }
}
.course-item__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.course-item__img {
  width: 264px;
  margin-right: 26px;
  min-width: 264px;
}
.course-item__img img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.course-item__content {
  width: 100%;
}
.course-item__content h4 {
  color: rgb(0, 0, 0);
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 14px;
}
.course-item__content p {
  color: rgb(96, 105, 117);
  font-size: 15px;
  font-weight: 300;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.course-item__rating {
  display: flex;
  margin-bottom: 14px;
}
.course-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  padding: 12px 12px 12px 20px;
  background: rgb(237, 240, 255);
}
.course-item__cost-title {
  display: block;
  color: rgb(16, 16, 16);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 4px;
}
.course-item__cost {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-item__actual {
  color: rgb(37, 37, 38);
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 16px;
}
.course-item__old {
  border-radius: 20px;
  padding: 2px 10px;
  background: rgb(255, 255, 255);
  color: rgb(227, 113, 113);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: line-through;
}

.star {
  margin-right: 4px;
}
.star .icon {
  width: 14px;
  height: 14px;
  color: rgb(255, 208, 115);
}
.star--empty {
  color: rgb(214, 226, 245);
}
.course-slider-top {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .course-slider-top {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.course-slider-top .swiper-container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .course-slider-top .swiper-container {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .course-slider-top .swiper-container {
    padding: 0 25px;
  }
}
.course-slider-top .swiper {
  overflow: visible;
}
.course-slider-top .swiper-pagination {
  display: none;
  justify-content: center;
  margin-bottom: -40px;
  align-items: center;
}
@media (max-width: 1280px) {
  .course-slider-top .swiper-pagination {
    display: flex;
  }
}
.course-slider-top .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid rgb(77, 147, 255);
  margin: 0 4px;
  opacity: 1;
  transition: 0.5s;
}
.course-slider-top .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid rgb(255, 255, 255);
  width: 11px;
  height: 11px;
}
.course-slider-top .swiper-button-prev {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 60px;
  border-radius: 30px 0px 0px 30px;
  background: rgb(46, 126, 247);
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translateY(-15%) rotate(0deg);
  transition: 0.5s;
}
.course-slider-top .swiper-button-prev:hover {
  background: #fff;
}
.course-slider-top .swiper-button-prev:hover .icon {
  color: #357FEF;
}
@media (max-width: 1280px) {
  .course-slider-top .swiper-button-prev {
    display: none;
  }
}
.course-slider-top .swiper-button-prev .icon {
  color: #fff;
  width: 13px;
  height: 24px;
}
.course-slider-top .swiper-button-prev:before {
  display: none;
}
.course-slider-top .swiper-button-prev:after {
  display: none;
}
.course-slider-top .swiper-button-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 60px;
  border-radius: 30px 0px 0px 30px;
  background: rgb(46, 126, 247);
  transform: translateY(-15%) rotate(-180deg);
  position: absolute;
  right: -53px;
  top: 50%;
  transition: 0.5s;
}
@media (max-width: 1280px) {
  .course-slider-top .swiper-button-next {
    display: none;
  }
}
.course-slider-top .swiper-button-next:hover {
  background: #fff;
}
.course-slider-top .swiper-button-next:hover .icon {
  color: #357FEF;
}
.course-slider-top .swiper-button-next .icon {
  color: #fff;
  width: 13px;
  height: 24px;
}
.course-slider-top .swiper-button-next:before {
  display: none;
}
.course-slider-top .swiper-button-next:after {
  display: none;
}
.course-slider-top .swiper-slide .course-item {
  width: 100%;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
}
.course-slider-top .swiper-slide .course-item .fl-wr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.school-section {
  overflow: hidden;
  position: relative;
  padding: 75px 0 100px 0;
  background: rgb(38, 109, 217);
}
@media (max-width: 768px) {
  .school-section {
    padding: 36px 0;
  }
}
.school-section .items__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.school-section .items__layer {
  position: absolute;
  height: 100vh;
  width: 100%;
}
@media (max-width: 768px) {
  .school-section .items__layer {
    overflow-x: hidden;
  }
}
.school-section .items__layer .items__item {
  position: absolute;
}
.school-section .items__layer:nth-child(1) {
  z-index: 1;
}
@media (max-width: 768px) {
  .school-section .items__layer:nth-child(1) {
    display: none;
  }
}
.school-section .items__layer:nth-child(1) .items__item {
  top: 95px !important;
  left: 10px !important;
}
.school-section .items__layer:nth-child(2) {
  z-index: 0;
}
.school-section .items__layer:nth-child(2) .items__item {
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: -50px;
  bottom: 300px;
}
@media (max-width: 768px) {
  .school-section .items__layer:nth-child(3) {
    display: none;
  }
}
.school-section .items__layer:nth-child(3) .items__item {
  position: absolute;
  top: auto !important;
  left: -200px !important;
  bottom: 100px;
}
.school-section .items__layer:nth-child(4) {
  z-index: 1;
}
@media (max-width: 768px) {
  .school-section .items__layer:nth-child(4) {
    display: none;
  }
}
.school-section .items__layer:nth-child(4) .items__item {
  top: 20% !important;
  left: auto !important;
  right: -150px;
}

@media (max-width: 768px) {
  .course-slider-bottom {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.course-slider-bottom .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 768px) {
  .course-slider-bottom .swiper-container {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .course-slider-bottom .swiper-container {
    padding: 0 25px;
  }
}
.course-slider-bottom .swiper {
  overflow: visible;
}
.course-slider-bottom .swiper-pagination2 {
  display: none;
  justify-content: center;
  padding-top: 20px;
  align-items: center;
}
@media (max-width: 1280px) {
  .course-slider-bottom .swiper-pagination2 {
    display: flex;
  }
}
.course-slider-bottom .swiper-pagination2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid rgb(77, 147, 255);
  margin: 0 4px;
  opacity: 1;
  transition: 0.5s;
}
.course-slider-bottom .swiper-pagination2 .swiper-pagination-bullet-active {
  border: 2px solid rgb(255, 255, 255);
  width: 11px;
  height: 11px;
}
.course-slider-bottom .swiper-button-prev2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 60px;
  border-radius: 30px 0px 0px 30px;
  background: rgb(46, 126, 247);
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translateY(-15%) rotate(0deg);
  transition: 0.5s;
}
.course-slider-bottom .swiper-button-prev2:hover {
  background: #fff;
}
.course-slider-bottom .swiper-button-prev2:hover .icon {
  color: #357FEF;
}
@media (max-width: 1280px) {
  .course-slider-bottom .swiper-button-prev2 {
    display: none;
  }
}
.course-slider-bottom .swiper-button-prev2 .icon {
  color: #fff;
  width: 13px;
  height: 24px;
}
.course-slider-bottom .swiper-button-prev2:before {
  display: none;
}
.course-slider-bottom .swiper-button-prev2:after {
  display: none;
}
.course-slider-bottom .swiper-button-next2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 60px;
  border-radius: 30px 0px 0px 30px;
  background: rgb(46, 126, 247);
  transform: translateY(-15%) rotate(-180deg);
  position: absolute;
  right: -53px;
  top: 50%;
  transition: 0.5s;
}
@media (max-width: 1280px) {
  .course-slider-bottom .swiper-button-next2 {
    display: none;
  }
}
.course-slider-bottom .swiper-button-next2:hover {
  background: #fff;
}
.course-slider-bottom .swiper-button-next2:hover .icon {
  color: #357FEF;
}
.course-slider-bottom .swiper-button-next2 .icon {
  color: #fff;
  width: 13px;
  height: 24px;
}
.course-slider-bottom .swiper-button-next2:before {
  display: none;
}
.course-slider-bottom .swiper-button-next2:after {
  display: none;
}
.course-slider-bottom .swiper-slide .course-item {
  width: 100%;
  box-shadow: none;
  margin-bottom: 0;
}

.benefits-section {
  padding: 70px 0 0 0;
}
.benefits-section .swiper-slide-active .benefits-tab {
  background: #fff;
  color: #357FEF;
}

@media (max-width: 768px) {
  .benefits-desktop-slider {
    display: none;
  }
}

.benefits-mobile-slider {
  display: none;
}
@media (max-width: 768px) {
  .benefits-mobile-slider {
    display: block;
  }
}

.benefits-item {
  width: 100%;
  min-height: 505px;
  border-radius: 20px;
  background: rgb(38, 109, 217);
}
@media (max-width: 768px) {
  .benefits-item {
    border-radius: 0;
    min-height: 660px;
  }
}

.benefits-tab {
  width: 100%;
  height: 46px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(53, 127, 239);
  transition: 0.5s;
  cursor: pointer;
}

.benefits-thumbs {
  padding: 0 50px;
  margin-bottom: -23px;
  z-index: 9;
}
@media (max-width: 992px) {
  .benefits-thumbs {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .benefits-thumbs {
    display: none;
  }
}

.benefits-slider {
  touch-action: auto;
}
@media (max-width: 768px) {
  .benefits-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.benefits-slider .swiper-pagination3 {
  display: none;
  justify-content: center;
  padding-top: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .benefits-slider .swiper-pagination3 {
    display: flex;
  }
}
.benefits-slider .swiper-pagination3 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid rgb(77, 147, 255);
  margin: 0 4px;
  opacity: 1;
  transition: 0.5s;
}
.benefits-slider .swiper-pagination3 .swiper-pagination-bullet-active {
  border: 2px solid rgb(255, 255, 255);
  width: 11px;
  height: 11px;
}

.benefits-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .benefits-item {
    flex-direction: column;
  }
}
.benefits-item__content {
  padding: 30px 565px 30px 100px;
}
@media (max-width: 1280px) {
  .benefits-item__content {
    padding-left: 20px;
    padding-right: 380px;
  }
}
@media (max-width: 768px) {
  .benefits-item__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
  }
}
.benefits-item__content p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .benefits-item__content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .benefits-item__btn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .benefits-item__btn {
    width: 100%;
  }
  .benefits-item__btn .btn {
    width: 100%;
  }
}
.benefits-item__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 545px;
}
@media (max-width: 1280px) {
  .benefits-item__img {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .benefits-item__img {
    position: relative;
    order: -2;
    height: 300px;
    width: 100%;
  }
}
.benefits-item__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 20px 20px 100px;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 768px) {
  .benefits-item__img img {
    border-radius: 0px 0px 0px 60px;
  }
}

.swiper-cube .swiper-cube-shadow {
  display: none;
}
.best-section {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .best-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.best-section__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .best-section__title {
    display: block;
    position: relative;
  }
}

.best-mobile-slider {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .best-mobile-slider {
    display: block;
  }
}
.best-mobile-slider .best-slider {
  position: relative;
}

.best-slider-desktop {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 645px;
}
@media (max-width: 768px) {
  .best-slider-desktop {
    min-height: 345px;
    display: none;
  }
}
.best-slider-desktop .swiper {
  margin: 0;
}

.best-thumbs {
  width: 560px;
  height: 490px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .best-thumbs {
    width: 400px;
    height: 540px;
  }
}
@media (max-width: 768px) {
  .best-thumbs {
    display: none;
  }
}
.best-thumbs .swiper-slide-active .best-tab {
  color: rgb(22, 22, 22);
  background: #fff;
}
.best-thumbs .swiper-slide-active .best-tab strong {
  color: rgb(22, 22, 22);
}
.best-thumbs .best-tab {
  display: block;
  padding: 20px 50px 20px 20px;
  border-radius: 19px;
  background: rgb(62, 131, 237);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 12px;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 992px) {
  .best-thumbs .best-tab {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    min-height: 120px;
  }
}
.best-thumbs .best-tab strong {
  display: block;
  margin-bottom: 6px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .best-thumbs .best-tab strong {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}

.best-slider {
  position: absolute;
  left: 540px;
  width: 820px;
}
@media (max-width: 992px) {
  .best-slider {
    left: 360px;
  }
}
@media (max-width: 768px) {
  .best-slider {
    left: 0;
    width: calc(100% + 30px);
    margin: 0 -15px !important;
    padding-top: 50px;
  }
}
.best-slider .swiper-pagination4 {
  display: none;
  justify-content: center;
  padding-top: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .best-slider .swiper-pagination4 {
    display: flex;
  }
}
.best-slider .swiper-pagination4 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid rgb(77, 147, 255);
  margin: 0 4px;
  opacity: 1;
  transition: 0.5s;
}
.best-slider .swiper-pagination4 .swiper-pagination-bullet-active {
  border: 2px solid rgb(255, 255, 255);
  width: 11px;
  height: 11px;
}

.best-item__mobile-content {
  display: none;
  position: absolute;
  left: 0;
  top: -50px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .best-item__mobile-content {
    display: block;
    width: calc(100% - 40px);
    margin: 0px 20px 0 20px;
    font-size: 12px;
    color: rgb(22, 22, 22);
    line-height: 16px;
  }
  .best-item__mobile-content strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.best-item img {
  width: 820px;
  height: 645px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px 20px 20px 80px;
  border-left: 10px solid #fff;
}
@media (max-width: 768px) {
  .best-item img {
    border-radius: 0;
    border: 0;
    width: 100%;
    height: 400px;
  }
}

.welcome-section {
  height: 100vh;
  position: relative;
}
.welcome-section .earth-img {
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .welcome-section .earth-img {
    bottom: -200px;
    display: flex;
    justify-content: center;
  }
}
.welcome-section .earth-img img {
  width: 675px;
  height: 344px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 768px) {
  .welcome-section .earth-img img {
    width: 440px;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
  }
}
.welcome-section .items__inner {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.welcome-section .items__layer {
  position: absolute;
  height: 100vh;
  width: 100%;
}
.welcome-section .items__layer .items__item {
  position: absolute;
}
.welcome-section .items__layer:nth-child(1) {
  z-index: 1;
}
@media (max-width: 768px) {
  .welcome-section .items__layer:nth-child(1) {
    display: none;
  }
}
.welcome-section .items__layer:nth-child(1) .items__item {
  top: 95px !important;
  left: 10px !important;
}
.welcome-section .items__layer:nth-child(2) {
  z-index: 0;
}
.welcome-section .items__layer:nth-child(2) .items__item {
  position: absolute;
  top: 60px !important;
  left: auto !important;
  right: 50px;
}
.welcome-section .items__layer:nth-child(3) .items__item {
  position: absolute;
  top: auto !important;
  left: -50px !important;
  bottom: 90px;
}
.welcome-section .items__layer:nth-child(4) .items__item {
  top: auto !important;
  left: auto !important;
  right: -30px;
  bottom: 120px;
}
.welcome-section .items__layer:nth-child(5) .items__item {
  position: absolute;
  top: auto !important;
  left: 25% !important;
  bottom: -130px;
  z-index: 9;
}
.welcome-section .items__layer:nth-child(6) .items__item {
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: 21%;
  bottom: -80px;
}
.welcome-section .items__layer:nth-child(6) .items__item img {
  width: 571px;
}
.welcome-section .items__layer:nth-child(7) .items__item {
  position: absolute;
  top: 15% !important;
  left: -150px !important;
}
.welcome-section .items__layer:nth-child(8) {
  z-index: 1;
}
.welcome-section .items__layer:nth-child(8) .items__item {
  top: 20% 0px !important;
  left: auto !important;
  right: -150px;
}

.welcome-content {
  max-width: 470px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  padding: 0 20px;
}
.welcome-content .title-discription {
  text-align: center;
}
.welcome-content__btn {
  display: flex;
  justify-content: center;
}

.company-section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .company-section {
    padding: 30px 0;
  }
}

.company-list span {
  display: block;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  color: rgb(25, 24, 33);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 3%;
  text-align: left;
  padding: 10px;
  display: none;
}
.company-list span.show {
  display: block;
}

.company-btn-show {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.5s;
  height: 35px;
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.company-btn-show.hide {
  display: none;
}
.company-btn-show:hover {
  background: #fff;
  color: #222;
}

.about-section {
  padding-top: 70px;
  background: rgb(242, 247, 255) url(../img/line-bg.png) repeat;
}

.about {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about {
    display: flex;
    flex-direction: column;
  }
}
.about__content {
  min-width: 420px;
}
@media (max-width: 768px) {
  .about__content {
    min-width: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}
.about__content h2 {
  color: #222;
}
.about__content h2 small {
  display: block;
  color: rgb(28, 39, 56);
  font-size: 28px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: left;
}
.about__content p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 540px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .about__content p {
    max-width: 100%;
  }
}
.about__image {
  margin-right: -50px;
}
@media (max-width: 768px) {
  .about__image {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.about__image img {
  width: 690px;
  max-width: 100%;
  display: block;
}
.about .btn .icon {
  transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .about__btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.header-overflow {
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 99;
}

header {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 992px) {
  header {
    padding: 20px 15px;
    top: 0;
  }
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .header-content {
    justify-content: flex-start;
  }
}

.logo {
  color: rgb(192, 224, 252);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 20px;
}
.logo span {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 6px;
}

.main-menu {
  border-radius: 50px;
  padding: 10px;
  background: rgb(255, 255, 255);
  transition: 1s;
}
.main-menu.open {
  right: 0;
}
@media (max-width: 992px) {
  .main-menu {
    width: 245px;
    padding: 20px;
    height: 100vh;
    position: absolute;
    right: -245px;
    top: 0;
    border-radius: 0;
  }
}
.main-menu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .main-menu ul {
    flex-direction: column;
  }
}
.main-menu ul li {
  margin: 0 5px;
}
@media (max-width: 992px) {
  .main-menu ul li {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  color: rgb(153, 159, 190);
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 46px;
  border-radius: 50px;
  transition: 0.5s;
}
@media (max-width: 1280px) {
  .main-menu ul li a {
    padding: 0 10px;
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .main-menu ul li a {
    display: flex;
  }
}
.main-menu ul li a .icon {
  width: 16px;
  height: 12px;
  margin-right: 10px;
  color: rgb(153, 159, 190);
  transition: 0.5s;
}
.main-menu ul li a:hover {
  color: rgb(55, 72, 161);
  background: rgb(232, 236, 255);
}
.main-menu ul li a:hover .icon {
  color: rgb(55, 72, 161);
}

footer {
  background: rgb(242, 247, 255);
  padding: 40px 15px;
}
@media (max-width: 992px) {
  footer {
    padding: 25px 15px;
  }
}

.footer-content {
  display: flex;
  justify-content: center;
}

.footer-logo {
  color: rgb(114, 114, 114);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .footer-logo {
    margin-right: 0;
    text-align: center;
  }
}
.footer-logo span {
  color: rgb(28, 95, 197);
  font-size: 26px;
  font-weight: 800;
  line-height: 31px;
  letter-spacing: 0%;
  display: block;
}

@media (max-width: 992px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer-menu ul {
    flex-direction: column;
  }
}
.footer-menu ul li {
  margin: 0 5px;
}
@media (max-width: 992px) {
  .footer-menu ul li {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
}
.footer-menu ul li:first-child {
  margin-left: 0;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li a {
  color: rgb(153, 159, 190);
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 46px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid rgb(210, 216, 248);
}
@media (max-width: 1280px) {
  .footer-menu ul li a {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .footer-menu ul li a {
    display: flex;
  }
}
.footer-menu ul li a .icon {
  width: 16px;
  height: 12px;
  margin-right: 10px;
  color: rgb(153, 159, 190);
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  color: rgb(55, 72, 161);
  background: rgb(232, 236, 255);
  border-color: rgb(232, 236, 255);
}
.footer-menu ul li a:hover .icon {
  color: rgb(55, 72, 161);
}

.wrapper {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
.swiper-slide {
  display: flex;
  height: auto;
}