@font-face {
  font-family: "Montserrat-Bold";
  src: url("./Montserrat-Bold-e1632dc3.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("./Montserrat-ExtraBold-5ba170e9.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("./Montserrat-Medium-f16f0ba0.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("./Montserrat-Regular-215a175c.woff") format("woff");
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
ul,
li {
  list-style: none;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.bg-header {
  background-color: rgb(11, 30, 43);
}
.header {
  max-width: 1320px;
  margin: 0 auto;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 150px;
  font-family: Montserrat-Bold;
  font-size: 13px;
  z-index: 99;
}
.header__logo img {
  width: 100px;
  object-fit: contain;
}
.header__list {
  display: flex;
  align-items: center;
}
.header__link:not(:last-child) {
  margin-right: 80px;
}
.header__link {
  cursor: pointer;
}
.header__link-border {
  border-radius: 30px;
  border: 2px solid white;
  padding: 5px 10px;
}
.header .menu-burger {
  display: none;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px 50px;
  }
  .header__link:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 40px;
  }
  .header__list {
    display: none;
  }
  .header .menu-burger {
    display: block;
  }
}
.services {
  background-color: #D1D3D4;
  position: relative;
  text-align: center;
  font-family: Montserrat-Medium;
  min-height: 573px;
  overflow: hidden;
  padding-bottom: 50px;
}
.services__globus-container {
  position: absolute;
  bottom: -200px;
  left: -25%;
  height: 400px;
  width: 150%;
}
.services__title {
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 20px;
}
.services__text {
  font-size: 10px;
  padding-bottom: 23px;
}
.service-col-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .service-col-container {
    flex-direction: column;
    align-items: center;
  }
}
.service-col {
  object-fit: contain;
  width: 250px;
  position: relative;
  font-family: Montserrat-Bold;
  margin: 0 20px;
  padding: 14px 0;
  z-index: 10;
}
.service-col__border-img {
  z-index: 1;
  position: absolute;
  top: 18px;
}
.service-col__content {
  z-index: 2;
  position: relative;
}
.service-col__img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.service-col__title {
  margin: 10px 0;
  font-size: 19px;
}
.service-col__text {
  font-family: Montserrat-Regular;
  font-size: 10px;
  height: 88px;
}
.service-col__btn {
  color: #FFF;
  background-color: black;
  font-size: 16px;
  width: 109px;
  height: 38px;
  border-radius: 20px;
  cursor: pointer;
}
.menu {
  width: 100%;
  text-align: center;
  font-family: Montserrat-Bold;
  background-color: rgb(11, 30, 43);
  color: white;
  font-size: 20px;
  z-index: 10;
  height: 0;
  overflow: hidden;
}
.menu__list {
  padding: 20px 0;
}
.menu__link {
  margin-bottom: 10px;
  cursor: pointer;
}
.visible {
  height: auto;
}
.title-header {
  background: radial-gradient(circle, rgb(16, 55, 76) 0%, rgb(11, 30, 43) 100%);
  height: 100vh;
  min-height: 600px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  text-align: right;
  font-size: 60px;
  padding: 0 60px;
  margin-bottom: 80px;
}
.blue-block-container {
  width: 110%;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  height: 200px;
  left: -5%;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.blue-block {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 200% 200% 0 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(90deg, rgb(84, 200, 228) 0%, rgb(0, 186, 225) 29%, rgb(6, 130, 179) 60%, rgb(34, 53, 109) 100%);
}
.blue-block-text {
  font-family: "Montserrat-Bold";
  font-size: 28px;
  z-index: 10;
  padding: 0 calc(5% + 15px);
  text-align: center;
}
.border {
  border-radius: 144px 143px 0px 0px;
  -webkit-border-radius: 144px 143px 0px 0px;
  -moz-border-radius: 144px 143px 0px 0px;
  border: 0px solid #000000;
}
@media screen and (max-width: 425px) {
  .title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .blue-block-text {
    font-size: 18px;
  }
}