@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

body {
  position: relative;
  min-width: 375px;
  font-family: "Inter", sans-serif;
  background-color: #EFEFEF;
  color: #37322E;
  line-height: 1;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 20px;
  }
}
body.open-menu {
  overflow: hidden;
}
body.open-menu .header {
  background-color: transparent;
}
body.open-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 50, 46, 0.8);
  backdrop-filter: blur(5px);
  z-index: 9;
}

.page {
  --primary-color: #06AEEF;
}
.page--dahila {
  --primary-color: #82225F;
}
.page--aquaviva {
  --primary-color: #2A8D9A;
}
.page--mhl {
  --primary-color: #06AEEF;
}
.page--namagro {
  --primary-color: #6AB547;
}

.container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
    padding: 0;
  }
}
@media (min-width: 1580px) {
  .container {
    max-width: 1560px;
  }
}

.btn {
  padding: 19px 32px 19px 32px;
  display: block;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.1s ease-in;
}
@media (min-width: 1280px) {
  .btn {
    padding: 21px 39px 21px 39px;
    width: fit-content;
  }
}
.btn:hover {
  background-color: #005B9F;
  color: #FFFFFF;
}
.btn--alt {
  border: 1px solid #06AEEF;
  color: #005B9F;
  background-color: transparent;
}
.btn--alt:hover {
  border-color: #005B9F;
}

@media (min-width: 1280px) {
  .offset-section {
    margin-top: -70px !important;
  }
}

