/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #656565;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 30px;
  }
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.o-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  height: 100%;
}

.o-header {
  background: #eeeeee;
}
.o-header__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
@media (min-width: 1200px) {
  .o-header__mobile {
    display: none;
  }
}
.o-header__mobile-logo {
  width: 180px;
  height: 75px;
}
.o-header__hamburger {
  width: 100%;
  height: 100vh;
  background: #023539;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  padding: 40px 25px;
  transition: all 0.3s ease-out;
}
.o-header__hamburger.active {
  left: 0;
}
.o-header__hamburger-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.o-header__hamburger-menu {
  display: flex;
  flex-direction: column;
}
.o-header__hamburger-menu a {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: white;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #184649;
}
.o-header__desktop {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .o-header__desktop {
    display: flex;
  }
}
.o-header__left {
  display: flex;
  align-items: center;
  gap: 150px;
}
.o-header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.o-header__menu a {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22.5px;
}

.o-footer {
  background: #023539;
  padding: 40px 0 0 0;
  position: relative;
}
@media (min-width: 1024px) {
  .o-footer {
    padding: 240px 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .o-footer__mobile {
    display: none;
  }
}
.o-footer__mobile-logo {
  display: block;
  width: 190px;
  height: 80px;
}
.o-footer__mobile-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.o-footer__mobile-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.o-footer__mobile-contact p {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  color: #bc855e;
  margin: 0 0 8px 0;
}
.o-footer__mobile-contact a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: white;
  margin-bottom: 12px;
  display: block;
}
.o-footer__desktop {
  display: none;
  gap: 100px;
}
@media (min-width: 1200px) {
  .o-footer__desktop {
    display: flex;
  }
}
.o-footer__asaf {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.o-footer__asaf span {
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  color: white;
}
.o-footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .o-footer__social {
    flex-direction: row;
  }
}
.o-footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #30494b;
  margin: 0;
}
.o-footer__social a:hover {
  background: #bc855e;
}
.o-footer__nav {
  display: flex;
  gap: 45px;
}
.o-footer__nav-column {
  display: flex;
  flex-direction: column;
  flex: none;
}
.o-footer__nav-column p {
  font-size: 22px;
  font-weight: 500;
  line-height: 46px;
  color: #C08C68;
  margin-bottom: 15px;
}
.o-footer__nav-column a {
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  color: white;
}
.o-footer__nav-link {
  color: #C08C68 !important;
}
.o-footer__copyright {
  font-size: 10px;
  font-weight: 500;
  line-height: 46px;
  color: white;
  text-align: center;
  margin: 45px 0 0 0;
}
@media (min-width: 1200px) {
  .o-footer__copyright {
    font-size: 14px;
    color: white;
    text-align: left;
  }
}
.o-footer__floater {
  display: none;
  justify-content: space-between;
  position: absolute;
  top: -150px;
  right: 5%;
  width: 90%;
  border-radius: 40px;
}
@media (min-width: 1024px) {
  .o-footer__floater {
    display: flex;
  }
}
.o-footer__floater-left {
  width: 60%;
  background: #9E6842;
  border-radius: 40px 0 0 40px;
  padding: 60px 0 30px 30px;
}
@media (min-width: 1200px) {
  .o-footer__floater-left {
    padding: 60px 0 30px 60px;
  }
}
.o-footer__floater-left h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 48.96px;
  color: white;
}
@media (min-width: 1200px) {
  .o-footer__floater-left h5 {
    font-size: 42px;
  }
}
.o-footer__floater-left p {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.36px;
  color: white;
}
@media (min-width: 1200px) {
  .o-footer__floater-left p {
    font-size: 18px;
  }
}
.o-footer__floater-right {
  width: 40%;
  background: #023539;
  border-radius: 0 40px 40px 0;
  padding: 60px 40px 30px 120px;
}
@media (min-width: 1365px) {
  .o-footer__floater-right {
    padding: 60px 100px 30px 120px;
  }
}
@media (min-width: 1600px) {
  .o-footer__floater-right {
    padding: 60px 200px 30px 120px;
  }
}
.o-footer__floater-right p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: white;
}
@media (min-width: 1200px) {
  .o-footer__floater-right p {
    font-size: 24px;
  }
}
.o-footer__floater-right p span {
  color: #25d366;
}
.o-footer__floater-img {
  position: absolute;
  top: -90px;
  right: 32%;
  width: 320px;
}
@media (min-width: 1200px) {
  .o-footer__floater-img {
    top: -118px;
    right: 32%;
    width: 350px;
  }
}
@media (min-width: 1600px) {
  .o-footer__floater-img {
    right: 34%;
  }
}

