.cad-carousel {
  margin-bottom: 180px; }
  .cad-carousel .swiper {
    max-width: 1440px;
    height: 656px; }
  .cad-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px; }
  .cad-carousel .swiper-buttons {
    position: absolute;
    bottom: 40px;
    display: flex;
    gap: 20px;
    z-index: 5;
    left: 50%;
    transform: translate(-50%); }
  .cad-carousel .swiper-button {
    width: 51px;
    height: 51px;
    border: 1.5px solid #5fb2b0;
    border-radius: 50%;
    background-image: url("../images/svg/green-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    cursor: pointer; }
    .cad-carousel .swiper-button:hover {
      background-color: #352F36; }
  .cad-carousel .swiper-prev {
    transform: rotate(180deg); }

.equip-carousel {
  font-family: 'Archivo SemiExpanded';
  margin-bottom: 180px; }
  .equip-carousel__container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1381px;
    margin: 0 auto; }
  .equip-carousel__title {
    font-weight: 600;
    font-size: 54px;
    line-height: 59px;
    color: #5fb2b0;
    transform: rotate(-90deg);
    width: fit-content;
    height: fit-content;
    padding-block: 124px; }
  .equip-carousel .swiper {
    max-width: 1440px;
    height: 656px; }
  .equip-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px; }
  .equip-carousel .swiper-buttons {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    transform: translateY(50%);
    width: 91%;
    padding-inline: 70px;
    display: flex;
    justify-content: space-between; }
  .equip-carousel .swiper-button {
    width: 51px;
    height: 51px;
    border: 1.5px solid #5fb2b0;
    border-radius: 50%;
    background-image: url("../images/svg/green-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    cursor: pointer; }
    .equip-carousel .swiper-button:hover {
      background-color: #352F36; }
  .equip-carousel .swiper-prev {
    transform: rotate(180deg); }
  .equip-carousel .swiper-next-slide {
    opacity: 0.4; }

@media screen and (max-width: 900px) {
  .cad-carousel {
    margin-bottom: 107px; }
    .cad-carousel .swiper {
      margin-top: 20px;
      height: 528px; }
    .cad-carousel .swiper-button {
      width: 40px;
      height: 40px; }
    .cad-carousel .swiper-slide img {
      border-radius: 32px; }
    .cad-carousel .swiper-buttons {
      bottom: 15px;
      width: 90%;
      left: 0;
      transform: none;
      justify-content: space-between;
      padding-inline: 10px; }
    .cad-carousel .swiper-next-slide {
      opacity: 0.4; }

  .equip-carousel {
    margin-bottom: 107px; }
    .equip-carousel__container {
      flex-direction: column;
      padding-left: 0;
      align-items: start; }
    .equip-carousel__title {
      transform: none;
      position: static;
      border-radius: 32px;
      padding: 30px;
      width: 92%;
      text-align: center;
      margin-right: auto;
      font-size: 37px; }
    .equip-carousel .swiper {
      margin-top: 20px;
      height: 528px;
      max-width: 100%; }
    .equip-carousel .swiper-button {
      width: 40px;
      height: 40px; }
    .equip-carousel .swiper-slide img {
      border-radius: 32px; }
    .equip-carousel .swiper-buttons {
      bottom: 15px;
      width: 90%;
      left: 0;
      transform: none;
      justify-content: space-between;
      padding-inline: 10px; }
    .equip-carousel .swiper-next-slide {
      opacity: 0.4; } }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body,
p,
figure,
blockquote,
h1,
h2,
h3 {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

input,
select,
button,
textarea {
  appearance: none;
  border: none;
  outline: 0;
  font: inherit; }

label {
  display: block; }

::placeholder {
  font: inherit; }

a {
  text-decoration: none;
  color: inherit; }

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Light.woff2");
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Regular.woff2");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/OpenSansHebrew/OpenSansHebrew-Bold.woff2");
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: 'Archivo SemiExpanded';
  src: url("../fonts/Archivo/ArchivoSemiExpandedLight.woff2");
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: 'Archivo SemiExpanded';
  src: url("../fonts/Archivo/ArchivoSemiExpandedRegular.woff2");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'Archivo SemiExpanded';
  src: url("../fonts/Archivo/ArchivoSemiExpandedMedium.woff2");
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'Archivo SemiExpanded';
  src: url("../fonts/Archivo/ArchivoSemiExpandedSemiBold.woff2");
  font-weight: 600;
  font-display: swap; }
html.no-scroll {
  overflow: hidden; }

body {
  font-weight: 500;
  font-size: 16px;
  color: black;
  background-color: #121212; }
  body.no-scroll {
    overflow: hidden; }

.wrapper {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }
  .container--cad {
    max-width: 1327px; }

.main--cad {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 180px; }

@media screen and (max-width: 900px) {
  .container--cad {
    padding: 0 28px !important; } }
@media screen and (max-width: 457px) {
  .main {
    padding-bottom: 40px; } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.header {
  align-items: center;
  display: flex;
  height: 120px;
  width: 100%;
  top: 0;
  transition: all 0.5s ease;
  z-index: 10;
  background: black;
  position: fixed; }
  .header__home {
    background: linear-gradient(360deg, rgba(18, 18, 18, 0) 0%, #121212 92.56%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    .header__home ~ .main {
      padding-top: 0 !important; }
  .header__cad {
    font-family: 'Archivo SemiExpanded';
    background: none;
    filter: none; }
    .header__cad--white {
      background: white !important;
      filter: none; }
      .header__cad--white .header-logo--hide {
        display: block; }
      .header__cad--white .nav {
        color: #121212; }
        .header__cad--white .nav__logo {
          display: flex;
          align-items: end;
          gap: 12px; }
  .header .nav .nav__logo {
    width: 200px;
    transition: all ease 0.4s; }
    .header .nav .nav__logo img {
      width: 100%; }
  .header.active {
    background: black;
    height: 60px; }
    .header.active.activedos {
      opacity: 0; }
    .header.active .nav .nav__logo {
      width: 120px;
      transition: all ease 0.4s; }
  .header:hover {
    opacity: 1; }

.nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between; }
  .nav__list {
    height: 60px;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    font-family: 'Archivo SemiExpanded';
    font-weight: 600; }
  .nav__item {
    line-height: 17px; }
    .nav__item--checkout {
      border: 1px solid #5fb2b0;
      border-radius: 200px;
      padding: 10px 20px;
      color: #5fb2b0; }
    .nav__item--cad {
      border: 1px solid #fff;
      border-radius: 200px;
      padding: 10px 20px;
      color: #fff; }
      .nav__item--cad:nth-child(3) {
        border: 0; }
    .nav__item--wcad {
      border: 1px solid #121212;
      border-radius: 200px;
      padding: 10px 20px;
      color: #121212;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .nav__item--wcad .nav__link {
          color: #121212; } }
      .nav__item--wcad .nav__link:hover {
        color: #5fb2b0; }
  .nav__link {
    color: #fff; }
    .nav__link--active, .nav__link:hover {
      color: #5fb2b0; }
  .nav .burger {
    display: none;
    width: 22px;
    height: 16px;
    padding: 0;
    background: url("../images/svg/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; }
    .nav .burger--white {
      background-image: url("../images/svg/menu-white.svg"); }
    .nav .burger--black {
      background-image: url("../images/svg/menu-black.svg"); }
    .nav .burger--x {
      background-image: url("../images/svg/close.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.main {
  padding-top: 120px; }

@media screen and (max-width: 900px) {
  .header {
    height: 60px;
    background: #121212;
    box-shadow: none;
    filter: none;
    /*&__home {
      position: relative;
    }*/ }
    .header__cad {
      position: fixed;
      background-color: transparent;
      width: 100vw;
      transition: none; }
      .header__cad--white {
        background-color: #fff; }
        .header__cad--white .header-logo {
          width: 120px !important;
          height: 32px;
          object-fit: contain; }
        .header__cad--white .nav__item--wcad {
          color: #fff;
          border: 1px solid #fff; }
      .header__cad--blue {
        background-color: #000EB4; }
      .header__cad .nav__logo {
        display: flex; }
        .header__cad .nav__logo img {
          width: 185px;
          height: 100%; }
    .header .container {
      padding: 0 29px;
      height: 100%; }

  .nav {
    height: 100%; }
    .nav__logo {
      width: 120px !important; }
      .nav__logo img {
        width: 115px;
        height: 20px; }
    .nav__item {
      font-size: 18px;
      line-height: 20px; }
    .nav__list {
      display: none;
      height: calc(100vh - 60px);
      position: absolute;
      top: 60px;
      bottom: 0;
      left: 0;
      right: 0;
      flex-direction: column;
      padding: 160px 0;
      background: #121212; }
      .nav__list.active {
        display: flex;
        z-index: 2;
        gap: 30px;
        padding: 106px 0;
        height: fit-content;
        border-radius: 0px 0px 24px 24px; }
      .nav__list--cad {
        background-color: #000EB4; }
    .nav .burger {
      display: flex; } }
.footer {
  margin-bottom: 80px;
  font-family: 'Archivo SemiExpanded';
  color: #f6f6f6;
  padding-top: 180px;
  position: relative; }
  .footer .container {
    position: relative; }
    .footer .container .creators {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 400;
      font-size: 12px;
      line-height: 13px; }
  .footer__content {
    display: flex;
    justify-content: space-between; }
  .footer__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 42px; }
    .footer__left .row {
      display: flex;
      gap: 20px; }
      .footer__left .row:nth-child(1) {
        flex: 1; }
    .footer__left .column {
      display: flex;
      flex-direction: column;
      width: 250px; }
    .footer__left .block__title {
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px; }
      .footer__left .block__title--green {
        color: #5fb2b0;
        display: flex;
        align-items: center;
        gap: 10px; }
        .footer__left .block__title--green::before {
          content: '';
          display: block;
          border: none;
          width: 20px;
          height: 13px;
          background-image: url("../images/svg/green-arrow.svg"); }
    .footer__left .block__content {
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px; }
      .footer__left .block__content a {
        display: block;
        transition: 0.3s all linear;
        width: fit-content;
        border-bottom: 1px solid transparent; }
        .footer__left .block__content a:hover {
          color: #5fb2b0;
          border-bottom: 1px solid #5fb2b0; }
  .footer .location {
    display: flex;
    gap: 16px;
    align-items: center; }
    .footer .location::before {
      content: '';
      display: block;
      width: 22px;
      height: 17px;
      background-image: url("../images/svg/flag.svg"); }
  .footer .mobile {
    display: none; }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 274px;
  color: #fff; }
  .accordion__item {
    background-color: #352F36;
    padding: 36px 20px 28px;
    height: 100px;
    display: flex;
    flex-direction: column;
    transition: height 0.3s linear; }
    .accordion__item--active {
      border-radius: 20px;
      height: 202px; }
      .accordion__item--active .accordion__content {
        display: flex; }
  .accordion__header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px; }
  .accordion__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px; }
  .accordion__sub-title {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px; }
  .accordion__content {
    display: none;
    flex-direction: column;
    flex: 1;
    justify-content: space-between; }
  .accordion__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px; }
  .accordion__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #5fb2b0; }
    .accordion__link::before {
      content: '';
      display: block;
      border: none;
      width: 20px;
      height: 13px;
      background-image: url("../images/svg/green-arrow.svg"); }

.socials__list {
  display: flex;
  gap: 14px;
  align-items: center; }
.socials__item {
  width: 24px;
  height: 24px; }
.socials__link {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer; }
  .socials__link:hover path {
    fill: #5fb2b0; }

@media screen and (max-width: 900px) {
  .footer {
    padding-top: 40px;
    margin-bottom: 50px; }
    .footer .container {
      padding: 0 27px; }
      .footer .container .creators {
        position: relative;
        margin-top: 40px;
        display: flex;
        justify-content: center; }
    .footer .footer__logo img {
      width: 143px;
      height: 24px; }
    .footer .footer__left .row {
      justify-content: space-between; }
    .footer .footer__left .column {
      width: auto; }
    .footer .footer__left .desktop {
      display: none; }
    .footer .mobile {
      display: block;
      flex: 1; }
    .footer .socials {
      width: fit-content; }
    .footer .socials__list {
      gap: 10px; }
    .footer .footer__content {
      flex-direction: column; }
    .footer .footer__right {
      margin-block: 40px; }
    .footer .accordion {
      width: 100%; }
    .footer__left .block__content {
      font-size: 14px;
      line-height: 22px; }

  .row.mobile .location {
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; } }
.whatsappLink {
  position: absolute;
  top: -6%;
  right: 14%; }

.home-hero {
  position: relative;
  width: 100%;
  height: 100vh; }
  .home-hero__blue {
    position: absolute;
    bottom: 71px;
    right: 0;
    width: 400px;
    height: 150px;
    background-color: #000EB4;
    z-index: -1; }
  .home-hero__rotador {
    bottom: -72px;
    left: calc(50% - 72px);
    width: 143px;
    height: 143px;
    background-image: url("../images/circle.png");
    display: block;
    position: absolute;
    animation: rotate 10s linear infinite; }
  .home-hero__container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .home-hero__img {
    position: absolute;
    object-fit: cover;
    z-index: -1;
    object-position: center;
    width: 100%;
    height: 100%; }
  .home-hero__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-family: 'Archivo SemiExpanded';
    font-weight: 600;
    font-size: 66px;
    line-height: 72px;
    letter-spacing: -0.01em;
    z-index: 1;
    position: relative; }
    .home-hero__title span {
      color: #5fb2b0; }
  .home-hero__sub-title {
    display: none; }
  .home-hero__shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(246.28deg, rgba(18, 18, 18, 0) 29%, #121212 77.76%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
  .home-hero .container {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center; }

@media screen and (max-width: 457px) {
  .home-hero {
    height: calc(100vh - 60px); }
    .home-hero__blue {
      display: none; }
    .home-hero__shadow {
      background: linear-gradient(246.28deg, rgba(18, 18, 18, 0) 29%, #121212 77.76%);
      opacity: 0.6; }
    .home-hero__container:after {
      width: 92px;
      height: 92px;
      bottom: -46px;
      left: calc(50% - 46px);
      background-size: cover; }
    .home-hero__img {
      height: 100%;
      border-radius: 24px; }
    .home-hero__title {
      padding: 0 27px 170px;
      height: 100%;
      font-weight: 700;
      font-size: 34px;
      line-height: 37px; } }
.info_text {
  padding: 180px 10px 0;
  color: #fff; }
  .info_text__container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    font-family: 'Archivo SemiExpanded';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 60px;
    width: 880px;
    margin: 0 auto; }
  .info_text .green {
    color: #5fb2b0; }
  .info_text .border {
    border: 3px solid #94df25;
    border-radius: 200px;
    padding: 5px 15px;
    white-space: nowrap; }
  .info_text__middle {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    text-align: right;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px; }
    .info_text__middle .bold {
      font-weight: 700; }

@media screen and (max-width: 900px) {
  .info_text {
    padding: 130px 37px 80px; }
    .info_text__container {
      width: auto;
      gap: 40px;
      font-size: 24px;
      line-height: 34px;
      text-align: center; }
    .info_text .border {
      display: block;
      margin-top: 10px; } }
.services {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 800px) {
    .services {
      max-height: calc(100vw / 2); } }
  .services__shadow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
  .services__container {
    margin: 0 auto;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 4rem 2rem; }
  .services__label {
    position: absolute;
    top: 0;
    left: 8%;
    padding: 10px 20px;
    border-radius: 200px;
    background: #5fb2b0;
    color: #121212;
    font-family: 'Archivo SemiExpanded';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 3; }
  .services__image {
    width: 100%; }
    .services__image--mobile {
      display: none; }
  .services .snake {
    position: absolute;
    right: -2%;
    top: 35%;
    bottom: 0;
    display: block;
    width: 100vw;
    z-index: -1;
    height: 150vh; }
    .services .snake img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: right; }
    @media screen and (min-width: 1900px) {
      .services .snake {
        height: 128vh; } }
    @media screen and (max-width: 1300px) {
      .services .snake {
        display: none; } }
  .services .container-images {
    position: relative; }
  .services #services_imgb,
  .services #services_imgc,
  .services #services_imgd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .services .panelb .locations__list,
  .services .panelc .locations__list {
    columns: 1; }

.locations__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Archivo SemiExpanded';
  width: 80%; }

.locations__title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 65px;
  text-wrap: nowrap;
  margin-bottom: 30px; }

/*.locations__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}*/
.locations__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px; }
  .locations__item > a {
    display: flex;
    align-items: center; }
    .locations__item > a span {
      width: 16px;
      display: inline-block;
      height: 2px;
      background: #fff;
      margin-right: 10px;
      position: relative; }
      .locations__item > a span:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        transition: all ease .2s;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: -3px;
        right: 0px;
        opacity: 0; }
    .locations__item > a:hover {
      color: #5fb2b0; }
      .locations__item > a:hover span {
        background: #5fb2b0; }
        .locations__item > a:hover span:after {
          border-right: 2px solid #5fb2b0;
          border-bottom: 2px solid #5fb2b0;
          opacity: 1;
          right: -2px; }

@media screen and (max-width: 457px) {
  .services {
    height: 100vh;
    /*&__container {
      height: 100%;
      position: relative;
    }

    &__label {
      top: 10px;
      left: 10px;
      right: 10px;
      text-align: center;
    }

    /*&__image {
      display: none;

      &--mobile {
        display: block;
        width: 100%;
        border-radius: 24px;
      }
    }*/ }

  .locations__label {
    top: 24%; }
  .locations__title {
    font-size: 34px;
    line-height: 37px;
    text-wrap: wrap;
    margin-bottom: 40px; }
  .locations__list {
    gap: 10px; }
  .locations__item {
    font-size: 16px;
    line-height: 17px; } }
@media screen and (min-width: 768px) {
  .services__container {
    padding: 8rem 4rem; }
  .services__shadow {
    display: none; }
  .services .panelb .locations__list,
  .services .panelc .locations__list {
    columns: 2; }
  .services__label {
    top: 24%; }

  .locations__content {
    width: auto; } }
.animation {
  height: 179px;
  width: 100%;
  margin: 180px auto;
  background-image: url("../images/svg/pickup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid white; }

@media screen and (max-width: 457px) {
  .animation {
    border: none;
    margin: 80px 56px;
    width: auto; } }
.features {
  padding-bottom: 144px;
  position: relative; }
  .features__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    font-family: 'Archivo SemiExpanded';
    font-style: normal;
    color: #121212; }
    @media screen and (min-width: 768px) {
      .features__list {
        color: #C7C7C7; } }
  .features__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 52px;
    border: 1px solid #C7C7C7;
    border-radius: 40px;
    transition: all 0.3s linear; }
    .features__item:nth-child(2) {
      color: white; }
      @media screen and (min-width: 768px) {
        .features__item:nth-child(2) {
          color: inherit; } }
    .features__item:hover {
      background: #000EB4;
      color: #E1F1FD;
      border: 1px solid transparent; }
  .features__buttons {
    display: none; }
  .features__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    text-wrap: nowrap; }
  .features__description {
    width: 66%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; }

@media screen and (max-width: 457px) {
  .snake {
    display: none; }

  .features {
    padding-bottom: 0; }
    .features__list {
      flex-direction: row;
      overflow: hidden;
      gap: 0; }
    .features__item {
      position: relative;
      min-width: 100%;
      height: 400px;
      flex-direction: column;
      border: none;
      padding: 37px;
      gap: 20px;
      justify-content: center;
      align-items: center; }
      .features__item--active {
        background-color: #ffffff; }
        .features__item--active:hover {
          background-color: #ffffff !important; }
      .features__item--active2 {
        background-color: #5fb2b0; }
        .features__item--active2:hover {
          background-color: #5fb2b0 !important; }
      .features__item--active3 {
        background-color: #e1f1fd; }
        .features__item--active3:hover {
          background-color: #e1f1fd !important; }
      .features__item:hover {
        background: #5fb2b0;
        color: #352F36;
        border: none; }
    .features__title {
      font-weight: 500;
      font-size: 34px;
      line-height: 37px; }
    .features__description {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px; }
    .features__buttons {
      display: flex;
      width: 100%;
      justify-content: space-between;
      position: absolute;
      bottom: 20px;
      padding: 0 20px; }
    .features__button {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid black;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url("../images/svg/black-arrow.svg");
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
      transition: all 0.5s linear; }
      .features__button:last-child {
        transform: rotate(180deg); }
      .features__button:hover {
        background-color: rgba(128, 128, 128, 0.7); } }
.contacts {
  margin: 77px 0 126px; }
  .contacts__content {
    width: 750px;
    height: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 62px;
    align-items: center;
    position: relative; }
    .contacts__content .content_image {
      border: solid 1.5px #5fb2b0; }
      .contacts__content .content_image img {
        transition: all ease .4s;
        opacity: 0;
        border-radius: 40px; }
    .contacts__content .content-txt {
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      z-index: 9;
      text-align: center; }
    .contacts__content:hover .content_image {
      border-width: 0; }
      .contacts__content:hover .content_image img {
        opacity: 1; }
  .contacts__title {
    font-family: 'Archivo SemiExpanded';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 48px;
    color: #fff;
    text-wrap: nowrap; }
  .contacts__btn {
    background: #5fb2b0;
    border-radius: 200px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 2rem auto 0; }
  .contacts__link {
    font-family: 'Archivo SemiExpanded';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #121212; }

@media screen and (max-width: 457px) {
  .contacts {
    padding-inline: 20px;
    margin-block: 80px; }
    .contacts__content {
      width: auto; }
    .contacts__title {
      font-size: 34px;
      line-height: 37px;
      text-wrap: wrap;
      text-align: center; }
    .contacts__link {
      font-size: 14px;
      line-height: 15px; } }
.video {
  position: relative; }
  .video__row {
    display: flex;
    justify-content: space-between; }
  .video__mid {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .video .whatsapp {
    position: absolute;
    right: 10%;
    top: -32px;
    width: 68px;
    height: 68px;
    z-index: 2;
    background-image: url("../images/svg/whatsapp.svg"); }

@media screen and (max-width: 457px) {
  .video {
    height: 400px; }
    .video__left, .video__right {
      display: none; }
    .video__mid {
      width: 100%;
      object-fit: cover;
      height: 100%;
      border-radius: 24px; }
    .video .whatsapp {
      width: 40px;
      height: 40px;
      background-size: cover;
      top: -20px; } }
.hero {
  font-family: 'Archivo SemiExpanded';
  font-weight: 600; }
  .hero__container {
    height: 100%;
    max-height: 646px;
    border-radius: 40px;
    overflow: hidden;
    position: relative; }
  .hero__buttons {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 25px; }
    .hero__buttons button {
      cursor: pointer;
      background-color: transparent;
      width: 40px;
      height: 30px; }
  .hero__muted {
    background-image: url("../images/svg/muted.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero__unmuted {
    background-image: url("../images/svg/unmuted.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .hero__img {
    width: 100%;
    object-fit: cover; }
    .hero__img--mobile {
      display: none; }
  .hero__text {
    position: absolute;
    top: 80px;
    left: 0;
    height: 128px;
    display: flex;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #5fb2b0; }
    .hero__text::before {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      top: -40px;
      left: 0;
      background-image: url("../../../images/events/border.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .hero__text::after {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: -40px;
      left: 0;
      transform: rotate(90deg);
      background-image: url("../../../images/events/border.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .hero__text2 {
    display: none;
    position: absolute;
    top: 0;
    right: 40px;
    height: 128px; }
    .hero__text2::before {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      top: -40px;
      left: 0;
      background-image: url("../../../images/events/border.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transform: rotate(270deg); }
    .hero__text2::after {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: -40px;
      left: 0;
      transform: rotate(180deg);
      background-image: url("../../../images/events/border.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .hero__title {
    padding: 30px 90px 30px 70px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 54px; }

@media screen and (max-width: 900px) {
  .hero {
    height: calc(100vh - 60px);
    margin-bottom: 40px; }
    .hero__img {
      height: 100%; }
      .hero__img--desktop {
        display: none; }
      .hero__img--mobile {
        display: block; }
    .hero__text {
      border-radius: 0px;
      padding-left: 0;
      right: 0; }
    .hero__text2 {
      display: block; }
    .hero__title {
      padding: 30px;
      font-size: 34px;
      line-height: 37px; } }
.message,
.phases,
.grid,
.center {
  padding-top: 180px; }

.grid {
  font-family: 'Archivo SemiExpanded';
  margin-bottom: 180px; }
  .grid__container {
    max-width: 1298px;
    margin: 0 auto; }
  .grid__header {
    margin-left: 92px;
    margin-bottom: 183px; }
  .grid__number {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #fff; }
  .grid__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 59px;
    color: #5fb2b0;
    text-transform: uppercase; }
  .grid__content {
    color: wheat; }
  .grid__row {
    display: flex;
    position: relative; }
  .grid__col {
    width: 50%;
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .grid__col img {
      width: 100%;
      height: 528px;
      object-fit: cover; }
    .grid__col--carousel {
      position: relative;
      height: 528px; }
    .grid__col--white {
      background-color: #E1F1FD; }
    .grid__col--blue {
      background-color: #000EB4; }
    .grid__col--bot {
      align-items: end; }
    .grid__col--arrow {
      justify-content: start;
      overflow: inherit; }
    .grid__col--noimage {
      background-color: #352F36;
      height: 528px; }
      .grid__col--noimage img {
        width: 109px;
        height: 109px; }
    .grid__col--left {
      padding-left: 110px;
      justify-content: start; }
    .grid__col--3 {
      width: 35%; }
    .grid__col--6 {
      width: 65%; }
      .grid__col--6 .grid__text--block {
        max-width: 546px; }
      .grid__col--6 .grid__text--gapblock {
        max-width: 546px; }
  .grid__text {
    width: 444px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Archivo SemiExpanded'; }
    .grid__text--block {
      display: flex;
      flex-direction: column;
      max-width: 385px; }
    .grid__text--gapblock {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 385px; }
    .grid__text--green {
      color: #5fb2b0; }
    .grid__text--white {
      color: #fff;
      font-weight: 400; }
    .grid__text--blue {
      color: #000EB4; }
    .grid__text--black {
      color: #121212;
      font-weight: 400; }
    .grid__text--title {
      font-weight: 700;
      font-size: 44px;
      line-height: 48px;
      text-transform: uppercase;
      margin: 15px 0 60px; }
    .grid__text--slim {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      width: 100%; }
    .grid__text--number {
      font-weight: 400;
      font-size: 20px;
      line-height: 22px; }
  .grid__arrows {
    display: flex;
    gap: 14px;
    padding-top: 20px; }
  .grid__arrow {
    width: 51px;
    height: 51px;
    border: 1.5px solid #5fb2b0;
    border-radius: 50%;
    background-image: url("../images/svg/green-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s linear; }
    .grid__arrow:hover {
      background-color: #352F36; }
  .grid__arrow--left {
    transform: rotate(180deg); }

.carousel {
  width: calc(649px * 4);
  display: flex;
  overflow-x: hidden; }
  .carousel__slide {
    min-width: 100%; }
  .carousel__img {
    min-width: 100%;
    height: 528px;
    object-fit: cover; }
  .carousel__next {
    width: 80px;
    height: 100%;
    position: absolute;
    right: -80px;
    opacity: 0.5; }
    .carousel__next--img {
      border-radius: 40px; }

@media screen and (max-width: 900px) {
  .grid {
    margin-bottom: 40px; }
    .grid__header {
      margin-inline: 27px;
      margin-bottom: 40px; }
    .grid__number {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 10px; }
    .grid__title {
      font-size: 34px;
      line-height: 37px; }
    .grid__row {
      flex-direction: column; }
      .grid__row--reversed {
        flex-direction: column-reverse; }
    .grid__col {
      width: 100%; }
      .grid__col--white {
        height: 400px; }
        .grid__col--white .grid__text {
          font-size: 16px;
          line-height: 20px;
          padding-bottom: 0;
          width: auto; }
      .grid__col--bot .grid__text {
        font-size: 16px;
        line-height: 20px;
        padding-top: 40px; }
    .grid__text {
      padding-inline: 27px;
      padding-bottom: 40px; }
    .grid__arrows {
      justify-content: space-between;
      width: 100%;
      padding-top: 0;
      padding-inline: 10px;
      position: absolute;
      top: -65px; } }
.product {
  font-family: 'Archivo SemiExpanded';
  display: flex;
  justify-content: space-between;
  padding-right: 71px;
  align-items: center;
  gap: 80px; }
  .product__mobile-header {
    display: none; }
  .product__img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .product__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 118px; }
  .product__number {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #fff; }
  .product__title {
    font-weight: 600;
    font-size: 54px;
    line-height: 59px;
    text-transform: uppercase;
    color: #5fb2b0; }
  .product__steps {
    min-width: 548px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative; }
  .product__step {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #fff; }
    .product__step--active {
      font-weight: 700;
      color: #5fb2b0; }
  .product__lines {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0; }

.lines {
  display: flex;
  flex-direction: column;
  align-items: end;
  border-top: 3px solid #5fb2b0; }
  .lines__cell {
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #352F36; }

@media screen and (max-width: 900px) {
  .product {
    justify-content: center;
    padding-right: 0;
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column; }
    .product__img {
      display: none; }
    .product__mobile-header {
      display: block;
      padding-inline: 27px; }
    .product__number {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 10px; }
    .product__title {
      font-size: 34px;
      line-height: 37px; }
    .product__header {
      display: none; }
    .product__container {
      width: 100%;
      height: 620px;
      justify-content: center;
      background-image: url("../images/events/product2.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .product__steps {
      padding: 74px 37px;
      min-width: 0;
      background: #121212;
      opacity: 0.8;
      border-radius: 24px;
      gap: 10px; }
    .product__step {
      font-size: 16px;
      line-height: 17px; }
    .product__lines {
      display: none; } }
.training {
  margin-bottom: 180px;
  padding-top: 180px;
  font-family: 'Archivo SemiExpanded'; }
  .training__container {
    max-width: 1299px;
    margin: 0 auto; }
  .training__header {
    margin-left: 92px;
    margin-bottom: 183px; }
  .training__number {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #fff; }
  .training__title {
    font-weight: 600;
    font-size: 54px;
    line-height: 59px;
    color: #5fb2b0;
    text-transform: uppercase; }
    .training__title--fade {
      opacity: 0; }
      .training__title--fade.fade-in {
        animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .training__grid {
    display: flex;
    flex-direction: column;
    gap: 23px; }
  .training__row {
    display: flex;
    gap: 19px; }
  .training__cell {
    position: relative;
    width: 640px;
    height: 420px;
    overflow: hidden;
    background-color: #352F36;
    display: flex;
    align-items: end;
    padding-top: 210px;
    transition: all 0.5s linear; }
    .training__cell:hover {
      border-radius: 50px;
      padding-top: 0px; }
      .training__cell:hover .training__text {
        opacity: 1; }
  .training__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .training__text {
    position: absolute;
    top: 40px;
    left: 50px;
    right: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    z-index: 2;
    opacity: 0.2; }

@media screen and (max-width: 900px) {
  .training {
    margin-bottom: 40px; }
    .training__header {
      margin-left: 0;
      margin-bottom: 40px;
      padding-inline: 27px; }
    .training__number {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 10px; }
    .training__title {
      font-size: 34px;
      line-height: 37px; }
    .training__row {
      flex-direction: column; }
    .training__cell {
      width: 100%; } }
.loc-grid {
  font-family: 'Archivo SemiExpanded'; }
  .loc-grid__container {
    max-width: 1298px;
    margin: 0 auto; }
  .loc-grid__content {
    color: wheat; }
  .loc-grid__row {
    display: flex;
    position: relative; }
  .loc-grid__col {
    width: 50%;
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .loc-grid__col--blue {
      background-color: #000EB4; }
    .loc-grid__col--3 {
      width: 35%; }
    .loc-grid__col--6 {
      width: 65%; }
      .loc-grid__col--6 .loc-grid__text--block {
        max-width: 546px; }
      .loc-grid__col--6 .loc-grid__text--gapblock {
        max-width: 546px; }
  .loc-grid__img {
    width: 100%;
    height: 528px;
    object-fit: cover; }
  .loc-grid__text {
    width: 444px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Archivo SemiExpanded'; }
    .loc-grid__text--gapblock {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 385px; }
    .loc-grid__text--blue {
      color: #000EB4; }
  .loc-grid .t-w {
    color: #fff;
    font-weight: 400; }
  .loc-grid .t-b {
    color: #121212;
    font-weight: 400; }
  .loc-grid .bg-w {
    background-color: #E1F1FD; }
  .loc-grid .t-block {
    display: flex;
    flex-direction: column; }
  .loc-grid .num {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px; }
  .loc-grid .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 15px 0 60px; }
  .loc-grid .slim {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 100%; }

@media screen and (max-width: 900px) {
  .loc-grid {
    margin-bottom: 45px;
    /*.right {
      margin-left: auto;
    }*/ }
    .loc-grid__row {
      flex-direction: column; }
    .loc-grid__col {
      width: 100%;
      position: relative; }
    .loc-grid__img {
      height: 100%; }
    .loc-grid__text {
      width: auto; }
      .loc-grid__text--gapblock {
        gap: 10px; }
    .loc-grid .img-col {
      width: 92%;
      height: 330px;
      left: 4%; }
    .loc-grid .text-col {
      width: 92%;
      height: 430px;
      left: 4%; }
    .loc-grid .t-block {
      padding-inline: 27px; }
    .loc-grid .num {
      font-size: 16px;
      line-height: 17px; }
    .loc-grid .title {
      font-size: 28px;
      line-height: 30px;
      margin: 10px 0 20px; }
    .loc-grid .slim {
      font-size: 16px;
      line-height: 20px; }
    .loc-grid .reversed {
      flex-direction: column-reverse; }
    .loc-grid .up {
      top: -22px; }
    .loc-grid .z-3 {
      z-index: 3; }
    .loc-grid .z-5 {
      z-index: 5; }
    .loc-grid .m-44 {
      margin-bottom: -44px; } }
.message {
  font-family: 'Archivo SemiExpanded';
  color: #fff;
  margin-bottom: 186px; }
  .message__container {
    max-width: 748px;
    margin: 0 auto; }
  .message__title {
    margin-bottom: 94px;
    font-weight: 700;
    font-size: 52px;
    line-height: 68px; }
  .message__title--green {
    color: #5fb2b0; }
  .message__title--border {
    border: 3px solid #5fb2b0;
    border-radius: 200px;
    padding: 5px 15px;
    white-space: nowrap; }
  .message__text {
    font-weight: 300;
    font-size: 22px;
    line-height: 28px; }

@media screen and (max-width: 900px) {
  .message {
    margin-bottom: 60px;
    padding: 0 40px; }
    .message__title {
      margin-bottom: 60px;
      font-size: 24px;
      line-height: 34px;
      text-align: center; }
      .message__title--border {
        display: block;
        width: fit-content;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 10px; }
    .message__text {
      text-align: center;
      font-size: 16px;
      line-height: 20px; } }
.experience {
  font-family: 'Archivo SemiExpanded';
  padding-top: 180px;
  position: relative;
  /*&::after {
    content: '';
    display: block;
    position: absolute;
    right: 14%;
    bottom: -32px;
    width: 68px;
    height: 68px;
    background-image: url('../images/svg/whatsapp.svg');
  }*/ }
  .experience__container {
    max-width: 1338px;
    margin: 0 auto;
    padding: 0 20px; }
  .experience__header {
    margin: 0 auto 180px;
    width: fit-content; }
  .experience__number {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px; }
  .experience__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 59px;
    color: #5fb2b0;
    text-transform: uppercase; }
  .experience__list {
    display: flex;
    flex-direction: column;
    gap: 25px; }
  .experience__item {
    position: relative;
    height: 400px;
    border-radius: 40px;
    overflow: hidden; }
  .experience__img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .experience__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    right: 0;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

@media screen and (max-width: 900px) {
  .experience__container {
    padding: 0; }
  .experience__header {
    margin: 0 0 40px;
    padding-inline: 27px; }
  .experience__number {
    font-size: 16px;
    line-height: 17px; }
  .experience__title {
    font-size: 28px;
    line-height: 30px; }
  .experience__text {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    padding-inline: 27px; }
  .experience::after {
    right: 10%;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background-size: cover; } }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  outline: 0; }
  .modal.show {
    display: block; }

.modalvideos {
  overflow-y: hidden !important;
  z-index: 1001; }

.modalvideos iframe {
  border: 0; }

.modalvideos .modal-dialog .modal-content {
  height: 100%;
  background: #000; }

.modalvideos .modal-dialog {
  max-width: 90vw;
  height: 80vh;
  max-width: 90vw;
  height: 80vh;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  margin: 0;
  position: relative;
  width: auto; }

.modalvideos .modal-dialog .modal-content {
  height: 100%;
  background: black; }

.modalvideos .modal-dialog .modal-content .modal-body {
  padding: 0;
  width: 100%;
  height: 100%; }

.modalvideos .modal-dialog .modal-content .modal-body .ratio {
  height: 100%; }

.modal-backdrop.show {
  opacity: 1;
  z-index: 1000 !important; }

.modalvideos button.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  cursor: pointer; }

.modalvideos button.btn-close svg {
  fill: #fff; }

.modalvideos .modal-dialog .modal-content .modal-body .ratio {
  height: 100%; }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16* 100%); }

.ratio {
  position: relative;
  width: 100%; }

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""; }

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

iframe {
  border: 0; }

body.hiddeny {
  overflow-y: hidden !important; }

.phases {
  margin-bottom: 176px;
  font-family: 'Archivo SemiExpanded';
  color: #fff; }
  .phases__container {
    max-width: 1118px;
    margin: 0 auto; }
  .phases__columns {
    display: flex; }
  .phases__column {
    display: flex;
    flex-direction: column;
    gap: 76px;
    width: 50%;
    position: relative; }
    .phases__column--line::after {
      content: '';
      width: 1px;
      height: 793px;
      background-color: #352f36;
      position: absolute;
      left: 0; }
  .phases__block {
    opacity: 0.2;
    width: min-content;
    transition: all ease .4s;
    padding-top: 70px; }
    .phases__block--active {
      opacity: 1;
      transition: all ease .4s; }
      .phases__block--active .phases__title {
        color: #5fb2b0;
        transition: all ease .4s; }
  .phases__number {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #5fb2b0; }
  .phases__title {
    font-weight: 600;
    font-size: 54px;
    line-height: 59px;
    margin: 10px 0 26px; }
  .phases__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em; }
  .phases__details {
    max-width: 477px;
    align-self: end; }
    .phases__details.p__detailsb, .phases__details.p__detailsc, .phases__details.p__detailsd {
      position: absolute;
      top: 0;
      opacity: 0; }
  .phases .details__img__container {
    height: 40vh;
    overflow: hidden;
    margin-bottom: 30px; }
  .phases .details__img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .phases .details__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px; }
    .phases .details__text .green {
      color: #5fb2b0; }
  .phases__bottom {
    position: relative;
    padding-top: 176px;
    /*&::after {
      content: '';
      display: block;
      position: absolute;
      right: 10%;
      bottom: -32px;
      width: 68px;
      height: 68px;
      background-image: url('../images/svg/whatsapp.svg');
    }*/ }
    .phases__bottom--img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media screen and (max-width: 900px) {
  .phases {
    display: none; }
    .phases__bottom {
      padding-top: 40px; }
      .phases__bottom::after {
        content: '';
        display: block;
        position: absolute;
        right: 7%;
        bottom: -20px;
        width: 40px;
        height: 40px;
        background-image: url("../images/svg/whatsapp.svg");
        background-size: cover; } }
.b-grid {
  display: none; }

@media screen and (max-width: 900px) {
  .b-grid {
    display: flex;
    flex-direction: column;
    font-family: 'Archivo SemiExpanded'; }
    .b-grid .cell {
      border-radius: 40px;
      overflow: hidden; }
      .b-grid .cell--text {
        height: 420px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        padding-inline: 26px; }
      .b-grid .cell--img {
        height: 293px;
        width: 100%; }
        .b-grid .cell--img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .b-grid .title {
      font-weight: 600;
      font-size: 28px;
      line-height: 30px;
      margin: 0; }
    .b-grid .text {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.03em; }
    .b-grid .t-w {
      color: #fff; }
    .b-grid .bg-blue {
      background-color: #000EB4; }
    .b-grid .bg-white {
      background-color: #fff; } }
.center {
  font-family: 'Archivo SemiExpanded';
  color: #fff;
  margin-bottom: 164px; }
  .center__container {
    max-width: 1298px;
    margin: 0 auto; }
  .center__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px; }
  .center__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 59px;
    text-transform: uppercase;
    color: #5fb2b0; }
  .center__circle {
    animation: rotate 10s linear infinite; }
  .center__big-image {
    width: 100%;
    height: 530px;
    margin-bottom: 59px; }
  .center__small-image {
    display: none; }
  .center__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px; }
  .center__info-columns {
    display: flex;
    justify-content: space-between;
    gap: 111px; }
  .center__info-column {
    flex: 1; }
  .center__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff; }
    .center__text .green {
      color: #5fb2b0; }
  .center__message {
    position: relative;
    /*&::after {
      content: '';
      display: block;
      position: absolute;
      right: 10%;
      bottom: -32px;
      width: 68px;
      height: 68px;
      background-image: url('../images/svg/whatsapp.svg');
    }*/ }
    .center__message--block {
      font-family: 'Archivo SemiExpanded';
      background: #E1F1FD;
      border-radius: 40px;
      padding: 115px 0;
      display: flex;
      justify-content: center; }
    .center__message--text {
      width: 913px;
      font-weight: 400;
      font-size: 36px;
      line-height: 39px;
      color: #121212;
      text-align: center; }
      .center__message--text .bold {
        font-weight: 600; }
        .center__message--text .bold a {
          text-decoration: underline; }

@media screen and (max-width: 900px) {
  .center {
    margin-bottom: 80px; }
    .center__header {
      padding-inline: 27px;
      margin-bottom: 40px; }
    .center__title {
      font-size: 28px;
      line-height: 30px;
      color: #fff; }
    .center__circle {
      display: none; }
    .center__big-image {
      display: none; }
    .center__small-image {
      display: block;
      height: 528px;
      width: 100%;
      object-fit: cover;
      margin-bottom: 40px; }
    .center__info-columns {
      gap: 20px;
      flex-direction: column; }
    .center__text {
      font-size: 16px;
      line-height: 20px; }
    .center__container {
      padding-inline: 27px; }
    .center__message::after {
      width: 40px;
      height: 40px;
      bottom: -20px;
      background-size: cover; }
    .center__message--block {
      padding: 100px 50px;
      border-radius: 24px; }
    .center__message--text {
      font-size: 16px;
      line-height: 20px; } }
.bike {
  height: 205px;
  width: 100%;
  margin: 168px auto 0;
  background-image: url("../images/svg/bike.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid white; }

@media screen and (max-width: 900px) {
  .bike {
    height: 115px;
    margin: 80px 0 40px;
    border: none; } }
.visit {
  font-family: 'Archivo SemiExpanded';
  color: #fff;
  padding: 0 20px; }
  .visit__container {
    max-width: 1298px;
    margin: 0 auto;
    background-color: #352F36;
    border-radius: 40px;
    padding: 103px 111px; }
  .visit__columns {
    display: flex;
    gap: 148px; }
  .visit__column.hidden {
    display: none; }
  .visit__column:last-child {
    flex: 1; }
  .visit__column .column__title {
    margin-bottom: 72px;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px; }
  .visit__column .column__contacts {
    display: flex;
    flex-direction: column;
    gap: 56px; }
    .visit__column .column__contacts .contacts__text {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px; }
      .visit__column .column__contacts .contacts__text a {
        display: block;
        transition: 0.3s all linear;
        width: fit-content;
        border-bottom: 1px solid transparent; }
        .visit__column .column__contacts .contacts__text a:hover {
          color: #5fb2b0;
          border-bottom: 1px solid #5fb2b0; }
    .visit__column .column__contacts .contacts__title {
      margin-bottom: 10px;
      color: #f6f6f6;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px; }
  .visit__form {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .visit__input {
    padding: 25px 0 25px 37px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    letter-spacing: 1.5px; }
    .visit__input::placeholder {
      color: rgba(255, 255, 255, 0.4);
      font-weight: 300;
      font-size: 18px; }
  .visit__textarea {
    padding: 25px 0 25px 37px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    letter-spacing: 1.5px; }
    .visit__textarea::placeholder {
      color: rgba(255, 255, 255, 0.4);
      font-weight: 300;
      font-size: 18px; }
  .visit__submit {
    border: 1.5px solid #5fb2b0;
    border-radius: 200px;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #5fb2b0;
    padding: 22px 0;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s linear; }
    .visit__submit:hover {
      background-color: #4a444b; }
  .visit .mobile {
    display: none; }

@media screen and (max-width: 900px) {
  .visit__container {
    padding: 45px 0 20px;
    background-color: transparent; }
  .visit__columns {
    flex-direction: column;
    gap: 20px; }
  .visit__column {
    background-color: #352F36;
    border-radius: 40px;
    padding: 45px 0 38px; }
    .visit__column .column__title {
      margin-bottom: 19px;
      font-size: 16px;
      line-height: 17px;
      color: #5fb2b0;
      text-align: center; }
    .visit__column .column__contacts {
      gap: 20px;
      align-items: center; }
    .visit__column .contacts__text {
      font-size: 14px;
      line-height: 22px;
      text-align: center; }
    .visit__column .contacts__title {
      margin-bottom: 4px;
      font-size: 14px;
      line-height: 22px; }
  .visit__input {
    padding: 15px 0 15px 23px; }
    .visit__input::placeholder {
      font-size: 14px;
      line-height: 15px; }
  .visit__submit {
    font-size: 14px;
    line-height: 15px; }
  .visit .mobile {
    display: block; }
  .visit .form {
    padding: 32px 22px 25px; } }
.contact-cad-container,
.contact-cad-container .contacts__title {
  background-color: #e1f1fd;
  color: #121212 !important; }

#contact-cad-form input,
#contact-cad-form textarea {
  background-color: white;
  color: #121212; }
  #contact-cad-form input::placeholder,
  #contact-cad-form textarea::placeholder {
    color: #121212;
    font-weight: 300;
    font-size: 18px; }

@media screen and (max-width: 900px) {
  .contact-cad-container .visit__column {
    background-color: transparent;
    border-radius: 40px;
    padding: 45px 0 38px; } }
.footer-cad {
  min-height: 300px;
  background-color: #121212;
  border-radius: 40px 40px 0px 0px;
  position: relative;
  padding: 94px 0;
  font-family: 'Archivo SemiExpanded';
  color: #fff;
  /*&::after {
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    top: -32px;
    width: 68px;
    height: 68px;
    background-image: url('../images/svg/whatsapp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }*/ }
  .footer-cad .container {
    max-width: 1054px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto; }
  .footer-cad__content {
    display: flex;
    justify-content: space-between; }
    .footer-cad__content .left {
      margin-right: 110px; }
      .footer-cad__content .left__logo {
        margin-bottom: 20px; }
      .footer-cad__content .left__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px; }
    .footer-cad__content .right {
      flex: 1; }
      .footer-cad__content .right__row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px; }
      .footer-cad__content .right__col {
        font-size: 16px;
        line-height: 24px; }
        .footer-cad__content .right__col--socials {
          display: flex;
          gap: 25px; }
    .footer-cad__content .col__title {
      margin-bottom: 10px;
      font-weight: 700;
      color: #f6f6f6; }
    .footer-cad__content .col__text {
      font-weight: 300;
      color: #ffffff; }
      .footer-cad__content .col__text a {
        display: block;
        transition: 0.3s all linear;
        width: fit-content;
        border-bottom: 1px solid transparent; }
        .footer-cad__content .col__text a:hover {
          color: #5fb2b0;
          border-bottom: 1px solid #5fb2b0; }
    .footer-cad__content .location {
      display: flex;
      gap: 16px;
      align-items: center; }
      .footer-cad__content .location::before {
        content: '';
        display: block;
        width: 22px;
        height: 17px;
        background-image: url("../images/svg/flag.svg"); }
  .footer-cad__year {
    margin-top: 44px;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    justify-content: center; }
  .footer-cad a:hover {
    color: #5fb2b0 !important; }

@media screen and (max-width: 900px) {
  .footer-cad {
    padding: 30px 0; }
    .footer-cad .container {
      padding: 0 28px; }
    .footer-cad__content {
      flex-direction: column; }
      .footer-cad__content .left {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-right: 0;
        margin-bottom: 80px; }
        .footer-cad__content .left__logo {
          width: 120px;
          margin-bottom: 0; }
        .footer-cad__content .left__text {
          font-size: 13px; }
      .footer-cad__content .location {
        justify-content: center; }
    .footer-cad .right__row {
      flex-wrap: wrap;
      gap: 20px;
      margin: 0; }
    .footer-cad .right__col {
      font-size: 14px;
      line-height: 22px; }
      .footer-cad .right__col:first-child {
        width: 100%; }
      .footer-cad .right__col--socials {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 19px;
        margin-block: 80px; }
      .footer-cad .right__col--location {
        width: 100%; }
    .footer-cad::after {
      content: '';
      display: block;
      position: absolute;
      right: 10%;
      top: -20px;
      width: 40px;
      height: 40px;
      background-image: url("../images/svg/whatsapp.svg"); }
    .footer-cad__year {
      margin-top: 40px; } }
.hero-cad {
  position: relative;
  width: 100%;
  height: 768px;
  font-family: 'Archivo SemiExpanded'; }
  .hero-cad--white {
    max-width: 1298px;
    margin: 0 auto;
    max-height: 250px;
    padding: 0 1rem; }
    @media screen and (min-width: 768px) {
      .hero-cad--white {
        max-height: 368px; } }
  .hero-cad__megatitle {
    color: #5fb2b0;
    font-weight: 500;
    font-size: 70px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 92px; }
  .hero-cad .color1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: radial-gradient(32.55% 32.55% at 50% 67.45%, #000EB4 0%, rgba(0, 14, 180, 0) 100%); }
  .hero-cad .color2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: radial-gradient(47.4% 74.46% at 28.82% 52.6%, #5fb2b0 0%, rgba(148, 223, 37, 0) 100%); }
  .hero-cad__blue {
    position: absolute;
    bottom: 71px;
    right: 0;
    width: 400px;
    height: 150px;
    background-color: #000EB4;
    z-index: -1; }
  .hero-cad__container {
    position: relative;
    height: 100%;
    background: linear-gradient(-70deg, #94df25 6%, #000eaf 35%, #000eaf 40%, #111111 100%);
    border-radius: 60px; }
  .hero-cad__img {
    position: absolute;
    object-fit: cover;
    border-radius: 60px;
    z-index: 0; }
    .hero-cad__img--desktop {
      display: block;
      height: 100%; }
    .hero-cad__img--mobile {
      display: none; }
  .hero-cad__title {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding-inline: 92px 376px;
    width: 1297px;
    height: 100%;
    color: #fff;
    font-family: 'Archivo SemiExpanded';
    font-weight: 500;
    font-size: 70px;
    line-height: 76px;
    z-index: 1;
    text-transform: uppercase; }
  .hero-cad__sub-title {
    display: none; }
  .hero-cad__shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(246.28deg, rgba(18, 18, 18, 0) 29%, #121212 77.76%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

@media screen and (max-width: 900px) {
  .container {
    padding: 0;
    height: 100%; }

  .hero-cad {
    height: 100vh; }
    .hero-cad__blue {
      display: none; }
    .hero-cad__shadow {
      background: linear-gradient(246.28deg, rgba(18, 18, 18, 0) 29%, #121212 77.76%);
      opacity: 0.6; }
    .hero-cad .color1 {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: radial-gradient(32.55% 32.55% at 50% 67.45%, #000EB4 0%, rgba(0, 14, 180, 0) 100%); }
    .hero-cad .color2 {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: radial-gradient(47.4% 74.46% at 28.82% 52.6%, #5fb2b0 0%, rgba(148, 223, 37, 0) 100%); }
    .hero-cad__img {
      height: 100%;
      border-radius: 32px; }
      .hero-cad__img--desktop {
        display: none; }
      .hero-cad__img--mobile {
        display: block; }
    .hero-cad__title {
      padding-inline: 29px;
      margin-right: auto;
      width: 100%;
      height: 100%;
      font-weight: 700;
      font-size: 34px;
      line-height: 37px; }
    .hero-cad__megatitle {
      margin-left: 29px;
      font-size: 34px;
      line-height: 37px; } }
.info_cad {
  padding-block: 180px;
  color: #121212; }
  .info_cad .container {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0; }
  .info_cad__text {
    font-family: 'Archivo SemiExpanded';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    text-align: center; }
  .info_cad .border {
    border: 3px solid #5fb2b0;
    border-radius: 200px;
    padding: 5px 15px;
    white-space: nowrap;
    color: #5fb2b0; }

@media screen and (max-width: 900px) {
  .info_cad {
    padding: 80px 23px; }
    .info_cad__text {
      font-size: 34px;
      line-height: 44px; }
    .info_cad .border {
      padding: 0 15px; } }
.grid_cad {
  font-family: 'Archivo SemiExpanded'; }
  .grid_cad .container {
    max-width: 1298px;
    padding: 0; }
  .grid_cad__container {
    display: flex;
    gap: 20px; }
  .grid_cad__column {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: relative; }
    .grid_cad__column:hover .grid_cad__item {
      opacity: 0;
      visibility: hidden; }
    .grid_cad__column:hover .grid_cad__item--content {
      opacity: 1;
      visibility: visible;
      display: flex; }
  .grid_cad__item {
    width: 100%;
    height: 528px;
    position: relative;
    transition: 0.3s all linear; }
  .grid_cad__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .grid_cad__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color: #5fb2b0;
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%); }
  .grid_cad__item--content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #000EB4;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 82px 35px 35px; }
  .grid_cad__text {
    text-align: center;
    padding-inline: 44px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .grid_cad__text--block {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff; }
    .grid_cad__text--block .green {
      color: #5fb2b0; }
  .grid_cad__btn {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 200px;
    background-color: transparent; }
    .grid_cad__btn a {
      padding: 22px;
      width: 100%;
      height: 100%;
      text-align: center;
      display: block; }
    .grid_cad__btn:hover {
      border: 2px solid #5fb2b0;
      background: #5fb2b0;
      color: #000EB4; }

@media screen and (max-width: 900px) {
  .grid_cad {
    padding: 0; }
    .grid_cad .container {
      padding: 0 27px; }
    .grid_cad__container {
      flex-direction: column; }
    .grid_cad__item {
      height: 405px; }
    .grid_cad__title {
      font-size: 28px;
      line-height: 30px; }
    .grid_cad__item--content {
      border-radius: 32px;
      padding: 0 15px 18px; }
    .grid_cad__text {
      padding-inline: 12px;
      flex: 1;
      justify-content: center; }
    .grid_cad__text--block {
      font-size: 16px;
      line-height: 20px; }
    .grid_cad__btn {
      padding: 12px;
      font-size: 14px;
      line-height: 15px; } }
:root {
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset)); }

.string {
  padding: 40px 0; }
  .string h2, .string p {
    text-wrap: nowrap;
    font-family: 'Archivo SemiExpanded';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 59px;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0 2rem;
    color: #94df25;
    line-height: 1; }
  @media screen and (min-width: 768px) {
    .string {
      padding: 90px 0; }
      .string h2, .string p {
        font-size: 54px; } }

@media screen and (max-width: 900px) {
  .string {
    padding: 40px 0; }
    .string h2 {
      font-size: 34px;
      line-height: 37px; } }
.marquee {
  transition: all 0.5s;
  overflow: hidden; }

.marquee-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 20s linear infinite; }

.marquesina.one {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .marquesina.one {
      padding: 4rem 0; } }

@keyframes marquee {
  0% {
    transform: translateX(var(--move-initial)); }
  100% {
    transform: translateX(var(--move-final)); } }
.cards {
  font-family: 'Archivo SemiExpanded';
  margin-bottom: 180px; }
  .cards .container {
    max-width: 1298px;
    padding: 0; }
  .cards__container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media screen and (min-width: 901px) {
      .cards__container {
        padding: 0 2rem; } }
    @media screen and (min-width: 1298px) {
      .cards__container {
        padding: 0; } }
  .cards__row {
    display: flex;
    gap: 20px; }
  .cards__item {
    width: 50%;
    height: 656px;
    background-color: #121212;
    position: relative; }
    .cards__item--text {
      background-color: #fff;
      height: fit-content; }
    .cards__item--tablet {
      max-width: 385px;
      margin: 0 auto;
      background-color: #fff;
      height: fit-content; }
      .cards__item--tablet hr {
        border-color: #000EB4;
        margin: 0;
        height: 1px; }
  .cards__bg {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cards__text {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    color: #5fb2b0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .cards__text--small {
      font-weight: 600;
      font-size: 30px;
      line-height: 36px;
      color: #000EB4;
      width: 100%;
      position: static;
      transform: translate(0, 0);
      text-align: start; }
      .cards__text--small .black {
        color: #121212;
        font-weight: 400; }
    .cards__text--tablet {
      font-weight: 400;
      font-size: 22px;
      line-height: 28px;
      color: #000EB4;
      width: 100%;
      position: static;
      transform: translate(0, 0);
      text-align: start;
      padding: 32px 0; }

@media screen and (max-width: 900px) {
  .cards {
    margin-bottom: 80px; }
    .cards__container {
      gap: 40px; }
    .cards__row {
      flex-direction: column;
      gap: 0; }
    .cards__item {
      width: 100%;
      height: 420px; }
      .cards__item--text {
        padding-inline: 27px;
        margin-bottom: 50px;
        height: fit-content; }
      .cards__item--tablet {
        padding-inline: 27px; }
    .cards__text {
      font-size: 34px;
      line-height: 37px; }
      .cards__text--small {
        font-size: 16px;
        line-height: 20px; }
      .cards__text--tablet {
        padding: 28px 0;
        font-size: 16px;
        line-height: 20px; } }
.cad-reviews {
  font-family: 'Archivo SemiExpanded';
  margin-bottom: 180px; }
  .cad-reviews .container {
    max-width: 893px;
    margin: 0 auto; }
  .cad-reviews__container {
    display: flex;
    flex-direction: column;
    gap: 60px; }
  .cad-reviews__top {
    display: flex;
    gap: 98px;
    justify-content: space-between;
    align-items: center; }
  .cad-reviews__arrow {
    width: 35px;
    height: 100px;
    background-image: url("../../../images/svg/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center; }
    .cad-reviews__arrow--right {
      transform: rotate(180deg); }
  .cad-reviews__content {
    flex: 1;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center; }
  .cad-reviews__author {
    display: flex;
    justify-content: center; }
  .cad-reviews .author {
    display: flex;
    gap: 30px;
    align-items: center; }
    .cad-reviews .author__data {
      display: flex;
      flex-direction: column;
      font-size: 18px;
      line-height: 20px; }
    .cad-reviews .author__name {
      font-weight: 600; }
    .cad-reviews .author__profession {
      font-weight: 400; }
    .cad-reviews .author__buttons {
      display: none; }
  .cad-reviews--no-white {
    background: #f6f6f6;
    border-radius: 40px;
    padding: 136px 0;
    margin-bottom: 0; }

@media screen and (max-width: 900px) {
  .cad-reviews {
    margin-bottom: 80px; }
    .cad-reviews__container {
      padding-inline: 47px;
      gap: 40px; }
    .cad-reviews__top {
      gap: 0; }
    .cad-reviews__arrow {
      display: none; }
    .cad-reviews__content {
      font-size: 24px;
      line-height: 34px; }
    .cad-reviews .author {
      gap: 18px; }
      .cad-reviews .author__avatar {
        display: flex; }
        .cad-reviews .author__avatar img {
          width: 45px;
          height: 45px; }
      .cad-reviews .author__data {
        font-size: 16px;
        line-height: 20px; }
      .cad-reviews .author__buttons {
        display: flex;
        justify-content: center;
        gap: 29px; }
        .cad-reviews .author__buttons .cad-reviews__arrow {
          display: block;
          height: 12px;
          margin-top: -6px; }
    .cad-reviews--no-white {
      background: #fff;
      border-radius: 40px;
      padding: 80px 0;
      margin-bottom: 0; } }
.cad-form {
  font-family: 'Archivo SemiExpanded';
  background-color: #e1f1fd;
  padding: 123px 0;
  color: #121212; }
  .cad-form__container {
    max-width: 568px;
    margin: 0 auto;
    text-align: center; }
  .cad-form__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px; }
  .cad-form__description {
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px; }
  .cad-form__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: transparent !important; }
  .cad-form .column__title {
    text-align: center; }

.form__input {
  width: 100%;
  padding: 25px 35px;
  background: #ffffff;
  border-radius: 200px; }
  .form__input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #121212;
    opacity: 0.4; }
.form__row {
  display: flex;
  justify-content: space-between;
  gap: 22px; }
.form__item {
  width: 50%;
  position: relative; }
.form__img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); }
.form__textarea {
  padding: 28px 32px;
  background: #ffffff;
  border-radius: 40px;
  resize: none; }
  .form__textarea::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #121212;
    opacity: 0.4; }
.form__submit {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #000eb4;
  border: 1.5px solid #000eb4;
  border-radius: 200px;
  padding: 22px;
  background-color: transparent;
  cursor: pointer; }
  .form__submit:hover {
    background-color: #fff; }

@media screen and (max-width: 900px) {
  .cad-form {
    padding: 44px 27px 30px;
    border-radius: 32px; }
    .cad-form__title {
      font-size: 22px;
      line-height: 24px; }
    .cad-form__description {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 48px; }

  .form__row {
    flex-direction: column; }
  .form__item {
    width: 100%; }
  .form__input {
    padding: 15px 20px; }
    .form__input::placeholder {
      font-size: 14px;
      line-height: 15px; }
  .form__img {
    width: 22px;
    height: 22px; }
  .form__submit {
    font-size: 14px;
    line-height: 15px;
    padding: 15px; } }
.sport-info {
  font-family: 'Archivo SemiExpanded';
  color: #000EB4;
  margin-bottom: 180px; }
  .sport-info .container {
    display: flex;
    justify-content: space-between;
    gap: 181px;
    max-width: 1298px;
    padding: 0 91px 0 0; }
  .sport-info__text {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #121212; }
    .sport-info__text .blue {
      font-weight: 600;
      color: #000EB4; }
  .sport-info__table {
    width: 385px; }
    .sport-info__table hr {
      border-color: #000EB4;
      margin: 0;
      height: 1px; }
  .sport-info__p {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000eb4;
    padding: 38px 0; }

@media screen and (max-width: 900px) {
  .sport-info {
    margin-bottom: 80px; }
    .sport-info .container {
      padding: 0 27px;
      flex-direction: column;
      gap: 40px; }
    .sport-info__text {
      font-size: 16px;
      line-height: 20px; }
    .sport-info__table {
      width: auto; }
    .sport-info__p {
      font-size: 16px;
      line-height: 20px;
      padding-block: 28px; } }

/*# sourceMappingURL=style.css.map */