@media (min-width: 1280px) {
  .offset-badge-list {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}

.title-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(118, 157, 172, 0.3);
}
@media (min-width: 768px) {
  .title-block {
    display: flex;
    gap: 10px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .title-block {
    margin-bottom: 80px;
  }
}
.title-block__title {
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: -0.04em;
  width: 80%;
}
@media (min-width: 768px) {
  .title-block__title {
    width: 50%;
    font-size: 34px;
  }
}
@media (min-width: 1280px) {
  .title-block__title {
    font-size: 50px;
  }
}
.title-block__description {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #888888;
}
.title-block__description a {
  color: #06AEEF;
}
@media (min-width: 768px) {
  .title-block__description {
    max-width: 324px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .title-block__description {
    max-width: 517px;
    font-size: 16px;
  }
}
.title-block--without-border {
  border: 0;
}
@media (min-width: 1280px) {
  .title-block--without-border {
    padding-bottom: 0;
  }
}

.badge {
  display: block;
  width: fit-content;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-align: center;
  font-family: "Manrope";
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .badge {
    font-size: 16px;
  }
}
.badge--icon {
  padding-left: 30px;
  background-image: url("../../img/badge-icon.svg");
  background-repeat: no-repeat;
  background-position: 12px 13px;
  white-space: nowrap;
}

.world-around-badge {
  background-color: #6AB547;
  border-radius: 40px;
  width: fit-content;
  overflow: hidden;
}
.world-around-badge img {
  width: 88px;
}
@media (min-width: 1280px) {
  .world-around-badge img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .world-around-badge {
    padding: 6px 5px;
    border-radius: 70px;
  }
}
@media (min-width: 1280px) {
  .world-around-badge {
    padding: 8px 10px;
    border-radius: 100px;
  }
}

.green-badge {
  padding: 11px 12px 11px 44px;
  background-color: #F6F6F6;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 100px;
  background-image: url("../../img/green-badge-icon.svg");
  background-repeat: no-repeat;
  background-position: 12px 13px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .green-badge {
    font-size: 16px;
    line-height: 1.3;
    width: fit-content;
  }
}

.field {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 768px) {
  .field {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  .field {
    font-size: 16px;
  }
}
.field__label {
  display: block;
  margin-bottom: 8px;
}
.field__input {
  padding: 16px;
  margin-bottom: 3px;
  width: 100%;
  border-radius: 10px;
  background-color: #F6F6F6;
  border: 0;
  outline: 0;
  border: 1px solid transparent;
  transition: all 0.12s ease-in;
}
.field__input::placeholder {
  color: #DBDBDB;
  opacity: 1;
}
.field__input:focus {
  border-color: #C1C1C1;
}
@media (min-width: 768px) {
  .field__input {
    padding: 21px 25px;
  }
}
.field__error {
  display: none;
  font-size: 12px;
  color: #BF3636;
}
@media (min-width: 1280px) {
  .field__error {
    font-size: 14px;
  }
}
.field--checkbox .field-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .field--checkbox .field-wrapper {
    justify-content: start;
    text-align: left;
  }
}
.field--checkbox .field__label {
  margin-bottom: 0;
  cursor: pointer;
  color: #C1C1C1;
}
@media (min-width: 1280px) {
  .field--checkbox .field__label {
    display: block;
  }
}
.field--checkbox input {
  cursor: pointer;
}
@media (min-width: 1280px) {
  .field--checkbox input {
    display: block;
  }
}
.field--checkbox a {
  color: #37322E;
}
.field--file input {
  display: none;
}
.field--file .file-description {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  color: #888888;
}
@media (min-width: 768px) {
  .field--file .file-description {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .field--file .file-description {
    font-size: 14px;
  }
}
.field--file .field-wrapper {
  display: flex;
  gap: 10px;
}
.field--file .field-wrapper::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.field--file .field-wrapper[data-status=no-file] .file-description {
  display: block;
}
.field--file .field-wrapper[data-status=no-file]::before {
  background-image: url("../../img/pages/contract-industry/paperclip.svg");
}
.field--file .field-wrapper[data-status=loading]::before {
  border-radius: 50%;
  border: 2px solid #06AEEF;
}
.field--file .field-wrapper[data-status=attached]::before {
  background-image: url("../../img/pages/contract-industry/attached.svg");
}
.field--file .field-wrapper[data-status=error] .file-description {
  display: block;
  color: #BF3636;
}
.field--file .field-wrapper[data-status=error]::before {
  background-image: url("../../img/pages/contract-industry/error-file.svg");
}
.field--file .field__label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 700px;
  cursor: pointer;
}
.field.error .field__input {
  border-color: #BF3636;
}
.field.error > .field__error {
  display: block;
}
.field--phone .iti {
  width: 100%;
}
.field--phone .iti__tel-input {
  width: 100%;
  padding: 16px 15px;
  background-color: #F6F6F6;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14px;
}
.field--phone .iti__tel-input:focus {
  outline: none;
  border-color: #C1C1C1;
}
@media (min-width: 768px) {
  .field--phone .iti__tel-input {
    padding: 16px 20px;
  }
}
.field--phone .iti__selected-country {
  background-color: #F0F0F0;
  border-radius: 10px 0 0 10px;
  padding: 0 10px;
  height: 51px;
  margin-top: 1px;
  left: 1px;
}
.field--phone .iti__country-container {
  padding: 0;
}
.field--phone .iti__selected-dial-code {
  font-size: 14px;
  color: #37322E;
}
.field--phone .iti__country-list {
  max-height: 240px;
}
.field--phone .iti__country {
  padding: 8px 12px;
}
.field--phone .iti__country:hover, .field--phone .iti__country.iti__highlight {
  background-color: #F0F0F0;
}
.field--phone .iti__search-input {
  padding: 10px 30px;
  border-bottom: 1px solid #E0E0E0;
}
.field.error .iti__tel-input {
  border-color: #BF3636;
}

.badges-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1280px) {
  .badges-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.header {
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #EFEFEF;
}
@media (min-width: 1280px) {
  .header {
    padding: 20px;
  }
}
.header__rounded-item {
  padding: 13px 12px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
@media (min-width: 1280px) {
  .header__rounded-item {
    padding: 13px 32px 13px 32px;
  }
}

.main-menu {
  position: relative;
  display: flex;
  gap: 5px;
}
.main-menu__logo {
  width: 100%;
  flex: 2;
}
@media (min-width: 1280px) {
  .main-menu__logo {
    max-width: 245px;
  }
}
@media (min-width: 1580px) {
  .main-menu__logo {
    max-width: 556px;
  }
}
.main-menu__logo-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu__dropdown, .main-menu__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .main-menu__dropdown, .main-menu__desktop {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-menu__dropdown .dropdown-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #37322E;
}
.main-menu__dropdown .dropdown-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-menu__dropdown .dropdown-btn:hover {
  color: var(--primary-color);
}
.main-menu__dropdown .dropdown-btn.open::after {
  transform: rotate(180deg);
}
.main-menu .change-language {
  position: relative;
  display: flex;
  justify-content: center;
  width: 79px;
}
.main-menu .change-language .js-show-lang {
  text-transform: capitalize;
}
.main-menu .js-dropdown-lang {
  left: 0;
}
@media (min-width: 768px) {
  .main-menu .js-dropdown-lang {
    padding: 25px 40px;
    left: unset;
    right: 40px;
    min-width: 220px;
  }
}
@media (min-width: 1280px) {
  .main-menu .js-dropdown-lang {
    right: 0;
  }
}
.main-menu .js-dropdown-lang .dropdown-menu__list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.main-menu .js-dropdown-lang .dropdown-menu__link {
  padding: 8px 5px;
  text-align: left;
  color: #888888;
}
.main-menu .js-dropdown-lang .dropdown-menu__link.active {
  color: #37322E;
}
.main-menu__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-menu__list li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-menu__list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #37322E;
  opacity: 10%;
}
.main-menu__list li:last-child::after {
  display: none;
}
.main-menu__list-link {
  color: #37322E;
}
.main-menu__list-link:hover, .main-menu__list-link.active {
  color: var(--primary-color);
}
.main-menu__btn {
  width: 60px;
  height: 60px;
  background-image: url("../../img/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .main-menu__btn {
    display: none;
  }
}
.main-menu__btn.open {
  background-image: url("../../img/cross.svg");
}
.main-menu__contact-btn {
  display: none;
  min-width: 222px;
  flex: 1;
}
@media (min-width: 768px) {
  .main-menu__contact-btn {
    display: block;
    margin-left: auto;
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px 30px 20px 30px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #FFF;
  z-index: 10;
  font-size: 14px;
}
.dropdown-menu.show {
  display: block;
}
@media (min-width: 768px) {
  .dropdown-menu {
    padding: 30px 40px 30px 40px;
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu {
    right: 47%;
    box-shadow: 0 3px 8px 0 rgba(87, 102, 117, 0.06), 0 6px 12px 0 rgba(106, 115, 129, 0.16);
  }
}
@media (min-width: 1580px) {
  .dropdown-menu.js-dropdown-menu {
    right: 40%;
  }
}
.dropdown-menu .btn {
  font-size: inherit;
}
@media (min-width: 768px) {
  .dropdown-menu .btn {
    display: none;
  }
}
.dropdown-menu__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dropdown-menu__list {
    margin-bottom: 0;
  }
}
.dropdown-menu__item {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .dropdown-menu__item {
    max-width: 335px;
  }
}
.dropdown-menu__item:first-child {
  margin-top: 0;
}
.dropdown-menu__item:first-child a {
  padding-top: 0;
}
.dropdown-menu__item:last-child a {
  padding-bottom: 0;
}
.dropdown-menu__item a {
  display: block;
  padding: 6px 0;
  color: #888888;
}
@media (min-width: 768px) {
  .dropdown-menu__item a {
    padding: 8px 0;
  }
}
.dropdown-menu__item a:hover, .dropdown-menu__item a.active {
  color: var(--primary-color);
}
.dropdown-menu__item--mobile {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .dropdown-menu__item--mobile {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu__item--mobile {
    display: none;
  }
}
.dropdown-menu__item--mobile a {
  color: #37322E;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-top: -40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #F6F6F6;
}
.section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media (min-width: 1280px) {
  .section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.section__wrapper {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1560px;
}
@media (min-width: 768px) {
  .section__wrapper {
    padding: 0 40px;
  }
}
.section--white {
  background-color: #fff;
}
.section--white .quote__wrapper {
  background-color: #F6F6F6;
}
.section--with-badge {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section--with-badge {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  .section--with-badge .title-block {
    margin-bottom: 40px;
  }
}
.section--with-badge .world-around-badge {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (min-width: 1280px) {
  .section--with-badge .world-around-badge {
    top: 20px;
    right: 20px;
  }
}
.section--inside {
  padding-bottom: 0;
}

.footer {
  padding-bottom: 20px;
  background-color: #E8E8E8;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 40px;
    padding-top: 40px;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .footer__wrapper {
    display: flex;
  }
}
.footer__logo {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer__logo {
    padding: 0;
  }
}
.footer__col {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__col {
    padding-top: 20px;
    padding-left: 2%;
    flex: 1;
    border-right: 1px solid #C1C1C1;
  }
}
.footer__col .coopyright__text {
  display: none;
}
@media (min-width: 768px) {
  .footer__col .coopyright__text {
    display: block;
    margin-top: 55px !important;
    position: absolute;
    bottom: 0;
  }
}
.footer__col:nth-child(4) {
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 768px) {
  .footer__col:nth-child(4) {
    border-bottom: 0;
    border-right: 0;
  }
}
.footer__title {
  margin-bottom: 10px;
  color: #37322E;
}
@media (min-width: 768px) {
  .footer__title {
    margin-bottom: 15px;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
.footer__link {
  padding: 5px 0;
  color: #888888;
  line-height: 1.4;
  font-size: 13px;
}
@media (min-width: 768px) {
  .footer__link {
    padding: 10px 0;
    font-size: 14px;
    color: #C1C1C1;
  }
}
@media (min-width: 1280px) {
  .footer__link {
    width: fit-content;
  }
}
.footer .coopyright {
  margin-top: 20px;
}
.footer .coopyright__text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #C1C1C1;
}
@media (min-width: 768px) {
  .footer .coopyright--mobile {
    display: none;
  }
}
.footer .confidence-link {
  display: none;
}
@media (min-width: 768px) {
  .footer .confidence-link {
    display: block;
    position: absolute;
    bottom: 0;
  }
}

.circle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--track-line-color, --primary-color) 10%, transparent);
}
.circle::after, .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.circle::before {
  width: 24px;
  height: 24px;
  background-color: color-mix(in srgb, var(--track-line-color, --primary-color) 20%, transparent);
}
.circle::after {
  width: 12px;
  height: 12px;
  background-color: var(--track-line-color, --primary-color);
}

.video-btn {
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .video-btn {
    width: 50px;
    height: 50px;
  }
}
.video-btn__border {
  fill: none;
  stroke: rgb(118, 140, 151);
  stroke-width: 1;
}
.video-btn__progress {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.main-banner {
  position: relative;
  padding: 10px;
  height: 690px;
  padding-bottom: 60px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.main-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(41, 21, 9, 0.3);
  z-index: -1;
}
@media (min-width: 768px) {
  .main-banner {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 835px;
  }
}
.main-banner__half-background {
  display: none;
}
.main-banner__half-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 21, 21, 0.5) -5.88%, rgba(23, 21, 21, 0) 93.35%);
}
@media (min-width: 768px) {
  .main-banner__half-background {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #5656a2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-banner--about, .main-banner--contract-ind {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-banner--about .main-banner__wrapper, .main-banner--contract-ind .main-banner__wrapper {
  position: relative;
}
.main-banner--about::before, .main-banner--contract-ind::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 21, 21, 0.5) -5.88%, rgba(23, 21, 21, 0) 93.35%);
}
.main-banner--about {
  height: 720px;
  background-image: url("../../img/pages/about/about-header.png");
  background-position: -100px;
}
@media (min-width: 680px) {
  .main-banner--about {
    background-position: -20px;
  }
}
@media (min-width: 1280px) {
  .main-banner--about {
    background-position: center;
  }
}
.main-banner--about h1 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-banner--about .main-banner__controls-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .main-banner--about .main-banner__numbers {
    max-width: 762px;
  }
}
.main-banner--contract-ind {
  height: 800px;
  background-image: url("../../img/pages/contract-industry/contract-industry-header.png");
}
@media (min-width: 768px) {
  .main-banner--contract-ind .main-banner__numbers-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main-banner--contract-ind .main-banner__numbers-row {
    flex: 1;
  }
}
.main-banner__content {
  max-width: 312px;
  color: #fff;
}
.main-banner__content img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-banner__content img {
    margin-bottom: 24px;
  }
}
.main-banner__content .badge {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-banner__content .badge {
    padding: 10px 18px;
    margin-bottom: 24px;
  }
}
.main-banner__content h1 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .main-banner__content h1 {
    margin-bottom: 40px;
    font-size: 52px;
  }
}
@media (min-width: 1280px) {
  .main-banner__content h1 {
    font-size: 70px;
  }
}
.main-banner__content p {
  line-height: 1.1;
}
@media (min-width: 768px) {
  .main-banner__content p {
    font-size: 24px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 1280px) {
  .main-banner__content p {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .main-banner__content {
    padding: 30px;
    max-width: 780px;
  }
}
@media (min-width: 1280px) {
  .main-banner__content {
    max-width: 1080px;
  }
}
.main-banner__logos {
  display: none;
}
@media (min-width: 768px) {
  .main-banner__logos {
    display: flex;
    gap: 33px;
  }
}
.main-banner__logos li {
  position: relative;
  display: flex;
}
.main-banner__logos li img {
  object-fit: contain;
}
.main-banner__logos li::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.4);
}
.main-banner__logos li:last-child::after {
  display: none;
}
.main-banner__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-banner__controls-wrapper {
  margin-top: auto;
}
@media (min-width: 1280px) {
  .main-banner__controls-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
  }
}
.main-banner__controls {
  margin-left: auto;
  padding: 12px;
  backdrop-filter: blur(10px);
  background-color: rgba(103, 127, 148, 0.4);
  color: #fff;
  border-radius: 20px;
  width: fit-content;
}
@media (min-width: 768px) {
  .main-banner__controls {
    padding: 24px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1280px) {
  .main-banner__controls {
    margin-bottom: 0;
    flex: 1;
    padding: 28px 30px;
    max-width: 510px;
  }
}
.main-banner__controls-title {
  display: none;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 1280px) {
  .main-banner__controls-title {
    margin-bottom: 11px;
    display: block;
  }
}
.main-banner__controls-text {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.01em;
  display: none;
}
@media (min-width: 1280px) {
  .main-banner__controls-text {
    display: block;
    max-width: 240px;
  }
}
.main-banner__controls-btn {
  position: relative;
  padding: 0;
}
.main-banner__controls-btn::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url("../../img/video-play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .main-banner__controls-btn::after {
    top: 17px;
    left: 18px;
  }
}
.main-banner__controls-btn.playing::after {
  background-image: url("../../img/video-pause.svg");
}
@media (min-width: 1280px) {
  .main-banner__controls-btn {
    position: absolute;
    right: 30px;
    bottom: 28px;
    z-index: 1;
  }
}
.main-banner__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .main-banner__numbers {
    display: flex;
    backdrop-filter: blur(10px);
    background-color: rgba(103, 127, 148, 0.4);
    border-radius: 20px;
  }
}
@media (min-width: 1280px) {
  .main-banner__numbers {
    flex: 2;
  }
}
.main-banner__numbers-row {
  padding: 16px;
  margin-top: 5px;
  display: flex;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  background-color: rgba(103, 127, 148, 0.4);
}
@media (min-width: 768px) {
  .main-banner__numbers-row {
    padding: 24px;
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
    backdrop-filter: unset;
  }
  .main-banner__numbers-row:first-child {
    padding-right: 0;
  }
  .main-banner__numbers-row:first-child .main-banner__numbers-item:first-child {
    padding-left: 0;
  }
  .main-banner__numbers-row:last-child {
    padding-left: 0;
  }
  .main-banner__numbers-row:last-child .main-banner__numbers-item:last-child {
    border-right: 0;
  }
}
@media (min-width: 1280px) {
  .main-banner__numbers-row {
    padding: 28px 30px;
  }
}
.main-banner__numbers-item {
  max-width: 160px;
  color: #fff;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .main-banner__numbers-item {
    max-width: 100%;
    padding-left: 30px;
    width: 155px;
    border-right: 1px solid rgba(193, 193, 193, 0.3);
  }
}
@media (min-width: 1280px) {
  .main-banner__numbers-item {
    width: 180px;
    padding-left: 40px;
  }
}
@media (min-width: 1580px) {
  .main-banner__numbers-item {
    width: 220px;
  }
}
.main-banner__numbers-item b {
  display: block;
  margin-bottom: 4px;
  font-size: 32px;
  letter-spacing: -0.05em;
}
.main-banner__numbers-item b small {
  font-size: 16px;
}
@media (min-width: 1280px) {
  .main-banner__numbers-item b small {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .main-banner__numbers-item b {
    margin-bottom: 9px;
    font-size: 34px;
  }
}
@media (min-width: 1280px) {
  .main-banner__numbers-item b {
    font-size: 50px;
  }
}
.main-banner__numbers-item span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #DBDBDB;
  max-width: 190px;
}
@media (min-width: 1280px) {
  .main-banner__numbers-item span {
    font-size: 16px;
  }
}
.main-banner__small-content-logos {
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}