.button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #023539;
  border-radius: 25px;
  padding: 12px 32px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  width: -moz-max-content;
  width: max-content;
}
.button--green {
  background: #25D366;
  color: #023539;
  font-weight: 500;
}
.button--white {
  background-color: #FFFFFF;
  color: #023539;
  gap: 60px;
}
.button--white img {
  width: 24px;
  height: 24px;
}

.hero {
  background: #eeeeee;
  padding: 20px 0 275px 0;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    margin-top: -1px;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding: 115px 0;
    overflow-x: hidden;
  }
}
.hero h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #000000;
  margin: 0;
}
@media (min-width: 1200px) {
  .hero h5 {
    font-size: 18px;
    line-height: 22.5px;
  }
}
.hero h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #000000;
  margin-bottom: 8px;
  width: 72%;
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 48px;
    line-height: 60px;
    width: 92%;
    margin-bottom: 11px;
  }
}
.hero__wrapper a:nth-of-type(1) {
  display: none;
}
@media (min-width: 1200px) {
  .hero__wrapper a:nth-of-type(1) {
    display: flex;
  }
}
.hero__wrapper a:nth-of-type(2) {
  display: flex;
}
@media (min-width: 1200px) {
  .hero__wrapper a:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero__wrapper {
    width: 40%;
  }
}
.hero__contact {
  display: none;
  gap: 24px;
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .hero__contact {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .hero__contact {
    align-items: center;
    flex-direction: row;
  }
}
.hero__contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__contact-item:nth-of-type(1) {
  width: 60%;
}
.hero__contact-item:nth-of-type(2) {
  width: 40%;
}
.hero__contact-item span {
  display: inline-block;
}
.hero__logo {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 300px;
}
@media (min-width: 768px) {
  .hero__logo {
    right: 40px;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .hero__logo {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .hero__logo {
    right: 170px;
    width: auto;
  }
}
.hero__justice {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 246px;
}
@media (min-width: 768px) {
  .hero__justice {
    width: 330px;
  }
}
@media (min-width: 1024px) {
  .hero__justice {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .hero__justice {
    right: -23px;
    width: auto;
  }
}

.why-us__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .why-us__wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .why-us__wrapper {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .why-us__left {
    width: 30%;
  }
}
.why-us__left h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #023539;
  margin: 0;
}
@media (min-width: 1024px) {
  .why-us__left h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.why-us__left p {
  margin: 8px 0;
}
@media (min-width: 1024px) {
  .why-us__left p {
    margin: 22px 0;
  }
}
.why-us__left .button {
  display: none;
}
@media (min-width: 1024px) {
  .why-us__left .button {
    display: flex;
  }
}
.why-us__right {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .why-us__right {
    align-items: center;
    flex-wrap: nowrap;
  }
}
.why-us__card {
  padding: 70px 20px 15px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  position: relative;
  width: 150px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .why-us__card {
    padding: 50px 20px 15px 20px;
    width: 215px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .why-us__card {
    padding: 90px 30px 15px 30px;
    width: 240px;
    height: 252px;
  }
}
.why-us__card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .why-us__card-icon {
    width: 35px;
    height: 35px;
  }
}
.why-us__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.96px;
  color: #023539;
}
@media (min-width: 1024px) {
  .why-us__card-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.why-us__card-desc {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.98px;
  color: #023539;
  margin: 0;
}
@media (min-width: 1024px) {
  .why-us__card-desc {
    font-size: 18px;
    line-height: 22px;
  }
}
.why-us__card-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
}
@media (min-width: 1024px) {
  .why-us__card-arrow {
    bottom: 5px;
    width: auto;
    height: auto;
  }
}

.tutorial__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .tutorial__wrapper {
    flex-direction: row;
    gap: 36px;
  }
}
.tutorial__left {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 40px;
  background-image: url("../images/lawyers.webp");
  background-size: cover;
  padding: 20px;
}
@media (min-width: 768px) {
  .tutorial__left {
    justify-content: center;
    padding: 55px;
  }
}
@media (min-width: 1200px) {
  .tutorial__left {
    justify-content: flex-start;
  }
}
.tutorial__left-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .tutorial__left-text {
    width: 76%;
  }
}
.tutorial__left-text span {
  font-size: 20px;
  font-weight: 300;
  line-height: 29.95px;
  text-align: center;
  color: white;
  margin: 0;
}
@media (min-width: 1200px) {
  .tutorial__left-text span {
    font-size: 24px;
    line-height: 29.95px;
    text-align: left;
  }
}
.tutorial__left-text h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 29.92px;
  text-align: center;
  color: white;
  margin: 0;
}
@media (min-width: 1200px) {
  .tutorial__left-text h2 {
    font-size: 48px;
    line-height: 59.83px;
    text-align: left;
  }
}
.tutorial__left-text h2 span {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.92px;
}
@media (min-width: 1200px) {
  .tutorial__left-text h2 span {
    font-size: 48px;
    line-height: 59.83px;
  }
}
.tutorial__left-text p {
  color: #acacac;
  margin: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .tutorial__left-text p {
    text-align: left;
  }
}
.tutorial__left-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tutorial__left-actions a {
  display: none;
}
@media (min-width: 1200px) {
  .tutorial__left-actions a {
    display: flex;
  }
}
.tutorial__left-cards {
  width: 100%;
  display: flex;
  gap: 22px;
  align-self: flex-end;
}
@media (min-width: 1200px) {
  .tutorial__left-cards {
    width: auto;
  }
}
.tutorial__left-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: #134c50;
  border-radius: 24px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .tutorial__left-card {
    width: 159px;
    gap: 16px;
    padding: 30px;
  }
}
.tutorial__left-card img {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .tutorial__left-card img {
    width: 50px;
    height: 50px;
  }
}
.tutorial__left-card span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.44px;
  color: white;
}
@media (min-width: 1200px) {
  .tutorial__left-card span {
    font-size: 18px;
  }
}
.tutorial__right {
  flex: 1;
  background: #e4e4e4;
  border-radius: 40px;
  padding: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .tutorial__right {
    padding: 40px;
  }
}
.tutorial__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.tutorial__right h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 43px;
  color: #023539;
}
@media (min-width: 1200px) {
  .tutorial__right h2 {
    font-size: 48px;
    line-height: 55px;
  }
}
.tutorial__right h2 span {
  font-size: 50px;
  font-weight: 600;
  line-height: 43px;
}
@media (min-width: 1200px) {
  .tutorial__right h2 span {
    font-size: 70px;
    line-height: 55px;
  }
}
.tutorial__right p {
  margin-bottom: 55px;
}

