/*body*/
:root {
  --font-family: "Inter", sans-serif;
  --1: #7a7a7a;
  --2: #fff;
  --bg: #f5f5f5;
  --3: #ea1c24;
  --4: #12375f;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  background: var(--bg);
  color: var(--4);
  width: 100%;
  overflow-x: hidden;
}

a, img, input {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--4);
  transition: 0.5s;
}
a:hover {
  color: #EA1C24;
}

.c-link {
  position: relative;
}
.c-link svg path {
  transition: 0.5s;
}
.c-link:after, .c-link:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 0;
  height: 2px;
  background: red;
  transition: 0.5s;
}
.c-link:before {
  top: auto;
  bottom: -2px;
}
.c-link:hover {
  color: #EA1C24;
}
.c-link:hover:after {
  width: 100%;
}
.c-link:hover:before {
  width: 100%;
}
.c-link:hover svg path {
  stroke: #EA1C24;
}

.mobil {
  display: none;
}

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

.b_160 {
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  .b_160 {
    margin-bottom: 140px;
  }
}
@media (max-width: 880px) {
  .b_160 {
    margin-bottom: 80px;
  }
}

.container {
  width: 100%;
  max-width: 87%;
  margin: 0px auto;
}
@media (max-width: 880px) {
  .container {
    max-width: 92%;
  }
}

