:root {
    --tg-color-white: #F9FAFB;
    --tg-color-black: #202630;
    --tg-color-gray: #637381;
	--tg-body-font-size: 14px;
	--tg-body-line-height: 1.4;
	--tg-color-blue: #0d6efd;
	--tg-color-red: #ff4842;
	--tg-color-orange: #fd7e14;
	--tg-color-green: #10B981;

	--tg-border-1: #19222b;
	--tg-border-2: #22292f;

    --bc-color: rgb(238, 239, 241);

	--bg-common: rgb(30 43 68 / 5%);
    --hover-bg-common: rgb(30 43 68 / 20%);
    
    --tg-shadow: 0px 8px 32px rgb(17 17 26 / 2%), 0px 4px 16px rgb(17 17 26 / 4%);
}
html, body {
	font-family: 'Inter', sans-serif;
  	font-weight: 400;
	font-size: var(--tg-body-font-size);
	color: var(--tg-color-black);
	line-height: var(--tg-body-line-height);
    max-width: 100vw;
    overflow-x: hidden;
	background: var(--tg-color-white);
}

img, .img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a, button {
	color: var(--tg-theme-primary);
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a:focus, .btn:focus, .button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
a:hover {
    color: var(--tg-color-green);
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0;
}
.input-cl:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
  caret-color: inherit !important;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.input-cl:-webkit-autofill,
.input-cl:-webkit-autofill:focus,
.input-cl:-webkit-autofill:hover,
.input-cl:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  caret-color: inherit !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

button:disabled {
  opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #e1e4e7;
    color: var(--tg-color-black);
    box-shadow: none;
}
.email_again:disabled {
    background-color: transparent;
    color: var(--tg-color-green);
    border: none;
    cursor: not-allowed;
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-color);
	margin-top: 0px;
	font-weight: var(--tg-fw-bold);
	line-height: var(--tg-heading-line-height);
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none;
}
p {
	font-family: var(--tg-body-font-family);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	font-weight: var(--tg-fw-regular);
	color: var(--tg-body-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-common-color-gray);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-heading-color);
	cursor: pointer;
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-fw-regular);
}
input, textarea {
	color: var(--tg-body-color);
}
input[type=color] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	padding: 0;
	border-radius: 50%;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: var(--bg-common);
}
::-webkit-scrollbar {
	width: 6px;
	background-color: var(--bg-common);
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: var(--bg-common);
}
*::-moz-selection {
	background: var(--bg-common);
	color: var(--tg-color-black);
	text-shadow: none;
}
::-moz-selection {
	background: var(--bg-common);
	color: var(--tg-color-black);
	text-shadow: none;
}
::selection {
	background: var(--bg-common);
	color: var(--tg-color-black);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}