.activity {
  padding-top: 50px;
  padding-bottom: 50px;
}
.activity--gray {
  background: #f3f3f3;
}
@media (min-width: 1024px) {
  .activity--gray {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 1200px) {
  .activity {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.activity__left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (min-width: 768px) {
  .activity__left {
    align-items: center;
  }
}
.activity__left h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #023539;
}
@media (min-width: 1200px) {
  .activity__left h5 {
    font-size: 48px;
    line-height: 59.9px;
  }
}
.activity__item {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  padding: 60px 11px 40px 13px;
  min-height: 165px;
}
.activity__item img {
  position: absolute;
  top: 30px;
  right: 25px;
}
.activity__item span {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #023539;
  margin: 0;
  width: 49%;
  min-height: 60px;
  display: block;
}
@media (min-width: 768px) {
  .activity__item span {
    font-size: 20px;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .activity__item span {
    font-size: 24px;
    width: 49%;
  }
}
.activity__item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.98px;
  color: #5C5C5C;
}
@media (min-width: 768px) {
  .activity__item p {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .activity__item p {
    min-height: 45px;
  }
}
.activity__item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.47px;
  color: #023539;
  width: 90%;
  display: block;
  text-align: right;
}
.activity__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.activity__actions a {
  display: none;
}
@media (min-width: 768px) {
  .activity__actions a {
    display: flex;
  }
}
.activity__arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}
.activity__arrows img {
  cursor: pointer;
}
.activity__arrows img:nth-of-type(1) {
  transform: rotate(180deg);
}

.articles {
  background: #f3f3f3;
  padding-bottom: 55px;
}
@media (min-width: 1024px) {
  .articles {
    padding-bottom: 300px;
  }
}
.articles__wrapper {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .articles__wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
  }
}
.articles__left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .articles__left {
    width: 51%;
    align-items: flex-end;
    gap: 40px;
    flex-direction: row;
  }
}
.articles__left h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #023539;
  margin: 0;
}
@media (min-width: 1024px) {
  .articles__left h5 {
    font-size: 48px;
    line-height: 59.9px;
  }
}
.articles__left p {
  margin-bottom: 10px;
}
.articles__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.articles__right a {
  display: none;
}
@media (min-width: 1024px) {
  .articles__right a {
    display: flex;
  }
}
.articles__arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}
.articles__arrows img {
  cursor: pointer;
}
.articles__arrows img:nth-of-type(1) {
  transform: rotate(180deg);
}
.articles-swiper h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.46px;
  color: #023539;
  min-height: 45px;
}
.articles-swiper p {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.98px;
  color: #023539;
  margin: 8px 0 20px 0;
}
.articles-swiper__img {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.articles-swiper__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-detail {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .articles-detail {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
.articles-detail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .articles-detail__wrapper {
    flex-direction: row;
    gap: 60px;
  }
}
.articles-detail__wrapper img {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .articles-detail__wrapper img {
    width: 500px;
  }
}
.articles-detail__head {
  flex: 1;
}
.articles-detail__head h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #000000;
}
@media (min-width: 1024px) {
  .articles-detail__head h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 57.5px;
    width: 75%;
  }
}
.articles-detail__head h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .articles-detail__head h6 {
    font-size: 18px;
  }
}
.articles-detail__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .articles-detail__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .articles-detail__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .articles-detail__content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.articles-detail__item {
  min-height: 370px;
}
.articles-detail__item h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.46px;
  color: #023539;
  min-height: 45px;
}
.articles-detail__item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.98px;
  color: #023539;
  margin: 8px 0 20px 0;
}
.articles-detail__item-img {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.articles-detail__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-detail__publish {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
}
.articles-detail__publish-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.articles-detail__publish-item img {
  width: auto;
}
.articles-detail__publish-item h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.97px;
  color: #023539;
  margin: 0;
}
.articles-detail__publish-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.97px;
  color: #023539;
}
.articles-detail__image-mobile {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .articles-detail__image-mobile {
    display: none;
  }
}
.articles-detail__image-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .articles-detail__image-desktop {
    display: block;
  }
}

