
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 auto;
  background: #010101;
  color: #D8C895;
  font-size: 16px;
  line-height: 25px;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: 0 auto;
}

/*background*/

.background {
  min-height: 100vh;
  background: url(../images/background.png) 50% 0 no-repeat;
  position: relative;
}

.background_new {
  background: url(../images/background2.png) 50% 0 no-repeat;
  background-size: cover;
}

.background:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/background_bf.png) 57% 26% no-repeat;
  mix-blend-mode: lighten;
}

.background_new:before {
  background: url(../images/background_bf2.png) 57% 100% no-repeat;
}

.background:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/background_af.png) 57% 1% no-repeat;
  mix-blend-mode: lighten;
}

.body_restagle {
  min-height: 100vh;
  position: relative;
}

.body_restagle:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/body_restagle.svg) 30% 0 no-repeat;
  z-index: 1;
}

.body_restagle:after {
  position: absolute;
  content: '';
  top: 200px;
  right: 0;
  bottom: 803px;
  left: 0;
  background: url(../images/body_restagle_af.svg) 50% 0 no-repeat;
}

.background_error .body_restagle:after {
  bottom: 600px;
  background-size: cover;
}

.background_new .body_restagle:after {
  top: 190px;
  bottom: 471px;
  background-size: cover;
}

