@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}

body {
  font-family: "Josefin Sans", sans-serif;
  color: white;
  background-color: #070C1D;
  font-size: 1.2vw;
  background-color: #121F4B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23121F4B' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23121f4b' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23121f4b' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23121f4c' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23121f4c' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23121f4c' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23121f4c' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23121f4c' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23121f4c' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2313204d' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2313204d' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2313204d' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2313204d' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%2313204d' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%2313204d' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%2313204e' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2313204e' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%2313204E' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
body a {
  text-decoration: none;
  color: white;
}
body .navbarClass {
  margin: 2vw 5vw 2vw 5vw;
  font-size: 1vw;
}
body .navbarClass .float1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 0.1vw solid rgba(10, 85, 143, 0.5);
}
body .navbarClass .float1 .logo {
  display: flex;
  align-items: center;
  font-size: 2vw;
}
body .navbarClass .float1 .logo img {
  margin-right: 1vw;
  width: 3vw;
}
body .navbarClass .float1 .centerLinks {
  margin-left: -10vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .navbarClass .float1 .centerLinks a {
  margin: 0 0.5vw;
}
body .navbarClass .float1 .rightSide {
  display: flex;
}
body .navbarClass .float1 .rightSide .offcanvas {
  color: white;
  background-color: rgba(7, 12, 29, 0.5960784314);
  border-left: 0.1vw solid rgba(10, 85, 143, 0.5);
}
body .navbarClass .float1 .rightSide .offcanvas .offcanvas-body {
  width: 100%;
}
body .navbarClass .float1 .rightSide .offcanvas .offcanvas-body .packsInOffcanvas {
  display: flex;
  flex-direction: column;
}
body .navbarClass .float1 .rightSide .offcanvas .offcanvas-body .packsInOffcanvas .lang {
  margin-bottom: 2vw;
}
body .navbarClass .float1 .rightSide .offcanvas .offcanvas-body .packsInOffcanvas .lang .dropdown .btnLang {
  color: white;
  width: 100%;
}
body main {
  margin-bottom: 2vw;
}
body main .float1Header {
  margin: 2vw 5vw 2vw 5vw;
  display: flex;
  justify-content: space-between;
}
body main .float1Header .leftSideHeader {
  padding: 2vw 4vw 2vw 0;
}
body main .float1Header .leftSideHeader .firstText {
  font-size: 2vw;
}
body main .float1Header .leftSideHeader .btnContact {
  background-color: turquoise;
}
body main .float1Header .rightSideHeader {
  position: relative;
}
body main .float1Header .rightSideHeader .headerAdv div {
  width: 30vw;
  height: 40vw;
  border-radius: 0.4vw;
}
body main .float1Header .rightSideHeader .headerAdv div img {
  width: 30vw;
}
body main .float1Header .rightSideHeader .positionAbsolute1 {
  position: absolute;
  top: 3vw;
  left: -5vw;
}
body main .float1Header .rightSideHeader .positionAbsolute1 div img {
  width: 10vw;
}
body main .float1Header .rightSideHeader .positionAbsolute2 {
  position: absolute;
  top: 7vw;
  right: -5vw;
}
body main .float1Header .rightSideHeader .positionAbsolute2 div img {
  width: 10vw;
}
body main .float1Header .rightSideHeader .positionAbsolute3 {
  position: absolute;
  top: 30vw;
  left: -6vw;
}
body main .float1Header .rightSideHeader .positionAbsolute3 div img {
  width: 10vw;
}
body main .float2Header {
  background-color: rgba(43, 136, 182, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2vw 0;
  margin: 3vw 0;
  border: 0.1vw solid rgba(10, 85, 143, 0.5);
}
body main .float2Header .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .float2Header .box .head {
  font-size: 3vw;
}
body main .float2Header .box .txt {
  font-size: 1.2vw;
}
body main .contactWithUs {
  margin: 2vw 5vw 2vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2vw;
  border-radius: 0.4vw;
}
body main .contactWithUs .up {
  font-size: 3vw;
}
body main .partnersBlock {
  background-color: rgba(43, 136, 182, 0.2);
  padding: 1vw 2vw 1vw 2vw;
}
body main .partnersBlock .sectionHeader {
  margin: 2vw 0 1vw 0;
  font-size: 3vw;
  text-align: center;
}
body main .partnersBlock .partners {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  justify-content: space-around;
  gap: 3vw;
}
body main .partnersBlock .partners .partner {
  border-radius: 0.4vw;
  justify-content: space-around;
  overflow: hidden;
  width: 11vw;
  height: 7vw;
}
body main .partnersBlock .partners .partner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .sectorsBlock {
  margin: 2vw 5vw 2vw 5vw;
}
body main .sectorsBlock .sectorsHeader {
  margin: 2vw 0 1vw 0;
  font-size: 3vw;
  text-align: center;
}
body main .sectorsBlock .sectors {
  display: flex;
  flex-direction: column;
}
body main .sectorsBlock .sectors .sectorLeftImage .sectorLink img {
  margin-right: 2vw;
}
body main .sectorsBlock .sectors .sectorRightImage .sectorLink img {
  margin-left: 2vw;
}
body main .sectorsBlock .sectors .sector {
  display: flex;
  margin: 2vw 0;
}
body main .sectorsBlock .sectors .sector .sectorLink {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body main .sectorsBlock .sectors .sector .sectorLink .txt {
  display: flex;
  width: 50vw;
  flex-direction: column;
}
body main .sectorsBlock .sectors .sector .sectorLink .txt .title {
  font-size: 2vw;
}
body main .sectorsBlock .sectors .sector .sectorLink .txt .moreBtn .modal .modal-dialog .modal-content {
  background-color: #070C1D;
  color: white;
}
body main .sectorsBlock .sectors .sector .sectorLink .txt .moreBtn .show {
  display: flex !important;
  justify-content: center;
}
body main .sectorsBlock .sectors .sector .sectorLink img {
  border-radius: 1vw;
  object-fit: cover;
  width: 30vw;
  height: 30vw;
}
body footer {
  padding: 2vw 5vw 2vw 5vw;
  background: rgba(7, 12, 29, 0.5960784314);
  border-top: 0.1vw solid rgba(10, 85, 143, 0.5);
}