body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
.top {
  display: flex;
  height: 58px;
  justify-content: flex-end;
  gap: 23px;
  flex-shrink: 0;
  padding-right: 190px;
  background: #C1EE4B;
  align-items: center;
}
.top__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top__number {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.main-top {
  display: inline;
  height: 58px;
  background: #C1EE4B;
  z-index: 10;
  position: absolute;
  width: 100%;
}
.main-top__text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 23px;
  flex-shrink: 0;
  padding-right: 190px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-top__number {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

@media screen and (min-width: 20px) and (max-width: 1180px) {
  .top {
    display: none;
  }
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 1610px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 38px;
  margin-top: 32px;
}
.header-logo {
  width: 161px;
  height: 39px;
  margin-right: 300px;
}
.header__logo:hover {
  zoom: 110%;
}
.header__navbar-links {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 0;
  list-style: none;
  gap: 75px;
}
.header__nav-links a {
  display: inline-block;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.header__nav-links {
  display: inline-block;
  padding-bottom: 0.25rem;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.header__nav-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: width 0.2s ease-in-out;
}
.header__nav-links:hover::before {
  width: 100%;
}
.header-btn {
  margin-left: -25px;
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
}
.header__btn-text {
  color: #000 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
}
.header__btn-text:hover {
  color: #FFF !important;
}
.header__toggle-button {
  display: none;
}

.main {
  position: relative;
  width: 100%;
}

.background-video {
  filter: brightness(55%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.video-bg {
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .header {
    width: 1400px;
  }
  .header-logo {
    margin-right: 250px;
  }
  .header__navbar-links {
    width: 700px;
    gap: 50px;
  }
  .header-btn {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .header {
    width: 1320px;
  }
  .header-logo {
    margin-right: 200px;
  }
  .header__navbar-links {
    width: 700px;
    gap: 50px;
  }
  .header-btn {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .header {
    width: 1100px;
  }
  .header-logo {
    margin-right: 80px;
  }
  .header__navbar-links {
    width: 600px;
    gap: 30px;
  }
  .header-btn {
    margin-left: 23px;
  }
}
.header__toggle-button {
  display: none;
}

.header__toggle-button {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 45px;
  height: 21px;
}

.header__toggle-button .bar-1 {
  height: 3px;
  width: 45px;
  background-color: #FFF;
  border-radius: 10px;
}

.header__toggle-button .bar-2 {
  height: 3px;
  width: 45px;
  background-color: #FFF;
  border-radius: 10px;
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .header {
    width: 1170px;
  }
  .header-logo {
    width: 141px;
    height: 35px;
    margin-right: 150px;
  }
  .header__navbar-links {
    gap: 50px;
  }
  .header__nav-links a {
    font-size: 14px;
  }
  .header-btn {
    margin-left: 50px;
  }
  .header__btn-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .main-top {
    display: none;
  }
  .header {
    width: 680px;
    background-color: #000;
    color: #FFF;
    border-radius: 0 50px;
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 20;
    display: block;
    top: 0;
    border: none;
    overflow: hidden;
  }
  .header__toggle-button {
    display: flex;
  }
  .header__navbar-link {
    padding-top: 35px;
    display: none;
    width: 100%;
  }
  .header__navbar-links {
    gap: 20px;
    text-align: center;
  }
  .header__navbar-link ul {
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .header__navbar-link ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .header__navbar-link.active {
    display: grid;
    width: 100%;
  }
  .background-video {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .main-top {
    display: none;
  }
  .header {
    width: 350px;
    background-color: #000;
    color: #FFF;
    border-radius: 0 50px;
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 20;
    display: block;
    top: 0;
    overflow: hidden;
    border: none;
  }
  .header__toggle-button {
    display: flex;
  }
  .header__navbar-link {
    padding-top: 35px;
    display: none;
    width: 100%;
  }
  .header__navbar-links {
    gap: 20px;
  }
  .header__navbar-link ul {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .header__navbar-link ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .header__navbar-link.active {
    display: grid;
    width: 100%;
  }
  .background-video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .main-top {
    display: none;
  }
  .header {
    width: 300px;
    background-color: #000;
    color: #FFF;
    border-radius: 0 50px;
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 20;
    display: block;
    top: 0;
    border: none;
  }
  .header__toggle-button {
    display: flex;
    padding-top: 20px;
  }
  .header__navbar-link {
    padding-top: 35px;
    display: none;
    width: 100%;
  }
  .header__navbar-links {
    gap: 20px;
  }
  .header__navbar-link.active {
    display: grid;
    width: 100%;
    justify-content: center;
  }
  .header-btn {
    margin: 0;
    padding: 0 10px;
  }
  .header__btn-text {
    font-size: 14px;
  }
  .header__btn-text {
    font-size: 14px;
  }
  .header__navbar-link ul {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .header__navbar-link ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .background-video {
    height: 77vh;
  }
}
.hero {
  display: grid;
  grid-template-columns: 581px auto;
  position: relative;
  top: 350px;
  left: 175px;
  width: 1600px;
  height: 50vh;
  margin-bottom: 600px;
}
.hero__text {
  width: 581px;
}
.hero__text-big {
  width: 581px;
  min-height: 250px;
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
.hero__text-small {
  width: 510px;
  min-height: 81px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero__text-bottom {
  display: grid;
  grid-template-columns: 581px 1000px;
}
.hero__text-bottom-right {
  display: flex;
  right: 40px;
  position: absolute;
}
.hero__text-bottom-right-text {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 43px;
}
.hero__text-bottom-right-text-style {
  text-decoration-line: underline;
}
.hero__center {
  display: flex;
  height: 300px;
  position: relative;
}
.hero__center-button {
  position: absolute;
  left: 29px;
  top: 30px;
}
.hero__text-bottom-left {
  display: inline-flex;
  align-items: center;
  gap: 51px;
  margin-top: 51px;
}
.hero__text-btn-1 {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.hero__text-btn-1:hover {
  border: 1px solid #C1EE4B;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
  background: transparent;
}
.hero__text-btn-2 {
  border: 1px solid #C1EE4B;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.hero__text-btn-2:hover {
  color: #000;
}
.hero__small-logo:hover {
  zoom: 120%;
}
.hero__text-button {
  display: none;
  align-items: center;
  gap: 10px;
  width: 320px;
  margin: 0 auto;
}
.hero__text-btn-mobile-1 {
  background: linear-gradient(102deg, #C1EE4B 25.97%, #03A87C 94.26%);
  color: #000;
  font-family: Muller;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  padding: 15px 20px;
  text-decoration: none;
}
.hero__text-btn-mobile-2 {
  background: #FFF;
  color: #000;
  font-family: Muller;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  padding: 15px 15px;
  border: 2px solid #C1EE4B;
  text-decoration: none;
}
.hero__text-mobile {
  display: none;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .hero {
    width: 1440px;
    top: 200px;
    left: 0;
    margin-left: 100px;
  }
  .hero__text-big {
    font-size: 46px;
  }
  .hero__text-small {
    font-size: 20px;
  }
  .hero__text-bottom {
    display: grid;
    grid-template-columns: 581px 600px;
  }
  .hero__center {
    width: 600px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .hero {
    width: 1220px;
    top: 200px;
    left: 0;
    margin-left: 100px;
  }
  .hero__text-big {
    font-size: 46px;
  }
  .hero__text-small {
    font-size: 20px;
  }
  .hero__text-bottom {
    display: grid;
    grid-template-columns: 581px 600px;
  }
  .hero__center {
    width: 600px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .hero {
    width: 1180px;
    top: 200px;
    left: 0;
    margin-left: 100px;
  }
  .hero__text-big {
    font-size: 36px;
    min-height: 170px;
  }
  .hero__text-small {
    font-size: 20px;
  }
  .hero__text-bottom {
    display: grid;
    grid-template-columns: 581px 600px;
  }
  .hero__center {
    width: 600px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .hero {
    width: 1080px;
    top: 200px;
    left: 0;
    margin-left: 100px;
  }
  .hero__text-big {
    font-size: 34px;
    min-height: 170px;
  }
  .hero__text-small {
    font-size: 20px;
  }
  .hero__text-bottom {
    display: flex;
    flex-direction: row;
  }
  .hero__center {
    width: 400px;
  }
  .hero__center-logo-svg {
    width: 400px;
    height: 260px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .hero {
    grid-template-columns: auto;
    left: 20px;
    top: 240px;
    width: 760px;
    margin-bottom: -150px;
  }
  .hero__text {
    width: 400px;
  }
  .hero__text-big {
    width: 760px;
    min-height: 150px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hero__text-small {
    width: 760px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
  }
  .hero__text-bottom {
    grid-template-columns: 760px;
  }
  .hero__center-logo {
    display: none;
  }
  .hero__text-bottom {
    display: none;
  }
  .hero__center {
    width: 760px;
  }
  .hero__text-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .hero {
    grid-template-columns: auto;
    left: 20px;
    top: 220px;
    width: 400px;
  }
  .hero__text {
    width: 400px;
  }
  .hero__text-big {
    width: 400px;
    min-height: 150px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hero__text-small {
    width: 400px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
  }
  .hero__text-bottom {
    grid-template-columns: 400px;
  }
  .hero__center-logo {
    display: none;
  }
  .hero__text-bottom {
    display: none;
  }
  .hero__center {
    width: 400px;
  }
  .hero__text-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 425px) {
  .hero {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    left: 0;
    width: 303px;
    padding: 0 40px;
  }
  .hero__text {
    width: 320px;
  }
  .hero__text-big {
    width: 300px;
    min-height: 150px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hero__text-small {
    width: 300px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
  }
  .hero__text-mobile {
    display: block;
  }
  .hero__center {
    display: none;
  }
  .hero__text-dekstop {
    display: none;
  }
  .hero__text-bottom {
    grid-template-columns: 300px;
  }
  .hero__center-logo {
    display: none;
  }
  .hero__text-bottom {
    display: none;
  }
  .hero__center {
    width: 300px;
  }
  .hero__text-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
}
.advantages {
  display: grid;
  width: 1410px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 200px;
}
.advantages-top {
  display: flex;
  flex-direction: row;
  width: 1440px;
  margin: 0 auto;
  gap: 180px;
  align-items: end;
}
.advantages__top-title {
  width: 550px;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.advantages__top-text {
  width: 801px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantages__box-1 {
  display: flex;
  flex-direction: row;
  width: 1440px;
  height: 440px;
  margin: 0 auto;
  gap: 300px;
  margin-top: 112px;
  align-items: center;
}
.advantages__box-2 {
  display: flex;
  flex-direction: row-reverse;
  width: 1440px;
  height: 440px;
  justify-content: center;
  gap: 300px;
  margin-top: 112px;
  align-items: center;
}
.advantages__box-text {
  width: 500px;
}
.advantages__box-title {
  width: 173px;
  min-height: 49px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
}
.advantages__box-paragraph {
  width: 435px;
  min-height: 85px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.advantages-bold {
  font-weight: 600;
}
.advantages__box-img {
  width: 441px;
  height: 365px;
  margin: 0 auto;
}
.advantages__box-right-img {
  float: right;
}
.advantages__box-title-3 {
  width: 285px;
  min-height: 49px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
}
.advantages__box-paragraph-3 {
  width: 413px;
  min-height: 84px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.advantages__box-paragraph-5 {
  width: 389px;
  min-height: 104px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.advantages__box-title-9 {
  width: 255px;
  min-height: 49px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.advantages__box-paragraph-9 {
  width: 368px;
  min-height: 126px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.advantages__top-border {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 16px 23px 15px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000;
}

h2 {
  margin: 0;
}

@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .advantages {
    width: 1380px;
  }
  .advantages-top {
    width: 1380px;
  }
  .advantages__box-1 {
    width: 1400px;
    gap: 200px;
  }
  .advantages__box-2 {
    width: 1400px;
    gap: 300px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .advantages {
    width: 1200px;
  }
  .advantages-top {
    width: 1200px;
  }
  .advantages__box-1 {
    width: 1200px;
  }
  .advantages__box-2 {
    width: 1200px;
  }
  .advantages-top {
    gap: 100px;
  }
  .advantages__box {
    gap: 240px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .advantages {
    width: 1100px;
  }
  .advantages-top {
    width: 1100px;
  }
  .advantages__box-1 {
    width: 1100px;
    gap: 200px;
  }
  .advantages__box-2 {
    width: 1100px;
    gap: 200px;
  }
  .advantages-top {
    gap: 70px;
  }
  .advantages__box {
    gap: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .advantages {
    display: block;
    width: 750px;
    margin-top: 300px;
  }
  .advantages-top {
    width: 750px;
    display: block;
    gap: 10px;
  }
  .advantages__top-title {
    width: 750px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .advantages__title, .advantages h2 {
    width: 750px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .advantages__top-text {
    width: 750px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .advantages__box-1 {
    flex-direction: column-reverse;
    width: 750px;
    height: 540px;
    margin: 0 auto;
    gap: 75px;
    margin-bottom: 75px;
    margin-top: 112px;
    align-items: center;
  }
  .advantages__box-2 {
    flex-direction: column-reverse;
    width: 750px;
    height: 540px;
    margin: 0 auto;
    gap: 75px;
    margin-bottom: 75px;
    margin-top: 112px;
    align-items: center;
  }
  .advantages__box-text {
    width: 750px;
  }
  .advantages__box-img {
    width: 450px;
  }
  .advantages__box-right-img {
    width: 450px;
  }
  .advantages__box-title {
    width: 750px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-titile-3 {
    width: 750px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-paragraph {
    width: 750px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-paragraph-3 {
    width: 750px;
    min-height: 84px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-paragraph-5 {
    width: 750px;
    min-height: 104px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-title-9 {
    width: 750px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-paragraph-9 {
    width: 750px;
    min-height: 126px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__top-border {
    display: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .advantages {
    display: block;
    width: 400px;
    margin-top: 300px;
    overflow-x: hidden;
  }
  .advantages-top {
    width: 420px;
    display: block;
    gap: 10px;
  }
  .advantages__top-title {
    width: 420px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .advantages__title, .advantages h2 {
    width: 320px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .advantages__top-text {
    width: 410px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .advantages__box-1 {
    flex-direction: column-reverse;
    width: 415px;
    height: 540px;
    margin: 0 auto;
    gap: 75px;
    margin-bottom: 75px;
    margin-top: 112px;
    align-items: center;
  }
  .advantages__box-2 {
    flex-direction: column-reverse;
    width: 415px;
    height: 540px;
    margin: 0 auto;
    gap: 75px;
    margin-bottom: 75px;
    margin-top: 112px;
    align-items: center;
  }
  .advantages__box-text {
    width: 410px;
  }
  .advantages__box-img {
    width: 410px;
  }
  .advantages__box-right-img {
    width: 350px;
    margin: 0 auto;
  }
  .advantages__box-title {
    width: 410px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-titile-3 {
    width: 410px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-paragraph {
    width: 410px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-paragraph-3 {
    width: 410px;
    min-height: 84px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-paragraph-5 {
    width: 410px;
    min-height: 104px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-title-9 {
    width: 410px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-paragraph-9 {
    width: 410px;
    min-height: 126px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__top-border {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .advantages {
    display: block;
    width: 300px;
    margin-top: 116px;
    overflow-x: hidden;
  }
  .advantages-top {
    width: 300px;
    display: block;
    gap: 10px;
  }
  .advantages__top-title {
    width: 320px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .advantages__title, .advantages h2 {
    width: 266px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .advantages__top-text {
    width: 306px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .advantages__box-1 {
    flex-direction: column-reverse;
    width: 310px;
    height: 540px;
    margin: 0 auto;
    gap: 75px;
    margin-bottom: 75px;
    margin-top: 112px;
    align-items: center;
  }
  .advantages__box-2 {
    flex-direction: column-reverse;
    width: 310px;
    height: 540px;
    margin: 0 auto;
    gap: 75px;
    margin-bottom: 75px;
    margin-top: 112px;
    align-items: center;
  }
  .advantages__box-text {
    width: 310px;
  }
  .advantages__box-img {
    width: 310px;
  }
  .advantages__box-right-img {
    width: 310px;
  }
  .advantages__box-title {
    width: 310px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-titile-3 {
    width: 310px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .advantages__box-paragraph {
    width: 310px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-paragraph-3 {
    width: 310px;
    min-height: 84px;
    width: 310px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-paragraph-5 {
    width: 310px;
    min-height: 104px;
    width: 310px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__box-title-9 {
    width: 310px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .advantages__box-paragraph-9 {
    width: 310px;
    min-height: 126px;
    width: 310px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .advantages__top-border {
    display: none;
  }
}
.box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: black;
  margin: 0 100px;
  border-bottom-left-radius: 50px;
}
.box__left {
  margin: 0 auto;
}
.box__left-title {
  width: 616px;
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.box__left-paragraph {
  width: 518px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box__left-btn {
  display: inline-flex;
  align-items: center;
  gap: 51px;
  margin-top: 51px;
}
.box-btn {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.box-btn:hover {
  color: #FFF;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .box {
    width: 1460px;
    margin: 0 auto;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .box__left-title {
    width: 400px;
    font-size: 46px;
  }
  .box__right-img {
    width: 810px;
    float: right;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .box {
    width: 1400px;
    margin: 0 auto;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .box__left-title {
    width: 400px;
    font-size: 46px;
  }
  .box__right-img {
    width: 810px;
    float: right;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .box {
    width: 1250px;
    margin: 0 auto;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .box__left {
    width: 380px;
  }
  .box__left-title {
    width: 380px;
    font-size: 40px;
  }
  .box__left-paragraph {
    width: 390px;
    font-size: 20px;
  }
  .box__right-img {
    width: 100%;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .box {
    width: 1150px;
    margin: 0 auto;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .box__left {
    width: 340px;
    padding-left: 20px;
  }
  .box__left-title {
    width: 340px;
    font-size: 36px;
  }
  .box__left-paragraph {
    width: 350px;
    font-size: 18px;
  }
  .box__right-img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .box {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  .box__left-logo {
    display: none;
  }
  .box__left {
    width: 750px;
    margin: 0 auto;
  }
  .box__left-title {
    width: 750px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .box__left-paragraph {
    width: 750px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .box__left-btn {
    display: inline-flex;
    align-items: center;
    gap: 51px;
    margin-top: 51px;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
    margin-bottom: 100px;
  }
  .box-btn {
    background: #000;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    padding: 0px 15px;
  }
  .box__right-img {
    width: 100%;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .box {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .box__left-logo {
    display: none;
  }
  .box__left {
    width: 420px;
    margin: 0 auto;
  }
  .box__left-title {
    width: 410px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .box__left-paragraph {
    width: 410px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .box__left-btn {
    display: inline-flex;
    align-items: center;
    gap: 51px;
    margin-top: 51px;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
    margin-bottom: 100px;
  }
  .box-btn {
    background: #000;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    padding: 0px 15px;
  }
  .box__right-img {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .box {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0 auto;
    overflow-x: hidden;
    border-radius: 0px;
  }
  .box__left-logo {
    display: none;
  }
  .box__left {
    width: 320px;
    margin: 0 auto;
  }
  .box__left-title {
    width: 300px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .box__left-paragraph {
    width: 300px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .box__left-btn {
    display: inline-flex;
    align-items: center;
    gap: 51px;
    margin-top: 51px;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
    margin-bottom: 100px;
  }
  .box-btn {
    background: #000;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    padding: 0px 15px;
  }
  .box__right-img {
    width: 100%;
  }
}
.functionality {
  width: 1404px;
  margin: 0 auto;
  margin-bottom: 171px;
}
.functionality__top {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 50px;
}
.functionality__top-title {
  width: 630px;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.functionality__top-paragraph {
  width: 740px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.functionality__top-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 51px;
  margin-bottom: 112px;
  width: 1404px;
  gap: 120px;
}
.functionality__btn {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.functionality__btn-green {
  color: #03A87C;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-bottom: 8px solid;
  -o-border-image: linear-gradient(138deg, #C1EE4B, #03A87C) 1;
     border-image: linear-gradient(138deg, #C1EE4B, #03A87C) 1;
  padding-bottom: 11px;
}
.functionality__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 250px;
}
.functionality__box-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 250px;
}
.functionality__box-text {
  width: 450px;
}
.functionality__box-title {
  min-width: 246px;
  min-height: 69px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.functionality__box-paragraph {
  min-width: 443px;
  min-height: 160px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.functionality-video {
  width: 657px;
  height: 411px;
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .functionality {
    width: 1200px;
  }
  .functionality__top {
    gap: 10px;
  }
  .functionality__top-btn {
    width: 1200px;
    gap: 20px;
  }
  .functionality__top-title {
    width: 620px;
    font-size: 44px;
  }
  .functionality__top-paragraph {
    width: 570px;
  }
  .functionality__box {
    gap: 100px;
  }
  .functionality__box-2 {
    gap: 100px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .functionality {
    width: 1100px;
  }
  .functionality__top {
    gap: 10px;
  }
  .functionality__top-btn {
    width: 1100px;
    gap: 20px;
  }
  .functionality__top-title {
    width: 550px;
    font-size: 36px;
  }
  .functionality__top-paragraph {
    width: 500px;
  }
  .functionality__box {
    gap: 70px;
  }
  .functionality__box-2 {
    gap: 70px;
  }
  .functionality__box-text {
    width: 400px;
  }
  .functionality__box-paragraph {
    min-width: 400px;
  }
  .functionality-video {
    width: 607px;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .functionality {
    width: 750px;
    margin: 0 auto;
  }
  .functionality__top {
    display: block;
  }
  .functionality__top-title {
    width: 750px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .functionality__top-paragraph {
    width: 750px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .functionality__top-btn {
    display: none;
  }
  .functionality__box {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 100px;
  }
  .functionality__box-2 {
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
  }
  .functionality__box-text {
    width: 750px;
  }
  .functionality__box-title {
    min-width: 756px;
    min-height: 69px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .functionality__box-paragraph {
    min-width: 750px;
    min-height: 160px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .functionality-video {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .functionality {
    width: 420px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .functionality__top {
    display: block;
  }
  .functionality__top-title {
    width: 410px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .functionality__top-paragraph {
    width: 420px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .functionality__top-btn {
    display: none;
  }
  .functionality__box {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 100px;
  }
  .functionality__box-2 {
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
  }
  .functionality__box-text {
    width: 420px;
  }
  .functionality__box-title {
    min-width: 346px;
    min-height: 69px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .functionality__box-paragraph {
    min-width: 420px;
    min-height: 160px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .functionality-video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .functionality {
    width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .functionality__top {
    display: block;
  }
  .functionality__top-title {
    width: 300px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .functionality__top-paragraph {
    width: 320px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .functionality__top-btn {
    display: none;
  }
  .functionality__box {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .functionality__box-2 {
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
  }
  .functionality__box-text {
    width: 320px;
  }
  .functionality__box-title {
    min-width: 246px;
    min-height: 69px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .functionality__box-paragraph {
    min-width: 320px;
    min-height: 160px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .functionality-video {
    width: 100%;
    height: auto;
  }
}
.packages {
  background-color: black;
  height: 950px;
  margin-bottom: 400px;
}
.packages__top {
  width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.packages__top-logo {
  padding-right: 90px;
}
.packages__top-text {
  padding-top: 85px;
  width: 100%;
}
.packages__top-text-top {
  width: 160px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #FFF;
  border-radius: 50px;
}
.packages__top-title {
  width: 247px;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  visibility: visible;
}
.packages-h3 {
  margin-top: 11px;
  margin-bottom: 21px;
}
.packages__top-bottom {
  display: flex;
  align-items: baseline;
  gap: 50px;
  flex-direction: row;
}
.packages__top-paragraph {
  width: 734px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 61px;
  visibility: visible;
}
.packages__top-element {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 696px;
  height: 55px;
  border-radius: 50px;
  border: 1px solid #000;
  background: #DCDCDC;
  justify-content: center;
  visibility: visible;
  overflow: hidden;
}
.packages__top-period {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.packages-period {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  background: #DCDCDC;
  border: none;
  width: 120px;
  height: 55px;
  border-radius: 50px;
}
.packages-period:hover {
  background: #FFF;
  cursor: pointer;
}
.packages__top-period-text {
  display: none;
}
.packages-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.packages__cards {
  width: 400px;
  height: 744px;
  border-radius: 0px 50px;
  border: 1px solid #000;
  background: #FFF;
}
.packages__cards-green {
  width: 400px;
  height: 744px;
  border-radius: 0px 50px;
  background: #C1EE4B;
}
.packages__cards-element {
  width: 285px;
  height: 615px;
  margin: 0 auto;
}
.packages__cards-free {
  width: 160px;
  padding: 0 22px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #000;
  margin-top: 26px;
  margin-bottom: 27px;
}
.packages__cards-plan {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.packages__cards-plan-style {
  margin: 0;
}
.packages__cards-price {
  display: grid;
  grid-template-columns: auto auto;
}
.packages__cards-price-new {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.packages__cards-price-number {
  color: #EE3700;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.packages__cards-price-style {
  margin: 0;
}
.packages__cards-price-old {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.packages__cards-price-number-right {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  opacity: 0.5;
}
.packages__cards-price-2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.packages__cards-items {
  display: flex;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.packages__cards-left {
  text-align: left;
  width: 75%;
  color: #000;
}
.packages__cards-right {
  text-align: right;
  width: 25%;
}
.packages__cards-right-bold {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.packages__cards-btn {
  display: inline-flex;
  align-items: center;
}
.packages-btn {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.packages-btn:hover {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  color: #FFF;
}
.packages-btn-black {
  background: #000;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.packages-btn-black:hover {
  background: #FFF;
  color: #000;
}
.packages-hr {
  height: 1px;
  background-color: #000;
  border: #000;
}
.packages-grid-mobile {
  display: none;
}
.packages__top-bg-mobile {
  visibility: hidden;
}

.swiper, .swiper-wrapper, .swiper-slide {
  display: none;
  width: 420px;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .packages__top-paragraph {
    width: 536px;
  }
  .packages-flex {
    gap: 12px;
  }
  .packages__cards {
    width: 340px;
  }
  .packages__cards-green {
    width: 340px;
  }
  .packages__cards-plan {
    font-size: 58px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .packages__top-paragraph {
    width: 576px;
  }
  .packages-flex {
    gap: 18px;
  }
  .packages__cards {
    width: 360px;
  }
  .packages__cards-green {
    width: 360px;
  }
  .packages__cards-plan {
    font-size: 58px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .packages__top {
    grid-template-columns: 100px auto;
    width: 1200px;
  }
  .packages__top-paragraph {
    width: 476px;
  }
  .packages__top-logo {
    width: 65px;
  }
  .packages__top-element {
    width: 646px;
  }
  .packages__top-bottom {
    gap: 20px;
  }
  .packages-grid {
    gap: 12px;
  }
  .packages__cards {
    width: 300px;
  }
  .packages__cards-green {
    width: 300px;
  }
  .packages__cards-plan {
    font-size: 58px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .packages__top {
    grid-template-columns: 100px auto;
    width: 1100px;
  }
  .packages__top-paragraph {
    width: 436px;
  }
  .packages__top-logo {
    width: 65px;
  }
  .packages__top-period {
    gap: 44px;
  }
  .packages__top-element {
    width: 536px;
  }
  .packages__top-bottom {
    gap: 17px;
  }
  .packages-flex {
    gap: 12px;
  }
  .packages__cards {
    width: 285px;
  }
  .packages__cards-green {
    width: 285px;
  }
  .packages__cards-plan {
    font-size: 44px;
  }
  .packages__cards-left {
    width: 70%;
    padding-left: 10px;
  }
  .packages__cards-right {
    width: 20%;
  }
  .packages__cards-element {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .swiper {
    display: flex;
    width: 750px;
  }
  .swiper-wrapper {
    width: 750px;
  }
  .swiper-slide {
    width: 750px;
  }
  .packages {
    height: 1000px;
    background-color: #000;
  }
  .packages-grid-mobile {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .packages__top-bg {
    background: #000;
  }
  .packages__top {
    width: 750px;
  }
  .packages__top-text-top {
    display: none;
  }
  .packages__top-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .packages__top-paragraph {
    width: 750px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .packages__top-bottom {
    display: block;
    align-items: baseline;
    gap: 20px;
  }
  .packages__top-element {
    display: block;
    margin-bottom: 200px;
    visibility: hidden;
  }
  .packages__top-period {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 750px;
    background-color: white;
    visibility: visible;
  }
  .packages-period {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding: 15px 25px;
    flex-wrap: wrap;
    border-radius: 50px;
    border: 1px solid #C1EE4B;
    color: #000;
    background-color: white;
  }
  .packages-period:hover {
    background: linear-gradient(102deg, #C1EE4B 25.97%, #03A87C 94.26%);
    color: #000;
  }
  .packages-flex {
    display: none;
  }
  .packages__cards {
    margin: 0 auto;
    width: 600px;
    height: 744px;
    border-radius: 0px 50px;
    border: 1px solid #000;
    background: #FFF;
  }
  .packages__cards-green {
    margin: 0 auto;
    width: 600px;
    height: 744px;
    border-radius: 0px 50px;
    border: 1px solid #000;
    background: #C1EE4B;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .swiper {
    display: flex;
    width: 400px;
  }
  .swiper-wrapper {
    width: 400px;
  }
  .swiper-slide {
    width: 400px;
  }
  .packages {
    height: 1000px;
    background-color: #000;
    overflow-x: hidden;
  }
  .packages-grid-mobile {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .packages__top-bg {
    background: #000;
  }
  .packages__top {
    width: 420px;
  }
  .packages__top-text-top {
    display: none;
  }
  .packages__top-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .packages__top-paragraph {
    width: 420px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .packages__top-bottom {
    display: block;
    align-items: baseline;
    gap: 20px;
  }
  .packages__top-element {
    display: block;
    margin-bottom: 200px;
    width: 300px;
    visibility: hidden;
  }
  .packages__top-period {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 420px;
    background-color: white;
    visibility: visible;
  }
  .packages-period {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding: 15px 25px;
    flex-wrap: wrap;
    border-radius: 50px;
    border: 1px solid #C1EE4B;
    color: #000;
    background-color: white;
  }
  .packages-period:hover {
    background: linear-gradient(102deg, #C1EE4B 25.97%, #03A87C 94.26%);
    color: #000;
  }
  .packages-flex {
    display: none;
  }
  .packages__cards {
    margin: 0 auto;
    width: 390px;
    height: 744px;
    border-radius: 0px 50px;
    border: 1px solid #000;
    background: #FFF;
  }
  .packages__cards-green {
    margin: 0 auto;
    width: 390px;
    height: 744px;
    border-radius: 0px 50px;
    border: 1px solid #000;
    background: #C1EE4B;
  }
}
@media screen and (max-width: 425px) {
  .swiper {
    display: flex;
    width: 320px;
  }
  .swiper-wrapper {
    width: 320px;
  }
  .swiper-slide {
    width: 320px;
  }
  .packages {
    height: 405px;
    margin-bottom: 1200px;
  }
  .packages-grid-mobile {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .packages__top {
    width: 320px;
    flex-direction: column;
  }
  .packages__top-logo {
    margin-top: 60px;
  }
  .packages-logo {
    width: 65px;
    height: 55px;
  }
  .packages__top-text {
    padding-top: 10px;
  }
  .packages__top-text-top {
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(102deg, #C1EE4B 25.97%, #03A87C 94.26%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 70px;
  }
  .packages__top-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .packages__top-paragraph {
    width: 320px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .packages__top-bottom {
    display: block;
    align-items: baseline;
    gap: 20px;
  }
  .packages__top-element {
    display: block;
    margin-bottom: 200px;
    width: 300px;
    border: none;
    overflow: visible;
    background: white;
  }
  .packages__top-period {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 300px;
    background-color: white;
    visibility: visible;
    margin: 0;
  }
  .packages-period {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding: 15px 25px;
    flex-wrap: wrap;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
    color: #000;
    background-color: white;
    width: 100%;
  }
  .packages-period:hover {
    background: linear-gradient(102deg, #C1EE4B 25.97%, #03A87C 94.26%);
    color: #000;
  }
  .packages__top-period-text {
    display: block;
    background: white;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .packages-flex {
    display: none;
  }
  .packages__cards {
    margin: 0 auto;
    width: 310px;
    height: 660px;
    border-radius: 0px 50px;
    border: 1px solid #000;
    background: #FFF;
  }
  .packages__cards-plan {
    font-size: 56px;
  }
  .packages__cards-green {
    margin: 0 auto;
    width: 310px;
    height: 660px;
    border-radius: 0px 50px;
    border: 1px solid #000;
    background: #C1EE4B;
  }
  .packages__cards-btn {
    display: none;
  }
}
.comment {
  width: 1404px;
  margin: 0 auto;
}
.comment-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.comment__box-flex {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
}
.comment__box {
  width: 425px;
  min-height: 275px;
  border-radius: 0px 50px;
  border: 1px solid #000;
}
.comment__box-top {
  display: grid;
  grid-template-columns: 60px auto;
  margin-top: 35px;
  margin-left: 35px;
  align-items: center;
  gap: 22px;
}
.comment__box-work {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}
.comment__paragraph {
  width: 343px;
  height: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .comment {
    width: 1200px;
  }
  .comment__box {
    width: 375px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .comment {
    width: 1100px;
  }
  .comment__box {
    width: 375px;
  }
  .comment__box-flex {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .comment {
    width: 750px;
    margin: 0 auto;
  }
  .comment-title {
    text-align: center;
  }
  .comment__box-flex {
    flex-direction: column;
  }
  .comment__box {
    width: 500px;
    margin: 0 auto;
  }
  .comment__box-top {
    display: block;
    width: 450px;
    margin-left: 40px;
  }
  .comment__paragraph {
    width: 435px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .comment {
    width: 420px;
    overflow-x: hidden;
  }
  .comment__box-flex {
    flex-direction: column;
  }
  .comment__box {
    width: 410px;
  }
  .comment__box-top {
    display: block;
    width: 380px;
    margin-left: 40px;
  }
  .comment__paragraph {
    width: 385px;
  }
}
@media screen and (max-width: 425px) {
  .comment {
    width: 320px;
    overflow-x: hidden;
  }
  .comment__box-flex {
    flex-direction: column;
  }
  .comment__box {
    width: 310px;
  }
  .comment-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .comment__box-name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .comment__box-work {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.47px;
    text-transform: uppercase;
  }
  .comment__box-top {
    display: block;
    width: 270px;
    margin: 0 auto;
  }
  .comment__paragraph {
    width: 255px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 158%;
  }
  .comment__box-top {
    border: 1px solid white;
  }
  .comment-logo {
    width: 90px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-60%);
    top: -48px;
    border-radius: 100px;
    border: 5px solid #FFF;
    background: url(<path-to-image>), lightgray 50%/cover no-repeat, #D9D9D9;
  }
}
.footer {
  display: grid;
  grid-template-columns: 500px auto auto;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 105px;
       column-gap: 105px;
  row-gap: 0;
  background: rgb(238, 238, 238);
  height: 528px;
  width: 100%;
  margin-top: 160px;
}
.footer__left {
  width: 500px;
}
.footer__left-logo {
  margin-bottom: 41px;
  margin-top: 126px;
}
.footer__left-text {
  margin-bottom: 43px;
}
.footer__left-text {
  width: 435px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__left-number {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 15px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-phone {
  color: #4ECB71;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
.footer__center {
  width: 600px;
  margin-top: 124px;
}
.footer__center-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.footer__center-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 105px;
  align-items: baseline;
}
.footer__center-btn {
  display: grid;
  grid-template-rows: auto auto auto;
  margin-top: 20px;
}
.footer__center-left {
  width: 200px;
}
.footer__center-left-btn {
  width: 185px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.footer__center-center {
  width: 85px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.footer-btn-bold {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 27px;
}
.footer__center-btn {
  width: 200px;
  margin: 0 auto;
}
.footer__btn-ul {
  padding: 19px;
}
.footer-btn {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  width: 180px;
}
.footer__button {
  margin-top: 170px;
}
.footer__button-1 {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  width: 170px;
}
.footer__button-2 {
  display: flex;
  align-items: center;
}
.footer__button-btn {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.footer__button-btn-1 {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 50px;
  padding: 0px 15px;
}
.footer__button-btn:hover {
  color: #FFF;
}
.footer__button-btn-1:hover {
  color: #FFF;
}
.footer__bottom {
  display: flex;
  align-items: baseline;
  width: 1604px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(171deg, #03A87C 0%, #C1EE4B 100%) 1;
     border-image: linear-gradient(171deg, #03A87C 0%, #C1EE4B 100%) 1;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.a1 {
  margin-left: 401px;
  text-decoration: none;
}

.a2 {
  margin-left: 104px;
  text-decoration: none;
}

.a2:hover {
  -o-border-image: linear-gradient(171deg, #03A87C 0%, #C1EE4B 100%) 1;
     border-image: linear-gradient(171deg, #03A87C 0%, #C1EE4B 100%) 1;
  color: #000;
}

.a3 {
  margin-left: 68px;
  text-decoration: none;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .footer {
    grid-template-columns: 450px auto auto;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .footer__center-grid {
    gap: 55px;
  }
  .footer__bottom {
    width: 1400px;
  }
  .a1 {
    margin-left: 211px;
  }
  .a2 {
    margin-left: 84px;
  }
  .a3 {
    margin-left: 68px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .footer {
    grid-template-columns: 450px auto auto;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .footer__center-grid {
    gap: 55px;
  }
  .footer__bottom {
    width: 1380px;
  }
  .a1 {
    margin-left: 201px;
  }
  .a2 {
    margin-left: 84px;
  }
  .a3 {
    margin-left: 68px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .footer {
    grid-template-columns: 380px auto auto;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .footer__left {
    width: 350px;
  }
  .footer__left-text {
    width: 385px;
  }
  .footer__center {
    width: 550px;
  }
  .footer__center-grid {
    gap: 15px;
  }
  .footer__bottom {
    width: 1250px;
  }
  .a1 {
    margin-left: 101px;
  }
  .a2 {
    margin-left: 64px;
  }
  .a3 {
    margin-left: 48px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .footer {
    grid-template-columns: 360px auto auto;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .footer__left {
    width: 300px;
  }
  .footer__left-text {
    width: 355px;
  }
  .footer__center {
    width: 500px;
  }
  .footer__center-grid {
    gap: 35px;
  }
  .footer__bottom {
    width: 1150px;
  }
  .a1 {
    margin-left: 71px;
  }
  .a2 {
    margin-left: 44px;
  }
  .a3 {
    margin-left: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .footer {
    display: block;
    height: 600px;
  }
  .footer__left {
    width: 750px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .footer__left-text {
    width: 750px;
  }
  .footer__center {
    display: none;
  }
  .footer__center-btn {
    display: grid;
    grid-template-rows: auto;
    margin-top: 20px;
  }
  .footer__button {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    width: 750px;
    margin: 0 auto;
  }
  .footer__button-btn-2 {
    background: transparent;
    color: #000;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
  }
  .footer__button-2 {
    width: 250px;
  }
  .footer__bottom {
    width: 750px;
    border: none;
  }
  .a1 {
    margin: 0;
  }
  .a2 {
    margin-left: 30px;
  }
  .a3 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .footer {
    display: block;
    height: 780px;
    overflow-x: hidden;
  }
  .footer__left {
    width: 420px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .footer__left-text {
    width: 420px;
  }
  .footer__center {
    display: none;
  }
  .footer__center-btn {
    display: grid;
    grid-template-rows: auto;
    margin-top: 20px;
  }
  .footer__button {
    width: 420px;
    margin: 0 auto;
  }
  .footer__button-btn-2 {
    background: transparent;
    color: #000;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
  }
  .footer__button-2 {
    width: 340px;
  }
  .footer__bottom {
    width: 420px;
    border: none;
  }
  .a1 {
    margin: 0;
  }
  .a2 {
    margin-left: 30px;
  }
  .a3 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 425px) {
  .footer {
    display: block;
    height: 780px;
    overflow-x: hidden;
  }
  .footer-logo {
    width: 188px;
    height: 45px;
  }
  .footer__left {
    width: 320px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .footer__left-text {
    width: 320px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer__center {
    display: none;
  }
  .footer__center-btn {
    display: grid;
    grid-template-rows: auto;
    margin-top: 20px;
  }
  .footer__button {
    width: 320px;
    margin: 0 auto;
  }
  .footer__button-btn-1 {
    background: #FFF;
    color: #000;
    border-radius: 50px;
    border: 2px solid #C1EE4B;
    padding: 0 15px;
  }
  .footer__button-2 {
    width: 240px;
  }
  .footer__bottom {
    width: 320px;
    border: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    font-size: 10px;
  }
  .footer__bottom-btn {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
  }
  .a1 {
    margin: 0;
    padding-top: 11px;
  }
  .a2 {
    margin: 0;
    padding-top: 11px;
  }
  .a3 {
    margin: 0;
    padding-top: 11px;
  }
}
.about {
  display: flex;
  width: 1545px;
  margin: 0 auto;
}
.about-header {
  background-color: #000;
  width: 100%;
  height: 600px;
}
.about__text {
  width: 935px;
}
.about__text-title {
  width: 100%;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(102deg, #C1EE4B 25.97%, #03A87C 94.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 242px;
}
.about__text-paragraph {
  width: 656px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__logo {
  margin-top: 160px;
}
.about__logo-1 {
  margin-top: 220px;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .about {
    width: 100%;
    gap: 200px;
  }
  .about__text {
    width: 680px;
    margin-left: 75px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .about {
    width: 100%;
    gap: 200px;
  }
  .about__text {
    width: 680px;
    margin-left: 75px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .about {
    width: 100%;
    gap: 200px;
  }
  .about__text {
    width: 550px;
    margin-left: 75px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .about {
    width: 100%;
    gap: 96px;
  }
  .about__text {
    width: 550px;
    margin-left: 65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .about {
    width: 750px;
    flex-direction: row;
  }
  .about-header {
    height: 800px;
  }
  .about__text {
    width: 450px;
    margin: 0 auto;
  }
  .about__text-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .about {
    width: 420px;
    flex-direction: column;
  }
  .about-header {
    height: 1200px;
  }
  .about__text {
    width: 420px;
    margin: 0 auto;
  }
  .about__text-title {
    font-size: 32px;
  }
  .about__img {
    width: 400px;
  }
}
@media screen and (max-width: 425px) {
  .about {
    width: 320px;
    flex-direction: column;
  }
  .about-header {
    height: auto;
    padding-bottom: 100px;
  }
  .about__text {
    width: 320px;
    margin: 0 auto;
  }
  .about__text-paragraph {
    width: 300px;
    font-size: 18px;
  }
  .about__text-title {
    font-size: 32px;
  }
  .about__img {
    width: 300px;
  }
}
.purpose {
  width: 1737px;
  margin: 0 auto;
}
.purpose__top {
  display: flex;
  gap: 46px;
  justify-content: center;
  align-items: end;
}
.purpose__top-title {
  width: 550px;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.purpose-h3 {
  margin: 0;
}
.purpose__top-paragraph {
  width: 768px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.purpose__box-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}
.purpose__box {
  width: 380px;
  height: 498px;
  flex-shrink: 0;
  border-radius: 0px 50px;
  border: 1px solid #000;
  background: #FFF;
  margin: 0 auto;
}
.purpose__box-green {
  width: 440px;
  height: 498px;
  flex-shrink: 0;
  border-radius: 0px 50px;
  border: 1px solid #000;
  border-radius: 0px 50px;
  background: #C1EE4B;
  margin: 0 auto;
}
.purpose__box-gray {
  width: 440px;
  height: 498px;
  flex-shrink: 0;
  border-radius: 0px 50px;
  border: 1px solid #000;
  border-radius: 0px 50px;
  background: #EEE;
  margin: 0 auto;
}
.purpose__box-text {
  margin-left: 42px;
  margin-top: 89px;
}
.purpose__box-text-green {
  margin-left: 42px;
  margin-top: 215px;
}
.purpose__box-title {
  width: 356px;
  height: 77px;
  flex-shrink: 0;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.purpose__paragraph {
  width: 288px;
  min-height: 112px;
  flex-shrink: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.purpose__box-image {
  float: right;
  margin-top: 52px;
  margin-right: 32px;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .purpose {
    width: 1400px;
  }
  .purpose__box {
    width: 320px;
  }
  .purpose__box-green {
    width: 320px;
  }
  .purpose__box-gray {
    width: 320px;
  }
  .purpose__box-title {
    width: 256px;
    height: 77px;
  }
  .purpose__paragraph {
    width: 248px;
    min-height: 112px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .purpose {
    width: 1380px;
  }
  .purpose__box {
    width: 320px;
  }
  .purpose__box-green {
    width: 320px;
  }
  .purpose__box-gray {
    width: 320px;
  }
  .purpose__box-title {
    width: 256px;
    height: 77px;
  }
  .purpose__paragraph {
    width: 248px;
    min-height: 112px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .purpose {
    width: 1180px;
  }
  .purpose__top-paragraph {
    width: 589px;
  }
  .purpose__box-flex {
    gap: 25px;
  }
  .purpose__box {
    width: 290px;
  }
  .purpose__box-green {
    width: 290px;
  }
  .purpose__box-gray {
    width: 290px;
  }
  .purpose__box-title {
    width: 226px;
    height: 77px;
  }
  .purpose__paragraph {
    width: 248px;
    min-height: 112px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .purpose {
    width: 1100px;
  }
  .purpose__top-paragraph {
    width: 579px;
  }
  .purpose__box-flex {
    gap: 25px;
  }
  .purpose__box {
    width: 280px;
  }
  .purpose__box-green {
    width: 280px;
  }
  .purpose__box-gray {
    width: 280px;
  }
  .purpose__box-title {
    width: 200px;
    height: 77px;
  }
  .purpose__paragraph {
    width: 248px;
    min-height: 112px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .purpose {
    width: 750px;
  }
  .purpose__top {
    flex-direction: column;
  }
  .purpose__top-title {
    width: 750px;
    font-size: 28px;
  }
  .purpose__top-paragraph {
    width: 750px;
    font-size: 20px;
  }
  .purpose__box-flex {
    flex-direction: column;
  }
  .purpose__box {
    width: 500px;
  }
  .purpose__box-green {
    width: 500px;
  }
  .purpose__box-gray {
    width: 500px;
  }
  .purpose__box-title {
    width: 300px;
    font-size: 22px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .purpose {
    width: 420px;
  }
  .purpose__top {
    flex-direction: column;
  }
  .purpose__top-title {
    width: 420px;
    font-size: 28px;
  }
  .purpose__top-paragraph {
    width: 420px;
    font-size: 20px;
  }
  .purpose__box-flex {
    flex-direction: column;
  }
  .purpose__box {
    width: 420px;
  }
  .purpose__box-green {
    width: 420px;
  }
  .purpose__box-gray {
    width: 420px;
  }
  .purpose__box-title {
    width: 300px;
    font-size: 22px;
  }
}
@media screen and (max-width: 425px) {
  .purpose {
    width: 320px;
  }
  .purpose__top {
    flex-direction: column;
  }
  .purpose__top-title {
    width: 320px;
    font-size: 28px;
  }
  .purpose__top-paragraph {
    width: 320px;
    font-size: 20px;
  }
  .purpose__box-flex {
    flex-direction: column;
  }
  .purpose__box {
    width: 320px;
  }
  .purpose__box-image {
    margin-top: 23px;
  }
  .purpose__box-green {
    width: 320px;
  }
  .purpose__box-gray {
    width: 320px;
  }
  .purpose__box-title {
    width: 320px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .purpose__paragraph {
    width: 260px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
  }
}
.box__about {
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
}
.box__about-video {
  margin: 0 auto;
}
.box__about-video-background {
  width: 1780px;
  height: auto;
}
.box__about-text {
  width: 616px;
  position: absolute;
  top: 490px;
  left: 230px;
}
.box__about-title {
  width: 616px;
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.box__about-paragraph {
  width: 518px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box__about-button {
  margin-top: 31px;
  display: inline-flex;
  padding: 0px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
}
.box__about-btn {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
}
.box__about-btn:hover {
  color: #FFF;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .box__about-text {
    width: 616px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 280px;
    margin-left: 190px;
  }
  .box__about-video-background {
    width: 1460px;
    height: auto;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .box__about-text {
    width: 616px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 280px;
    margin-left: 190px;
  }
  .box__about-video-background {
    width: 1320px;
    height: auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .box__about-text {
    width: 616px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 180px;
    margin-left: 190px;
  }
  .box__about-title {
    font-size: 48px;
  }
  .box__about-paragraph {
    font-size: 22px;
  }
  .box__about-video-background {
    width: 1180px;
    height: auto;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .box__about-text {
    width: 516px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 180px;
    margin-left: 190px;
  }
  .box__about-title {
    font-size: 48px;
  }
  .box__about-paragraph {
    font-size: 22px;
  }
  .box__about-video-background {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .box__about {
    height: 600px;
  }
  .box__about-video-background {
    width: 100%;
  }
  .box__about-text {
    width: 420px;
    position: absolute;
    top: 250px;
    left: 20px;
  }
  .box__about-title {
    width: 420px;
    font-size: 28px;
    margin: 0 auto;
    line-height: normal;
    padding-bottom: 70px;
  }
  .box__about-paragraph {
    width: 420px;
    font-size: 22px;
    color: #000;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .box__about {
    height: 500px;
  }
  .box__about-video-background {
    width: 100%;
  }
  .box__about-text {
    width: 420px;
    position: absolute;
    top: 70px;
    left: 20px;
  }
  .box__about-title {
    width: 420px;
    font-size: 28px;
    margin: 0 auto;
    line-height: normal;
    padding-bottom: 100px;
  }
  .box__about-paragraph {
    width: 420px;
    font-size: 22px;
    color: #000;
  }
}
@media screen and (max-width: 425px) {
  .box__about {
    height: 500px;
  }
  .box__about-video-background {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .box__about-text {
    width: 320px;
    position: absolute;
    top: 70px;
    left: 20px;
  }
  .box__about-title {
    width: 320px;
    font-size: 24px;
    margin: 0 auto;
    line-height: normal;
    padding-bottom: 100px;
  }
  .box__about-paragraph {
    width: 320px;
    font-size: 16px;
    color: #000;
    font-style: normal;
    line-height: normal;
  }
  .box__about-button {
    background: white;
    border: 2px solid #C1EE4B;
  }
}
.portfolio {
  width: 1631px;
  height: auto;
  margin: 0 auto;
  margin-top: 141px;
}
.portfolio__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 136px;
  background: #F3F6FB;
  border-radius: 0px 50px;
  margin-top: 45px;
}
.portfolio__container-gray {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 136px;
  background: #666;
  border-radius: 0px 50px;
  margin-top: 45px;
}
.portfolio__container-text {
  margin-left: 106px;
}
.portfolio__container-top {
  display: flex;
  gap: 50px;
  width: 543px;
  height: 127px;
  margin-bottom: 20px;
}
.portfolio__container-top-right {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.portfolio__container-top-right-gray {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.portfolio__container-team {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.portfolio__container-team-gray {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.portfolio__container-paragraph {
  width: 578px;
  height: 151px;
  flex-shrink: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.portfolio__container-paragraph-gray {
  width: 578px;
  height: 151px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.portfolio__container-top-img {
  width: 130px;
  height: 130px;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .portfolio {
    width: 1440px;
  }
  .portfolio__container {
    gap: 86px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .portfolio {
    width: 1380px;
  }
  .portfolio__container {
    gap: 86px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .portfolio {
    width: 1200px;
  }
  .portfolio__container {
    gap: 56px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .portfolio {
    width: 1100px;
  }
  .portfolio__container {
    gap: 56px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
  .portfolio__container-paragraph {
    width: 408px;
  }
  .portfolio__container-paragraph-gray {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .portfolio {
    width: 750px;
  }
  .portfolio__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .portfolio__container-text {
    margin-left: 20px;
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .portfolio__container-text-gray {
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .portfolio__container-gray {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .portfolio__container-top {
    width: 750px;
  }
  .portfolio__container-top-right {
    font-size: 22px;
  }
  .portfolio__container-top-right-gray {
    font-size: 22px;
  }
  .portfolio__container-paragraph {
    width: 700px;
    font-size: 16px;
    line-height: 22px;
  }
  .portfolio__container-paragraph-gray {
    width: 700px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio__container-top-img {
    width: 65px;
    height: 65px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .portfolio {
    width: 420px;
  }
  .portfolio__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .portfolio__container-text {
    margin-left: 20px;
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .portfolio__container-text-gray {
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .portfolio__container-gray {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .portfolio__container-top {
    width: 420px;
  }
  .portfolio__container-top-right {
    font-size: 22px;
  }
  .portfolio__container-top-right-gray {
    font-size: 22px;
  }
  .portfolio__container-paragraph {
    width: 380px;
    font-size: 16px;
    line-height: 22px;
  }
  .portfolio__container-paragraph-gray {
    width: 380px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio__container-top-img {
    width: 65px;
    height: 65px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .portfolio {
    width: 320px;
  }
  .portfolio__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .portfolio__container-text {
    margin-left: 20px;
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .portfolio__container-text-gray {
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .portfolio__container-gray {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .portfolio__container-top {
    width: 320px;
  }
  .portfolio__container-top-right {
    font-size: 22px;
  }
  .portfolio__container-top-right-gray {
    font-size: 22px;
  }
  .portfolio__container-paragraph {
    width: 280px;
    font-size: 16px;
    line-height: 22px;
  }
  .portfolio__container-paragraph-gray {
    width: 280px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio__container-top-img {
    width: 65px;
    height: 65px;
  }
  .portfolio__container-picture {
    width: 100%;
  }
}
.accordion {
  width: 1570px;
  margin: 0 auto;
  color: #1d1d44;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.4px;
  background: #fff;
  border: none;
  text-align: left;
  padding-bottom: 52px;
  padding-left: 82px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.accordion-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1570px;
  margin: 0 auto;
}

.panel {
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 18px;
  font-size: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq {
  height: 869px;
  position: relative;
  width: 1570px;
  margin: 0 auto;
}
.faq-title {
  width: 692px;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 113px;
  margin-left: 82px;
}
.faq__question {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-left: 65px;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .faq {
    width: 1440px;
  }
  .accordion {
    width: 1440px;
  }
  .accordion-div {
    width: 1440px;
  }
  .panel {
    width: 1440px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .faq {
    width: 1380px;
  }
  .accordion {
    width: 1380px;
  }
  .accordion-div {
    width: 1380px;
  }
  .panel {
    width: 1380px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .faq {
    width: 1200px;
  }
  .accordion {
    width: 1200px;
  }
  .accordion-div {
    width: 1200px;
  }
  .panel {
    width: 1200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .accordion {
    width: 750px;
    padding-left: 0;
  }
  .accordion-div {
    width: 750px;
  }
  .panel {
    width: 750px;
  }
  .faq {
    width: 750px;
    height: 900px;
  }
  .faq-title {
    width: 750px;
    font-size: 26px;
    margin-left: 0;
  }
  .faq__question {
    font-size: 22px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .accordion {
    width: 420px;
    padding-left: 0;
  }
  .accordion-div {
    width: 420px;
  }
  .panel {
    width: 420px;
  }
  .faq {
    width: 420px;
    height: 1200px;
  }
  .faq-title {
    width: 420px;
    font-size: 26px;
    margin-left: 0;
  }
  .faq__question {
    font-size: 22px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 425px) {
  .accordion {
    width: 320px;
    padding-left: 0;
  }
  .accordion-div {
    width: 320px;
  }
  .panel {
    width: 320px;
    font-size: 20px;
  }
  .faq {
    width: 320px;
    height: 1200px;
  }
  .faq-title {
    width: 320px;
    font-size: 24px;
    margin-left: 0;
  }
  .faq__question {
    font-size: 20px;
    padding-left: 10px;
  }
}
.contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1594px;
  margin: 0 auto;
}
.contact__left {
  width: 727px;
  height: 764px;
  border-radius: 0px 50px;
  background: #000;
  position: relative;
}
.contact__left-text {
  width: 540px;
  margin: 0 auto;
}
.contact__left-title {
  margin-top: 123px;
  width: 540px;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.contact__left-paragraph {
  width: 433px;
  height: 125px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 49px;
}
.contact__left-info {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 29px;
}
.contact__left-icon {
  padding-right: 15px;
}
.contact__left-img {
  position: absolute;
  top: 370px;
  right: 7px;
}
.contact__form {
  width: 727px;
  height: 764px;
  border-radius: 0px 50px;
}
.contact__form-right {
  display: flex;
  flex-direction: column;
  width: 550px;
  margin: 0 auto;
  align-items: center;
  margin-top: 100px;
}
.contact__form-input {
  width: 525px;
  padding: 0 45px;
  height: 70px;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid #000;
  margin-bottom: 23px;
}
.contact__form-textarea {
  width: 525px;
  height: 156px;
  padding: 20px 40px;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid #000;
  margin-bottom: 18px;
}
.contact__form-label {
  width: 400px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact__form-btn-submit {
  margin-top: 31px;
  display: inline-flex;
  padding: 0px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
}
.contact__form-btn-submit-gray {
  display: inline-flex;
  padding: 0px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: #D1D3D4;
}
.contact__submit {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}

form {
  border: 1px solid black;
  border-top-right-radius: 55px;
  height: 760px;
}

@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .contact {
    width: 1380px;
  }
  .contact__left {
    width: 670px;
  }
  .contact__form {
    width: 670px;
  }
}
@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .contact {
    width: 1300px;
  }
  .contact__left {
    width: 650px;
  }
  .contact__form {
    width: 650px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .contact {
    width: 1200px;
  }
  .contact__left {
    width: 600px;
  }
  .contact__form {
    width: 600px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .contact {
    width: 1140px;
  }
  .contact__left {
    width: 560px;
  }
  .contact__form {
    width: 570px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .contact {
    width: 750px;
    flex-direction: column;
  }
  .contact__left {
    width: 750px;
    height: 1100px;
  }
  .contact__left-text {
    width: 700px;
  }
  .contact__left-title {
    width: 700px;
    font-size: 28px;
    line-height: normal;
  }
  .contact__left-paragraph {
    width: 700px;
  }
  .contact__left-info {
    font-size: 18px;
  }
  .contact__left-img {
    top: 670px;
    right: 0;
  }
  .contact__left-bottom {
    margin-top: 120px;
  }
  .contact__form {
    width: 750px;
  }
  .contact__form-right {
    width: 700px;
  }
  .contact__form-input {
    width: 700px;
    padding: 0 20px;
  }
  .contact__form-textarea {
    width: 700px;
    padding: 0 20px;
  }
  .contact__form-label {
    width: 750px;
  }
  .contact__form-btn-submit {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .contact {
    width: 420px;
    flex-direction: column;
  }
  .contact__left {
    width: 420px;
    height: 1100px;
  }
  .contact__left-text {
    width: 400px;
  }
  .contact__left-title {
    width: 400px;
    font-size: 28px;
    line-height: normal;
  }
  .contact__left-paragraph {
    width: 400px;
  }
  .contact__left-info {
    font-size: 18px;
  }
  .contact__left-img {
    top: 670px;
    right: 0;
  }
  .contact__left-bottom {
    margin-top: 120px;
  }
  .contact__form {
    width: 420px;
  }
  .contact__form-right {
    width: 400px;
  }
  .contact__form-input {
    width: 400px;
    padding: 0 20px;
  }
  .contact__form-textarea {
    width: 400px;
    padding: 0 20px;
  }
  .contact__form-label {
    width: 420px;
  }
  .contact__form-btn-submit {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .contact {
    width: 320px;
    flex-direction: column-reverse;
  }
  .contact__left {
    width: 320px;
    height: 1100px;
  }
  .contact__left-text {
    width: 300px;
  }
  .contact__left-title {
    width: 300px;
    font-size: 28px;
    line-height: normal;
  }
  .contact__left-paragraph {
    width: 300px;
  }
  .contact__left-info {
    font-size: 18px;
  }
  .contact__left-img {
    top: 670px;
    right: 0;
  }
  .contact__left-bottom {
    margin-top: 120px;
  }
  .contact__form {
    width: 320px;
  }
  .contact__form-right {
    width: 300px;
  }
  .contact__form-input {
    width: 300px;
    padding: 0 20px;
  }
  .contact__form-textarea {
    width: 300px;
    padding: 20px 20px;
  }
  .contact__form-label {
    width: 320px;
  }
  .contact__form-btn-submit {
    margin-bottom: 20px;
  }
}
.resource {
  width: 1760px;
  margin: 0 auto;
}
.resource__top-btn {
  display: flex;
  align-items: center;
  margin-left: 65px;
  height: 100px;
  margin-top: 80px;
  margin-bottom: 134px;
}
.resource__navbar-links {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 90px;
}
.resource__nav-links a {
  display: inline-block;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.resource-a:hover {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resource__navbar-links a::before {
  content: " ";
  position: absolute;
  bottom: 165px;
  width: 68px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  border-radius: 16px;
  background: linear-gradient(138deg, #C1EE4B 0%, #03A87C 100%);
}
.resource__nav-links a:hover::before {
  visibility: visible;
  opacity: 1;
  height: 4px;
}
.resource__grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 65px;
  justify-content: center;
  width: 1760px;
  margin: 0 auto;
}
.resource__box {
  width: 543px;
  height: 415px;
  border-radius: 0px 50px;
  background: #EEE;
}
.resource__box-img {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.resource__box-text {
  display: flex;
  margin: 0 auto;
  width: 447px;
  height: 199px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  margin-bottom: 57px;
}
.resource__box-paragraph {
  width: 447px;
  min-height: 126px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.resource__text-bold {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 26px;
}
.resource__box-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.resource__box-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-top: 30px;
}
.resource__box-info-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.resource-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.resource-blog {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}
.resource-date {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.resource-svg-bg {
  display: flex;
  background-color: #000;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
}
.resource__box-btn {
  display: flex;
  padding: 0px 25px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
}
.resource-btn {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
}
.resource-btn:hover {
  color: #FFF;
}

@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .resource {
    width: 1380px;
  }
  .resource__grid {
    width: 1380px;
    gap: 40px;
  }
  .resource__box {
    width: 430px;
  }
  .resource-img {
    width: 85%;
    margin-top: 43px;
  }
  .resource__box-info {
    gap: 20px;
  }
  .resource__box-info-2 {
    gap: 20px;
  }
  .resource__box-text {
    width: 390px;
  }
  .resource__box-paragraph {
    width: 390px;
  }
}
@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .resource {
    width: 1300px;
  }
  .resource__top-btn {
    width: 1100px;
  }
  .resource__grid {
    width: 1300px;
    margin: 0 auto;
  }
  .resource__box {
    width: 450px;
  }
  .resource-img {
    width: 90%;
  }
  .resource__box-text {
    width: 400px;
  }
  .resource__box-paragraph {
    width: 400px;
  }
  .resource__box-info {
    gap: 60px;
  }
  .resource__box-info-2 {
    gap: 20px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .resource {
    width: 1200px;
  }
  .resource__top-btn {
    width: 1100px;
  }
  .resource__grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 65px;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .resource {
    width: 750px;
  }
  .resource__top-btn {
    flex-direction: column;
    height: 350px;
  }
  .resource__navbar-links {
    flex-direction: column;
  }
  .resource__grid {
    display: grid;
    grid-template-columns: auto;
    width: 700px;
  }
  .resource__box {
    width: 700px;
    height: 450px;
  }
  .resource__box-info {
    gap: 0;
  }
  .resource__box-info-2 {
    gap: 0;
  }
  .resource-text {
    width: 430px;
    padding-left: 10px;
  }
  .resource__box-text {
    width: 750px;
  }
  .resource__box-paragraph {
    width: 700px;
  }
  .resource__box-title {
    font-size: 22px;
    width: 700px;
  }
  .resource-img {
    width: 500px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .resource {
    width: 420px;
  }
  .resource__top-btn {
    flex-direction: column;
    height: 350px;
  }
  .resource__navbar-links {
    flex-direction: column;
  }
  .resource__grid {
    display: grid;
    grid-template-columns: auto;
    width: 420px;
  }
  .resource__box {
    width: 420px;
  }
  .resource__box-info {
    gap: 0;
  }
  .resource__box-info-2 {
    gap: 0;
  }
  .resource-text {
    width: 130px;
    padding-left: 10px;
  }
  .resource__box-text {
    width: 420px;
  }
  .resource__box-paragraph {
    width: 290px;
  }
  .resource__box-title {
    font-size: 22px;
    width: 380px;
  }
  .resource-img {
    width: 390px;
  }
}
@media screen and (max-width: 425px) {
  .resource {
    width: 320px;
  }
  .resource__top-btn {
    flex-direction: column;
    height: 350px;
  }
  .resource__navbar-links {
    flex-direction: column;
  }
  .resource__grid {
    display: grid;
    grid-template-columns: auto;
    width: 320px;
  }
  .resource__box {
    width: 320px;
    height: 440px;
  }
  .resource__box-info {
    gap: 0;
    margin-top: 20px;
  }
  .resource-img {
    margin-top: 50px;
  }
  .resource__box-info-2 {
    gap: 0;
  }
  .resource-text {
    width: 130px;
    padding-left: 10px;
  }
  .resource__box-text {
    width: 320px;
  }
  .resource__box-paragraph {
    width: 290px;
  }
  .resource__box-title {
    font-size: 22px;
    width: 280px;
  }
  .resource-img {
    width: 290px;
  }
}
.video {
  width: 1760px;
  margin: 0 auto;
  margin-bottom: 68px;
}
.video__top-btn {
  display: flex;
  align-items: center;
  margin-left: 65px;
  height: 100px;
  margin-top: 80px;
}
.video__navbar-links {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 90px;
}
.video__nav-links a {
  display: inline-block;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.video-a:hover {
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video__navbar-links-bottom {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 90px;
  margin-left: 200px;
  margin-top: 34px;
}
.video__nav-links-bottom a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.video__grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 65px;
  justify-content: center;
  width: 1760px;
  margin: 0 auto;
}
.video__grid-1 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 65px;
  justify-content: center;
  width: 1760px;
  margin: 0 auto;
}
.video__box {
  width: 543px;
  height: 415px;
  border-radius: 0px 50px;
  background: #EEE;
}
.video__box-1 {
  width: 1151px;
  height: 415px;
  border-radius: 0px 50px;
  background: #EEE;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 65px;
  margin-bottom: 65px;
}
.video__box-img {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.video__box-img-1 {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.video__box-text {
  display: flex;
  margin: 0 auto;
  width: 503px;
  height: 199px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  margin-bottom: 57px;
}
.video__box-paragraph {
  width: 503px;
  min-height: 126px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.video__text-bold {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 26px;
}
.video__box-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.video__box-info {
  width: 543px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.video__box-info-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.video-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 20px;
}
.video-blog {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}
.video-date {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 200px;
}
.video-svg-bg {
  display: flex;
  background-color: #000;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
}
.video__box-btn {
  display: flex;
  padding: 0px 25px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  width: 70px;
}
.video-btn {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  text-decoration: none;
}
.video__navbar-links a::before {
  content: " ";
  position: absolute;
  bottom: 165px;
  width: 68px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  border-radius: 16px;
  background: linear-gradient(138deg, #C1EE4B 0%, #03A87C 100%);
}
.video__nav-links a:hover::before {
  visibility: visible;
  opacity: 1;
  height: 4px;
}
.video__navbar-links-bottom a::before {
  content: " ";
  position: absolute;
  bottom: 74px;
  width: 68px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  border-radius: 16px;
  background: linear-gradient(138deg, #C1EE4B 0%, #03A87C 100%);
}
.video__nav-links-bottom a:hover::before {
  visibility: visible;
  opacity: 1;
  height: 4px;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .video {
    width: 1440px;
  }
  .video__grid {
    width: 1440px;
    gap: 40px;
  }
  .video__grid-1 {
    width: 1440px;
    gap: 120px;
  }
  .video__box {
    width: 453px;
    gap: 40px;
  }
  .video__box-1 {
    width: 853px;
    gap: 40px;
  }
  .video__box-img-1 {
    margin-top: 0;
  }
  .video-img {
    width: 85%;
  }
  .video__box-text {
    width: 400px;
  }
  .video__box-paragraph {
    width: 400px;
  }
  .video__box-info {
    width: 453px;
  }
  .video-date {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .video {
    width: 1380px;
  }
  .video__grid {
    width: 1380px;
    gap: 40px;
  }
  .video__grid-1 {
    width: 1380px;
    gap: 40px;
  }
  .video__box {
    width: 453px;
    gap: 40px;
  }
  .video__box-1 {
    width: 853px;
    gap: 40px;
  }
  .video__box-img-1 {
    margin-top: 0;
  }
  .video-img {
    width: 85%;
  }
  .video__box-info {
    width: 453px;
  }
  .video-date {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .video {
    width: 1200px;
  }
  .video__grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-start: auto;
    gap: 65px;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
  }
  .video__grid-1 {
    display: grid;
    grid-template-columns: auto;
    gap: 65px;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .video {
    width: 420px;
  }
  .video__top-btn {
    margin-left: 20px;
  }
  .video__navbar-links {
    flex-direction: column;
  }
  .video__navbar-links-bottom {
    flex-direction: column;
    margin-left: 0;
    margin-top: 500px;
  }
  .video__grid {
    width: 380px;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .video__grid-1 {
    width: 380px;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .video__box {
    width: 380px;
  }
  .video__box-1 {
    width: 380px;
    flex-direction: column;
    height: 790px;
    gap: 0;
    justify-content: normal;
  }
  .video__box-text {
    width: 370px;
  }
  .video__box-paragraph {
    width: 370px;
  }
  .video__box-info {
    width: 370px;
  }
  .video__box-info-2 {
    width: 380px;
    gap: 10px;
  }
  .video-date {
    padding-left: 20px;
  }
  .video-img {
    width: 340px;
  }
  .video__box-btn {
    margin-top: 80px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .video {
    width: 420px;
  }
  .video__top-btn {
    margin-left: 20px;
  }
  .video__navbar-links {
    flex-direction: column;
  }
  .video__navbar-links-bottom {
    flex-direction: column;
    margin-left: 0;
    margin-top: 500px;
  }
  .video__grid {
    width: 420px;
    grid-template-columns: auto;
    gap: 20px;
  }
  .video__grid-1 {
    width: 420px;
    grid-template-columns: auto;
    gap: 20px;
  }
  .video__box {
    width: 420px;
  }
  .video__box-1 {
    width: 420px;
    flex-direction: column;
    height: 700px;
    gap: 0;
    justify-content: normal;
  }
  .video__box-text {
    width: 390px;
  }
  .video__box-paragraph {
    width: 390px;
  }
  .video__box-info {
    width: 390px;
  }
  .video__box-info-2 {
    width: 420px;
    gap: 10px;
  }
  .video-date {
    padding-left: 20px;
  }
  .video-img {
    width: 390px;
  }
  .video__box-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 425px) {
  .video {
    width: 320px;
  }
  .video__top-btn {
    margin-left: 20px;
  }
  .video__navbar-links {
    margin-top: 200px;
    flex-direction: column;
  }
  .video__navbar-links-bottom {
    flex-direction: column;
    margin-left: 0;
    margin-top: 500px;
  }
  .video__grid {
    width: 320px;
    grid-template-columns: auto;
    gap: 20px;
  }
  .video__grid-1 {
    width: 320px;
    grid-template-columns: auto;
    gap: 20px;
  }
  .video__box {
    width: 320px;
  }
  .video__box-1 {
    width: 320px;
    flex-direction: column;
    height: 700px;
    gap: 0;
    justify-content: normal;
  }
  .video__box-text {
    width: 290px;
  }
  .video__box-paragraph {
    width: 290px;
  }
  .video__box-info {
    width: 290px;
  }
  .video__box-info-2 {
    width: 320px;
    gap: 10px;
  }
  .video-date {
    padding-left: 20px;
  }
  .video-img {
    width: 290px;
  }
  .video__box-btn {
    margin-top: 80px;
  }
  .video__navbar-links-bottom {
    margin-top: 400px;
  }
}
.article {
  width: 1663px;
  margin: 0 auto;
}
.article-top {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 88px;
  margin-bottom: 36px;
}
.article-date {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 65px;
}
.article__left {
  width: 1008px;
}
.article__left-img {
  margin-bottom: 80px;
}
.article__left-text {
  width: 1002px;
}
.article__left-title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.article__left-paragraph {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.article__left-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 503px;
  height: 55px;
  gap: 37px;
  margin-top: 50px;
}
.article__left-btn {
  display: flex;
  padding: 0px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
  margin-right: 30px;
}
.article-btn {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-decoration: none;
}
.article__right-text {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.article__left-social {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}

@media screen and (min-width: 1537px) and (max-width: 1780px) {
  .article {
    width: 1440px;
  }
  .article__left {
    width: 850px;
  }
  .article__left-text {
    width: 850px;
  }
  .article__left-img {
    width: 400px;
  }
  .article-top__img {
    width: 850px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .article {
    width: 1380px;
  }
  .article__left {
    width: 850px;
  }
  .article__left-text {
    width: 850px;
  }
  .article__left-img {
    width: 400px;
  }
  .article-top__img {
    width: 850px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .article {
    width: 1180px;
  }
  .article-grid {
    grid-template-columns: auto;
  }
  .article__right-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .article {
    width: 750px;
  }
  .article-top {
    font-size: 28px;
  }
  .article-grid {
    grid-template-columns: auto;
    gap: 10px;
  }
  .article__left {
    width: 750px;
  }
  .article__left-text {
    width: 750px;
  }
  .article__left-title {
    font-size: 26px;
  }
  .article__left-bottom {
    display: flex;
    flex-direction: row;
    width: 750px;
  }
  .article-top__img {
    width: 500px;
  }
  .article__left-btn {
    margin-right: 10px;
    width: 170px;
  }
  .article-btn {
    width: 300px;
    font-size: 16px;
  }
  .article__right-text {
    margin-top: 120px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .article {
    width: 420px;
  }
  .article-top {
    font-size: 28px;
  }
  .article-grid {
    grid-template-columns: auto;
    gap: 10px;
  }
  .article__left {
    width: 420px;
  }
  .article__left-text {
    width: 420px;
  }
  .article__left-title {
    font-size: 26px;
  }
  .article__left-bottom {
    display: flex;
    flex-direction: column;
    width: 420px;
  }
  .article-top__img {
    width: 400px;
  }
  .article__left-btn {
    margin-right: 10px;
    width: 300px;
  }
  .article-btn {
    width: 300px;
    font-size: 16px;
  }
  .article__right-text {
    margin-top: 120px;
  }
}
@media screen and (max-width: 425px) {
  .article {
    width: 320px;
  }
  .article-top {
    font-size: 28px;
  }
  .article-grid {
    grid-template-columns: auto;
    gap: 10px;
  }
  .article__left {
    width: 320px;
  }
  .article__left-text {
    width: 320px;
  }
  .article__left-title {
    font-size: 26px;
  }
  .article__left-bottom {
    display: flex;
    flex-direction: column;
    width: 320px;
  }
  .article-top__img {
    width: 300px;
  }
  .article__left-btn {
    margin-right: 10px;
    width: 200px;
  }
  .article-btn {
    width: 200px;
    font-size: 16px;
  }
  .article__right-text {
    margin-top: 120px;
  }
}
.documents {
  width: 1506px;
  margin: 0 auto;
  margin-bottom: 450px;
}
.documents__cards-items {
  display: flex;
  border-bottom: 2px solid #4ECB71;
  padding-bottom: 25px;
  align-items: center;
  gap: 36px;
  margin-bottom: 43px;
}
.documents__cards-left {
  text-align: left;
  width: 75%;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.documents__cards-left-btn {
  text-align: right;
  width: 9%;
  padding-right: 80px;
}
.documents-btn {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  display: flex;
  padding: 0px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(148deg, #C1EE4B 0%, #03A87C 100%);
}
.documents-btn:hover {
  color: #FFF;
}
.documents-svg {
  padding-left: 80px;
}
.documents-top-title {
  color: #4ECB71;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 120px;
}

@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .documents {
    width: 1380px;
  }
  .documents__cards-items {
    width: 1380px;
  }
  .documents__cards-left {
    width: 74%;
    font-size: 34px;
  }
  .documents__cards-left-btn {
    width: 10%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .documents {
    width: 1200px;
  }
  .documents__cards-items {
    width: 1200px;
  }
  .documents__cards-left {
    width: 70%;
    font-size: 30px;
    line-height: 30px;
  }
  .documents__cards-left-btn {
    width: 12%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .documents {
    width: 750px;
  }
  .documents__cards-items {
    gap: 10px;
    display: flex;
    flex-direction: row;
  }
  .documents__cards-left {
    width: 550px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
  }
  .documents__cards-left-btn {
    text-align: right;
    width: 150px;
    padding-right: 10px;
  }
  .documents-svg {
    display: none;
  }
  .documents-top-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .documents {
    width: 420px;
  }
  .documents__cards-items {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  .documents__cards-left {
    width: 420px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
  }
  .documents__cards-left-btn {
    text-align: right;
    width: 150px;
    padding-right: 10px;
  }
  .documents-svg {
    display: none;
  }
  .documents-top-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  .documents {
    width: 320px;
  }
  .documents__cards-items {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  .documents__cards-left {
    width: 320px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
  }
  .documents__cards-left-btn {
    text-align: right;
    width: 150px;
    padding-right: 10px;
  }
  .documents-svg {
    display: none;
  }
  .documents-top-title {
    font-size: 28px;
  }
}
.support__top {
  width: 1440px;
  height: 158px;
  margin: 0 auto;
  margin-top: 103px;
  margin-bottom: 66px;
}
.support__top-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
.support__top-paragraph {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .support__top {
    width: 1400px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .support {
    width: 1200px;
    margin: 0 auto;
  }
  .support__top {
    width: 1200px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .support {
    width: 1100px;
    margin: 0 auto;
  }
  .support__top {
    width: 1100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .support {
    width: 750px;
    margin: 0 auto;
  }
  .support__top {
    width: 750px;
    height: 220px;
  }
  .support__top-title {
    font-size: 24px;
    line-height: normal;
  }
  .support__top-paragraph {
    font-size: 18px;
    width: 750px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .support {
    width: 420px;
    margin: 0 auto;
  }
  .support__top {
    width: 420px;
    height: 220px;
  }
  .support__top-title {
    font-size: 24px;
    line-height: normal;
  }
  .support__top-paragraph {
    font-size: 18px;
    width: 420px;
  }
}
@media screen and (max-width: 425px) {
  .support {
    width: 320px;
    margin: 0 auto;
  }
  .support__top {
    width: 320px;
    height: 220px;
  }
  .support__top-title {
    font-size: 24px;
    line-height: normal;
  }
  .support__top-paragraph {
    font-size: 18px;
    width: 320px;
  }
}
.terms {
  width: 1598px;
  margin: 0 auto;
  margin-top: 100px;
}
.terms__top-title {
  width: 773px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 90px;
}
.terms__top-paragraph {
  width: 1595px;
  min-height: 146px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.terms__text-title {
  width: 470px;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.terms__text-title-width {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.terms__text-paragraph {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  min-height: 348px;
}
.terms__text-paragraph-padding {
  padding-top: 100px;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .terms {
    width: 1380px;
  }
  .terms__top {
    width: 1380px;
  }
  .terms__top-title {
    width: 1380px;
  }
  .terms__top-paragraph {
    width: 1380px;
  }
  .terms__text-title {
    width: 1380px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .terms {
    width: 1200px;
  }
  .terms__top {
    width: 1200px;
  }
  .terms__top-title {
    width: 1200px;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .terms__top-paragraph {
    width: 1200px;
  }
  .terms__text-title {
    width: 1200px;
    font-size: 26px;
  }
  .terms__text-title-width {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .terms {
    width: 750px;
  }
  .terms__top-title {
    width: 750px;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .terms__top-paragraph {
    width: 750px;
  }
  .terms__text-title {
    width: 750px;
    font-size: 26px;
  }
  .terms__text-title-width {
    font-size: 26px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .terms {
    width: 420px;
  }
  .terms__top-title {
    width: 420px;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .terms__top-paragraph {
    width: 420px;
  }
  .terms__text-title {
    width: 420px;
    font-size: 26px;
  }
  .terms__text-title-width {
    font-size: 26px;
  }
}
@media screen and (max-width: 425px) {
  .terms {
    width: 320px;
  }
  .terms__top-title {
    width: 320px;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .terms__top-paragraph {
    width: 320px;
  }
  .terms__text-title {
    width: 320px;
    font-size: 26px;
  }
  .terms__text-title-width {
    font-size: 26px;
  }
}/*# sourceMappingURL=main.css.map */