@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_boldit.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/proximanova_blackit.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main, img {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

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

html, .body-default {
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 19px;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 1468px;
  margin: 0 auto;
  padding: 0 24px;
  transition: 0.3s;
  position: relative;
}

.project-container {
  max-width: 1648px;
  margin: 0 auto;
  padding: 0 24px;
  transition: 0.3s;
  position: relative;
}

.main__clients {
  margin-top: 50px;
  margin-bottom: 90px;
}
.main__services {
  margin-bottom: 86px;
}
.main__integrations {
  margin-bottom: 100px;
}
.main__contacts {
  margin-top: 64px;
  margin-bottom: 78px;
}
.main__contacts-map {
  margin-bottom: 82px;
}
.main__achievements {
  margin-bottom: 64px;
}
.main__about {
  margin-top: 64px;
  margin-bottom: 64px;
}
.main__about-cities {
  margin-bottom: 225px !important;
}
.main__about-team {
  margin-bottom: 114px;
}
.main__blog {
  margin-top: 64px;
  margin-bottom: 105px;
}
.main__career {
  margin-top: 64px;
  margin-bottom: 153px;
}
.main__article-header {
  margin-top: 60px;
}

.animated {
  transition: all 0.8s ease;
  position: relative;
  left: -400px;
  opacity: 0;
}

.no-scroll {
  overflow: hidden;
}

.grecaptcha-badge {
  display: none !important;
  bottom: 90px !important;
}

.additional_field {
  position: absolute;
  left: -5000px;
  top: -5000px;
}

@media (max-width: 1650px) {
  .project-container {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
  .project-container {
    padding: 0 40px;
  }
  .main__clients {
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 24px;
  }
  .project-container {
    padding: 0 24px;
  }
  .animated {
    left: 0;
    opacity: 1;
  }
  .main {
    padding-top: 60px;
  }
  .main__clients {
    margin-top: 43px;
    margin-bottom: 39px;
  }
  .main__services {
    margin-bottom: 53px;
  }
  .main__services-dev {
    margin-top: 29px !important;
    margin-bottom: 49px !important;
  }
  .main__services-clients {
    margin-bottom: 55px !important;
  }
  .main__integrations {
    margin-bottom: 0;
  }
  .main__about {
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .main__about-cities {
    margin-bottom: 0 !important;
  }
  .main__about-team {
    margin-bottom: 57px;
  }
  .main__contacts {
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .main__blog {
    margin-top: 24px;
    margin-bottom: 87px;
  }
  .main__career {
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .main__article-header {
    margin-top: 0;
  }
}
.header {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.header__burger-btn {
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header__bar {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, rgba(202, 114, 241, 0.6), rgba(78, 121, 244, 0.6)) 1;
  border-image-slice: 1;
}

.header-white {
  position: relative;
  background-color: #fff;
  color: #263238;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 600px) {
  .header {
    position: fixed;
    background-color: #fff;
    color: #343745 !important;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.15s;
  }
  .header .container {
    padding: 0 20px;
  }
  .header__bar {
    height: 60px;
    border: none !important;
    border-image: none !important;
    border-image-slice: 100% !important;
  }
  .header__burger-btn {
    display: block;
  }
}
.header-info {
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-info__language-select {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Proxima Nova";
  font-weight: 600;
  background: linear-gradient(to right, #fff, #ddd);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.15s;
}
.header-info__language--en {
  background: linear-gradient(to left, #fff, #ddd);
  -webkit-background-clip: text;
}
.header-info__language--active {
  font-family: "Proxima Nova";
  font-weight: 900;
}
.header-info__language--inactive {
  color: #A4A4A4;
}
.header-info__language-line {
  color: #fff;
}

.header-white .header-info__language-select {
  background: linear-gradient(to right, #3C3C3C, #999999);
  -webkit-background-clip: text;
}
.header-white .header-info__language--en {
  background: linear-gradient(to left, #3C3C3C, #999999);
  -webkit-background-clip: text;
}
.header-white .header-info__language-line {
  color: #2E2E2E;
}

@media (max-width: 600px) {
  .header-info {
    display: none;
  }
  .header-info__language-select {
    font-family: "Roboto Flex", sans-serif;
    color: #263238;
    background: none;
    font-weight: 400;
    gap: 10px;
    line-height: 21px;
    opacity: 0;
  }
  .header-info__language--active {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
  }
  .header-info__language--inactive {
    color: #263238;
  }
  .header-info__language-line {
    color: #263238;
  }
}
.navigation {
  height: 57px;
  display: flex;
  align-items: center;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.navigation__list {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navigation__item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex: 1 1 auto;
}
.navigation__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #4E79F4;
  background: linear-gradient(to right, #CA72F1, #4E79F4);
  transition: width 0.3s; /* анимация */
}
.navigation__item a {
  display: flex;
  align-items: center;
  height: 100%;
}
.navigation__item--active {
  font-weight: 500;
}
.navigation__border {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 1px;
  background-color: #4E79F4;
  background: linear-gradient(to right, #CA72F1, #4E79F4);
  transition: width 0.5s, left 0.5s linear; /* анимация */
}

.base-navigation__first-item {
  flex: 0 1 auto;
  padding-right: 60px;
}
.base-navigation__last-item {
  flex: 0 1 auto;
  padding-left: 60px;
}

.fixed-navigation {
  height: 75px;
  background-color: #fff;
  position: fixed;
  top: -200px;
  left: 0;
  transition: top 0.3s;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  z-index: 35;
  width: 100%;
  justify-content: center;
}
.fixed-navigation .container {
  height: 100%;
}
.fixed-navigation .header-info {
  margin-left: 78px;
  gap: 68px;
}
.fixed-navigation .header-info__language-select {
  color: #343745;
}
.fixed-navigation .header-info__language-line {
  color: #A4A4A4;
}
.fixed-navigation .logo {
  margin-right: 5px;
}
.fixed-navigation .logo img {
  width: 52px;
}
.fixed-navigation .logo__text {
  display: none;
}
.fixed-navigation__body {
  display: flex;
  align-items: center;
  width: 1420px;
  height: 100%;
}
.fixed-navigation .navigation__list {
  max-width: 1420px;
}

@media (max-width: 1500px) {
  .fixed-navigation__body {
    width: 100%;
  }
  .fixed-navigation .header-info {
    margin-left: 48px;
  }
  .fixed-navigation .logo {
    margin-right: 15px;
  }
}
@media (max-width: 1300px) {
  .base-navigation__first-item {
    padding-right: 40px;
  }
  .base-navigation__last-item {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .fixed-navigation .header-info {
    margin-left: 15px;
    gap: 30px;
  }
  .fixed-navigation .logo {
    margin-right: 18px;
  }
  .base-navigation__first-item {
    padding-right: 30px;
  }
  .base-navigation__last-item {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .fixed-navigation .header-info__language-select {
    display: none;
  }
}
@media (max-width: 900px) {
  .fixed-navigation .logo {
    display: none;
  }
  .fixed-navigation .call-request-btn {
    padding: 0 12px;
  }
  .fixed-navigation .call-request-btn__text {
    display: none;
  }
  .base-navigation__first-item {
    padding-right: 15px;
  }
  .base-navigation__last-item {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .navigation {
    display: none;
  }
}
.logo {
  display: flex;
  align-items: center;
  gap: 17px;
}
.logo__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.logo__subtitle {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}

@media (max-width: 600px) {
  .logo {
    transition: 0.15s;
  }
  .logo img {
    width: 39px;
    transition: 0.15s;
  }
  .logo__title {
    font-size: 21px;
    line-height: 25px;
  }
  .logo__subtitle {
    font-size: 11px;
    line-height: 13px;
  }
}
.footer {
  background-color: #f9f9f9;
  border-top: 1px solid #d9d9d9;
  padding: 52px 0px 74px 0px;
  color: #343745;
}
.footer .call-request-btn {
  display: none;
}
.footer__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__row {
  display: flex;
  align-items: center;
  gap: 126px;
}
.footer__second-row {
  display: flex;
  align-items: center;
  gap: 134px;
}
.footer__sub {
  font-weight: 300;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__sub-line {
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer__sub-line p {
  width: 138px;
  font-size: 14px;
  line-height: 16px;
}
.footer__sub-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  width: 163px;
  height: 48px;
  border: none;
  border-radius: 8px;
  background-color: #ECECEC;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border 0.3s;
}
.footer__sub-btn:hover {
  border: 1px solid #343745;
}
.footer__sub-btn--small {
  width: 138px;
}
.footer__copyright {
  margin-top: 87px;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .footer__row {
    gap: 56px;
  }
  .footer__second-row {
    gap: 63px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    display: block;
  }
  .footer .call-request-btn {
    display: flex;
    padding: 0px 46px 0px 25px;
    justify-content: center;
  }
  .footer .container {
    padding: 0;
  }
  .footer__body {
    gap: 32px;
  }
  .footer__row {
    height: 118px;
    background-color: #343745;
    padding: 0 24px;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__second-row {
    padding: 0 24px;
    flex-direction: column;
    gap: 49px;
  }
  .footer__sub {
    order: 2;
    width: 100%;
  }
  .footer__sub-line {
    justify-content: space-between;
  }
  .footer .logo img {
    width: 44px;
  }
  .footer .logo__text {
    display: none;
  }
  .footer__copyright {
    margin-top: 15px;
    text-align: center;
    margin: 15px 24px 30px 24px;
    padding-top: 24px;
    border-top: 1px solid #D6D6D6;
  }
}
@media (max-width: 390px) {
  .footer .call-request-btn {
    padding: 0 30px 0 18px;
  }
}
.footer-navigation {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
}
.footer-navigation__link {
  text-transform: uppercase;
  position: relative;
}
.footer-navigation__link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #343745;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.footer-navigation__link:hover:after {
  left: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .footer-navigation {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .footer-navigation {
    display: none;
  }
}
.footer-contacts {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 21px;
  line-height: 25px;
  gap: 75px;
}
.footer-contacts__contact h4 {
  font-weight: 300;
  margin-bottom: 13px;
}
.footer-contacts__phone {
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-contacts__time {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .footer-contacts {
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-contacts__contact {
    flex: 1 1 35%;
  }
}
@media (max-width: 600px) {
  .footer-contacts {
    order: 1;
    font-size: 18px;
    line-height: 21px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: space-between;
    width: 100%;
    gap: 30px 10px;
  }
  .footer-contacts__contact {
    flex: 0 0 45%;
  }
  .footer-contacts__contact h4 {
    margin-bottom: 11px;
  }
  .footer-contacts__phone {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .footer-contacts__time {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 366px) {
  .footer-contacts__phone {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
  }
  .footer-contacts__time {
    font-size: 11px;
    line-height: 13px;
  }
}
.burger-menu {
  z-index: 15;
  position: fixed;
  top: 60px;
  left: 700px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  color: #323232;
  transition: left 0.35s;
  padding: 0 30px;
  overflow-y: auto;
  display: none;
}
.burger-menu__body {
  border-top: 1px solid #E7E7E7;
  padding: 15px 0;
}
.burger-menu__tagline {
  color: #263238;
  font-size: 18px;
  line-height: 21px;
  max-width: 220px;
  margin-bottom: 36px;
}
.burger-menu__nav {
  margin-bottom: 31px;
}
.burger-menu__nav a {
  font-size: 21px;
  line-height: 43px;
  font-weight: 300;
}
.burger-menu__nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 600px) {
  .burger-menu {
    display: block;
  }
}
.blog-pagination {
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
}
.blog-pagination ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-pagination li {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.blog-pagination li a:hover {
  background-color: #343745;
  color: #fff;
}
.blog-pagination .active {
  background-color: #343745;
  color: #fff;
}

.services-navigation {
  position: absolute;
  top: 173px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  color: #fff;
  z-index: 15;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 0;
}
.services-navigation__border {
  background: linear-gradient(to right, rgba(202, 114, 241, 0.35), rgba(78, 121, 244, 0.35));
  width: 100%;
  height: 1px;
}
.services-navigation__border-gray {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e7e7e7;
  height: 1px;
  display: none;
}
.services-navigation__list {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}
.services-navigation__list li {
  position: relative;
}
.services-navigation__list li:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: linear-gradient(to right, #CA72F1, #4E79F4);
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
.services-navigation__list li:hover:after {
  left: 0;
  width: 100%;
}

.fixed-services-navigation {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #263238;
  z-index: 15;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 0px;
}
.fixed-services-navigation__border-gray {
  display: block;
}

.services-navigation-white {
  background-color: #fff;
  color: #263238;
}
.services-navigation-white .services-navigation__list {
  height: 64px;
}
.services-navigation-white .services-navigation__border {
  display: none;
}
.services-navigation-white .services-navigation__border-gray {
  display: block;
}

@media (max-width: 1100px) {
  .services-navigation {
    display: none;
  }
  .fixed-services-navigation {
    display: none;
  }
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(15, 26, 87, 0.8);
  font-size: 14px;
  height: 72px;
  color: #fff;
  padding: 20px;
  display: none;
  justify-content: center;
  z-index: 1000;
}
.cookie-consent__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  gap: 50px;
}
.cookie-consent__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-consent__btn {
  width: 165px;
  height: 40px;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  background-color: #0080FF;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cookie-consent__btn:hover {
  background-color: #0065ca;
}

@media (max-width: 600px) {
  .cookie-consent {
    height: 150px;
  }
  .cookie-consent__body {
    align-items: flex-start;
    gap: 10px;
  }
}
.bg-video {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
  overflow: hidden;
}
.bg-video__video {
  width: 100%;
  height: 873px;
  object-fit: cover;
  object-position: bottom left;
  display: none;
}
.bg-video__placeholder {
  width: 100%;
  height: 873px;
  object-fit: cover;
  object-position: bottom left;
}
.bg-video__content {
  max-width: 1344px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 100px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
  z-index: 2;
}
.bg-video__gradient {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 290px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0.8;
}
.bg-video__ellipse {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: -5px 0 0 -5px;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.6;
  z-index: 1;
}

.pulsate {
  animation: changeColor 3s infinite;
}

.pulsate1 {
  animation: changeColor1 9s infinite;
}

.pulsate2 {
  animation: changeColor2 9s infinite;
}

.pulsate3 {
  animation: changeColor3 9s infinite;
}

@keyframes changeColor {
  0% {
    color: #fff;
  }
  33% {
    color: #4A5CFF;
  }
  66% {
    color: #4A5CFF;
  }
  100% {
    color: #fff;
  }
}
@keyframes changeColor1 {
  0% {
    color: #fff;
  }
  11% {
    color: #4A5CFF;
  }
  22% {
    color: #4A5CFF;
  }
  33%, 100% {
    color: #fff;
  }
}
@keyframes changeColor2 {
  0%, 33% {
    color: #fff;
  }
  44% {
    color: #4A5CFF;
  }
  55% {
    color: #4A5CFF;
  }
  66%, 100% {
    color: #fff;
  }
}
@keyframes changeColor3 {
  0%, 66% {
    color: #fff;
  }
  77% {
    color: #4A5CFF;
  }
  88% {
    color: #4A5CFF;
  }
  100% {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .bg-video {
    position: relative;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .bg-video__video {
    height: 332px;
  }
  .bg-video__placeholder {
    height: 332px;
  }
  .bg-video__content {
    bottom: 25px;
    max-width: 100%;
    font-size: 32px;
    line-height: 39px;
  }
  .bg-video__gradient {
    display: block;
  }
  .bg-video__ellipse {
    display: none;
  }
}
.bg-services {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}
.bg-services__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.bg-services__video {
  display: block;
  width: 100%;
  height: 873px;
  object-fit: cover;
  object-position: center right;
  position: relative;
  z-index: -1;
}
.bg-services__video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 57, 88, 0.3);
  z-index: 1;
}
.bg-services__title {
  position: absolute;
  bottom: 316px;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 75px;
  line-height: 98px;
  font-weight: 600;
}
.bg-services__subtitle {
  position: absolute;
  bottom: 418px;
  color: #fff;
  font-weight: 300;
}
.bg-services__discount {
  padding: 20px;
  background: linear-gradient(to right, rgba(27, 86, 255, 0.5) 0%, rgba(23, 134, 236, 0.5) 66%, rgba(16, 84, 147, 0.5) 100%);
  position: absolute;
  bottom: 43px;
  color: #fff;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}
.bg-services__discount::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: translateX(-1800px) skew(-20deg);
  opacity: 0.3;
  animation: shine 5s linear infinite;
}
.bg-services__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bg-services__info-title {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}
.bg-services__info-subtitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.bg-services__calculate-btn {
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgb(75, 158, 255) 0%, rgb(35, 114, 207) 100%);
  color: #fff;
  border: none;
  border-radius: 250px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.bg-services__calculate-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: translateX(-180px) skew(-20deg);
  transition: transform 0.7s;
  opacity: 0.5;
}
.bg-services__calculate-btn:hover::before {
  transform: translateX(220px) skew(-20deg);
}
.bg-services__buttons {
  position: absolute;
  bottom: 209px;
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.bg-services__buttons-top {
  bottom: 259px;
}
.bg-services__btn {
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  background-color: rgba(123, 123, 123, 0.3);
  color: #fff;
  padding: 9px 20px 8px 20px;
  border: none;
  border-radius: 5px;
  backdrop-filter: blur(7px);
  cursor: pointer;
  transition: 0.5s;
}
.bg-services__btn--active {
  background-color: rgba(78, 121, 244, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(5, 150, 255, 0.35);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(5, 150, 255, 0.35);
  -moz-box-shadow: 0px 0px 4px 0px rgba(5, 150, 255, 0.35);
}
.bg-services__gradient {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 290px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0.8;
}
.bg-services__ellipse {
  position: absolute;
  bottom: 131px;
  left: -80px;
  margin: -5px 0 0 -5px;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.6;
  z-index: -1;
}
.bg-services__get-discount-btn {
  display: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
.bg-services__get-discount-btn img {
  width: 12px !important;
  transform: rotate(45deg);
}

@keyframes shine {
  0% {
    transform: translateX(-1800px) skew(-20deg);
  }
  33%, 66% {
    transform: translateX(2200px) skew(-20deg);
  }
  100% {
    transform: translateX(-1800px) skew(-20deg);
  }
}
@media (max-width: 1200px) {
  .bg-services__ellipse {
    display: none;
  }
  .bg-services__discount {
    left: 40px;
    right: 40px;
  }
  .bg-services__title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .bg-services {
    position: relative;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .bg-services__video {
    height: 332px;
  }
  .bg-services__buttons {
    display: none;
  }
  .bg-services__info {
    display: none;
  }
  .bg-services__info-title {
    display: none;
  }
  .bg-services__info-subtitle {
    display: none;
  }
  .bg-services__calculate-btn {
    display: none;
  }
  .bg-services__title {
    bottom: 65px;
    font-size: 32px;
    line-height: 42px;
    max-width: 200px;
  }
  .bg-services__subtitle {
    bottom: 155px;
    font-size: 18px;
    line-height: 21px;
    max-width: 275px;
  }
  .bg-services__discount {
    width: 340px;
    height: 44px;
    padding: 0;
    padding-left: 24px;
    padding-right: 16px;
    bottom: 0;
    left: 0px;
    background: linear-gradient(to right, rgba(75, 158, 255, 0.9), rgba(35, 114, 207, 0.9));
    border-radius: 0 8px 8px 0;
    backdrop-filter: blur(10px);
    gap: 9px;
  }
  .bg-services__discount::before {
    animation: none;
  }
  .bg-services__discount img {
    width: 31px;
  }
  .bg-services__ellipse {
    display: none;
  }
  .bg-services__gradient {
    display: block;
    z-index: -1;
  }
  .bg-services__get-discount-btn {
    display: flex;
  }
}
.clients-scroll {
  max-width: 100%;
  overflow: hidden;
}
.clients-scroll li {
  display: flex;
  align-items: center;
}
.clients-scroll__container {
  width: max-content;
  display: flex;
  gap: 100px;
  animation: scroll 45s linear infinite;
}
.clients-scroll__logo {
  max-height: 64px;
  max-width: 250px;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 50px));
  }
}
@media (max-width: 600px) {
  .clients-scroll__container {
    gap: 76px;
  }
  @keyframes scroll {
    to {
      transform: translate(calc(-50% - 38px));
    }
  }
}
.services__header {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #343745;
  margin-bottom: 58px;
}
.services__header img {
  animation: moveUpDown 2s infinite;
}
.services__pages {
  display: none;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.services__page-btn {
  background-color: #E7E7E7;
  border-radius: 55px;
  height: 34px;
  border: none;
  padding: 0 18px;
  color: #272727;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.services__page-btn--active {
  background-color: #4A5CFF;
  color: #fff;
}
.services__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services-swiper {
  overflow: visible;
}

.services-swiper-pagination .swiper-pagination-bullet {
  width: 16.66%;
}

.services-page .services__header {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
  margin-top: 64px;
  margin-bottom: 32px;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@media (max-width: 1024px) {
  .services__body {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .services-swiper {
    overflow: hidden;
  }
  .services__header {
    font-weight: 500;
    margin-bottom: 26px;
  }
  .services__header img {
    width: 33px;
  }
  .services__pages {
    display: flex;
  }
  .services__body {
    flex-wrap: nowrap;
    gap: 0;
  }
  .services-page .services__header {
    font-size: 32px;
    line-height: 39px;
    margin-top: 32px;
  }
}
@media (max-width: 385px) {
  .services__page-btn {
    padding: 0 16px;
    font-size: 15px;
    line-height: 18px;
  }
}
.portfolio__header {
  display: flex;
  gap: 16px;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 56px;
}
.portfolio__header h2 {
  color: #343745;
  font-weight: 600;
}
.portfolio__header p {
  color: #4E79F4;
}
.portfolio__body {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
}
.portfolio__more-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.portfolio__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 309px;
  height: 48px;
  border: none;
  background-color: #343745;
  color: #fff;
  border-radius: 250px;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 67px;
  cursor: pointer;
}
.portfolio__more-btn img {
  transition: transform 0.2s;
}
.portfolio__more-btn:hover img {
  transform: rotate(45deg);
}

.projects-page .portfolio__header {
  margin-top: 64px;
  margin-bottom: 32px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
}
.projects-page .portfolio__header p {
  font-size: 30px;
  font-weight: 300;
  margin-top: -11px;
}

.portfolio-swiper-pagination {
  margin-bottom: 27px;
}
.portfolio-swiper-pagination .swiper-pagination-bullet {
  width: 20%;
}

@media (max-width: 600px) {
  .portfolio-container {
    padding-right: 0;
  }
  .portfolio__header {
    display: block;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .portfolio__header h2 {
    font-weight: 500;
  }
  .portfolio__body {
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 0;
  }
  .portfolio__more-btn {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 47px;
    width: 272px;
    height: 42px;
  }
  .portfolio__more-btn img {
    width: 9px;
  }
  .projects-page .portfolio__header {
    margin-top: 32px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
  }
  .projects-page .portfolio__header p {
    margin-top: 0px;
  }
  .projects-page .portfolio-card {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .projects-page .portfolio-card__image {
    width: 100%;
    height: auto;
  }
  .projects-page .portfolio__body {
    flex-direction: column;
    gap: 24px;
  }
}
.integrations__header {
  display: flex;
  gap: 16px;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 35px;
}
.integrations__header h2 {
  color: #343745;
  font-weight: 600;
}
.integrations__header p {
  color: #4E79F4;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
.integrations__body {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.integrations__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
}
.integrations__logo-container:first-child {
  justify-content: flex-start;
}
.integrations__logo-container:last-child {
  width: 140px;
  margin-left: 22px;
}
.integrations__logo-container img {
  max-width: 140px;
  max-height: 40px;
  filter: grayscale(100%);
  transition: filter 0.6s;
}
.integrations__logo-container img:hover {
  filter: grayscale(0%);
}
.integrations__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.integrations-swiper-pagination {
  margin-bottom: 48px;
}
.integrations-swiper-pagination .swiper-pagination-bullet {
  width: 11.11%;
}

@media (max-width: 1175px) {
  .integrations-container {
    padding-right: 0;
  }
  .integrations__body {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .integrations {
    display: block;
  }
  .integrations__header h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
  }
  .integrations__logo-container {
    justify-content: flex-start;
  }
  .integrations__logo-container:first-child {
    margin-right: 0;
  }
  .integrations__logo-container:last-child {
    margin-left: 0;
  }
  .integrations__logo-container img {
    max-width: 130px;
    max-height: 40px;
  }
}
.contacts__header {
  margin-bottom: 51px;
}
.contacts__header h2 {
  font-family: "IBM Plex Sans", sans-serif;
  color: #343745;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contacts__description {
  color: #83879A;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  max-width: 920px;
}
.contacts__description a {
  color: #1E49C6;
  text-decoration: underline;
  cursor: pointer;
}
.contacts__description a:hover {
  text-decoration: none;
}
.contacts__buttons {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.contacts__city-btn {
  padding: 0 28px;
  height: 45px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: #000;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.contacts__city-btn--active {
  font-weight: 300;
  color: #fff;
  background-color: #343745;
  border: 1px solid #343745;
}
.contacts__call-info {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.contacts__call-number {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #343745;
  margin-right: 6px;
}
.contacts__call-btn {
  padding: 0 22px;
  background-color: #DCDCDC;
  color: #737373;
  border-radius: 250px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  border: none;
  height: 36px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.contacts__call-btn-whatsapp:hover {
  background-color: #29ce4e;
  color: #fff;
}
.contacts__call-btn-telegram:hover {
  background-color: #3b97ed;
  color: #fff;
}
.contacts__call-btn--active {
  color: #fff;
  background-color: #343745;
  border: 1px solid #343745;
}
.contacts__call-btn--active:hover {
  color: #343745;
  background-color: transparent;
  border: 1px solid #9B9B9B;
}
.contacts__office-info {
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 40px;
}
.contacts__office-info-section {
  display: flex;
  align-items: center;
  gap: 11px;
}
.contacts__office-info-section a {
  color: #1E49C6;
  text-decoration: underline;
  cursor: pointer;
}
.contacts__office-info-section a:hover {
  text-decoration: none;
}

.contacts-page .swiper-pagination {
  margin-bottom: 64px;
}

#contacts-krasnoyarsk {
  display: none;
}

#contacts-almaty {
  display: none;
}

#contacts-newyork {
  display: none;
}

@media (max-width: 600px) {
  .contacts__header {
    margin-bottom: 40px;
  }
  .contacts__header h2 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .contacts__buttons {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
  }
  .contacts__city-btn {
    font-size: 16px;
    line-height: 19px;
    padding: 0 18px;
    height: 34px;
    border: 1px solid #E7E7E7;
    background-color: #E7E7E7;
  }
  .contacts__city-btn--active {
    font-weight: 300;
    border: 1px solid #343745;
    background-color: #343745;
  }
  .contacts__call-info {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
  }
  .contacts__call-number {
    width: 80%;
  }
  .contacts__office-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .contacts__office-info-section a {
    display: block;
  }
}
.contacts-map {
  position: relative;
  width: 100%;
  height: 689px;
}
.contacts-map__marker {
  cursor: pointer;
  display: block;
  background-color: #ff4433;
  border: 2px solid #fff;
  margin-top: -8px;
  margin-left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.contacts-map__marker::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.15s;
}
.contacts-map__marker:hover::after {
  border-color: rgba(255, 68, 51, 0.3);
}

.marker-tooltip {
  opacity: 1;
  background-color: #ff4433;
  color: #fff;
  text-align: center;
  border-radius: 250px;
  padding: 5px 8px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.15s;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marker-tooltip::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #ff4433;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  .contacts-map {
    display: none;
  }
}
.achievements__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.achievements__card {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  gap: 15px;
}
.achievements__card:hover img {
  animation: bounce 1s;
}
.achievements__card h4 {
  color: #263238;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
.achievements__card p {
  color: #83879A;
  font-weight: 300;
}
.achievements__card-icon {
  max-height: 52px;
}

@media (max-width: 1500px) {
  .achievements__body {
    justify-content: center;
    gap: 15px;
  }
  .achievements__card {
    flex: 0 0 23%;
  }
}
@media (max-width: 600px) {
  .achievements {
    display: none;
  }
}
.services-dev {
  position: relative;
}
.services-dev__header {
  margin-bottom: 72px;
}
.services-dev__header h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #343745;
  margin-bottom: 7px;
}
.services-dev__header-text {
  font-weight: 300;
  max-width: 1105px;
}
.services-dev__header-text a {
  color: #1E49C6;
  text-decoration: underline;
  cursor: pointer;
}
.services-dev__header-text a:hover {
  text-decoration: none;
}
.services-dev__header-text strong {
  font-weight: 600;
}
.services-dev__header-text i {
  font-style: italic;
}
.services-dev__body {
  background-color: #fdfdfd;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 45px 45px 68px 34px;
  -webkit-box-shadow: 4px 4px 0px 1px rgb(225, 233, 255);
  -moz-box-shadow: 4px 4px 0px 1px rgb(225, 233, 255);
  box-shadow: 4px 4px 0px 1px rgb(225, 233, 255);
  position: relative;
}
.services-dev__line1-container {
  position: absolute;
  left: -980px;
  top: 74px;
  z-index: -5;
}
.services-dev__line2-container {
  position: absolute;
  right: 200px;
  top: -48px;
  z-index: -5;
}
.services-dev__line3-container {
  position: absolute;
  right: -15px;
  top: -27px;
  z-index: -5;
}
.services-dev__line {
  fill: #F4F4F4;
}
.services-dev__line-animate {
  animation: blink 4s infinite;
}
.services-dev__button-container {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #858585;
  font-weight: 300;
  margin: 49px 0 0 47px;
}
.services-dev__button-container .portfolio__more-btn {
  flex: 0 0 364px;
  width: 364px;
  margin: 0;
}

.services-dev-cards {
  justify-content: space-between;
  flex-wrap: wrap;
}

@keyframes blink {
  0% {
    fill: #F4F4F4;
  }
  50% {
    fill: rgb(75, 158, 255);
  }
  100% {
    fill: #F4F4F4;
  }
}
.services-dev-card {
  color: #343745;
  font-weight: 300;
  flex: 0 0 23.5%;
  display: flex;
  flex-direction: column;
  height: auto;
  cursor: pointer;
}
.services-dev-card:hover .services-dev-card__price {
  background-color: #343745;
  color: #fff;
}
.services-dev-card:hover .services-dev-card__icon {
  animation: bounce 1s;
}
.services-dev-card:hover .services-dev-card__header-text {
  color: #1E49C6;
}
.services-dev-card__header {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 27px;
  line-height: 32px;
}
.services-dev-card__header-container {
  display: flex;
  width: 100%;
}
.services-dev-card__header-text {
  transition: 0.3s;
  padding-top: 3px;
}
.services-dev-card__header-text .text-tiny {
  display: block;
  font-size: 22px;
  line-height: 26px;
}
.services-dev-card__header-text .text-small {
  display: block;
  font-size: 24px;
  line-height: 29px;
}
.services-dev-card__header-text .text-big {
  display: block;
  font-size: 30px;
  line-height: 35px;
}
.services-dev-card__header-text .text-huge {
  display: block;
  font-size: 33px;
  line-height: 39px;
}
.services-dev-card:nth-child(n+5) {
  margin-top: 75px;
}
.services-dev-card__icon-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 46px;
}
.services-dev-card__icon {
  max-height: 36px;
  max-width: 36px;
}
.services-dev-card__body {
  padding-left: 47px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services-dev-card__line {
  width: 196px;
  height: 2px;
  background-color: #9BA2BF;
  margin-bottom: 20px;
}
.services-dev-card__text {
  font-size: 18px;
  line-height: 21px;
  flex: 1 1 auto;
}
.services-dev-card__text strong {
  font-weight: 600;
}
.services-dev-card__text i {
  font-style: italic;
}
.services-dev-card__text a {
  color: #214AC0;
}
.services-dev-card__text a:hover {
  text-decoration: underline;
}
.services-dev-card__price {
  font-size: 19px;
  line-height: 22px;
  width: 148px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F5FC;
  border-radius: 5px;
  margin-top: 18px;
  transition: 0.35s;
}

.main__services-dev {
  margin-top: 48px;
  margin-bottom: 112px;
}

.services-dev-swiper {
  overflow: visible;
}

.services-dev-container {
  position: relative;
}

@media (max-width: 1200px) {
  .services-dev__line1-container {
    display: none;
  }
  .services-dev__line2-container {
    display: none;
  }
  .services-dev__line3-container {
    display: none;
  }
  .services-dev-card {
    flex: 0 0 47%;
  }
  .services-dev-card:nth-child(3), .services-dev-card:nth-child(4) {
    margin-top: 75px;
  }
}
@media (max-width: 600px) {
  .services-dev__line1-container {
    display: none;
  }
  .services-dev__line2-container {
    display: none;
  }
  .services-dev__line3-container {
    display: none;
  }
  .services-dev__header {
    margin-bottom: 36px;
  }
  .services-dev__header h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .services-dev__body {
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .services-dev .services__pages {
    margin-bottom: 28px;
  }
  .services-dev__button-container {
    display: none;
  }
  .services-dev-card {
    flex: 0 0 100% !important;
  }
  .services-dev-card:nth-child(3), .services-dev-card:nth-child(4) {
    margin-top: 0;
  }
  .services-dev-card:nth-child(n+5) {
    margin-top: 0;
  }
  .services-dev-card__line {
    display: none;
  }
  .services-dev-card__icon {
    max-width: 50px;
    max-height: 50px;
  }
  .services-dev-card__text {
    font-size: 16px;
    line-height: 19px;
  }
  .services-dev-card__header {
    height: 90px;
  }
  .services-dev-card__body {
    padding-left: 0;
  }
  .services-dev-card__price {
    margin-top: 0;
  }
  .services-dev-swiper {
    overflow: hidden;
  }
  .services-dev-cards {
    flex-wrap: nowrap;
  }
}
.services-clients {
  background-color: #343745;
  color: #fff;
  padding: 54px 0px 85px 0px;
  position: relative;
  overflow: hidden;
}
.services-clients__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-clients__body .discuss-modal-container {
  position: relative;
  padding-left: 0;
}
.services-clients__body .discuss-modal {
  position: relative;
  padding: 54px 40px 58px 42px;
  width: 708px;
  top: 0;
}
.services-clients__body .discuss-modal__header img {
  display: none;
}
.services-clients__body .discuss-modal__header-info h3 {
  margin-bottom: 9px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.services-clients__body .discuss-modal__header-info p {
  font-size: 16px;
  line-height: 19px;
  max-width: 330px;
}
.services-clients__body .discuss-modal-shadow {
  left: 28px;
  top: 4px;
  background: #C6C6C6;
}
.services-clients__body .discuss-form textarea {
  height: 142px;
}
.services-clients__trusted {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 2;
  width: 688px;
}
.services-clients__trusted-header {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.services-clients__trusted-header h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.services-clients__trusted-header p {
  color: #ACBEF2;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
.services-clients__logos {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.services-clients__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.services-clients__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
}
.services-clients__logo-container:first-child {
  justify-content: flex-start;
}
.services-clients__logo-container img {
  max-width: 185px;
  max-height: 55px;
}
.services-clients__ellipse1 {
  position: absolute;
  top: -136px;
  left: -360px;
  margin: -5px 0 0 -5px;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.3;
}
.services-clients__ellipse2 {
  position: absolute;
  bottom: -163px;
  left: -122px;
  margin: -5px 0 0 -5px;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.5;
}
.services-clients__client-btn-container {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.services-clients__client-btn-container .portfolio__more-btn {
  margin-bottom: 0;
  width: 229px;
  font-size: 14px;
  line-height: 16px;
}
.services-clients__client-btn-container .portfolio__more-btn img {
  width: 9px;
}

.main__services-clients {
  margin-bottom: 72px;
}

.services-clients-swiper-pagination {
  background-color: #777777 !important;
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.services-clients-swiper-pagination .swiper-pagination-bullet {
  width: 12.5%;
}

.services-clients-swiper {
  display: none;
  z-index: 2;
}

.services-clients-container {
  padding-right: 0;
}

@media (max-width: 1500px) {
  .services-clients__body {
    gap: 0;
  }
  .services-clients__body .discuss-modal-container {
    padding: 0;
    margin: 0;
  }
  .services-clients__body .discuss-modal {
    width: 620px !important;
    left: 0;
  }
  .services-clients__body .discuss-modal-shadow {
    left: 4px;
  }
  .services-clients__logos {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1250px) {
  .services-clients__body .discuss-modal {
    width: 550px !important;
  }
  .services-clients__body .label-line {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1170px) {
  .services-clients__logo-container {
    width: 160px;
  }
  .services-clients__logo-container img {
    max-width: 150px;
    max-height: 45px;
  }
}
@media (max-width: 1100px) {
  .services-clients__body {
    flex-direction: column;
    gap: 60px;
  }
  .services-clients__body .discuss-modal {
    width: 720px !important;
  }
  .services-clients__body .label-line {
    font-size: 17px;
    line-height: 20px;
  }
  .services-clients__trusted {
    width: 720px !important;
  }
  .services-clients__logos {
    gap: 50px;
  }
  .services-clients__logo-container {
    width: 185px;
  }
  .services-clients__logo-container img {
    max-width: 185px;
    max-height: 60px;
  }
}
@media (max-width: 600px) {
  .services-clients {
    padding: 35px 0 31px 0;
    background-image: -webkit-linear-gradient(bottom, rgb(87, 115, 139) 0%, rgb(52, 55, 70) 35%, rgb(52, 55, 70) 65%, rgb(87, 115, 139) 100%);
    background-image: -moz-linear-gradient(to bottom, rgb(87, 115, 139) 0%, rgb(52, 55, 70) 35%, rgb(52, 55, 70) 65%, rgb(87, 115, 139) 100%);
    background-image: -o-linear-gradient(to bottom, rgb(87, 115, 139) 0%, rgb(52, 55, 70) 35%, rgb(52, 55, 70) 65%, rgb(87, 115, 139) 100%);
    background-image: linear-gradient(to bottom, rgb(87, 115, 139) 0%, rgb(52, 55, 70) 35%, rgb(52, 55, 70) 65%, rgb(87, 115, 139) 100%);
  }
  .services-clients__ellipse1 {
    display: none;
  }
  .services-clients__ellipse2 {
    display: none;
  }
  .services-clients .discuss-modal-container {
    display: none;
  }
  .services-clients__logos {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
    flex-direction: row;
  }
  .services-clients__logo-container {
    justify-content: center;
    max-width: 145px;
  }
  .services-clients__logo-container img {
    max-width: 145px;
    max-height: 55px;
  }
  .services-clients__body {
    display: block;
  }
  .services-clients__trusted {
    display: block;
  }
  .services-clients__trusted-header {
    margin-bottom: 38px;
  }
  .services-clients__trusted-header h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
  }
  .services-clients__client-btn-container {
    display: flex;
  }
  .services-clients__logos-desktop {
    display: none;
  }
  .services-clients-swiper {
    display: block;
  }
}
@media (max-width: 385px) {
  .services-clients__trusted-header h2 {
    font-size: 28px;
  }
}
.about__header {
  color: #343745;
  margin-bottom: 60px;
}
.about__header h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 28px;
}
.about__header-description {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}
.about__mission {
  display: flex;
  align-items: center;
  gap: 23px;
}
.about__mission-rect {
  width: 59px;
  height: 191px;
  color: #fff;
  background-color: #343745;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__mission-rotated {
  white-space: nowrap;
  transform: rotate(-90deg);
  position: absolute;
  overflow: hidden;
  border-right: 0.15em solid #fff;
  height: 20px;
  animation: typing 4s steps(20, end) infinite, blink-caret 0.5s step-end infinite;
}
.about__mission-body {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.about__mission-text {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #343745;
  max-width: 605px;
}
.about__specialization {
  color: #343745;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.about__specialization p {
  margin-bottom: 8px;
}
.about__checkmark {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  line-height: 36px;
  font-weight: 300;
}
.about__checkmark svg {
  flex: 0 0 19px;
  width: 19px;
  height: 27px;
  fill: #343745;
  padding-top: 8px;
}

@keyframes typing {
  0% {
    width: 0;
  }
  33% {
    width: 9.5%;
  }
  100% {
    width: 9.5%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
}
#checkmark1 {
  animation: changeCheckmarkColor1 6s infinite;
}

#checkmark2 {
  animation: changeCheckmarkColor2 6s infinite;
}

#checkmark3 {
  animation: changeCheckmarkColor3 6s infinite;
}

@keyframes changeCheckmarkColor1 {
  0% {
    fill: #343745;
  }
  22% {
    fill: #1E49C6;
  }
  77% {
    fill: #1E49C6;
  }
  100% {
    fill: #343745;
  }
}
@keyframes changeCheckmarkColor2 {
  0%, 22% {
    fill: #343745;
  }
  44% {
    fill: #1E49C6;
  }
  77% {
    fill: #1E49C6;
  }
  100% {
    fill: #343745;
  }
}
@keyframes changeCheckmarkColor3 {
  0%, 44% {
    fill: #343745;
  }
  66% {
    fill: #1E49C6;
  }
  77% {
    fill: #1E49C6;
  }
  100% {
    fill: #343745;
  }
}
@media (max-width: 1280px) {
  .about__mission-body {
    align-items: center;
  }
  .about__mission-rect {
    flex: 0 0 59px;
  }
  .about__mission-text {
    flex: 1 1 auto;
  }
  .about__specialization {
    flex: 0 0 400px;
  }
  @keyframes typing {
    0% {
      width: 0;
    }
    33% {
      width: 11%;
    }
    100% {
      width: 11%;
    }
  }
}
@media (max-width: 1050px) {
  .about__mission-text {
    font-size: 18px;
    line-height: 21px;
  }
  @keyframes typing {
    0% {
      width: 0;
    }
    33% {
      width: 14%;
    }
    100% {
      width: 14%;
    }
  }
}
@media (max-width: 900px) {
  @keyframes typing {
    0% {
      width: 0;
    }
    33% {
      width: 16%;
    }
    100% {
      width: 16%;
    }
  }
}
@media (max-width: 750px) {
  @keyframes typing {
    0% {
      width: 0;
    }
    33% {
      width: 19%;
    }
    100% {
      width: 19%;
    }
  }
}
@media (max-width: 600px) {
  .about__specialization {
    flex: auto;
  }
  .about__header {
    margin-bottom: 32px;
  }
  .about__header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .about__header-description {
    font-size: 28px;
    line-height: 36px;
  }
  .about__mission {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .about__mission-rect {
    color: #343745;
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    background-color: #fff;
    height: auto;
    width: auto;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .about__mission-rotated {
    transform: rotate(0deg);
    animation: none;
    overflow: visible;
    height: auto;
    position: relative;
    height: auto;
  }
  .about__mission-body {
    flex-direction: column;
    gap: 25px;
  }
  .about__specialization p {
    margin-bottom: 16px;
  }
}
.about-cities {
  max-width: 1658px;
  background-color: #F9F9F9;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  padding-top: 105px;
  padding-bottom: 179px;
  position: relative;
}
.about-cities__image {
  border-radius: 8px;
  transition: all 0.25s;
}
.about-cities__image:hover {
  -webkit-box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  -moz-box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
}
.about-cities__body {
  display: flex;
  align-items: flex-start;
  gap: 46px;
}
.about-cities__location h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #343745;
}
.about-cities__location .contacts__office-info {
  gap: 30px;
  flex-wrap: wrap;
  max-width: 600px;
}
.about-cities__location .contacts__office-info-section-address {
  margin-right: 18px;
}
.about-cities__location-mobile {
  display: none;
}

@media (max-width: 600px) {
  .about-cities {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background-color: transparent;
  }
  .about-cities__body {
    flex-direction: column;
    gap: 34px;
  }
  .about-cities__image {
    width: 100%;
  }
  .about-cities__location {
    margin-bottom: 63px;
  }
  .about-cities__location h2 {
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
  }
  .about-cities__location-desktop {
    display: none;
  }
  .about-cities__location-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .about-cities__location-mobile img {
    width: 33px;
  }
  .about-cities .contacts__office-info {
    gap: 8px;
  }
}
.about-cards {
  position: absolute;
  left: 0;
  bottom: -130px;
  width: 100%;
}
.about-cards__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-card {
  width: 325px;
  height: 240px;
  background-color: #343745;
  color: #fff;
  border-radius: 8px;
  padding: 27px 15px 4px 30px;
  transition: all 0.25s;
}
.about-card:hover {
  -webkit-box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  -moz-box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
}
.about-card:hover .about-card__icon {
  animation: bounce 1s;
}
.about-card__icon-container {
  margin-bottom: 4px;
  height: 52px;
  display: flex;
  align-items: center;
}
.about-card__icon {
  max-height: 52px;
}
.about-card__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-card__text {
  font-weight: 300;
}

.achievements-swiper-pagination {
  margin-top: 37px !important;
  margin-bottom: 44px;
}
.achievements-swiper-pagination .swiper-pagination-bullet {
  width: 25%;
}

.achievements-swiper {
  overflow: visible;
}

.contacts-page .about-cards {
  display: none;
}

@media (max-width: 1400px) {
  .achievements-swiper {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .about-cards {
    position: relative;
    bottom: 0;
  }
  .about-card {
    transition: none;
  }
  .about-card:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .achievements-container {
    padding-right: 0;
  }
  .contacts-page .about-cards {
    display: block;
  }
}
.about-team__header {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #343745;
  margin-bottom: 53px;
}
.about-team__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 51px;
}
.about-team__card {
  max-width: 240px;
}
.about-team__photo {
  width: 240px;
  height: 240px;
  border-radius: 8px;
  margin-bottom: 26px;
  object-fit: cover;
}
.about-team__name {
  color: #343745;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}
.about-team__job-title {
  color: #848484;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.about-team__navigation {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.about-team__navigation img {
  cursor: pointer;
  position: static !important;
}

@media (max-width: 600px) {
  .about-team__card {
    max-width: 100%;
  }
  .about-team__header {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  .about-team__body {
    margin-bottom: 0;
  }
  .about-team__card {
    width: auto;
  }
  .about-team__photo {
    width: 325px;
    height: 321px;
    margin-bottom: 18px;
  }
  .about-team__navigation {
    display: none;
  }
  .about-team-container {
    padding-right: 0;
  }
}
.reviews-header {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
  margin-top: 64px;
  margin-bottom: 74px;
  color: #343745;
}

.reviews-page .about-cards {
  position: relative;
  bottom: 0;
  margin-top: 72px;
  margin-bottom: 116px;
}

.reviews__body {
  display: flex;
  align-items: stretch;
}
.reviews__white-linear {
  width: 52px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 24px;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transition: opacity 0.3s;
}
.reviews__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 81px;
}
.reviews .portfolio__more-btn {
  margin: 0;
}

.review-card {
  width: 1168px;
  padding: 49px 83px 41px 42px;
  border: 1px solid #8E93A8;
  border-radius: 8px;
  color: #343745;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: auto;
}
.review-card__text {
  flex: 1 1 auto;
}
.review-card__text a {
  color: #1E49C6;
}
.review-card__text a:hover {
  text-decoration: underline;
}
.review-card__text h2 {
  font-size: 30px;
  line-height: 40px;
}
.review-card__text h3 {
  font-size: 27px;
  line-height: 36px;
}
.review-card__text h4 {
  font-size: 24px;
  line-height: 32px;
}
.review-card__text strong {
  font-weight: 600;
}
.review-card__text i {
  font-style: italic;
}
.review-card__line {
  width: 785px;
  height: 1px;
  margin: 32px 0;
  background: linear-gradient(to right, #D4D4D4, #FFFFFF);
}
.review-card__info {
  display: flex;
  align-items: center;
  gap: 50px;
}
.review-card__logo-container {
  height: 60px;
  display: flex;
  align-items: center;
}
.review-card__logo {
  max-width: 180px;
  max-height: 60px;
}
.review-card__customer-job {
  color: #898989;
  font-size: 16px;
  line-height: 19px;
}
.review-card__next-btn {
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.reviews-swiper-pagination {
  margin-top: 37px !important;
  margin-bottom: 113px;
}
.reviews-swiper-pagination .swiper-pagination-bullet {
  width: 33.33%;
}

@media (max-width: 1400px) {
  .review-card {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .reviews {
    margin-top: 79px;
  }
  .reviews__white-linear {
    display: none;
  }
  .reviews__navigation {
    display: none;
  }
  .reviews-header {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .reviews-page .about-cards {
    margin-top: 0;
    margin-bottom: 0;
  }
  .review-card {
    width: 100%;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    border: none;
  }
  .review-card__text {
    order: 2;
  }
  .review-card__line {
    display: none;
  }
  .review-card__info {
    flex-direction: column;
    gap: 13px;
    margin-bottom: 42px;
    order: 1;
    align-items: flex-start;
  }
  .review-card__customer-name {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 21px;
  }
  .review-card__customer-job {
    font-size: 15px;
    line-height: 18px;
  }
  .review-card__next-btn {
    display: none;
  }
}
.project-banner__body {
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: relative;
}
.project-banner__image {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: bottom left;
  z-index: -1;
}
.project-banner__content {
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}
.project-banner__info {
  font-weight: 300;
}
.project-banner__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .project-banner__image {
    height: 400px;
  }
  .project-banner__content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .project-banner__title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
  }
  .project-banner-container {
    padding: 0;
  }
}
.project-content {
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  color: #343745;
}
.project-content__image {
  width: 100%;
}
.project-content__container {
  padding: 70px 0;
  max-width: 800px;
  margin: 0 auto;
}
.project-content__header {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 44px;
  font-weight: 600;
}
.project-content__small-image {
  margin-bottom: 20px;
}
.project-content__video {
  width: 100%;
  height: 700px;
}
.project-content__body {
  padding-top: 70px;
}
.project-content__body img {
  margin: 8px 0;
  max-width: 100%;
  height: auto;
}
.project-content__body .image {
  margin: 70px 0;
  width: 100%;
  position: relative;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.project-content__body .image img {
  width: 100%;
  height: auto;
}
.project-content__body a {
  color: #214AC0;
}
.project-content__body a:hover {
  text-decoration: underline;
}
.project-content__body p {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
}
.project-content__body ul {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  padding-left: 1em;
  list-style-type: disc;
}
.project-content__body ol {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  padding-left: 1em;
  list-style-type: decimal;
}
.project-content__body h2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 35px;
  line-height: 44px;
  max-width: 800px;
}
.project-content__body h3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  line-height: 39px;
  max-width: 800px;
}
.project-content__body h4 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 29px;
  line-height: 35px;
  max-width: 800px;
}
.project-content__body strong {
  font-weight: 600;
}
.project-content__body i {
  font-style: italic;
}
.project-content__body .media {
  width: 100%;
  left: 0;
  margin: 70px 0;
  position: relative;
}

.image-style-side {
  display: block;
  width: 49% !important;
  border-radius: 5px;
  margin: 0 !important;
}
.image-style-side img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.image_resized {
  height: auto;
}

.project-screens-wrapper {
  margin: 70px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project-column-wrapper {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-column-wrapper .image-style-side {
  width: 100% !important;
}

.project-text-container {
  max-width: 1648px;
  margin: 0 auto;
  padding: 0 24px;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 1650px) {
  .project-text-container {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .project-text-container {
    padding: 0 40px;
  }
}
@media (max-width: 1060px) {
  .project-screens-wrapper {
    gap: 10px;
  }
  .image-style-side {
    width: 48% !important;
  }
}
@media (max-width: 600px) {
  .project-text-container {
    padding: 0 24px;
  }
  .project-column-wrapper {
    flex: 0 0 48%;
    gap: 15px;
  }
  .project-screens-wrapper {
    margin: 40px 0;
  }
  .project-content {
    font-size: 16px;
    line-height: 22px;
  }
  .project-content__header {
    font-size: 28px;
    line-height: 34px;
  }
  .project-content__container {
    padding: 40px 0;
  }
  .project-content__video {
    height: 300px;
  }
  .project-content__body {
    padding-top: 40px;
  }
  .project-content__body .image {
    margin: 40px 0;
  }
  .project-content__body .media {
    margin: 40px 0;
  }
  .image-style-side {
    border-radius: 2px !important;
  }
  .image-style-side img {
    border-radius: 2px !important;
  }
}
.blog__header {
  color: #343745;
  margin-bottom: 40px;
}
.blog__header h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
}

.blog-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 100px;
}

.blog-card {
  width: 440px;
  color: #343745;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.blog-card:nth-child(1), .blog-card:nth-child(2), .blog-card:nth-child(3) {
  margin-bottom: 59px;
}
.blog-card__preview {
  margin-bottom: 20px;
  width: 100%;
  height: 221px;
  object-fit: cover;
  border-radius: 8px;
}
.blog-card__title {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
}
.blog-card__text {
  font-size: 18px;
  line-height: 21px;
  flex: 1 1 auto;
}
.blog-card__info {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-card__info a:hover {
  text-decoration: underline;
}
.blog-card__info-line {
  background-color: #343745;
  width: 2px;
  height: 19px;
}

@media (max-width: 1500px) {
  .blog-card {
    width: auto;
    flex: 0 0 30%;
  }
}
@media (max-width: 1200px) {
  .blog-card {
    flex: 0 0 47%;
  }
  .blog-card:nth-child(1), .blog-card:nth-child(2), .blog-card:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .blog-cards {
    justify-content: space-between;
  }
  .blog-card {
    flex: 0 0 45%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .blog__header {
    margin-bottom: 17px;
  }
  .blog__header h2 {
    font-size: 32px;
  }
  .blog-cards {
    margin-bottom: 60px;
    gap: 67px;
  }
  .blog-card {
    flex: auto;
  }
  .blog-card:nth-child(1), .blog-card:nth-child(2), .blog-card:nth-child(3) {
    margin-bottom: 0;
  }
  .blog-card:last-child {
    margin-bottom: 0;
  }
  .blog-card__preview {
    height: 168px;
    margin-bottom: 25px;
  }
  .blog-card__info {
    margin-top: 25px;
  }
}
.career__header {
  color: #343745;
  margin-bottom: 40px;
}
.career__header h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
}

.job {
  font-weight: 300;
  color: #343745;
}
.job__title {
  font-size: 50px;
  line-height: 60px;
}
.job__requirements {
  padding-left: 54px;
  max-width: 950px;
  margin-bottom: 50px;
}
.job__header {
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}
.job__list {
  font-size: 21px;
  line-height: 36px;
  padding-left: 1em;
  list-style-type: disc;
}
.job__info {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 53px;
  height: 70px;
  background-color: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.job__info a {
  color: #1E49C6;
}
.job__info a:hover {
  text-decoration: underline;
}
.job__body {
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
  max-width: 950px;
}
.job__body p {
  padding-left: 54px;
}
.job__body h2 {
  padding-left: 0;
  font-size: 50px;
  line-height: 60px;
}
.job__body h3 {
  padding-left: 54px;
  font-size: 30px;
  line-height: 37px;
}
.job__body h4 {
  font-size: 25px;
  padding-left: 54px;
}
.job__body strong {
  font-weight: 500;
}
.job__body ul {
  padding-left: calc(54px + 1em);
  list-style-type: disc;
}
.job__body ol {
  padding-left: calc(54px + 1em);
  list-style-type: decimal;
}
.job__body a {
  color: #1E49C6;
}
.job__body a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .career__header {
    margin-bottom: 17px;
  }
  .career__header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .job__body {
    font-size: 16px;
    line-height: 24px;
  }
  .job__body p {
    padding-left: 0px;
  }
  .job__body h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .job__body h3 {
    padding-left: 0px;
    font-size: 21px;
    line-height: 30px;
  }
  .job__body h4 {
    font-size: 18px;
    padding-left: 0px;
  }
  .job__body strong {
    font-weight: 500;
  }
  .job__body ul {
    padding-left: 1em;
    list-style-type: disc;
  }
  .job__body ol {
    padding-left: 1em;
    list-style-type: decimal;
  }
  .job__info {
    height: auto;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 24px;
  }
}
.article-header {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: #343745;
}
.article-header__body {
  max-width: 800px;
  margin: 0 auto;
}
.article-header__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 4px;
}
.article-header__date {
  font-size: 15px;
  line-height: 18px;
  color: #8B8C92;
  margin-bottom: 29px;
}
.article-header__description {
  margin-bottom: 0;
}
.article-header img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.article-content {
  margin-bottom: 100px;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  color: #343745;
}
.article-content__image {
  width: 100%;
}
.article-content__container {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}
.article-content__header {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 44px;
  font-weight: 600;
}
.article-content__small-image {
  margin-bottom: 20px;
}
.article-content__video {
  width: 100%;
  height: 700px;
}
.article-content__body {
  padding-top: 0;
}
.article-content__body img {
  margin: 8px 0;
  max-width: 100%;
  height: auto;
}
.article-content__body .image {
  margin: 50px 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.article-content__body .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.article-content__body a {
  color: #214AC0;
}
.article-content__body a:hover {
  text-decoration: underline;
}
.article-content__body p {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
}
.article-content__body h2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 35px;
  line-height: 44px;
  max-width: 800px;
}
.article-content__body h3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  line-height: 39px;
  max-width: 800px;
}
.article-content__body h4 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 29px;
  line-height: 35px;
  max-width: 800px;
}
.article-content__body ul {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 1em;
  list-style-type: disc;
  max-width: 800px;
}
.article-content__body ol {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 1em;
  list-style-type: decimal;
  max-width: 800px;
}
.article-content__body strong {
  font-weight: 600;
}
.article-content__body i {
  font-style: italic;
}
.article-content__body .media {
  width: 100%;
  left: 0;
  margin: 50px 0;
  position: relative;
}

.image-style-side {
  display: block;
  width: 49% !important;
  border-radius: 5px;
  margin: 0 !important;
}
.image-style-side img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.image_resized {
  height: auto;
}

.project-screens-wrapper {
  margin: 50px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project-column-wrapper {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-column-wrapper .image-style-side {
  width: 100% !important;
}

.article-text-container {
  max-width: 1468px;
  margin: 0 auto;
  padding: 0 24px;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 1500px) {
  .article-text-container {
    padding: 0 40px;
    max-width: 100%;
  }
}
@media (max-width: 1060px) {
  .project-screens-wrapper {
    gap: 10px;
  }
  .image-style-side {
    width: 48% !important;
  }
}
@media (max-width: 600px) {
  .article-text-container {
    padding: 0 24px;
  }
  .project-column-wrapper {
    flex: 0 0 48%;
    gap: 15px;
  }
  .project-screens-wrapper {
    margin: 40px 0;
  }
  .article-content {
    font-size: 16px;
    line-height: 22px;
  }
  .article-content__header {
    font-size: 28px;
    line-height: 34px;
  }
  .article-content__container {
    padding: 40px 0;
  }
  .article-content__video {
    height: 300px;
  }
  .article-content__body .image {
    margin: 40px 0;
  }
  .article-content__body .image img {
    border-radius: 2px;
  }
  .article-content__body .media {
    margin: 40px 0;
  }
}
.similar-articles__header {
  display: flex;
  gap: 13px;
  margin-bottom: 62px;
}
.similar-articles__header h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #343745;
}
.similar-articles__header p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: #4E79F4;
}
.similar-articles .blog-cards {
  margin-bottom: 160px;
}
.similar-articles .blog-card:nth-child(1), .similar-articles .blog-card:nth-child(2), .similar-articles .blog-card:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .similar-articles__header {
    flex-direction: column;
    gap: 0;
  }
}
.privacy-policy {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  color: #343745;
}
.privacy-policy a {
  color: #214AC0;
}
.privacy-policy a:hover {
  text-decoration: underline;
}
.privacy-policy__body {
  margin-top: 20px;
  margin-bottom: 100px;
}
.privacy-policy__section-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .privacy-policy {
    font-size: 16px;
    line-height: 22px;
  }
  .privacy-policy__body {
    margin-bottom: 50px;
  }
  .privacy-policy__section-title {
    font-size: 22px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.swiper-pagination {
  display: none;
  position: relative;
  margin-top: 24px;
  background-color: #EEEEEE;
  height: 3px;
  bottom: 0 !important;
  top: 0 !important;
  padding: 0 4px;
}

.swiper-pagination-bullet {
  background-color: #4A5CFF;
  position: relative;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  display: block;
  opacity: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 600px) {
  .swiper-pagination {
    display: flex;
  }
}
.services-card {
  width: 458px;
  height: 400px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 15px;
  color: #3C3C3C;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(232, 232, 232);
  -moz-box-shadow: 0px 0px 0px 0px rgb(232, 232, 232);
  box-shadow: 0px 0px 0px 0px rgb(232, 232, 232);
  transition: all 0.25s;
  cursor: pointer;
}
.services-card:nth-child(4), .services-card:nth-child(5), .services-card:nth-child(6) {
  margin-top: 27px;
}
.services-card:hover {
  -webkit-box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  -moz-box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  box-shadow: 4px 4px 0px 1px rgb(232, 232, 232);
  color: #0C0C0C;
}
.services-card:hover .services-card__more-btn img {
  transform: rotate(45deg);
}
.services-card:hover .services-card__icon {
  animation: bounce 1s;
}
.services-card__header {
  display: flex;
  align-items: center;
  height: 70px;
}
.services-card__icon-container {
  min-width: 67px;
}
.services-card__icon {
  width: 55px;
  max-height: 60px;
  transition: transform 0.3s ease;
}
.services-card__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 68px;
}
.services-card__name {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #272727;
}
.services-card__text {
  font-weight: 300;
  flex: 1 1 auto;
}
.services-card__text strong {
  font-weight: 600;
}
.services-card__text i {
  font-style: italic;
}
.services-card__text a {
  color: #214AC0;
}
.services-card__text a:hover {
  text-decoration: underline;
}
.services-card__more-btn {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.services-card__more-btn img {
  transition: transform 0.25s;
}

@keyframes bounce {
  0%, 10%, 30%, 55%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-12px);
  }
  40% {
    transform: translateY(-6px);
  }
}
@media (max-width: 1500px) {
  .services-card {
    width: auto;
    height: auto;
    flex: 0 0 32.5%;
  }
  .services-card__name {
    font-size: 25px;
    line-height: 29px;
  }
  .services-card__text {
    font-size: 15px;
    line-height: 18px;
  }
  .services-card__icon {
    width: 48px;
    max-height: 52px;
  }
  .services-card__more-btn {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .services-card {
    flex: 1 1 35%;
  }
  .services-card:nth-child(4), .services-card:nth-child(5), .services-card:nth-child(6) {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .services-card {
    border: none;
    padding: 0;
    width: 100%;
    height: auto;
    color: #0C0C0C;
    flex: 0 0 auto;
  }
  .services-card:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .services-card__info {
    padding-left: 0;
  }
  .services-card__more-btn {
    padding-top: 32px;
  }
  .services-card__more-btn img {
    transform: rotate(45deg);
  }
}
.portfolio-card {
  padding: 25px 22px 22px 32px;
  position: relative;
  width: 458px;
  height: 458px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Roboto Flex", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.portfolio-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(55, 69, 78);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 5px;
}
.portfolio-card:hover::before {
  opacity: 0.7;
}
.portfolio-card:hover .portfolio-card__description {
  opacity: 1;
}
.portfolio-card:hover .portfolio-card__tag {
  opacity: 1;
}
.portfolio-card__image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0px);
  transition: filter 0.3s;
  z-index: -1;
}
.portfolio-card__title {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  transition: color 0.3s;
}
.portfolio-card__title:hover {
  color: #ffa030;
}
.portfolio-card__description {
  position: relative;
  z-index: 2;
  font-size: 17px;
  line-height: 22px;
  flex: 1 1 auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.portfolio-card__description strong {
  font-weight: 600;
}
.portfolio-card__description i {
  font-style: italic;
}
.portfolio-card__description a {
  color: #214AC0;
}
.portfolio-card__description a:hover {
  text-decoration: underline;
}
.portfolio-card__tags {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.portfolio-card__tag {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 0 12px;
  height: 32px;
  opacity: 1;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.portfolio-card:hover .portfolio-card__image {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.portfolio-card--long {
  width: 939px;
}
.portfolio-card--long .portfolio-card__image {
  width: 100%;
  height: 100%;
}

@media (max-width: 1500px) {
  .portfolio-card {
    width: auto;
    height: 399px;
    flex: 1 1 32%;
  }
  .portfolio-card--long {
    flex: 1 1 calc(66% - 1px) !important;
  }
}
@media (max-width: 600px) {
  .portfolio-card {
    width: 327px;
    height: 327px;
    padding-left: 28px;
    flex: 0 0 auto;
  }
  .portfolio-card:nth-child(3), .portfolio-card:nth-child(4), .portfolio-card:nth-child(5) {
    margin-top: 0;
  }
  .portfolio-card__title {
    font-size: 21px;
    line-height: 25px;
  }
  .portfolio-card__tag {
    opacity: 1;
    font-size: 12px;
    line-height: 14px;
  }
  .portfolio-card__image {
    width: 327px;
    height: 327px;
    object-fit: cover;
  }
  .portfolio-card__image-left {
    object-position: left bottom;
  }
  .portfolio-card__image-right {
    object-position: right bottom;
  }
  .portfolio-card--long {
    flex: 0 0 auto !important;
  }
}
.call-request-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  border: none;
  border-radius: 250px;
  background-color: #C872F1;
  background-image: linear-gradient(to right, #C872F1, #5852EE);
  padding: 0px 24px 0px 16px;
  height: 43px;
  overflow: hidden;
  position: relative;
}
.call-request-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: translateX(-180px) skew(-20deg);
  transition: transform 0.8s;
  opacity: 0.6;
}
.call-request-btn:hover::before {
  transform: translateX(220px) skew(-20deg);
}

.hamburger {
  display: none !important;
  padding: 0 !important;
}
.hamburger .is-active:hover {
  opacity: 1 !important;
}
.hamburger:hover {
  opacity: 1 !important;
}

.hamburger-box {
  width: 32px;
  display: flex !important;
  align-items: center;
}

.hamburger-inner {
  background-color: #263238 !important;
  width: 24px !important;
  height: 3px !important;
  right: 0;
}
.hamburger-inner::before {
  background-color: #263238 !important;
  width: 32px !important;
  height: 3px !important;
  right: 0 !important;
}
.hamburger-inner::after {
  right: 0;
  background-color: #263238 !important;
  width: 18px;
  height: 3px !important;
}

.hamburger.is-active .hamburger-inner::after {
  width: 24px;
}

.modal__burger-btn-js {
  display: none;
}

@media (max-width: 600px) {
  .hamburger {
    display: inline-block !important;
  }
}
.primary-modal {
  position: fixed;
  top: -1000px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #fff;
  border-radius: 8px;
  height: fit-content;
  width: fit-content;
  display: flex;
  transition: all 0.7s;
  overflow: hidden;
}
.primary-modal__client-image {
  border-radius: 8px 0 0 8px;
}
.primary-modal__body {
  padding: 39px 48px 46px 38px;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.primary-modal__header {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.primary-modal__header-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.primary-modal__header-text {
  transition: opacity 0.35s;
}
.primary-modal__header-info {
  width: 100%;
}
.primary-modal__header-info h3 {
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 9px;
}
.primary-modal__header-info p {
  color: #7C7C7C;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.primary-modal__close-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.primary-modal__posted-container {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 48px 0px 38px;
  opacity: 0;
  transition: opacity 0.35s;
  z-index: -1;
}
.primary-modal__success-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.primary-modal__success {
  display: none;
  flex: 1 1 auto;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  width: 100%;
  margin-bottom: 150px;
}
.primary-modal__success p {
  color: #676767;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.primary-modal__success-icon {
  background-color: #2DD95D;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  border-radius: 5px;
}
.primary-modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.primary-modal-shadow {
  position: fixed;
  top: -1008px;
  left: calc(50% + 8px);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  background: linear-gradient(to bottom, #BF6FF0, #6254EE);
  z-index: 99;
  border-radius: 8px;
  transition: all 0.7s;
}

.primary-modal-blur {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(7px);
  z-index: 98;
  display: none;
}

.primary-modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: all 0.35s;
}
.primary-modal-form__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 21px;
}
.primary-modal-form input, .primary-modal-form textarea {
  height: 49px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  background-color: #F2F2F2;
  border-radius: 3px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid transparent;
  outline: 3px solid transparent;
  transition: 0.2s ease;
}
.primary-modal-form input:focus, .primary-modal-form textarea:focus {
  border: 1px solid #6254EE;
  outline: 3px solid rgba(98, 84, 238, 0.3);
}
.primary-modal-form input::placeholder, .primary-modal-form textarea::placeholder {
  color: #7D8193;
}
.primary-modal-form textarea {
  resize: none;
  padding: 20px;
  height: 142px;
  width: 100%;
}
.primary-modal-form__input-error {
  border: 1px solid #f14242 !important;
}
.primary-modal-form__btn {
  font-family: "Roboto Flex", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #343745;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #9B9B9B;
  border-radius: 250px;
  min-width: 188px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.primary-modal-form__btn svg {
  width: 18px;
  height: 18px;
  fill: #343745;
  transition: 0.3s;
}
.primary-modal-form__btn:hover {
  background-color: #343745;
  border: 1px solid #343745;
  color: #fff;
}
.primary-modal-form__btn:hover svg {
  fill: #fff;
}
.primary-modal-form__btn--submit {
  color: #fff;
  background-color: #343745;
  border: 1px solid #343745;
  font-size: 15px;
  line-height: 18px;
  min-width: 149px;
  width: 149px;
}
.primary-modal-form__btn--close {
  width: 307px;
  display: none;
}
.primary-modal-form__attach {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.primary-modal-form__attach p {
  color: #A5A5A5;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  word-wrap: break-word;
  max-width: calc(100% - 206px);
}
.primary-modal-form__submit {
  display: flex;
  align-items: center;
  gap: 57px;
}
.primary-modal-form__submit p {
  color: #343745;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  max-width: 360px;
}
.primary-modal-form__submit p a {
  color: #1E49C6;
  text-decoration: none;
}
.primary-modal-form__submit p a:hover {
  text-decoration: underline;
}

#modalInputAttachment {
  display: none;
}

#modalMobileAttachment {
  display: none;
}

@media (max-width: 1170px) {
  .primary-modal__client-image {
    width: 250px;
    object-fit: cover;
  }
}
.primary-modal-mobile {
  z-index: 15;
  position: fixed;
  top: 60px;
  left: -700px;
  background-color: #fff;
  color: #343745;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  display: none;
  transition: left 0.35s;
}
.primary-modal-mobile__header {
  height: 92px;
  background: linear-gradient(to right, #5A45EC, #38A0FA);
  padding: 16px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.primary-modal-mobile__discuss h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 2px;
}
.primary-modal-mobile__discuss p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}
.primary-modal-mobile__agreement {
  background-color: #343745;
  padding: 16px 30px 150px 30px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}
.primary-modal-mobile__agreement a {
  color: #6688EA;
  text-decoration: underline;
}
.primary-modal-mobile__agreement a:hover {
  text-decoration: none;
}

.primary-modal-mobile-form {
  padding: 0 30px;
  position: relative;
  transition: opacity 0.35s;
}
.primary-modal-mobile-form__form-group {
  margin-bottom: 16px;
}
.primary-modal-mobile-form__form-group label {
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  margin-bottom: 9px;
}
.primary-modal-mobile-form__form-group label span {
  color: #F15642;
}
.primary-modal-mobile-form__form-group input {
  width: 100%;
  border: 1px solid #BAC2D8;
  border-radius: 3px;
  height: 44px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.primary-modal-mobile-form__form-group input:focus {
  outline: none;
}
.primary-modal-mobile-form .primary-modal-form__attach {
  margin-top: 20px;
  margin-bottom: 21px;
}
.primary-modal-mobile-form .primary-modal-form__submit {
  margin-bottom: 18px;
}
.primary-modal-mobile-form__attach-maxsize {
  font-size: 12px !important;
  line-height: 14px !important;
}
.primary-modal-mobile-form__input-error {
  border: 1px solid #f14242 !important;
}

.primary-modal-mobile-loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.primary-modal-mobile-success-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.35s;
  display: flex;
  align-items: center;
  padding: 0 30px;
  gap: 16px;
  z-index: -1;
}

@media (max-width: 600px) {
  .primary-modal-mobile {
    display: block;
  }
}
.discuss-modal-container {
  max-width: 1468px;
  padding: 0 24px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.discuss-modal {
  position: absolute;
  top: 42px;
  left: 24px;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 39px 48px 46px 38px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.discuss-modal__header {
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.discuss-modal__header-info h3 {
  color: #343745;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.discuss-modal__header-info p {
  color: #585858;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.discuss-modal__posted-container {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 48px 0px 38px;
  opacity: 0;
  transition: opacity 0.35s;
  z-index: -1;
}
.discuss-modal__success-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.discuss-modal__success {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  width: 100%;
  margin-bottom: 150px;
}
.discuss-modal__success p {
  color: #676767;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.discuss-modal__success-icon {
  background-color: #2DD95D;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  border-radius: 5px;
}
.discuss-modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.discuss-modal-shadow {
  position: absolute;
  top: 47px;
  left: 29px;
  width: 1px;
  height: 1px;
  background: linear-gradient(to bottom, #BF6FF0, #6254EE);
  z-index: 1;
  border-radius: 8px;
  transition: all 0.3s;
}

.discuss-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: all 0.35s;
}
.discuss-form__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 21px;
}
.discuss-form input, .discuss-form textarea {
  height: 49px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  background-color: #F2F2F2;
  border-radius: 3px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid transparent;
  outline: 3px solid transparent;
  transition: 0.2s ease;
}
.discuss-form input:focus, .discuss-form textarea:focus {
  border: 1px solid #6254EE;
  outline: 3px solid rgba(98, 84, 238, 0.3);
}
.discuss-form input::placeholder, .discuss-form textarea::placeholder {
  color: #7D8193;
}
.discuss-form textarea {
  resize: none;
  padding: 20px;
  height: 108px;
}
.discuss-form__input-error {
  border: 1px solid #f14242 !important;
}
.discuss-form__btn {
  font-family: "Roboto Flex", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #343745;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #9B9B9B;
  border-radius: 250px;
  width: 188px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.discuss-form__btn svg {
  width: 18px;
  height: 18px;
  fill: #343745;
  transition: 0.3s;
}
.discuss-form__btn:hover {
  background-color: #343745;
  border: 1px solid #343745;
  color: #fff;
}
.discuss-form__btn:hover svg {
  fill: #fff;
}
.discuss-form__btn--submit {
  color: #fff;
  background-color: #343745;
  border: 1px solid #343745;
  font-size: 15px;
  line-height: 18px;
  min-width: 149px;
  width: 149px;
}
.discuss-form__btn--close {
  width: 307px;
  display: none;
}
.discuss-form__attach {
  display: flex;
  align-items: center;
  gap: 18px;
}
.discuss-form__attach p {
  color: #A5A5A5;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  word-wrap: break-word;
  max-width: calc(100% - 206px);
}
.discuss-form__submit {
  display: flex;
  align-items: center;
  gap: 57px;
}
.discuss-form__submit p {
  color: #343745;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  max-width: 360px;
}
.discuss-form__submit p a {
  color: #1E49C6;
  text-decoration: none;
}
.discuss-form__submit p a:hover {
  text-decoration: underline;
}

.input-container {
  position: relative;
  width: 100%;
}
.input-container input, .input-container textarea {
  border: 1px solid transparent;
  outline: 3px solid transparent;
  transition: 0.2s ease;
}
.input-container input:focus, .input-container textarea:focus {
  background-color: #fff;
}
.input-container input:focus + .label-line, .input-container textarea:focus + .label-line {
  color: #000;
  transform: translate(-10px, -26px) scale(0.85);
  background-color: #fff;
  z-index: 5;
}

.label-line {
  position: absolute;
  top: 8px;
  left: 15px;
  color: #7D8193;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  transition: 0.15s ease;
  background-color: transparent;
  padding: 6px 6px;
  border-radius: 6px;
  transition: 0.2s ease;
  cursor: text;
}

.input-error-message {
  color: #F15642;
  font-size: 12px;
  line-height: 14px;
  padding-top: 4px;
}

.input-required {
  color: #F15642;
}

#contactsInputAttachment {
  display: none;
}

@media (max-width: 1500px) {
  .discuss-modal-container {
    padding: 0 40px;
  }
}
.lds-default {
  /* change color here */
  color: #1c4c5b;
}

.lds-default,
.lds-default div {
  box-sizing: border-box;
}

.lds-default {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  background: currentColor;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 36.8px;
  left: 66.24px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22.08px;
  left: 62.29579px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11.30421px;
  left: 51.52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7.36px;
  left: 36.8px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11.30421px;
  left: 22.08px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22.08px;
  left: 11.30421px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 36.8px;
  left: 7.36px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 51.52px;
  left: 11.30421px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62.29579px;
  left: 22.08px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66.24px;
  left: 36.8px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62.29579px;
  left: 51.52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 51.52px;
  left: 62.29579px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.page-title__header {
  color: #343745;
  margin-top: 64px;
}
.page-title__header h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .page-title__header {
    margin-top: 24px;
  }
  .page-title__header h2 {
    font-size: 32px;
    line-height: 38px;
  }
}