.breadcrump {
  display: none;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .breadcrump {
    display: block;
  }
}
.breadcrump__wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrump__wrapper h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000000;
}
.breadcrump__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrump__nav span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  color: #000000;
}
.breadcrump__nav p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000000;
  margin: 0;
}

.about {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about {
    padding-top: 20px;
    margin-bottom: 90px;
  }
}
.about img {
  width: 100%;
}
.about__text {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .about__text {
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .about__text {
    margin-top: -200px;
    flex-direction: row;
  }
}
.about__text-left h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.95px;
  color: #000000;
}
@media (min-width: 1024px) {
  .about__text-left h3 {
    font-size: 42px;
    line-height: 57.5px;
    color: #000000;
  }
}
.about__text-left h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .about__text-left h4 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .about__text-right {
    width: 60%;
  }
}
.about__video {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .about__video {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .about__video {
    gap: 170px;
  }
}
.about__video h6 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  color: #000000;
}
.about__video-right {
  display: flex;
  gap: 20px;
}
.about__video-right img {
  width: 80px;
  height: 80px;
}
.about__video-right span {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  color: #023539;
}
.about__video-right p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #023539;
}
.about__crew {
  margin-bottom: 100px;
}
.about__wrapper {
  padding: 30px;
  background: #023539;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .about__wrapper {
    padding: 70px;
  }
}
.about__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about__top {
    flex-direction: row;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about__top-left {
    width: 70%;
  }
}
.about__top-left h5 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
}
.about__top-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #747474;
}
.about__top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about__top-right img {
  cursor: pointer;
}
.about__top-right img:nth-of-type(1) {
  transform: rotate(180deg);
}
.about__content-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about__content .swiper-slide h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 37.5px;
  color: #ffffff;
  margin: 0;
}
.about__content .swiper-slide span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #bc855e;
  margin-bottom: 12px;
}
.about__statistic {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .about__statistic {
    margin-bottom: 100px;
  }
}
.about__statistic h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
}
@media (min-width: 768px) {
  .about__statistic h5 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .about__statistic p {
    width: 50%;
  }
}
.about__statistic-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about__statistic-cards {
    flex-wrap: nowrap;
  }
}

