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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Montserrat", serif;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

svg {
  max-width: 100%;
}

.s {
  padding: 100px 0;
}
.s:first-child {
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}
.s:last-child {
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
.s:last-child {
  color: white;
}
.s .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s .row img {
  margin-left: auto;
  margin-right: auto;
}

.header {
  color: #287091;
  background: white;
  position: relative;
  z-index: 100;
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
}
.header-inner {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header-inner nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header .container {
  max-width: 1600px;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.family {
  min-height: 960px;
  padding-top: 100px;
  background: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.family .container {
  max-width: 1600px;
  padding-left: 200px;
}
.family .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}
.family .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.family .b {
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-family: Inter;
  font-size: 39.2px;
  font-weight: 400;
  line-height: 47.44px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 63px;
  width: 100%;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 400;
  line-height: 40.06px;
  text-align: center;
}
.btn-primary {
  background: #393549;
  color: white;
}
.btn-outline {
  background: transparent;
  border: 1px solid white;
  color: white;
}

h2 {
  font-family: Montserrat;
  font-size: 56px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: center;
  margin-bottom: 50px;
  color: white;
}

.text {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 52px;
  font-family: Montserrat;
  font-size: 22.4px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: center;
  margin-top: 50px;
  border-radius: 5px;
  width: 208px;
}
.bt1 {
  background: #393549;
  color: white;
}
.bt2 {
  background: #297091;
  color: white;
}

body {
  background: url(../img/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
footer .row p {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
footer .row img {
  margin-bottom: 50px;
}
footer .row svg {
  cursor: pointer;
}

.ttt {
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 800;
  line-height: 70.4px;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 60px 0;
}

.ggrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}