.body_zindex {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.fixed-tg-news{
  opacity: .9;
  position: fixed;
  display: flex;
  right: 30px;
  bottom: 110px;
  z-index: 100;
  background: #caa349;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.fixed-tg-news:hover{
  opacity: 1;
}

/*header*/

.header {
  padding: 35px 0;
  border-bottom: 1px solid rgba(216, 200, 149, 0.5);
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.header_logo a {
  display: flex;
  position: relative
}
.header_logo a:after{
  content:"";
  position: absolute;
  left: 100%;
  top:-150px;
  height: 0;
  width: 10px;
  box-shadow: 0 0 200px 150px #ffffff8a;
}

.header_nav ul {
  display: flex;
}


.header_nav ul li {
  display: flex;
}
.header_nav ul li a{color: #D8C18B;}
.header_nav ul li:nth-child(1) a {
  color: #DBB46E;
}



.header_nav ul li a {
  display: inline-block;
  padding: 9px 35px;
  border-radius: 100px;
  border: 1px solid transparent;
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.06rem;
}

.header_nav ul li a:hover {
  border-color: #FFDB69;
}

.header_right {
  display: flex;
  align-items: center;
}

.header_language {
  display: flex;
}


.user-notification-bell{
  border: 0;
  background-color: transparent;
  color: #FFDB69;
  padding: 0;
  margin-right:15px;
  margin-bottom: -5px;
}
.user-notification-bell .unotification-total{
  position: absolute;
  font-size: 12px;
  background-color: #f00;
  border-radius: 20px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  margin-left: -5px;
  margin-top: -4px;
}
.user-notification-bell .unotification-total[data-total="0"]{background-color: transparent;}
.notification-element .btn-primary{
  width: 100%;
  margin: 10px 0;
}


.language-dropdown {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.language-dropdown label {
  height: 21px;
  width: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #FFDB69;
}

.lang_arrow {
  display: flex;
  transition: 0.3s;
}

.language-dropdown.open .lang_arrow {
  transform: rotate(180deg);
}


.language-dropdown ul a {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;

  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #FFDB69;
}


.language-dropdown ul.lang-list {
  position: absolute;
  z-index: 100;
  top: 40px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(42, 41, 35, 1);
  border-radius: 5px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.language-dropdown ul.lang-list .selected {
  background: #F1E8D7;
  color: #111111;
}


.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}

.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.lang_icon {
  display: flex;
}

.header_sign {
  padding: 0 0 0 65px;
  text-align: center;
}

.sign_in {
  display: flex;
  border: 1px solid #DBB46E;
  border-radius: 100px;
  align-items: center;
  padding: 10px 30px;
}

.sign_in_title {
  font-family: "Cormorant", serif;
  font-weight: 600;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign_in_restagle {
  width: 1px;
  height: 24px;
  background: #FFDB6999;
  margin: 0 20px;
}

.sign_in:hover {
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
}

.sign_in:hover .sign_in_title {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-image: none;
  color: #040404;
}

.sign_in:hover .sign_in_restagle {
  background: #040404;
}

.sign_in:hover svg path {
  fill: #040404;
}

.sign_in_authorized {
  position: relative;
  overflow: hidden;
  padding: 10px 14px;
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  border: none;
}

.sign_in_authorized .sign_in_title {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.13rem;
  color: #121212;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-image: none;
  position: relative;
  z-index: 1;
}

.sign_in_authorized .sign_in_restagle {
  margin: 0 10px;
  background: #121212;
  position: relative;
  z-index: 1;
}

.sign_in_authorized svg {
  position: relative;
  z-index: 1;
}

.sign_in_authorized svg path {
  fill: #121212;
}

.sign_in_authorized:before {
  position: absolute;
  content: '';
  background: linear-gradient(-90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  transition: 0.3s transform ease;
}

.sign_in_authorized:hover:before {
  transform: translateX(0);
}

.sign_up {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 1px solid #DBB46E;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign_up:hover {
  border-bottom: none;
}

/*BURGER*/

.mt-munu-mb {
  
}


.body-open {
  position: relative;
}

.body-open:before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  transition: 0.3s;
}

.burger {
  position: absolute;
  top: 26px;
  right: 15px;
  display: none !important;
  cursor: pointer;
  z-index: 12;
  align-items: center;
}
.burger i:nth-of-type(1) {
  align-items: center;
  display: flex;
  height: 43px;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #2a3255;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {
  display: flex;
}

.mt-mobile {
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0px;
  background: #010101;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 100px 40px 60px 40px;
  transition: 0.5s ease all;
  clip-path: circle(0 at 100% 0);
}


.mt-mobile.nav-open {
  clip-path: circle(200%);
  z-index: 11;
}

.burger_nav ul li {
  display: flex;
}

.burger_nav ul li a {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 54px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.burger_wrap {
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger_tg a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #D8C895;
  border-radius: 50%;
}

.burger_best a {
  display: flex;
}

/*one*/

.one {
  padding: 27px 0 0 0;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_title h1, .h1{
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 57px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_right {
  display: flex;
  align-items: center;
}

.top_button {
  margin: 0 20px 0 0;
}

.top_button:last-child {
  margin: 0;
}

.top_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 45px;
  border: 1px solid #DBB46E;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #D8C895;
}

.top_button a span {
  width: 1px;
  height: 24px;
  background: #FFDB6999;
  margin: 0 20px;
}

.top_button a:hover {
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  color: #040404;
}

.top_button a:hover span {
  background: #040404; 
}

.top_button a:hover svg path {
  stroke: #040404;
}

.one_text {
  padding: 20px 0 0 0;
}

.one_text p {
  font-size: 14px;
  line-height: 18px;
  color: #FFFED8;
}

.one_text p {
  margin-bottom: 10px;
}

.one_text p:last-child {
  margin: 0;
}

.one_text p a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #FFFED8;
}

.one_text p span {
  font-size: 18px;
  line-height: 26px;
}

.one_wrap {
  display: flex;
  padding: 30px 0 0 0;
}

.one_block {
  width: 24.8%;
}

.one_block:nth-child(2) {
  width: 50.4%;
  margin: 0 16px;
}

.one_border {
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 25px 25px 30px 25px;
  height: 100%;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}
.one_border.one_border_transperent{
  border-color: transparent;
}

.one_block:nth-child(1) .one_border {
  z-index: 3;
}

.one_block:nth-child(3) .one_border {
  z-index: 2;
}

.one_block:nth-child(2) .one_border {
  padding: 40px 30px;
  z-index: 1;
}

.one_border h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.one_tabs {
  padding: 25px 0 0 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 14px;
  color: #D8C895;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: 1px solid #D8C895;
  border-radius: 100px;
  margin: 0 10px 0 0;
  position: relative;
}

ul.tabs li:last-child {
  margin: 0;
}


ul.tabs li.active {
  background: #F1E8D7;
  color: #111111;
}

ul.one_list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}

ul.one_list li {
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 14px;
  color: #D8C895;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: 1px solid #D8C895;
  border-radius: 100px;
  margin: 0 10px 0 0;
  position: relative;
}

ul.one_list li:last-child {
  margin: 0;
}


ul.one_list li.active {
  background: #F1E8D7;
  color: #111111;
}

.tab_container {
  border-top: none;
  clear: both;
  width: 100%;
}

.tab_content {
  padding: 0;
  display: none;
}

.one_tabs_content {
  padding: 24px 0 0 0;
}

.one_search {
  position: relative;
}

.one_search_input {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #D8C895;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 26px 0 26px;
  height: 34px; 
  background: url(../images/one_search_input.svg) 0 50% no-repeat;
  box-sizing: border-box;
  border-bottom: 1px solid #D8C895;
}

.one_search_input::-webkit-input-placeholder {
 color: #D8C895;
 font-weight: 300;
}

.one_search_input::-moz-placeholder {
  color: #D8C895;
  font-weight: 300;
}

.one_search_input:-ms-input-placeholder {
  color: #D8C895;
  font-weight: 300;
}

.one_search_input::placeholder {
  color: #D8C895;
  font-weight: 300;
}

.one_search button {
  position: absolute;
  display: flex;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.one_tabs_list ul {
  overflow: auto;
  height: 480px;
  padding: 6px 0 0 10px;
  margin: 30px 0 0 -10px;
}

.one_tabs_list ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background: #D8C8954D;
}

.one_tabs_list ul::-webkit-scrollbar-track {
  width: 6px;
  border-radius: 10px;
  background: #D8C8954D;
}

.one_tabs_list ul::-webkit-scrollbar-thumb {
  background: #D8C895;
  width: 6px;
  border-radius: 10px;
}

.one_tabs_list ul::-webkit-scrollbar-thumb:hover {
  
}

.one_tabs_list ul li {
  display: flex;
  padding: 0 0 15px 0;
}
.one_tabs_list ul li img{
  max-width: 25px;
  max-height: 25px;
}

.one_tabs_list ul li p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #F1E8D7;
  position: relative;
  z-index: 1;
}

.one_tabs_list ul li p img {
  margin: 0 20px 0 0;
}
.notification-element .form-control,
.global_input {
  font-weight: 300;
  font-size: 17px;
  line-height: 14px;
  color: #D8C895;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 56px 0 56px;
  height: 54px; 
  background: #2A2923;
  border-radius: 100px;
  box-sizing: border-box;
  border: 1px solid #D8C895;
}
.global_input.has-error{
  border-color: #c00;
}
.has-error-msg{
  position: absolute;
  font-size: 12px;
  color: #f00;
  top: 100%;
  left: 20px;
  margin-top: -5px;
}

.global_input::-webkit-input-placeholder {
  opacity: 0.8;
}

.global_input::-moz-placeholder {
  opacity: 0.8;
}

.global_input:-ms-input-placeholder {
  opacity: 0.8;
}

.global_input::placeholder {
  opacity: 0.8;
}

.one_inner {
  padding: 0 0 20px 0;
  display: flex;
  border-bottom: 1px solid #D8C89599;
}

.one_inner_block {
  width: 45%;
}

.one_inner_block:nth-child(2) {
  width: 10%;
}

.one_swapp_input {
  display: flex;
  justify-content: center;
  padding: 14px 0 0 0;
}

.one_swapp_input button {
  display: flex;
  justify-content: center;
}

.one_number_input {
  position: relative;
}
.one_number_input .global_input[type='file']{
  padding-top: 13px;
}

.global_input_icon {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}

.global_input_icon img {
  width: 24px;
}

.global_input_title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #D8C895;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.one_inner_text {
  padding: 13px 0 0 15px;
}

.one_inner_text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}

.one_inner_text p span {
  font-weight: 400;
  font-size: 16px;
  color: #F0E7D6;
}

.one_info {
  padding: 20px 0 0 0;
}

.one_info_wrap {
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
}

.one_info_block {
  width: 32%;
  margin: 0 15px 0 0;
}

.one_info_block:last-child {
  width: 68%;
  margin: 0;
}

.one_info_wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #F0E7D6;
  text-align: right;
}

.one_info_dropdown {
  position: relative;
  width: 100%;
}

.one_info_dropdown_input {
  cursor: pointer;
  padding: 0 20px;
}

.arrow {
  display: flex;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.arrow.open {
  transform: translateY(-50%) rotate(180deg);
}

.one_info_dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  background: #2A2923;
  border-radius: 20px;
  border: 1px solid #D8C895;
  z-index: 100;
  transition: max-height 0.3s ease-out;
}

.one_info_dropdown_list.show {
  visibility: visible;
  max-height: 200px;
  overflow-y: auto;
}

.one_info_dropdown_list div {
  padding: 10px 20px;
  font-weight: 300;
  font-size: 17px;
  line-height: 14px;
  color: #D8C895;
  cursor: pointer;
}

.one_info_dropdown_list div:hover {
  background-color: #D8C895;
  color: #111111;
}

.one_info_input input {
  padding: 0 50px 0 20px;
  font-size: 15px;
}

.one_info_input {
  position: relative;
}

.one_info_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: flex;
}

.one_info_input_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #D8C895;
}

.checkbox-main {
  padding: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}

