* {
  box-sizing: border-box;
}

body {
  color: #fff;

  background-color: #181e34;

  font-family: "Montserrat", "Arial", sans-serif;
}

.container {
  max-width: 930px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
}

/* =================================== */

.header {
  padding: 30px 0;
}

.header_inner {
  display: flex;
  align-items: center;
}

.header_nav {
  margin-left: auto;
}

.header_list {
  display: flex;
}

.header_item {
  margin-right: 30px;
}

.header_btn {
  color: #2766ae;
  border-radius: 100px;
  padding: 14px 30px;
  background-color: #fff;
  font-weight: 500;
}

/* ============================== */

.hero {
  background: url(../image/bg.jpg) 10% 50% / cover no-repeat;
  padding: 120px 0;
}

.hero_title {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;

  margin-bottom: 60px;
}

.hero_inner {
  display: flex;
  justify-content: space-between;
}

.hero_text {
  display: flex;
  flex-direction: column;
  max-width: 436px;
  width: 100%;
}

.hero_paragrah {
  margin-bottom: 15px;
}

.hero_paragrah span {
  font-weight: 700;
  text-transform: uppercase;
  color: #01a2cb;
}

.hero_btn_inner {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

.hero_btn {
  font-weight: 500;
  text-align: center;

  border-radius: 100px;
  padding: 18px 30px;
}

.hero_btn_1 {
  background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
  margin-bottom: 10px;
}

.hero_btn_2 {
  background: linear-gradient(129deg, #00a4cc 0%, #2766ae 100%);
}

/* ================================== */

.carts {
  padding: 120px 0;
}

.carts_h {
  margin: 0 auto;

  max-width: 512px;
}

.carts_title {
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;

  margin-bottom: 15px;
}

.carts_text {
  margin-bottom: 60px;
}

.carts_flex {
  display: flex;
  justify-content: space-between;

  flex-flow: wrap;
}

.cart-flex {
  border: 2px solid #176bae;
  border-radius: 16px;
  padding: 28px;

  box-shadow: 4px 4px 13px 0 rgba(5, 13, 41, 0.76);
  background: #197cb8;

  margin-bottom: 28px;

  flex: 0 0 23%;
}

.cart-flex-h3 {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;

  margin-bottom: 10px;
}

.cart-flex-p {
  text-align: center;
}

.cart_btn_a {
  display: flex;

  justify-content: center;
}

.cart_btn {
  border-radius: 100px;
  padding: 18px 30px;
  min-width: 436px;
  text-align: center;

  background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
}

/* ================================= */

.footer {
  border-top: 1px solid #323952;
  padding: 60px 0;
}

.footer_inner {
  display: flex;
}

.footer_desc {
  display: flex;
  flex-direction: column;

  margin-right: 197px;
}

.footer_logo {
  width: 48px;
  height: 48px;

  margin-bottom: 15px;
}

.footer_text {
  max-width: 267px;
}

.footer_nav {
  margin-right: 117px;
}

.footer_title_one,
.footer_title_two {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_navigation,
.footer_navigation_two {
  display: flex;
  flex-direction: column;
}

.footer_navigation_item {
  margin-bottom: 10px;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
