.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  color: #252A34;
}

body main {
  flex: 1 1 auto;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.block-subtitle {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}
.block-subtitle span {
  position: relative;
}
.block-title {
  font-size: 32px;
  line-height: 1.56;
  font-weight: 700;
}

.block-title__center {
  text-align: center;
}

.block-subtitle span:before {
  content: "";
  position: absolute;
  left: calc(100% + 30px);
  width: 56px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -1px;
}

.header {
  padding: 50px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all .3s ease;
  z-index: 5;
}
.header__fixed {
  background-color: #005CB7;
  padding: 16px 0;
}
.header__row {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header__mobile-menu-body {
  padding-top: 60px;
  font-size: 22px;
}

.header__mobile-menu-body ul {

}

.header__mobile-menu-body ul li:not(:last-child) {
  padding-bottom: 45px;
}

.header__nav {}
.header__nav ul {
  display: flex;
  gap: 66px
}
.header__nav ul li {}
.header__mobile-menu-body ul li a,
.header__nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.header__mobile-menu-body ul li a:hover,
.header__mobile-menu-body ul li.current-menu-item a,
.header__nav ul li a:hover,
.header__nav ul li.current-menu-item a {
  text-decoration: underline;
}

.languages {
  position: relative;
  color: #fff;
}

.languages__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.languages__item:hover {
  text-decoration: underline;
}

.languages__item-flag {
  flex: 0 0 30px;
}

.languages__item-flag img {
  width: 21px;
  display: block;
}
.languages__item-arrow {
  padding-left: 5px;
}
.languages__item-arrow img {
  display: block;
}
.languages__list {
  position: absolute;
  display: none;
  background-color: #005CB7;
  right: 0;
  text-align: right;
  border-radius: 8px;
  padding: 12px;
}
.languages__list .languages__item:hover {
  text-decoration: underline;
}

.theme-button {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 8px;
  display: inline-flex;
  text-decoration: none;
  transition: all .3s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.theme-button:not(:disabled) {
  cursor: pointer;
}
.theme-button__white {
  color: #014B95;
  background: #fff;
  border: 1px solid #fff;
}
.theme-button__white:hover {
  background: #014B95;
  color: #fff;
}
.theme-button__transparent {
  border: 1px solid #fff;
  color: #fff;
}
.theme-button__transparent:hover {
  color: #014B95;
  background: #fff;
}
.theme-button__blue {
  background: #014B95;
  color: #fff;
  border: 1px solid #014B95;
}
.theme-button__blue:hover {
  background: #fff;
  color: #014B95;
}

.first-screen {
  background: linear-gradient(180deg, #005CB7 4.33%, #004B95 40.87%);
  padding: 260px 0;
  color: #fff;
}
.first-screen__buttons {}
.first-screen__buttons ul {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.first-screen__buttons ul li {}

.first-screen {
  min-height: 100dvh;
  text-align: center;
}
.first-screen__title {
  font-size: 48px;
  font-weight: 700;
}
.first-screen__subtitle {
  padding-top: 63px;
}
.first-screen__buttons {
  padding-top: 48px;
}

.who-we-are {
  padding: 67px 0;
}
.who-we-are__row {
  display: flex;
  margin: 0 -33px -33px;
}
.who-we-are__col {
  padding: 0 33px 33px;
}
.who-we-are__text-subtitle {
  padding-bottom: 15px;
}
.who-we-are__text-content {
  padding-top: 15px;
}

.who-we-are-about__row {
  display: flex;
  align-items: center;
  margin: 0 -33px -33px;
}
.who-we-are-about__col {
  padding: 0 33px 33px;
}

.who-we-are__image {
  border-radius: 8px;
  background: #F0F8FF;
  padding: 18px;
  overflow: hidden;
}

.who-we-are__image img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.who-we-are-about__image {
  flex: 0 0 40%
}

.red-left,
.red-list ul,
.who-we-are__text-content ul {
  padding-left: 3em;
  border-left: 2px solid #EA1823;
}

.who-we-are__text-content ul {
  padding-left: 1.5em;
  border-left: 2px solid #EA1823;
}


.who-we-are-about__items .who-we-are-about {
  padding-bottom: 90px;
}

.who-we-are-about__list .who-we-are-about__image {
  flex: 0 0 60%;
  position: relative;
}
.who-we-are-about__list .who-we-are__image {
  max-width: 70%;
}

.who-we-are-about__image-text {
  box-shadow: 0px 0px 27px 0px #0000001C;
  border-radius: 8px;
  background: #fff;
  width: 540px;
  max-width: 100%;
  padding: 30px 50px;
}

.who-we-are-about__image .who-we-are-about__image-text {
  position: absolute;
  right: 16px;
  bottom: 0;
}

.where-are-we-working {
  padding-bottom: 30px;
}

.where-are-we-working__image {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-would-you-get {
  color: #fff;
  padding: 50px 0 90px 0;
  background: linear-gradient(180deg, #005CB7 4.33%, #004B95 40.87%);
  text-align: center;
}

.what-would-you-get__title {
  padding-bottom: 60px;
  text-align: center;
}

.what-would-you-get__item-icon {
  height: 40px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-would-you-get__item-icon img {
  display: block;
}
.what-would-you-get__row {
  margin-bottom: -30px;
}
.what-would-you-get__item {
  flex: 0 0 25%;
  padding-bottom: 30px;
}
.what-would-you-get__offer {
  padding-top: 110px;
}
.what-would-you-get__offer-title {
  padding-bottom: 60px;
}

.footer {
  background: #22262F;
  color: #fff;
  padding: 40px 0;
}

.footer__col {
  flex: 0 0 33.3333%;
}

.footer__brand-logo {
  margin-bottom: 35px;
}

.footer__brand-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.footer__title {
  font-weight: 700;
  margin-bottom: 40px;
}

.footer__address {
  text-align: center;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin-left: auto;
}
.footer__socials .footer__title {
  margin-bottom: 12px;
}

.footer__socials-list {
  display: flex;
  gap: 16px;
}

.footer__socials-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #D9F5EE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252A34;
  text-decoration: none;
  transition: all .3s ease;
}

.footer__socials-link:hover {
  background: #005CB7;
  color: #fff;
}

.header__menu-button {
  margin-left: auto;
}

.header__mobile-menu {
  display: none;
}
.header__mobile-menu-close button,
.header__menu-button button {
  position: relative;
  width: 30px;
  height: 27px;
  background: none;
  border: none;
}
.header__mobile-menu-close button span,
.header__menu-button button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: all .3s ease;
}

.header__menu-button button span:nth-child(1) {
  top: 0;
}
.header__menu-button button span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
}
.header__menu-button button span:nth-child(3) {
  bottom: 0;
}
.header__mobile-menu-close button span:nth-child(1),
.header__menu-button button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1.5px;
}
.header__menu-button button.open span:nth-child(2) {
  opacity: 0;
}
.header__mobile-menu-close button span:nth-child(2),
.header__menu-button button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -1.5px;
}

.header__mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;;
  top: 0;
  background: #013E7A;
  padding: 35px;
  overflow: auto;
}

.header__mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__mobile-menu-body {

}

.page-first-screen {
  padding: 160px 0 60px;
  background: #004B95;
  color: #fff;
}

.page-title {
  font-size: 48px;
  font-weight: 700;
}
.main-block-page .page-title {
  text-align: center;
}

.error-page-content {
  padding: 90px 0;
  text-align: center;
}
.error-page-content__title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 30px;
  color: #252A34;
}
.error-page-content__text {
  color: #444444;
}

.about-company {
  padding: 80px 0 100px;
}

.about-company__logo {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
}

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

.contacts-block {
  padding-bottom: 60px;
}

.contacts-block__row {
  display: flex;
  margin: 0 -44px -44px;
}

.contacts-block__col {
  padding: 0 44px 44px;
  color: #444444;
}

.contacts-block .block-title,
.about-company__text .block-title {
  padding-bottom: 30px;
}

.contacts-block__list {
  margin: 30px 0;
  padding: 25px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.contacts-block__list li:not(:last-child) {

}

.contacts-block__list li a {
  color: #444444;
  text-decoration: none;
  transition: all .3s;
}
.contacts-block__list li a:hover {
  color: #005CB7;
}

.onboarding__steps {
  padding: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  max-width: 440px;
  margin: 0 auto;
}

.onboarding__steps ol {
  list-style: decimal;
  padding-left: 1em;
}

.onboarding {
  padding-bottom: 74px;
}

.onboarding .text_page {
  padding: 30px 0 20px;
}

.partners-page-blocks .contacts-block__col {
  flex: 0 0 50%;
}

.partners-types__list {
  font-size: 16px;
  padding-top: 60px;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.partners-types__item {
  flex: 0 0 20%;
  padding-bottom: 30px;
}

.partners-types {
  padding-bottom: 100px;
}

.partners-types .text_page {
  padding-top: 60px;
}

.partners-types .red-left {
  padding-left: 1em;
}

.principles {
  padding-bottom: 94px;
}

.principles__items {
  margin-bottom: -30px;
  flex-wrap: wrap;
}

.principles__item {
  padding-bottom: 30px;
  flex: 0 0 25%;
}

.principles__item-wrap {
  padding: 20px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  height: 100%;
}

.principles__title {
  padding-bottom: 49px;
}

.opportunities-text__bottom {
  padding-top: 60px;
}

.who-we-are__logo {
  flex: 0 0 210px;
}

.modal {
  display: none;
  width: 832px;
  max-width: 95%;
  padding: 85px;
  border-radius: 8px;
}

.modal .block-subtitle {
  padding-bottom: 16px;
}

.modal .block-title {
  padding-bottom: 45px;
}

.inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.inputs .submit,
.inputs .input {
  flex: 0 0 50%;
  padding: 0 15px 30px;
}

.inputs .input label,
.inputs .input input {
  display: block;
}

.inputs .input label {
  font-size: 17px;
  color: #515151;
  padding-bottom: 12px;
  line-height: 1.3;
}

.inputs .input input {
  width: 100%;
  height: 50px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 10px;
}

.inputs .submit .theme-button {
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

.inputs {
  padding-bottom: 70px;
}

.modal-contacts__title {
  font-weight: 700;
}
.modal-contacts__text {
  color: #444444;
}
.modal-contacts__text a {
  color: inherit;
  text-decoration: none;
}
.modal-text {
  padding-top: 30px;
}

.header__logo img {
  display: block;
}