.checkbox-main-radio{
  display: block;
  color:#F0E7D6;
  font-size: 14px;
  font-weight: 300;
}
.checkbox-main-radio a{color: inherit;color: #D8C895}

.checkbox-main .checkbox {
  margin: 3px 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 0;
  border: 1px solid #D8C895;
  background: #2A2923;
  box-sizing: border-box;
  position: relative;
}

.checkbox-main input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main input[type="checkbox"]:checked ~ .checkbox {
  background: #2A2923 url(../images/checkbox.svg) 50% 50% no-repeat;
  background-size: 10px;
}

.checkbox-main b {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #F0E7D6;
  width: 90%;
  padding: 0 0 0 10px;
}

.checkbox-main b a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.one_flex {
  display: flex;
  padding: 30px 0 0 0;
  gap:5px;
}

.one_flex_block {
  width: 50%;
  padding: 10px 0 10px 25px;
  border-right: 1px solid #D8C89566;
}

.one_flex_block:last-child {
  border-right: none;
  padding: 10px 0 10px 50px;
}

.one_buttons {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}

.one_buttons_block {
  margin: 0 45px 0 0;
}

.one_buttons_block:last-child {
  margin: 0;
}

.btn-primary,
.btn_bg {
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  border-radius: 100px;
  height: 52px;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #121212 !important;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 0;
}

.btn_bg span {
  position: relative;
  z-index: 1;
}
.btn-primary:before,
.btn_bg:before {
  position: absolute;
  content: '';
  background: linear-gradient(-90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  transition: 0.3s transform ease;
  z-index: -1;
}

.btn_bg:hover:before {
  transform: translateX(0);
}
.btn_bg.btn_p{padding: 0 15px;}

.one_buttons_block .btn_bg {
  width: 249px;
}

.btn_border {
  height: 52px;
  border-radius: 100px;
  border: 1px solid #D8C895;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.btn_border span {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(90deg, #D8C895 13.46%, #F8F1E4 63.1%, #D8C895 106.25%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.btn_border:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #D8C895 13.46%, #F8F1E4 63.1%, #D8C895 106.25%);
  transform: translateY(-100%);
  transition: 0.4s transform ease;
}

.btn_border:hover:before {
  transform: translateY(0);
}

.btn_border:hover span {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #121212;
}

.one_buttons_block .btn_border {
  width: 265px;
}

.one_mobile_drop {
  display: none;
}

/*two*/

.two {
  padding: 150px 0 160px 0;
}

.two_top {
  display: flex;
  align-items: center;
}

.two h2 {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.two_top_button {
  padding: 0 0 0 60px;
}

.two_top_button a {
  height: 40px;
  width: 172px;
  font-size: 13px;
  line-height: 14px;
}

.two_slider {
  position: relative;
  padding: 40px 0 0 0;
}

.two_swiper .swiper-wrapper {
  align-items: stretch;
}

.two_swiper .swiper-slide {
  height: auto;
}

.two_border {
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 30px 30px;
  height: 100%;
  border-radius: 44px;
  backdrop-filter: blur(5px);
}

.two_border_top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #D8C89566;
}

.two_border h3 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.two_border span {
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
  color: #D8C895;
}

.two_flex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.two_flex_top {
  width: 100%;
}

.two_border p {
  margin-top: 20px;
}

.two_link {
  width: 100%;
  padding: 30px 0 0 0;
}

.two_link a {
  display: flex;
}

.two_swiper_pagination {
  bottom: -50px !important;
}

.two_swiper_pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 50px !important;
  height: 6px !important;
  border-radius: 10px !important;
  background: #D8C8954D !important;
  margin: 0 5px !important;
}

.two_swiper_pagination .swiper-pagination-bullet-active {
  background: #D8C895 !important; 
}

/*footer*/

.footer {
  padding: 60px 0 40px 0;
  position: relative;
}

.footer:before {
  position: absolute;
  content: '';
  background: url(../images/footer.svg) 50% 100% no-repeat;
  right: 0;
  left: 0;
  bottom: 0;
  top: -145px;
}

.footer:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #D8C895;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.footer_logo a {
  display: flex;
}

.footer_nav {
  display: flex;
}

.footer_nav_block {
  padding: 0 150px 0 0;
}

.footer_nav_block:last-child {
  padding: 0;
}

.footer_nav ul li a {
  display: inline-block;
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_best {
  padding: 30px 0 0 0;
}

.footer_tg {
  display: flex;
  justify-content: flex-end;
}

.footer_bottom {
  margin: -45px 0 0 0;
  position: relative;
  z-index: 1;
}

.footer_bottom p {
  font-size: 14px;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal {
  background: rgba(5, 5, 5, 0.5);
}

body.is-open {
  overflow: hidden;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 27px;
}

.modal-close-button button {
  display: flex;
}

.modal-border {
  position: relative;
  padding: 25px 25px 30px 25px;
  max-width: 460px;
  border-radius: 44px;
  margin: 100px auto 0 auto;
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  z-index: 1001;
}

.modal_title {
  font-size: 47px;
  line-height: 57px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  color: #2F2C22;
  text-align: center;
}

.modal_form {
  max-width: 285px;
  margin: 0 auto;
  color: #2F2C22;
}

.modal_form_pd {
  padding: 10px 0 0 0;
}

.modal_form p {
  font-size: 14px;
  line-height: 24px;
  color: #2F2C22;
  opacity: 0.8;
  margin: 0 0 5px 20px;
}

.modal_form .global_input {
  border: 1px solid #262115;
  background: none;
  color: #2F2C22;
  padding: 0 20px;
}

.modal_right {
  padding: 2px 20px 0 0;
  text-align: right;
}

.modal_form a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #2F2C22;
}

.modal_form a:hover {
  text-decoration: none;
}

.modal_form_button {
  padding: 30px 0 0 0;
}

.modal_form button {
  background: linear-gradient(90.17deg, #2F2F2F 16.63%, #312D28 39.48%, #262115 71.28%);
  width: 100%;
  height: 52px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #D8C895;
  font-weight: 600;
}

.modal_form button:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s transform ease;
  transform: translateX(-100%);
  background: linear-gradient(-90.17deg, #2F2F2F 16.63%, #312D28 39.48%, #262115 71.28%);
}

.modal_form button:hover:before {
  transform: translateX(0);
}

.modal_form button span {
  position: relative;
  z-index: 1;
}

.modal_button {
  text-align: center;
  padding: 15px 0 0 0;
}

.modal_button button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #2F2C22;
}

.modal_button button:hover {
  text-decoration: none;
}

.modal_suptitle {
  margin: 12px 0 0 0;
  text-align: center;
  color: #2F2C22;
  opacity: 0.8;
}

.modal_form h4 {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #2F2C22;
  opacity: 0.8;
  margin: 9px 0 5px 0;
}

.modal_form_button_mr {
  padding: 24px 0 0 0;
  margin: 0 -30px;
}

.modal_form_checkboxes {
  padding: 10px 0 0 0;
}

.checkbox-main_modal {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox-main_modal .checkbox {
  margin: 0 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 0;
  border: 1px solid #262115;
  box-sizing: border-box;
  position: relative;
}

.checkbox-main_modal input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_modal input[type="checkbox"]:checked ~ .checkbox {
  background: url(../images/checkbox3.svg) 50% 50% no-repeat;
  background-size: 10px;
}

.checkbox-main_modal b {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #2F2C22;
  opacity: 0.8;
  width: 90%;
  padding: 0 0 0 15px;
}

.checkbox-main_modal b a {
  font-size: 10px;
  line-height: 12px;
  display: inline;
  color: #2F2C22;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.checkbox-main_modal b a:hover {
  text-decoration: none;
}


/*instructions*/

.instructions {
  padding: 27px 0 375px 0;
}

.instructions_wrap {
  padding: 40px 0 0 0;
  display: flex;
}

.instructions_block {
  width: 25%;
  margin: 0 16px 0 0;
}

.instructions_block:last-child {
  width: 75%;
  margin: 0;
}

.instructions_border {
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 25px 25px 30px 25px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}

.instructions_block:last-child .instructions_border {
  height: 100%;
  padding: 27px 50px 50px 50px;
}

.instructions_bid h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.instructions_bid_info {
  padding: 10px 0 0 0;
}

.instructions_bid_info p {
  font-size: 11px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  opacity: 0.8;
  margin: 0 0 -8px 0;
}

.instructions_bid_title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.8;
  text-align: center;
}

.instructions_bid_title span {
  font-weight: 500;
}

.instructions_bid_restagles {
  margin: 6px 0 0 0;
}

.instructions_bid_restagle {
  width: 100%;
  height: 3px;
  background: #D8C895;
}

.instructions_bid_restagle2 {
  position: relative;
  z-index: 1;
  height: 3px;
  background: #A4882E;
  margin: -3px 0 0 0;
}

.instructions_bid_border {
  padding: 25px 0 30px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #D8C895;
}

.instructions_bid_block h4 {
  text-align: left;
  margin: 0 0 3px 20px;
}

.instructions_bid_pd {
  padding: 15px 0 0 0;
}

.instructions_bid_pd .global_input {
  padding: 0 30px 0 56px;
}
.instructions_info{margin-bottom: 15px;}
.instructions_info h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.instructions_info_wrap {
  display: flex;
  padding: 20px 0 0 0;
  gap:20px;
}


.instructions_info_number h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 14px;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  border-radius: 50%;
}

