* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"), url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100vh;
  position: relative;
  width: 100vw !important;
}
body > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  opacity: 1;
  transition: all, 0.3s;
}

html, body {
  background-color: #1D3B81;
  font-family: "Roboto", serif;
  scroll-behavior: smooth;
}

.wrapper {
  position: relative;
  z-index: 2;
}

.c-scrollbar {
  z-index: 10001;
}

footer {
  position: relative;
  width: 100%;
}

.layout {
  width: 100%;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  padding: 0 30px;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 30px 0;
}
header.modal__open {
  background-color: transparent !important;
}
header.modal__open .bg {
  opacity: 0 !important;
}
header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all, 0.3s;
  background-color: #1D3B81;
  opacity: 0;
  -webkit-mask: linear-gradient(to bottom, #000 0%, rgb(0, 0, 0) calc(100% - 45px), rgba(0, 0, 0, 0) 100%);
}
header .limit {
  max-width: 1640px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 30px;
  align-items: center;
}
header .close__contact {
  display: none;
  cursor: pointer;
  height: 40px;
  padding: 10px 0;
}
header .soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 27px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 70px;
}
header nav a {
  color: #A8B8E4;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  text-transform: uppercase;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.main__content {
  height: 100vh;
  background: url("../images/bg.png") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.main__content-head {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.main__content h1 {
  color: #FFF;
  text-align: center;
  font-size: clamp(32px, 4.167vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 935px;
  margin: 0 auto;
}

.cards__section {
  position: static;
  display: flex;
  overflow: hidden;
}

.cards__block {
  position: relative;
  width: 50%;
  height: 100%;
}

.text {
  position: relative;
  width: 570px;
  max-width: 100%;
  height: 100vh;
  padding-left: 30px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: 60px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.text .bg {
  display: none;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  filter: brightness(1.08);
}
.text h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  color: #fff;
}
.text-content {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  overflow: hidden;
  transition: height, 0.5s;
}
.text-content.open {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 500;
  -webkit-box-orient: vertical;
  line-clamp: 500;
  box-orient: vertical;
}
.text-content p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.text-content p:last-child {
  margin-bottom: 0;
}
.text .read__less,
.text .read__more {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 180%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.text .read__less svg,
.text .read__more svg {
  margin-left: 8px;
}
.text .read__less:hover,
.text .read__more:hover {
  text-decoration: underline;
}
.text .read__less svg {
  transform: scaleY(-1);
}
.text .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 48px;
  border-radius: 50px;
  padding: 0 40px;
  border: 1px solid;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  position: relative;
}
.text .button span {
  color: #000;
  position: relative;
  z-index: 2;
  transform: perspective(400px) rotateY(0);
  transition: color, 0.5s, transform, 0.4s;
  transform-origin: center 30px;
}
.text .button:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #000;
  box-shadow: 0 0 0 0 #000;
  transition: all, 0.5s;
}
.text .button:hover {
  border-color: transparent !important;
}
.text .button:hover span {
  color: #fff;
  transform: perspective(400px) rotateX(-360deg);
}
.text .button:hover:before {
  bottom: 0;
  padding-bottom: 0;
  border-radius: 50px;
  height: 100%;
  box-shadow: 0 0 0 20px #000;
}
.text .show__images-item {
  display: none;
}

.show__images {
  float: none;
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  display: flex;
  width: 50%;
  left: 50%;
  padding: 0;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100vh;
}
.show__images .blur__container {
  position: absolute;
  left: 390px;
  width: 356px;
  height: 570px;
}
.show__images .blur {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 356px;
  height: 356px;
  border-radius: 356px;
  opacity: 0.42;
  background: #B29C26;
  filter: blur(96.5px);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0) translateZ(0);
}
.show__images-contain {
  width: 570px;
  max-width: calc(100% - 30px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 round 50px);
  z-index: 100;
}
.show__images-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: calc(100% + 60px);
  transform: translate(-50%, -50%);
}
.show__images-item .pic {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: inset(0px 0px 0%);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  background-color: #244592;
}
.show__images-item .pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  -webkit-clip-path: inset(0 round 20px);
}

.advantages__slider__block {
  padding: clamp(60px, 13.895vh, 132px) 0;
  position: relative;
}
.advantages__slider__block h2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 57px;
}
.advantages__slider__block .process-grid {
  position: relative;
  left: 50%;
  text-align: left;
  width: auto;
  margin: auto;
  display: inline-flex;
}
.advantages__slider__block .process-cell {
  width: 400px;
  min-width: 400px;
  margin-right: 30px;
  background: #244592;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 40px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.advantages__slider__block .process-cell:last-of-type {
  margin-right: 0;
}
.advantages__slider__block .process-cell h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.advantages__content {
  position: relative;
}
.advantages__content:before {
  content: "";
  background: url("../images/values_logo.png") 0 0 no-repeat;
  width: 413px;
  height: 504px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  margin-top: 87px;
}

