@font-face {
  font-family: "Lato";
  src: url("Lato-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("Lato-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Bold.ttf");
  font-weight: 700;
}

html {
  box-sizing: border-box;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  box-sizing: inherit;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

/* Links */

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 70px;
}

.header {
  padding: 10px 15px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: #ffffff;
}

.logo {
  width: 140px;
}

.main-banner {
  height: 200px;
  position: relative;
  background-image: url(main-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-banner__inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1f4e79;
  opacity: 0.5;
}
.top-menu {
  padding-right: 16px;
}
.menu-item {
  display: inline-block;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.title {
  font-family: "Montserrat", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.main-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.main-block__item {
  padding: 16px;
}
.main-block__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: rgb(31, 78, 121);
}
.main-block__text {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 16px;
}

.main {
  margin-top: 18px;
  margin-bottom: 36px;
  flex-grow: 1;
}

.footer {
  background-color: #1f4e79;
  color: #fff;
  padding: 50px 50px 30px 50px;
}
.footer__one {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.social-list {
  display: flex;
  gap: 36px;
  align-items: center;
}

.social-svg {
  fill: #00b0f0;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}

.social-svg:hover {
  fill: #ffffff;
}

.menu-title {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
.menu-promo {
  border-right: 1px solid silver;
  margin-right: 70px;
}
.menu-item__header {
  text-transform: uppercase;
  font-size: 18px;
}
.menu-item__header:not(:last-child) {
  margin-bottom: 11px;
}
.link-item {
  font-size: 15px;
  line-height: 15px;
}
.link-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer__two {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.partner {
  padding-right: 100px;
}
.partner__text {
  margin-top: 10px;
}

a.btn {
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 50px;
  text-transform: uppercase;
}
.btn_link {
  background-color: #1f4e79;
  color: #fff;
}
a.link {
  text-decoration: underline;
  color: #1f4e79;
}