.instructions_info p {
  color: #F0E7D6;
  opacity: 0.8;
}

.instructions_info_flex {
  align-items: flex-end;
  display: flex;
}

.instructions_bid_bg {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  width: 522px; 
  padding: 0 20px 0 56px;
  height: 54px; 
  background: #2A2923;
  border-radius: 100px;
  box-sizing: border-box;
  border: 1px solid #D8C895;
}

.instructions_bid_bg p {
  font-weight: 300;
  font-size: 17px;
  line-height: 14px;
  color: #D8C895;
  word-break: break-all;
}

.icntf_link a{
  color: inherit;
}

.instructions_info_inner {
  display: flex;
  padding: 1px 0 0 82px;
}

.instructions_info_inner_block {
  margin: 0 16px 0 0;
}

.instructions_info_inner_block:last-child {
  margin: 0;
}

.instructions_info_inner_pd {
  padding: 12px 0 0 0;
}

.instructions_info_inner_pd:first-child {
  padding: 0;
}

.request-wallet1{
  padding-left: 20px;
  padding-right: 20px;
}

.instructions_info_copy {
  padding: 0 0 18px 16px;
}

.global_btn_copy {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #F0E7D6;
}

.global_btn_copy:hover {
  text-decoration: none;
}

.instructions_info_flex .global_input {
  width: 522px;
}

.instructions_textarea {
  resize: none;
  padding: 19px 20px;
  width: 657px;
}

.instructions_info_qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 15px;
}

.instructions_info_buttons {
  display: flex;
  align-items: center;
  padding: 20px 0 0 82px;
}

.instructions_info_buttons .btn_bg {
  width: 215px;
}

.instructions_info_buttons_block {
  margin: 0 25px 0 0;
}

.instructions_info_buttons_block:last-child {
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*requst*/

.instructions_bid_restagle2_request {
  width: 0;
}

.instructions_info_wrap_request a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #F0E7D6;
  opacity: 0.8;
}

.instructions_info_wrap_request p {
  font-size: 14px;
  line-height: 24px;
  color: #D8C895;
  opacity: 0.8;
  margin-top: 3px;
}

.instructions_info_wrap_request a:hover {
  text-decoration: none;
}

.instructions_info_icon {
  width: 52px;
  display: flex;
}

.request_border {
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #D8C895;
}

.request_border .instructions_info_block:last-child {
  padding: 0 0 0 30px;
}

.instructions_info_wrap_support p a {
  color: #F0E7D6;
  opacity: 0.8;
  display: inline;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.instructions_info_wrap_support p a:hover {
  text-decoration: none;
}

.request_buttons {
  display: flex;
  padding: 60px 0 30px 82px;
  flex-wrap: wrap;
}

.request_buttons a {
  width: 253px;
}

/*requst3*/

.instructions_bid_title_red {
  color: #E62D0C !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-image: none !important;
}

/*reguest2*/

.request_review {
  margin: 30px 0 0 0;
  padding: 40px 0;
  border-top: 1px solid #D8C895;
  border-bottom: 1px solid #D8C895;
}

.request_review_width {
  max-width: 657px;
  margin: 0 0 0 82px;
}

.request_review_wrap {
  display: flex;
  padding: 20px 0 0 0;
  justify-content: space-between;
}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  margin: 0 2px;
  cursor: pointer;
  width: 17px;
  height: 16px;
  margin-top: auto;
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url(../images/star2.svg);
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url(../images/star2.svg);
}