footer {
  background-color: #17367C;
  padding: 17px 0;
  color: #A8B8E4;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 1400px) {
  .show__images-contain {
    width: 470px;
  }
  .show__images .blur__container {
    height: 470px;
  }
  .show__images .blur {
    top: -49px;
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 1300px) {
  header {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
@media (max-width: 1300px) {
  header {
    padding: 15px 0;
    -webkit-mask: linear-gradient(to bottom, #000 0%, rgb(0, 0, 0) calc(100% - 10px), rgba(0, 0, 0, 0) 100%);
  }
  .show__images-contain {
    margin-top: 35px;
  }
}
@media (max-width: 1200px) {
  .text {
    margin-right: 0;
    padding-right: 30px;
  }
  .dot {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .bg {
    position: fixed;
  }
  .video__main {
    display: none;
  }
  .main__content-head video {
    display: block;
    aspect-ratio: 1/1;
    width: 47.917vw;
    min-width: 335px;
    -webkit-mask: radial-gradient(circle at center, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 57%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .main__content-head {
    flex-direction: column;
  }
  .main__content-head h1 {
    margin-top: 0;
  }
  .show__images {
    display: none;
  }
  .cards__block {
    width: 100%;
  }
  .cards__section {
    height: auto !important;
  }
  .text {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .text .show__images-item {
    display: flex;
  }
  .show__images-item {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    transform: translate(0, 0);
  }
  .main__content {
    margin-bottom: 0;
  }
  .text .show__images-item {
    order: -1;
    -webkit-clip-path: none !important;
    aspect-ratio: 1/1;
    margin: 0 auto 30px;
    max-width: 472px;
  }
  .show__images-item .pic {
    position: static;
    transform: translate(0%, 0%);
    border-radius: 40px;
  }
  .advantages__slider__block .process-grid {
    left: 0;
    display: flex;
    transform: none !important;
    flex-direction: column;
  }
  .advantages__slider__block {
    height: auto !important;
  }
  .advantages__slider__block .process-cell {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .advantages__content,
  .advantages__content.is-inview {
    transform: none !important;
  }
  .show-text-contain {
    margin: 0 auto;
  }
  .advantages__slider__block .process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 0 30px;
  }
  .advantages__slider__block .process-cell {
    margin-bottom: 0;
  }
  .advantages__slider__block .process-cell {
    width: auto;
    min-width: inherit;
  }
}
@media (max-width: 1024px) {
  header nav {
    gap: 30px;
  }
  .logo > a:nth-child(1) {
    width: 150px;
    display: block;
  }
  footer {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .layout {
    background-image: url("../images/bg.png");
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  header .limit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav {
    display: none;
  }
  .main__content {
    height: auto;
    margin-bottom: 30px;
  }
  .main__content-head {
    height: auto;
    transform: none !important;
  }
  .main__content h1 {
    margin: 0;
  }
  .main__content {
    margin-bottom: 130px;
    padding: 120px 0 0;
  }
  .main__content h1 {
    font-size: 36px;
    max-width: 490px;
  }
  .text {
    max-width: 472px;
    margin: 0 auto 100px;
  }
  .text:last-of-type {
    margin-bottom: 0;
  }
  .text h2 {
    font-size: 28px;
  }
  .advantages__slider__block .process-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 472px;
  }
  .advantage__section h2, footer h2 {
    font-size: 36px;
  }
  .who__we__are h2 {
    font-size: 36px;
  }
  .advantages__slider__block h2 {
    font-size: 36px;
  }
  .who__we__are {
    margin-bottom: 111px;
  }
}
@media (max-width: 550px) {
  .advantage__section h2, footer h2 {
    font-size: 30px;
  }
  .who__we__are h2 {
    font-size: 30px;
  }
  .advantages__slider__block h2 {
    font-size: 30px;
  }
  .advantage__section .messangers, footer .messangers {
    display: flex;
    flex-direction: column;
  }
  footer {
    padding-bottom: 30px;
  }
  .text {
    margin: 0 auto 100px;
  }
  .who__we__are {
    margin-bottom: 67px;
  }
  .advantage__section .messangers, footer .messangers {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 50px;
    width: 100%;
  }
  .advantage__section .messangers .button, footer .messangers .button {
    padding: 0 20px;
    min-width: 140px;
    margin: 0;
    height: 46px;
    justify-content: center;
  }
  .advantage__section .limit, footer .limit {
    height: auto;
  }
  .cards__section {
    margin-bottom: 120px;
  }
  .advantage__section.modal .limit {
    height: 100%;
  }
}

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