<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% auto;


  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  height: 100%;
  position: relative;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(43, 43, 43);
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3069FF;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: rgb(43, 43, 43);
}




@font-face {
  font-family: "Baloo 2";
  src: url(../fonts/Baloo2-SemiBold.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Stapel";
  src: url("../fonts/Stapel-Medium.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Stapel";
  src: url("../fonts/Stapel-Light.ttf") format("truetype");
  font-weight: 300;
}

header{
width: 100%;
height: auto;
position: fixed;
left: 0;
top: 0;
z-index: 10;
background: #FFF;
}
.container{
  width: 100%;
  max-width: 1760px;
  display: block;
  margin: 0 auto;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_item:nth-child(4) {
  margin-left: auto;
}
.header_item:nth-child(2){
  margin-left: 36px;
}
.header_item:nth-child(3){
  margin-left: 32px;
}
.header_item:nth-child(5){
  margin-left: 22px;
}
.header_item:nth-child(6){
  margin-left: 16px;
}
.header_item_logo {
  vertical-align: middle;
  cursor: pointer;
}
.header_item_search {

}
.header_item_search_input {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
outline: none;
border: none;
background: rgba(24, 24, 26, 0.08) url(../img/header_search_icon.svg)left no-repeat;
padding: 10px 20px;
background-position-x: 12px;
padding-left: 44px;
color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #000;
border: 1px solid transparent;
}
.header_item_search_input:focus{
border: 1px solid #1d79f1;
}
.header_item_search_input::placeholder{
  color: #8A8A93;
}
.header_item_link {
  color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
cursor: pointer;
transition: all .5s;
}
.header_item_link:hover{
  color: #000;
}
.header_item_balance {
  display: flex;
  align-items: center;
  color: #000;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
}
.header_item_balance svg{
  vertical-align: middle;
  margin-right: 4px;
}
.header_item_button {
  color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
cursor: pointer;
transition: all .5s;
outline: none;
border: none;
color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
padding: 11px 16px;
line-height: 18px; /* 128.571% */
border-radius: 12px;
background: #3069FF;
}
.header_item_button:hover{
  opacity: .5;
}
.header_item_menu {
cursor: pointer;
transition: all .5s;
border-radius: 1000px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(24, 24, 26, 0.08);
backdrop-filter: blur(4px);
width: 40px;
height: 40px;
border-radius: 100px;
}
.header_item_menu:hover{
  background: rgb(24 24 26/.12);
}




.intro {
  width: 100%;
  height: auto;
  margin-top: 96px;
}
.intro_items {
  display: flex;
  align-items: flex-start;
}
.intro_item:first-child{
  width: 100%;
  max-width: 832px;
}
.intro_item:last-child {
margin-left: 48px;
width: 100%;
}
.intro_item_image {
  position: relative;
}
.intro_item_image_img {
  vertical-align: middle;
  max-width: 100%;
  border-radius: 16px;
}
.intro_item_image_number {
  position: absolute;
  bottom: 140px;
  white-space: nowrap;
  left: calc(50% - 300px);
  z-index: 1;
  width: auto;
  color: #FFF;
text-align: center;
font-family: "Baloo 2", sans-serif;
font-size: 65px;
font-style: normal;
font-weight: 600;
background: #7A6147;
padding: 20px 40px;
border-radius: 15px;
}
.intro_item_up {
  display: flex;
  align-items: center;
}
.intro_item_up_status {
  color: #3069FF;
font-family: "Inter", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 123.077% */
text-transform: uppercase;
padding: 7px 11px;
border-radius: 8px;
border: 1px solid #3069FF;
}
.intro_item_up_buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.intro_item_up_favorite {
  display: flex;
  align-items: center;
  color: #000;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
padding: 5px 8px;
border-radius: 1000px;
border: 1px solid rgba(19, 19, 20, 0.16);
cursor: pointer;
transition: all .5s;
}
.intro_item_up_favorite:hover{
  background: rgb(24 24 26/.04);
}
.intro_item_up_favorite svg{
  vertical-align: middle;
  margin-right: 5.63px;

}
.intro_item_up_notification {
  margin-left: 10px;
  width: 30px;
  height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
opacity: 0.4;
border-radius: 1000px;
border: 1px solid rgba(19, 19, 20, 0.16);
}
.intro_item_up_more {
  margin-left: 10px;
  width: 30px;
  height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
border-radius: 1000px;
border: 1px solid rgba(74, 74, 80, 0.16);
cursor: pointer;
transition: all .5s;
}
.intro_item_up_more:hover{
  background: rgb(24 24 26/.04);
}
.intro_item_up_share {
  margin-left: 10px;
  width: 30px;
  height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
border-radius: 1000px;
border: 1px solid rgba(74, 74, 80, 0.16);
cursor: pointer;
transition: all .5s;
}
.intro_item_up_share:hover{
  background: rgb(24 24 26/.04);
}
.intro_item_tittle {
margin-top: 20px;
color: #000;
font-family: "Inter", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
}
.intro_item_subttittle {
  margin-top: 6px;
  display: flex;
  align-items: center;
  color: #000;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
cursor: pointer;
transition: all .3s;
}
.intro_item_subttittle:hover{
  color: #4076FF;
}
.intro_item_subttittle_icon {
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 5px;
}
.intro_item_verif {
  vertical-align: middle;
  margin-left: 3.6px;
}
.intro_item_subttittle_arrow {
  vertical-align: middle;
  margin-left: 2px;
}
.intro_item_text {
  margin-top: 16px;
  color: #000;
font-family: "Inter", sans-serif;
max-width: 677px;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
}
.intro_item_text_span {
}
.intro_item_button_rect {
  margin-top: 25px;
  width: 100%;
  height: auto;
  border-radius: 20px;
background: #F3F3F5;
}
.intro_item_button_rect_content {
  padding: 20px;
}
.intro_item_button_rect_button {
  border-radius: 16px;
background: #3069FF;
margin-top: 20px;
backdrop-filter: blur(12px);
outline: none;
border: none;
cursor: pointer;
transition: all .5s;
display: flex;
align-items: center;
color: #FFF;
justify-content: center;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
width: 100%;
padding-top: 12px;
padding-bottom: 12px;
}
.intro_item_button_rect_button svg{
  vertical-align: middle;
  margin-right: 6px;
}
.intro_item_button_rect_button:hover{
  background: #5281f8;
}





.tables {
  width: 100%;
  height: auto;
  margin-top: 34.5px;
  display: none;
}
.tables_up {
  display: flex;
  align-items: center;
}
.tables_up_tittle {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}
.tables_up_filters {
  margin-left: auto;
}

.tables_up_filters_button {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
transition: all .2s;
text-align: center;
font-family: "Inter", sans-serif;
padding: 5px;
padding-left: 12px;
padding-right: 7px;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
border-radius: 1000px;
background: rgba(24, 24, 26, 0.08);
backdrop-filter: blur(12px);
}
.tables_up_filters_button svg{
  vertical-align: middle;
  margin-left: 6px;
}
.tables_up_filters_button:hover{
  background: rgb(24 24 26/.12);
}

.tables_main{
  margin-top: 12px;
}
table.tables_main_tabble{
	width: 100%;
	border-collapse:separate;
	border-spacing:0;
	height: auto;
}
table.tables_main_tabble,table.iksweb td, table.tables_main_tabble th {
	border: 1px solid transparent;
}
table.tables_main_tabble td,table.tables_main_tabble th {
	width: auto;
}
table.tables_main_tabble th {
	    background: #4e6982;
	color: #fff; 
	font-weight: normal;
}

.tables_main_tabble tr:last-child td{
  border-bottom: none;
}


.tables_main_tabble_line_tittle td{
  border-bottom: 1px solid rgba(19, 19, 20, 0.16);
  padding-top: 12px;
  padding-bottom: 13px;
  text-align: right;
  color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
text-transform: uppercase;
}

.tables_main_tabble_line_tittle td:first-child{
  text-align: left;
}

.tables_main_tabble_line_text td{
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(19, 19, 20, 0.16);
  height: 79px;
}

.tables_main_tabble_line_text td img{
  vertical-align: middle;
  margin-right: 12px;
}

.tables_main_tabble_line_text td:first-child{
  text-align: left;
}

.tables_main_tabble_line_text td:last-child img{
  vertical-align: middle;
  margin-right: 0px;
  margin-left: 7.2px;
  cursor: pointer;
}


.tables_main_tabble_line_text td span{
  color: #8A8A93;
text-align: right;
font-family: "Inter", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 123.077% */
}

.tables_main_tabble_line_text td:nth-child(2){
  display: flex;
  flex-direction: column;
}

.tables_main_tabble_line_text:nth-child(2) td{
  padding-top: 10px;
  padding-bottom: 10px;
}



footer{
  width: 100%;
  height: auto;
margin-top: auto;
}
.footer_up {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
}
.footer_up_item:nth-child(2) {
  margin-left: auto;
}
.footer_up_item_image {
  vertical-align: middle;
  cursor: pointer;
}
.footer_up_item_text {
  margin-top: 18px;
  color: #7B7B85;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
max-width: 501px;
}
.footer_up_item_buttons {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.footer_up_item_button {
  margin-right: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  border-radius: 12px;
border: 1px solid rgba(19, 19, 20, 0.16);
background: transparent;
padding: 8px 12px;
display: flex;
color: #000;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
align-items: center;
}
.footer_up_item_button svg{
  vertical-align: middle;
  margin-right: 6px;
}
.footer_up_item_button:hover{
  background: rgb(24 24 26/.12);
}
.footer_up_item_button:last-child{
  margin-right: 0px;
}
.footer_up_item_navs {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.footer_up_item:nth-child(2),
.footer_up_item:nth-child(3){
  width: 260px;
}
.footer_up_item_nav_tittle {
  color: #000;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 144.444% */
margin-left: 15px;
margin-bottom: 12px;
}
.footer_up_item_nav {

}
.footer_up_item_nav a{
  color: #000;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 133.333% */
width: fit-content;
padding: 10px 15px;
cursor: pointer;
transition: all .5s;
border-radius: 10px;
}
.footer_up_item_nav a:hover{
  background: rgb(19 19 20 / .04);
}
.footer_bottom {
  display: flex;
  align-items: center;
  padding-top: 29.5px;
  margin-bottom: 26px;
  border-top: 1px solid rgba(19, 19, 20, 0.16);;
  margin-top: 50px;
}
.footer_bottom_text {
  display: flex;
  align-items: center;
  color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 133.333% */
}
.footer_bottom_text svg{
  vertical-align: middle;
  margin-left: 5.7px;
  margin-right: 5.7px;
}
.footer_bottom_image {
  margin-left: auto;
  vertical-align: middle;
}

.footer_bottom_text a{
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 133.333% */
}

.footer_bottom_text a:hover {
color: #3069FF;
}

.footer_bottom_text svg path{
  transition: all .2s;
}

.footer_bottom_text a:hover svg path{
  fill: #3069FF;
}

.header_item_menu{
  position: relative;
}

.header_item_menu_rect {
  width: 400px;
  height: 268px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  background-color: #FFF;
  border-radius: 28px;
  box-shadow: 0 0 32px 0 rgb(0 0 28 / .12), 0 0 2px 0 rgb(0 0 28 / .08);
  display: none;
}
.header_item_menu_rect_content {
  padding: 16px;

}
.header_item_menu_rect_up {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header_item_menu_rect_up_faq {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  cursor: pointer;
  transition: all .5s;
  border-radius: 12px;
}
.header_item_menu_rect_up_faq:hover{
  background: rgb(19 19 20/.04);
}
.header_item_menu_rect_up_lang {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all .5s;
  border-radius: 12px;
}
.header_item_menu_rect_up_lang:hover{
  background: rgb(19 19 20/.04);
}
.header_item_menu_rect_up_lang_tittle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
}
.header_item_menu_rect_up_lang_right {
  margin-left: auto;
}
.header_item_menu_rect_up_lang_right_selected {
  position: relative;
  color: #A9A9B2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.header_item_menu_rect_up_lang_right_select {
  position: absolute;
  right: 15px;
  top: 125px;
  z-index: 2;
 width: 144px;
 height: auto;
 display: flex;
 flex-direction: column;
 display: none;

    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 0 2px 28px 0 rgb(0 0 28 / .06), 0 0 1px 0 rgb(0 0 28 / .12);;
}
#theme_rect{
top: 175px;
}
.header_item_menu_rect_up_lang_right_select_content {
  padding: 4px 0;
}
.header_item_menu_rect_up_lang_right_select_items {
  display: flex;
  flex-direction: column;
  padding: 0 4px;
}
.header_item_menu_rect_up_lang_right_select_item {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  display: flex;
  border-radius: 12px;
    min-width: 112px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-grow: 1;
    padding: 10px 12px;
    cursor: pointer;
    transition: all .5s;
}
.header_item_menu_rect_up_lang_right_select_item:hover{
  background: rgb(19 19 20/.04);
}
.header_item_menu_rect_up_lang_right_select_item_active {
  color: #3069FF;
}

.header_item_menu_rect_bottom{
  width: 100%;
  height: auto;
  margin-top: 4px;
  border-top: 1px solid rgb(19 19 20/.16);
  padding: 12px 0;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8A8A93;
}
.header_item_menu_rect_bottom .footer_up_item_button{
  width: 100%;
}



.intro_item_sections {
  width: 100%;
  height: auto;
  margin-top: 44px;
}
.intro_item_sections_buttons {
  display: flex;
  align-items: center;
}
.intro_item_sections_button {
  width: 100%;
  color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 16px;
text-align: center;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
padding-top: 13px;
padding-bottom: 17px;
border-bottom: 1px solid rgba(19, 19, 20, 0.16);
cursor: pointer;
transition: all .5s;
}
.intro_item_sections_button:hover{
  color: #000;
  font-weight: 600;
}
.intro_item_sections_button_active{
  color: #000;
  font-weight: 600;
padding-bottom: 15px;
border-bottom: 2px solid #000;
}
.intro_item_section_one {
  margin-top: 32px;
}
.intro_item_section_one_categories {
  color: #000;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 144.444% */
}
.intro_item_section_one_categories_items {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.intro_item_section_one_categories_item {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */

}
.intro_item_section_one_categories_item img{
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 8px;
  width: 40px;
}
.intro_item_section_one_other {
  margin-top: 33px;
}
.intro_item_section_one_other_rect {
  width: 100%;
  height: auto;
  border-radius: 16px;
border: 1px solid rgba(19, 19, 20, 0.16);
margin-top: 12px;
}

.intro_item_section_one_other_rect_content {
  padding: 4px;
}
.intro_item_section_one_other_rect_up {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
transition: all .5s;
border-radius: 12px;
}
.intro_item_section_one_other_rect_up:hover{
  background: rgb(19 19 20/.04);
}
.intro_item_section_one_other_rect_up_texts {
  display: flex;
  flex-direction: column;
}
.intro_item_section_one_other_rect_up_texts_tittle {
  color: #8A8A93;
font-family: "Inter", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 123.077% */
}
.intro_item_section_one_other_rect_up_texts_text {
  margin-top: 2px;
  color: #000;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
}
.intro_item_section_one_other_rect_up_arrow {
  margin-left: auto;
  cursor: pointer;
}
.intro_item_section_one_other_rect_items {
  display: flex;
  align-items: center;
}
.intro_item_section_one_other_rect_item {
  width: 100%;
  padding: 12px;
}

.intro_item_section_two {
  margin-top: 32px;
}

.intro_item_section_two_graf {
  margin-top: 24px;
}


.intro_item_button_rect_tittle {
  color: #7B7B85;
font-family: "Inter", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 123.077% */
text-transform: uppercase;
margin-top: 8px;
}
.intro_item_button_rect_price {
  display: flex;
  align-items: center;
  color: #000;
font-family: "Inter", sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 123.077% */
}
.intro_item_button_rect_price span{
  color: #7B7B85;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
margin-left: 5px;
}
.intro_item_button_rect_price img{
  vertical-align: middle;
  margin-right: 8px;
}
.intro_item_button_rect_text {
  margin-top: 6px;
  color: #7B7B85;
font-family: "Inter", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 123.077% */
}
.intro_item_button_rect_text svg{
  vertical-align: middle;
  margin-left: 6px;
}

.intro_item_text_username{
  display: none;
  margin-top: 8px;
}

@media (min-width:320px) and (max-width:499px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item:nth-child(3){
    display: none;
  }
  .header_item:nth-child(4){
    display: none;
  }
  .header_item:nth-child(5){
    margin-left: auto;
  }
  .header_item_logo svg{
    width: 100px;
  }
  .header_item_button{
    font-size: 12px;
    padding: 10px 8px;
  }
  .intro_items{
    flex-direction: column;
  }
  .intro_item:first-child {
    max-width: 100%;
}
.intro_item_image_img{
  width: 100%;
}
.intro_item_image_number{
  font-size: 22px;
  padding: 15px 25px;
  bottom: calc(50% - 100px);
  
  }
.intro_item:last-child{
  margin-top: 50px;
  margin-left: 0px;
}
.intro_item_up{
  flex-direction: column;
  align-items: flex-start;
}
.intro_item_up_buttons{
  margin-left: 0px;
  margin-top: 20px;
}
.intro_item_section_two_graf{
  width: 100%;
}
.tables_main{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.tables_main_tabble_line_text td:first-child{
  white-space: nowrap;
}
.footer_up{
  flex-direction: column;
}
.footer_up_item:nth-child(2), .footer_up_item:nth-child(3) {
  width: auto;
  margin-left: 0px;
}
.footer_up_item_button{
  font-size: 12px;
  margin-right: 5px;
}
.footer_up_item:nth-child(2), .footer_up_item:nth-child(3){
  margin-top: 30px;
}
.header_item_menu_rect{
  width: 300px;
  height: auto;
}
.header_item_menu_rect_up_faq{
  font-size: 12px;
  gap: 5px;
}
.header_item_menu_rect_up_faq svg{
  height: 20px;
}

.header_item_menu_rect_up_lang svg{
  height: 20px;
}
.header_item_menu_rect_up_lang_tittle {
  font-size: 12px;
gap: 5px;
}
.header_item_menu_rect_up_lang_right_selected{
  font-size: 12px;
}
.header_item_menu_rect_up_lang_right_selected svg{
  width: 10px;
}
.header_item_menu_rect_bottom_tittle{
  font-size: 12px;
}
.footer_up_item_button{
  font-size: 12px;
  padding: 5px 8px;
  margin-bottom: 10px;
  justify-content: center;
}
.footer_up_item_button:last-child{
  margin-bottom: 0px;
}
.footer_up_item_buttons{
  flex-direction: column;
}
.header_item_menu_rect_up_lang_right_select_item{
  font-size: 12px;
}
td{
  padding: 0 20px;
}
.tables_main_tabble_line_text td {
  white-space: nowrap;
}
.footer_up_item_button{
  width: 100%;
}
}








@media (min-width:500px) and (max-width:799px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item:nth-child(2){
    display: none;
  }
 
 
  .header_item:nth-child(5){
    margin-left: 20px;
  }
  .header_item_logo svg{
    width: 100px;
  }
  .header_item_button{
    font-size: 12px;
    padding: 10px 8px;
  }
  .intro_items{
    flex-direction: column;
  }
  .intro_item:first-child {
    max-width: 100%;
}
.intro_item_image_img{
  width: 100%;
}
.intro_item_image_number{
  font-size: 45px;
  padding: 15px 25px;
  bottom:calc(50% - 160px);
}
.intro_item:last-child{
  margin-top: 50px;
  margin-left: 0px;
}
.intro_item_up{
  flex-direction: column;
  align-items: flex-start;
}
.intro_item_up_buttons{
  margin-left: 0px;
  margin-top: 20px;
}
.intro_item_section_two_graf{
  width: 100%;
}
.tables_main{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.tables_main_tabble_line_text td:first-child{
  white-space: nowrap;
}
.footer_up{
  flex-direction: column;
}
.footer_up_item:nth-child(2), .footer_up_item:nth-child(3) {
  width: auto;
  margin-left: 0px;
}
.footer_up_item_button{
  font-size: 12px;
  margin-right: 5px;
}
.footer_up_item:nth-child(2), .footer_up_item:nth-child(3){
  margin-top: 30px;
}
.header_item_menu_rect{
  width: 300px;
  height: auto;
}
.header_item_menu_rect_up_faq{
  font-size: 12px;
  gap: 5px;
}
.header_item_menu_rect_up_faq svg{
  height: 20px;
}

.header_item_menu_rect_up_lang svg{
  height: 20px;
}
.header_item_menu_rect_up_lang_tittle {
  font-size: 12px;
gap: 5px;
}
.header_item_menu_rect_up_lang_right_selected{
  font-size: 12px;
}
.header_item_menu_rect_up_lang_right_selected svg{
  width: 10px;
}
.header_item_menu_rect_bottom_tittle{
  font-size: 12px;
}
.footer_up_item_button{
  font-size: 12px;
  padding: 5px 8px;
  margin-bottom: 10px;
  justify-content: center;
}

td{
  padding: 0 20px;
}
.tables_main_tabble_line_text td {
  white-space: nowrap;
}
.footer_up_item_button{
  width: 100%;
}
.header_item_menu_rect_bottom .footer_up_item_buttons{
  flex-direction: column;
}
}




@media (min-width:800px) and (max-width:1199px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }

 
  .intro_item_image_img {
    vertical-align: middle;
    width: 100%;
}

.intro_item_image_number {
  font-size: 40px;
  padding: 15px 25px;
  bottom:calc(50% - 130px);
}

.intro_item_image_img {
  max-width: 100%;
}
  .header_item_button{
    white-space: nowrap;
  }
  .intro_item:last-child{
    width: inherit;
  }
  .intro_item:first-child{
    width: auto;
  }
}



@media (min-width:1200px) and (max-width:1800px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro_item:first-child {
    width: 100%;
    max-width: 600px;
}
.intro_item_image_img {
  vertical-align: middle;
  width: 100%;
}
.intro_item_image_number {
  bottom: 140px;
  left: calc(50% - 200px);
  padding: 10px 20px;
  font-size: 45px;
}
}</pre></body></html>