body {
  background-color: white;
  display: flex;
  margin: 0;
  color: #191919;
  overflow-x: hidden;
  justify-content: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow-x: hidden;
  align-items: center;
}

.menu {
  display: flex;
  list-style: none;
  margin: 20px 0 20px auto;
  padding: 0;
  cursor: pointer;
}

.menu li {
  padding: 5px 15px;
  font-size: 22px;
  font-weight: bold;
  color: #1560bd;
}
.active {
  text-decoration: underline;
}
.logo {
  display: flex;
  margin: 0 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main_title_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 15px;
  cursor: pointer;
}

.title_description {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  text-align: center;
}

.title_description_item {
  display: flex;
  width: 350px;
  margin: 5px 10px 0 0;
  background-color: lightgray;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}

.title_description_item h3 {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 0;
}

.more {
  text-decoration: none;
  display: flex;
  background-color: #0f82e8;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 20px 5px;
  border: none;
  font-size: 1.2rem;
  border-radius: 20px;
  width: auto;
}

.more:hover {
  background-color: #1560bd;
}

.more:visited {
  color: white;
}

.main-title {
  font-size: 28px;
  /*   letter-spacing: 0.1rem; */
  display: inline-flex;
  max-width: 500px;
  color: #191919d3;
  text-align: center;
}

.main-subtitle {
  font-size: 20px;
  display: inline-flex;
  max-width: 400px;
  color: #191919;
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.uppertext {
  display: inline-flex;
  font-size: 18px;
  color: #191919;
  font-weight: 600;
  position: relative;
  margin: 20px;
}

.uppertext::after {
  content: " ";
  width: 100%;
  display: flex;
  border-bottom: 3px solid white;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.main {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header {
  color: #191919;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, mintcream, white);
}

.header_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
/*   background-color: #D7E5F0; */
background-color: lightsteelblue;
}

.header_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.media {
  display: flex;
  min-width: 150px;
  justify-content: space-between;
  margin: 20px 0 20px auto;
}

.banner,
.start {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 0;
  align-items: flex-start;
}

.hero {
  display: flex;
  overflow-x: hidden;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
}

.start {
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.start_wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  padding: 20px;
  margin: 0;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}

.pros_title {
  margin-top: 0;
}
.priority_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  box-sizing: border-box;
  box-sizing: border-box;
}

.item_h3 {
  color: #191919;
  margin: 10px 0;
  padding: 0px calc(100% / 10);
  display: flex;
  font-size: 22px;
}

.item_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  min-height: 100px;
}

.service_item span {
  display: inline-flex;
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
}

.service_item span:nth-child(even) {
  background-color: aliceblue;
}

.service_item span:nth-child(odd) {
  background-color: #fff;
}

.item-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.services_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  max-width: 1200px;
}

.general_img {
  display: flex;
  justify-content: center;
  align-self: center;
}

.general_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  max-width: 1200px;
}

.general_text {
  display: flex;
  font-size: 22px;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}

.f1 {
  margin-left: 4px;
}
.features {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.features li {
  display: flex;
  margin: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  align-items: center;
}

.odd {
  color: #1560bd;
}
.odd {
  color: #1560bd;
}

.moto {
  font-weight: 500;
  font-size: 22px;
}

.section_image {
  margin-top: 10px;
}

.section_title {
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin: 30px 10px;
  align-self: center;
  letter-spacing: 0.1rem;
  cursor: pointer;
  text-align: center;
}

section {
  margin-top: 30px;
  max-width: 100%;
}

.care {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.priority {
  display: flex;
  max-width: 1200px;
  width: 100%;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.priority_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.priority_item {
  display: flex;
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background-color: aliceblue;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 10px 5px 5px #143aa2;
}

.blue_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  box-sizing: border-box;
  align-items: center;
  border-radius: 30px;
  margin: 20px 10px;
  background-color: #0f82e8;
  min-width: 320px;
  max-width: 700px;
}

.box_text {
  display: flex;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
}

.service_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 320px;
  max-width: 450px;
  flex-grow: 1;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 15px;
  padding-bottom: 25px;
  background-color: #0f82e8;
  background: linear-gradient(to bottom, #0f82e8 50%, white 50%);
  box-shadow: 10px 5px 5px rgba(86, 145, 200, 0.3);
  align-items: flex-end;
}

h2 span {
  display: flex;
  font-weight: 600;
  text-shadow: 2px 2px 5px #fff;
  align-self: baseline;
  font-size: 24px;
}

.hot_promo {
  display: flex;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: aliceblue;
  margin: 20px;
  border-radius: 50px;
}

.toTelegram {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background-color: mintcream;
  border-radius: 50px;
  margin-bottom: 40px;
}

.to_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20 5px;
  cursor: pointer;
  margin: 0;
}

.toTitle {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 30px 0;
  justify-content: center;
  text-align: center;
}

.license {
  font-size: 28px;
  color: #0000cb;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.toSubtitle {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}

.cross {
  text-decoration: line-through;
  color: red;
}

.footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 20px 20px;
  box-sizing: border-box;
  background-color: #0000cb;
  color: white;
}

.footer_container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.data {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  padding: 15px;
  margin: 0;
}

.services {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1200px;
  background-color: mintcream;
}

.services_wrapper {
  display: flex;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

.reasons {
  display: flex;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  background-color: aliceblue;
  color: black;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  justify-content: center;
}

.reasons_title {
  text-align: center;
  display: inline-flex;
  font-size: 24px;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
  margin: 30px 0 0 10px;
  box-sizing: border-box;
}
.picture {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.picture_ul {
  list-style-type: "\2714";
  font-size: 18px;
}
.picture_ul li {
  margin: 5px;
}

.reason_p {
  display: flex;
  max-width: 400px;
  box-sizing: border-box;
  margin: 5px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.reasons_1,
.reasons_2 {
  display: flex;
  max-width: 550px;
  min-width: 300px;
  font-weight: 600;
  flex-grow: 1;
  margin: 10px 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: lightsteelblue;
  border-radius: 30px;
}

.reasons_2 {
  background-color: #0f82e8;
}

@media (min-width: 1117px) {
  .general_text {
    margin-top: 70px;
  }
}



@media (max-width: 1080px) {
  .service_item {
    max-width: 400px;
    flex-grow: 1;
  }

  .hot_promo {
    border-radius: 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .service_item img {
    width: 100px;
  }

  .pros_wrapper img {
    width: 400px;
  }

  section {
    justify-content: center;
  }

  .maps {
    width: 100%;
  }

  .message {
    text-align: center;
  }

  .section_title {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    margin: 20px 5px 10px 5px;
  }

  .footer_container {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 880px) {
  .service_item {
    max-width: 500px;
  }

  .first_img {
    width: 320px;
    height: 250px;
  }
  .sec_img {
    width: 150px;
    height: 150px;
  }

  .general {
    min-height: 300px;
  }

  .general_wrapper {
    align-items: center;
    justify-content: center;
  }

  .general_text {
    align-self: center;
    justify-content: center;
  }

  .data {
    align-items: center;
  }

  .pros_wrapper img {
    width: 300px;
  }

  .first_img img {
    width: 320px;
    height: 250px;
  }
}