.feedback {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.request_review_stars {
  padding: 7px 0 0 0;
}

.request_review_pd {
  padding: 40px 0 0 0;
}

.request_review_textarea {
  resize: none;
  height: 113px;
  border-radius: 30px;
  padding: 20px 20px;
}

.request_review_form .btn_bg {
  margin: 25px 0 0 0;
  width: 190px;
}

.request_buttons_request_review {
  padding: 40px 0 0 82px;
}

/*card_verification*/

.card_verif {
  padding: 0 0 0 0;
}

.card_verif_pd {
  padding: 15px 0 0 0;
  max-width: 755px;
}

.card_verif_img {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  height: 200px;
  width: 253px;
}

.card_verif_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.card_verif_image h4 {
  margin-top: 10px;
  text-align: center;
}




.card_verif_image {
  min-width: 200px;
}

.card_verif_btn {
  padding: 7px 0 0 82px;
}

.card_verif_btn button {
  width: 253px;
}

body.popup-open {
  overflow: hidden; /* Отключаем прокрутку */
}

/* Стили для Pop-up */
.popup {
  display: none; /* Скрываем Pop-up по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(5, 5, 5, 0.5);
  overflow: auto;
}

.popup_content {
  max-width: 794px;
  margin: 80px auto 0 auto;
  border-radius: 44px;
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  padding: 25px 50px 30px 50px;
  position: relative;
}

.close_popup {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
}

.popup_content h2 {
  font-family: "Cormorant", serif;
  font-size: 47px;
  line-height: 57px;
  color: #2F2C22;
  text-align: center;
}

.popup_content p {
  margin-top: 30px;
  color: #050505;
}

.popup_button {
  text-align: center;
  padding: 40px 0 0 0;
}

.popup_button button {
  background: linear-gradient(90.17deg, #2F2F2F 16.63%, #312D28 39.48%, #262115 71.28%);
  border-radius: 100px;
  width: 253px;
  height: 52px;
  overflow: hidden;
  position: relative;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  color: #D8C895;
}

.popup_button button span {
  position: relative;
  z-index: 1;
}

.popup_button button:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s transform ease;
  transform: translateX(-100%);
  background: linear-gradient(-90.17deg, #2F2F2F 16.63%, #312D28 39.48%, #262115 71.28%);
}

.popup_button button:hover:before {
  transform: translateX(0);
}

.popup_cancellation {
  text-align: center;
  padding: 25px 0 0 0;
}

.popup_cancellation a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #2F2C22;
}

.popup_cancellation a:hover {
  text-decoration: none;
}

/*reserves*/

.reserves {
  margin: 40px 0 0 0;
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 30px 130px 70px 130px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}

ul.tabs_reserves {
  justify-content: center;
}

ul.tabs_reserves li {
  width: auto;
  padding: 0 15px;
}

ul.reserves_wrap {
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.reserves_wrap li {
  width: 33.33333333%;
  display: flex;
  align-items: center;
  padding: 0 0 15px 0;
}

.reserves_wrap li p {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #F1E8D7;
    width: 46%;
}

.reserves_wrap li p img {
  margin: 0 20px 0 0;
}

.reserves_wrap li p:last-child {
  width: 54%;
}

.reserves_tabs_content {
  padding: 40px 0 0 0;
}

/*partners*/

.partners {
  margin: 40px 0 0 0;
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 30px 50px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}

.partners_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.partners a{
  color: inherit;
  text-decoration: underline;
}

.partners h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partners_btn_border .btn_border {
  width: 276px;
}

.partners_block:nth-child(3) {
  width: 100%;
  padding: 30px 0 0 0;
}

.partners p {
  color: #F0E7D6;
  opacity: 0.8;
}

.partners_inner {
  display: flex;
  padding: 30px 0;
}

.partners_inner_block {
  padding: 0 70px 0 0;
  display: flex;
  align-items: center;
}

.partners_inner_block:last-child {
  padding: 0;
}

.partners_number h4 {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 32px;
  color: #121212;
  font-weight: 600;
  text-transform: uppercase;
}

.partners_inner_text {
  padding: 0 0 0 30px;
}

.partners p span {
  font-size: 12px;
}

.partners h5 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partners_inner_text h5 {
  margin-top: 3px;
}

.partners_btn_bg {
  padding: 40px 0 0 0;
}

.partners_btn_bg .btn_bg {
  width: 253px;
}

.partners_info {
  padding: 60px 0 0 0;
}

.partners_info p {
  margin-top: 30px;
}

/*partners2*/

.partners_table {
  padding: 40px 0 0 0;
}

.partners_table_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 150px;
  background: #484848;
  border-radius: 15px;
}

.partners_table_top h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partners_table_block:nth-child(1) {
  width: 15%;
}

.partners_table_block:nth-child(2) {
  width: 15%;
}

.partners_table_block:nth-child(3) {
  text-align: center;
  width: 10%;
}

.partners_table ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 150px;
  border: 1px solid transparent;
}

.partners_table ul li:nth-child(2n) {
  background: #3B3B3B99;
  border: 1px solid #DBB46E;
  border-radius: 15px;
}

/*service-rules*/

.rules {
  padding: 40px 0 0 0;
  display: flex;
}

.rules_block {
  width: 25%;
  margin: 0 16px 0 0;
}

.rules_block:last-child {
  width: 75%;
  margin: 0;
}

.rules_border {
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 30px 30px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}
.rules_border a{
  color:inherit;
  text-decoration: underline;
}

.rules_block:last-child .rules_border {
  padding: 40px 50px;
}

.rules h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.rules p {
  margin-top: 20px;
  color: #F0E7D6;
  opacity: 0.8;
}

.rules_pd {
  padding: 30px 0 0 0;
}

.rules_pd:first-child {
  padding: 0;
}

.background_end {
  background: url(../images/background2.png) 50% 0 no-repeat;
}

.rules ul li {
  display: flex;
  padding: 0 0 15px 0;
}

.rules ul li:last-child {
  padding: 0;
}

.rules ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #D8C895;
  display: inline-block;
  position: relative;
}

.rules ul li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 0;
  width: 3px;
  background: #D8C895;
  transition: 0.3s;
}

.rules ul li.active a {
  font-weight: 700;
  padding: 0 0 0 15px;
}

.rules ul li.active a:before {
  height: 100%;
}

.rules_block:last-child ol {
  padding: 20px 0 0 20px;
}

.rules_block:last-child ol li {
  color: #F0E7D6;
  opacity: 0.8;
  list-style: decimal;
}

.rules_block:last-child ol li p {
  margin: 0;
  opacity: 1;
}

.rules_block:last-child ul {
  padding: 20px 0 0 20px;
}

.rules_block:last-child ul li {
  display: list-item;
  padding: 0;
  color: #F0E7D6;
  opacity: 0.8;
  list-style: disc;
}

.rules_block:last-child ul li p {
  margin: 0;
  opacity: 1;
}

/*contacts*/

.contacts {
  margin: 40px 0 0 0;
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 40px 50px 60px 50px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}

.contacts h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contacts_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0 -10px;
}

.contacts_block {
  width: 33.33333333%;
  padding: 0 10px 0 10px;
}

.contacts_flex {
  padding: 0 0 30px 0;
  display: flex;
  align-items: center;
}

.contacts_flex:last-child {
  padding: 0;
}

.contacts_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D8C895;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.contacts_text {
  padding: 0 0 0 15px;
}

.contacts_text p {
  margin: 16px 0 3px 0;
  color: #F0E7D6;
  opacity: 0.8;
}

.contacts_text a {
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #F0E7D6;
  opacity: 0.8;
}

.contacts_text a:hover {
  text-decoration: none;
}