.main-cards {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .main-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .main-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-cards__item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
  color: #37322E;
  border-radius: 20px;
  height: 313px;
}
@media (min-width: 768px) {
  .main-cards__item {
    height: 323px;
  }
}
@media (min-width: 1280px) {
  .main-cards__item {
    padding: 20px;
    height: 350px;
  }
}
.main-cards__item:hover {
  background-color: #06AEEF;
  color: #fff;
}
.main-cards__info {
  padding: 13px 19px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 18px;
}
@media (min-width: 1580px) {
  .main-cards__info {
    padding: 23px 18px 23px 20px;
    margin-bottom: 24px;
    border-radius: 24px;
  }
}
.main-cards__year {
  font-family: "Manrope";
  font-size: 14px;
  color: #B5B5B5;
}
.main-cards__title {
  font-family: "Manrope";
  line-height: 1.3;
}
@media (min-width: 1580px) {
  .main-cards__title {
    font-size: 18px;
  }
}
.main-cards__badges {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .main-cards__badges .badge {
    font-size: 14px;
  }
}
@media (min-width: 1580px) {
  .main-cards__badges .badge {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .road-to-client-section {
    height: 780px;
    overflow: hidden;
  }
}

.road-to-client {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .road-to-client {
    gap: 18px;
  }
}
@media (min-width: 1280px) {
  .road-to-client {
    align-items: end;
  }
}
.road-to-client__item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s ease;
}
@media (min-width: 1280px) {
  .road-to-client__item {
    display: flex;
    width: fit-content;
    border-radius: 25px;
  }
}
.road-to-client__img {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .road-to-client__img {
    height: 282px;
  }
}
@media (min-width: 1280px) {
  .road-to-client__img {
    width: 285px;
  }
}
.road-to-client__img .badge {
  position: absolute;
}
.road-to-client__img .badge:first-child {
  top: 10px;
  left: 10px;
}
.road-to-client__img .badge:last-child {
  bottom: 10px;
  right: 10px;
}
.road-to-client__info {
  padding: 16px;
}
@media (min-width: 768px) {
  .road-to-client__info {
    padding: 30px;
  }
}
.road-to-client__title {
  font-size: 20px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .road-to-client__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .road-to-client__title {
    font-size: 30px;
  }
}
.road-to-client__title span {
  display: block;
  margin-bottom: 8px;
  font-family: "Manrope";
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .road-to-client__title span {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .road-to-client__title span {
    font-size: 18px;
  }
}
.road-to-client__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Manrope";
  line-height: 1.4;
  font-size: 12px;
  color: #888888;
}
@media (min-width: 768px) {
  .road-to-client__steps {
    font-size: 14px;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .road-to-client__steps {
    font-size: 16px;
    gap: 30px;
  }
}
.road-to-client__steps li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(4, 130, 171, 0.2);
}
@media (min-width: 768px) {
  .road-to-client__steps li {
    padding-bottom: 0;
    flex: 1;
    border-bottom: 0;
    border-right: 1px solid rgba(4, 130, 171, 0.2);
  }
}
.road-to-client__steps li:last-child {
  border-bottom: 0;
  border-right: 0;
}
.road-to-client__steps-title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
  color: #37322E;
}
@media (min-width: 768px) {
  .road-to-client__steps-title {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .road-to-client__steps-title {
    font-size: 18px;
  }
}
.road-to-client__steps-title + p {
  max-width: 245px;
}
@media (min-width: 768px) {
  .road-to-client__steps-title + p {
    max-width: 319px;
  }
}
.road-to-client__item:nth-child(1) .road-to-client__img {
  background-image: url("../../img/rtc/rd1_m.jpg");
}
@media (min-width: 768px) {
  .road-to-client__item:nth-child(1) .road-to-client__img {
    background-image: url("../../img/rtc/rd1_t.jpg");
  }
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(1) .road-to-client__img {
    background-image: url("../../img/rtc/rd1_d.jpg");
  }
}
.road-to-client__item:nth-child(1) .road-to-client__info {
  background-color: #DDEFF4;
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(2) {
    margin-right: 80px;
  }
}
.road-to-client__item:nth-child(2) .road-to-client__img {
  background-image: url("../../img/rtc/rd2_m.jpg");
}
@media (min-width: 768px) {
  .road-to-client__item:nth-child(2) .road-to-client__img {
    background-image: url("../../img/rtc/rd2_t.jpg");
  }
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(2) .road-to-client__img {
    background-image: url("../../img/rtc/rd2_d.jpg");
  }
}
.road-to-client__item:nth-child(2) .road-to-client__info {
  background-color: #FFEFCF;
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(3) {
    margin-right: 160px;
  }
}
.road-to-client__item:nth-child(3) .road-to-client__img {
  background-image: url("../../img/rtc/rd3_m.jpg");
}
@media (min-width: 768px) {
  .road-to-client__item:nth-child(3) .road-to-client__img {
    background-image: url("../../img/rtc/rd3_t.jpg");
  }
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(3) .road-to-client__img {
    background-image: url("../../img/rtc/rd3_d.jpg");
  }
}
.road-to-client__item:nth-child(3) .road-to-client__info {
  background-color: #FFFFFF;
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(4) {
    margin-right: 240px;
  }
}
.road-to-client__item:nth-child(4) .road-to-client__img {
  background-image: url("../../img/rtc/rd4_m.jpg");
}
@media (min-width: 768px) {
  .road-to-client__item:nth-child(4) .road-to-client__img {
    background-image: url("../../img/rtc/rd4_t.jpg");
  }
}
@media (min-width: 1280px) {
  .road-to-client__item:nth-child(4) .road-to-client__img {
    background-image: url("../../img/rtc/rd4_d.jpg");
  }
}
.road-to-client__item:nth-child(4) .road-to-client__info {
  background-color: #E0EDC2;
}

.consult-form-section {
  background-color: #fff;
  scroll-margin-top: 110px;
}
@media (min-width: 1280px) {
  .consult-form-section {
    padding-top: 50px;
    margin: -30px auto 0 auto;
    max-width: 1036px;
  }
  .consult-form-section .section__wrapper {
    padding: 0 50px;
  }
}
.consult-form-section__title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .consult-form-section__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .consult-form-section__title {
    font-size: 50px;
  }
}

