* {
  font-family: "Lato", sans-serif;
  font-family: "Open Sans", sans-serif;
}

a,
.rekl_btn,
.our_services_btn {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #020303;
}

.top_content .container {
  background-image: url(../img/top_content_back.png);
  background-size: cover;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

body {
  width: 100%;
  margin: 0 auto;
}

.header_section_partner_list {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 184px;
}

.container {
  max-width: 145rem;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.our_services_btn .main_btn {
  width: 100%;
}

.top_content {
  background-position: center;
  /* background-size: cover; */
  background-repeat: no-repeat;
}

.header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_list {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 5vw, 105px);
}

.header_list_item {
  color: white;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#showMoreBtn {
  display: none;
}

.main_btn {
  display: flex;
  width: 273px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #00745a;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: ease-in-out 0.3s;
  border-radius: 8px;
  border: 1px solid #61d1c6;

  background: rgba(255, 255, 255, 0.04);
}

.header_section {
  padding-top: 146px;
  padding-bottom: 63px;
}

.header_section_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  gap: 200px;
}

.orange_text {
  color: #b7b7b7;
}

.header_section_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header_section_tittle {
  font-size: clamp(24px, 5vw, 80px);
  font-style: normal;
  font-weight: 500;
  line-height: 99.239%;
  /* 79.391px */
  background: radial-gradient(30.48% 106.96% at 50% 8.44%,
      #fff 0%,
      rgba(245, 247, 250, 0.76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 503px;
}

.header_section_top_tittle {
  font-family: "IBM Plex Mono", monospace;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 9px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.header_section_subtittle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 571px;
  padding-bottom: 72px;
  padding-top: 16px;
}

.header_section_img {
  position: relative;
}

.about_us {
  padding-bottom: 120px;
  padding-top: 36px;
}

.about_us_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(../img/black_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
}

.about_usT {
  padding-top: 95px;
}

.content_tittle {
  color: #7c7c7c;

  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.content_text {
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 72px;
  align-items: center;
}

.content_text_tittle {
  background: radial-gradient(30.48% 106.96% at 50% 8.44%,
      #fff 0%,
      rgba(245, 247, 250, 0.76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 57.6px */
  width: 870px;
  padding-bottom: 26px;
}

.content_text_subtittle {
  color: rgba(255, 255, 255, 0.5);

  text-align: center;
  width: 825px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.content_main {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}

.content_main_img {
  max-width: 1165px;
  width: 100%;
}

.content_main_blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content_content_blocks {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.first_block_Item {
  background-image: url(../img/content_blocks_item_bg.png);
}

.second_block_Item {
  background-image: url(../img/content_blocks_item_bg_2.png);
}

.content_blocks_item {
  border-radius: 21px;
  border: 1px solid #e2e2e2;

  box-shadow: 0px 4px 45px 0px rgba(219, 219, 219, 0.25);
  padding: 24px;
  max-width: 719px;
  width: 100%;
  height: 584px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  text-align: left;
}

.blocks_item_top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blocks_item_top_period {
  color: rgba(0, 0, 0, 0.5);
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.header_section_btn {
  display: flex;
  align-items: center;
  gap: 50px;
}

.second_btn {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 16px;
}

.blocks_item_top_percent {
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blocks_item_money {
  color: #00745a;

  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.92px;
}

.block_item_percent {
  color: #808080;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.black_percent {
  color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dots_content_element {
  padding-top: 66px;
  padding-bottom: 115px;
  width: 100%;
}

.div_content_list {
  display: flex;
}

.dots_content_element_item {
  width: 33%;

  background: rgba(0, 116, 90, 0.15);
  border: 1px solid #232524;
  padding: 32px;
}

.dots_element_item_nymber {
  color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
}

.dots_element_item_text {
  color: #c0c1c1;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dots_content_element_item_photo {
  width: 33%;

  border: 1px solid #232524;
}

.dots_content_element_item_photo img {
  height: 100%;
}

.blocks_item_footer {
  display: flex;

  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.black_period {
  color: rgba(255, 255, 255, 0.5);

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.content_main_blocks_btn {
  display: flex;
  justify-content: center;
}

.content_main_blocks_button_blocks {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: radial-gradient(100% 100% at 50% 0%,
      rgba(0, 155, 121, 0) 0%,
      rgba(7, 57, 46, 0.25) 80.68%);
  color: #fff;
  width: 100%;
  padding: 52px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content_main_blocks_button {
  display: flex;
  width: 422px;
  height: 101px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: none;
  border-radius: 6px;
  background: #00745a;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: ease-in-out 0.3s;
}

.content_main_blocks_button:hover {
  background: #ff7c47;
}

.content_main_blocks_button:active {
  background: #ff4a00;
}

.orange_block {
  background-image: url(/img/orange_bg.png);
}

.orange_block_tittle {
  padding-top: 111px;
  padding-bottom: 55px;
  color: #fff;

  text-align: center;

  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
}

.orange_block_btn {
  padding-bottom: 55px;
}

.white {
  border-radius: 6px;
  background: #fff;
  color: #00745a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: ease-in-out 0, 3s;
}

.main_btn.white:hover {
  background: #fff4f0;
}

.main_btn.white:active {
  background: #ffe7de;
}

.orange_block_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.our_services {
  padding-top: 140px;
  padding-bottom: 120px;
}

.our_services_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our_services_text {
  padding-top: 16px;
  background: radial-gradient(30.48% 106.96% at 50% 8.44%,
      #fff 0%,
      rgba(245, 247, 250, 0.76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;

  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
}

.our_services_hero {
  padding-top: 63px;
  padding-bottom: 48px;
}

.our_services_list {
  display: flex;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.our_services_list_item_withPhoto {
  background-image: url(../img/our_services_list_item_withPhoto.png);
  width: 500px;
  height: 316px;
  border: 1px solid #1c1c1c;
  background-size: cover;
}

.our_services_list_item {
  padding: 24px;

  border-radius: 6px;
  border: 1px solid #1c1c1c;
  width: 500px;
  height: 316px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our_services_list_item_img {}

.our_services_list_item_text {}

.our_services_list_item_tittle {
  color: #fff;
  padding-bottom: 16px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.succes_block {
  padding-top: 32px;
  padding-bottom: 32px;
}

.succes_block_content {
  padding-bottom: 32px;
  justify-content: center;
  display: flex;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  background: radial-gradient(174.93% 174.93% at 50% 0%,
      rgba(0, 155, 121, 0) 29.22%,
      rgba(0, 155, 121, 0.15) 52.38%,
      rgba(255, 255, 255, 0.25) 80.68%);
}

.succes_block_text {
  width: 60%;
  padding-left: 30px;
  padding-top: 32px;
  padding-right: 30px;
}

.succes_block_tittle {
  padding-top: 19px;
  padding-bottom: 36px;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: radial-gradient(30.48% 106.96% at 50% 8.44%,
      #fff 0%,
      rgba(245, 247, 250, 0.76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footersection {
  background-image: url(../img/foootert.png);
  background-size: cover;
}

.succes_block_subtittle {}

.succes_block_btn {}

.main_btn {}

.succes_block_img {}

.succes_block_img_logo {
  border-top-right-radius: 26px;
}

.rekl_btn {
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;

  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our_services_list_item_subtittle {
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.our_services_btn {}

.our_partners {
  background-color: #f5f4f2;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.1) inset;
  display: none;
}

.our_partners_content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.content_tittle {}

.our_services_text {}

.our_partners_logos_list {
  display: flex;
  flex-direction: column;

  overflow: hidden;
}

.our_partnars_list_top {
  display: flex;
  padding-top: 64px;
  align-items: center;
  justify-content: center;
}

.our_partnars_list_top_item img {
  width: 255.41px;
  max-width: none;
}

.our_partnars_list_bot {
  display: flex;
  margin-bottom: 120px;
  align-items: center;
  justify-content: center;
}

.our_partnars_list_bot_item img {
  width: 255.41px;
  max-width: none;
}

.section_reviews {
  padding-bottom: 120px;
  padding-top: 120px;
}

.reviews_content {
  border-radius: 47px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/otz_bg.png);
  box-shadow: 0px 4px 45px 0px rgba(219, 219, 219, 0.25);
  padding: 24px;
  padding-top: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 47px;
  border: 1px solid #656666;
}

.reviews_block {
  width: 60%;
}

.rewievs_logo .content_tittle {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(0, 254, 197, 0.15);
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reviews_left_arrow img {
  max-width: none;
}

.reviews_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rewievs_logo {
  padding-bottom: 48px;
}

.reviews_text {
  color: #fff;

  text-align: center;

  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  padding-bottom: 80px;
}

.reviews_name {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.reviews_topname {
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reviews_botname {
  color: #000;

  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reviews_right_arrow img {
  max-width: none;
}

:root {
  --bg: #fff;
  --text: #7288a2;
  --gray: #4d5974;
  --lightgray: #e5e5e5;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* Стили для body */

/* Стили для .container */

/* Стили для .accordion */
.accordion .accordion-item {
  border-bottom: 1px solid #292828;
}

.bottom_section_dots {}

.dots_goupr {
  background-image: url(../img/footer_bg.png);
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom_dots_top {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
  border-bottom: 1px solid #0d7964;
}

.bottom_section_dots_btn {
  padding-bottom: 36px;
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(0, 254, 197, 0.15);
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bottom_section_dots_tittle {
  padding-top: 36px;
  text-align: center;
  background: radial-gradient(30.48% 106.96% at 50% 8.44%,
      #fff 0%,
      rgba(245, 247, 250, 0.76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1249px;
  widows: 100%;
  padding-bottom: 71px;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 96px */
}

.bottom_section_dots_bot_btn {
  display: flex;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #61d1c6;
  background: rgba(0, 116, 90, 0.3);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.bottom_dots_footer {
  padding-top: 20px;

}

.bottom_dots_footer_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom_dots_footer_logo {}

.bottom_dots_footer_items {}

.header_list {}

.header_list_item {}

.hide {}

.main_btn {}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 32px 0;
  color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}

.accordion .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion .icon {
  display: inline-block;
  position: absolute;
  top: 34px;
  right: -43px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: white;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  color: white;
}

.faq_block {
  padding-top: 48px;
  width: 60%;
  padding-right: 70px;
}

.faq_content {
  display: flex;
  gap: 84px;
  align-items: center;
  justify-content: right;
}

.our_services_faq {
  background: radial-gradient(30.48% 106.96% at 50% 8.44%,
      #fff 0%,
      rgba(245, 247, 250, 0.76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 16px;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 57.6px */
}

.faq_img {
  align-items: center;
  display: flex;
}

.faq {
  padding-bottom: 150px;
  background-image: url(../img/faq_bg.jpg);
  background-repeat: no-repeat;
}

.bottom_section {
  background-image: url(/img/bottom_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom_section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 180px;
}

.content_tittle {}

.our_services_text {}

.bottom_section_block {
  border-radius: 6px;
  background: #fff;
  padding: 36px;
  margin-top: 36px;
  box-shadow: 0px 4px 45px 0px rgba(219, 219, 219, 0.25);
}

.bottom_block_img img {
  border-radius: 3px;
  max-width: 1093px;
  width: 100%;
}

.bottom_block_img {
  padding-bottom: 36px;
}

.bottom_section_btn {
  border-radius: 6px;
  background: #00745a;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.bottom_section_btn:hover {
  background: #ff7c47;
}

.bottom_section_btn:active {
  background: #ff4a00;
}

.footer {
  background-image: url(/img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_content_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 169px;
}

.footer_content_top_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer_logo {
  padding-bottom: 24px;
}

.footer_btn {
  width: 422px;
}

.bottom_hide_menu {
  display: none;
}

.main_btn {}

.footer_white {
  border-radius: 6px;
  background: #fff;
  width: 422px;
  color: #00745a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: ease-in-out 0.3s;
}

.main_btn.footer_white:hover {
  background: #fff4f0;
}

.main_btn.footer_white:active {
  background: #ffe7de;
}

.footer_list {
  color: #fff;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer_list_item {
  list-style-type: none;
}

#collapseBtn {
  display: none;
}

.footer_content_bottom {
  display: flex;
  padding-top: 100px;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footer_content_bottom_item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  display: flex;
  gap: 50px;
}

.footer_content_bottom_item:first-child {
  gap: 6px;
}

.footer_content_bottom_item span {
  font-weight: 300;
}

.burger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.main_btn:hover {
  border-radius: 8px;
  border: 1px solid #61d1c6;
  background: rgba(0, 116, 90, 0.4);
}

.main_btn:active {
  border-radius: 8px;
  border: 1px solid #61d1c6;
  background: #00745a;
}

.bottom_section_dots_bot_btn:hover {
  border-radius: 8px;
  border: 1px solid #61d1c6;
  background: rgba(0, 116, 90, 0.4);
}

.bottom_section_dots_bot_btn:active {
  border-radius: 8px;
  border: 1px solid #61d1c6;
  background: #00745a;
}

.second_btn {
  cursor: pointer;
}

.second_btn:active {
  color: #22ae94;
}

.reviews_left_arrow circle:hover {
  fill: #92e1d3;
}

.reviews_right_arrow circle:hover {
  fill: #92e1d3;
}

.content_main_blocks_button_blocks:hover {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: radial-gradient(100% 100% at 50% 0%,
      rgba(0, 155, 121, 0) 0%,
      rgba(7, 57, 46, 0.4) 80.68%);
}

.content_main_blocks_button_blocks:active {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: radial-gradient(100% 100% at 50% 0%,
      rgba(0, 155, 121, 0) 0%,
      rgba(7, 57, 46, 0.6) 80.68%);
}

.second_btn:hover {
  color: #92e1d3;
}

.bar {
  height: 2px;
  width: 27px;
  border-radius: 5px;
  background: white;
  transition: transform 0.2s, opacity 0.2s;
}

/* Стили для первой полосы */
.bar:first-child {
  width: 24px;
}

/* Стили для второй полосы */
.bar:nth-child(2) {
  width: 20px;
}

/* Стили для третьей полосы */
.bar:last-child {
  width: 16px;
}

.header_logo {
  z-index: 99;
}

/* Исходное положение бургер-кнопки */
.burger.active .bar:nth-child(1) {
  transform: translateY(5px) rotate(48deg);
}

.burger.active .bar:nth-child(2) {
  opacity: 0;
}

.burger.active .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-47deg);
  width: 24px;
}

.hide {
  display: none;
}

@media (max-width: 1077px) {
  .header_list {
    gap: 20px;
  }

  .accordion button {
    font-size: 17px;
  }
}

@media (max-width: 940px) {
  .our_services_list_item {
    width: 348px;
    height: 330px;
  }

  .content_main {
    padding: 0;
  }

  .our_services_list_item_withPhoto {
    width: 100%;
  }

  .order_block {
    background-position: top;
    padding: 24px;
  }

  .dots_content_element_item_photo {
    order: 3;
  }

  .content_content_page {
    padding-top: 48px;
  }

  .dots_content_element_item {
    width: 50%;
  }

  .dots_content_element_item_photo {
    width: 100%;
  }

  .div_content_list {
    flex-wrap: wrap;
  }

  .succes_block_content {
    flex-direction: column;
  }

  .content_text_tittle {
    width: 560px;
  }

  .content_text_subtittle {
    width: 560px;
  }

  .faq_block {
    padding-top: 30px;
  }

  .our_services_faq {
    font-size: 36px;
  }

  .faq {
    padding-bottom: 500px;
  }

  .bottom_section_dots_tittle {
    font-size: 49px;
  }

  .bottom_section_dots_bot_btn {
    padding: 14px 24px;
    font-size: 16px;
    width: 100%;
  }

  .bottom_section_dots {
    background-image: url(../img/footer430.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .order_block_tittle {
    font-size: 20px;
  }

  .dots_goupr {
    background-image: none;
  }

  .footersection {
    background-image: none;
  }

  .bottom_dots_footer {}

  .bottom_dots_footer_logo {
    width: 196px;
  }

  .bottom_section_dots_tittle {
    padding-top: 125px;
  }

  .bottom_dots_top {
    padding-bottom: 0;
  }

  .bottom_hide_menu {
    display: flex;
    padding-top: 182px;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #f5f7fa;
  }

  .succes_block_text {
    order: 2;
    width: 100%;
  }

  .succes_block_tittle {
    font-size: 36px;
  }

  .succes_block_btn .main_btn {
    width: 100%;
  }

  .content_main_blocks {
    align-items: center;
  }

  .content_content_blocks {
    flex-direction: column;
    width: 80%;
    gap: 24px;
  }

  .about_us_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_main_blocks_btn {
    width: 100%;
  }

  .content_main_blocks_button_blocks {
    font-size: 24px;
    padding: 30px;
  }

  .blocks_item_money {
    font-size: 80px;
  }

  .top_content .container {
    background-image: url(../img/940top.png);
    background-position: top;
    background-repeat: no-repeat;
  }

  .header_section_img {
    display: none;
  }

  .header_section_partner_list_item {
    width: 62px;
    height: 21px;
    display: flex;
    align-items: center;
  }

  .burger {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
  }

  .header_btn {
    display: none;
  }

  .header_list {
    position: fixed;
    inset: 0;
    background: black;
    z-index: 2;
    border: unset;
    border-radius: unset;
    flex-direction: column;
    justify-content: center;
    left: 100%;
    width: 100%;
    transition: left 500ms ease;

    gap: 25px;
    align-items: center;
  }

  .header_list_item {
    font-size: 32px;
  }

  .header_list_item:first-child {
    padding-top: 130px;
  }

  .header_list_item.hide {
    display: block;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .header_list_item.hide .main_btn {
    width: 100%;
  }

  .header.showMenu .header_list {
    left: 0%;
    top: 9%;
  }

  .header_section {
    padding-top: 400px;
  }

  .header_section_content {
    flex-direction: column;
    align-items: start;
  }

  .header_section_text {
    order: 2;
    width: 100%;
  }

  .header_section_btn .main_btn {
    width: 50%;
  }

  .second_btn {
    width: 50%;
    text-align: center;
  }

  .header_section_tittle {
    font-size: 48px;
    padding-bottom: 24px;
  }

  .header_section_subtittle {
    font-size: 20px;
    padding-bottom: 60px;
  }

  .content_text_tittle {
    font-size: 32px;
  }

  .content_main {
    flex-direction: column;
  }

  .content_main_blocks {
    width: 100%;
  }

  .content_blocks_item {
    width: 100%;
    height: 489px;
    max-width: none;
    width: 100%;
  }

  .content_main_blocks_button {
    width: 100%;
  }

  .orange_block_tittle {
    font-size: 32px;
  }

  .our_services_list_item_tittle {
    font-size: 18px;
  }

  .our_services_list_item_subtittle {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .our_services {
    padding-bottom: 80px;
    padding-top: 84px;
  }

  .our_services_text {
    font-size: 46px;
    width: 526px;
  }

  .content_content_page_content .our_services_text {
    padding-bottom: 0;
  }

  .dots_content_element {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .dots_element_item_nymber {
    font-size: 20px;
  }

  .dots_content_element_item {
    padding: 24px;
    min-height: 200px;
  }

  .dots_content_element_item_photo img {
    display: none;
  }

  .dots_content_element_item_photo {
    background-image: url(../img/item_with_photo_940.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .dots2 {
    background-image: url(../img/940_2.png);
    background-position: bottom;
  }

  .dots3 {
    background-image: url(../img/940_3.png);
    background-position: bottom;
  }

  .dots4 {
    background-image: url(../img/940_4.png);
    background-position: bottom;
  }

  .dots5 {
    background-image: url(../img/940_5.png);
    background-position: bottom;
  }

  .dots6 {
    background-image: url(../img/940_6.png);
    background-position: bottom;
  }

  .dots7 {
    background-image: url(../img/940_7.png);
    background-position: bottom;
  }

  .dots8 {
    background-image: url(../img/940_8.png);
    background-position: bottom;
  }

  .dots_element_item_text {
    font-size: 14px;
  }

  .our_partnars_list_top_item img {
    width: 178px;
  }

  .our_partnars_list_bot_item img {
    width: 178px;
  }

  .section_reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rewievs_logo img {
    width: 133px;
  }

  .rewievs_logo {
    padding-bottom: 36px;
  }

  .reviews_text {
    font-size: 20px;
    padding-bottom: 40px;
  }

  .reviews_topname {
    font-size: 16px;
  }

  .reviews_name {
    gap: 16px;
  }

  .reviews_botname {
    font-size: 14px;
  }

  .faq_img {
    border-radius: 5px;
    border: 1px solid #ffded1;
    padding: 24px;
    order: 1;
  }

  .faq_content {
    flex-direction: column;
  }

  .faq_block {
    order: 2;
    width: 100%;
  }

  .faq_block h2 {
    display: none;
  }

  .our_services_text.hide {
    display: block;
    padding-bottom: 48px;
  }

  .faq_tittle {
    display: flex;
    justify-content: center;
  }

  .accordion .icon {
    right: 0;
  }

  .footer_white {
    width: 216px;
    font-size: 12px;
  }

  .footer_btn {
    width: auto;
  }

  .footer_list {
    font-size: 14px;
  }

  .footer_content_bottom_item {
    font-size: 14px;
  }
}

@media (max-width: 510px) {
  .reviews_right_arrow svg {
    display: none;
  }

  .reviews_left_arrow svg {
    display: none;
  }

  .reviews_right_arrow.slick-arrow {
    display: none;
  }

  .reviews_left_arrow.slick-arrow {
    display: none;
  }

  .reviews_content {
    gap: 0px;
    justify-content: center;
  }

  .reviews_block {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .header_section {
    padding-top: 184px;
  }

  .header_section_top_tittle {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .dots_goupr {
    background-image: none;
  }

  .our_services_list_item {
    width: 343px;
    height: 212px;
  }

  .our_services_list_item_subtittle {
    font-size: 12px;
  }

  .header_section_subtittle {
    font-size: 14px;
    padding-bottom: 36px;
    padding-top: 0px;
  }

  .header_section_tittle {
    font-size: 36px;
    padding-bottom: 12px;
  }

  .header_list_item:last-child {
    padding-bottom: 18px;
  }

  .header_list_item {
    font-size: 20px;
  }

  .header.showMenu .header_list {
    top: 8%;
  }

  .header_section_btn .main_btn {
    width: 100%;
  }

  .main_btn {
    width: 100%;
    font-size: 14px;
  }

  .reviews_content {
    padding-top: 36px;
  }

  .reviews_text {
    font-size: 16px;
    padding-bottom: 24px;
  }

  .reviews_topname {
    font-size: 12px;
  }

  .faq_tittle {
    justify-content: start;
  }

  .our_services_faq {
    padding-top: 12px;
    font-size: 24px;
  }

  .accordion button {
    padding-top: 24px;
    font-size: 14px;
    padding-bottom: 16px;
  }

  .succes_block_tittle {
    padding-top: 0;
    font-size: 24px;
  }

  .succes_block_btn .main_btn {
    padding: 14px;
  }

  .succes_block {
    padding-bottom: 0;
  }

  .about_us {
    padding-top: 0;
  }

  .succes_block_content {
    border-radius: 0;
  }

  .about_us_content {
    background-image: none;
  }

  .header_section_btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .header_section_content {
    padding-bottom: 76px;
  }

  .header_section_partner_list_item {
    width: 45px;
    height: 14px;
  }

  .header_section {
    padding-bottom: 36px;
  }

  .content_tittle {
    font-size: 12px;
  }

  .content_text_tittle {
    font-size: 20px;
    padding-bottom: 16px;
  }

  .content_text {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .content_text_subtittle {
    font-size: 16px;
  }

  .blocks_item_top_period {
    font-size: 14px;
  }

  .blocks_item_top_percent {
    font-size: 14px;
  }

  .blocks_item_money {
    font-size: 36px;
  }

  .blocks_item_footer {
    font-size: 14px;
  }

  .content_main_blocks_button {
    height: 54px;
    font-size: 16px;
  }

  .about_us {
    padding-bottom: 36px;
    background-image: url(../img/about_us430.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about_usT {
    padding-top: 36px;
  }

  .content_text_tittle {
    width: 340px;
    font-size: 24px;
  }

  .content_text_subtittle {
    width: 340px;
    font-size: 14px;
  }

  .container {
    padding: 0 16px;
  }

  .content_content_blocks {
    width: 100%;
  }

  .content_blocks_item {
    height: 269px;
  }

  .first_block_Item {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .second_block_Item {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .content_main_blocks_button_blocks {
    padding: 20px;
    font-size: 16px;
  }

  .orange_block_tittle {
    font-size: 20px;
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .our_services {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .orange_block_btn {
    width: 100%;
  }

  .our_services_text {
    font-size: 24px;
    padding-top: 12px;
  }

  .our_services_hero {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .succes_block .container {
    padding: 0;
  }

  .succes_block_text {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 81px;
  }

  .succes_block {
    padding-top: 0;
  }

  .succes_block_img_logo {
    height: 300px;
  }

  .our_services_list_item {
    padding: 16px;
  }

  .our_services_list_item_tittle {
    font-size: 16px;
    padding-top: 10px;
  }

  .section_reviews {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer_list_item {
    width: 100%;
  }

  .faq_content {
    gap: 35px;
  }

  .faq_block {
    padding-top: 0px;
    padding-right: 10px;
  }

  .accordion-title {
    width: 90%;
    display: flex;
  }

  .faq {
    padding-bottom: 230px;
  }

  .bottom_dots_top {
    padding-top: 36px;
  }

  .bottom_section_dots_tittle {
    padding-top: 39px;
    font-size: 24px;
    padding-bottom: 16px;
  }

  .bottom_hide_menu {
    padding-top: 72px;
    flex-direction: column;
    font-size: 12px;
    gap: 36px;
  }

  .bottom_dots_footer_logo {
    width: 180px;
    height: 19px;
    display: flex;
    justify-content: end;
  }

  .bottom_dots_footer_line {
    justify-content: end;
  }

  .bottom_dots_footer_logo img {
    height: 18px;
  }

  .bottom_section_content {
    padding-bottom: 36px;
  }

  .footer_content_top_item.flex {
    flex-direction: row;
    padding-top: 16px;
    justify-content: space-between;
  }

  .footer_btn {
    display: none;
  }

  .bottom_section_btn {
    font-size: 14px;
  }

  .footer_list_item {
    display: flex;
    justify-content: center;
  }

  .footer_content_top {
    flex-direction: column;
    align-items: center;
  }

  .main_btn.footer_white.hide {
    display: block;
  }

  .footer_list {
    gap: 16px;
    align-items: center;
  }

  .footer_content_top {
    padding-top: 50px;
  }

  .footer_content_top_item {
    align-items: center;
    width: 100%;
  }

  .footer_list {
    width: 100%;
  }

  .footer_content_bottom {
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer_content_bottom_item.order {
    order: 2;
  }

  .footer_content_bottom_item:first-child {
    order: 3;
  }

  #showMoreBtn {
    display: block;
    display: flex;
    width: 319px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #00745a;
    color: #fff;
    border: none;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .accordion .accordion-content p {
    margin: 0em 0;
  }
}

@media (max-width: 330px) {
  .bottom_section_btn {
    font-size: 12px;
  }
}

.content_content_page {
  padding-top: 78px;

  background: #020303;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_content_page_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content_content_page_content .our_services_text {
  padding-bottom: 36px;
}

.content_page_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  padding-top: 80px;
}

.content_page_block_row {
  display: flex;
  align-items: center;
  gap: 80px;
}

.content_page_block_row_img {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 45px 0px rgba(172, 172, 172, 0.25);
  padding: 16px;
}

.content_page_block_row_text {
  width: 530px;
  font-size: 24px;
}

.order_block {
  border-radius: 20px;
  background-image: url(../img/order_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px;
  box-shadow: 0px 4px 45px 0px rgba(172, 172, 172, 0.25);
  margin-bottom: 41px;
}

.order_block_content {
  display: flex;
  flex-direction: column;
}

.order_block_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  align-items: center;
}

.order_block_tittle {
  color: #000;

  text-align: left;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.order_block_img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #00745a;
  align-items: center;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(2px);
}

.order_block_text {
  font-size: 16px;
  width: 60%;
  padding-bottom: 48px;
}

.order_block_bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}

.vartist {
  color: #808080;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_block_team {}

.order_block_team_name {
  padding-bottom: 12px;
}

.order_block_team_img {}

.order_block_price {
  color: #000;
  font-weight: 500;

  font-size: 16px;
}

.price_orange {
  color: #00745a;

  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.92px;
}

.order_block_button {
  display: inline-flex;
  height: 48px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #61d1c6;
  background: rgba(255, 255, 255, 0.04);
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 674px) {
  .content_page_block_row {
    flex-direction: column;
    gap: 30px;
    text-align: center;

    padding-bottom: 30px;
  }

  .content_page_block_row_img {
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .content_page_block_row {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 45px 0px rgba(172, 172, 172, 0.25);
    padding: 16px;
  }

  .content_page_block_row:last-child {
    border-bottom: none;
  }

  .order_block {
    margin-top: 35px;
  }

  .order_block_img {
    width: 32px;
    height: 32px;
  }

  .order_block_tittle {
    font-size: 20px;
  }

  .order_block_tittle {
    text-align: start;
  }

  .order_block_content {}

  .order_block_top {
    padding-bottom: 18px;
  }

  .order_block_price {
    font-size: 13px;
  }

  .price_orange {
    font-size: 24px;
  }

  .order_block_bottom {
    align-items: end;
    flex-wrap: wrap;
  }

  .order_block_team {}

  .order_block_text {
    padding-bottom: 36px;
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .order_block_team_name {
    font-size: 13px;
  }

  .order_block_team_img img {
    width: 168px;
  }

  .order_block_btn {
    width: 100%;
  }
}

@media (max-width: 486px) {
  .order_block_tittle {
    font-size: 20px;
  }

  .order_block_text {
    width: 100%;
  }
}

@media (max-width: 530px) {
  .content_page_block_row_text {
    width: auto;
    font-size: 17px;
  }

  .content_page_block {
    gap: 10px;
    padding-top: 30px;
  }

  .content_content_page {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .content_content_page_content .our_services_text {
    padding-top: 24px;
  }
}

@media (max-width: 370px) {
  .order_block_team_img img {
    width: 120px;
  }
}

@media (max-width: 940px) {
  .order_block_tittle {
    font-size: 20px;
  }

  .order_block_team_name {
    font-size: 12px;
    padding-bottom: 8px;
  }

  .order_block_team_img {
    width: 140px;
  }

  .order_block_top {
    padding-bottom: 0;
  }

  .order_block_text {
    font-size: 12px;
    width: 45%;
    padding-bottom: 40px;
  }

  .vartist {
    font-size: 12px;
  }

  .price_orange {
    color: #00745a;

    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
  }

  .order_block {
    padding: 24px;
    background-position: left;
  }

  .bottom_dots_top .bottom_hide_menu {
    padding-top: 108px;
  }
}

@media (max-width: 470px) {
  .our_services_text {
    width: auto;
    font-size: 36px;
  }

  .dots_content_element_item {
    width: 100%;
  }

  .dots_content_element_item_photo {
    background-image: url(../img/w470.png);
  }

  .dots2 {
    background-image: url(../img/w470_2.png);
  }

  .dots3 {
    background-image: url(../img/w470_3.png);
  }

  .dots4 {
    background-image: url(../img/w470_4.png);
  }

  .dots5 {
    background-image: url(../img/w470_5.png);
  }

  .dots6 {
    background-image: url(../img/w470_6.png);
  }

  .dots7 {
    background-image: url(../img/w470_7.png);
  }

  .dots8 {
    background-image: url(../img/w470_8.png);
  }

  .order_block_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .order_block_text {
    padding-top: 12px;
    width: 100%;
    padding-bottom: 30px;
  }

  .order_block_tittle {
    font-size: 16px;
  }

  .order_block_right {
    width: 100%;
  }

  .order_block_button {
    width: 100%;
  }

  .bottom_dots_top .bottom_hide_menu {
    padding-top: 30px;
  }

  .container {
    padding: 0 12px;
  }

  .content_content_blocks {
    width: 100%;
  }

  .content_text_tittle {
    width: auto;
  }

  .content_text_subtittle {
    width: auto;
  }

  .blocks_item_money {
    font-size: 40px;
  }

  .content_blocks_item {
    height: 269px;
    padding: 16px;
    background-position: top;
    background-size: cover;
  }

  .about_us {
    padding-bottom: 36px;
  }

  .blocks_item_top_percent {
    font-size: 16px;
  }

  .blocks_item_top_period {
    font-size: 11px;
    padding-bottom: 8px;
  }

  .block_item_percent {
    font-size: 11px;
  }
}

.blocks_item_money {
  font-size: clamp(40px,
      4vw,
      96px);
  /* Размер шрифта от 40px до 96px, зависящий от ширины экрана */
}

@media (max-width: 600px) {
  .content_text_subtittle {
    width: auto;
  }

  .content_text_tittle {
    width: auto;
  }
}

@media (max-width: 1078px) {
  .header_section_partner_list {
    gap: 0;
    justify-content: space-around;
  }
}

@media(max-width:1020px) {
  .footer_content_bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
  }

  .footer_content_bottom_item .order {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .footer_content_bottom_item {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .footer_content_bottom_item {
    font-size: 10px;
  }
}