:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Playfair Display", sans-serif;
  --third-family: "PT Serif", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  width: 1140px;
}

.header {
  font-family: var(--font-family);
  background-color: #012d63;
  font-weight: 300;
  font-size: 24px;
  width: 1440px;
  padding-top: 16px;
  padding-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 60px;
}

.header_position {
  display: flex;
  align-items: center;
}

.navigation {
  align-items: center;
  margin-left: 150px;
}

.navigation_list {
  width: 800px;
  column-gap: 29px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navigation_list_item {
  /* justify-content: space-between; */
}

.navigation_list_item_link {
  color: rgb(191, 191, 191);
  /* display: flex;
  align-items: center; */
}

.navigation_list_item_link:hover {
  color: white;
  font-weight: 400;
}

.language_list {
  display: flex;
  width: 80px;
  justify-content: space-between;
}

.language_list_item {
}

.language_list_item_link {
  display: flex;
  color: rgb(191, 191, 191);
}

.language_list_item_link:hover {
  color: white;
  font-weight: 400;
}

.hero {
  background-image: url("../images/hero_bg.png");
  width: 1440px;
  height: 858px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  outline: 2px solid white;
}

.hero_logo_title {
  font-family: var(--third-family);
  font-weight: 400;
  padding-top: 26px;
  padding-bottom: 40px;
  font-size: 40px;
  color: white;
}

.hero_logo_title::before {
  content: "";
  display: block;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 150px;
  margin-top: 120px;
  padding-left: 10px;
  padding-top: 75px;
}

.hero_title {
  font-family: var(--second-family);
  font-size: 144px;
  font-weight: 400;
  margin-bottom: 12px;
}
.hero_subtitle {
  font-family: var(--second-family);
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 12px;
}
.hero_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 41px;
}

.hero_button {
  font-family: var(--font-family);
  background-color: rgb(142, 50, 198);
  border: none;
  border-radius: 10px;
  width: 254px;
  height: 67px;
  font-weight: 400;
  font-size: 24px;
  color: white;
}

hr {
  outline-color: white;
}

.tips {
  background-image: url("../images/tips_bg.png");
  width: 1440px;
  height: 606px;
  margin-left: auto;
  margin-right: auto;
  outline: 2px solid white;
}

.tips_list {
  border: 5px solid #8e32c6;
  list-style: none;
  display: flex;
  margin-top: 105px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tips_list_item {
  justify-items: center;
}

.tips_list_item:nth-child(1) {
  padding-left: 50px;
  padding-right: 50px;
  border-right: 1px solid white;
}
.tips_list_item:nth-child(2) {
  padding-left: 100px;
  padding-right: 100px;
  border-right: 1px solid white;
}
.tips_list_item:nth-child(3) {
  padding-left: 50px;
  padding-right: 50px;
}

.tips_list_item:before {
  height: 75%;
  width: 2px;
  margin-left: 5px;
  background-color: white;
}

.tips_list_item_image {
  width: 240px;
}

.tips_list_item_text {
  color: white;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  width: 200px;
}

.reviews {
  background-image: url("../images/reviews_flowers_bg.png"),
    url("../images/reviews_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 340px 380px, auto;
  background-position: -114px 140px, 0px 0px;
  width: 1440px;
  height: 520px;
  outline: 2px solid white;
  margin-left: auto;
  margin-right: auto;
}

.reviews_title {
  font-family: var(--second-family);
  color: white;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.reviews_list {
  list-style: none;
  display: flex;
  column-gap: 93px;
  justify-content: center;
}

.reviews_list_item:nth-child(1) {
  border-radius: 15px;
  box-shadow: 0 30px 0 -13px #533978, 0 14px 0 -5px #7b54b2;
  background: linear-gradient(
    135deg,
    #00e5e6 7.29%,
    #00a8f7 26.04%,
    #9a76f9 62.5%,
    #cc5ec2 100%
  );
  width: 255px;
  height: 292px;
}
.reviews_list_item:nth-child(2) {
  border-radius: 15px;
  box-shadow: 0 30px 0 -13px #61337c, 0 14px 0 -5px #9159b1;
  background: linear-gradient(
    135deg,
    #ff68b4 0%,
    #ff45e1 26.04%,
    #ce3aff 62.84%,
    #8961ff 100%
  );
  width: 255px;
  height: 292px;
}
.reviews_list_item:nth-child(3) {
  border-radius: 15px;
  box-shadow: 0 30px 0 -13px #732f26, 0 14px 0 -5px #b95a4c;
  background: linear-gradient(
    135deg,
    #ffe128 0%,
    #ff9b5c 30.21%,
    #ff8381 63.29%,
    #ff5489 100%
  );
  width: 255px;
  height: 292px;
}

.reviews_list_item_comment {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: white;
  padding-top: 49px;
  padding-left: 14px;
}

.reviews_list_item_date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #d8d8d8;
  padding-left: 13px;
  display: block;
}

.reviews_list_item_image {
  padding-top: 47px;
  padding-left: 13px;
  display: flex;
}

.reviews_list_item_person {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  color: white;
  padding-left: 49px;
  align-items: center;
  margin-top: -30px;
}

.reviews_list_item_from_time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  color: #d8d8d8;
  padding-left: 49px;
  align-items: center;
}

.order {
  background-image: url("../images/order_bg.png");
  width: 1440px;
  height: 509px;
  margin-left: auto;
  margin-right: auto;
}

.order_title {
  font-family: var(--second-family);
  text-align: center;
  margin-top: 21px;
  margin-bottom: 33px;
  font-weight: 400;
  font-size: 48px;
  color: white;
}

input {
  border-radius: 50px;
}

.order_form {
  column-gap: 50px;
  padding-bottom: 19px;
  display: block;
  justify-items: center;
  row-gap: 19px;
}

.order_form_text {
  display: block;
  padding-bottom: 19px;
}

.order_form_text_box {
  font-family: var(--font-family);
  font-size: 24px;
  background-color: white;
  width: 580px;
  height: 50px;
  border: none;
  padding-left: 25px;
}

.order_form_email {
  display: block;
  padding-bottom: 19px;
}

.order_form_email_styles {
  width: 690px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.order_form_email_box {
  font-family: var(--font-family);
  font-size: 28px;
  background-color: white;
  width: 690px;
  height: 60px;
  border: none;
  padding-left: 25px;
}

.order_form_email_button {
  width: 250px;
  height: 50px;
  font-family: var(--font-family);
  font-size: 28px;
  border: none;
  background: none;
  color: #d8d8d8;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.order_button {
  border: none;
  display: flex;
  border-radius: 16px;
  width: 248px;
  height: 68px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: white;
  background-color: #8e32c6;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: #021635;
  width: 1440px;
  height: 292px;
  text-justify: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer_list {
  color: white;
  padding-top: 45px;
  padding-bottom: 20px;
  display: flex;
  row-gap: 0px;
  flex-direction: column;
}

.footer_list_item_question {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.footer_list_item_address {
  display: block;
  text-decoration-skip-ink: none;
  text-align: right;
  margin-top: -27px;
}

.footer_list_item_address_link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: white;
  font-style: normal;
  text-decoration: underline;
}

.footer_corporation {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: white;
  padding-top: 25px;
}

.footer_underground {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid white;
}

.footer_logo {
  margin-top: -90px;
  margin-left: 900px;
  width: 100px;
  height: 60px;
}

.footer_logo_text {
  display: inline-block;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  color: white;
  text-align: center;
}

.footer_logo_text::before {
  content: "";
  display: block;
  width: 100px;
  height: 51px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
}