/* Header */
.page-head {
    display: flex;
    position: fixed;
    z-index: 1042;
    top: 0;
    align-items: center;
    height: 61px;
    font-weight: 500;
    padding: 0 24px;
    right: 0;
    left: 0;
    border-bottom: 1px solid var(--bg-common);
    background-color: var(--tg-color-white);
} 
@media (max-width: 650px) {
  .page-head {
    padding: 0 16px;
  }
}
@media (min-width: 525px) and (max-width: 951px) {
  .page-head {
    height: 102px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.container-head {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}
@media (max-width: 951px) {
  .container-head {
    justify-content: space-between;
  }
}
.navbar-head1 {
    display: block;
    flex-grow: 1;
}
.navbar-head {
    display: block;
    flex-grow: 1;
    margin-left: 60px;
}
@media (max-width: 951px) {
  .navbar-head {
    display: none;
  }
}
.menu-head {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    height: 100%;
    list-style: none;
}

.menu-item-head {
    padding-left: 0;
    padding: 0 .1875rem;
    position: static;
    opacity: 1;
    pointer-events: all;
    display: flex;
}
.menu-link-head {
    padding: .5rem;
    transition: background-color .15s ease-in-out, background-image .15s ease-in-out;
    border-radius: .75rem;
    cursor: pointer;
    color: var(--tg-color-black);
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: transparent;
    line-height: 1.25rem;
    white-space: nowrap;
    text-decoration: none;
}
.menu-link-head:hover {
    color: var(--tg-color-green);
}

.active-head {
    color: var(--tg-color-black);
}
.actions-head {
    display: flex;
    align-items: center;
}
.locale-btn-aside-mins {
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: var(--tg-color-black);
    font-weight: 500;
    padding: 0px 12px;
    border: none;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 6px;
    display: flex;
    height: 32px;
    transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border .15s ease-in-out;
    justify-content: center;
    align-items: center;
}
.locale-btn-aside-mins:hover {
    background-color: var(--hover-bg-common);
}
@media (max-width: 525px) {
  .locale-btn-aside-mins {

  }
}
.icon-btn-aside {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.text-btn-aside {
    margin-left: 8px;
    font-weight: 500;
}
.tgmenu__action > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.modal-button-reg{
    display: flex;
    font-size: 14px;
    padding: 0px 12px;
    text-align: center;
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.modal-button-reg:hover{
	background-color:#119468;
    color: var(--tg-color-white);
}

.modal-button-acc{
    display: flex;
    font-size: 14px;
    padding: 0px 12px;
    text-align: center;
    background-color: var(--bg-common);
    color: var(--tg-color-black);
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.modal-button-acc:hover{
	background-color: var(--hover-bg-common);
    color: var(--tg-color-black);
}
.btn-secondary-head {
    display: none;
    font-size: 14px;
    text-align: center;
    background-color: var(--bg-common);
    color: var(--tg-color-black);
    height: 32px;
    border: none;
    margin-left: 8px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.btn-secondary-head:hover {
    background-color: var(--hover-bg-common);
    color: var(--tg-color-black);
}
@media (max-width: 525px) {
  .btn-secondary-head {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    min-height: 32px;
  }
}
.container-head-mobile {
    width: 100%;
    margin-top: 10px;
    display: none;
}
@media (min-width: 525px) and (max-width: 951px) {
  .container-head-mobile {
    display: block;
  }
}
.icon-box-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 12px;
    line-height: 0;
    fill: #a0a0b5;
    margin-right: 5px;
}
.sidebar-aside {
    transform: translate3d(100%, 0, 0);
    padding-left: 0;
    right: 0;
    transition: transform .15s ease-in-out;
    background-color: var(--tg-color-white);
    --sidebar-max-width: 100%;
    display: flex;
    position: fixed;
    z-index: 1041;
    top: 61px;
    bottom: 0;
    flex-direction: column;
    width: 100%;
}
.sidebar-aside.active {
    transform: translateZ(0);
}
.nav-aside {
    padding: 8px 16px 4px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    overflow: auto;
    touch-action: pan-y;
}
.container-aside {
    color: #fff;
    margin: .5rem 0;
    margin-left: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .625rem;
    font-weight: 500;
    text-transform: uppercase;
}
.list-aside {
    margin: 0 0 .75rem;
    padding: 0;
    border-radius: 1rem;
    background-color: var(--bc-color);
}
.item-aside {
    padding: 0.25rem .75rem 0 .75rem;
    display: block;
}

.link-aside {
    border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--tg-color-black);
    white-space: nowrap;
    transition: color .15s ease-in-out;
    padding: .5rem 0;
    background-color: transparent;
    cursor: pointer !important;
    text-decoration: none;
    width: 100%;
    border: none;
}

.link-aside:hover {
    color: var(--tg-color-green);
}

.content-aside {
    padding-right: .5rem !important;
    margin-right: .25rem !important;
    align-items: center !important;
    display: flex !important;
}
.icon-aside {
    margin-right: .75rem;
    transition: inherit;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.text-aside {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.arrow-aside {
    display: inline-flex !important;
    transition: color .15s ease-in-out;
    width: 20px;
    height: 20px;
    color: var(--tg-color-gray);
}

.box-aside {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--tg-color-gray);
    line-height: 0;
}

.link-aside:hover .box-aside {
    color: var(--tg-color-green);
}

.divider-aside {
    margin: 0 1rem;
    border: 0;
    border-top: 0.5px solid rgb(255 255 255 / 10%);
}
.footer-aside {
    padding: .75rem 1rem 1rem;
}
.locale-switcher-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.locale-btn-aside {
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: .75rem;
    color: var(--tg-color-black);
    font-size: 14px;
    padding: 0 16px;
    display: flex;
    height: 40px;
    background-color: var(--bg-common);
    transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    justify-content: center;
    align-items: center;
}
.locale-btn-asides {
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: var(--tg-color-black);
    font-weight: 500;
    padding: 0px 12px;
    border: none;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 6px;
    display: flex;
    height: 32px;
    transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border .15s ease-in-out;
    justify-content: center;
    align-items: center;
}
.locale-btn-asides:hover {
    background-color: var(--hover-bg-common);
}
.icon-btn-aside {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.text-btn-aside {
    margin-left: 6px;
    font-weight: 500;
}
.languagePopup-lang {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: var(--tg-color-white);
    padding: 16px;
    border-radius: 30px;
    box-shadow: var(--tg-shadow);
    max-width: 600px;
    width: 100%;
    max-height: 400px;
    height: 100%;
    overflow: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
@media (max-width: 480px) {
    .languagePopup-lang {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        width: 100%;
        padding: 0 32px;
        max-width: 100%;
        margin-bottom: 0px;
        padding-bottom: 80px;
    }
}
.close-btn-lang {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    color: var(--tg-color-black);
    background-color: var(--bg-common);
    border-radius: 100%;
    transition: color .15s ease-in-out;
    height: 24px;
    line-height: 0;
    cursor: pointer;
}
.hidden-empty {
    padding: 3rem 0 1rem;
    margin: 0 2rem 2rem;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}
.languagePopup-lang .languages-lang {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 16px;
}
@media (max-width: 472px) {
    .languagePopup-lang .languages-lang {
        grid-template-columns: none;
    }
}
.languagePopup-lang .language-button-lang {
    display: flex;
    align-items: flex-end;
    padding: .75rem 1rem;
    border-radius: 8px;
    position: relative;
    transition: background-color .15s ease-in-out;
    font-size: 14px;
    cursor: pointer;
    gap: 10px;
}
.overlay-lang {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
}
.language-button-lang span{
    color: #a0a0b5 !important;
    font-size: .75rem !important;
}
.languagePopup-lang .active {
    background: var(--bg-common);
}

.languagePopup-lang .language-button-lang:hover {
    background: var(--bg-common);
}
.text-primary-theme {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.rel-foot {
    margin-top: 24px;
}
@media (max-width: 500px) {
    .rel-foot {
        display: none;
    }
}
.languagePopup-lang.show,
.overlay-lang.show {
  display: block;
}

.languagePopup-lang.visible,
.overlay-lang.visible {
  opacity: 1;
}
@keyframes springOpen-lang {
    0% {
        bottom: -100%;
    }
    80% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes springClose-lang {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -100%;
    }
}
.showPopup-lang {
    animation: springOpen-lang 0.25s ease-out forwards;
}
.hidePopup-lang {
    animation: springClose-lang 0.1s ease-in forwards;
}
.bn-svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.signup {
    display: flex;
}
@media (max-width: 525px) {
    .signup {
        display: none;
    }
}

hr {
    background-color: rgb(0 0 0 / 30%);
}

.app_buttons {
  	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    font-size: 14px;
    color: var(--tg-color-gray);
    background-color: var(--bg-common);
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 10px;
    margin-left: 8px;
}

.app_buttons:hover {
    background-color: var(--hover-bg-common);
}

.button__social {
    display: flex;
    align-items: center;
}
/* End Header */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Start Footer */

footer {
    background: #eeeff1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top: 4px solid var(--tg-color-white);
}

footer .container-foot {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1300px;
    font-weight: 500;
    padding: 25px 0 50px;
    width: 100%
}

footer .container-foot .top-foot {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255,255,255,.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 50px 20px;
    width: 100%
}

@media (max-width: 992px) {
    footer .container-foot .top-foot {
        padding:0 50px 20px
    }
}

@media (max-width: 767px) {
    footer .container-foot .top-foot {
        margin-bottom:20px;
        padding: 0 30px 15px
    }
}

@media (min-width: 501px) and (max-width:600px) {
    footer .container-foot .top-foot {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 500px) {
    footer .container-foot .top-foot {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 0 20px 15px
    }
}

footer .container-foot .top-foot .side-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (min-width: 501px) and (max-width:600px) {
    footer .container-foot .top-foot .side-foot:last-child {
        -webkit-box-flex:0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px
    }
}

footer .container-foot .top-foot .side-foot .logo-foot {
    display: inline-block;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

footer .container-foot .top-foot .side-foot .logo-foot img {
    height: 39px;
    line-height: 0;
    transition: all .3s cubic-bezier(.25,1,.5,1);
    clip-path: inset(0 calc(100% - 46px) 0 0);
    object-fit: cover;
    width: 46px;
    min-width: 46px; 
    object-position: left;
}

footer .container-foot .top-foot .side-foot .ssl-foot,footer .container-foot .top-foot .side-foot .text-foot {
    font-size: 10px;
    letter-spacing: .1px;
    font-weight: 500;
    line-height: 13px;
    color: var(--tg-color-black);
    text-transform: uppercase;
}

footer .container-foot .top-foot .side-foot .text-foot {
    width: 360px
}

@media (max-width: 600px) {
    footer .container-foot .top-foot .side-foot .text-foot {
        width:auto;
        padding-right: 10px
    }
}

footer .container-foot .top-foot .side-foot .ssl-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

@media (max-width: 992px) {
    footer .container-foot .top-foot .side-foot .ssl-foot {
        margin-left:25px
    }
}

@media (max-width: 767px) {
    footer .container-foot .top-foot .side-foot .ssl-foot {
        display:none
    }

    footer .container-foot .top-foot .side-foot .language-foot .list-foot {
        right: 0
    }
}

footer .container-foot .top-foot .side-foot .ssl-foot .icon-foot {
    margin-right: 10px
}

footer .container-foot .top-foot .side-foot .ssl-foot .icon-foot::before {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='512' width='512' preserveAspectRatio='none meet'%3E%3Cpath d='M466.5 83.71l-192-80c-4.875-2.031-13.16-3.703-18.44-3.703c-5.312 0-13.55 1.672-18.46 3.703L45.61 83.71C27.7 91.1 16 108.6 16 127.1C16 385.2 205.2 512 255.9 512C307.1 512 496 383.8 496 127.1C496 108.6 484.3 91.1 466.5 83.71zM352 200c0 5.531-1.901 11.09-5.781 15.62l-96 112C243.5 335.5 234.6 335.1 232 335.1c-6.344 0-12.47-2.531-16.97-7.031l-48-48C162.3 276.3 160 270.1 160 263.1c0-12.79 10.3-24 24-24c6.141 0 12.28 2.344 16.97 7.031l29.69 29.69l79.13-92.34c4.759-5.532 11.48-8.362 18.24-8.362C346.4 176 352 192.6 352 200z' fill='%23a18f96'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    -webkit-filter: drop-shadow(0 3px 7px #4e3535);
    filter: drop-shadow(0 3px 7px #4e3535);
    height: 22px;
    margin-top: -2px;
    vertical-align: middle;
    width: 22px
}

footer .container-foot .top-foot .side-foot .ssl-foot--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px 20px 0 0
}

@media (min-width: 501px) {
    footer .container-foot .top-foot .side-foot .ssl-foot--mobile {
        display:none
    }
}

footer .container-foot .top-foot .side-foot .language-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 500px) {
    footer .container-foot .top-foot .side-foot .text-foot {
        padding-right:0
    }

    footer .container-foot .top-foot .side-foot .language-foot {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(35%,rgba(255,255,255,.09)),color-stop(120%,rgba(255,255,255,0)));
        background: -o-linear-gradient(top,rgba(255,255,255,.09) 35%,rgba(255,255,255,0) 120%);
        background: linear-gradient(180deg,rgba(255,255,255,.09) 35%,rgba(255,255,255,0) 120%);
        border-radius: 3px;
        border: 0;
        margin-top: 10px
    }
}

footer .container-foot .top-foot .side-foot .language-foot .actual-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 0 20px
}

@media (max-width: 500px) {
    footer .container-foot .top-foot .side-foot .language-foot .actual-foot {
        height:40px;
        padding: 0 15px
    }
}


footer .container-foot .top-foot .side-foot .language-foot .actual-foot img {
    border-radius: 1px;
    height: 12px;
    line-height: 0;
    margin-right: 8px;
    width: 16px;
}

footer .container-foot .top-foot .side-foot .language-foot .actual-foot span {
    color: #a18f96;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 500px) {
    footer .container-foot .top-foot .side-foot .language-foot .actual-foot span {
        font-size: 14px;
    }
}

footer .container-foot .top-foot .side-foot .language-foot .actual-foot span::after {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='512' width='448' preserveAspectRatio='none meet'%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z' fill='%23a18f96'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    -webkit-transition: all .2s cubic-bezier(.25,1,.5,1);
    -o-transition: all .2s cubic-bezier(.25,1,.5,1);
    transition: all .2s cubic-bezier(.25,1,.5,1);
    width: 10px;
}

footer .container-foot .top-foot .side-foot .language-foot .actual-foot:hover span {
    color: #ffe4e8;
}

footer .container-foot .top-foot .side-foot .language-foot .actual-foot:hover span::after {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='512' width='448' preserveAspectRatio='none meet'%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z' fill='%23ffe4e8'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(21,24,34,0)), to(#160b10)), rgba(16,6,10,.99);
    background: -o-linear-gradient(bottom, rgba(21,24,34,0), #160b10), rgba(16,6,10,.99);
    background: linear-gradient(0deg, rgba(21,24,34,0), #160b10), rgba(16,6,10,.99);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -4.5px;
    max-height: 120px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    top: 62px;
    visibility: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
}

@media (max-width: 450px) {
    footer .container-foot .top-foot .side-foot .language-foot .list-foot {
        left: 0;
        top: 50px;
    }
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot {
    margin-right: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot .item-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot .item-foot img {
    border-radius: 2px;
    height: 12px;
    margin-right: 8px;
    opacity: .8;
    width: 16px;
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot .item-foot span {
    color: #a18f96;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: color .2s cubic-bezier(.25,1,.5,1);
    -o-transition: color .2s cubic-bezier(.25,1,.5,1);
    transition: color .2s cubic-bezier(.25,1,.5,1);
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot .item-foot:hover span {
    color: var(--tg-color-gray);
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot::-webkit-scrollbar {
    width: 4px;
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot::-webkit-scrollbar-track {
    background: rgba(255,255,255,.05);
    border-radius: 2px;
}

footer .container-foot .top-foot .side-foot .language-foot .list-foot .scrollable-foot::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.1);
    border-radius: 2px;
}

footer .container-foot .top-foot .side-foot .language-foot:hover {
    background: rgba(255,255,255,.02);
}


footer .container-foot .top-foot .side-foot .language-foot.open .actual-foot span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer .container-foot .top-foot .side-foot .language-foot.open .list-foot {
    -webkit-animation: header-language-list-foot .2s ease-out forwards;
    animation: header-language-list-foot .2s ease-out forwards;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes header-language-list-foot {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

footer .container-foot .bottom-foot {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    width: 100%;
}

@media (max-width: 992px) {
    footer .container-foot .bottom-foot {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    footer .container-foot .bottom-foot {
        padding: 0 30px;
    }
}

@media (max-width: 570px) {
    footer .container-foot .top-foot .side-foot .language-foot:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255,255,255,.17)), color-stop(120%, rgba(255,255,255,0)));
        background: -o-linear-gradient(top, rgba(255,255,255,.17) 35%, rgba(255,255,255,0) 120%);
        background: linear-gradient(180deg, rgba(255,255,255,.17) 35%, rgba(255,255,255,0) 120%);
    }

    footer .container-foot .bottom-foot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    footer .container-foot .bottom-foot .side-foot {
        width: 100%;
    }
}

footer .container-foot .bottom-foot .side-foot .links-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}

@media (max-width: 700px) {
    footer .container-foot .bottom-foot .side-foot .links-foot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 13px 20px;
        margin-right: 10px;
    }
}

footer .container-foot .bottom-foot .side-foot .links-foot .item-foot {
    color: var(--tg-color-black);
    font-size: 14px;
    font-weight: 500;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: .1px;
    text-decoration: none;
    -webkit-transition: all .2s cubic-bezier(.25,1,.5,1);
    -o-transition: all .2s cubic-bezier(.25,1,.5,1);
    transition: all .2s cubic-bezier(.25,1,.5,1);
}

@media (max-width: 570px) {
    footer .container-foot .bottom-foot .side-foot .links-foot {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 15px;
        gap: 7px;
    }

    footer .container-foot .bottom-foot .side-foot .links-foot .item-foot {
        background-color: transparent;
        border-radius: 100px;
        padding: 4px 12px;
        font-size: 12px;
        border: 1px solid rgb(255 255 255 / 7%);
    }
}

@media (max-width: 400px) {
    footer .container-foot .bottom-foot .side-foot .links-foot {
        gap: 5px;
    }
}

footer .container-foot .bottom-foot .side-foot .links-foot .item-foot:hover {
    color: var(--tg-color-gray);
}

footer .container-foot .bottom-foot .side-foot .links-foot .item-foot:first-child {
    margin-left: 0;
}

footer .container-foot .bottom-foot .side-foot .ps-foot {
    margin-top: 20px;
}

@media (max-width: 570px) {
    footer .container-foot .bottom-foot .side-foot .ps-foot {
        display: none;
    }
}

footer .container-foot .bottom-foot .side-foot .ps-foot .title-foot {
    color: var(--tg-color-gray);
    font-size: 10px;
    letter-spacing: .1px;
    line-height: 13px;
    text-transform: uppercase;
}
footer .container-foot .bottom-foot .ps-foots .title-foot {
    color: #a0a0b5;
    font-size: 9px;
    letter-spacing: .5px;
    line-height: 13px;
    text-transform: uppercase;
}

footer .container-foot .bottom-foot .side-foot .ps-foot .list-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

footer .container-foot .bottom-foot .side-foot .ps-foot .list-foot img {
    border-radius: 5px;
    height: 25px;
    margin-left: 6px;
}

footer .container-foot .bottom-foot .side-foot .ps-foot .list-foot img:first-child {
    margin-left: 0;
}

footer .container-foot .bottom-foot .ps-foots .list-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

footer .container-foot .bottom-foot .ps-foots .list-foot img {
    border-radius: 5px;
    height: 25px;
    margin-left: 6px;
}

footer .container-foot .bottom-foot .ps-foots .list-foot img:first-child {
    margin-left: 0;
}

footer .container-foot .bottom-foot .side-foot .apps-foot {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,.05)), color-stop(120%, rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,.05) 50%, rgba(255,255,255,0) 120%);
    background: linear-gradient(180deg, rgba(255,255,255,.05) 50%, rgba(255,255,255,0) 120%);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 85px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
    margin: -5px 0 0;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    width: 224px;
}

@media (max-width: 500px) {
    footer .container-foot .bottom-foot .side-foot .apps-foot {
        margin: 0 auto;
        width: 235px;
    }
}

footer .container-foot .bottom-foot .side-foot .apps-foot .app-mocup-foot {
    bottom: 0;
    -webkit-filter: saturate(.7);
    filter: saturate(.7);
    height: 65px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer .container-foot .bottom-foot .side-foot .apps-foot .app-title-foot {
    color: #d7c0c3;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 18px;
}

footer .container-foot .bottom-foot .side-foot .apps-foot .app-goto-foot {
    color: #ebb06f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-top: 7px;
    text-decoration: none;
    -webkit-transition: color .15s cubic-bezier(.25,1,.5,1);
    -o-transition: color .15s cubic-bezier(.25,1,.5,1);
    transition: color .15s cubic-bezier(.25,1,.5,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer .container-foot .bottom-foot .side-foot .apps-foot .app-goto-foot::before {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='512' width='512' preserveAspectRatio='none meet'%3E%3Cpath d='M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z' fill='%23ebb06f'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin: -4px 7px 0 0;
    vertical-align: middle;
    -webkit-transition: all .15s cubic-bezier(.25,1,.5,1);
    -o-transition: all .15s cubic-bezier(.25,1,.5,1);
    transition: all .15s cubic-bezier(.25,1,.5,1);
    width: 12px;
}

footer .container-foot .bottom-foot .side-foot .apps-foot .app-goto-foot:hover {
    color: #f97979;
}

footer .container-foot .bottom-foot .side-foot .apps-foot .app-goto-foot:hover::before {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='512' width='512' preserveAspectRatio='none meet'%3E%3Cpath d='M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z' fill='%23f97979'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
}

footer .container-foot .bottom-foot .side-foot .tp-widget-foot {
    display: inline-block;
    text-align: right;
    text-decoration: none;
}

@media (max-width: 500px) {
    footer .container-foot .bottom-foot .side-foot .tp-widget-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-top: 10px;
    }
}

footer .container-foot .bottom-foot .side-foot .tp-widget-foot .tp-logo-foot,
footer .container-foot .bottom-foot .side-foot .tp-widget-foot .tp-rating-foot {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer .container-foot .bottom-foot .side-foot .tp-widget-foot .tp-logo-foot img,
footer .container-foot .bottom-foot .side-foot .tp-widget-foot .tp-rating-foot img {
    -webkit-filter: drop-shadow(0 3px 7px #4e3535);
    filter: drop-shadow(0 3px 7px #4e3535);
    -webkit-transition: all .3s cubic-bezier(.25,1,.5,1);
    -o-transition: all .3s cubic-bezier(.25,1,.5,1);
    transition: all .3s cubic-bezier(.25,1,.5,1);
    height: 25px;
}

footer .container-foot .bottom-foot .side-foot .tp-widget-foot .tp-rating-foot {
    margin-top: 7px;
}

footer .container-foot .bottom-foot .side-foot .tp-widget-foot .info-foot {
    color: #a18f96;
    font-size: 9px;
    letter-spacing: .3px;
    margin-top: 7px;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.25,1,.5,1);
    -o-transition: all .3s cubic-bezier(.25,1,.5,1);
    transition: all .3s cubic-bezier(.25,1,.5,1);
}


footer .container-foot .bottom-foot .side-foot .tp-widget-foot:hover .tp-logo-foot img,footer .container-foot .bottom-foot .side-foot .tp-widget-foot:hover .tp-rating-foot img {
    -webkit-filter: drop-shadow(0 3px 7px #775050);
    filter: drop-shadow(0 3px 7px #775050)
}

footer .container-foot .bottom-foot .side-foot .tp-widget-foot:hover .info-foot {
    color: #bdabb1
}

.footer-asides {
    display: flex;
    align-items: flex-end;
}
.content-block-items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}
.social-item-page {
    padding: 0;
    min-width: 32px;
    width: 32px;
    min-height: 32px;
    display: flex;
    height: 32px;
    color: var(--tg-color-black);
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid rgb(30 43 68 / 9%);
    background-color: transparent;
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    align-items: center;
    justify-content: center;
}
.social-item-page:hover {
    background-color: var(--hover-bg-common);
    color: var(--tg-color-black);
}
.footer__policies {
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer__policy {
    line-height: 1;
    color: #a0a0b5;
    position: relative;
    white-space: nowrap;
    list-style: none;
    width: -moz-min-content;
    width: min-content;
    margin-left: 20px;
    border-left: 1px solid #ffffff1a;
    padding-left: 20px;
}

@media (max-width: 425px) {
    .footer__policy  {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

.footer__policy-link {
    color: var(--tg-color-black);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.footer__policy-link:hover {
    color: var(--tg-color-gray);
}

.footer__legal {
    color: var(--tg-color-gray);
    font-size: 9px;
    display: flex;
    font-weight: 400;
    text-decoration: none;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: .3px;
}

@media (max-width: 570px) {
    footer .content-block-items {
        display: none;
    }
}
.content-block-items2 {
    display: none;
    align-items: center;
    justify-content: center;
}
@media (max-width: 570px) {
    footer .content-block-items2 {
        display: flex;
    }
}
@media (max-width: 570px) {
    footer .footer-asides {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
}
footer .container-foot .bottom-foot .ps-foots {
    display: none;
}
@media (max-width: 570px) {
    footer .container-foot .bottom-foot .ps-foots {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
}
.locale-btn-aside:hover {
    background-color: var(--hover-bg-common);
    color: var(--tg-color-black) !important;
}
.locale-btn-aside-min:hover {
    background-color: var(--bg-common);
    border: 1px solid transparent;
}
@media (max-width: 400px) {
    footer .container-foot .bottom-foot .ps-foots .list-foot {
        flex-wrap: wrap;
    }
}

.bottom-foots {
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, .05);
    margin-top: 25px;
    font-weight: 500;
    padding: 20px 50px 0 50px;
}

@media (max-width: 767px) {
    .bottom-foots {
        padding: 20px 30px 0 30px;
    }
}
.bottom-space {
    margin-bottom: 48px;
}
@media (min-width: 1024px) {
    .bottom-space {
        margin-bottom: 80px;
    }
}
/* End Footer */

/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

/* Flex d*/

.align_center {
	display: flex;
	align-items: center;
}
.flex_column{
    display: flex;
    flex-direction: column;
}

/* End Flex d*/
.bg-dot-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='16' height='16' fill='none'%3E%3Ccircle fill='rgba(0,0,0,0.1)' cx='10' cy='10' r='1.6'/%3E%3C/svg%3E");
}
/* text setting*/
.text_font14 {
	font-size: 14px;
	color: var(--tg-color-gray);
	font-weight: 500;
	margin-top: 16px;
}
/* End text setting*/


.content-form {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    padding: 61px 16px 24px 16px;
}
@media (min-width: 1200px) {
    .content-form {
        padding: 101px 0 24px 0;
        min-height: 100vh;
    }
}
@media (max-width: 500px) {
    .content-form {
        height: auto;
        min-height: 100vh;
        padding: 61px 16px 24px 16px;
    }
}
@media (max-width: 340px) {
    .content-form {
        padding: 101px 16px 24px 16px;
    }
}
.abslolut-foot {
	position: relative;
    margin-top: 24px;
}
.terms_content {
	display: flex;
    align-items: center;
    flex-direction: column;
}
.app_button {
  	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
    margin: 0;
    padding: 0;
    border: none;
	text-decoration: none;
	font-size: 14px;
	color: var(--tg-color-gray);
	background-color: var(--bg-common);
	width: 32px;
	height: 32px;
    transition: all 0.3s;
	border-radius: 6px;
	margin-left: 8px;
}

.app_button:hover {
    background-color: var(--hover-bg-common);
}

@media (max-width: 525px) {
    .app_button {
        display: none;
    }
}
.link_button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
	color: var(--tg-color-gray);
	background-color: var(--bg-common);
	width: 28px;
	height: 28px;
	border-radius: 6px;
	margin-left: 4px;
	margin-right: 4px;
    cursor: pointer;
}
.link_button:hover {
    background-color: var(--hover-bg-common);
    color: var(--tg-color-gray);
}
.modal-container {
    display: flex;
    align-items: center;
    max-width: 480px;
    width: 100%;
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 500px) {
    .modal-container {
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.item-content {
    position: relative;
    width: 100%;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 0.375rem;
    color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 500px) {
    .item-content {
        height: auto;
    }
}
.modal-stack {
    display: flex;
    flex-direction: column;
    opacity: 1;
    width: 100%;
    transition: opacity 0.2s ease-in-out;
    background: var(--tg-color-white);
    border-radius: 24px;
    padding: 24px 4px;
}
.modal-stack2 {
    display: none;
    flex-direction: column;
    opacity: 0;
    width: 100%;
    transition: opacity 0.2s ease-in-out;
    background: var(--tg-color-white);
    border-radius: 24px;
    padding: 24px 4px;
}
.modal-head{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 40px;
}

.head-title-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
}
.modal-auth-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: #000;
    vertical-align: middle;
}
@media (max-width: 768px) {
  .modal-auth-icon {
	width: 24px;
    height: 24px;
  }
}
.modal-text-head {
    font-weight: 600;
    font-size: 32px;
    color: var(--tg-color-black);
    margin-bottom: 0px;
    line-height: 1.16;
}
@media (max-width: 768px) {
  .modal-text-head {
    font-size: 24px;
    width: 70% !important;
  }
}
@media (max-width: 400px) {
  .modal-text-head {
    font-size: 24px;
    width: 80% !important;
  }
}
@media (max-width: 325px) {
  .modal-text-head {
    font-size: 24px;
    width: 100% !important;
  }
}
.modal-text-foot {
    color: var(--tg-color-gray);
    font-size: 16px;
    line-height: 1.25;
    display: flex;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 768px) {
  .modal-text-foot {
    font-size: 14px;
  }
}
.modal-form-content {
  margin-bottom: 24px;
}
.modal-stack2 .modal-form-content {
    margin-bottom: 32px;
}
.modal-stack2 .modal-form-content:last-of-type {
  margin-bottom: 24px;
}

.modal-form-contol {
    width: 100%;
    position: relative;
}
.formcontrol-input {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.inputLabel-shrink {
    line-height: 1.4375em;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px 8px;
    color: var(--tg-color-gray);
    display: block;
    transform-origin: left top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: -3px;
    background: var(--tg-color-white);
    transform: translate(14px, -9px) scale(0.75);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}
.inputLabel-shrink.error {
    color: var(--tg-color-red);
}
.inputLabel-shrink.focus {
    color: var(--tg-color-green);
}
.modal-form-input-box {
    line-height: 1.4375em;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding-left: 14px;
}
.modal-form-input {
    display: flex;
    height: 0.01em;
    max-height: 2em;
    align-items: center;
    white-space: nowrap;
    color: rgb(145, 158, 171);
    margin-right: 8px;
}
.modal-form-input.error {
    color: var(--tg-color-red);
}
.modal-form-input.focus {
    color: var(--tg-color-green);
}
.input-svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}
.input-svg2 {
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}
.input-cl {
    font: inherit;
    letter-spacing: inherit;
    color: var(--tg-color-black);
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 14px 16.5px 0px;
}

.input-cl:focus + .inputLabel-shrink {
    color: #fff;
}

.input-cl::placeholder {
    font-size:14px;
    color:#adb0bca1;
}
.input-notchedoutline{
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: #919eab52;
}
.input-cl:focus + .input-notchedoutline {
  border: 2px solid var(--tg-color-green);
}

.input-notchedoutline.error {
    border: 2px solid var(--tg-color-red);
}
.notchedoutline-label{
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 14px;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}

.error-input {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-red);
    position: absolute;
    bottom: -22px;
    left: 16px;
}
.button-reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
}
.button-stack {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	overflow: hidden;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: 0px solid;
    line-height: 1.2;
    border-radius: 8px;
    transition-property: all;
    transition-duration: 200ms;
    padding-bottom: 0.125rem;
    outline-color: transparent;
    height: 48px;
    min-width: 2.5rem;
    font-size: 15px;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    color: var(--tg-color-white);
	font-weight: 500;
    border: 0px solid;
    border-color: transparent;
    background: none;
    background-origin: border-box;
    -webkit-background-clip: padding-box,border-box;
    background-clip: padding-box,border-box;
    box-sizing: border-box;
    background: var(--tg-color-green);
	box-shadow: rgb(16 185 129 / 24%) 0px 8px 16px 0px;
}
.button-stack:hover {
    box-shadow: none;
    background-color: #119468;
}
.button-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: -9px 0px 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
	font-weight: 500;
    text-decoration: none;
    line-height: 1.71429;
    font-size: 0.9375rem;
    text-transform: capitalize;
    min-width: 64px;
    padding: 8px 11px;
    border-radius: 12px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: var(--tg-color-green);
    width: 100%;
    height: 48px;
}
.button-back:hover {
   background-color: rgba(16, 185, 129, 0.13);
   text-decoration: none;
   box-shadow: none;
   color: var(--tg-color-green);
}
.img_home {
    overflow: hidden;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: var(--bc-color);
    height: 35rem;
    max-width: 41.66%;
    margin-left: 24px;
    border-radius: 12px;
}
@media (max-width: 1000px) {
  .img_home {
    height: 30rem;
    max-width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .img_home {
    height: 25rem;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .img_home {
    height: 20rem;
    max-width: 100%;
  }
}

.grid-cols-3 {
    display: grid;
    transform-origin: 50% 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
    overflow: hidden;
    width: 60rem;
    height: 55rem;
}
@media (min-width: 480px) {
  .grid-cols-3 {
    width: 80rem;
  }
}
@media (min-width: 768px) {
  .grid-cols-3 {
    height: 90rem;
  }
}
@media (min-width: 1024px) {
  .grid-cols-3 {
    width: 50rem;
  }
}
@media (min-width: 1024px) {
  .grid-cols-3 {
    height: 75rem;
  }
}
.grid-gap {
    gap: 1.8rem;
    width: 100%;
    height: 440px;
    display: grid;
}
.animation-sliding-img-up-1 {
  animation: sliding-img-up-1 30s linear infinite;
}
@keyframes sliding-img-up-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-615px);
    }
}
.animation-sliding-img-down-1 {
    animation: sliding-img-down-1 30s linear infinite;
}
@keyframes sliding-img-down-1 {
    0% {
        transform: translateY(-986px);
    }

    100% {
        transform: translateY(0);
    }
}
.animation-sliding-img-up-2 {
    animation: sliding-img-up-2 30s linear infinite;
}
@keyframes sliding-img-up-2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-928px);
    }
}
.img_animation {
    --tw-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    object-fit: cover;
    border-color: #dfdfe1;
    border-style: solid;
    border-width: 1px;
    border-radius: .5rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
    box-shadow: 0px 8px 32px rgb(17 17 26 / 5%), 0px 4px 16px rgb(17 17 26 / 10%);
}
.main {
    position: relative;
    z-index: 1;
    padding-top: 61px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1250px) {
  .content {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 0 16px;
  }
}
.page-wel {
    display: flex;
    height: 540px;
    margin-top: 24px;
}
@media (max-width: 1000px) {
  .page-wel {
    flex-direction: column;
    margin-top: 24px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .page-wel {
    height: auto;
  }
}
@media (max-width: 480px) {
  .page-wel {
    margin-top: 24px;
    height: auto;
  }
}
.title_content {
    overflow: hidden;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    max-width: 58.32%;
    margin-right: 16px;
}
@media (max-width: 1000px) {
  .title_content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 720px;
        margin: 0 auto;
  }
}
.title_home {
    font-size: 44px;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--tg-color-black);
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    max-width: 480px;
}
@media (max-width: 1000px) {
  .title_home {
    text-align: start;
  }
}
@media (max-width: 480px) {
  .title_home {
    text-align: start;
    font-size: 38px;
  }
}
.foot_home {
    font-size: 16px;
    color: var(--tg-color-gray);
    font-weight: 500;
    margin-top: 16px;
    width: 85%;
}
@media (max-width: 999px) {
  .foot_home {
    text-align: start;
  }
}
@media (max-width: 480px) {
  .foot_home {
    font-size: 14px;
    text-align: start;
  }
}
.btc-widget {
    height: 130px !important;
    width: 300px !important;
    min-height: 130px !important;
    min-width: 300px !important;
    margin-left: 4px;
    margin-right: 4px;
    display: flex;
    padding: 16px;
    background-color: var(--tg-color-white);
    border-radius: 16px;
    border: 1px solid var(--bg-common);
    box-shadow: 0px 8px 32px rgb(17 17 26 / 3%), 0px 4px 16px rgb(17 17 26 / 5%);
}
@media (max-width: 480px) {
  .btc-widget {
    width: 220px !important;
    height: 100px !important;
    min-height: 100px !important;
    min-width: 220px !important;
    padding: 8px;
  }
}

.widget_block {
    width: 50%;
    justify-content: space-between;
}
.chart_coin-svg {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.title-chart {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-left: 4px;
}
.price-chart {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-black);
}
.change-chart {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-green);
}

.chart_coin {
    width: 50%;
}
.change-chart.positive { color: var(--tg-color-green); }
.change-chart.negative { color: var(--tg-color-red); }

.crypto-swiper .swiper-slide {
    width: 300px !important;
    flex-shrink: 0;
}
@media (max-width: 480px) {
  .crypto-swiper .swiper-slide {
    width: 220px !important;
  }
}

.coin_charts_cour {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.coin_charts_cour::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, var(--tg-color-white), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.coin_charts_cour::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, var(--tg-color-white), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.crypto-swiper {
    padding: 24px 0 40px 0;
}
.crypto-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  min-height: 130px;
}
.crypto-swiper .swiper-wrapper:hover {
  animation-play-state: paused;
}

.crypto-swiper .swiper-slide {
  transition: opacity 0.3s ease;
}

.crypto-swiper .swiper-wrapper.hovering .swiper-slide {
  opacity: 0.3;
}

.crypto-swiper .swiper-wrapper.hovering .swiper-slide.hovered {
  opacity: 1;
}

.button_sign {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 16px;
    text-align: center;
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    width: max-content;
    box-shadow: 0px 8px 32px rgb(17 17 26 / 3%), 0px 4px 16px rgb(17 17 26 / 5%);
}
.button_sign:hover{
	background-color:#119468;
    color: var(--tg-color-white);
}

.button_sign:hover .arrow-button {
    transform: rotate(270deg);
}

.video-pluse-mobile{
    height: 48px;
    display: none;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    border-radius: 100px;
    background: rgb(240 202 203);
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@media (max-width: 526px) {
    .video-pluse-mobile {
        display: block;
        margin-top: 22px;
    }
}


.video-pluse {
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    border-radius: 100px;
    background: rgb(240 202 203);
    border: none;
    cursor: pointer;
    margin-left: 16px;
    position: relative;
    z-index: 1;
}

@media (max-width: 526px) {
    .video-pluse {
        display: none;
    }
}

.pulse-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Контейнер под родителем */
}

.pulse-container div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(238, 177, 179);
    border-radius: 100px;
    animation: video-pulse 3s linear infinite;
    animation-delay: calc(-0.5s * var(--i));
    opacity: 0.7; /* Чтобы пульсации были видны, но не перекрывали фон */
}

@keyframes video-pulse {
    0% {
        transform: scale(1);
        opacity: .5;
    }
    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}



.button_info {
    display: flex;
    font-size: 16px;
    padding: 0px 12px;
    text-align: center;
    color: var(--tg-color-black);
    background-color: rgb(231 233 236);
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 50%;
    margin-left: 4px;
    box-shadow: 0px 8px 32px rgb(17 17 26 / 3%), 0px 4px 16px rgb(17 17 26 / 5%);
}

.box_button {
    margin-top: 22px;
}
@media (max-width: 1000px) {
  .box_button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .box_button {
    width: 100%;
  }
}

.banner-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 55px;
    margin-bottom: 55px;
}

@media (max-width: 500px) {
  .banner-features {
        margin-top: 32px;
        margin-bottom: 32px;
  }
}

.banner-features span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #10b98114;
    margin-right: 10px;
}

.banner-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 500px) {
  .banner-text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .banner-text span{
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .banner-text span svg{
    width: 20px;
    height: 20px;
  }
}
.arrow-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    transition: transform 0.3s ease;
    transform: rotate(225deg);
}

.global-users {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    background-color: var(--tg-color-white);
    padding: 15px 15px;
    border-radius: 30px 0 30px 0;
    width: 100%;
    transform: translate(18px, 18px);
    position: relative;
}

.global-users .shape-left {
    position: absolute;
    bottom: 0;
    left: -25px;
}
.global-users .shape-left svg {
    fill: var(--tg-color-white);
    height: 25px;
    width: 25px;
}

.global-users .shape-right {
    position: absolute;
    top: -25px;
    right: 0px;
}

.global-users .shape-right svg {
    fill: var(--tg-color-white);
    height: 25px;
    width: 25px;
}
.text-ban {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

@media (max-width: 1000px) {
    .text-ban {
        text-align: start;
    }
}

.content_bc {
    background-color: var(--bc-color);
    border-radius: 30px;
    padding: 18px;
    position: relative;
}

.text-centers {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
@media (max-width: 1000px) {
    .text-centers {
        margin-top: 64px;
    }
}
@media (max-width: 500px) {
    .text-centers {
        margin-top: 24px;
    }
}


.text-center {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
}
@media (max-width: 1000px) {
    .text-center {
        margin-top: 64px;
    }
}
@media (max-width: 500px) {
    .text-center {
        margin-top: 24px;
        text-align: start !important;
    }
}

/******** About section **********/

.bg {
    background: #454648;
}

.backtests-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1000px) {
    .backtests-row {
        flex-direction: column;
        align-items: normal;
    }
}

.backtests-desktop {
    display: block;
    width: 33.33%;
    position: relative;
}

@media (max-width: 1000px) {
    .backtests-desktop {
        display: none;
    }
}

.backtests-mobile {
    display: none;
    align-items: center;
    position: relative;
    margin: auto;
    padding: 1.2rem 0 0;
}
@media (max-width: 1000px) {
    .backtests-mobile {
        display: flex;
        width: auto;
        margin: 0 5.2rem 0 2.8rem;
    }
}

@media (max-width: 500px) {
    .backtests-mobile {
        display: flex;
        width: auto;
        margin: 0 1.1rem 0 0;
    }
}

.tablet-and-mobile {
    display: none;
}

.backtests-img img {
    width: 100%;
}
.backtests-img img:last-child {
    position: absolute;
    left: 2.4rem;
    bottom: 2.4rem;
}

@media (max-width: 500px) {
    .backtests-img img:last-child {
        left: 1.1rem;
        bottom: 1.1rem;
    }
}

.about-content {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media (max-width: 500px) {
    .about-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.backtests-item {
    width: 56.66%;
    margin-left: auto;
}

@media (max-width: 1000px) {
    .backtests-item {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
}

@media (max-width: 1000px) {
    .backtests-item-about {
        padding: 0 24px;
    }
}
@media (max-width: 500px) {
    .backtests-item-about {
        padding: 0;
    }
}

.title-backtests {
    font-size: 40px;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
    font-weight: 800;
}

@media (max-width: 500px) {
    .title-backtests {
       font-size: 32px;
    }
}

.description-backtests {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 16px;
}

@media (max-width: 500px) {
    .description-backtests {
       font-size: 14px;
    }
}

.description-backtests span {
    font-weight: 600;
    color: var(--tg-color-black);
}
.description-backtests div {
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
}

.partners2 {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.exchanges-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0.9rem;
    row-gap: 1.6rem;
}

.exchanges {
    display: flex;
    gap: 0.4rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.title-exchanges {
    font-size: 40px;
    color: var(--tg-color-green);
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    line-height: 1.1;
    text-align: center;
}

@media (max-width: 500px) {
    .title-exchanges {
       font-size: 32px;
    }
}

.title-exchanges span{
    color: var(--tg-color-black);
}

.subtitle-exchanges {
    font-size: 16px;
    color: var(--tg-color-gray);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 500px) {
    .subtitle-exchanges {
       font-size: 14px;
    }
}

.button_sign-gray {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 16px;
    text-align: center;
    background-color: var(--tg-color-black);
    color: var(--tg-color-white);
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    border: none;
    width: max-content;
    box-shadow: 0px 8px 32px rgb(17 17 26 / 3%), 0px 4px 16px rgb(17 17 26 / 5%);
}

.button_sign-gray:hover{
	background-color: var(--tg-color-black);
    color: var(--tg-color-white);
}

.button_sign-gray:hover .arrow-button {
    transform: rotate(270deg);
}

.button-backtests {
    margin-top: 24px;
}

.bg-white {
    background-color: var(--tg-color-white) !important;
}

.exchanges-logo {
    position: relative;
}
@media (max-width: 500px) {
    .exchanges-logo {
       width: 90px;
    }
}
.default-logo {
    display: block;
    transition: opacity 0.3s ease;
}
.default-logo:hover {
    opacity: 0;
}
.hover-logo {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    pointer-events: none;
}
.exchanges-logo:hover .hover-logo {
    opacity: 1;
}

.page-ref {
    padding-top: 45px;
    padding-bottom: 42px;
}

@media (max-width: 500px) {
    .page-ref {
       padding-top: 40px;
        padding-bottom: 40px;
    }
}

.text-exchange {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
/******** How work section **********/

.page-work {
    padding-top: 45px;
    padding-bottom: 80px;
}

@media (max-width: 500px) {
    .page-work {
       padding-top: 40px;
        padding-bottom: 40px;
    }
}

.trading-bot-hero__title {
    font-size: 40px;
    color: var(--tg-color-black);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.how-to-start-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    justify-content: space-between;
    margin-top: 24px;
}

@media (max-width: 925px) {
    .how-to-start-section {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .how-to-start-section {
        gap: 24px !important;
        justify-content: space-between;
    }
}

.how-to-start-section__card {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 48%;
    padding: 24px;
    border-radius: 30px;
    background: var(--tg-color-white);
    border-bottom: 1px solid var(--tg-color-green);
    position: relative;
}

@media (max-width: 925px) {
    .how-to-start-section__card {
        width: 70%;
    }
}

@media (max-width: 620px) {
    .how-to-start-section__card {
        width: 100%;
        border-radius: 24px;
        padding: 16px;
        gap: 16px !important;
    }
}

.block-tr-img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    background: rgb(16 185 129 / 13%);
    border-radius: 24px;
}

@media (max-width: 500px) {
    .block-tr-img {
        border-radius: 16px;
    }
}

.how-to-start-section__text span {
    font-size: 16px;
    color: var(--tg-color-black);
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
}

.how-to-start-section__text p {
    font-size: 14px;
    color: var(--tg-color-gray);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 6px;
}

.trading-bot-hero__subtitle {
    font-size: 16px;
    line-height: 1.3;
    color: var(--tg-color-gray);
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 0;
}

.how-to-start-section__card .shape-right1 {
    position: absolute;
    top: 51px;
    right: 0;
    transform: rotate(270deg);
}

.how-to-start-section__card .shape-right1 svg {
    width: 25px;
    height: 25px;
    fill: var(--bc-color);
}

@media (max-width: 500px) {
    .how-to-start-section__card .shape-right1 {
        top: 45px;
    }
}

@media (max-width: 500px) {
    .how-to-start-section__card .shape-right1 svg {
        width: 22px;
        height: 22px;
    }
}

.how-to-start-section__card .shape-left1 {
    position: absolute;
    top: 0;
    right: 51px;
    transform: rotate(270deg);
}

.how-to-start-section__card .shape-left1 svg {
    width: 25px;
    height: 25px;
    fill: var(--bc-color);
}

@media (max-width: 500px) {
    .how-to-start-section__card .shape-left1 {
        right: 45px;
    }
}

@media (max-width: 500px) {
    .how-to-start-section__card .shape-left1 svg {
        width: 22px;
        height: 22px;
    }
}

.how-to-start-section__item {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--bc-color);
    border-radius: 0 0 0 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .how-to-start-section__item {
        width: 45px;
        height: 45px;
    }
}

.number-how {
    width: 35px;
    height: 35px;
    background: var(--tg-color-white);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgb(0 0 0 / 9%);
}

/******** Plan section **********/

.page-plan {
    padding-top: 45px;
    padding-bottom: 10px;
}

@media (max-width: 500px) {
    .page-plan {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-title h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
    margin-top: -10px;
    position: relative;
    display: inline-block;
    text-transform: none;
    letter-spacing: -0.5px;
}
@media (max-width: 1000px) {
    .section-title h2 {
        line-height: 1.1;
    }
}
@media (max-width: 500px) {
    .section-title h2 {
        line-height: 1.1;
        font-size: 32px;
    }
}

.section-title p {
    color: var(--tg-color-gray);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .section-title p {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.pricing-item.style-two {
    background: #f3f8f8;
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.pricing-item {
    position: relative;
    z-index: 1;
    background-color: var(--color-dark);
    border: 1px solid var(--color-border);
    border-radius: 30px;
    transition: 0.5s ease;
}

.pricing-item .recommend {
    position: absolute;
    right: 0px;
    top: -1px;
    z-index: 2;
}

.pricing-item .recommend span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--tg-color-white);
    background-color: var(--tg-color-green);
    font-weight: 400;
    opacity: .9;
    padding: 5px 15px 5px 22px;
    border-radius: 0px 50px 0 50px;
}

.pricing-item .header {
    padding: 40px 25px 25px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.pricing-item p {
    color: var(--tg-color-black);
    font-weight: 400;
}

.fs-16 {
    font-size: 16px !important;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.pricing-item.style-two .header .title {
    color: var(--tg-color-green);
    border-bottom: unset;
    transition: 0.4s ease;
}
.pricing-item .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-item .price {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: var(--tg-color-gray);
    margin-bottom: 15px;
}

.pricing-item .body h6 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: -5px;
    font-weight: 600;
    text-transform: none;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.i-btn.capsuled {
    border-radius: 50px;
}

.i-btn.btn--dark {
    background-color: var(--tg-color-black);
    color: var(--tg-color-white);
    transition: all .5s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 48px;
    border: none;
    font-size: 16px;
}

.refferer-content {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refferer-item {
    padding: 8px 16px;
    background-color: var(--bc-color);
    border-radius: 8px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.pricing-list {
    margin-bottom: 0;
    padding-left: 0;
}

.pricing-item.style-two .pricing-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--tg-color-white);
    color: var(--tg-color-black);
}

.pricing-item .pricing-list li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
}

.pricing-item .footer {
    padding: 0 30px 35px;
}

.pricing-item .body {
    padding: 30px 25px;
}

.text--light {
    color: var(--tg-color-gray);
    font-weight: 600;
}

.task_text {
    margin-top: 24px;
    color: var(--tg-color-gray);
    font-weight: 400;
    font-size: 12px;
}

/******** Ref section **********/

.ref-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
}

.item-ref {
    background: var(--tg-color-white);
    border-radius: 30px;
    padding: 24px;
    position: relative;
    width: calc(33.333% - 16px);
    border-bottom: 1px solid var(--tg-color-green);
}

@media (max-width: 768px) {
    .item-ref {
        width: 100%;
    }
}

.item-ref-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
    margin-bottom: 24px;
}

.item-ref-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-ref-subtitle {
    max-width: 70%;
    font-size: 14px;
    color: var(--tg-color-gray);
    line-height: 1.25;
}

.subtext-ref-subtitle {
    font-size: 16px;
    font-weight: 500;
}

.item-ref-svg {
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--bc-color);
    border-radius: 24px;
}

.item-ref .shape-rights {
    position: absolute;
    top: 68px;
    right: 0;
    transform: rotate(270deg);
}

.item-ref .shape-rights svg {
    width: 25px;
    height: 25px;
    fill: var(--bc-color);
}

.item-ref .shape-lefts {
    position: absolute;
    top: 0;
    right: 68px;
    transform: rotate(270deg);
}

.item-ref .shape-lefts svg {
    width: 25px;
    height: 25px;
    fill: var(--bc-color);
}

/******** Blog section **********/

.col__blog-new {
    background: var(--bc-color);
    border: 1px solid #22282f0a;
    border-radius: 30px;
    max-width: 369px;
    max-height: 442px;
    flex: 0 0 auto;
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    padding: 16px 16px 0 16px;
}

@media (max-width: 420px) {
    .col__blog-new {
        max-width: 100%;
        width: 100%;
    }
}

.col__blog-new_img {
    margin-bottom: 20px;
    width: 100%;
    min-height: 218px;
    border-radius: 16px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.col__blog-new_img img {
    width: 100%;
}

.col__blog-new_wrap {
    display: flex;
    flex-direction: column;
    flex: auto;
    gap: 5px;
    padding: 0 8px 32px 8px;
}

.col__blog-new_header {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    line-height: 110%;
    color: var(--tg-color-black);
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col__blog-new_text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: var(--tg-color-gray);
    word-break: break-word;
    flex: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 8px 0;
}

.col__blog-new_read-date {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
}

.footer__check-company {
    display: flex;
    position: relative;
    align-items: center;
}

.footer__link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: var(--tg-color-gray);
    text-decoration: none;
}

.footer__link:hover {
    color: var(--tg-color-black);
}

.footer__check-company:after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 54%;
    left: calc(100% + 3px);
    transform: translateY(-50%);
    background-image: url(/assets/media/news/link_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s linear;
}

.footer__check-company:hover:after {
    left: calc(100% + 8px);
    background-image: url(/assets/media/news/link_arrow_hovers.svg);
    text-decoration: none;
}

.col__blog-new_date {
    color: var(--tg-color-gray);
    font-size: 14px;
    font-weight: 500;
}

.mb-60 {
    margin-bottom: 50px !important;
}

@media (max-width: 500px) {
    .mb-60 {
        margin-bottom: 40px !important;
    }
}

.blog-swiper {
    padding-top: 60px;
}

.blog-swiper .swiper-slide {
    width: 100% !important;
    max-width: 369px;
}

@media (max-width: 420px) {
    .blog-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.blog-swiper .swiper-wrapper {
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial) !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none;
}
.swiper-button-next.blog-next {
    width: 40px;
    height: 40px;
    background: var(--bc-color);
    top: 22px;
    border-radius: 8px;
    right: 0 !important;
    color: var(--tg-color-black) !important;
}

.swiper-button-prev.blog-prev {
    width: 40px;
    height: 40px;
    background: var(--bc-color);
    top: 22px;
    border-radius: 8px;
    right: 50px;
    left: auto;
    color: var(--tg-color-black) !important;
}

.swiper-button-next.blog-next svg, .swiper-button-prev.blog-prev svg {
    width: 18px !important;
    height: 18px !important;
}

/******** Help section **********/

.content-help {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    background: var(--tg-color-black);
    border-radius: 30px;
    position: relative;
    align-items: center;
}

.page-help {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 500px) {
    .page-help {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.item-help-title {
    font-size: 40px;
    color: var(--tg-color-white);
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

@media (max-width: 500px) {
    .item-help-title {
        width: 40%;
        font-size: 32px;
        line-height: 1.2;
    }
}

.item-help-subtitle {
    color: #b9bec9;
    font-size: 16px;
    max-width: 60%;
    margin-top: 8px;
    font-weight: 400;
}

@media (max-width: 1035px) {
    .item-help-subtitle {
        max-width: 70%;
    }
}

@media (max-width: 910px) {
    .item-help-subtitle {
        max-width: 80%;
    }
}

@media (max-width: 910px) {
    .item-help-subtitle {
        max-width: 90%;
    }
}
@media (max-width: 715px) {
    .item-help-subtitle {
        max-width: 70%;
    }
}

@media (max-width: 625px) {
    .item-help-subtitle {
        max-width: 80%;
    }
}

@media (max-width: 560px) {
    .item-help-subtitle {
        max-width: 90%;
    }
}
@media (max-width: 500px) {
    .item-help-subtitle {
        max-width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 715px) {
    .img-help {
        position: absolute;
        width: 170px;
        height: 120px;
        bottom: 24px;
        right: 24px;
    }
}

@media (max-width: 500px) {
    .img-help {
        position: absolute;
        width: 100px;
        height: 120px;
        top: 24px;
        right: 24px;
    }
}

.item-help img {
    width: 360px;
    filter: hue-rotate(271deg);
}

.item-help-button {
    margin-top: 32px;
}

.help-button {
    display: flex;
    color: var(--tg-color-white);
    align-items: center;
    margin-bottom: 16px;
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.help-button:hover {
    color: #2aabee;
}

.help-button-svg {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tg-color-white);
    border-radius: 12px;
    color: var(--tg-color-black);
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.help-button:hover .help-button-svg {
    background-color: #2aabee;
    color: var(--tg-color-white);
}

@media (max-width: 500px) {
    .help-button-svg {
        width: 36px;
        height: 36px;
    }
}

.help-button p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-left: 16px;
}

@media (max-width: 500px) {
    .help-button p {
        font-size: 14px;
    }
}

/****************************/
/****************************/
/****************************/
/****************************/
/******** About page **********/
.about-modal {
  padding-top: 61px;
}

.about-modal.about-show {
  display: block;
}

.about-modal.about-visible {
  opacity: 1;
}

.header-about {
    background-color: var(--bc-color);
    padding-left: 32px;
    padding-right: 32px;
}
@media (max-width: 952px) {
    .header-about {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 500px) {
    .header-about {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.about-max-head {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 50px;
}
@media (max-width: 524px) {
    .about-max-head {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .about-max-head {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

.about-close-btn {
    position: absolute;
    top: 50px;
    left: 0;
    background: none;
    cursor: pointer;
    z-index: 1040;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    background: var(--bc-color);
    align-items: center;
    border: none;
    padding: 0;
}
@media (max-width: 952px) {
    .about-close-btn {
        top: 75px;
    }
}
@media (max-width: 524px) {
    .about-close-btn {
        top: 35px;
    }
}
@media (max-width: 500px) {
    .about-close-btn {
        font-size: 14px;
        top: 30px;
    }
}

.header-about-title {
    font-size: 40px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    color: var(--tg-color-black);
}
@media (max-width: 500px) {
    .header-about-title {
        font-size: 32px;
    }
}

.header-about-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-top: 8px;
}

@media (max-width: 500px) {
    .header-about-subtitle {
        font-size: 14px;
        line-height: 1.3;
    }
}

.about-description {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .about-description {
        font-size: 14px;
        line-height: 1.3;
    }
}

.about-description p {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-black);
}

@media (max-width: 500px) {
    .about-description p {
        font-size: 14px;
        line-height: 1.3;
    }
}

.bold-text-about {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

.about-description ul {
    padding-left: 40px;
    margin-bottom: 12px;
}

.about-description li {
    margin-bottom: 4px;
}

.about-content-modal {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 600px) {
    .about-content-modal {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
.about-content-modals {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 768px) {
    .about-content-modals {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}
@media (max-width: 500px) {
    .about-content-modals {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

.advantages {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 500px) {
    .advantages {
        align-items: center;
        gap: 24px;
        flex-direction: column;
    }
}

.text-container-stat {
    display: flex;
    flex-direction: column;
    width: calc(33% - 13px);
}

@media (max-width: 500px) {
    .text-container-stat {
        width: 100%;
    }
}

.text-large-stat {
    color: var(--tg-color-black);
    text-align: center;
    font-size: 56px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    line-height: 56px;
    letter-spacing: -1.68px;
}
@media (max-width: 768px) {
    .text-large-stat {
        font-size: 44px;
        line-height: 48px;
    }
}
@media (max-width: 500px) {
    .text-large-stat {
        font-size: 32px;
        line-height: 36px;
    }
}

.text-regular-stat {
    color: var(--tg-color-black);
    text-align: center;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 768px) {
    .text-regular-stat {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 500px) {
    .text-regular-stat {
        font-size: 14px;
        line-height: 20px;
    }
}

.principle-title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.principle-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray);
    text-align: center;
}

@media (max-width: 500px) {
    .principle-subtitle {
        font-size: 14px;
    }
}
.principle-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
    text-align: center;
}

@media (max-width: 500px) {
    .principle-title {
        font-size: 32px;
    }
}

.principle-content {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.principle-item {
    position: relative;
    padding: 32px 24px;
    display: flex;
    background-color: var(--tg-color-white);
    flex-direction: column;
    border-radius: 32px;
    width: 100%;
}

@media (max-width: 500px) {
    .principle-item {
        padding: 24px 16px;
    }
}

.principle-item-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
    line-height: 1.15;
}

.principle-item-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--tg-color-gray);
    margin-top: 8px;
}

.icon-wrapper_principle {
    background: rgb(16 185 129 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-bottom: 42px;
    margin-top: 16px;
    margin-left: 20px;
}
.icon-wrapper_principle:before {
    content: "";
    width: 114px;
    height: 114px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(16 185 129 / 11%);
    position: absolute;
}

.icon-wrapper_principle:after {
    content: "";
    width: 96px;
    height: 96px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(15 115 82);
    opacity: 0.25;
    position: absolute;
}

.grid-trust {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 600px) {
    .grid-trust {
        flex-direction: column;
    }
}

.left-panel {
    padding: 70px;
    background: linear-gradient(122.71deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 81.3%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    border-radius: 6px;
}

.left-panel .description {
    max-width: 340px;
}
.grid-trust .description {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--tg-color-gray);
}

.grid-trust .subtitle {
    font-weight: 600;
    font-size: 18px;
    margin: 8px 0;
    font-family: 'Manrope', sans-serif;
    line-height: 1.26;
    text-transform: none;
}

.grid-trust .image-wrapper {
    min-width: 358px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1000px) {
    .grid-trust .image-wrapper {
        min-width: 100px;
    }
}
.grid-trust .image-wrapper img {
  width: 200px;
  transform-origin: center center;
  animation: safe-rotate-complex 16s ease-in-out infinite;
}

@media (max-width: 600px) {
    .grid-trust .image-wrapper img {
        width: 168px;
    }
}

@keyframes safe-rotate-complex {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(-60deg);
  }
  70% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.grid-trust .image-wrapper:before {
    content: "";
    width: 280px;
    height: 280px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(38 45 42 / 15%);
    position: absolute;
}
@media (max-width: 1000px) {
    .grid-trust .image-wrapper:before {
        width: 240px;
        height: 240px;
    }
}
@media (max-width: 768px) {
    .grid-trust .image-wrapper:before {
        width: 190px;
        height: 190px;
    }
}
@media (max-width: 600px) {
    .grid-trust .image-wrapper:before {
        width: 220px;
        height: 220px;
    }
}
.grid-trust .image-wrapper:after {
    content: "";
    width: 358px;
    height: 358px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(39 39 39 / 6%);
    position: absolute;
}
@media (max-width: 1000px) {
    .grid-trust .image-wrapper:after {
        width: 318px;
        height: 318px;
    }
}
@media (max-width: 768px) {
    .grid-trust .image-wrapper:after {
        width: 268px;
        height: 268px;
    }
}
@media (max-width: 600px) {
    .grid-trust .image-wrapper:after {
        width: 268px;
        height: 268px;
    }
}
.right-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 600px) {
    .right-panel {
        gap: 32px;
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

.right-panel .item-left {
    padding: 60px 40px 60px 0;
    border-radius: 6px;
    background: transparent;
    width: 100%;
    max-width: 402px;
}
@media (max-width: 600px) {
    .right-panel .item-left {
        padding: 0 24px;
    }
}
.right-panel .item-right {
    padding: 60px 0 60px 40px;
    border-radius: 6px;
    background: transparent;
    width: 100%;
    max-width: 402px;
}
@media (max-width: 600px) {
    .right-panel .item-right {
        padding: 0 24px;
    }
}

.content-secure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}
.content-secure .image-wrapper {
    background: var(--bc-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-bottom: 52px;
}
.content-secure .image-wrapper img {
    width: 37px;
}
.content-secure .image-wrapper:before {
    content: "";
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(38 45 42 / 15%);
    position: absolute;
}
.content-secure .image-wrapper:after {
    content: "";
    width: 154px;
    height: 154px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(39 39 39 / 24%);
    opacity: 0.2;
    position: absolute;
}
.content-secure .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.6px;
    text-align: center;
    color: var(--tg-color-gray);
    margin: 0;
}

@media (max-width: 500px) {
    .content-secure .subtitle {
        font-size: 14px;
        line-height: 18.6px;
    }
}

.content-secure .title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 1.2;
    max-width: 800;
    font-family: 'Manrope', sans-serif;
}
@media (max-width: 500px) {
    .content-secure .title {
        font-size: 20px;
    }
}

.roadmapSwiper {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 32px;
}

.roadmapSwiper .swiper-wrapper {
    box-sizing: content-box;
    cursor: grab;
    display: flex;
    height: auto !important;
    position: relative;
    transition-property: transform, -webkit-transform;
    user-select: none;
    width: 100%;
    z-index: 1;
}

.roadmapSwiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    margin-right: 30px;
    position: relative;
    transition-property: transform, -webkit-transform;
    width: 280px;
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box {
    backdrop-filter: blur(0px);
    box-sizing: border-box;
    margin-top: 45px;
    width: 100%;
    background: var(--tg-color-white);
    padding: 45px 25px 25px 25px;
    border-radius: 24px;
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box::before {
    content: "";
    height: 39px;
    left: 50%;
    position: absolute;
    top: -43px;
    width: 1px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box::after {
    content: "";
    box-sizing: border-box;
    height: 18px;
    left: calc(50% - 8px);
    position: absolute;
    top: -54px;
    width: 18px;
    z-index: 2;
    background: linear-gradient(264.28deg, rgb(213 54 80) -38.2%, rgb(243 87 115) 103.12%), rgb(255, 255, 255);
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--tg-color-gray);
    border-image: initial;
}

.roadmapSwiper .swiper-wrapper .swiper-slide.complete .box::after {
    background: linear-gradient(264.28deg, rgb(16 185 129) -38.2%, rgb(16 185 129) 103.12%), rgb(255, 255, 255);
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box .time {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: -50px;
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box .time span {
    backdrop-filter: blur(0px);
    color: var(--tg-color-black);
    display: inline-block;
    font-size: 12px;
    background: linear-gradient(264.28deg, rgb(213 54 80 / 28%) -38.2%, rgb(243 87 115 / 40%) 103.12%), rgb(255, 255, 255);
    border-radius: 8px;
    padding: 5px 12px;
    font-weight: 500;
}

.roadmapSwiper .swiper-wrapper .swiper-slide.complete .box .time span {
    background: linear-gradient(264.28deg, rgb(16 185 129 / 28%) -38.2%, rgb(16 185 129 / 26%) 103.12%), rgb(255, 255, 255);
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box .inbox {
    margin-top: 15px;
    position: relative;
}

.roadmapSwiper .swiper-wrapper .swiper-slide.complete .box .inbox::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: -22px;
    right: -12px;
    display: inline-block;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41z'/%3E%3C/svg%3E");
    background-color: rgb(16 185 129);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box .inbox .title {
    color: var(--tg-color-black);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 1.26;
    padding-bottom: 11px;
    position: relative;
    margin: 0px 0px 15px;
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box .inbox .title::after {
    content: "";
    bottom: 0px;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 60px;
    background: linear-gradient(264.28deg, rgb(213 54 80) -38.2%, rgb(243 87 115) 103.12%), rgb(0, 0, 0);
    border-radius: 2px;
}

.roadmapSwiper .swiper-wrapper .swiper-slide.complete .box .inbox .title::after {
    background: linear-gradient(264.28deg, #34c394 -38.2%, #10b981 103.12%), rgb(0, 0, 0);
}

.roadmapSwiper .swiper-wrapper .swiper-slide .box .inbox .text {
    color: var(--tg-color-gray);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.roadmapSwiper .swiper-wrapper .swiper-slide .box .inbox .text span{
    font-weight: 600;
}

.roadmapSwiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
}

.roadmapSwiper-pagination .swiper-pagination-bullet-active{
    background: var(--tg-color-green);
    width: 22px;
    height: 8px;
    border-radius: 8px;
}

.roadmapSwiper-pagination .swiper-pagination-bullet {
    transition: width 0.2s ease, height 0.2s ease;
}

.principleSwiper {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}
@media (max-width: 992px) {
  .principleSwiper {
      padding-bottom: 60px;
      margin-top: 60px;
  }
}

@media (max-width: 500px) {
  .principleSwiper {
      padding-bottom: 40px;
      margin-top: 40px;
  }
}

.principleSwiper .swiper-wrapper {
    box-sizing: content-box;
    cursor: grab;
    display: flex;
    height: auto !important;
    position: relative;
    transition-property: transform, -webkit-transform;
    user-select: none;
    width: 100%;
    z-index: 1;
}
.principleSwiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    margin-right: 30px;
    position: relative;
    transition-property: transform, -webkit-transform;
    width: 384px;
}

.principleSwiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
}

@media (min-width: 993px) {
    .principleSwiper-pagination {
        display: none;
    }
}

.principleSwiper-pagination .swiper-pagination-bullet-active{
    background: var(--tg-color-green);
    width: 22px;
    height: 8px;
    border-radius: 8px;
}

.principleSwiper-pagination .swiper-pagination-bullet {
    transition: width 0.2s ease, height 0.2s ease;
}

.header-finance {
    padding: 4px;
    border-radius: 12px;
    border: 1px solid var(--bs-gray-200);
    background-color: var(--bc-color);
}

.button-pool {
    height: 40px;
    font-size: 16px;
    position: relative;
    padding: 0 8px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    border: none;
    border-radius: 8px;
    background-color: var(--bc-color);
    color: var(--tg-color-black);
    transition: all 0.2s ease;
}

@media (max-width: 500px) {
  .button-pool {
        height: 34px;
        font-size: 14px;
  }
}

.button-pool.active {
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
}

.soon-pool {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    width: max-content;
    background: linear-gradient(264.28deg, rgb(213 54 80 / 51%) -38.2%, rgb(243 87 115 / 54%) 103.12%), rgb(255, 255, 255);
    top: -12px;
    right: 4px;
    padding: 2px 4px;
    border-radius: 4px;
    color: var(--tg-color-black);
    font-family: 'Inter', sans-serif;
}

.item-pool {
    display: flex;
    margin-top: 16px;
    gap: 20px;
}
@media (max-width: 651px) {
    .item-pool {
        gap: 16px;
        flex-direction: column;
    }
}
.left-pool {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--bc-color);
    width: 50%;
    gap: 24px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--bs-gray-200);
}
@media (max-width: 651px) {
    .left-pool {
        width: 100%;
    }
}
.right-pool {
    background: var(--tg-color-white);
    width: 50%;
    padding: 16px;
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--bs-gray-300);
}
@media (max-width: 651px) {
    .right-pool {
        width: 100%;
    }
}
.title-pool {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
}

.subtitle-pool {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-top: 4px;
}

.specific-content {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 1000px) {
    .specific-content {
        gap: 8px;
        flex-direction: column;
    }
}

.specific-item {
    display: flex;
    align-items: center;
    background: var(--tg-color-white);
    border-radius: 8px;
    padding: 8px;
    width: 50%;
    justify-content: space-between;
}
@media (max-width: 1000px) {
    .specific-item {
        width: 100%;
    }
}
.specific-box {
    display: flex;
    align-items: center;
    color: var(--tg-color-gray);
}

.specific-box p {
    display: flex;
    align-items: center;
    color: var(--tg-color-gray);
    margin: 0;
    margin-left: 4px;
}

.specific-reply {
    font-size: 14px;
    font-weight: 500;
}

.about-specific {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.input-content {
    margin-top: 16px;
}

.usd-calc {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
}

.range_input {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #10b981 0%, #10b981 50%, #e0e0e0 50%, #e0e0e0 100%);
  border-radius: 8px;
  outline: none;
  transition: background 0.3s;
  cursor: pointer;
}

.range_input::-webkit-slider-runnable-track {
  height: 40px;
  background: transparent;
  border-radius: 222px;
}

.range_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px;
  width: 12px;
  height: 52px;
  background-color: var(--tg-color-green);
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s;
}

.range_input::-moz-range-track {
  height: 40px;
  background: transparent;
  border-radius: 5px;
}

.range_input::-moz-range-thumb {
  width: 16px;
  height: 56px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  border: 4px solid var(--tg-color-white);
  background-color: var(--bc-color);
  border-radius: 8px;
  cursor: pointer;
}

.input-investment {
    margin-top: 24px;
}

.input-content .calculator .result {
    margin-top: 38px;
}

.compounding__dashed {
    margin-bottom: 1px;
}

.compounding__sc-row {
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0;
    text-align: right;
    color: var(--tg-color-gray);
}

.compounding__dashed, .compounding__sc-row {
    display: flex;
    justify-content: space-between;
}

.compounding__dashed div {
    width: 1px;
    height: 12px;
    background: var(--bs-gray-400);
}
.compounding__dashed div:nth-of-type(4) {
    height: 20px;
}

.compounding__btm {
    margin-top: 16px;
    padding-left: 6px;
    padding-right: 6px;
}

.result-profit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-top: 6px;
}

.result-profit span{
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.overlay-app {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.window-app {
    position: relative;
    background: white;
    padding: 16px 24px 10px 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 325px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: fadeInApp 0.3s ease;
}

@keyframes fadeInApp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.close-btn-app {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: var(--bc-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 18px;
    color: var(--tg-color-black);
}

.guide-content {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_guide {
    position: relative;
    border: 1px solid var(--bs-gray-300);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    height: 110px;
    width: 90%;
    box-shadow: var(--tg-shadow);
}

.absolute_guide {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--tg-color-green);
    color: var(--tg-color-white);
    width: 29px;
    font-size: 14px;
    font-weight: 500;
    min-width: 29px;
    height: 29px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Start Toaster */

.toast-success {
    background-color: var(--tg-color-white) !important;
    border: 1px solid var(--bs-gray-200);
  }

.toast-error {
    background-color: var(--tg-color-white) !important;
    border: 1px solid var(--bs-gray-200);
  }

#toast-container > .toast-success {
    position: relative;
    padding-left: 68px;
}

#toast-container > .toast-success::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 171, 85, 0.16);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2310b981' fill-rule='evenodd' d='M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-.232-5.36l5-6l-1.536-1.28l-4.3 5.159l-2.225-2.226l-1.414 1.414l3 3l.774.774z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

#toast-container > .toast-error {
    position: relative;
    padding-left: 68px;
}

#toast-container > .toast-error::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 72, 66, 0.16);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23ff4842' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-9a1 1 0 0 0-.993.883L11 7v6a1 1 0 0 0 1.993.117L13 13V7a1 1 0 0 0-1-1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}
/* End Toaster */

/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
.modal-charaster-container {
    padding: 24px 0 0 0;
}
.modal-charaster {
    display: flex;
    align-items: flex-start;
}
.charaster-text {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
.charaster-svg {
    display: none;
    width: 16px;
    color: #10b981;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.eye-input-on {
    color: rgb(145, 158, 171);
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    display: none;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease;
}

.eye-input-off {
    color: rgb(145, 158, 171);
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease;
}

.eye-input-on,
.eye-input-off {
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.modal-form-contol-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.privateswitch-input {
    display: none;
}

.svgicon-size {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: var(--tg-color-black);
    opacity: 0.13;
}

.svgicon-size-on {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: rgb(16, 185, 129);
}

.svgicon-size1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: var(--tg-color-black);
    opacity: 0.13;
}

.svgicon-size-on1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: rgb(16, 185, 129);
}

.controllabel-label {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-black);
}

.controllabel-label a {
    color: var(--tg-color-green);
    text-decoration: underline;
}

.link-underlinehover {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-green);
}

.typography-aligncenter1 {
    position: absolute;
    top: 101px;
    right: 28px;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
@media (max-width: 500px) {
    .typography-aligncenter1 {
        display: none;
    }
}
.link-underline1 {
    color: var(--tg-color-green);
}
.typography-aligncenter-email {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
.typography-aligncenter-pc {
    display: none;
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
@media (max-width: 500px) {
    .typography-aligncenter-pc {
        display: block;
    }
}

.labelplacementend {
    display: flex;
    align-items: center;
}

.checkbox {
    margin-right: 4px;
}
.checkbox2 {
    margin-right: 6px;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.modal-form-content.error {
  animation: shake 0.4s ease;
}

.email_again {
    position: absolute;
    border: none;
    right: 16px;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--tg-color-green);
}
.email_again_timer {
    display: none;
    position: absolute;
    border: none;
    right: 16px;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--tg-color-green);
}

.header-window_app {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
}

.blog-right {
    background-color: var(--tg-color-white);
}

.content-blog_flex {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 767px) {
    .content-blog_flex {
        padding-bottom: 40px;
        padding-top: 24px;
    }
}

@media (max-width: 500px) {
    .content-blog_flex {
        padding-bottom: 40px;
        padding-top: 0;
    }
}

.content-blog {
    display: flex;
    max-width: 1200px;
    padding: 16px 24px;
    width: 100%;
}

@media (max-width: 999px) {
    .content-blog {
        flex-direction: column;
    }
}
@media (max-width: 500px) {
    .content-blog {
        padding: 16px;
    }
}

.menu-left {
    padding: 16px;
    width: 280px;
    background-color: var(--tg-color-white);
    margin-right: 24px;
}

@media (max-width: 999px) {
    .menu-left {
        padding: 16px 0;
        width: 100%;
    }
}

@media (max-width: 725px) {
    .menu-left {
        padding: 16px 0 10px 0;
    }
}

@media (max-width: 999px) {
    .blog_menu {
        display: none;
    }
}
.mobile-blog_menu {
    display: none;
}
@media (max-width: 999px) {
    .mobile-blog_menu {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: minmax(220px, 220px) minmax(220px, 220px) minmax(220px, 220px);
        align-items: center;
        gap: 4px;
    }
}

@media (max-width: 725px) {
    .mobile-blog_menu {
        overflow-x: scroll;
        grid-template-columns: minmax(220px, 220px) minmax(220px, 220px) minmax(220px, 220px);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding: 0 0 6px 0;
    }
}

/* Chrome, Edge, Safari */
.mobile-blog_menu::-webkit-scrollbar {
    height: 4px;
}

.mobile-blog_menu::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-blog_menu::-webkit-scrollbar-thumb {
    background-color: var(--bc-color) !important;
    border-radius: 2px;
}

.mobile-blog_menu::-webkit-scrollbar-thumb:hover {
    background-color: var(--bc-color) !important;
}

.button-news_title {
    background: transparent;
    padding: 8px 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-bottom: 4px;
    position: relative;
}

@media (max-width: 999px) {
    .button-news_title {
        min-width: 220px;
    }
}

.button-news_title.active {
    background: var(--bc-color);
}

.button-news_title:hover {
    background: var(--bc-color);
}

.title-news-text {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.subtitle-news-text {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    display: flex;
    align-items: center;
    gap: 4px;
}

.title-news-head {
    margin-bottom: 4px;
    font-size: 12px;
    color: var(--tg-color-black);
    font-weight: 500;
    padding-left: 16px;
}

.img-title {
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .img-title {
        border-radius: 16px;
    }
}

.content-info_news {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    align-items: center;
}

.item-info_news {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-news-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.date-news-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.blog-text h3{
    color: var(--tg-color-black);
    font-size: 32px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 1.2;
}

@media (max-width: 500px) {
    .blog-text h3 {
        font-size: 24px;
    }
}


.blog-text h2{
    color: var(--tg-color-black);
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 8px;
    margin-top: 32px;
    line-height: 1.2;
}

@media (max-width: 500px) {
    .blog-text h2 {
        font-size: 18px;
    }
}

.blog-text b {
    font-weight: 500;
}

.blog-text p{
    color: var(--tg-color-black);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

@media (max-width: 500px) {
    .blog-text p {
        font-size: 14px;
    }
}

.blog-text ul{
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    list-style-type: circle;
    font-weight: 400;
    line-height: 1.6;
    color: var(--tg-color-black);
}

.blog-text ol{
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 20px;
    list-style-type: decimal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--tg-color-black);
}

@media (max-width: 500px) {
    .blog-text ul {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .blog-text ol {
        font-size: 14px;
    }
}

.footer-blog_block {
    background-image: url('/assets/blog/bg-foot.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
}

@media (max-width: 500px) {
    .footer-blog_block {
        padding: 24px;
        margin-top: 32px;
    }
}

.footer-blog_block h2{
    font-size: 32px;
    width: 80%;
    color: var(--tg-color-white);
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 8px;
    text-transform: none;
    line-height: 1.2;
}

@media (max-width: 500px) {
    .footer-blog_block h2 {
        font-size: 16px;
    }
}

.footer-blog_block p{
    font-size: 16px;
    color: var(--tg-color-white);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
    width: 80%;
    opacity: 0.94;
}

@media (max-width: 500px) {
    .footer-blog_block p {
        font-size: 12px;
    }
}

.button-news_menu {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


    * {
      box-sizing: border-box;
    }

    .pricing-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
      text-align: center;
      font-family: 'Segoe UI', sans-serif;
    }

    .pricing-title {
      font-size: 2rem;
      margin-bottom: 30px;
      color: #333;
    }

    .pricing-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .pricing-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      flex: 1 1 220px;
      max-width: 260px;
      padding: 30px 20px;
      transition: transform 0.3s;
    }

    .pricing-card:hover {
      transform: translateY(-5px);
    }

    .pricing-icon {
      font-size: 40px;
      margin-bottom: 15px;
      color: #007bff;
    }

    .pricing-plan {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: #222;
    }

    .pricing-price {
      font-size: 2rem;
      color: #007bff;
      margin-bottom: 20px;
    }

    .pricing-features {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .pricing-features li {
      margin: 8px 0;
      color: #555;
    }

    .pricing-button {
      background: #10b981;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .pricing-button:hover {
      background: #0056b3;
    }

  @media (max-width: 768px) {
  .pricing-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-card {
    max-width: 100%;
    width: 100%;
  }
}


.owl-theme .owl-nav {
    /* margin: 0; */
    display: none;
}
    .all-calcu{
width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 32px;
}

.box-1{
    float: left;
    width: 188px;
    margin-left:37px;
}

.box-1:first-child{
margin-left:0px;
}

.box-1 select {
    width: 105%;
    font-family: inherit;
    padding: 9px 10px;
    border-radius: 5px;
    background: #36372f;
    border: none;
    color: #fffbfb;
}


.box-1 input {
    font-family: inherit;
    padding: 9px 10px;
    color: #fdf9f9;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    background: #36372f;
}

.box-1 label{
        color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    padding-left: 34px;
   text-transform: uppercase;
}


#google_translate_element {
	
	color: transparent;
}

#google_translate_element a {
	
  display: none;
}

select.google_translate_element {
	
  color: black;
}

div.goog-te-gadget {
	
  color: transparent;
}

div.goog-te-gadget {
	
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
	
    margin: 0px 0 !important;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 500;
    background: #2ee2b9;
    background-size: 300% 100%;
    border: 1px solid #2ee2b9;
    color: #11132d !important;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 3px 5px #fff;
    height: 42px;
    display: inline-block;
    position: relative;
    /* top: 6px; */
    width: 200px;
}
