/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  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;
  text-decoration: none;
}

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

html, html *, html *::before, html *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.container {
  min-width: 350px;
  max-width: 1140px;
  margin: 0 auto;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  .container {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media (max-width: 835px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 500px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 75px;
  line-height: 120%;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  h1 span {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  h1 span {
    font-size: 45px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  color: #232323;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 20px;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #232323;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #232323;
}
@media (max-width: 768px) {
  h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    color: #232323;
  }
}

p {
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

span {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 185%;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 768px) {
  span {
    font-family: "Questrial", sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #232323;
  }
}

.content_item p {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 768px) {
  .content_item p {
    font-size: 12px;
  }
}

@keyframes showLink {
  from {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  display: flex;
  height: 100px;
  background-color: #1A1615;
}
header .container {
  display: flex;
  gap: 135px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  header .container {
    gap: 20px;
    flex-wrap: nowrap;
    padding: 0;
  }
}
@media (max-width: 835px) {
  header .container {
    width: 100%;
    padding: 0 20px;
  }
}
header .container .logo {
  display: inline-block;
}
header .container .logo img {
  height: 50px;
}
@media (max-width: 835px) {
  header .container .menu {
    display: none;
  }
}
header .container .menu ul {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  header .container .menu ul {
    gap: 30px;
    flex-wrap: nowrap;
  }
}
header .container .menu ul li {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
}
header .container .menu ul li a {
  color: #8F8F8F;
  text-transform: uppercase;
  padding-bottom: 40px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}
header .container .menu ul li a:hover {
  color: #fff;
  border-color: #1AC6AB;
}
header .container .office_hours {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
header .container .office_hours p {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  header .container .office_hours {
    flex-direction: column;
  }
}
@media (max-width: 835px) {
  header .container .office_hours {
    display: none;
  }
}
header .menu_burger {
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 264px;
  width: 201px;
  background-color: #F8F8F9;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  border-radius: 7px;
  top: 50px;
  right: 0;
  z-index: 4;
  padding: 22px 24px;
  transition: 0.15s linear all;
}
@media (max-width: 835px) {
  header .menu_burger {
    display: block;
  }
}
header .menu_burger.active {
  opacity: 1;
  visibility: visible;
}
header .menu_burger ul {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  text-transform: uppercase;
  margin-bottom: 50px;
}
header .menu_burger ul li {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #232323;
}
header .menu_burger ul li:first-child {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
header .menu_burger ul li:first-child p {
  font-size: 16px;
  line-height: 16px;
}
header .menu_burger ul li a {
  color: #232323;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
header .menu_burger ul li a:hover {
  border-color: #1AC6AB;
}
header .menu_burger ul hr {
  width: 201px;
  position: absolute;
  left: 0;
  top: 65px;
  border-top: 1px solid #EAEAEA;
}
header .hamburger {
  display: none;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #1AC6AB;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 835px) {
  header .hamburger {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
header .hamburger:hover {
  background-color: #3AE7BD;
}
header .hamburger.active .top {
  transform: translateY(6px) rotate(45deg);
}
header .hamburger.active .hidden {
  opacity: 0;
}
header .hamburger.active .bottom {
  transform: translateY(-6px) rotate(-45deg);
}
header .hamburger .top, header .hamburger .hidden, header .hamburger .bottom {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #1A1615;
  transition: transform 0.3s ease;
  opacity: 1;
}

.menu_link {
  opacity: 0;
  transform: translateY(100%);
}
.menu_link:nth-child(1) {
  animation-delay: 100ms !important;
}
.menu_link:nth-child(2) {
  animation-delay: 200ms !important;
}
.menu_link:nth-child(3) {
  animation-delay: 300ms !important;
}
.menu_link:nth-child(4) {
  animation-delay: 400ms !important;
}
.menu_link.fadeIn {
  animation: showLink 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes flash {
  0% {
    opacity: 0.5;
    scale: 1;
  }
  50% {
    scale: 0.8;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes showLetter {
  50% {
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
  }
}
.home .container {
  display: flex;
  gap: 68px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  height: 475px;
  margin: 80px auto;
}
@media (max-width: 768px) {
  .home .container {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .home .container {
    display: flex;
    gap: 50px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.home .container .text {
  max-width: 586px;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .home .container .text {
    max-width: 426px;
  }
}
.home .container .text .main_heading {
  opacity: 0;
}
.home .container .text .main_heading.fadeIn {
  opacity: 1;
}
.home .container .text .main_heading.fadeIn span {
  animation: showLetter 100ms ease;
  animation-fill-mode: forwards;
}
.home .container .text .main_heading span {
  opacity: 0;
}
.home .container .text .main_heading span:nth-child(1) {
  animation-delay: 50ms;
}
.home .container .text .main_heading span:nth-child(2) {
  animation-delay: 100ms;
}
.home .container .text .main_heading span:nth-child(3) {
  animation-delay: 150ms;
}
.home .container .text .main_heading span:nth-child(4) {
  animation-delay: 200ms;
}
.home .container .text .main_heading span:nth-child(5) {
  animation-delay: 250ms;
}
.home .container .text .main_heading span:nth-child(6) {
  animation-delay: 300ms;
}
.home .container .text .main_heading span:nth-child(7) {
  animation-delay: 350ms;
}
.home .container .text .main_heading span:nth-child(8) {
  animation-delay: 400ms;
}
.home .container .text .main_heading span:nth-child(9) {
  animation-delay: 450ms;
}
.home .container .text .main_heading span:nth-child(10) {
  animation-delay: 500ms;
}
.home .container .text .main_heading span:nth-child(11) {
  animation-delay: 550ms;
}
.home .container .text .main_heading span:nth-child(12) {
  animation-delay: 600ms;
}
.home .container .text .main_heading span:nth-child(13) {
  animation-delay: 650ms;
}
.home .container .text .main_heading span:nth-child(14) {
  animation-delay: 700ms;
}
.home .container .text .main_heading span:nth-child(15) {
  animation-delay: 750ms;
}
.home .container .text .main_heading span:nth-child(16) {
  animation-delay: 800ms;
}
.home .container .text .main_heading span:nth-child(17) {
  animation-delay: 850ms;
}
.home .container .text .main_heading span:nth-child(18) {
  animation-delay: 900ms;
}
.home .container .text .main_heading span:nth-child(19) {
  animation-delay: 950ms;
}
.home .container .text .main_heading span:nth-child(20) {
  animation-delay: 1000ms;
}
.home .container .text p {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
  max-width: 556px;
}
@media (max-width: 1200px) {
  .home .container .text p {
    font-size: 18px;
  }
}
.home .container .image {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.home .container .image.fadeIn {
  animation: fadeIn 500ms ease;
  animation-fill-mode: forwards;
}
@media (max-width: 1000px) {
  .home .container .image {
    left: -150px;
    top: 60px;
  }
}
@media (max-width: 768px) {
  .home .container .image {
    left: -300px;
    top: -30px;
  }
}
@media (max-width: 640px) {
  .home .container .image {
    left: 0;
    top: 0;
  }
}
.home .container .image img {
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.home .container .image img:hover.main, .home .container .image img:hover.mini {
  opacity: 1;
  animation: flash 1s;
}
.home .container .image img.main_img {
  width: 487px;
}
@media (max-width: 1200px) {
  .home .container .image img.main_img {
    position: relative;
    width: 387px;
    top: 80px;
  }
}
@media (max-width: 640px) {
  .home .container .image img.main_img {
    position: initial;
    width: 240px;
  }
}
.home .container .image img.main_img:hover {
  opacity: 1;
  animation: flash 1s;
}
.home .container .image img.mini_img {
  position: absolute;
  left: -195px;
  top: 300px;
  width: 292px;
}
@media (max-width: 640px) {
  .home .container .image img.mini_img {
    left: -95px;
    top: 135px;
    width: 150px;
  }
}
.home .container .image img.mini_img:hover {
  opacity: 1;
  animation: flash 1s;
}
.home .container .image img.logo_img {
  position: absolute;
  left: 155px;
  top: 300px;
  border-radius: none;
  width: 170px;
  transition: transform 1s;
}
@media (max-width: 640px) {
  .home .container .image img.logo_img {
    left: 85px;
    top: 149px;
    width: 100px;
  }
}
.home .container .image img.logo_img:hover {
  transform: rotate(180deg);
}

@keyframes fadeInTitle {
  50% {
    font-size: 50px;
    filter: blur(5px);
    transform: translateX(5%);
  }
}
@keyframes fadeInBlock {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInItems {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
#about {
  height: 771px;
  background-image: url("/assets/images/slider-bg.jpg");
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  border-radius: 7px 0 0 7px;
  transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#about.fadeIn {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 640px) {
  #about {
    background-position-x: 15%;
  }
}
@media (max-width: 640px) {
  #about {
    height: 860px;
  }
}
#about .container {
  padding-top: 50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #about .container {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #about .container {
    padding-top: 30px;
  }
}
@media (max-width: 420px) {
  #about .container {
    padding-top: 10px;
  }
}
#about .title h2 {
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
#about .title h2.fadeIn {
  opacity: 1;
  visibility: visible;
  animation: fadeInTitle 1.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 455px) {
  #about .title h2 {
    margin-bottom: 10px;
  }
}
#about .title p {
  width: 100%;
  color: #fff;
  transform: translateX(-80%);
  opacity: 0;
  visibility: hidden;
}
#about .title p.fadeIn {
  animation: fadeInBlock 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 640px) {
  #about .title p {
    font-size: 14px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide.about_item {
  position: relative;
}
.swiper-slide.about_item:nth-child(1) {
  transition: all 0.3s;
}
.swiper-slide.about_item:nth-child(1) img:hover {
  background: linear-gradient(180deg, rgba(26, 198, 171, 0) 27%, rgb(26, 198, 171) 100%);
}
.swiper-slide.about_item:nth-child(1) .item {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(1) {
  animation-delay: 100ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(2) {
  animation-delay: 200ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(3) {
  animation-delay: 300ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(4) {
  animation-delay: 400ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(5) {
  animation-delay: 500ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(6) {
  animation-delay: 600ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(7) {
  animation-delay: 700ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(8) {
  animation-delay: 800ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(9) {
  animation-delay: 900ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(10) {
  animation-delay: 1000ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(11) {
  animation-delay: 1100ms !important;
}
.swiper-slide.about_item:nth-child(1) .item:nth-child(12) {
  animation-delay: 1200ms !important;
}
.swiper-slide.about_item:nth-child(1) .item.fadeIn {
  animation: fadeInItems 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
.swiper-slide.about_item:nth-child(2) .content {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .swiper-slide.about_item:nth-child(2) .content {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .swiper-slide.about_item:nth-child(2) .content {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 45px 71px;
  }
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(2) .content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 45px 71px;
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .swiper-slide.about_item:nth-child(2) .content .item {
    width: auto;
  }
}
.swiper-slide.about_item:nth-child(2) .content .item img {
  height: 100px;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .swiper-slide.about_item:nth-child(2) .content .item img {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(2) .content .item img {
    height: 60px;
  }
}
.swiper-slide.about_item:nth-child(2) .content .item img:hover {
  transform: scale(0.8);
}
.swiper-slide.about_item:nth-child(3) .content {
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .swiper-slide.about_item:nth-child(3) .content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .swiper-slide.about_item:nth-child(3) .content {
    justify-content: space-evenly;
    align-items: center;
  }
}
.swiper-slide.about_item:nth-child(3) .content .item {
  width: min-content;
}
.swiper-slide.about_item:nth-child(3) .content .item img {
  transition: transform 0.3s;
}
.swiper-slide.about_item:nth-child(3) .content .item img:hover {
  transform: scale(0.8);
}
.swiper-slide.about_item:nth-child(3) .content .item.sharepoint img {
  height: 60px;
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(3) .content .item.sharepoint img {
    height: 30px;
  }
}
.swiper-slide.about_item:nth-child(3) .content .item.salesforce img {
  height: 118px;
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(3) .content .item.salesforce img {
    height: 60px;
  }
}
.swiper-slide.about_item:nth-child(3) .content .item.servicenow img {
  height: 35px;
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(3) .content .item.servicenow img {
    height: 23px;
  }
}
.swiper-slide.about_item:nth-child(3) .content .item.magento img {
  height: 70px;
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(3) .content .item.magento img {
    height: 35px;
  }
}
.swiper-slide.about_item:nth-child(3) .content .item.microsoft img {
  height: 100px;
}
@media (max-width: 640px) {
  .swiper-slide.about_item:nth-child(3) .content .item.microsoft img {
    height: 40px;
  }
}
.swiper-slide.about_item h4 {
  position: absolute;
  top: -45px;
  left: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1200px) {
  .swiper-slide.about_item h4 {
    top: -38px;
  }
}
@media (max-width: 768px) {
  .swiper-slide.about_item h4 {
    display: none;
  }
}
.swiper-slide.about_item h4.mob {
  display: none;
}
@media (max-width: 768px) {
  .swiper-slide.about_item h4.mob {
    display: block;
    left: 20px;
    top: -35px;
  }
}
.swiper-slide.about_item .content {
  display: grid;
  grid-template-columns: repeat(6, auto);
  row-gap: 50px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .swiper-slide.about_item .content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .swiper-slide.about_item .content {
    display: flex;
  }
}
.swiper-slide.about_item .content .item {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 165px;
}
@media (max-width: 768px) {
  .swiper-slide.about_item .content .item {
    width: 90px;
  }
}
.swiper-slide.about_item .content .item:nth-child(9) {
  position: relative;
  left: -20px;
}
.swiper-slide.about_item .content .item:nth-child(9) img {
  position: relative;
  left: 5px;
}
.swiper-slide.about_item .content .item img {
  height: 70px;
}
@media (max-width: 1200px) {
  .swiper-slide.about_item .content .item img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .swiper-slide.about_item .content .item img {
    height: 40px;
  }
}
.swiper-slide.about_item .content .item span {
  line-height: 150%;
  color: #fff;
  text-align: center;
}
.swiper-navigation {
  position: relative;
  height: 64px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  margin-top: 30px;
  transform: translateX(80%);
  visibility: hidden;
  opacity: 0;
}
.swiper-navigation.fadeIn {
  animation: fadeInBlock 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 1200px) {
  .swiper-navigation {
    height: 50px;
    margin-top: 20px;
  }
}
.swiper-button-prev img, .swiper-button-next img {
  color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  left: auto;
  right: 75px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    right: 60px;
  }
}
.swiper-button-next {
  left: auto;
  right: 20px;
}
.swiper-button-next img {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInTitle {
  50% {
    font-size: 50px;
    filter: blur(5px);
    transform: translateX(5%);
  }
}
@keyframes fadeInBlock {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
#digital .container {
  overflow-x: hidden;
  padding-top: 80px;
}
@media (max-width: 768px) {
  #digital .container {
    padding-top: 50px;
  }
}
#digital .title {
  margin-bottom: 50px;
  max-width: 654px;
}
#digital .title h2 {
  opacity: 0;
  visibility: hidden;
}
#digital .title h2.fadeIn {
  opacity: 1;
  visibility: visible;
  animation: fadeInTitle 1.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  #digital .title {
    margin-bottom: 20px;
  }
}
#digital .title p {
  width: 100%;
  transform: translateX(-80%);
  opacity: 0;
  visibility: hidden;
}
#digital .title p.fadeIn {
  animation: fadeInBlock 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#digital .content {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 30px;
  overflow-y: hidden;
}
@media (max-width: 1200px) {
  #digital .content {
    grid-template-columns: repeat(2, 360px);
  }
}
@media (max-width: 800px) {
  #digital .content {
    display: none;
  }
}
#digital .content_item {
  background-color: #F8F8F9;
  border-radius: 7px;
  width: 360px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
@media (max-width: 800px) {
  #digital .content_item {
    width: 250px;
    border-radius: 5px;
  }
}
#digital .content_item:hover {
  box-shadow: 0 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border-color: #1AC6AB;
  background-color: #F8F8F9;
  scale: 0.9;
}
#digital .content_item img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
#digital .content_item .text {
  padding: 25px;
  padding-top: 30px;
}
@media (max-width: 800px) {
  #digital .content_item .text {
    padding: 16px;
    padding-top: 20px;
  }
}

.mob-swiper {
  display: none;
}
@media (max-width: 800px) {
  .mob-swiper {
    display: block;
  }
}

.digital_content .content_item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
}
.digital_content .content_item:nth-child(1) {
  animation-delay: 100ms !important;
}
.digital_content .content_item:nth-child(2) {
  animation-delay: 200ms !important;
}
.digital_content .content_item:nth-child(3) {
  animation-delay: 300ms !important;
}
.digital_content .content_item:nth-child(4) {
  animation-delay: 400ms !important;
}
.digital_content .content_item:nth-child(5) {
  animation-delay: 500ms !important;
}
.digital_content .content_item:nth-child(6) {
  animation-delay: 600ms !important;
}
.digital_content .content_item:nth-child(7) {
  animation-delay: 700ms !important;
}
.digital_content .content_item:nth-child(8) {
  animation-delay: 800ms !important;
}
.digital_content .content_item:nth-child(9) {
  animation-delay: 900ms !important;
}
.digital_content .content_item:nth-child(10) {
  animation-delay: 1000ms !important;
}
.digital_content .content_item.fadeIn {
  animation: fadeIn 1s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeInTitle {
  50% {
    font-size: 50px;
    filter: blur(5px);
    transform: translateX(5%);
  }
}
@keyframes fadeInBlock {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
#services .container {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #services .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
#services .title {
  margin-bottom: 50px;
  max-width: 654px;
}
@media (max-width: 768px) {
  #services .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 455px) {
  #services .title {
    min-width: 350px;
    padding: 0 10px;
  }
}
#services .title h2 {
  opacity: 0;
  visibility: hidden;
}
#services .title h2.fadeIn {
  opacity: 1;
  visibility: visible;
  animation: fadeInTitle 1.5s;
  animation-fill-mode: forwards;
}
#services .title p {
  transform: translateX(-80%);
  opacity: 0;
  visibility: hidden;
}
#services .title p.fadeIn {
  animation: fadeInBlock 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#services .content {
  display: flex;
  gap: 31px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0;
}
#services .content_item {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #F8F8F9;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(80%);
}
#services .content_item.fadeIn {
  animation: fadeInBlock 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  #services .content_item {
    gap: 16px;
  }
}
#services .content_item img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  #services .content_item img {
    width: 81px;
    height: 135px;
    object-fit: none;
  }
}
#services .content_item .text {
  max-width: 817px;
  padding: 30px;
  padding-left: 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  #services .content_item .text {
    padding: 16px;
    padding-left: 0;
  }
}
#services .content_item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
#services .content_item:hover img {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@keyframes fadeInTitle {
  50% {
    font-size: 50px;
    filter: blur(5px);
    transform: translateX(5%);
  }
}
@keyframes fadeInBlock {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInImage {
  50% {
    transform: rotateX(180deg);
  }
}
#contact {
  box-sizing: border-box;
  background-color: #F8F8F9;
  transition: all 0.5s;
}
#contact .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #contact .container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#contact .container .title {
  margin-bottom: 39px;
}
@media (max-width: 640px) {
  #contact .container .title {
    margin-bottom: 16px;
  }
}
#contact .container .title h2 {
  opacity: 0;
  visibility: hidden;
}
#contact .container .title h2.fadeIn {
  opacity: 1;
  visibility: visible;
  animation: fadeInTitle 1.5s;
  animation-fill-mode: forwards;
}
#contact .container .title p {
  transform: translateX(-80%);
  opacity: 0;
  visibility: hidden;
}
#contact .container .title p.fadeIn {
  animation: fadeInBlock 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#contact .container .content {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  #contact .container .content {
    gap: 26px;
    flex-direction: column;
    align-items: stretch;
  }
}
#contact .container .content .info img {
  height: 241px;
  margin-bottom: 30px;
  transition: transform 0.3s;
  opacity: 0;
  visibility: hidden;
}
#contact .container .content .info img.fadeIn {
  opacity: 1;
  visibility: visible;
  animation: fadeInImage 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 1200px) {
  #contact .container .content .info img {
    height: 200px;
    margin-bottom: 16px;
  }
}
#contact .container .content .info img:hover {
  transform: scale(1.1);
}
#contact .container .content .info p {
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
}