.contacts_pd {
  padding: 55px 0 0 0;
}

/*reputation*/

.contacts_reputation p {
  color: #F0E7D6;
  opacity: 0.8;
}

.reputation {
  padding: 30px 0 0 0;
}

.reputation_pd {
  padding: 0 0 50px 0;
}

.reputation_pd:last-child {
  padding: 0;
}

.reputation_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -50px 0 -50px;
}

.reputation_block {
  width: 25%;
  padding: 20px 50px 0 50px;
}

.reputation_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 133px;
  border-radius: 20px;
  background: #fff;
  padding: 0 10px;
  overflow: hidden;
}

/*feedback*/

.feedback_form h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.feedback_form .global_input {
  padding: 0 20px;
  margin-top: 20px;
}

.feedback_form .feedback_textarea {
  height: 160px;
  padding: 20px 20px;
  border-radius: 30px;
  resize: none;
}

.checkbox-main_feedback {
  margin-top: 20px;
  background: #E8D19D;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox-main_feedback .checkbox {
  margin: 0 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

.checkbox-main_feedback input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_feedback input[type="checkbox"]:checked ~ .checkbox {
  background: #fff url(../images/checkbox2.svg) 50% 50% no-repeat;
  background-size: 10px;
}

.checkbox-main_feedback b {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #2F2C22;
  opacity: 0.8;
  width: 90%;
  padding: 0 0 0 15px;
}

.feedback_form .btn_bg {
  width: 100%;
  margin: 30px 0 0 0;
}

.feedback_border {
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 30px 30px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}

.feedback_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #D8C89566;
}

.feedback_top h3 {
  font-size: 27px;
  line-height: 33px;
  font-family: "Cormorant", serif;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feedback_right {
  display: flex;
  align-items: center;
}

.feedback_icon {
  display: flex;
}

.feedback_right p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

.feedback_icon {
  display: flex;
  padding: 0 0 0 20px;
}

.feedback_text {
  padding: 24px 0 0 0;
}

.feedback_text p {
  margin: 0; 
  opacity: 1;
  color: #D8C895;
}

.feedback_block {
  padding: 0 0 20px 0;
}

.feedback_block:last-child {
  padding: 0;
}

.pagination {
  padding: 50px 0 0 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap:5px;
}

.pagination li {
  opacity: 1;
  display: flex !important;;
  padding: 0 15px 0 0 !important;;
  list-style: none !important;
}

.pagination li:last-child {
  padding: 0;
}

.pagination li a {
  border: 1px solid #DBB46E !important;;
  background: #D8D8D830 !important;;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  display: flex !important;;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;;
  height: 40px !important;;
  font-size: 15px !important;;
  line-height: 15px !important;;
  color: #D8C895 !important;;
}

.pagination li p {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D8C895;
  font-size: 15px;
  line-height: 15px;
}

.pagination li.active a {
  color: #111111 !important;
  background: #F1E8D7 !important;
  border-color: #F1E8D7 !important;
}
.pagination li.active a:before{display: none !important;}

.feedback_inner {
  display: flex;
  padding: 40px 0 0 0;
}

/*404*/

.error_section {
  padding: 27px 0 530px 0;
}

.error {
  text-align: center;
}

.error h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 400px;
  line-height: 460px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error h4 {
  margin: -75px 0 0 40px;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error h5 {
  margin-top: 25px;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error_link {
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
}

.error_link .btn_border {
  width: 395px;
}

/*technical-break*/

.technical_break {
  padding: 27px 0 630px 0;
}

.error_technical {
  padding: 220px 0 0 0;
}

.error h3 {
  font-weight: 600;
  font-size: 54px;
  line-height: 66px;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*lk*/

.lk {
  display: flex;
  padding: 40px 0 0 0;
}

.lk_block {
  width: 25%;
  margin: 0 16px 0 0;
}

.lk_block:last-child {
  width: 75%;
  margin: 0;
}

.lk_border {
  border: 1px solid #DBB46E;
  background: #D8D8D830;
  padding: 30px 30px;
  border-radius: 44px;
  backdrop-filter: blur(10px);
  position: relative;
}

.lk_nav li {
  display: flex;
  padding: 0 0 15px 0;
}

.lk_nav li:last-child {
  padding: 0;
}

.lk_nav li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #D8C895;
  display: inline-block;
  position: relative;
}

.lk_nav li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 0;
  width: 3px;
  background: #D8C895;
  transition: 0.3s;
}

.lk_nav li.active a {
  font-weight: 700;
  padding: 0 0 0 15px;
}

.lk_nav li.active a:before {
  height: 100%;
}

.lk_block:last-child .lk_border {
  min-height: 759px;
  padding: 40px 50px;
}

.lk_border h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lk_applications {
  padding: 10px 0 0 0;
}

.lk_applications_block {
  margin: 0 -50px;
  padding: 20px 30px;
  border-bottom: 1px solid #D8C895;
}

.lk_applications_block:last-child {
  border-bottom: none;
  padding: 20px 30px 0 30px;
}

.lk_applications_top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #D8C895;
}

.lk_applications_top h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.lk_applications_top p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.8;
}

.lk_applications_top p a{color: inherit;text-decoration: underline}
.lk_applications_top p span {
  font-weight: 500;
}

.lk_applications_top_block {
  width: 37%;
}

.lk_applications_top_block:last-child {
  width: 63%;
  display: flex;
  justify-content: space-between;
}

.lk_applications_wrap {
  display: flex;
}

.lk_applications_wrap_block {
  margin: 0 40px 0 0;
  width: 67%;
}

.lk_applications_wrap_block:last-child {
  width: 33%;
  margin: 0;
}

.lk_applications_flex {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
}

.lk_applications_flex_swapp {
  display: flex;
  justify-content: center;
}

.lk_applications_flex_block {
  width: 45%;
}

.lk_applications_flex_block:nth-child(2) {
  width: 10%;
}

.lk_applications_buttons_top {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #A4882E;
}

.lk_applications_btn {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #D8C895;
}

.lk_applications_btn a{
  color: inherit;
}

.lk_applications_btn span {
  opacity: 0.8;
}

.lk_applications_btn img {
  margin: 0 8px 0 0;
}

