@charset "UTF-8";
:root {
  --bs-link-color: #24A3FF;
  --bs-link-hover-color: #24A3FF;
}

.navbar-nav {
  --bs-nav-link-color: #fff;
  --bs-navbar-active-color: #F0145A;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-font-size: 16px;
  --bs-navbar-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-hover-color: #fff;
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
}

.contact__information-social a, .photo, .team-people .hero h1, .article__content-list ol ::marker, .article__content-accent, .article__name p, .footer__contact, .footer__address-map, .publications__type-name, .publications__article-title p, .clients p, .benefits__item li, .section__button input[type=button], .section__title .section__link, h4, h3, h2, h1 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.contact__form-first h2, .hero h1, .hero h2, .about h2, .person h1, .team-people .hero h1, .service-entry__item-section h1, .article__content-accent, .benefits__item li .active, .section__title h2 {
  background: linear-gradient(90.13deg, #F0145A 0.84%, #EF8080 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.modal {
  --bs-modal-padding:0px;
}
.modal-body {
  padding: var(--bs-modal-padding);
}

body {
  color: #323264;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
h1 {
  font-size: 38px;
  line-height: 46px;
  color: linear-gradient(90.13deg, #F0145A 0.84%, #EF8080 99.96%);
}

h2 {
  font-size: 30px;
  line-height: 37px;
}

h3 {
  font-size: 22px;
  line-height: 27px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

a {
  text-decoration: none;
}

.common-bg-second {
  background-color: #CACADB;
  padding-bottom: 10px;
  border-radius: 12px;
  width: 90%;
}

.common-bg {
  background: linear-gradient(228.57deg, #323264 11.93%, #323264 57.17%, #643E72 87.46%);
  border-radius: 0 0 12px 12px;
  position: relative;
}
.common-bg::after {
  position: absolute;
  content: "";
  background-color: #CACADB;
  width: 95%;
  height: 10px;
  display: block;
  border-radius: 0 0 12px 12px;
  right: 0;
  left: -2px;
  bottom: -10px;
  margin: auto;
}
.common-bg::before {
  position: absolute;
  content: "";
  background-color: #E7E7F2;
  width: 90%;
  height: 10px;
  display: block;
  border-radius: 0 0 12px 12px;
  right: 0;
  left: -2px;
  bottom: -20px;
  margin: auto;
}

.section__title .section__link {
  font-size: 14px;
  color: #24A3FF;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section__title .section__link:hover {
  color: #F0145A;
}
.section__title .section__link:hover::after {
  content: url("../assets/arrow-hover.svg");
}
.section__title .section__link::after {
  content: url("../assets/arrow.svg");
  width: 4.5px;
  height: 9px;
}
.section__title h2 {
  margin-top: 10px;
  line-height: 46px;
  font-size: 38px;
}

.section__button {
  margin-top: 30px;
}
.section__button input[type=button] {
  color: #fff;
  background-color: #24A3FF;
  box-shadow: 0 0 20px rgba(36, 163, 255, 0.5);
  border-radius: 12px;
  border: none;
  padding: 18px 30px;
}
.section__button input[type=button]:hover {
  background-color: #0085FF;
}
.section__button input[type=button]:active {
  background: #006CCF;
}
.section__button button {
  color: #fff;
  background-color: #24A3FF;
  box-shadow: 0 0 20px rgba(36, 163, 255, 0.5);
  border-radius: 12px;
  border: none;
  padding: 18px 30px;
}
.section__button button:hover {
  background-color: #0085FF;
}
.section__button button:active {
  background: #006CCF;
}

input:focus {
  border: 1px solid #24A3FF;
}
input:focus::placeholder {
  color: #000000;
}
input:invalid {
  border: 1px solid #FF0000;
}
input:invalid::placeholder {
  color: #FF0000;
}

.header {
  --bs-link-color: #fff;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.header a:not(.social-link) {
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}
.header a:not(.social-link):hover {
  color: #fff;
  border-bottom-color: initial;
  transition: 0.3s;
}
.header a:not(.social-link):active {
  color: #F0145A;
  border-bottom-color: initial;
  transition: 0.3s;
}
.header a.social-link path {
  fill: #fff;
}
.header a.social-link:hover path {
  fill: #F0145A;
  transition: 0.3s;
}
.header .container {
  position: relative;
}
.header__top-content {
  gap: 6px;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 1;
  justify-content: flex-end;
}
.header__top-content > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__top-content > div:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.header__top-content a:hover {
  border-bottom: none;
}
.header__lang-switcher {
  display: none;
}
.header__lang-name {
  font-size: 14px;
  padding: 5px 7px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.header__lang-name:hover, .header__lang-name:focus {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.header__lang-switcher:checked + .header__lang-name {
  background-color: #F0145A;
  transition: 0.3s;
}
.header__address a {
  border: none;
  padding-bottom: 0;
}
.header__contact a {
  font-weight: bold;
  border: none;
  padding-bottom: 0;
}
.header__social a {
  border: none;
  padding-bottom: 0;
}
.header__navigation .navbar__wrapper {
  padding: 0;
}
.header__navigation .navbar-collapse #close {
  display: none;
  visibility: hidden;
  margin-bottom: 0;
}
.header__navigation .navbar-collapse .navbar-nav {
  display: flex;
  gap: 15px;
}
.header__navigation .navbar-collapse .nav-link {
  border-bottom: 2px solid;
  padding-bottom: 3px;
}
.header__navigation .navbar-collapse .nav-link:not(.active) {
  border-bottom-color: transparent;
}
.header__navigation .navbar-collapse .nav-link:hover {
  border-bottom-color: initial;
  transition: 0.3s;
}
.header__navigation .navbar-collapse .nav-link.active {
  color: #F0145A;
  border-bottom: 2px solid #F0145A;
}
.header a.navbar-brand {
  border-bottom: none;
}
.header-light {
  color: #B3B3BA;
  --bs-link-color: #B3B3BA;
  background-color: #fff;
  position: initial;
  padding: 0 0 30px 0;
}
.header-light__lang-switcher:checked + .header-light__lang-name {
  color: #fff;
}
.header-light__top-content > div:not(:last-child):after {
  background-color: #E6E6F0;
}
.header-light .nav-link {
  color: #24A3FF;
}
.header-light .nav-link:hover {
  color: #24A3FF;
}
.header-light a:not(.social-link):hover {
  color: #24A3FF;
}
.header-light a.social-link path {
  fill: #B3B3BA;
}
.header-light a.social-link:hover path {
  fill: #F0145A;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .header {
    padding-top: 30px;
  }
  .header .container {
    flex-direction: column;
    align-items: flex-start;
    max-width: 648px;
  }
  .header__top {
    margin-bottom: 30px;
  }
  .header__top-content {
    position: static;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .header {
    padding-top: 0;
  }
  .header__navigation .popup-fade:before {
    content: "";
    background: #323264;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
  }
  .header__navigation .navbar-collapse {
    z-index: 1;
  }
  .header__navigation .navbar-collapse #close {
    display: block;
    visibility: visible;
    margin-bottom: 20px;
  }
  .header__navigation .navbar-collapse .navbar__wrapper {
    position: fixed;
    bottom: 0;
    width: 95%;
    padding: 12px;
    z-index: 1;
    background-color: #FFFFFF;
    border-radius: 12px 12px 0 0;
  }
  .header__navigation .navbar-collapse:target {
    display: flex;
    pointer-events: auto;
  }
  .header__navigation .navbar-collapse ul li {
    display: flex;
    justify-content: center;
    background-color: #F5F5FA;
    border-radius: 12px;
  }
  .header__navigation .navbar-collapse ul li a {
    color: #24A3FF;
    font-size: 24px;
  }
  .header__navigation .navbar-collapse ul li a.active {
    color: #F0145A;
    border-bottom: none;
  }
  .header__navigation .navbar-collapse ul li:active {
    background-color: #E6E6F0;
  }
  .header__navigation .navbar-nav {
    margin-top: 0;
  }
  .header__navigation .navbar-toggler-icon {
    background-image: url("../assets/icons/Hamburger.svg");
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .header__navigation .navbar-brand {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .header .navbar-toggler:active {
    background-color: #E6E6F0;
    border-radius: 8px;
  }
  .header .navbar-toggler,
.header .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .header__top .header__address, .header__top .header__social {
    display: none;
  }
  .header__top {
    padding: 10px 0;
    background: rgba(245, 245, 250, 0.2);
    margin-bottom: 0;
  }
  .header__top-content {
    justify-content: space-between;
  }
  .header__top-content > div:not(:last-child):after {
    content: none;
  }
  .header .container {
    flex-direction: row;
    align-items: center;
  }
  .header__navigation .navbar-brand {
    width: initial;
    margin-bottom: 0;
  }
  .header-light {
    padding: 0;
  }
  .header-light .header__top {
    background-color: #F5F5FA;
  }
  .header-light .navbar-toggler-icon {
    background-image: url("../assets/icons/hamburger-dark.svg");
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .header-light .navbar-brand img {
    width: 200px;
  }
}

.banner {
  position: relative;
  height: 100vh;
}
.banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("../assets/symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner h1 {
  position: relative;
  font-size: 4.8vh;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
}
.banner__scroll {
  left: calc(50% - 21px);
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
}
.banner__scroll:hover {
  text-decoration: none;
  border: none;
}
.banner__scroll:hover circle {
  stroke: #F0145A;
}
.banner__scroll:hover path {
  stroke: #F0145A;
}
.banner__scroll:hover circle,
.banner__scroll:hover path {
  transition: 0.3s;
}

@media (max-width: 1115px) {
  .banner:before {
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .banner h1 {
    font-size: 6.8vh;
    line-height: 75px;
  }
}

.benefits {
  padding: 60px 0;
  color: #FFFFFF;
}
.benefits__item li {
  list-style-type: none;
}
.benefits__item li:not(:last-child) {
  margin-bottom: 20px;
}
.benefits__item li a {
  font-size: 38px;
  line-height: 46px;
  text-align: right;
  color: #B3B3BA;
}
.benefits__item li a :not(.social-link) {
  border-bottom: none;
  transition: none;
}
.benefits__item li a:not(.social-link):hover {
  color: #F0145A;
  border: none;
  transition: none;
}
.benefits__item li a:not(.social-link):active {
  border: none;
  transition: none;
}
.benefits__line {
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  height: 303px;
  margin-left: 60px;
}
.benefits__description p {
  color: #FFFFFF;
  max-width: 514px;
  font-size: 19px;
  line-height: 30px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .benefits__description p {
    width: 358px;
  }
}
@media (max-width: 992px) {
  .benefits {
    padding: 60px;
  }
  .benefits__wrapper {
    flex-direction: column;
  }
  .benefits__item {
    width: 100%;
    overflow-x: scroll;
  }
  .benefits__item ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0;
  }
  .benefits__item ul a {
    width: initial;
    text-align: left;
    white-space: nowrap;
  }
  .benefits__line {
    border-left: none;
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    height: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 64px;
  }
  .benefits__description {
    width: 100%;
  }
  .benefits__description p {
    max-width: 100%;
    width: initial;
  }
}
@media (max-width: 575px) {
  .benefits {
    padding: 30px;
  }
  .benefits__line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.services {
  padding-bottom: 60px;
}
.services .section__title {
  margin-bottom: 60px;
}
.services__items {
  row-gap: 60px;
  column-gap: 60px;
}
.services__items-icon {
  width: 92px;
  height: 92px;
  background-color: #FFFFFF;
  border-radius: 24px;
}
.services__items-icon img {
  width: 64px;
}
.services__items-section img {
  border-radius: 24px;
}
.services__items-section h3 {
  color: #24A3FF;
  margin-top: 30px;
  margin-bottom: 15px;
  max-width: 251px;
}
.services__items-section h3:hover {
  color: #F0145A;
}
.services__items-section p {
  color: #FFFFFF;
}
.services-page {
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .services__items p {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .services {
    padding: 60px;
  }
  .services__items-section {
    width: 40%;
  }
  .services-page {
    padding-top: 280px;
  }
}
@media (max-width: 575px) {
  .services {
    padding: 30px;
  }
  .services__items-section {
    width: 100%;
  }
  .services-page {
    padding-top: 132px;
  }
}

.team {
  padding: 60px 0 90px 0;
}
.team .carousel-inner {
  border-radius: 12px;
}
.team .carousel-item {
  background-color: #F5F5FA;
}
.team .carousel-item img {
  object-fit: cover;
  max-height: 400px;
}
.team .carousel-item .team__content {
  padding: 30px;
}
.team .carousel-item .team__content-description {
  margin-top: 30px;
}
.team .carousel-item .team__content-description h4 {
  color: #B3B3BA;
}
.team .carousel-item .team__content-description p {
  color: #B3B3BA;
  font-size: 14px;
  line-height: 22px;
}
.team .carousel-indicators [data-bs-target] {
  background-color: #24A3FF;
  opacity: 0.2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.team .carousel-indicators .active {
  opacity: 1;
}
.team .carousel-indicators {
  margin-bottom: -60px;
}

@media (max-width: 1024px) {
  .team .carousel-item img {
    max-height: 600px;
  }
}
@media (max-width: 992px) {
  .team {
    padding: 60px;
  }
  .team .carousel-item img {
    max-height: 500px;
  }
  .team__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .team {
    padding: 30px;
  }
  .team h2 {
    font-size: 30px;
    word-wrap: break-word;
  }
}

.clients {
  margin-top: 60px;
}
.clients p {
  text-transform: uppercase;
  color: #323264;
  text-align: center;
}
.clients__items {
  margin-top: 30px;
  border-radius: 12px;
}
.clients__items a {
  display: flex;
  justify-content: center;
}
.clients__items-section {
  width: 25%;
  height: 120px;
  transition: transform 0.2s;
}
.clients__items-section:hover {
  transform: scale(1.1);
}
.clients__items-section-hillel {
  background-color: #1C4280;
}
.clients__items-section-wannabiz {
  background-color: #143646;
}
.clients__items-section-tapgerine {
  background: linear-gradient(0deg, #F48B30, #F48B30), #F48B30;
}
.clients__items-section-3dlook {
  background-color: #9E4DC3;
}
.clients__items-section-orangear {
  background-color: #FD9339;
}
.clients__items-section-adtelligent {
  background-color: #E2E2E4;
}
.clients__items-section-clikky {
  background-color: #C71C36;
}
.clients__items-section-ecolease {
  background-color: #DCF3F9;
}
.clients__items-section-infatek {
  background-color: #EAEAEA;
}
.clients__items-section-city {
  background-color: #282240;
}
.clients__items-section-art {
  background-color: #1D4568;
}
.clients__items-section-ultimatecard {
  background-color: #000000;
}

@media (max-width: 992px) {
  .clients {
    margin-top: 60px;
  }
  .clients__items-section {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .clients__items-section {
    width: 100%;
  }
}

.publications {
  padding: 30px 0 0 0;
  background-color: #F5F5FA;
}
.publications__wrapper {
  padding-bottom: 30px;
  border-bottom: 2px solid #E6E6F0;
}
.publications .row {
  margin-left: 0;
  margin-right: 0;
}
.publications__content {
  margin-top: 30px;
  gap: 30px;
}
.publications__article {
  background-color: #FFFFFF;
  border-radius: 8px;
  width: calc(100% / 3 - 30px);
}
.publications__article-img {
  background-size: 100% 200px;
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0 0;
}
.publications__article-description {
  padding: 30px;
}
.publications__article-title {
  border-bottom: 4px solid #E6E6F0;
}
.publications__article-title h4 {
  color: #24A3FF;
  line-height: 20px;
}
.publications__article-title h4:hover {
  color: #F0145A;
}
.publications__article-title p {
  color: #B3B3BA;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.publications__article-text {
  margin-top: 15px;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}
.publications__type {
  background-color: #E6E6F0;
  padding: 8px 4px 10px 4px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
}
.publications__type-switcher {
  display: none;
}
.publications__type-switcher:hover {
  background-color: #F5F5FA;
}
.publications__type-name {
  font-size: 16px;
  padding: 8px 30px 10px;
  border-radius: 10px;
}
.publications__type-name:hover, .publications__type-name:focus {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  cursor: pointer;
}
.publications__type-switcher:checked + .publications__type-name {
  background-color: #FFFFFF;
  transition: 0.3s;
}

@media (max-width: 1024px) {
  .publications__article {
    width: calc(100% / 3 - 30px);
  }
}
@media (max-width: 992px) {
  .publications__article {
    width: calc(100% / 2 - 30px);
  }
}
@media (max-width: 575px) {
  .publications__article {
    width: 100%;
  }
}

.footer {
  padding: 30px 0;
  background-color: #F5F5FA;
}
.footer__address {
  gap: 10px;
  margin-bottom: 21px;
}
.footer__address-map {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer__address-map::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #B3B3BA;
  border-radius: 50%;
  margin-right: 10px;
}
.footer__address-map:hover {
  color: #F0145A;
  transition: 0.3s;
}
.footer__content > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__content > div:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #B3B3BA;
  border-radius: 50%;
  margin-right: 10px;
}
.footer__contact-tel {
  color: #46466E;
}
.footer__contact-mail:hover {
  color: #F0145A;
  transition: 0.3s;
}
.footer__info {
  font-size: 16px;
  color: #B3B3BA;
}
.footer a.social-link path {
  fill: #24A3FF;
}
.footer a.social-link:hover path {
  fill: #F0145A;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .footer__position {
    flex-direction: column;
    align-items: center;
  }
  .footer__info {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .footer__address {
    flex-direction: column;
    align-items: center;
  }
  .footer__address-map::before {
    content: none;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer__content > div:not(:last-child)::after {
    content: none;
  }
}

.article {
  padding: 30px 0 60px 0;
}
@media (min-width: 1080px) {
  .article .container {
    max-width: 1080px;
  }
}
.article__name {
  padding: 0;
  border-bottom: 4px solid #E6E6F0;
}
.article__name img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
}
.article__name p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B3B3BA;
  margin-top: 30px;
}
.article__content {
  padding: 0;
  border-bottom: 4px solid #E6E6F0;
}
.article__content p {
  margin: 30px 0;
}
.article__content-accent {
  font-size: 38px;
  line-height: 46px;
  margin-top: 30px;
}
.article__content-list {
  font-size: 18px;
}
.article__content-list ol li {
  color: #000000;
}
.article__content-list ol li:not(:last-child) {
  margin-bottom: 15px;
}
.article__content-list ol ::marker {
  color: #F0145A;
}
.article__content-text {
  margin-top: 30px;
}
.article__content-picture {
  margin-top: 30px;
}
.article__content-picture img {
  width: 100%;
  max-width: 640px;
}
.article__content-picture-text {
  margin-top: 15px;
  color: #B3B3BA;
  font-size: 14px;
  line-height: 22px;
}
.article__social {
  margin-top: 30px;
  padding: 0;
}
.article__social a {
  background-color: #F5F5FA;
  border-radius: 12px;
  padding: 9px 8px 12px 8px;
}
.article__social a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .article {
    padding: 30px;
  }
}

.service-entry {
  color: #fff;
  margin-bottom: 60px;
}
@media (min-width: 1080px) {
  .service-entry .container {
    max-width: 1080px;
  }
}
.service-entry__description {
  padding: 176px 0 60px 0;
  border-bottom: 4px solid #E6E6F0;
}
.service-entry__item {
  row-gap: 60px;
  column-gap: 60px;
}
.service-entry__item-icon {
  width: 92px;
  height: 92px;
  background-color: #FFFFFF;
  border-radius: 24px;
}
.service-entry__item-icon img {
  width: 64px;
}
.service-entry__item-section img {
  border-radius: 24px;
}
.service-entry__item-section h1 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.service-entry__item-section p {
  color: #fff;
  text-align: center;
}
.service-entry__content {
  padding: 30px 0 60px 0;
}
.service-entry__content h3 {
  margin-bottom: 30px;
}
.service-entry__content ul {
  padding-left: 14px;
  column-gap: 60px;
  row-gap: 15px;
}
.service-entry__content ul ::marker {
  color: #F0145A;
}
.service-entry__content ul li {
  width: calc(100%/2 - 60px);
}

@media (max-width: 992px) {
  .service-entry__description {
    padding-top: 280px;
  }
}
@media (max-width: 575px) {
  .service-entry {
    padding: 30px;
  }
  .service-entry__description {
    padding-top: 162px;
  }
  .service-entry__item-section h1 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .service-entry__content li {
    width: 100% !important;
  }
}

.team-people {
  padding: 60px 0;
}
@media (min-width: 1080px) {
  .team-people .hero .container {
    max-width: 1080px;
  }
}
.team-people .hero h1 {
  font-size: 38px;
  line-height: 46px;
}
.team-people__list {
  margin-top: 60px;
  gap: 60px;
}
.team-people__list-item {
  width: calc(100%/3 - 60px);
}
.team-people__list-item-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.team-people__list-item h4::after {
  content: url("../assets/arrow.svg");
  width: 14px;
  height: 7px;
  padding: 9.5px 11.5px 8.5px 13.5px;
  background-color: #F5F5FA;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: initial;
}
.team-people__list-item h4:hover {
  color: #F0145A;
}
.team-people__list-item h4:hover::after {
  content: url("../assets/arrow-hover.svg");
  width: 14px;
  height: 7px;
}
.team-people__list-item p {
  color: #B3B3BA;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 992px) {
  .team-people {
    padding: 0 0 60px 0;
  }
  .team-people .hero {
    padding: 0;
  }
  .team-people__list {
    gap: 60px;
  }
  .team-people__list-item {
    width: calc(100%/2 - 60px);
  }
}
@media (max-width: 575px) {
  .team-people__list-item {
    width: 100%;
  }
}

.person__wrapper {
  gap: 60px;
}
@media (min-width: 1080px) {
  .person .container {
    max-width: 1080px;
  }
}
.person__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.person__information p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.person__information h3 {
  margin-bottom: 15px;
}
.person__information-name {
  border-bottom: 4px solid #E6E6F0;
}
.person__information-name p {
  margin-top: 0;
  color: #B3B3BA;
  font-size: 14px;
}
.person__information-contacts {
  gap: 30px;
}
.person__information-contacts a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E6E6F0;
  border-radius: 50%;
  margin-right: 10px;
}
.person__information-contacts a:hover {
  color: #F0145A;
}

@media (max-width: 1024px) {
  .person__image {
    height: 375px;
  }
}
@media (max-width: 992px) {
  .person {
    padding: 60px;
  }
  .person__wrapper {
    flex-direction: column;
  }
  .person__information-contacts {
    display: flex;
    flex-direction: column;
  }
  .person__information-contacts p {
    margin-bottom: 0;
  }
  .person__information-contacts a::before {
    content: none;
  }
  .person__information-contacts a:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .person {
    padding: 0;
  }
  .person__image {
    display: initial;
    height: 375px;
  }
  .person__information-name {
    width: 100%;
  }
  .person__information-name::before {
    content: none;
  }
}

.about {
  padding: 60px 0;
}
@media (min-width: 1080px) {
  .about .container {
    max-width: 1080px;
  }
}
.about__quote {
  padding-right: 60px;
}

@media (max-width: 1024px) {
  .about__content {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .about {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .about {
    padding: 30px 30px 60px 30px;
  }
  .about__content, .about__quote {
    padding-right: 0;
  }
}

.hero {
  padding: 60px 0;
}
@media (min-width: 1080px) {
  .hero .container {
    max-width: 1080px;
  }
}
.hero h2 {
  font-size: 36px;
}
.hero__description {
  padding-right: 30px;
}
.hero__description p {
  margin-top: 30px;
}
.hero__benefints {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 4px solid #E6E6F0;
  height: 324px;
}
.hero__benefints-item:not(:last-child) {
  margin-bottom: 40px;
}
.hero__benefints-item-title {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .hero {
    padding: 60px;
  }
  .hero__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .hero {
    padding: 0 30px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero__description {
    font-size: 19px;
  }
  .hero__benefints {
    margin-bottom: 120px;
  }
}

.photo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 438px;
  color: #FFFFFF;
  opacity: 0.8;
  text-shadow: 0 15px 30px rgba(40, 40, 86, 0.8);
  font-size: 96px;
  line-height: 117px;
  letter-spacing: 63px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .photo {
    font-size: 86px;
    line-height: 105px;
    max-height: 312px;
  }
}
@media (max-width: 992px) {
  .photo {
    font-size: 46px;
    line-height: 56px;
    max-height: 234px;
  }
}
@media (max-width: 575px) {
  .photo {
    font-size: 36px;
    line-height: 44px;
    max-height: 115px;
  }
}

.achievements {
  background-color: #F5F5FA;
}
.achievements__wrapper {
  border-bottom: 4px solid #E6E6F0;
  padding: 30px 0 80px 0;
}
.achievements h3 {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.achievements__items {
  gap: 40px;
}
.achievements__items-one {
  width: calc(100%/4 - 40px);
  height: 110px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.achievements .carousel-indicators [data-bs-target] {
  background-color: #24A3FF;
  opacity: 0.2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.achievements .carousel-indicators [data-bs-target]:not(:last-child) {
  margin-right: 15px;
}
.achievements .carousel-indicators .active {
  opacity: 1;
}
.achievements .carousel-indicators {
  margin-bottom: -60px;
}

@media (max-width: 992px) {
  .achievements__items-one img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .achievements__wrapper {
    padding: 30px 30px 80px 30px;
  }
  .achievements__items {
    flex-direction: column;
  }
  .achievements__items-one {
    width: 100%;
  }
}

.contact {
  padding: 60px 0;
}
@media (min-width: 1080px) {
  .contact .container {
    max-width: 1080px;
  }
}
.contact__content {
  gap: 60px;
}
.contact__information, .contact__form {
  width: 50%;
}
.contact__information {
  font-size: 21px;
  line-height: 30px;
}
.contact__information-address {
  border-bottom: 4px solid #E6E6F0;
  padding-bottom: 30px;
}
.contact__information-address p {
  font-size: 21px;
}
.contact__information-media {
  gap: 15px;
  border-bottom: 4px solid #E6E6F0;
  padding: 30px 0;
}
.contact__information-media-tel {
  color: #46466E;
}
.contact__information-media a:hover {
  color: #F0145A;
}
.contact__information-social {
  padding-top: 30px;
}
.contact__information-social a {
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact__information-social a::before {
  content: url("../assets/icons/fаcebook-footer.svg");
  width: 38px;
  height: 38px;
}
.contact__information-social a:hover {
  color: #F0145A;
}
.contact__information-social a:hover::before {
  content: url("../assets/icons/fb-accent.svg");
}
.contact__form {
  background-color: #F5F5FA;
  padding: 30px;
  border-radius: 12px;
}
.contact__form input {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  padding: 15px 300px 15px 15px;
}
.contact__form input::placeholder {
  color: #B3B3BA;
  font-size: 16px;
  line-height: 26px;
}
.contact__form-first h2 {
  margin-bottom: 30px;
}
.contact__form-first textarea {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}
.contact__form-first textarea::placeholder {
  color: #B3B3BA;
  font-size: 16px;
  line-height: 26px;
}
.contact__form-second {
  margin-top: 30px;
}
.contact__form-second h3 {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B3B3BA;
}
.contact__form-second .section__button input[type=button] {
  padding: 18px 163.5px;
}

@media (max-width: 992px) {
  .contact__content {
    flex-direction: column;
  }
  .contact__information, .contact__form {
    width: 100%;
  }
  .contact__form input {
    padding: 15px 425px 15px 15px;
  }
}
@media (max-width: 575px) {
  .contact__form input {
    padding: 15px 100px 15px 15px;
  }
  .contact__form-second .section__button input[type=button] {
    padding: 18px 66px;
  }
}

.modal .contact__form {
  width: 100% !important;
}
.modal-content:before {
  content: "";
  background: #323264;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}
.modal .btn-close {
  background: url("../assets/icons/Close.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

@media (max-width: 575px) {
  .modal {
    width: 100%;
  }
}

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