@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}

body {
  font-family: 'Poppins';
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-display: swap;
}

.title, .link {
  font-family: 'Poppins';
  font-weight: 700;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  height: inherit;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  color: #434343;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  background: linear-gradient(104.58deg, #056088 10.57%, #09A7CA 96.62%);
  padding: 23px;
  border: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  text-align: center;
}

.btn:hover {
  opacity: 0.8;
}

.btn:active {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.container {
  padding: 0 70px;
}

.title {
  color: #056088;
  font-size: 24px;
  line-height: 170%;
  padding-bottom: 16px;
}

.title_white {
  color: #fff !important;
}

.title i {
  font-size: 32px;
}

.text {
  padding-bottom: 23px;
  line-height: 170%;
}

.text_white {
  color: #fff;
}

.link {
  color: #056088;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 100px;
}
/*# sourceMappingURL=global.css.map */