@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.footer {
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
}
.footer .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  z-index: 2;
}
.footer .wrapper .footer_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  padding: 40px 80px 40px 0;
  box-sizing: border-box;
  min-height: 270px;
}
.footer .wrapper .footer_left .footer_logo {
  max-width: 245px;
  width: 100%;
  margin-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .wrapper .footer_left .footer_logo .footer_logo_img {
  text-decoration: none;
  margin-bottom: 14px;
  display: block;
}
.footer .wrapper .footer_left .footer_logo .footer_logo_img svg {
  display: block;
  max-width: 185px;
  width: 100%;
  height: auto;
}
.footer .wrapper .footer_left .footer_logo .footer_logo_span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #262626;
}
.footer .wrapper .footer_left .footer_logo .footer_logo_bottom {
  margin-top: auto;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #262626;
}
.footer .wrapper .footer_left .footer_links {
  max-width: 245px;
  width: 100%;
  margin-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .wrapper .footer_left .footer_links .footer_link {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #262626;
  margin-bottom: 15px;
}
.footer .wrapper .footer_left .footer_links .footer_link span {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  color: #262626;
  margin-right: 8px;
}
.footer .wrapper .footer_left .footer_links .footer_link .rslogo {
  display: block;
  width: 23px;
  height: 24px;
}
.footer .wrapper .footer_left .footer_links .footer_link:last-child {
  margin-top: auto;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #262626;
  margin-bottom: 0;
}
.footer .wrapper .footer_left .footer_links .footer_logo_bottom {
  margin-top: auto;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #262626;
  margin-bottom: 0;
}
.footer .wrapper .footer_left .footer_user {
  max-width: 200px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.footer .wrapper .footer_left .footer_user .footer_user_img {
  background: #FFFFFF;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.footer .wrapper .footer_left .footer_user .footer_user_img img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.footer .wrapper .footer_left .footer_user .footer_user_img:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0BEF82;
  bottom: 4px;
  left: 4px;
}
.footer .wrapper .footer_left .footer_user .footer_user_description a {
  display: block;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #262626;
}
.footer .wrapper .footer_left .footer_user .footer_user_description span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #262626;
}
@media (max-width: 1450px) {
  .footer .wrapper .footer_left {
    padding: 40px 40px 40px 0;
  }
  .footer .wrapper .footer_left .footer_logo {
    max-width: 200px;
  }
  .footer .wrapper .footer_left .footer_links {
    max-width: 200px;
  }
}
@media (max-width: 1345px) {
  .footer .wrapper .footer_left {
    padding: 40px 20px 30px 0;
    min-height: 240px;
  }
  .footer .wrapper .footer_left .footer_logo {
    max-width: 200px;
  }
  .footer .wrapper .footer_left .footer_links {
    max-width: 200px;
  }
}
@media (max-width: 1025px) {
  .footer .wrapper .footer_left {
    display: none;
  }
}
.footer .wrapper .footer_right {
  box-sizing: border-box;
  background-color: #515468;
  max-width: 620px;
  width: 100%;
  padding: 40px 40px 40px 80px;
}
.footer .wrapper .footer_right .footer_right_item {
  margin-bottom: 12px;
  max-width: 420px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.footer .wrapper .footer_right .footer_right_item svg {
  min-width: 45px;
  height: 45px;
  display: block;
  margin-right: 23px;
}
.footer .wrapper .footer_right .footer_right_item .null {
  min-width: 45px;
  height: 45px;
  display: block;
  margin-right: 23px;
}
.footer .wrapper .footer_right .footer_right_item div {
  max-width: 220px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.footer .wrapper .footer_right .footer_right_item span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}
.footer .wrapper .footer_right .footer_right_item:last-child {
  margin-bottom: 0;
  margin-top: 28px;
}
.footer .wrapper .footer_right .footer_right_item:last-child .footer_right_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 320px;
  width: 100%;
  height: 40px;
  padding: 11px 20px;
  cursor: pointer;
  box-sizing: border-box;
  background: #df2040;
  text-decoration: none;
}
.footer .wrapper .footer_right .footer_right_item:last-child .footer_right_button span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
@media (max-width: 1450px) {
  .footer .wrapper .footer_right {
    max-width: 400px;
    padding: 30px 20px;
  }
  .footer .wrapper .footer_right .footer_right_item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .wrapper .footer_right .footer_right_item svg {
    min-width: 35px;
    height: 35px;
    margin-right: 20px;
  }
  .footer .wrapper .footer_right .footer_right_item .null {
    display: none;
  }
  .footer .wrapper .footer_right .footer_right_item div {
    font-size: 20px;
    line-height: 27px;
  }
  .footer .wrapper .footer_right .footer_right_item:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1070px) {
  .footer .wrapper .footer_right {
    max-width: 380px;
  }
}
@media (max-width: 1025px) {
  .footer .wrapper .footer_right {
    max-width: 1025px;
    border-radius: 8px;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .footer .wrapper .footer_right .footer_right_item {
    margin-bottom: 12px;
    max-width: 420px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .wrapper .footer_right .footer_right_item svg {
    min-width: 45px;
    height: 45px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer .wrapper .footer_right .footer_right_item div {
    max-width: 420px;
  }
}
@media (max-width: 425px) {
  .footer .wrapper .footer_right {
    padding: 20px;
  }
  .footer .wrapper .footer_right .footer_right_item svg {
    min-width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .footer .wrapper .footer_right .footer_right_item div {
    font-size: 18px;
    line-height: 24px;
  }
  .footer .wrapper .footer_right .footer_right_item span {
    font-size: 16px;
    line-height: 21px;
  }
  .footer .wrapper .footer_right .footer_right_item:last-child .footer_right_button {
    padding: 10px 20px;
  }
  .footer .wrapper .footer_right .footer_right_item:last-child .footer_right_button span {
    font-size: 14px;
    line-height: 19px;
  }
}
.footer:after {
  position: absolute;
  background-color: #515468;
  content: "";
  width: 25%;
  height: 274px;
  top: 0;
  right: 0;
}
@media (max-width: 1450px) {
  .footer:after {
    height: 270px;
  }
}
@media (max-width: 1345px) {
  .footer:after {
    height: 240px;
  }
}
@media (max-width: 1025px) {
  .footer:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  .footer {
    background-color: initial;
  }
}
@media (max-width: 765px) {
  .footer {
    padding-bottom: 88px;
  }
}

.footer_hidden {
  display: none;
}
@media (max-width: 765px) {
  .footer_hidden {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 22;
    margin-top: 30px;
    padding: 10px 20px 7px;
    background-color: #ffffff;
  }
  .footer_hidden .footer_hidden_item {
    text-decoration: none;
    max-width: 105px;
    width: 100%;
    margin-right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_hidden .footer_hidden_item .img {
    position: relative;
    height: 24px;
    width: fit-content;
    width: -moz-fit-content;
  }
  .footer_hidden .footer_hidden_item .img svg {
    width: auto;
    height: auto;
    display: block;
  }
  .footer_hidden .footer_hidden_item .img span {
    background: #262626;
    box-shadow: 0 2px 6px rgba(223, 32, 64, 0.2);
    border-radius: 10px;
    display: block;
    padding: 2px 5px;
    position: absolute;
    box-sizing: border-box;
    top: -7px;
    right: -12px;
    min-width: 20px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    font-size: 10px;
    line-height: 8px;
  }
  .footer_hidden .footer_hidden_item span {
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #262626;
  }
  .footer_hidden .footer_active .img svg path {
    fill: #DF2040;
  }
  .footer_hidden .footer_active span {
    color: #DF2040;
  }
  .footer_hidden .footer_hidden_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .footer_hidden {
    padding: 18px 20px;
  }
  .footer_hidden .footer_hidden_item {
    margin-right: 50px;
  }
  .footer_hidden .footer_hidden_item .img {
    height: 22px;
  }
  .footer_hidden .footer_hidden_item span {
    display: none;
  }
  .footer_hidden .footer_hidden_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .footer_hidden {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer_hidden .footer_hidden_item {
    margin-right: 0;
  }
  .footer_hidden .footer_hidden_item:last-child {
    margin-right: 0;
  }
}

.footer_hidden_content {
  display: none;
}

.footer_hidden_content_active {
  display: block;
  width: 100%;
}
.footer_hidden_content_active .footer_hidden_items {
  display: none;
  width: 100%;
  padding: 20px 20px 5px;
  box-sizing: border-box;
}
.footer_hidden_content_active .footer_hidden_items .items_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_return {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_return svg {
  display: block;
  width: 30px;
  height: 30px;
}
.footer_hidden_content_active .footer_hidden_items .items_top .title {
  text-decoration: none;
  color: #262626;
  font-size: 22px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_close svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 475px) {
  .footer_hidden_content_active .footer_hidden_items .items_top {
    margin-bottom: 10px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_top .title {
    font-size: 18px;
  }
}
.footer_hidden_content_active .footer_hidden_items .items_content {
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-content: start;
  padding-bottom: 50px;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 15px 15px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
  width: 24%;
  height: 115px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item img {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 15px;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item span {
  display: block;
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 1555px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 23.9%;
  }
}
@media (max-width: 1405px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 23.8%;
  }
}
@media (max-width: 1285px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 23.7%;
  }
}
@media (max-width: 1195px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 23.6%;
  }
}
@media (max-width: 1110px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 23.5%;
  }
}
@media (max-width: 1040px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 23%;
  }
}
@media (max-width: 795px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 22.5%;
  }
}
.footer_hidden_content_active .footer_hidden_items .items_content .i-351 img {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 650px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 30%;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(4n) {
    margin-right: 20px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 475px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    padding: 16px 10px;
    width: 47%;
    height: 105px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item span {
    font-size: 14px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(3n) {
    margin-right: 20px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(4n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(6n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(12n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(2n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(18n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(24n) {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .footer_hidden_content_active .footer_hidden_items .items_content {
    overflow-y: scroll;
    padding-right: 15px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 46.5%;
  }
}
.footer_hidden_content_active .items_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.all_hidden_content {
  display: none;
}

.all_hidden_content_active {
  display: block;
  width: 100%;
}
.all_hidden_content_active .all_hidden_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 20px 20px 5px;
  box-sizing: border-box;
}
.all_hidden_content_active .all_hidden_items .items_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.all_hidden_content_active .all_hidden_items .items_top .hidden_return {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.all_hidden_content_active .all_hidden_items .items_top .hidden_return svg {
  display: block;
  width: 30px;
  height: 30px;
}
.all_hidden_content_active .all_hidden_items .items_top .title {
  text-decoration: none;
  color: #262626;
  font-size: 22px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.all_hidden_content_active .all_hidden_items .items_top .all_hidden_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.all_hidden_content_active .all_hidden_items .items_top .all_hidden_close svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 475px) {
  .all_hidden_content_active .all_hidden_items .items_top {
    margin-bottom: 10px;
  }
  .all_hidden_content_active .all_hidden_items .items_top .title {
    font-size: 18px;
  }
}
.all_hidden_content_active .all_hidden_items .items_content {
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-content: start;
}
.all_hidden_content_active .all_hidden_items .items_content .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 15px 15px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
  width: 24%;
  height: 115px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
}
.all_hidden_content_active .all_hidden_items .items_content .item img {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 14px;
}
.all_hidden_content_active .all_hidden_items .items_content .item span {
  display: block;
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 1555px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 23.9%;
  }
}
@media (max-width: 1405px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 23.8%;
  }
}
@media (max-width: 1285px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 23.7%;
  }
}
@media (max-width: 1195px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 23.6%;
  }
}
@media (max-width: 1110px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 23.5%;
  }
}
@media (max-width: 1040px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 23%;
  }
}
@media (max-width: 795px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 22.5%;
  }
}
.all_hidden_content_active .all_hidden_items .items_content .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 650px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 30%;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(4n) {
    margin-right: 20px;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 475px) {
  .all_hidden_content_active .all_hidden_items .items_content .item {
    padding: 16px 10px;
    width: 47%;
    height: 105px;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item img {
    margin-bottom: 12px;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item span {
    font-size: 14px;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(3n) {
    margin-right: 20px;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(4n) {
    margin-right: 0;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(6n) {
    margin-right: 0;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(12n) {
    margin-right: 0;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(2n) {
    margin-right: 0;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(18n) {
    margin-right: 0;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item:nth-child(24n) {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .all_hidden_content_active .all_hidden_items .items_content {
    height: 510px;
    overflow-y: scroll;
    padding-right: 15px;
  }
  .all_hidden_content_active .all_hidden_items .items_content .item {
    width: 46.5%;
  }
}

.hidden_info {
  display: none;
  position: fixed;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  margin-top: 30px;
  padding: 0 0 10px;
  background-color: #ffffff;
}
.hidden_info .hidden_info_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.hidden_info .hidden_info_content .hidden_info_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
.hidden_info .hidden_info_content .hidden_info_top a {
  display: block;
  text-decoration: none;
}
.hidden_info .hidden_info_content .hidden_info_top .logo {
  max-width: 145px;
  width: 100%;
  height: auto;
}
.hidden_info .hidden_info_content .hidden_info_top .logo svg {
  max-width: 145px;
  width: 100%;
  height: auto;
}
.hidden_info .hidden_info_content .hidden_info_top .language {
  margin-left: auto;
  width: 21px;
  height: 20px;
  margin-right: 55px;
  text-decoration: none;
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(38, 38, 38, 0.5);
}
@media (max-width: 550px) {
  .hidden_info .hidden_info_content .hidden_info_top .language {
    margin-right: 30px;
  }
}
.hidden_info .hidden_info_content .hidden_info_top .hidden_info_close {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: block;
}
.hidden_info .hidden_info_content .hidden_info_top .hidden_info_close svg {
  width: 32px;
  height: 32px;
  display: block;
}
.hidden_info .hidden_info_content .hidden_info_items {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.hidden_info .hidden_info_content .hidden_info_items .hidden_info_item {
  text-decoration: none;
  width: 320px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 24px;
  margin: 0 auto 20px;
}
.hidden_info .hidden_info_content .hidden_info_items .hidden_info_item svg {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.hidden_info .hidden_info_content .hidden_info_items .hidden_info_item span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.hidden_info .hidden_info_content .hidden_info_items .hidden_info_item span strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.hidden_info_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

/*# sourceMappingURL=footer.css.map */