.consult-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .consult-form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.consult-form__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .consult-form__row {
    flex-basis: 100%;
    flex-direction: row;
    gap: 30px;
  }
}
.consult-form .btn {
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .consult-form .btn {
    margin-top: 30px;
    width: fit-content;
  }
}

.slider-section {
  overflow: hidden;
}

@media (min-width: 1280px) {
  .slider-block {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .slider-block__wrapper {
    flex: 1;
  }
}
.slider-block__slider {
  overflow: visible;
  clip-path: inset(0 round 30px);
}
@media (min-width: 1280px) {
  .slider-block__slider {
    overflow: hidden;
    margin-right: 0;
    border-radius: 30px;
    flex: 1;
  }
}
.slider-block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.slider-block__info {
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #888888;
}
@media (min-width: 768px) {
  .slider-block__info {
    margin-bottom: 44px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .slider-block__info {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.slider-block__slide {
  position: relative;
  box-sizing: border-box;
  border-radius: 25px;
  overflow: hidden;
  height: 260px;
  padding: 10px;
  display: flex;
}
@media (min-width: 768px) {
  .slider-block__slide {
    height: 350px;
  }
}
.slider-block__text {
  padding: 16px 65px 16px 16px;
  margin-top: auto;
  border-radius: 30px;
  background-color: rgba(103, 127, 148, 0.4);
  backdrop-filter: blur(10px);
  color: #fff;
}
@media (min-width: 768px) {
  .slider-block__text {
    padding: 30px;
    margin-top: unset;
    margin-left: auto;
    width: 358px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .slider-block__text {
    width: 385px;
    backdrop-filter: blur(30px);
  }
}
.slider-block__title {
  font-size: 20px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .slider-block__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .slider-block__title {
    font-size: 30px;
  }
}
.slider-block__description {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .slider-block__description {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 1280px) {
  .slider-block__description {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}
.slider-block__pagination {
  display: none;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  width: fit-content;
}
.slider-block__pagination p {
  color: #C1C1C1;
  cursor: pointer;
  width: fit-content;
}
.slider-block__pagination p.active {
  padding-left: 25px;
  background-image: url("../../img/active-slide.svg");
  background-position: 3px center;
  background-repeat: no-repeat;
  color: #37322E;
  cursor: auto;
}
@media (min-width: 1280px) {
  .slider-block__pagination {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
  }
}

.track-line {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  scroll-behavior: smooth;
}
.track-line::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .track-line {
    flex-direction: row;
    gap: 10px;
    overflow: auto;
  }
}
.track-line__count {
  margin-top: 9px;
  font-size: 20px;
  color: #DBDBDB;
}
@media (min-width: 768px) {
  .track-line__count {
    margin-bottom: 20px;
    font-size: 34px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .track-line__count {
    font-size: 50px;
  }
}
.track-line__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.track-line__line .circle {
  flex-shrink: 0;
  --track-line-color: #C1C1C1 ;
}
@media (min-width: 768px) {
  .track-line__line {
    flex-direction: row;
  }
}
.track-line__line::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C1C1C1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .track-line__line::after {
    width: 100%;
    height: 1px;
  }
}
.track-line__text {
  padding-top: 7px;
  padding-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .track-line__text {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .track-line__text {
    font-size: 16px;
  }
}
.track-line__year {
  margin-bottom: 10px;
  display: block;
  color: #C1C1C1;
}
.track-line__item {
  display: flex;
  gap: 8px;
  opacity: 0.3;
  transition: all 600ms ease-in-out;
}
.track-line__item.active {
  opacity: 1;
}
.track-line__item.active .track-line__text {
  opacity: 1;
}
.track-line__item:last-child .track-line__line::after {
  display: none;
}
@media (min-width: 768px) {
  .track-line__item {
    flex-direction: column;
    width: 215px;
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .track-line__item {
    width: 235px;
  }
}
.track-line .track-line__item.active .track-line__count {
  color: var(--primary-color);
}
.track-line .track-line__item.active .circle {
  --track-line-color: var(--primary-color);
}
.track-line .track-line__item.active .track-line__year {
  color: var(--primary-color);
}
.track-line .track-line__item.active .track-line__line::after {
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .track-line--dahila .track-line__item:first-child {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .track-line--contract-ind .track-line__item {
    width: 288px;
  }
}
@media (min-width: 1280px) {
  .track-line--contract-ind .track-line__year {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .quote {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
  }
}
.quote__img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  flex-shrink: 0;
}
.quote__wrapper {
  position: relative;
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
  min-height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .quote__wrapper {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .quote__wrapper {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .quote__wrapper .speech {
    width: 80%;
    margin-left: auto;
  }
}
@media (min-width: 1580px) {
  .quote__wrapper .speech {
    width: auto;
    position: absolute;
    bottom: 30px;
    left: 220px;
  }
}
.quote__wrapper .speech__play {
  width: 49px;
  height: 49px;
  border: 1px solid #06AEEF;
  border-radius: 50%;
  background-image: url("../../img/pages/about/play.svg");
  background-repeat: no-repeat;
  background-position: 54% 52%;
  flex-shrink: 0;
}
.quote__wrapper .speech__play--playing {
  background-image: url("../../img/pages/about/pause.svg");
  background-position: 52% 52%;
}
.quote__wrapper .speech__wrapper {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  gap: 13px;
  width: 295px;
}
@media (min-width: 768px) {
  .quote__wrapper .speech__wrapper {
    width: 315px;
  }
}
.quote__wrapper .speech__init {
  width: 100%;
}
.quote__wrapper::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../../img/quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .quote__wrapper::after {
    top: -35px;
    left: 30px;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1280px) {
  .quote__wrapper::after {
    left: 90px;
  }
}
.quote__text {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .quote__text {
    font-size: 24px;
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .quote__text {
    font-size: 30px;
    margin-left: auto;
  }
}
.quote__name {
  font-family: "Manrope", sans-serif;
  text-align: right;
}
.quote__name p {
  margin-bottom: 5px;
}
.quote__name span {
  font-size: 13px;
  opacity: 0.6;
}

.quote-team {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .quote-team {
    margin-top: 20px;
  }
}
.quote-team__title {
  margin-bottom: 24px;
  font-size: 20px;
  color: #C1C1C1;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .quote-team__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .quote-team__title {
    font-size: 30px;
  }
}
.quote-team__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .quote-team__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.quote-team__item {
  padding: 10px 8px;
  font-family: "Manrope", sans-serif;
  background-color: #F6F6F6;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (min-width: 768px) {
  .quote-team__item {
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .quote-team__item {
    flex-direction: row;
    align-items: flex-end;
    gap: 42px;
  }
}
.quote-team__item--white {
  background-color: #FFF;
}
.quote-team__img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .quote-team__img {
    width: 190px;
    height: 190px;
  }
}
.quote-team__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .quote-team__text {
    text-align: right;
    width: 270px;
  }
}
@media (min-width: 1280px) {
  .quote-team__text {
    width: 210px;
  }
}
.quote-team__name {
  margin-bottom: 5px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 1280px) {
  .quote-team__name {
    font-size: 18px;
  }
}
.quote-team__status {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(55, 50, 46, 0.6);
}
@media (min-width: 768px) {
  .quote-team__status {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .quote-team__status {
    font-size: 16px;
  }
}

.big-banner-section {
  position: relative;
  height: 660px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .big-banner-section {
    overflow: visible;
  }
}
.big-banner-section--slim {
  height: 215px;
}
@media (min-width: 450px) {
  .big-banner-section--slim {
    height: 260px;
  }
}
@media (min-width: 550px) {
  .big-banner-section--slim {
    height: 290px;
  }
}
@media (min-width: 650px) {
  .big-banner-section--slim {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .big-banner-section--slim {
    height: 415px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section--slim {
    height: 660px;
  }
}
.big-banner-section--slim .big-banner-section__background {
  height: auto;
}
@media (min-width: 768px) {
  .big-banner-section--slim .big-banner-section__background {
    height: 100%;
  }
}
.big-banner-section__description {
  padding: 16px;
  margin-top: -10px;
  font-family: "Manrope", sans-serif;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .big-banner-section__description {
    margin-top: 0;
    position: absolute;
    padding: 20px 30px;
    width: 510px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__description {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 768px) {
  .big-banner-section__description--offset {
    top: -70px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .big-banner-section__description--point {
    top: 20px;
    left: 20px;
  }
}
.big-banner-section__description-title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .big-banner-section__description-title {
    margin-bottom: 20px;
  }
}
.big-banner-section__description-title h4 {
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .big-banner-section__description-title h4 {
    max-width: 302px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__description-title h4 {
    font-size: 20px;
  }
}
.big-banner-section__description-title span {
  margin-left: auto;
  margin-right: 8px;
  color: var(--primary-color);
  font-size: 13px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .big-banner-section__description-title span {
    font-size: 16px;
  }
}
.big-banner-section__description-title .circle {
  --track-line-color: var(--primary-color);
  flex-shrink: 0;
}
.big-banner-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (min-width: 768px) {
  .big-banner-section__background {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.big-banner-section__circle {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .big-banner-section__circle {
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__circle {
    width: 500px;
    height: 500px;
  }
}
.big-banner-section__circle::after, .big-banner-section__circle::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  height: 42px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.big-banner-section__circle::after {
  top: -42px;
}
.big-banner-section__circle::before {
  bottom: -42px;
}
.big-banner-section__circle .badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.big-banner-section__circle .badge img {
  max-width: none;
  width: 30px;
}
@media (min-width: 768px) {
  .big-banner-section__circle .badge img {
    width: fit-content;
  }
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(1) {
  top: 2%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(3) {
  top: 4%;
  left: 19%;
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(4) {
  top: 15%;
  left: 7%;
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(2) {
  top: 100%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(5) {
  top: 91%;
  left: 22%;
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(6) {
  top: 81%;
  left: 10%;
}
.big-banner-section__circle[data-badge-type=icons] .badge:nth-child(7) {
  top: 69%;
  left: 1%;
}
@media (min-width: 768px) {
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(3) {
    top: 5%;
    left: 75%;
  }
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(4) {
    top: 25%;
    left: 92%;
  }
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(2) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(5) {
    top: 85%;
    left: 15%;
    transform: translateX(-35%);
  }
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(6) {
    top: 62%;
    left: -5%;
  }
  .big-banner-section__circle[data-badge-type=icons] .badge:nth-child(7) {
    top: 85%;
    left: 75%;
  }
}
.big-banner-section__circle[data-badge-type=icons] .badge--icon:nth-child(5) {
  top: 87%;
  left: 13%;
}
.big-banner-section__circle[data-badge-type=icons] .badge--icon:nth-child(6) {
  top: 76%;
  left: 1%;
}
@media (min-width: 768px) {
  .big-banner-section__circle[data-badge-type=icons] .badge--icon:nth-child(5) {
    top: 85%;
    left: 15%;
    transform: translateX(-35%);
  }
  .big-banner-section__circle[data-badge-type=icons] .badge--icon:nth-child(6) {
    top: 62%;
    left: -5%;
  }
}
.big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(1) {
  top: 2%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(2) {
  top: 100%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(3) {
  top: 7%;
  left: 14%;
}
.big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(4) {
  top: 85%;
  left: 14%;
}
@media (min-width: 768px) {
  .big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(2) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(3) {
    top: 5%;
    left: 75%;
  }
  .big-banner-section__circle[data-badge-type=icons-4] .badge:nth-child(4) {
    top: 91%;
    left: 22%;
  }
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(1) {
  top: 2%;
  left: 48%;
  transform: translate(-100%, -50%);
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(3) {
  top: 9%;
  left: 6%;
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(4) {
  top: 20%;
  left: -9%;
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(2) {
  top: 100%;
  left: 48%;
  transform: translate(-100%, -50%);
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(5) {
  top: 84%;
  left: 6%;
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(6) {
  top: 72%;
  left: -9%;
}
.big-banner-section__circle[data-badge-type=text] .badge:nth-child(7) {
  top: 69%;
  left: 1%;
}
@media (min-width: 768px) {
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(3) {
    top: 9%;
    left: 75%;
  }
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(4) {
    top: 25%;
    left: 87%;
  }
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(2) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(5) {
    top: 80%;
    left: 10%;
    transform: translateX(-35%);
  }
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(6) {
    top: 60%;
    left: -20%;
  }
  .big-banner-section__circle[data-badge-type=text] .badge:nth-child(7) {
    top: 85%;
    left: 75%;
  }
}
.big-banner-section__circle[data-badge-type=icons-text-contract] + .big-banner-section__text-block {
  top: 47%;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge {
  white-space: normal;
  max-width: 280px;
  text-align: left;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(1) {
  top: 2%;
  left: 48%;
  transform: translate(-100%, -50%);
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(3) {
  top: 1%;
  left: 25%;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(4) {
  top: 10%;
  left: -9%;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(5) {
  top: 21%;
  left: -17%;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(2) {
  top: 100%;
  left: 48%;
  transform: translate(-100%, -50%);
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(6) {
  top: 92%;
  left: 25%;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(7) {
  top: 69%;
  left: -11%;
}
.big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(8) {
  top: 78%;
  left: -8%;
}
@media (min-width: 768px) {
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge {
    white-space: nowrap;
    max-width: 100%;
    text-align: left;
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(3) {
    top: 2%;
    left: 67%;
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(4) {
    top: 18%;
    left: 67%;
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(5) {
    top: 30%;
    left: 80%;
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(2) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(6) {
    top: 91%;
    left: 24%;
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(7) {
    top: 75%;
    left: -24%;
  }
  .big-banner-section__circle[data-badge-type=icons-text-contract] .badge:nth-child(8) {
    top: 58%;
    left: -68%;
  }
}
.big-banner-section__text-block {
  position: absolute;
  right: 0;
  padding: 0 20px;
  color: #fff;
  top: 45%;
  transform: translateY(-40%);
  max-width: 900px;
}
.big-banner-section__text-block h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  max-width: 255px;
}
@media (min-width: 768px) {
  .big-banner-section__text-block h3 {
    margin-bottom: 0;
    font-size: 34px;
    max-width: 390px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__text-block h3 {
    font-size: 50px;
    max-width: 500px;
  }
}
.big-banner-section__text-block p {
  padding: 10px 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: -0.02em;
  max-width: 340px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  color: #37322E;
}
@media (min-width: 768px) {
  .big-banner-section__text-block p {
    margin-left: 50%;
    padding: 20px 24px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__text-block p {
    font-size: 16px;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .big-banner-section__text-block {
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    position: relative;
    right: unset;
    top: 50%;
  }
}
@media (min-width: 768px) {
  .big-banner-section__text-block[data-width="900"] {
    max-width: 740px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__text-block[data-width="900"] {
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .big-banner-section__text-block[data-width="1024"] {
    max-width: 880px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__text-block[data-width="1024"] {
    max-width: 1024px;
  }
}
@media (min-width: 768px) {
  .big-banner-section__text-block[data-width="1124"] {
    max-width: 980px;
  }
}
@media (min-width: 1280px) {
  .big-banner-section__text-block[data-width="1124"] {
    max-width: 1124px;
  }
  .big-banner-section__text-block[data-width="1124"] h3 {
    padding-left: 130px;
    transform: translateY(15px);
  }
}
.big-banner-section--last {
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .big-banner-section--last {
    border-radius: 30px;
  }
}

.video-section {
  padding-bottom: 0;
}
.video-section__wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (min-width: 768px) {
  .video-section__wrapper {
    height: 560px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media (min-width: 1280px) {
  .video-section__wrapper {
    height: 620px;
  }
}
.video-section__video {
  width: 100%;
}
@media (min-width: 768px) {
  .video-section__video {
    position: absolute;
    top: -20%;
  }
}

.world-around-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (min-width: 768px) {
  .world-around-list {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .world-around-list {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.world-around-list__item {
  padding: 10px;
  display: block;
  background-color: #F6F6F6;
  border-radius: 20px;
  color: #37322E;
}
@media (min-width: 768px) {
  .world-around-list__item {
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .world-around-list__item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.world-around-list__item:hover {
  background-color: #005B9F;
  color: #fff;
}
.world-around-list__item:hover .world-around-list__link {
  color: #005B9F;
}
.world-around-list__item:hover .world-around-list__link::after {
  background: #005B9F;
}
.world-around-list__img {
  margin-bottom: 10px;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .world-around-list__img {
    margin-bottom: 20px;
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1280px) {
  .world-around-list__img {
    margin-bottom: 0;
    width: 117px;
    height: 117px;
    flex-shrink: 0;
  }
}
.world-around-list__img img {
  position: absolute;
  max-width: none;
  left: -20px;
}
@media (min-width: 768px) {
  .world-around-list__img img {
    left: -5px;
  }
}
@media (min-width: 1280px) {
  .world-around-list__img img {
    left: -3px;
  }
}
.world-around-list__info {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 271px;
}
@media (min-width: 768px) {
  .world-around-list__info {
    height: auto;
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .world-around-list__info {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .world-around-list__title {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .world-around-list__title {
    font-size: 30px;
  }
}
.world-around-list__link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 24px 10px 24px;
  font-family: "Manrope", sans-serif;
  color: #C1C1C1;
  font-size: 14px;
  border-radius: 30px;
  letter-spacing: -0.02em;
  background-color: #FFFFFF;
  width: fit-content;
}
.world-around-list__link::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 5px;
  height: 7px;
  background: #C1C1C1;
  clip-path: path("M 1.75 0.7 Q 1 0.7 1 1.4 L 1 5.6 Q 1 6.3 1.75 6.3 L 4.9 3.85 Q 5.6 3.5 4.9 3.15 Z");
}
@media (min-width: 768px) {
  .world-around-list__link {
    padding: 12px 16px 12px 16px;
  }
}
@media (min-width: 1280px) {
  .world-around-list__link {
    font-size: 16px;
  }
}

.numbers-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.numbers-block__wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .numbers-block__wrapper {
    justify-content: center;
    align-items: center;
    row-gap: 0;
  }
}
.numbers-block__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (min-width: 768px) {
  .numbers-block__item {
    padding-left: 30px;
    width: 20%;
    height: 165px;
    border-right: 1px solid #DBDBDB;
    box-sizing: content-box;
  }
  .numbers-block__item:first-child {
    padding-left: 0;
  }
  .numbers-block__item:last-child {
    border-right: 0;
  }
}
@media (min-width: 1280px) {
  .numbers-block__item {
    padding-left: 60px;
    height: 210px;
  }
}
.numbers-block__item b {
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .numbers-block__item b {
    font-size: 34px;
  }
}
@media (min-width: 1280px) {
  .numbers-block__item b {
    font-size: 50px;
  }
}
.numbers-block__item span {
  display: block;
  font-family: "Manrope", sans-serif;
  color: #888888;
  font-size: 13px;
  line-height: 1.4;
  max-width: 162px;
}
@media (min-width: 768px) {
  .numbers-block__item span {
    font-size: 14px;
    max-width: 120px;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 1280px) {
  .numbers-block__item span {
    font-size: 16px;
    max-width: 240px;
  }
}

.opportunites-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .opportunites-block {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .opportunites-block .btn {
    padding: 19px 5px 19px 5px;
  }
}
@media (min-width: 870px) {
  .opportunites-block .btn {
    padding: 19px 32px 19px 32px;
  }
}
.opportunites-block__item {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .opportunites-block__item {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .opportunites-block__item {
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .opportunites-block__info {
    margin-bottom: 70px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.opportunites-block__img {
  margin-bottom: 10px;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .opportunites-block__img {
    width: 120px;
    height: 120px;
  }
}
.opportunites-block__img img {
  position: absolute;
  max-width: none;
}
.opportunites-block__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .opportunites-block__title {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .opportunites-block__title {
    font-size: 30px;
  }
}
.opportunites-block__text {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
  margin-bottom: 50px;
  color: rgba(55, 50, 46, 0.6);
}
@media (min-width: 768px) {
  .opportunites-block__text {
    font-size: 14px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    height: 145px;
  }
}
@media (min-width: 1280px) {
  .opportunites-block__text {
    height: auto;
    margin-top: auto;
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 400px;
  }
}

.items {
  font-family: "Manrope", sans-serif;
}
.items__text {
  color: #888888;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: 13px;
}
@media (min-width: 768px) {
  .items__text {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .items__text {
    font-size: 16px;
    width: 50%;
    margin-left: auto;
  }
}
.items-list {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .items-list {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .items-list {
    margin-bottom: 20px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .items-list--2 .items-list__item {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .items-list--4-3 .items-list__item {
    grid-column: span 3;
  }
}
@media (min-width: 1280px) {
  .items-list--4-3 .items-list__item:nth-child(7n+5), .items-list--4-3 .items-list__item:nth-child(7n+6), .items-list--4-3 .items-list__item:nth-child(7n+7) {
    grid-column: span 4;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .items-list--4-3 .items-list__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1280px) {
  .items-list--5 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1280px) {
  .items-list--5 .items-list__item {
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .items-list--5 .items-list__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1280px) {
  .items-list--5-4 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 1280px) {
  .items-list--5-4 .items-list__item {
    grid-column: span 4;
  }
}
@media (min-width: 1280px) {
  .items-list--5-4 .items-list__item:nth-child(9n+6), .items-list--5-4 .items-list__item:nth-child(9n+7), .items-list--5-4 .items-list__item:nth-child(9n+8), .items-list--5-4 .items-list__item:nth-child(9n+9) {
    grid-column: span 5;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .items-list--5-4 .items-list__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
.items-list__item {
  padding: 5px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (min-width: 768px) {
  .items-list__item {
    padding: 10px 10px 100px 10px;
  }
}
@media (min-width: 1280px) {
  .items-list__item {
    padding: 10px 10px 20px 10px;
  }
}
.items-list__img {
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) {
  .items-list__img {
    margin-bottom: 20px;
    height: 278px;
    display: flex;
    align-items: flex-end;
  }
}
.items-list__img img {
  margin: 0 auto;
}
.items-list__title {
  padding: 0 12px;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .items-list__title {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .items-list__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.items-list__description {
  padding: 0 12px 12px 12px;
  font-size: 11px;
  line-height: 1.4;
  color: #888888;
}
@media (min-width: 768px) {
  .items-list__description {
    padding: 0 10px 10px 10px;
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .items-list__description {
    font-size: 14px;
  }
}

.slider-block__slider {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  scrollbar-width: none;
}
.slider-block__slider .slider-block__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1280px) {
  .contacts {
    flex-direction: row;
  }
}
.contacts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  flex: 1;
}
@media (min-width: 768px) {
  .contacts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contacts-list .hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.contacts-list__item {
  padding: 16px;
  background-color: #F6F6F6;
  border-radius: 20px;
}
.contacts-list__item--dahlia {
  --color: #82225F;
}
.contacts-list__item--aquaviva {
  --color: #2A8D9A;
}
.contacts-list__item--mhl {
  --color: #06AEEF;
}
.contacts-list__item--namagro {
  --color: #6AB547;
}
.contacts-list__link {
  padding: 14px 11px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 12px;
  height: 56px;
}
@media (min-width: 768px) {
  .contacts-list__link {
    margin-bottom: 50px;
  }
}
.contacts-list__link:hover .arrow path {
  fill: var(--color);
}
.contacts-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-list__info {
  font-family: "Manrope", sans-serif;
  display: flex;
  gap: 13px;
  color: #888888;
  font-size: 11px;
  line-height: 1.4;
  max-width: 210px;
}
@media (min-width: 768px) {
  .contacts-list__info {
    font-size: 14px;
  }
}
.contacts-list__info svg {
  flex-shrink: 0;
}
.contacts-list__info:hover svg path {
  fill: var(--color);
}
.contacts-list a.contacts-list__info {
  color: #37322E;
  font-size: 13px;
  align-items: center;
}
@media (min-width: 768px) {
  .contacts-list a.contacts-list__info {
    font-size: 16px;
  }
}
.contacts-list a.contacts-list__info:hover {
  color: var(--color);
}
.contacts__map {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}
.contacts__map img {
  width: 100%;
}

.categories__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .categories__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.categories__item {
  font-family: "Manrope", sans-serif;
  padding: 5px;
  background-color: #F6F6F6;
  border-radius: 20px;
}
@media (min-width: 1280px) {
  .categories__item {
    padding: 8px;
  }
}
.categories__img {
  border-radius: 20px;
  overflow: hidden;
}
.categories__img img {
  width: 100%;
}
.categories__text-wrapper {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1280px) {
  .categories__text-wrapper {
    gap: 20px;
  }
}
.categories__title {
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 1280px) {
  .categories__title {
    font-size: 18px;
  }
}
.categories__description {
  font-size: 11px;
  line-height: 1.4;
  color: #888888;
}
@media (min-width: 768px) {
  .categories__description {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .categories__description {
    font-size: 14px;
  }
}
.categories__badges {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.ingridients {
  margin-top: -10px;
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.ingridients img {
  width: 142px;
}
@media (min-width: 402px) {
  .ingridients img {
    width: 155px;
  }
}
@media (min-width: 1280px) {
  .ingridients img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .ingridients {
    max-width: 330px;
    justify-content: flex-end;
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .ingridients {
    max-width: 100%;
    top: 20px;
    right: unset;
    left: 20px;
    justify-content: flex-start;
  }
}

.technologies {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .technologies {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
  }
}
@media (min-width: 768px) {
  .technologies.is-dragging {
    cursor: grabbing;
  }
}
.technologies__item {
  padding: 20px;
  border-radius: 25px;
  background-color: #F6F6F6;
}
@media (min-width: 768px) {
  .technologies__item {
    padding: 30px;
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
}
@media (min-width: 1280px) {
  .technologies__item {
    flex: 0 0 32%;
  }
}
.technologies__wrapper {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .technologies__wrapper {
    margin-bottom: 100px;
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
  }
}
.technologies__img {
  margin-bottom: 10px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .technologies__img {
    width: 102px;
    height: 102px;
    flex-shrink: 0;
    pointer-events: none;
  }
}
.technologies__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .technologies__title {
    font-size: 24px;
    flex: 1;
  }
}
.technologies__text {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(55, 50, 46, 0.6);
}
@media (min-width: 768px) {
  .technologies__text {
    font-size: 14px;
  }
}

.scroll-top {
  display: none;
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(104, 104, 104, 0.12);
  color: black;
  cursor: pointer;
}
@media (min-width: 768px) {
  .scroll-top {
    display: block;
  }
}
.scroll-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
.scroll-top svg path {
  stroke: var(--primary-color);
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}