/*
Theme Name: xvideosharing.com
Author: Max Palamarchuk
Telegram: https://t.me/maks_palamar
Url: https://xvstheme.com/
*/
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.custom-scrollbar {
  scrollbar-color: #4e5567 #101625;
  scrollbar-width: thin;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #101625;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #4e5567;
}

textarea {
  resize: none;
}

.mw-0 {
  min-width: 0;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.form-select-sm {
  background-position: right .75rem center;
}

.nav-link:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  font-size: 1.125rem;
  min-height: 52px;
}

.big-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 6px;
  font-size: 1.125rem;
  height: 52px;
}

.icon-btn {
  width: 2rem;
  height: 2rem;
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-outline-light {
  color: var(--bs-secondary-color);
  border-color: #C9CED5;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #4e5567;
  border-color: #c8cdd4;
}

.table-fixed {
  table-layout: fixed;
}

.break-all {
  word-break: break-all;
}

.text-content blockquote, .text-content p, .text-content ul, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content table {
  margin-bottom: 1.5rem;
}

.text-content .text-list {
  padding-left: rem;
}

.text-list {
  list-style: none;
  padding-left: 0;
}

.text-list li {
  padding-left: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%231E9754' d='M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9ZM7.6 13.2 3.5 9l1.6-1.6L7.6 10 13 4.6l1.6 1.6-7 7Z'/%3E%3C/svg%3E") no-repeat 0 50%;
  margin-bottom: .5rem;
}

.text-list li:last-child {
  margin-bottom: 0;
}

.accordion-item {
  position: relative;
  border-radius: 0 !important;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-color: #C9CED5 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item button {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.15rem;
  font-weight: 500;
}

.accordion-item button:after {
  background-position: center;
}

.paging {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paging-centered .paging {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging-centered .paging small {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}

.paging a,
.paging span {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  padding-left: .85rem;
  padding-right: .85rem;
  background-color: rgba(53, 134, 255, 0.1);
  border-radius: 6px;
  font-size: 14px;
  margin: .25rem;
  font-weight: 500;
}

.paging a:hover {
  background-color: rgba(53, 134, 255, 0.15);
}

.paging span {
  background-color: #3586FF;
  font-weight: 500;
  color: #fff;
}

.paging small {
  color: var(--bs-secondary-color);
  margin-left: auto;
  font-size: .8em;
}

.block {
  border: 1px solid #C9CED5;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .block {
    margin-bottom: 1rem;
  }
}

.block-tabs {
  -webkit-box-shadow: inset 0 -1px 0 #C9CED5;
  box-shadow: inset 0 -1px 0 #C9CED5;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.block-tabs .nav-link {
  font-weight: 600;
  font-size: .875rem;
  border-bottom: 3px solid transparent;
  color: #4e5567;
  padding: 13px 2rem;
}

@media (max-width: 1200px) {
  .block-tabs .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.block-tabs .nav-link:hover {
  color: #3586FF;
}

.block-tabs .nav-link.active {
  border-color: #3586FF;
  color: #3586FF;
}

.alert .btn-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.codes-input {
  position: relative;
}

.login-form-control .codes-input .form-control {
  padding-right: 3rem;
  padding-left: 1.5rem;
}

.codes-input .icon-btn {
  position: absolute;
  top: 50%;
  right: .75rem;
  padding: 0;
  margin-top: -16px;
}

.codes-textarea {
  position: relative;
}

.login-form-control .codes-textarea .form-control {
  border-radius: 0 0 8px 8px;
  border: 0 !important;
  background-color: #f8f9fa;
}

.codes-textarea .btn {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
}

.tab-buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .25rem;
  border: 1px solid #C9CED5;
  border-radius: 10px;
  white-space: nowrap;
}

.tab-buttons .nav-link {
  color: var(--bs-secondary-color);
  border-radius: 6px;
  font-size: .875rem;
  padding-top: .425rem;
  padding-bottom: .425rem;
  font-weight: 600;
}

@media (max-width: 575px) {
  .tab-buttons .nav-link {
    width: 100%;
  }
}

.tab-buttons .nav-link.active {
  background-color: #3586FF;
  color: #fff;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 12px 40px 0px rgba(7, 39, 120, 0.11), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
  box-shadow: 0px 12px 40px 0px rgba(7, 39, 120, 0.11), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
  background-clip: padding-box;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
}

.table thead th {
  background-color: #F3F3F6;
  color: var(--bs-secondary-color);
  vertical-align: middle;
}

.table thead th a {
  color: inherit;
}

.search {
  position: relative;
}

@media (min-width: 768px) {
  .search {
    width: 380px;
  }
  .search.catalog-search {
    width: 320px;
  }
}

.search-field {
  padding-left: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M12.6 12L16 15.4L14.9 16.5L11.5 13.1C10.2 14.1 8.7 14.7 7.1 14.7C3.2 14.7 0 11.5 0 7.6C0 3.7 3.2 0.5 7.1 0.5C11 0.5 14.2 3.7 14.2 7.6C14.2 9.2 13.6 10.8 12.6 12ZM11 11.4C12 10.4 12.6 9 12.6 7.6C12.6 4.6 10.1 2.1 7.1 2.1C4 2.1 1.6 4.5 1.6 7.6C1.6 10.6 4.1 13.1 7.1 13.1C8.5 13.1 9.9 12.5 10.9 11.5L11 11.4Z' fill='%237E879D'/%3E%3C/svg%3E") no-repeat 0.75rem 50%;
  border-radius: 8px;
  height: 38px;
}

.search-submit {
  position: absolute;
  right: .25rem;
  top: 50%;
  padding: 0 .75rem;
  height: 30px;
  margin-top: -15px;
}

.search-field ~ .search-submit {
  padding-right: 80px;
}

.tabs {
  padding: .5rem .5rem 0;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
  margin-bottom: .5rem;
  -webkit-box-shadow: inset 0 -1px 0 #C9CED5;
  box-shadow: inset 0 -1px 0 #C9CED5;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs .nav-link {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid transparent;
  border-bottom-color: #C9CED5;
  background: #E6F0FC;
  margin-right: .25rem;
  font-weight: 600;
}

.tabs .nav-link.active {
  background-color: #fff;
  color: #4e5567;
  border-color: #C9CED5;
  border-bottom-color: #fff;
}

.bottom-space {
  height: 72px;
}

.control-buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .75rem 1rem;
  -webkit-box-shadow: 0px 2px 18px -27px rgba(7, 39, 120, 0.08), 0px -1px 2px 0px rgba(24, 33, 55, 0.09);
  box-shadow: 0px 2px 18px -27px rgba(7, 39, 120, 0.08), 0px -1px 2px 0px rgba(24, 33, 55, 0.09);
  background-color: #fff;
}

@media (min-width: 1200px) {
  .control-buttons {
    left: 300px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.control-buttons .btn-more {
  padding: 0 !important;
  width: 34px;
  height: 34px;
}

.divider-text {
  border-top: 1px solid #C9CED5;
  padding-top: 1.5rem;
  position: relative;
}

.divider-text span {
  margin-bottom: 0;
  padding: 0 .5rem;
  line-height: 1;
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -9px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.table thead a img {
  opacity: .25;
  width: 12px;
  vertical-align: middle;
}

.table-rounded {
  border-radius: 6px;
  border: 1px solid #C9CED5;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}

.table-rounded th + th,
.table-rounded td + td {
  border-left: 1px solid #C9CED5 !important;
}

.table-rounded > *:last-child > tr:last-child th,
.table-rounded > *:last-child > tr:last-child td {
  border-bottom: 0 !important;
}

.table-justify {
  text-align: center;
}

.table-justify td:last-child,
.table-justify th:last-child {
  text-align: right;
}

.table-justify td:first-child,
.table-justify th:first-child {
  text-align: left;
}

.table-fixed {
  table-layout: fixed;
}

.channel-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

html {
  height: 100%;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}

.small {
  font-size: 0.875em !important;
}

.xsmall {
  font-size: 0.75em !important;
}

.large {
  font-size: 1.125em !important;
}

.xlarge {
  font-size: 1.25em !important;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  background: #fff;
  border-bottom: 1px solid #C9CED5;
  margin-bottom: 2rem;
  z-index: 10;
  opacity: 0.5;
}

.header .nav-link {
  font-size: 15px;
  font-weight: 500;
}

.header-row {
  height: 74px;
}

.header .dropdown-menu {
  min-width: 210px;
}

.header-lang .dropdown-menu {
  min-width: 150px;
}

.header-lang .dropdown-item {
  font-size: .8125rem;
  padding: .5rem 1rem;
}

.header-lang .dropdown-item img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

@media (max-width: 575px) {
  .header .logo img {
    height: 34px;
  }
}

.footer {
  background: #000000;
  background: linear-gradient(25deg, rgba(0, 0, 0, 1) 0%, rgba(62, 63, 69, 1) 84%);
  font-size: .875rem;
}

.footer-main-detail{
  font-family: Mulish;
  font-weight: 400;
  font-size: 22px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}


.footer-main-step{
  font-family: Mulish;
  font-weight: 400;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
  margin: 64px 0 48px 0;
}

.sign{
  color: #6A6A6C;
  font-family: Mulish;
  font-weight: 400;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}
/*
Theme Name: xvideosharing.com
Author: Max Palamarchuk
Telegram: https://t.me/maks_palamar
Url: https://xvstheme.com/
*/
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.custom-scrollbar {
  scrollbar-color: #4e5567 #101625;
  scrollbar-width: thin;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #101625;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #4e5567;
}

textarea {
  resize: none;
}

.mw-0 {
  min-width: 0;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.form-select-sm {
  background-position: right .75rem center;
}

.nav-link:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  font-size: 1.125rem;
  min-height: 52px;
}

.big-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 6px;
  font-size: 1.125rem;
  height: 52px;
}

.icon-btn {
  width: 2rem;
  height: 2rem;
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-outline-light {
  color: var(--bs-secondary-color);
  border-color: #C9CED5;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #4e5567;
  border-color: #c8cdd4;
}

.table-fixed {
  table-layout: fixed;
}

.break-all {
  word-break: break-all;
}

.text-content blockquote, .text-content p, .text-content ul, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content table {
  margin-bottom: 1.5rem;
}

.text-content .text-list {
  padding-left: rem;
}

.text-list {
  list-style: none;
  padding-left: 0;
}

.text-list li {
  padding-left: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%231E9754' d='M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9ZM7.6 13.2 3.5 9l1.6-1.6L7.6 10 13 4.6l1.6 1.6-7 7Z'/%3E%3C/svg%3E") no-repeat 0 50%;
  margin-bottom: .5rem;
}

.text-list li:last-child {
  margin-bottom: 0;
}

.accordion-item {
  position: relative;
  border-radius: 0 !important;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-color: #C9CED5 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item button {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.15rem;
  font-weight: 500;
}

.accordion-item button:after {
  background-position: center;
}

.paging {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paging-centered .paging {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging-centered .paging small {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}

.paging a,
.paging span {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  padding-left: .85rem;
  padding-right: .85rem;
  background-color: rgba(53, 134, 255, 0.1);
  border-radius: 6px;
  font-size: 14px;
  margin: .25rem;
  font-weight: 500;
}

.paging a:hover {
  background-color: rgba(53, 134, 255, 0.15);
}

.paging span {
  background-color: #3586FF;
  font-weight: 500;
  color: #fff;
}

.paging small {
  color: var(--bs-secondary-color);
  margin-left: auto;
  font-size: .8em;
}

.block {
  background-color: #151515;
  border-radius: 6px;
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .block {
    margin-bottom: 1rem;
  }
}

.block-tabs {
  -webkit-box-shadow: inset 0 -1px 0 #C9CED5;
  box-shadow: inset 0 -1px 0 #C9CED5;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.block-tabs .nav-link {
  font-weight: 600;
  font-size: .875rem;
  border-bottom: 3px solid transparent;
  color: #4e5567;
  padding: 13px 2rem;
}

@media (max-width: 1200px) {
  .block-tabs .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.block-tabs .nav-link:hover {
  color: #3586FF;
}

.block-tabs .nav-link.active {
  border-color: #3586FF;
  color: #3586FF;
}

.alert .btn-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.codes-input {
  position: relative;
}

.login-form-control .codes-input .form-control {
  padding-right: 3rem;
  padding-left: 1.5rem;
}

.codes-input .icon-btn {
  position: absolute;
  top: 50%;
  right: .75rem;
  padding: 0;
  margin-top: -16px;
}

.codes-textarea {
  position: relative;
}

.login-form-control .codes-textarea .form-control {
  border-radius: 0 0 8px 8px;
  border: 0 !important;
  background-color: #f8f9fa;
}

.codes-textarea .btn {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
}

.tab-buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .25rem;
  border: 1px solid #C9CED5;
  border-radius: 10px;
  white-space: nowrap;
}

.tab-buttons .nav-link {
  color: var(--bs-secondary-color);
  border-radius: 6px;
  font-size: .875rem;
  padding-top: .425rem;
  padding-bottom: .425rem;
  font-weight: 600;
}

@media (max-width: 575px) {
  .tab-buttons .nav-link {
    width: 100%;
  }
}

.tab-buttons .nav-link.active {
  background-color: #3586FF;
  color: #fff;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 12px 40px 0px rgba(7, 39, 120, 0.11), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
  box-shadow: 0px 12px 40px 0px rgba(7, 39, 120, 0.11), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
  background-clip: padding-box;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
}

.table thead th {
  background-color: #F3F3F6;
  color: var(--bs-secondary-color);
  vertical-align: middle;
}

.table thead th a {
  color: inherit;
}

.search {
  position: relative;
}

@media (min-width: 768px) {
  .search {
    width: 380px;
  }
  .search.catalog-search {
    width: 320px;
  }
}

.search-field {
  padding-left: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M12.6 12L16 15.4L14.9 16.5L11.5 13.1C10.2 14.1 8.7 14.7 7.1 14.7C3.2 14.7 0 11.5 0 7.6C0 3.7 3.2 0.5 7.1 0.5C11 0.5 14.2 3.7 14.2 7.6C14.2 9.2 13.6 10.8 12.6 12ZM11 11.4C12 10.4 12.6 9 12.6 7.6C12.6 4.6 10.1 2.1 7.1 2.1C4 2.1 1.6 4.5 1.6 7.6C1.6 10.6 4.1 13.1 7.1 13.1C8.5 13.1 9.9 12.5 10.9 11.5L11 11.4Z' fill='%237E879D'/%3E%3C/svg%3E") no-repeat 0.75rem 50%;
  border-radius: 8px;
  height: 38px;
}

.search-submit {
  position: absolute;
  right: .25rem;
  top: 50%;
  padding: 0 .75rem;
  height: 30px;
  margin-top: -15px;
}

.search-field ~ .search-submit {
  padding-right: 80px;
}

.tabs {
  padding: .5rem .5rem 0;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
  margin-bottom: .5rem;
  -webkit-box-shadow: inset 0 -1px 0 #C9CED5;
  box-shadow: inset 0 -1px 0 #C9CED5;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs .nav-link {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid transparent;
  border-bottom-color: #C9CED5;
  background: #E6F0FC;
  margin-right: .25rem;
  font-weight: 600;
}

.tabs .nav-link.active {
  background-color: #fff;
  color: #4e5567;
  border-color: #C9CED5;
  border-bottom-color: #fff;
}

.bottom-space {
  height: 72px;
}

.control-buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .75rem 1rem;
  -webkit-box-shadow: 0px 2px 18px -27px rgba(7, 39, 120, 0.08), 0px -1px 2px 0px rgba(24, 33, 55, 0.09);
  box-shadow: 0px 2px 18px -27px rgba(7, 39, 120, 0.08), 0px -1px 2px 0px rgba(24, 33, 55, 0.09);
  background-color: #fff;
}

@media (min-width: 1200px) {
  .control-buttons {
    left: 300px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.control-buttons .btn-more {
  padding: 0 !important;
  width: 34px;
  height: 34px;
}

.divider-text {
  border-top: 1px solid #C9CED5;
  padding-top: 1.5rem;
  position: relative;
}

.divider-text span {
  margin-bottom: 0;
  padding: 0 .5rem;
  line-height: 1;
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -9px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.table thead a img {
  opacity: .25;
  width: 12px;
  vertical-align: middle;
}

.table-rounded {
  border-radius: 6px;
  border: 1px solid #C9CED5;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}

.table-rounded th + th,
.table-rounded td + td {
  border-left: 1px solid #C9CED5 !important;
}

.table-rounded > *:last-child > tr:last-child th,
.table-rounded > *:last-child > tr:last-child td {
  border-bottom: 0 !important;
}

.table-justify {
  text-align: center;
}

.table-justify td:last-child,
.table-justify th:last-child {
  text-align: right;
}

.table-justify td:first-child,
.table-justify th:first-child {
  text-align: left;
}

.table-fixed {
  table-layout: fixed;
}

.channel-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

html {
  height: 100%;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}

.small {
  font-size: 0.875em !important;
}

.xsmall {
  font-size: 0.75em !important;
}

.large {
  font-size: 1.125em !important;
}

.xlarge {
  font-size: 1.25em !important;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  background: #fff;
  border-bottom: 1px solid #C9CED5;
  margin-bottom: 2rem;
  z-index: 10;
  opacity: 0.5;
}

.header .nav-link {
  font-size: 15px;
  font-weight: 500;
}

.header-row {
  height: 74px;
}

.header .dropdown-menu {
  min-width: 210px;
}

.header-lang .dropdown-menu {
  min-width: 150px;
}

.header-lang .dropdown-item {
  font-size: .8125rem;
  padding: .5rem 1rem;
}

.header-lang .dropdown-item img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

@media (max-width: 575px) {
  .header .logo img {
    height: 34px;
  }
}

.footer {
  background: #000000;
  background: linear-gradient(9deg, rgba(0, 0, 0, 1) 30%, rgba(62, 63, 69, 1) 150%);
  font-size: .875rem;
}

.footer img{
  width: 347px;
}

.footer-main {
  padding: 3rem 0;
}

.footer-main-content {
  display: flex;
  justify-content: space-between;
}

.footer-main-content-header{
  margin-bottom: 45px;
}

.footer-main-content h3{
  font-family: Mulish;
  font-weight: 500;
  font-size: 48px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0;
  padding: 0 0 5px 0;
}

.footer-main .links{
  width: 520px;
  display: flex;
  justify-content: flex-start;
}

.footer-main .links div.row{
  display: flex;
  flex-direction: row;
  gap: 65px;

  @media(max-width: 1200px){
    display: flex;
    justify-content: flex-end;
  }
}

.footer-main .links div.col{
  max-width: 110px;
  padding: 0 0;
}

.footer-main .main-content {
  min-width: 347px;
  padding: 0 0;
}


@media (max-width: 575px) {
  .footer-main {
    padding: 2rem 0;
  }
}

.footer .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.footer .nav-link:hover {
  color: #1C63BB;
}

.footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #CCCDCE;
}

.footer .btn-light {
  background-color: #F0F1F4;
  border-color: #F0F1F4;
}

.footer .btn-light:hover, .footer .btn-light:focus, .footer .btn-light:active {
  background-color: #E8E9EB;
  border-color: #E8E9EB;
}

.login-btn,
.reg-btn {
  font-size: 15px;
  height: 40px;
}

.login-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent !important;
}

.login-btn:hover, .login-btn:focus, .login-btn:active {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent !important;
}

.section {
  margin-bottom: 4rem;
}

.page {
  margin-bottom: 3em;
}

.notfound {
  padding: 1rem;
  text-align: center;
  margin: auto;
  width: 700px;
  max-width: 100%;
}

body.admin {
  padding-top: 34px;
}

.admin-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #182137;
  z-index: 1000;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-menu .nav-link {
  font-size: 12px;
  padding: 8px .5rem;
  font-weight: 500;
  color: #C9CED5;
}

.admin-menu .nav-link:hover {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.slide {
  margin-top: calc(-2rem - 1px);
  position: relative;
  background: #3586FF;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1400px) {
  .slide-h1 {
    font-size: 4.5rem;
    font-weight: bold;
  }
}

.slide-button {
  background-color: #fff;
  color: #3586FF;
}

.slide-button:hover, .slide-button:focus, .slide-button:active {
  background-color: #fff;
  color: #0053ce;
}

.slide-text {
  font-size: 1.25rem;
  opacity: .75;
}

.advantages {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #f8f9fa;
}

.advantages-item {
  min-height: 100%;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 40px -27px rgba(7, 39, 120, 0.35), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
  box-shadow: 0px 12px 40px -27px rgba(7, 39, 120, 0.35), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
}

@media (max-width: 767px) {
  .advantages-item {
    text-align: center;
  }
}

.advantages-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: rgba(53, 134, 255, 0.1);
  color: #3586FF;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

@media (max-width: 767px) {
  .advantages-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.advantages-item:hover .advantages-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #3586FF;
  color: #fff;
}

.advantages p {
  margin-bottom: 0;
  font-size: .9em;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slide-image {
  display: inline-block;
  position: relative;
}

.slide-image .img {
  width: 100%;
  max-width: 694px;
  display: block;
  opacity: 0;
}

.slide-image .img2,
.slide-image .img3,
.slide-image .img4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slide-image.animated .img {
  -webkit-animation: .5s fadeIn forwards;
  animation: .5s fadeIn forwards;
}

.slide-image.animated .img2 {
  -webkit-animation: 1s fadeIn forwards;
  animation: 1s fadeIn forwards;
}

.slide-image.animated .img3 {
  -webkit-animation: 1s fadeIn .25s forwards;
  animation: 1s fadeIn .25s forwards;
}

.slide-image.animated .img4 {
  -webkit-animation: 1s fadeIn .5s forwards;
  animation: 1s fadeIn .5s forwards;
}

.counters {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .counters {
    font-size: .875rem;
  }
}

.counters .number {
  font-size: 48px;
  font-weight: 800;
  color: #080B16;
}

@media (max-width: 767px) {
  .counters .number {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .counters .col {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='56' fill='none'%3E%3Cpath stroke='%237E879D' d='M.5.5v55' opacity='.5'/%3E%3C/svg%3E") no-repeat 0 50%;
  }
  .counters .col:first-child {
    background: none;
  }
}

.login {
  background-color: #fff;
  border: 1px solid #C9CED5;
  padding: 2rem;
  border-radius: 12px;
  width: 540px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .login {
    padding: 3rem;
  }
}

.login-social {
  position: relative;
}

@media (min-width: 1200px) {
  .col-sidebar {
    width: 240px;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}

@media (min-width: 1200px) {
  .col-catalog {
    width: calc(100% - 240px);
    -webkit-flex-basis: calc(100% - 240px);
    -ms-flex-preferred-size: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
  }
}

.catmenu .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
  font-weight: 500;
  font-size: .9em;
}

.catmenu .nav-link:hover {
  color: #1C63BB;
}

.tags {
  gap: .25rem;
}

.tag {
  background-color: #f8f9fa;
  padding: .15rem .5rem;
  font-weight: 600;
  border-radius: 6px;
}

.tag:hover, .tag:focus {
  background-color: #E6F0FC;
  color: #1C63BB;
}

.videoItem {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .videoItem {
    margin-bottom: 1rem;
  }
}

.videoItem-title {
  font-size: .8125rem;
  overflow: hidden;
  font-weight: bold;
  max-height: 2.1rem;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.videoItem-details {
  font-size: .65em;
  color: var(--bs-secondary-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between span;
  -webkit-justify-content: space-between span;
  -ms-flex-pack: space-between span;
  justify-content: space-between span;
  justify-content-display: inline-flex;
  justify-content-align-items: center;
}

.videoItem-cover {
  padding-top: 56.25%;
  position: relative;
}

.videoItem-cover a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.videoItem-cover .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  border-radius: 6px;
}

.videoItem-cover .icon {
  height: 56px;
}

.videoItem-addto, .videoItem-added {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.videoItem-added {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videoItem-addto {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.videoItem-addto:focus, .videoItem-addto:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.videoItem-time {
  padding: .25px .35rem;
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  line-height: 19px;
}

.download-title {
  font-weight: 600;
  color: #182137;
  font-size: 1rem;
}

.download-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .75rem;
  color: var(--bs-secondary-color);
}

.download-meta > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
  font-weight: 500;
}

.download-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-rating .btn {
  padding: .15rem .75rem;
}

.download-rating .rating-minus.active {
  border-color: #D12222;
  background-color: transparent;
  color: #D12222;
}

.download-rating .rating-plus.active {
  border-color: #1E9754;
  background-color: transparent;
  color: #1E9754;
}

.download-btn {
  width: 240px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  text-align: left;
  line-height: 1.4;
  height: 64px;
}

.download-btn:not([disabled]) [data-status="disabled"] {
  display: none !important;
}

.download-btn[disabled] [data-status="active"] {
  display: none !important;
}

.download-btn[disabled] {
  background-color: rgba(53, 134, 255, 0.1) !important;
  color: rgba(28, 99, 187, 0.5) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  cursor: default;
  opacity: 1 !important;
}

.download-btn[disabled] .spinner-border {
  border-left-color: transparent;
  width: 20px;
  height: 20px;
}

.relatedVideo {
  margin-bottom: 1rem;
}

.relatedVideo-image {
  width: 87px;
  height: 58px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.relatedVideo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.relatedVideo .playing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .25rem;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: .75rem;
  color: #fff;
}

.fulltext {
  font-size: .8125rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #C9CED5;
  font-weight: 500;
}

.fulltext .tags a:before {
  content: "#";
}

.download-item {
  padding: .5rem;
  border: 1px solid #C9CED5;
  margin-bottom: .5rem;
  border-radius: 8px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download-item:hover {
  border-color: #3586FF;
  color: #3586FF;
}

.premiumPlan {
  padding: 1.5rem 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 24px -6px rgba(7, 39, 120, 0.1), 0px 1px 2px 0px rgba(24, 33, 55, 0.09);
  box-shadow: 0px 2px 24px -6px rgba(7, 39, 120, 0.1), 0px 1px 2px 0px rgba(24, 33, 55, 0.09);
  background-color: #fff;
}

@media (max-width: 767px) {
  .premiumPlan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.premiumPlan .btn {
  font-size: 1rem;
  padding: .5rem 2rem;
}

.premiumTable {
  color: #fff !important;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  leading-trim: Cap height;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0;
}

.premiumTable b{
  font-weight: 700;
}


.premiumTable .col {
  padding: 1rem;
}



@media (max-width: 1399px) {
  .premiumTable .col:first-child {
    max-width: 300px;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:first-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:nth-child(2) {
    border-left: 0;
  }
}

.premiumTable .premiumTable-heading {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .premiumTable .premiumTable-heading {
    font-size: .75rem;
  }
}

/* --- DARK LOGIN THEME --- */
body.login-dark {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Mulish', 'Manrope', sans-serif;
}

.contact-us-dark-bg, .registration-dark-bg {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.registration-dark-bg input {
  width: 530px;
}

.login-background {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181c24;
  background-image: url('../images3/decor.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  z-index: -10;
}

.registration-background {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181c24;
  background-image: url('../images3/decor-reg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  z-index: -10;
}

.contact-us-background {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181c24;
  background-image: url('../images3/contact-us.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  z-index: -10;
}

.home-background {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181c24;
  background-image: url('../images3/money-way.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  z-index: -10;
  color: #fff;
}

.contact-us-background .raw input{
  width: 530px;
}

form .inputs{
  padding: 48px;
  background-color: #151515;
  gap: 16px;
  margin: 0 0;
  border-radius: 20px;
}

form .inputs .form-floating{
  padding: 0 0;
}

.inputs button{
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-family: Mulish;
  font-weight: 400;
  font-size: 18px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
}

.contact-us-text{
  width: 550px;
  justify-content: center;
  margin: 0 auto;
  font-family: Mulish;
  font-weight: 400;
  font-size: 22px;
  leading-trim: Cap height;
  line-height: 130%;
  color: #BFBFBF;
  letter-spacing: 0;
}

.contact-us-dark-bg section{
  width: 628px;
}


.login-dark-bg, .home-bg, .earn-money-bg, .start-earn, .questions, .premium-bg, .terms-of-service-bg, .secondary-terms-of-service-bg {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.questions{
  background-color: #060607 !important;
  height: 763px !important;
  opacity: 15%;
  padding: 120px 80px;
}


.home-bg{
  min-height: 615px;
  color: #fff
}

.secondary-terms-of-service-bg, .terms-of-service-bg, .premium-bg, .earn-money-bg, .start-earn{
  background-color: #060607;
  display: flex;
  border: solid 1px #060607;
  flex-direction: column;
  padding: 120px 80px;
  min-height: auto;
}

.secondary-terms-of-service-bg, .premium-bg{
  background-color: #0C0C0C;
}


.secondary-terms-of-service-bg  h2,
.section-container  h2,
.premium-bg  h2,
.start-earn  h2,
.questions  h2,
.earn-money-bg  h2,
.terms-of-service-bg h2{
  font-family: Mulish;
  font-weight: 500;
  font-size: 56px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.questions h2{
  margin-bottom: auto;
}


.premium-bg h3,
.earn-money-bg  h3{
  font-family: Mulish;
  font-weight: 500;
  font-size: 48px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
}

.terms-of-service-header, .earn-money-header, .premium-header{
  height: 300px;
  /* display: contents; */
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background: #060607;
}

.login-logo img {
  max-width: 220px;
  height: 48px;
  filter: drop-shadow(0 2px 12px #0008);
}

.login {
  width: min-content;
  background: #151515 !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.25);
}
.registration-dark-bg .login {
  width: min-content;
}

.login h1, .login .fs-3 {
  color: #fff !important;
}

.login .login-form-control .form-control {
  background: #232837;
  color: #fff;
  border: 1px solid #232837;
}

.login .login-form-control .form-control:focus {
  background: #232837;
  color: #fff;
  border-color: #3586FF;
  box-shadow: 0 0 0 2px #3586ff33;
}

.login .form-floating > label {
  color: #bfc6d1;
}

.login .login-form-control .form-control::placeholder {
  color: #bfc6d1;
  opacity: 1;
}

.login .submit-btn {
  background: #2B48BA;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px 0 #3586ff33;
  font-weight: 600;
  font-size: 1.1em;
  transition: background 0.2s;
}

.login .submit-btn:hover, .login .submit-btn:focus {
  background: #2560b6;
  color: #fff;
}

.login a.link-light, .login a.link-light:visited {
  color: #bfc6d1;
  text-decoration: underline;

  font-family: Mulish;
  font-weight: 700;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}

body.login-dark .form-control::placeholder {
  color: #bfc6d1 !important; /* или выбери более контрастный цвет */
  opacity: 1;

  font-family: Mulish;
  font-weight: 700;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}

.login a.link-light:hover {
  color: #fff;
}

.login-social .divider-text span {
  background: #181c24;
  color: #bfc6d1;
}

body.login-dark input:focus,
body.login-dark .form-control:focus {
  box-shadow: none !important;
  border-color: #212121 !important;
  outline: none !important;
  background: #212121 !important;
  color: #fff !important;
}
body.login-dark input,
body.login-dark .form-control {
  box-shadow: none !important;
  border-color: #212121 !important;
  outline: none !important;
  background: #212121 !important;
  color: #fff !important;
}

body.login-dark .form-floating > .form-control:focus,
body.login-dark .form-floating > .form-control:not(:placeholder-shown),
body.login-dark .form-floating > .form-control-plaintext:focus,
body.login-dark .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

body.login-dark .small {
  font-family: 'Mulish', 'Manrope', sans-serif;
  font-weight: 400;
//font-size: 13px !important;
  line-height: 100%;
  display: flex;
  letter-spacing: 0;
}

.login-dark .text-light {
  font-family: 'Mulish', 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: 0;
}
/* --- END DARK LOGIN THEME --- */

body.index-page {
  background-color: #181c24;
  background-image: url('../images3/decor_2.svg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: scroll;
}

/* --- CUSTOM HEADER --- */
.custom-header {
  position: relative;
  z-index: 20;
  height: 48px;
  display: flex;
  align-items: center;
// background: rgba(10, 12, 20, 0.85);
  border-radius: 12px;
  margin: 24px auto 0 auto;
  width: 100%;
//box-shadow: 0 2px 12px 0 #0004;
  padding: 0 32px;
}


.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  background: rgba(20, 20, 20, 0.7);
  border-radius: 12px;
  height: 48px;
  padding: 0 32px;
}

.header-menu a {
  color: #bfc6d1;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0 8px;
  line-height: 48px;
  transition: color 0.2s;
}


.header-menu a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-btn-login {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: 1px solid #232837;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.header-btn-login:hover {
  background: #232837;
  color: #fff;
}

.header-btn-signup {
  background: #3586FF;
  color: #fff;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-left: 4px;
  transition: background 0.2s;
}

.header-btn-signup:hover {
  background: #2560b6;
}
/* --- END CUSTOM HEADER --- */





.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    max-width: 1320px;
    padding: 0 1rem;
  }

  .header-logo {
    grid-column: 1;
    text-align: left;
    padding: 0 0.5rem;
  }

  .header-menu {
    grid-column: 2;
    display: flex !important;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 auto;
  }

  .header-actions {
    grid-column: 3;
    display: flex !important;
    justify-content: flex-end;
    padding: 0 0.5rem;
  }

  .d-lg-none {
    display: none !important;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }

  .header-logo {
    flex: 0 0 auto;
  }

  .header-menu {
    display: none !important;
  }

  .header-actions {
    display: none !important;
  }

  .d-lg-none.ms-auto {
    flex: 0 0 auto;
  }
}

.text-gradient {
  color: #979BA6;
  background-image: linear-gradient(45deg, #979BA6 47%, #E2E1E3 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.footer-main {
  padding: 3rem 0;
}

@media (max-width: 575px) {
  .footer-main {
    padding: 2rem 0;
  }
}

.footer .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.footer .nav-link:hover {
  color: #1C63BB;
}

.footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #CCCDCE;
}

.footer .btn-light {
  background-color: #F0F1F4;
  border-color: #F0F1F4;
}

.footer .btn-light:hover, .footer .btn-light:focus, .footer .btn-light:active {
  background-color: #E8E9EB;
  border-color: #E8E9EB;
}

.login-btn,
.reg-btn {
  font-size: 15px;
  height: 40px;
}

.login-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent !important;
}

.login-btn:hover, .login-btn:focus, .login-btn:active {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent !important;
}

.section {
  margin-bottom: 4rem;
}

.page {
  margin-bottom: 3em;
}

.notfound {
  padding: 1rem;
  text-align: center;
  margin: auto;
  width: 700px;
  max-width: 100%;
}

body.admin {
  padding-top: 34px;
}

.admin-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #182137;
  z-index: 1000;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-menu .nav-link {
  font-size: 12px;
  padding: 8px .5rem;
  font-weight: 500;
  color: #C9CED5;
}

.admin-menu .nav-link:hover {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.slide {
  margin-top: calc(-2rem - 1px);
  position: relative;
  background: #3586FF;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1400px) {
  .slide-h1 {
    font-size: 4.5rem;
    font-weight: bold;
  }
}

.slide-button {
  background-color: #fff;
  color: #3586FF;
}

.slide-button:hover, .slide-button:focus, .slide-button:active {
  background-color: #fff;
  color: #0053ce;
}

.slide-text {
  font-size: 1.25rem;
  opacity: .75;
}

.advantages {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #f8f9fa;
}

.advantages-item {
  min-height: 100%;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 40px -27px rgba(7, 39, 120, 0.35), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
  box-shadow: 0px 12px 40px -27px rgba(7, 39, 120, 0.35), 0px 1px 2px 0px rgba(24, 33, 55, 0.04);
}

@media (max-width: 767px) {
  .advantages-item {
    text-align: center;
  }
}

.advantages-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: rgba(53, 134, 255, 0.1);
  color: #3586FF;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

@media (max-width: 767px) {
  .advantages-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.advantages-item:hover .advantages-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #3586FF;
  color: #fff;
}

.advantages p {
  margin-bottom: 0;
  font-size: .9em;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slide-image {
  display: inline-block;
  position: relative;
}

.slide-image .img {
  width: 100%;
  max-width: 694px;
  display: block;
  opacity: 0;
}

.slide-image .img2,
.slide-image .img3,
.slide-image .img4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slide-image.animated .img {
  -webkit-animation: .5s fadeIn forwards;
  animation: .5s fadeIn forwards;
}

.slide-image.animated .img2 {
  -webkit-animation: 1s fadeIn forwards;
  animation: 1s fadeIn forwards;
}

.slide-image.animated .img3 {
  -webkit-animation: 1s fadeIn .25s forwards;
  animation: 1s fadeIn .25s forwards;
}

.slide-image.animated .img4 {
  -webkit-animation: 1s fadeIn .5s forwards;
  animation: 1s fadeIn .5s forwards;
}

.counters {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .counters {
    font-size: .875rem;
  }
}

.counters .number {
  font-size: 48px;
  font-weight: 800;
  color: #080B16;
}

@media (max-width: 767px) {
  .counters .number {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .counters .col {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='56' fill='none'%3E%3Cpath stroke='%237E879D' d='M.5.5v55' opacity='.5'/%3E%3C/svg%3E") no-repeat 0 50%;
  }
  .counters .col:first-child {
    background: none;
  }
}

.login {
  background-color: #fff;
  border: 1px solid #C9CED5;
  padding: 2rem;
  border-radius: 12px;
  width: 540px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .login {
    padding: 3rem;
  }
}

.login-social {
  position: relative;
}

@media (min-width: 1200px) {
  .col-sidebar {
    width: 240px;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}

@media (min-width: 1200px) {
  .col-catalog {
    width: calc(100% - 240px);
    -webkit-flex-basis: calc(100% - 240px);
    -ms-flex-preferred-size: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
  }
}

.catmenu .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
  font-weight: 500;
  font-size: .9em;
}

.catmenu .nav-link:hover {
  color: #1C63BB;
}

.tags {
  gap: .25rem;
}

.tag {
  background-color: #f8f9fa;
  padding: .15rem .5rem;
  font-weight: 600;
  border-radius: 6px;
}

.tag:hover, .tag:focus {
  background-color: #E6F0FC;
  color: #1C63BB;
}

.videoItem {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .videoItem {
    margin-bottom: 1rem;
  }
}

.videoItem-title {
  font-size: .8125rem;
  overflow: hidden;
  font-weight: bold;
  max-height: 2.1rem;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.videoItem-details {
  font-size: .65em;
  color: var(--bs-secondary-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between span;
  -webkit-justify-content: space-between span;
  -ms-flex-pack: space-between span;
  justify-content: space-between span;
  justify-content-display: inline-flex;
  justify-content-align-items: center;
}

.videoItem-cover {
  padding-top: 56.25%;
  position: relative;
}

.videoItem-cover a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.videoItem-cover .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  border-radius: 6px;
}

.videoItem-cover .icon {
  height: 56px;
}

.videoItem-addto, .videoItem-added {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.videoItem-added {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videoItem-addto {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.videoItem-addto:focus, .videoItem-addto:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.videoItem-time {
  padding: .25px .35rem;
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  line-height: 19px;
}

.download-title {
  font-weight: 600;
  color: #182137;
  font-size: 1rem;
}

.download-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .75rem;
  color: var(--bs-secondary-color);
}

.download-meta > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
  font-weight: 500;
}

.download-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-rating .btn {
  padding: .15rem .75rem;
}

.download-rating .rating-minus.active {
  border-color: #D12222;
  background-color: transparent;
  color: #D12222;
}

.download-rating .rating-plus.active {
  border-color: #1E9754;
  background-color: transparent;
  color: #1E9754;
}

.download-btn {
  width: 240px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  text-align: left;
  line-height: 1.4;
  height: 64px;
}

.download-btn:not([disabled]) [data-status="disabled"] {
  display: none !important;
}

.download-btn[disabled] [data-status="active"] {
  display: none !important;
}

.download-btn[disabled] {
  background-color: rgba(53, 134, 255, 0.1) !important;
  color: rgba(28, 99, 187, 0.5) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  cursor: default;
  opacity: 1 !important;
}

.download-btn[disabled] .spinner-border {
  border-left-color: transparent;
  width: 20px;
  height: 20px;
}

.relatedVideo {
  margin-bottom: 1rem;
}

.relatedVideo-image {
  width: 87px;
  height: 58px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.relatedVideo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.relatedVideo .playing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .25rem;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: .75rem;
  color: #fff;
}

.fulltext {
  font-size: .8125rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #C9CED5;
  font-weight: 500;
}

.fulltext .tags a:before {
  content: "#";
}

.download-item {
  padding: .5rem;
  border: 1px solid #C9CED5;
  margin-bottom: .5rem;
  border-radius: 8px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download-item:hover {
  border-color: #3586FF;
  color: #3586FF;
}

.premiumPlan {
  padding: 1.5rem 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 24px -6px rgba(7, 39, 120, 0.1), 0px 1px 2px 0px rgba(24, 33, 55, 0.09);
  box-shadow: 0px 2px 24px -6px rgba(7, 39, 120, 0.1), 0px 1px 2px 0px rgba(24, 33, 55, 0.09);
  background-color: #fff;
}

@media (max-width: 767px) {
  .premiumPlan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.premiumPlan .btn {
  font-size: 1rem;
  padding: .5rem 2rem;
}

.premiumTable {
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
  font-size: .875rem;
}

.premiumTable .col {
  padding: 1rem;
}



@media (max-width: 1399px) {
  .premiumTable .col:first-child {
    max-width: 300px;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:first-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:nth-child(2) {
    border-left: 0;
  }
}

.premiumTable .premiumTable-heading {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .premiumTable .premiumTable-heading {
    font-size: .75rem;
  }
}

/* --- DARK LOGIN THEME --- */
body.login-dark {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Mulish', 'Manrope', sans-serif;
}

.login-background {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181c24;
  background-image: url('../images3/decor.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  z-index: -10;
}

.login-dark-bg {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.login-logo img {
  max-width: 220px;
  height: 48px;
  filter: drop-shadow(0 2px 12px #0008);
}

.login {
  background: #151515 !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.25);
}

.login h1, .login .fs-3 {
  color: #fff !important;
}

.login .login-form-control .form-control {
  background: #232837;
  color: #fff;
  border: 1px solid #232837;
}

.login .login-form-control .form-control:focus {
  background: #232837;
  color: #fff;
  border-color: #3586FF;
  box-shadow: 0 0 0 2px #3586ff33;
}

.login .form-floating > label {
  color: #bfc6d1;
}

.login .login-form-control .form-control::placeholder {
  color: #bfc6d1;
  opacity: 1;
}

.login .submit-btn {
  background: #2B48BA;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px 0 #3586ff33;
  font-weight: 600;
  font-size: 1.1em;
  transition: background 0.2s;
}

.login .submit-btn:hover, .login .submit-btn:focus {
  background: #2560b6;
  color: #fff;
}

.login a.link-light, .login a.link-light:visited {
  color: #bfc6d1;
  text-decoration: underline;

  font-family: Mulish;
  font-weight: 700;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}

body.login-dark .form-control::placeholder {
  color: #bfc6d1 !important; /* или выбери более контрастный цвет */
  opacity: 1;

  font-family: Mulish;
  font-weight: 700;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}

.login a.link-light:hover {
  color: #fff;
}

.login-social .divider-text span {
  background: #181c24;
  color: #bfc6d1;
}

body.login-dark input:focus,
body.login-dark .form-control:focus {
  box-shadow: none !important;
  border-color: #212121 !important;
  outline: none !important;
  background: #212121 !important;
  color: #fff !important;
}
body.login-dark input,
body.login-dark .form-control {
  box-shadow: none !important;
  border-color: #212121 !important;
  outline: none !important;
  background: #212121 !important;
  color: #fff !important;
}

body.login-dark .form-floating > .form-control:focus,
body.login-dark .form-floating > .form-control:not(:placeholder-shown),
body.login-dark .form-floating > .form-control-plaintext:focus,
body.login-dark .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

body.login-dark .small {
  font-family: 'Mulish', 'Manrope', sans-serif;
  font-weight: 400;
//font-size: 13px !important;
  line-height: 100%;
  display: flex;
  letter-spacing: 0;
}

body.login-dark button {
  font-family: Mulish;
  font-weight: 400;
  letter-spacing: 0;
}

.login-dark .text-light {
  font-family: 'Mulish', 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: 0;
}
/* --- END DARK LOGIN THEME --- */

body.index-page {
  background-color: #181c24;
  background-image: url('../images3/decor_2.svg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: scroll;
}

/* --- CUSTOM HEADER --- */
.custom-header {
  position: relative;
  z-index: 20;
  height: 48px;
  display: flex;
  align-items: center;
// background: rgba(10, 12, 20, 0.85);
  border-radius: 12px;
  margin: 24px auto 0 auto;
  width: 100%;
//box-shadow: 0 2px 12px 0 #0004;
  padding: 0 32px;
}


.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  background: rgba(20, 20, 20, 0.7);
  border-radius: 12px;
  height: 48px;
  padding: 0 32px;
}

.header-menu a {
  color: #bfc6d1;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0 8px;
  line-height: 48px;
  transition: color 0.2s;
}


.header-menu a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-btn-login {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: 1px solid #232837;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.header-btn-login:hover {
  background: #232837;
  color: #fff;
}

.header-btn-signup {
  background: #3586FF;
  color: #fff;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-left: 4px;
  transition: background 0.2s;
}

.header-btn-signup:hover {
  background: #2560b6;
}
/* --- END CUSTOM HEADER --- */





.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    max-width: 1320px;
    padding: 0 1rem;
  }

  .header-logo {
    grid-column: 1;
    text-align: left;
    padding: 0 0.5rem;
  }

  .header-menu {
    grid-column: 2;
    display: flex !important;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 auto;
  }

  .header-actions {
    grid-column: 3;
    display: flex !important;
    justify-content: flex-end;
    padding: 0 0.5rem;
  }

  .d-lg-none {
    display: none !important;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }

  .header-logo {
    flex: 0 0 auto;
  }

  .header-menu {
    display: none !important;
  }

  .header-actions {
    display: none !important;
  }

  .d-lg-none.ms-auto {
    flex: 0 0 auto;
  }
}
/** Text Gradient Example */
.text-gradient {
  color: #979BA6;
  background-image: linear-gradient(45deg, #979BA6 26%, #E2E1E3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-of-service-bg .title,
.earn-money-bg .title,
.premium-bg .title,
.start-earn .title,
.secondary-terms-of-service-bg .title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.terms-of-service-bg .title h4,
.earn-money-bg .title h4,
.premium-bg .title h4,
.start-earn .title h4,
.secondary-terms-of-service-bg .title h4{
  width: max-content;
  margin: 0 0;
  color: #fff;
  font-family: Mulish;
  font-weight: 500;
  font-size: 40px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
}

.secondary-terms-of-service-bg .content-block,
.earn-money-bg .content-block,
.premium-bg .content-block,
.start-earn .content-block,
.terms-of-service-bg .content-block{
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.secondary-terms-of-service-bg  .content-block .text,
.earn-money-bg  .content-block .text,
.premium-bg  .content-block .text,
.start-earn  .content-block .text,
.terms-of-service-bg .content-block .text{
  font-family: Mulish;
  font-weight: 400;
  font-size: 22px;
  leading-trim: Cap height;
  line-height: 130%;
  color: #BFBFBF;
  letter-spacing: 0;
}

.secondary-terms-of-service-bg .content-block .separator,
.start-earn .content-block .separator,
.earn-money-bg .content-block .separator,
.premium-bg .content-block .separator,
.terms-of-service-bg .content-block .separator{
  margin-bottom: 48px;
  font-family: Mulish;
  font-weight: 400;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: 0;
}

.login-button, .registration-button, .home-register-button, .earn-button, .contact-button{
  background-color: #2B48BA !important;
  width: 530px;
  height: 64px;
  border: none;
  gap: 16px;
  font-size: 18px;
  border-radius: 8px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
}

.home-register-button{
  padding: 25px 32px;
  margin-top: 48px;
  width: max-content;
}

.login .reg{
  margin: 32px 0 28px 0;
}

.form-floating .form-select {
  background-color: #f8f9fa;
  color: #182137;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23182137'%3E%3Cpath d='M8 10.5L3.5 6l1-1L8 8.5l3.5-3.5 1 1L8 10.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
}

.form-floating > label {
  color: #6c757d;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
}

.form-floating > .form-select:focus {
  border-color: #3586FF;
  box-shadow: 0 0 0 0.2rem rgba(53, 134, 255, 0.25);
  outline: none;
}

.form-floating > .form-select:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label {
  color: #3586FF;
}

.form-select option {
  background-color: #212121;
  color: #fff;
}

.form-select option:hover {
  background-color: #6A6A6C;
}

.registration-container-header{
  font-family: Mulish;
  font-weight: 500;
  font-size: 56px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.login-container-header{
  font-family: Mulish;
  font-weight: 500;
  font-size: 56px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  width: max-content;
  display: flex;
  margin: 64px auto 64px auto;
}

.registration-container-header{
  width: max-content;
  display: flex;
  margin: 64px auto 64px auto;
}

.registration-container-header span{
  padding-bottom: 6px;
}

.start-earn{
  background-color: #181c24;
  background-image: url('../images3/CTA.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  height: 524px;
}

.questions{
  background-color: #181c24;
  background-image: url('../images3/questions.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  height: 524px;
}

