@font-face {
  font-family: Blinker;
  font-display: swap;
  src: url("../fonts/Blinker-Black.woff2") format("woff2"), url("../fonts/Blinker-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: Blinker;
  font-display: swap;
  src: url("../fonts/Blinker-ExtraBold.woff2") format("woff2"), url("../fonts/Blinker-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Blinker;
  font-display: swap;
  src: url("../fonts/Blinker-Regular.woff2") format("woff2"), url("../fonts/Blinker-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Blinker;
  font-display: swap;
  src: url("../fonts/Blinker-Bold.woff2") format("woff2"), url("../fonts/Blinker-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Blinker;
  font-display: swap;
  src: url("../fonts/Blinker-SemiBold.woff2") format("woff2"), url("../fonts/Blinker-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Blinker;
  font-display: swap;
  src: url("../fonts/Blinker-Light.woff2") format("woff2"), url("../fonts/Blinker-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input, textarea, a, button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  background: #fff;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0;
  overflow-x: hidden;
  font-family: "Blinker", sans-serif;
  color: #0B0B0B;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

li {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-family: "Blinker", sans-serif;
}

textarea {
  font-family: "Blinker", sans-serif;
  font-size: 14px;
  resize: none;
}

a {
  text-decoration: none;
  color: #EE2E31;
  display: inline-block;
}
a:hover {
  color: #FF4649;
  transition: all 0.2s ease-out;
}

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

input:active, input:focus, button:active, button:focus, span:active, span:focus, span, div:active, div:focus, div, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

textarea, input {
  font-family: "Blinker", sans-serif;
  letter-spacing: 0;
}

button {
  font-family: "Blinker", sans-serif;
  background: none;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

h1, h2 {
  margin: 0;
  font-family: "Blinker", sans-serif;
}

h3 {
  font-size: 30px;
  font-family: "Blinker", sans-serif;
  margin-top: 0;
  font-weight: 600;
}

.round-btn {
  width: 158px;
  height: 158px;
  background: #004F98;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.round-btn::after {
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #004F98;
  border-radius: 150px;
}
.round-btn:hover {
  transition: all 0.2s ease-out;
  color: #fff;
  background: #7E93D1;
}
.round-btn:hover::after {
  border: 1px solid #7E93D1;
  transition: all 0.2s ease-out;
}

section {
  margin-bottom: 100px;
}

.swiper-wrapper {
  height: auto !important;
}

.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
}

.row-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.row-space {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.overflow-body {
  overflow-y: hidden;
}

.btn {
  border-radius: 55px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  background: #EE2E31;
  cursor: pointer;
  padding: 27px 57px;
}
.btn:hover {
  color: #fff;
  background: #FF4649;
  transition: all 0.2s ease-out;
}

.card__btn {
  background: #821BF0;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 5px 15px rgba(130, 27, 240, 0.25);
}
.card__btn:hover {
  background: #9336F8;
  transition: all 0.2s ease-out;
}

.in-cart {
  background: #4F28EA;
  padding: 17px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-cart:hover {
  background: #7250FA;
  transition: all 0.2s ease-out;
}

.btn-line {
  background: transparent;
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7250FA;
  border: 1px solid #7250FA;
}
.btn-line:hover {
  background: #7250FA;
  transition: all 0.2s ease-out;
}

.hidden-body {
  overflow: hidden;
}

.bread {
  flex-wrap: wrap;
}
.bread li {
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #004F98;
}

::-webkit-scrollbar-track {
  background: #d1d1d1;
}

@media screen and (max-width: 979px) {
  .mobile-col {
    flex-direction: column;
  }

  .mobile-col-rev {
    flex-direction: column-reverse;
  }

  .mobile__none {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.menu {
  padding: 24px 0;
  margin: 0;
  margin-bottom: 60px;
}
.menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
.menu__nav a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #0B0B0B;
}
.menu__nav a:hover {
  color: #EE2E31;
}

.header {
  margin-bottom: 90px;
}
.header__wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.header__img {
  max-height: 545px;
}
.header h1 {
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 47px;
}
.header h1 span {
  color: #EE2E31;
}
.header .btn {
  padding: 27px 60px;
  margin-bottom: 47px;
}
.header__item {
  margin-bottom: 34px;
}
.header__item p {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
}
.header__item span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.header__item:first-of-type p, .header__item:first-of-type span {
  color: #EE2E31;
}
.header__left {
  width: 65%;
}
.header__left p {
  font-size: 28px;
  margin-bottom: 30px;
}
.header__left img {
  max-height: 602px;
}
.header__right {
  width: 35%;
}
.header__right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 600px;
}
.header__plate {
  display: flex;
  background: rgba(17, 86, 156, 0.05);
  padding: 20px;
  border-radius: 20px;
  margin-top: -50px;
  z-index: 2;
  position: relative;
  backdrop-filter: blur(25px);
  justify-content: space-between;
}
.header__plate svg {
  width: 30px;
  height: 30px;
}
.header__plate__item {
  display: flex;
  gap: 15px;
}
.header__plate__item span {
  font-size: 18px;
}
.header__plate__item p {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.info {
  color: #fff;
}
.info__right {
  width: 50%;
}
.info__left {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.info__left img {
  height: 300px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.info ul {
  margin-bottom: 30px;
}
.info li {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info li svg {
  width: 30px;
  height: 30px;
}
.info li svg path {
  fill: #fff;
}
.info__wrapper {
  border-radius: 42px;
  background: #004F98;
  padding: 159px 60px;
  padding-left: 180px;
  gap: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.info__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 580px;
  height: 280px;
  background: url("../files/vec.svg") no-repeat center;
}
.info__left img {
  max-height: 602px;
}
.info h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  line-height: 90px;
  margin-bottom: 36px;
}
.info h2 span {
  color: #EE2E31;
}
.info p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 36px;
}
.info .btn-border {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.info .btn-border:hover {
  background: #fff;
  color: #0B0B0B;
}

.info-row {
  margin-bottom: 230px;
}
.info-row .container {
  overflow: visible;
}
.info-row__grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.info-row__item {
  width: 100%;
  max-width: 328px;
  gap: 20px;
  padding: 40px 46px 40px 47px;
  box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-row__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.info-row__item img {
  height: 84px;
}
.info-row__item:last-of-type {
  color: #fff;
  background: #EE2E31;
}

.services {
  margin-bottom: 230px;
}
.services h2 {
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 99px;
  margin-bottom: 100px;
}
.services h2 span {
  color: #EE2E31;
}
.services__grid {
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 85px 63px;
}
.services__item {
  border-radius: 14.702px;
  background: #F8F8F8;
  padding: 40.431px 20.875px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}
.services__item p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
.services__item span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.services__item a {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.services__item:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
}

.people {
  margin-bottom: 230px;
}
.people .container {
  overflow: visible;
}
.people h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 99px;
  margin-bottom: 60px;
}
.people h2 span {
  color: #EE2E31;
}
.people__grid {
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
  grid-gap: 50px 50px;
}
.people__item {
  border-radius: 12.494px;
  background: #FFF;
  box-shadow: 0 0 12.494px 0 rgba(0, 0, 0, 0.16);
  padding: 48px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 18px;
}
.people__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.people__item span {
  font-size: 20px;
}
.people__img {
  width: 94px;
  height: 94px;
  border-radius: 94px;
}
.people__rate {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Manrope";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.footer {
  border-radius: 42px 42px 0 0;
  background: var(--Modern-Version-Secondary, #004F98);
  padding: 40px 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer__col__name {
  margin-bottom: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.footer__col {
  max-width: 250px;
  display: flex;
  flex-direction: column;
}
.footer .logo__col .logo {
  margin-bottom: auto;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer__contacts a {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.form__right {
  max-width: 635px;
}
.form h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 57px;
}
.form__left {
  max-width: 585px;
}
.form__left p {
  margin-bottom: 80px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.898px;
}
.form__left img {
  width: 100%;
}
.form .form-input {
  margin-bottom: 20px;
  display: block;
}
.form .btn {
  padding: 18px;
  width: 100%;
  border: none;
  margin-bottom: 40px;
}
.form__sub {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.form-input p {
  margin-bottom: 13px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.form-input input {
  border-radius: 6.23px;
  border: 1.246px solid #E6E6E6;
  background: #F9F9F9;
  width: 100%;
  padding: 13.705px;
  font-size: 18px;
}

.trigger {
  display: none;
}

.menu-mob {
  display: none;
}

@media screen and (max-width: 980px) {
  .menu__nav {
    display: none;
  }

  .btn {
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
  }

  .menu {
    margin-bottom: 40px;
  }
  .menu .btn {
    display: none;
  }
  .menu .logo {
    width: 200px;
  }
  .menu .logo img {
    width: 100%;
  }
  .menu .trigger {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .menu .trigger div {
    width: 40px;
    height: 3px;
    background: #0B0B0B;
  }

  .header h1 {
    font-size: 35px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .header .btn {
    padding: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .header__wrapper {
    flex-direction: column;
  }

  .header__left {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .header__img {
    width: 100%;
    max-width: 400px;
  }

  .info__wrapper {
    padding: 60px 20px;
    gap: 30px;
    flex-direction: column;
  }

  .info__left img {
    width: 100%;
    max-width: 400px;
  }

  .info__right h2 {
    font-size: 40px;
    line-height: 120%;
  }
  .info__right p {
    font-size: 16px;
  }
  .info__right .btn {
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }

  .info {
    margin-bottom: 50px;
  }

  .info-row__grid {
    flex-wrap: wrap;
    gap: 25px;
  }

  .info-row__item p {
    font-size: 18px;
  }

  .info-row {
    margin-bottom: 80px;
  }

  section {
    margin-bottom: 80px;
  }

  h2 {
    font-size: 35px !important;
    line-height: 120% !important;
  }

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

  .services__grid {
    padding: 0;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .services__grid span, .services__grid a {
    font-size: 16px;
  }
  .services__grid img {
    width: 70px;
  }

  .people__grid {
    grid-gap: 20px;
  }
  .people__grid span {
    font-size: 16px;
  }

  .people {
    margin-bottom: 80px;
  }

  .form__wrapper {
    flex-direction: column;
  }
  .form__wrapper h2 {
    margin-bottom: 30px;
  }
  .form__wrapper p {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .footer .container {
    flex-direction: column;
  }
  .footer .container .logo {
    margin-bottom: 20px;
  }
  .footer .container .logo img {
    width: 200px;
  }

  .menu-mob {
    flex-direction: column;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 11;
    width: 100%;
    padding: 20px;
    overflow: auto;
  }
  .menu-mob ul {
    padding-top: 50px;
  }
  .menu-mob li {
    margin-bottom: 20px;
  }
  .menu-mob li a {
    color: #0B0B0B;
    font-weight: 600;
  }
  .menu-mob .btn {
    margin-top: auto;
  }
  .menu-mob .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .menu-mob .close svg {
    width: 100%;
    height: 100%;
  }

  .people h2, .services h2, .header h1, .info, .form__left {
    text-align: center;
  }

  .header__left {
    justify-content: center;
  }

  .header__right {
    text-align: center;
  }

  .form__left {
    margin: 0 auto;
  }
  .form__left img {
    max-width: 400px;
  }

  .form__right {
    margin: 0 auto;
  }

  .header__plate {
    flex-direction: column;
  }

  .header__left {
    width: 100%;
    text-align: center;
  }
  .header__left h1 {
    margin-bottom: 0px;
  }
  .header__left p {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .header__right {
    width: 100%;
  }
  .header__right img {
    height: 300px;
  }

  .info__wrapper {
    padding: 20px;
  }

  .info__left {
    width: 100%;
  }
  .info__left img {
    height: 200px;
  }

  .info__right {
    width: 100%;
  }
  .info__right ul {
    text-align: left;
  }
  .info__right ul svg {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .menu .logo img {
    width: 150px;
  }

  .menu__nav {
    gap: 20px;
  }

  .header h1 {
    font-size: 80px;
    line-height: 120%;
  }

  .header__img {
    max-height: 400px;
  }

  .info__wrapper {
    padding: 50px;
  }

  .info__left img {
    max-height: 400px;
  }

  .info-row__grid {
    gap: 20px;
  }

  .info-row__item {
    padding: 35px;
  }

  .info-row {
    margin-bottom: 100px;
  }

  .services h2 {
    margin-bottom: 50px;
  }

  .services__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 25px;
  }

  .services {
    margin-bottom: 100px;
  }

  .people__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }

  .people {
    margin-bottom: 100px;
  }

  .form__wrapper {
    gap: 50px;
  }

  .header h1 {
    font-size: 58px;
  }

  .header__right img {
    height: 450px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }

  .info-row__grid {
    gap: 25px;
  }

  .people__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .info__wrapper {
    padding-left: 80px;
  }
}