.lk_applications_buttons_wrap {
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk_applications_info {
  padding: 20px 0 0 0;
}

.lk_applications_info h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.lk_applications_info_wrap {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.lk_applications_info_left {
  display: flex;
}

.lk_applications_info_block {
  padding: 0 50px 0 0;
}

.lk_applications_info_pd {
  padding: 0 0 20px 0;
}

.lk_applications_info_pd:last-child {
  padding: 0;
}

.lk_applications_info_pd p {
  font-size: 14px;
  line-height: 14px;
  opacity: 0.8;
  font-weight: 300;
  margin-bottom: 7px;
}

.lk_applications_info_pd p:last-child {
  margin: 0;
}

.lk_applications_info_pd p span {
  font-size: 17px;
  font-weight: 400;
}

.lk_applications_info_button .btn_border {
  text-transform: unset;
  width: 244px;
  height: 45px;
}

.lk_applications_red {
  color: #E62D0C;
}

.lk_title {
  color: #F0E7D6;
  opacity: 0.8;
}

.lk_balance {
  padding: 20px 0 0 0;
}

.lk_balance_block {
  padding: 15px 0;
  border-bottom: 1px solid #D8C895;
}

.lk_balance_block:last-child {
  border-bottom: none;
}

.lk_balance_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk_balance_left {
  display: flex;
  align-items: center;
}

.lk_balance_icon img {
  width: 24px;
}

.lk_balance_icon {
  display: flex;
}

.lk_balance_text {
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
}

.lk_balance_text p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.lk_balance_text p:first-child {
  width: 295px;
}

.lk_balance_inner {
  padding: 25px 0 0 0;
}

.lk_balance_buttons {
  display: flex;
  align-items: center;
}

.lk_balance_buttons_block {
  margin: 0 40px 0 0;
}

.lk_balance_buttons_block:last-child {
  margin: 0;
}

.lk_balance_buttons button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #D8C895;
  height: 32px;
  width: 130px;
  border: 1px solid #DBB46E;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.lk_balance_buttons button span {
  position: relative;
  z-index: 1;
}

.lk_balance_buttons button:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s transform ease;
  transform: translateY(-100%);
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
}

.lk_balance_buttons button:hover:before {
  transform: translateY(0);
}

.lk_balance_buttons button:hover {
  color: #121212;
}

.lk_balance_info {
  padding: 30px 0 0 0;
}

.lk_balance_info h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.lk_balance_info_wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 20px 0;
}

.lk_balance_info h4 {
  font-size: 20px;
  line-height: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.lk_balance_info p {
  font-size: 17px;
  line-height: 14px;
  opacity: 0.8;
}

.lk_balance_info p span {
  font-size: 14px;
}

.lk_balance_info_wrap p {
  margin-top: 20px;
}

.lk_balance_info_button {
  padding: 0 0 15px 0;
}

.lk_balance_info_button:last-child {
  padding: 0;
}

.lk_balance_info_btn {
  font-size: 15px;
  line-height: 14px;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #B5A980;
  display: flex;
  align-items: center;
  text-align: left;
}

.lk_balance_info_btn span {
  opacity: 0.8;
}

.lk_balance_info_btn img {
  margin: 0 10px 0 0;
}

.lk_balance_info_btn:hover {
  text-decoration: none;
}

.lk_referals {
  padding: 24px 0 0 0;
}

.lk_referals_pd {
  padding: 20px 0 0 0;
}

.lk_referals_copy_wrap {
  display: flex;
  align-items: center;
}

.lk_referals_copy_wrap a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #D8C895;
  margin: 0 30px 0 0;
}

ul.tabs_lk_referals {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #D8C895;
}

ul.tabs_lk_referals li {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #DBB46E;
  width: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  border: 1px solid #DBB46E;
  border-width: 1px 1px 0 1px;
  border-radius: 15px 15px 0 0;
  margin: 0 4px 0 0;
  position: relative;
}

ul.tabs_lk_referals li:last-child {
  margin: 0;
}


ul.tabs_lk_referals li.active {
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  color: #111111;
}

.lk_referals_border {
  border: 1px solid #D8C895;
  border-width: 1px 0 1px 0;
  margin: 35px 0 0 0;
  padding: 40px 0 50px 0;
}

.lk_referals_tabs_content {
  padding: 30px 0 0 0;
}

.lk_referals_wrap {
  display: flex;
  align-items: center;
  padding: 14px 70px;
  background: #484848;
  border-radius: 15px;
  text-align: center;
}

.lk_referals_block:nth-child(1) {
  width: 18%;
}

.lk_referals_block:nth-child(2) {
  width: 30%;
}

.lk_referals_block:nth-child(3) {
  width: 30%;
}

.lk_referals_block:nth-child(4) {
  width: 22%;
}

.lk_referals_wrap h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lk_referals_table ul li {
  padding: 13px 70px;
  border: 1px solid transparent;
  border-radius: 15px;
  display: flex;
  text-align: center;
}

.lk_referals_table ul li:nth-child(2n) {
  border-color: #DBB46E;
  background: #3B3B3B99;
}

.lk_referals_table ul li .lk_referals_block:nth-child(3) {
  text-align: center;
}

.lk_referals_table ul li p {
  font-size: 17px;
  line-height: 14px;
  opacity: 0.8;
}

.lk_referals_info {
  display: flex;
  padding: 40px 0 0 0;
  justify-content: space-between;
}

.lk_referals_info_block {
  width: 472px;
}

.lk_global_title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lk_referals_info ul {
  padding: 6px 0 0 0;
}

.lk_referals_info ul li {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #D8C895;
}

.lk_referals_info ul li:last-child {
  border-bottom: none;
  padding: 16px 0 0 0;
}

.lk_referals_info ul li p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.lk_referals_info ul li p:last-child {
  min-width: 52px;
}

.lk_referals_info .lk_referals_info_block:last-child ul li p:last-child {
  min-width: 36px;
}

.lk_referals_info_btn {
  padding: 30px 0 0 0;
}

.lk_referals_info_btn .btn_bg {
  width: 337px;
}

.lk_advert {
  margin: 35px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #D8C895;
  display: flex;
}

.lk_advert h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lk_advert_block {
  width: 40%;
  margin: 0 100px 0 0;
}

.lk_advert_block:last-child {
  width: 60%;
  margin: 0;
}

.lk_advert_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 0 -15px;
}

.lk_advert_list ul li {
  width: 33.333333%;
  padding: 20px 15px 0 15px;
}

.checkbox-main_lk_advert {
  padding: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}

.checkbox-main_lk_advert .checkbox {
  margin: 0 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #DBB46E;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #D8C895;
}

.checkbox-main_lk_advert input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_lk_advert input[type="radio"]:checked ~ .checkbox {
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  color: #121212;
}

.lk_advert_banner {
  padding: 20px 0 0 0;
}

.lk_advert_banner a {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #D8C895;
}

.lk_advert_banner a span {
  display: block;
  width: 100%;
  margin-top: 7px;
}

.lk_advert_pd {
  padding: 24px 0 0 0;
}

.lk_advert_html {
  padding: 20px 0 0 0;
}

.lk_advert_html_border {
  border: 1px solid #D8C895;
  background: #2A2923;
  border-radius: 30px;
  padding: 16px 30px;
  margin: 0 0 20px 0;
}

.lk_advert_html_border p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  opacity: 0.8;
}