.form {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px 32px;
  max-width: 656px;
}
@media (max-width: 1200px) {
  .form {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .form {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: stretch;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.form_field {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .form_field {
    margin-bottom: 0;
    width: 400px;
  }
}
@media (max-width: 640px) {
  .form_field {
    margin-bottom: 0;
    width: 100%;
  }
}
.form_field span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 185%;
  font-weight: 700;
  color: #232323;
}
.form_field:last-of-type {
  grid-column: 1/3;
  margin-bottom: 0;
}
.form_field p {
  position: absolute;
  right: 0;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 185%;
  font-weight: 400;
  color: #B9464D;
}
.form_input {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 185%;
  font-weight: 400;
  color: #232323;
  box-sizing: border-box;
  width: 310px;
  padding: 16px 15px 13px;
  background-color: #F8F8F9;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
}
.form_input::placeholder {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 185%;
  font-weight: 400;
  color: #636161;
}
.form_input:focus-visible {
  border: 1px solid #232323;
  outline: none;
}
@media (max-width: 1200px) {
  .form_input {
    width: -webkit-fill-available;
  }
}
@media (max-width: 768px) {
  .form_input {
    width: 100%;
  }
}
.form_input.textarea {
  height: 110px;
  width: 100%;
  resize: none;
}
.form_input.error {
  border: 1px solid #B9464D;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 185%;
  font-weight: 400;
  color: #B9464D;
}
.form .terms {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
  grid-column: 1/3;
  width: 652px;
  margin: 0;
}
@media (max-width: 768px) {
  .form .terms {
    width: 100%;
  }
}
.form .terms a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #2EA98C;
  transition: all 0.3s;
}
.form .terms a:hover {
  color: #1AC6AB;
}
.form button {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 170%;
  font-weight: 700;
  color: #232323;
  width: 202px;
  height: 64px;
  background-color: #58C0A7;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.form button:hover {
  background-color: #3AE7BD;
}

footer .top {
  height: 180px;
  background-color: #1A1615;
}
@media (max-width: 768px) {
  footer .top {
    height: fit-content;
  }
}
footer .top .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .top .container {
    padding-top: 35px;
  }
}
@media (max-width: 640px) {
  footer .top .container {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  footer .top .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 640px) {
  footer .top .container {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .top .container .tab {
  display: none;
}
@media (max-width: 768px) {
  footer .top .container .tab {
    display: block;
  }
}
footer .top .container img {
  height: 50px;
}
@media (max-width: 768px) {
  footer .top .container img {
    position: relative;
    top: -20px;
  }
}
@media (max-width: 640px) {
  footer .top .container img {
    top: 0;
  }
}
footer .top .container .registration {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
  line-height: 141%;
  margin-right: 75px;
}
@media (max-width: 768px) {
  footer .top .container .registration {
    margin-right: 0;
    position: absolute;
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  footer .top .container .registration {
    position: static;
    margin-right: 0;
    order: 4;
  }
}
footer .top .container .registration p {
  margin: 0;
  margin-bottom: 14px;
  color: #8F8F8F;
}
@media (max-width: 768px) {
  footer .top .container .registration p {
    margin-bottom: 5px;
  }
}
footer .top .container .registration span {
  color: #fff;
}
footer .top .container .contacts {
  line-height: 170%;
}
footer .top .container .contacts .mail {
  text-align: right;
  margin-bottom: 10px;
}
footer .top .container .contacts .mail img {
  position: relative;
  top: 5px;
  height: 18px;
  margin-right: 11px;
}
footer .top .container .contacts .mail a {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 640px) {
  footer .top .container .contacts .mail {
    text-align: left;
  }
}
footer .top .container .contacts p {
  margin: 0;
  text-align: right;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 640px) {
  footer .top .container .contacts p {
    text-align: left;
  }
}
footer .bottom {
  height: 60px;
  background-color: #0F0D0D;
}
@media (max-width: 640px) {
  footer .bottom {
    height: 224px;
  }
}
footer .bottom .container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  color: #8F8F8F;
  padding-top: 16px;
}
@media (max-width: 768px) {
  footer .bottom .container {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  footer .bottom .container {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .bottom .container p {
  font-size: 18px;
  margin: 0;
  color: #8F8F8F;
}
footer .bottom .container p span {
  color: inherit;
}
footer .bottom .container p br {
  display: none;
}
@media (max-width: 640px) {
  footer .bottom .container p br {
    display: block;
  }
}
footer .bottom .container .policy {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .bottom .container .policy {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 640px) {
  footer .bottom .container .policy {
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
  }
}
footer .bottom .container .policy a {
  transition: all 0.3s;
}
footer .bottom .container .policy a:hover {
  color: #1AC6AB;
}
footer a .btn_up {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 98;
  right: 100px;
  bottom: 100px;
  background-color: #58C0A7;
  cursor: pointer;
  transform: translateX(200%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  footer a .btn_up {
    right: 25px;
    bottom: 50px;
  }
}
footer a .btn_up.show {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s;
}
footer a .btn_up.show:hover {
  background-color: #3AE7BD;
}

.cookie_policy {
  box-sizing: border-box;
  background-color: #F8F8F9;
  transition: all 0.5s;
}
.cookie_policy .content {
  display: flex;
  gap: 30px;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 100px 20px;
}
@media (max-width: 640px) {
  .cookie_policy .content {
    padding: 50px 20px;
    gap: 20px;
  }
}
.cookie_policy h2 {
  margin-bottom: 20px;
}
.cookie_policy h3 {
  margin: 20px 0;
}
.cookie_policy table.mob {
  display: none;
}
@media (max-width: 640px) {
  .cookie_policy table {
    display: none;
  }
  .cookie_policy table.mob {
    display: block;
  }
}
.cookie_policy table td,
.cookie_policy table th {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #232323;
  border: 1px solid #1AC6AB;
  min-width: 100px;
  padding: 5px;
}

.privacy_policy {
  box-sizing: border-box;
  background-color: #F8F8F9;
  transition: all 0.5s;
}
.privacy_policy h3 {
  margin: 20px 0;
}
.privacy_policy .content {
  padding: 100px 20px;
}
@media (max-width: 640px) {
  .privacy_policy .content {
    padding: 50px 20px;
  }
}
.privacy_policy .content a {
  color: #232323;
}

/*# sourceMappingURL=style.css.map */
