@charset "UTF-8";

/* Normalize
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Mona+Sans:regular,500,600,700);

/*! normalize.css v8.0.1 | 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.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
  box-sizing: border-box;
}

/* Variables
--------------------------------------------- */

/* Mixins
--------------------------------------------- */

.sidebar {
  float: left;
}

[dir=rtl] .sidebar {
  float: right;
}

/* General
--------------------------------------------- */

/* Variables
--------------------------------------------- */

body {
  background-color: #ecf0f0;
  color: #141232;
  font-family: "Mona Sans";
  font-style: normal;
  font-weight: 400;
  padding: 0;
  width: 100%;
  max-width: 100vw;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
}

.container {
  padding: 0 16px;
}

.flex-box {
  display: flex;
  flex-direction: column;
}

.between {
  display: flex;
  justify-content: space-between;
}

.center {
  text-align: center;
}

h1 {
  font-weight: 700;
  font-size: 20px;
}

h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: #141232;
  margin-bottom: 30px;
}

h2 span {
  color: #1e8a8a;
}

h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #222222;
}

.full-width {
  width: 100%;
}

.hide-mobile {
  display: none;
}

.btn {
  background-color: #000000;
  color: #fff;
  padding: 15px 25px 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.btn:hover {
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.btn:hover .arrow-right {
  background-color: #000000;
  color: #fff;
  transition: all 0.3s ease;
}

.btn .arrow-right {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  rotate: -45deg;
  transition: all 0.3s ease;
}

header {
  margin-bottom: 16px;
}

header .flex-box {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 0 0 10px 10px;
}

header .flex-box nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
}

header .flex-box nav ul li {
  display: inline-block;
}

header .flex-box nav ul li a {
  text-decoration: none;
  color: #141232;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  display: block;
}

header .flex-box nav ul li a:hover {
  color: #1e8a8a;
}

header .flex-box .header__logo a {
  font-size: 24px;
  font-weight: 600;
  color: #141232;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

header .flex-box .header__logo img {
  height: 30px;
}

.about-hero {
  margin-bottom: 60px;
}

.about-hero .container .about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-hero .container .about-hero__content .about-hero__text {
  position: relative;
  flex: 1 1 50%;
  background-color: #0c1e21;
  background-image: url("img/pattern-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.about-hero .container .about-hero__content .about-hero__text h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.about-hero .container .about-hero__content .about-hero__text:before {
  content: "";
  top: 5%;
  background: #1e8a8a;
  filter: blur(65px);
  opacity: 0.26;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset-inline-start: 5%;
}

.about-hero .container .about-hero__content .about-hero__text .banner-shape {
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}

.about-hero .container .about-hero__content .about-hero__text .banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero .container .about-hero__content .about-hero__image {
  flex: 1 1 50%;
  border-radius: 10px;
  overflow: hidden;
}

.about-hero .container .about-hero__content .about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-services {
  margin-bottom: 60px;
}

.about-services .container .about-services__grid .about-services__item {
  margin-bottom: 80px;
}

.about-services .container .about-services__grid .about-services__item .about-services__content .about-services__text-grid {
  display: grid;
  gap: 16px;
}

.about-services .container .about-services__grid .about-services__item .about-services__content .about-services__text-grid p {
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 20px;
  width: auto;
  transition: all 0.3s ease;
}

.about-services .container .about-services__grid .about-services__item .about-services__content .about-services__text-grid p:hover {
  background-color: #1e8a8a;
  color: #fff;
  transition: all 0.3s ease;
}

.about-services .container .about-services__grid .marketing-service {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-services .container .about-services__grid .marketing-service .about-services__image img {
  border-radius: 10px;
}

.about-services .container .about-services__grid .marketing-service .about-services__content {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-services .container .about-services__grid .marketing-service .about-services__content h2 {
  text-align: left;
}

.about-services .container .about-services__grid .marketing-service .about-services__content p {
  line-height: 150%;
  font-size: 16px;
}

.about-cta {
  margin-bottom: 60px;
}

.about-cta .container .about-cta__content {
  background-color: #1e8a8a;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  color: #fff;
  overflow: hidden;
}

.about-cta .container .about-cta__content .about-cta__image {
  display: none;
}

.about-cta .container .about-cta__content .about-cta__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-cta .container .about-cta__content .about-cta__text {
  padding: 40px;
  flex: 1;
}

.about-cta .container .about-cta__content .about-cta__text h2 {
  color: #fff;
  text-align: center;
}

.about-cta .container .about-cta__content .about-cta__text h2 span {
  color: #fff;
}

.about-values {
  margin-bottom: 80px;
}

.about-values .container .about-values__content {
  display: flex;
  flex-direction: column;
}

.about-values .container .about-values__content {
  align-items: center;
  gap: 30px;
}

.about-values .container .about-values__content h2 {
  text-align: left;
}

.about-values .container .about-values__content .about-values__text {
  flex: 1;
}

.about-values .container .about-values__content .about-values__text p {
  font-size: 20px;
  line-height: 150%;
}

.services-hero {
  margin-bottom: 60px;
}

.services-hero .container .services-hero__content .services-hero__text {
  background-image: url("../img/pheader-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.services-hero .container .services-hero__content .services-hero__text h1 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}

.services-hero .container .services-hero__content .services-hero__text h1 span {
  color: #1e8a8a;
}

.services-hero .container .services-hero__content .services-hero__text p.lead {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.services-hero .container .services-hero__content .services-hero__text:before {
  content: "";
  top: 5%;
  background: #1e8a8a;
  filter: blur(65px);
  opacity: 0.26;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset-inline-start: 5%;
}

.services-hero .container .services-hero__content .services-hero__text .banner-shape {
  opacity: 0.8;
  top: 0;
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}

.services-hero .container .services-hero__content .services-hero__text .banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-offer {
  margin-bottom: 60px;
}

.services-offer .container h2 {
  margin-bottom: 40px;
}

.services-offer .container .services-offer__grid {
  display: grid;
  gap: 24px;
}

.services-offer .container .services-offer__grid .services-offer__item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.services-offer .container .services-offer__grid .services-offer__item:hover {
  background-color: #1e8a8a;
  color: #fff;
  transition: all 0.3s ease;
}

.services-offer .container .services-offer__grid .services-offer__item:hover h3 {
  color: #fff;
}

.services-offer .container .services-offer__grid .services-offer__item:hover ul li {
  color: #fff;
}

.services-offer .container .services-offer__grid .services-offer__item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141232;
  margin-bottom: 20px;
}

.services-offer .container .services-offer__grid .services-offer__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-offer .container .services-offer__grid .services-offer__item ul li {
  font-size: 16px;
  line-height: 150%;
  color: #141232;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}

.services-offer .container .services-offer__grid .services-offer__item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1e8a8a;
  font-weight: 600;
  font-size: 20px;
}

.services-offer .container .services-offer__grid .services-offer__item ul li:last-child {
  margin-bottom: 0;
}

.services-clients {
  margin-bottom: 60px;
}

.services-clients .container .services-clients__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-clients .container .services-clients__content .services-clients__text {
  flex: 1;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}

.services-clients .container .services-clients__content .services-clients__text p {
  font-size: 18px;
  font-weight: 600;
  color: #141232;
  margin-bottom: 20px;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  padding: 24px 20px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box .services-clients__icon {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(30, 138, 138, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box .services-clients__icon svg {
  width: 28px;
  height: 28px;
  color: #1e8a8a;
  stroke: #1e8a8a;
  fill: none;
  transition: all 0.3s ease;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box:hover {
  background-color: #1e8a8a;
  color: #fff;
  border-color: #1e8a8a;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(30, 138, 138, 0.2);
  transition: all 0.3s ease;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box:hover span {
  color: #fff;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box:hover .services-clients__icon {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box:hover .services-clients__icon svg {
  color: #fff;
  stroke: #fff;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box span {
  font-size: 16px;
  line-height: 150%;
  color: #141232;
  font-weight: 500;
  transition: all 0.3s ease;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.services-clients .container .services-clients__content .services-clients__text .services-clients__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-cooperation {
  margin-bottom: 60px;
}

.services-cooperation .container h2 {
  margin-bottom: 40px;
}

.services-cooperation .container .services-cooperation__grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex: 1;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141232;
  margin-bottom: 16px;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item p {
  font-size: 16px;
  line-height: 150%;
  color: #141232;
  margin-bottom: 16px;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item p strong {
  font-weight: 600;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item p:last-child {
  margin-bottom: 0;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item ul li {
  font-size: 16px;
  line-height: 150%;
  color: #141232;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1e8a8a;
  font-weight: 600;
  font-size: 20px;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item ul li:last-child {
  margin-bottom: 0;
}

.services-cooperation .container .services-cooperation__grid .services-cooperation__item .services-cooperation__btn:hover {
  background-color: #1e8a8a;
  color: #fff;
  transition: all 0.3s ease;
}

.contact-hero {
  margin-bottom: 60px;
}

.contact-hero .container .contact-hero__content .contact-hero__text {
  background-image: url("../img/pheader-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.contact-hero .container .contact-hero__content .contact-hero__text h1 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}

.contact-hero .container .contact-hero__content .contact-hero__text h1 span {
  color: #1e8a8a;
}

.contact-hero .container .contact-hero__content .contact-hero__text p.lead {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.contact-hero .container .contact-hero__content .contact-hero__text:before {
  content: "";
  top: 5%;
  background: #1e8a8a;
  filter: blur(65px);
  opacity: 0.26;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset-inline-start: 5%;
}

.contact-hero .container .contact-hero__content .contact-hero__text .banner-shape {
  opacity: 0.8;
  top: 0;
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}

.contact-hero .container .contact-hero__content .contact-hero__text .banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map {
  margin-bottom: 60px;
}

.contact-map .container .contact-map__content h2 {
  margin-bottom: 30px;
}

.contact-map .container .contact-map__content .contact-map__wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.contact-map .container .contact-map__content .contact-map__wrapper iframe {
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
}

/* Footer
--------------------------------------------- */

/* Variables
--------------------------------------------- */

footer {
  background-color: #d8e5e5;
  padding: 50px 0;
  margin-top: 60px;
}

footer .container .contact__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

footer .container .contact__info .contact__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

footer .container .contact__info .contact__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

footer .container .contact__info .contact__item .contact__icon {
  font-size: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(30, 138, 138, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}

footer .container .contact__info .contact__item .contact__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

footer .container .contact__info .contact__item .contact__content strong {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

footer .container .contact__info .contact__item .contact__content a {
  color: #1e8a8a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

footer .container .contact__info .contact__item .contact__content a:hover {
  color: #0c1e21;
  text-decoration: underline;
  transition: all 0.3s ease;
}

footer .container .contact__info .contact__item .contact__content span {
  color: #141232;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

footer .container .contact__invitation {
  font-size: 16px;
  line-height: 24px;
  color: #141232;
  margin-bottom: 40px;
  text-align: center;
}

footer .container .contact__invitation a {
  color: #1e8a8a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

footer .container .contact__invitation a:hover {
  color: #0c1e21;
  text-decoration: underline;
  transition: all 0.3s ease;
}

footer .container .subfooter {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-top: 30px;
  border-top: 1px solid rgba(20, 18, 50, 0.1);
}

@media screen and (min-width: 1240px) {
  .btn {
    width: max-content;
  }

  .container {
    max-width: 1124px;
    margin: auto;
    padding: 0;
  }

  .flex-box {
    flex-direction: row;
  }

  h1 {
    font-weight: 700;
    font-size: 50px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    font-size: 46px;
    line-height: 56px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  .mobile-break {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  .hide-desctop {
    display: none;
  }

  .about-hero .container .about-hero__content {
    flex-direction: row;
  }

  .about-hero .container .about-hero__content .about-hero__text {
    padding: 80px 60px;
  }

  .about-services .container .about-services__grid .about-services__item .about-services__content .about-services__text-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-services .container .about-services__grid .marketing-service {
    flex-direction: row;
  }

  .about-services .container .about-services__grid .marketing-service .about-services__image {
    width: 50%;
  }

  .about-services .container .about-services__grid .marketing-service .about-services__content {
    width: 50%;
  }

  .about-services .container .about-services__grid .marketing-service .about-services__content p {
    font-size: 20px;
  }

  .about-cta .container .about-cta__content .about-cta__image {
    display: block;
    width: 50%;
  }

  .about-cta .container .about-cta__content .about-cta__text h2 {
    font-size: 64px;
    line-height: 64px;
    text-align: left;
  }

  .about-values .container .about-values__content {
    flex-direction: row;
  }

  .about-values .container .about-values__content h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .services-hero .container .services-hero__content .services-hero__text {
    padding: 80px 60px;
  }

  .services-hero .container .services-hero__content .services-hero__text h1 {
    font-size: 50px;
  }

  .services-hero .container .services-hero__content .services-hero__text p.lead {
    font-size: 18px;
    line-height: 28px;
  }

  .services-offer .container h2 {
    margin-bottom: 60px;
  }

  .services-offer .container .services-offer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .services-offer .container .services-offer__grid .services-offer__item h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .services-offer .container .services-offer__grid .services-offer__item ul li {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .services-clients .container .services-clients__content {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .services-clients .container .services-clients__content .services-clients__text {
    padding: 60px;
  }

  .services-clients .container .services-clients__content .services-clients__text p {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .services-clients .container .services-clients__content .services-clients__text .services-clients__boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box .services-clients__icon {
    width: 70px;
    height: 70px;
  }

  .services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box .services-clients__icon svg {
    width: 32px;
    height: 32px;
  }

  .services-clients .container .services-clients__content .services-clients__text .services-clients__boxes .services-clients__box span {
    font-size: 18px;
  }

  .services-cooperation .container h2 {
    margin-bottom: 60px;
  }

  .services-cooperation .container .services-cooperation__grid {
    flex-direction: row;
    gap: 30px;
  }

  .services-cooperation .container .services-cooperation__grid .services-cooperation__item {
    flex: 1;
  }

  .services-cooperation .container .services-cooperation__grid .services-cooperation__item h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .services-cooperation .container .services-cooperation__grid .services-cooperation__item p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .services-cooperation .container .services-cooperation__grid .services-cooperation__item ul li {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .contact-hero .container .contact-hero__content .contact-hero__text {
    padding: 80px 60px;
  }

  .contact-hero .container .contact-hero__content .contact-hero__text h1 {
    font-size: 50px;
  }

  .contact-hero .container .contact-hero__content .contact-hero__text p.lead {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-map .container .contact-map__content h2 {
    margin-bottom: 40px;
  }

  footer {
    padding: 80px 0;
  }

  footer .container .contact__info {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px;
  }

  footer .container .contact__info .contact__item {
    flex: 1;
    padding: 32px;
  }

  footer .container .contact__info .contact__item .contact__icon {
    font-size: 28px;
    width: 56px;
    height: 56px;
  }

  footer .container .contact__info .contact__item .contact__content strong {
    font-size: 12px;
  }

  footer .container .contact__info .contact__item .contact__content a {
    font-size: 18px;
  }

  footer .container .contact__info .contact__item .contact__content span {
    font-size: 18px;
  }

  footer .container .contact__invitation {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .container .subfooter {
    font-size: 16px;
    padding-top: 40px;
  }
}