.lk_settings {
  padding: 30px 0 0 0;
}

.lk_settings_border {
  border: 1px solid #D8C895;
  border-width: 1px 0 1px 0;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.lk_settings_wrap {
  display: flex;
  padding: 0 0 30px 0;
}

.lk_settings_currency {
  width: 25%;
}

.lk_settings_currency h3 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #F1E8D7;
}

.lk_settings_currency h3 img {
  max-width: 25px;
  max-height: 25px;
  margin: 0 20px 0 0;
}

.lk_settings_wallet {
  width: 50%;
}

.lk_settings_wallet h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.lk_settings_wallet p {
  margin-top: 8px;
  font-size: 20px;
  line-height: 14px;
  opacity: 0.8;
  word-break: break-all;
}

.lk_settings_wallet_pd {
  padding: 0 0 20px 0;
}

.lk_settings_wallet_pd:last-child {
  padding: 0;
}

.lk_settings_wrap_buttons {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.lk_settings_wrap_pd {
  padding: 0 0 15px 0;
}

.lk_settings_wrap_pd:last-child {
  padding: 0;
}

.lk_settings_pd {
  padding: 30px 0 0 0;
}

.lk_settings_inner {
  display: flex;
  padding: 24px 0 0 0;
}

.lk_settings_inner_block {
  width: 36%;
  margin: 0 140px 0 0;
}

.lk_settings_inner_block:last-child {
  width: 64%;
  margin: 0;
}

.lk_settings_inner_add .one_tabs_list ul {
  height: 260px;
}

.lk_settings_inner_add_form_pd {
  padding: 0 0 24px 0;
}

.lk_settings_inner_add_form_pd:last-child {
  padding: 0;
}



.lk_settings_inner_add_form {
  max-width: 520px;
}

.lk_settings_inner_add_form .btn_bg {
  width: 210px;
  margin: 50px 0 0 0;
}

.lk_settings_inner_add .one_tabs {
    padding: 0;
}

.lk_settings_form {
    max-width: 387px;
}

.lk_settings_form .global_input {
    padding: 0 20px;
}

.lk_settings_form b {
    font-size: 10px;
    line-height: 12px;
    display: block;
    text-align: center;
    margin: 9px 0 5px 0;
}

.lk_settings_form_pd {
  padding: 0 0 10px 0;
}

.lk_settings_form_pd:last-child {
  padding: 0;
}

.lk_settings_form .btn_bg {
  width: 210px;
  margin: 30px 0 0 0;
}

.lk_settings_uved {
  padding: 50px 0 0 0;
}

.lk_settings_checkbox {
  padding: 20px 0 0 0;
}

.lk_settings_verification_top {
  display: flex;
  align-items: center;
}

.lk_settings_verification_number h4 {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  font-size: 20px;
  line-height: 14px;
  color: #121212;
  font-weight: 600;
  text-transform: uppercase;
}

.lk_settings_verification_top h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  background-image: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 0 30px;
}

.lk_settings_verification_wrap {
  display: flex;
  padding: 0 0 0 82px;
}

.lk_settings_verification_img {
  width: 254px;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
}

.lk_settings_verification_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lk_settings_verification_block {
  width: 50%;
  margin: 0 80px 0 0;
}

.lk_settings_verification_block:last-child {
  width: 50%;
  margin: 0;
}

.lk_settings_verification p {
  color: #F0E7D6;
  opacity: 0.8;
}

.lk_settings_verification p span {
  font-size: 14px;
  line-height: 20px;
}

.file-wrapper {
  margin: 30px 0 20px 82px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 52px;
    border-radius: 100px;
    background: linear-gradient(90.17deg, #DBB46E 16.63%, #D3B18B 39.48%, #D8C18B 71.28%);
    max-width: 388px;
}

.file-button {
    width: 137px;
    height: 25px;
    background: #2D2D2D;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}


.file-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #121212;
  padding: 0 0 0 10px;
}

.lk_settings_verification_pd {
  padding: 0 0 0 82px;
}

.lk_settings_verification_pd .btn_bg {
  margin: 40px 0 0 0;
  width: 253px;
}

.lk_api a {
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #F0E7D6;
  opacity: 0.8;
  display: inline-block;
}

.lk_api a:hover {
  text-decoration: none;
}

.reserves .one_mobile_drop {
  display: none !important;
}

.reserves .one_search {
  display: none;
}
.reserves_wrap li{
  display: flex;
}
.reserves_wrap li img{
  max-width: 25px;
  max-height: 25px;
}

.body_zindex_flex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.body_top {
  width: 100%;
}

.body_bottom {
  width: 100%;
}

.list_style li {
  cursor: pointer;
  position: relative;
}

/*.list_style li.active_list:before {
  position: absolute;
  content: '';
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 9px;
  background: #484848;
  border-radius: 100px 0 0 100px;
}*/

.list_style li:before {
  position: absolute;
  content: '';
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 9px;
  background: #3a3a3a;
  opacity: 0;
  transition: 0.3s;
  border-radius: 100px 0 0 100px;
}

.list_style li:hover:before {
  opacity: 1;
}

.list_style li.active_list:before {
  opacity: 1;
  background: #484848;
}

.modal-error{color:#dd4545}
.alert{
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid;
  padding: 10px;
  border-radius: 10px;
}
.alert a{
  text-decoration: underline;
  color: inherit;
}

.copy-alert-warp{
  z-index: 1001;
  position: fixed;
  left: 40px;
  bottom: 30px;
}
.copy-alert{
  padding: 10px 20px;
  background: #2b2b2b;
  border-radius: 25px;
  color: white;
  margin-top: 10px;
  border: 2px solid #D8C895;
}



.p15{padding: 15px;}
.mb-3{margin-bottom: 10px;}
.mb-4{margin-bottom: 15px;}

.d-flex{display:flex}
.row{display:flex;flex-wrap: wrap;}
.align-items-center{align-items: center;}


.col-md-3{width: 25%;}
.col-md-4,
.col-lg-4{width: 33.3%}
.col-md-8,
.col-lg-8{width: 66.6%}
.col-lg-6,
.col-md-6{width: 50%;}

.text-center{text-align: center;}
.text-right{text-align: right;}
.gap10{gap: 10px;}

.sitemap .col-md-6{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
}

.table{
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
.table th,
.table td{border: 1px solid;padding: 5px;}

.x-default-style p{
  margin-bottom: 10px;
}
.x-default-style ul{
  list-style: disc;
  padding: 0 0 0 40px;
  margin:16px 0;
}
.security-provider-el{margin-bottom: 15px;}
.security-field-el .input-group {
  display:flex;
  gap:5px;
  margin-bottom: 10px;
}
.security-provider-button button,
.security-field-el button{margin: 0 !important;}

#electronic_check_preview{
  margin-top: 5px;
  display: block;
  text-align: center;
}