.sectionHeader {
  padding: 175px 0 95px;
  background: url("../img/header-bg.jpg") bottom center no-repeat;
  background-size: cover;
}
@media (max-width: 580px) {
  .sectionHeader {
    background: none;
    padding: 100px 0 0;
  }
}
@media (max-width: 580px) {
  .sectionHeader .container {
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .sectionHeader .mobil {
    display: block;
    max-width: 100%;
  }
}
.sectionHeader .block {
  backdrop-filter: blur(30px);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: 530px;
  aspect-ratio: 16/16;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 1366px) {
  .sectionHeader .block {
    max-width: 430px;
  }
}
@media (max-width: 580px) {
  .sectionHeader .block {
    max-width: 100%;
  }
}
.sectionHeader .block h1 {
  margin: 0 0 50px;
  font-size: 32px;
  font-weight: 500;
}
.sectionHeader .block a {
  border-bottom: 2px solid var(--4);
  border-top: 2px solid var(--4);
  padding: 12px 2px;
  justify-content: space-between;
  width: 100%;
  transition: 0.8s;
  position: relative;
}

.coll {
  width: 100%;
}

.imgs {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.imgs img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 880px) {
  .imgs {
    padding-left: 0px;
  }
}

.h2_title {
  font-weight: 500;
  font-size: 50px;
  margin: 0px;
}
@media (max-width: 1366px) {
  .h2_title {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .h2_title {
    font-size: 20px;
  }
}

.h3_title {
  font-weight: 600;
  font-size: 70px;
  margin: 0 0 40px;
  line-height: 1;
}
@media (max-width: 1366px) {
  .h3_title {
    font-size: 50px;
  }
}

.white {
  color: var(--2);
}

.hidden {
  overflow-x: hidden;
}

.pageSection_1 .container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .pageSection_1 .container {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.pageSection_1 .container .coll:first-child {
  max-width: 38%;
}
.pageSection_1 .container .coll:first-child .imgs span {
  backdrop-filter: blur(30px);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  width: 90px;
  height: 90px;
  justify-content: center;
  position: absolute;
}
.pageSection_1 .container .coll:first-child .imgs span:first-child {
  left: 0px;
  top: -30px;
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:first-child .imgs span:first-child {
    left: 30px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 580px) {
  .pageSection_1 .container .coll:first-child .imgs span:first-child {
    left: 10px;
    top: -15px;
  }
}
.pageSection_1 .container .coll:first-child .imgs span:last-child {
  right: -30px;
  bottom: -30px;
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:first-child .imgs span:last-child {
    right: 30px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 580px) {
  .pageSection_1 .container .coll:first-child .imgs span:last-child {
    right: 10px;
    bottom: -15px;
  }
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:first-child .imgs img.mobil {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:first-child .imgs img {
    display: none;
  }
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:first-child {
    order: 2;
    max-width: 100%;
  }
}
.pageSection_1 .container .coll:last-child {
  max-width: 57%;
}
.pageSection_1 .container .coll:last-child hr {
  width: 100%;
  height: 1px;
  background: #b0b0b0;
  margin: 80px 0;
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:last-child hr {
    margin: 30px 0;
  }
}
.pageSection_1 .container .coll:last-child p {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1366px) {
  .pageSection_1 .container .coll:last-child p {
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:last-child p {
    font-size: 16px;
    padding-left: 30%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}
@media (max-width: 880px) {
  .pageSection_1 .container .coll:last-child {
    order: 1;
    max-width: 92%;
    margin: 0px auto 30px;
  }
}

.pageSection_2 {
  background: url("../img/World Map.png") left bottom no-repeat;
  background-size: 50%;
}
@media (max-width: 1470px) {
  .pageSection_2 {
    background-position: left center;
  }
}
@media (max-width: 880px) {
  .pageSection_2 {
    background-position: left 85%;
    background-size: 100%;
  }
}
.pageSection_2 .container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .pageSection_2 .container {
    flex-wrap: wrap;
  }
}
.pageSection_2 .container .coll:first-child {
  max-width: 54%;
}
@media (max-width: 1366px) {
  .pageSection_2 .container .coll:first-child {
    max-width: 51%;
  }
}
@media (max-width: 880px) {
  .pageSection_2 .container .coll:first-child {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.pageSection_2 .container .coll:first-child p {
  margin-bottom: 20px;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1366px) {
  .pageSection_2 .container .coll:first-child p {
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .pageSection_2 .container .coll:first-child p {
    padding-left: 30%;
    box-sizing: border-box;
  }
}
.pageSection_2 .container .coll:last-child {
  max-width: 40%;
}
@media (max-width: 1366px) {
  .pageSection_2 .container .coll:last-child {
    max-width: 44%;
  }
}
@media (max-width: 880px) {
  .pageSection_2 .container .coll:last-child {
    max-width: 100%;
  }
}
.pageSection_2 .container .coll:last-child .bg-block {
  background: url("../img/bg-block.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 880px) {
  .pageSection_2 .container .coll:last-child .bg-block {
    margin-bottom: 550px;
  }
}
.pageSection_2 .container .coll:last-child .bg-block .procent {
  font-weight: 300;
  font-size: 120px;
  color: var(--2);
  margin-bottom: 20px;
}
.pageSection_2 .container .coll:last-child .bg-block b {
  display: block;
  font-weight: 500;
  font-size: 32px;
  color: var(--2);
  max-width: 60%;
  margin-bottom: 75px;
  transition: 0.5s;
}
@media (max-width: 1500px) {
  .pageSection_2 .container .coll:last-child .bg-block b {
    max-width: 100%;
  }
}
.pageSection_2 .container .coll:last-child .bg-block span {
  display: block;
  max-width: 60%;
  color: var(--2);
  opacity: 0.7;
}
@media (max-width: 1500px) {
  .pageSection_2 .container .coll:last-child .bg-block span {
    max-width: 100%;
  }
}
.pageSection_2 .container .coll:last-child p {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 880px) {
  .pageSection_2 .container .coll:last-child p {
    font-size: 25px;
  }
}

.pageSection_3 .container {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pageSection_3 .container .coll:first-child {
  max-width: 54%;
}
@media (max-width: 1280px) {
  .pageSection_3 .container .coll:first-child {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 880px) {
  .pageSection_3 .container .coll:first-child .h2_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--1);
  }
}
.pageSection_3 .container .coll:last-child {
  max-width: 40%;
  position: relative;
}
@media (max-width: 1280px) {
  .pageSection_3 .container .coll:last-child {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
.pageSection_3 .container .coll:last-child:before {
  content: "";
  border-top: 1px solid #b0b0b0;
  width: 240px;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 880px) {
  .pageSection_3 .container .coll:last-child:before {
    width: 100%;
  }
}
.pageSection_3 .container .coll:last-child svg {
  margin: 52px 0 62px;
}
@media (max-width: 1280px) {
  .pageSection_3 .container .coll:last-child svg {
    margin-right: 30%;
  }
}
@media (max-width: 880px) {
  .pageSection_3 .container .coll:last-child svg {
    margin: 30px 45px 40px 0;
  }
}
@media (max-width: 1280px) {
  .pageSection_3 .container .coll:last-child p {
    max-width: 46%;
  }
}
@media (max-width: 880px) {
  .pageSection_3 .container .coll:last-child p {
    padding-top: 30px;
  }
}

.pageSectionAdvant {
  background: url("../img/advant-bg.jpg") 0 0 no-repeat;
  padding: 160px 0;
  background-size: cover;
}
@media (max-width: 880px) {
  .pageSectionAdvant .container {
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .pageSectionAdvant .container .mobil {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 1280px) {
  .pageSectionAdvant {
    padding: 140px 0;
  }
}
@media (max-width: 880px) {
  .pageSectionAdvant {
    background: none;
    padding: 80px 0;
  }
}
.pageSectionAdvant h3 {
  margin: 0 0 60px;
}
@media (max-width: 880px) {
  .pageSectionAdvant h3 {
    color: var(--4);
    margin-left: 4%;
  }
}
.pageSectionAdvant .listAdvant {
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 880px) {
  .pageSectionAdvant .listAdvant {
    display: block;
    max-width: 92%;
    margin: 0px auto;
  }
}
.pageSectionAdvant .listAdvant .elemAdvant {
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 23%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .pageSectionAdvant .listAdvant .elemAdvant {
    max-width: 23.5%;
  }
}
@media (max-width: 1199px) {
  .pageSectionAdvant .listAdvant .elemAdvant {
    max-width: 31%;
  }
}
@media (max-width: 880px) {
  .pageSectionAdvant .listAdvant .elemAdvant {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.pageSectionAdvant .listAdvant .elemAdvant:nth-child(3) {
  opacity: 0;
}
@media (max-width: 1199px) {
  .pageSectionAdvant .listAdvant .elemAdvant:nth-child(3) {
    display: none;
  }
}
.pageSectionAdvant .listAdvant .elemAdvant .title {
  font-weight: 500;
  font-size: 32px;
  color: var(--2);
  margin-bottom: 230px;
}
@media (max-width: 1280px) {
  .pageSectionAdvant .listAdvant .elemAdvant .title {
    margin-bottom: 120px;
  }
}
@media (max-width: 880px) {
  .pageSectionAdvant .listAdvant .elemAdvant .title {
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--4);
  }
}
.pageSectionAdvant .listAdvant .elemAdvant span {
  font-size: 20px;
  color: var(--2);
  opacity: 0.7;
}
@media (max-width: 880px) {
  .pageSectionAdvant .listAdvant .elemAdvant span {
    font-size: 16px;
    color: var(--4);
  }
}

.pageSection_4 .container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .pageSection_4 .container {
    display: block;
  }
}
.pageSection_4 .container .coll:first-child {
  max-width: 54%;
}
@media (max-width: 1199px) {
  .pageSection_4 .container .coll:first-child {
    max-width: 30%;
  }
}
@media (max-width: 880px) {
  .pageSection_4 .container .coll:first-child {
    max-width: 100%;
  }
}
.pageSection_4 .container .coll:last-child {
  max-width: 40%;
}
@media (max-width: 1199px) {
  .pageSection_4 .container .coll:last-child {
    max-width: 65%;
  }
}
@media (max-width: 880px) {
  .pageSection_4 .container .coll:last-child {
    max-width: 100%;
  }
}
.pageSection_4 .container .coll:last-child p {
  margin-bottom: 60px;
}
@media (max-width: 880px) {
  .pageSection_4 .container .coll:last-child p {
    padding-left: 30%;
  }
}
.pageSection_4 .listServices {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.pageSection_4 .listServices .elemService {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 31.5%;
  margin: 0 0 48px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pageSection_4 .listServices .elemService:nth-child(1), .pageSection_4 .listServices .elemService:nth-child(2) {
  max-width: 48.5%;
}
.pageSection_4 .listServices .elemService:nth-child(3), .pageSection_4 .listServices .elemService:nth-child(4), .pageSection_4 .listServices .elemService:nth-child(5) {
  margin-bottom: 0px;
}
.pageSection_4 .listServices .elemService svg {
  margin-bottom: 45px;
}
@media (max-width: 880px) {
  .pageSection_4 .listServices .elemService svg {
    margin-bottom: 20px;
  }
}
.pageSection_4 .listServices .elemService span {
  font-weight: 500;
  font-size: 25px;
  display: block;
}
@media (max-width: 992px) {
  .pageSection_4 .listServices .elemService span {
    font-size: 20px;
  }
}
@media (max-width: 880px) {
  .pageSection_4 .listServices .elemService {
    max-width: 100% !important;
    margin-bottom: 20px !important;
    padding: 20px;
  }
  .pageSection_4 .listServices .elemService:last-child {
    margin-bottom: 0px !important;
  }
}

.sectionPartner {
  padding: 139px 0;
  background: url("../img/partner.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 880px) {
  .sectionPartner {
    padding: 80px 0;
  }
}
.sectionPartner p {
  margin-bottom: 30px;
  max-width: 40%;
}
@media (max-width: 1199px) {
  .sectionPartner p {
    max-width: 65%;
  }
}
@media (max-width: 880px) {
  .sectionPartner p {
    max-width: 100%;
    font-size: 16px;
  }
}
.sectionPartner p:last-child {
  margin-bottom: 60px;
}
.sectionPartner a {
  border-bottom: 2px solid var(--2);
  border-top: 2px solid var(--2);
  padding: 12px 2px;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  color: var(--2);
}

.sectionContact {
  background: url("../img/contact.png") left bottom no-repeat;
  padding: 0 0 160px;
  background-size: 60%;
}
@media (max-width: 1199px) {
  .sectionContact {
    background-size: 50%;
  }
}
@media (max-width: 880px) {
  .sectionContact {
    background-size: 90%;
    padding: 0 0 200px;
  }
}
.sectionContact .container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .sectionContact .container {
    display: block;
  }
}
.sectionContact .container .coll {
  width: 100%;
}
.sectionContact .container .coll:first-child {
  max-width: 54%;
}
@media (max-width: 1199px) {
  .sectionContact .container .coll:first-child {
    max-width: 28%;
  }
}
@media (max-width: 880px) {
  .sectionContact .container .coll:first-child .h3_title {
    margin-bottom: 60px;
  }
}
.sectionContact .container .coll:last-child {
  max-width: 40%;
}
@media (max-width: 1199px) {
  .sectionContact .container .coll:last-child {
    max-width: 69%;
  }
}
.sectionContact .container .coll:last-child .elemContact {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 50px;
}
@media (max-width: 880px) {
  .sectionContact .container .coll:last-child .elemContact {
    margin-bottom: 30px;
  }
}
.sectionContact .container .coll:last-child .elemContact:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .sectionContact .container .coll:last-child .elemContact:last-child div {
    margin-bottom: 0px;
  }
}
.sectionContact .container .coll:last-child .elemContact span {
  color: #747474;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  .sectionContact .container .coll:last-child .elemContact span {
    font-size: 16px;
  }
}
.sectionContact .container .coll:last-child .elemContact div {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 50px;
}
@media (max-width: 880px) {
  .sectionContact .container .coll:last-child .elemContact div {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/*header*/
header {
  width: 100%;
  z-index: 5;
  position: fixed;
  top: 0px;
  transition: 0.5s;
}
header .container {
  border-bottom: 1px solid var(--4);
  padding: 20px 0px;
}
header .container .headerFlex {
  justify-content: space-between;
}
header .container .headerFlex .logo {
  display: inline-block;
}
header .container .headerFlex .logo:hover {
  cursor: pointer;
}
header .container .headerFlex ul {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 992px) {
  header .container .headerFlex ul {
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #fff;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
  }
  header .container .headerFlex ul.active {
    height: auto;
  }
}
header .container .headerFlex ul li {
  list-style: none;
  margin: 0px 25px;
}
@media (max-width: 1199px) {
  header .container .headerFlex ul li {
    margin: 0px 15px;
  }
}
header .container .headerFlex ul li a {
  font-size: 16px;
  transition: 0.5s;
}
header .container .headerFlex ul li a:hover, header .container .headerFlex ul li a.active {
  color: #EA1C24;
}
@media (max-width: 992px) {
  header .container .headerFlex ul li a {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}
@media (max-width: 992px) {
  header .container .headerFlex a {
    display: none;
  }
}
header .container .headerFlex .mobilBtn {
  display: none;
}
header .container .headerFlex .mobilBtn:hover {
  cursor: pointer;
}
header .container .headerFlex .mobilBtn rect {
  transition: transform 0.25s;
}
header .container .headerFlex .mobilBtn.active rect:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 3px 0px;
  y: -5px;
}
header .container .headerFlex .mobilBtn.active rect:nth-of-type(2) {
  display: none;
}
header .container .headerFlex .mobilBtn.active rect:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 2px 25px;
  y: 26px;
}
@media (max-width: 992px) {
  header .container .headerFlex .mobilBtn {
    display: block;
    width: 100%;
    max-width: 40px;
  }
}

.styke {
  background: rgba(245, 245, 245, 0.55);
  backdrop-filter: blur(30px);
}

/*footer*/