.specializations {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .specializations {
    margin-top: 50px;
    padding-bottom: 300px;
  }
}
.specializations--pb50 {
  padding-bottom: 50px;
}
.specializations__head h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #000000;
}
@media (min-width: 1024px) {
  .specializations__head h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 57.5px;
  }
}
.specializations__head h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .specializations__head h6 {
    font-size: 18px;
  }
}
.specializations__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .specializations__wrapper {
    flex-direction: row;
    gap: 60px;
  }
}
.specializations__wrapper img {
  width: 100%;
}
@media (min-width: 1024px) {
  .specializations__wrapper img {
    width: 500px;
  }
}
.specializations__left {
  flex: 1;
}
.specializations__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .specializations__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .specializations__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .specializations__content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.specializations__content .activity__item {
  width: 100% !important;
}

.obligations {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .obligations {
    margin-top: 50px;
    padding-bottom: 300px;
  }
}
.obligations__head h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.95px;
  color: #000000;
}
@media (min-width: 1024px) {
  .obligations__head h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 57.5px;
  }
}
.obligations__head h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .obligations__head h6 {
    font-size: 18px;
  }
}

.videos {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .videos {
    margin-top: 50px;
  }
}
.videos__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .videos__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .videos__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .videos__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.videos__item video {
  width: 100%;
  height: 200px;
}
.videos__item h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.46px;
  color: #023539;
}
.videos__item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.98px;
  color: #023539;
}

.contact {
  margin-top: 100px;
  padding-bottom: 70px;
}
.contact__wrapper {
  display: flex;
  gap: 100px;
}
.contact__left h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  color: #000000;
}
.contact__right {
  width: 65%;
}
.contact__right h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  color: #000000;
}
.contact__right-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.contact__right input,
.contact__right textarea {
  flex: 1;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 14px 24px;
}
.contact__right button {
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
.contact__card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 12px;
}
.contact__card span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  color: #023539;
}
.contact__social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-left: 16px;
}
.contact__social span {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  color: #023539;
}
.contact__social-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact__social-content a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #30494b;
  margin: 0;
}
.contact__social-content a:hover {
  background: #bc855e;
}/*# sourceMappingURL=main.css.map */