@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400');
* {
  outline: none;
  box-sizing: border-box;
}

:root {
  --theme-bg-color: rgba(16 18 27 / 80%);
  --border-color: rgba(113 119 144 / 25%);
  --theme-color: #f9fafb;
  --inactive-color:rgb(193 193 193 / 90%);
  --body-font: "Poppins", sans-serif;
  --hover-menu-bg: rgba(12 15 25 / 30%);
  --content-title-color: #999ba5;
  --content-bg: rgb(146 151 179 / 13%);
  --button-inactive: rgb(249 250 251 / 55%);
  --dropdown-bg: #21242d;
  --dropdown-hover: rgb(42 46 60);
  --popup-bg: rgb(22 25 37);
  --search-bg: #14162b;
  --overlay-bg: rgba(36, 39, 59, 0.3);
  --scrollbar-bg: rgb(1 2 3 / 40%);
  --border-hover-color: rgb(255 255 255 / 35%);
}

.light-mode {
  --theme-bg-color: rgb(255 255 255 / 65%);
  --theme-color: #3c3a3a;
  --inactive-color: #333333;
  --button-inactive: #3c3a3a;
  --search-bg: rgb(255 255 255 / 31%);
  --dropdown-bg: #f7f7f7;
  --overlay-bg: rgb(255 255 255 / 30%);
  --dropdown-hover: rgb(236 236 236);
  --border-color: rgb(255 255 255 / 35%);
  --popup-bg: rgb(255 255 255);
  --hover-menu-bg: rgba(255 255 255 / 35%);
  --scrollbar-bg: rgb(255 253 253 / 57%);
  --content-title-color: --theme-color;
  --border-hover-color: rgb(141 141 141 / 35%);
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--body-font);
  background-image: url(../img/abstract-back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  width: 100%;
  height: 100%;
}

body.light-mode {
  font-family: var(--body-font);
  background-image: url(../img/white_back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  width: 100%;
  height: 100%;
}

/*custom-start*/
.minmod .menu.custom .dropdown ul li a {
    text-decoration: none;
    color: var(--theme-color);
    font-size: 14px;
    padding: 10px 18px;
    width: 100%;
    text-align: left;
    font-family: monospace;
}
.content-section.minmod .menu.custom ul li {
    list-style: none;
    padding:0;
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: 0.3s;
}
.minmod .menu.custom .dropdown ul {
    position: absolute;
    background: var(--dropdown-bg);
    height: 90px;
    width: 110px;
    right: 0;
    top: 20px;
    pointer-events: none;
    opacity: 0;
    transform: translatey(10px);
    transition: all 0.4s ease;
}

.banner-text {
    position: relative;
    height: 25px;
}
.reload_ikon {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    cursor:pointer;
}
.reload_ikon svg {
    width: 25px;
    height: 25px;
    fill: #eee;
}
.reload_ikon.disable {
    cursor: no-drop;
}
.reload_ikon.disable svg {
    fill: #eeeeee7a;
}
.banner-title {
    min-height: 40px;
    height: auto;
}
.heading {
    font-weight: 100;
    font-family: 'Fira Mono', monospace;
    color: #eee;
    font-size: 2em;
    margin: 0;
}
.content-section.custom .apps-card {
    margin-bottom: 15px;
}
.result-search {
    width: 100%;
    font-size: 16px;
    background-color: var(--content-bg);
    border-radius: 14px;
    border: 1px solid var(--theme-bg-color);
    padding: 20px;
    transition: 0.3s ease;
    margin: 10px 0;
}
.result-search a {
    text-decoration: none;
    color: var(--theme-color);
    font-size: 18px;
}
.search-page .title {
    font-size: 22px;
    font-family: monospace;
}
.content-section.custom{
    margin:0;
}
.files {
    display: flex;
    margin-top: 20px;
}
.files a {
    display: block;
}
.files a svg {
    width: 50px;
    height: 50px;
}
.detail {
    padding-bottom: 40px;
}
.detail img {
    width: 100%;
}
.detail p {
    font-size: 17px;
}
.detail h1{
    margin-top:0;
}
.date {
    position: relative;
}
.date span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: monospace;
    font-size: 16px;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--theme-color);
}
.breadcrumb .breadcrumb-item .active {
    color: #3a6df0;
}
.breadcrumb {
    font-family: monospace;
    margin: 10px 0;
}
.breadcrumb .breadcrumb-item {
    float: left;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 10px;
}
.breadcrumb .breadcrumb-item i {
    font-size: 13px;
}
.app-card__date {
    font-size: 14px;
    font-family: monospace;
    text-align: right;
}
.app-card .title {
    font-size: 18px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.notes_line_ul li span {
    font-family: monospace;
    background: #3a6df0;
    border-radius: 100%;
    padding: 3px 9px;
    margin-left: 10px;
    color: #fff;
}
.notes_line_ul {
    margin: 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.notes_line_ul li {
    transition: 0.3s ease;
    list-style-type: none;
    margin: 0px 20px 10px;
    font-size: 18px;
    margin-left: 0;
    border: 1px solid var(--theme-bg-color);
    padding: 10px 15px;
    border-radius: 7px;
    background-color: var(--content-bg);
}
.notes_line_ul li:hover {
    transform: scale(1.02);
    background-color: var(--theme-bg-color);
}
.notes_line_ul li a {
    text-decoration: none;
    color: var(--theme-color);
}
.notes_line_category_title {
    margin: 0 0 10px;
}
pre {
    background-color: #ebebeb;
    color: #000;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    height: 500px;
    overflow: scroll;
}
code {
    background: #000;
    font-size: 16px;
    padding: 20px;
    box-shadow: 0 0 4px 1px white;
    border-radius: 5px;
    font-weight: 600;
    display: block;
}
code a {
    color: var(--theme-color);
}
.light-mode code {
    background: #b6e3e8;
    box-shadow: 0 0 4px 1px #b3edeb;
}
.detail .big_font {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.appa_panel {
    position: absolute;
    top: 0;
    width: 100%;
}
.apps-card-portfolio {
    display: grid;
    grid-template-columns: 33.3333333% 33.3333333% 33.3333333%;
}
.app-card-portfolio {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 95%;
    font-size: 18px;
    background-color: var(--content-bg);
    border-radius: 14px;
    border: 1px solid var(--theme-bg-color);
    position: relative;
}
.back_img img {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    object-fit: cover;
    background-color: var(--content-bg);
}
.app-card-portfolio:hover .back_img {
  background-size: 125%;
  transition: 0.3s ease;
}
.card-portfolio-description {
    display: flex;
    align-items: center;
    margin: 16px auto;
    height: 50px;
    position: relative;
    width: 90%;
    justify-content: center;
}
.card-portfolio-description a{
      text-decoration: none;
      position: absolute;
}
.card-portfolio-description a.first_title{
  opacity: 1;
  transition: 0.3s ease;
}
.card-portfolio-description a.second_title{
  opacity: 0;
  transition: 0.3s ease;
}
.card-portfolio-description:hover a.first_title{
  opacity: 0;
}
.card-portfolio-description:hover a.second_title{
  opacity: 1;
}
.tool {
    position: absolute;
    right: 0;
    background: #3a6df0;
    padding: 8px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    font-weight: 600;
    color: #fff;
}
.tool.laravel {
    background: #ff4d37;
}
.tool.bitrix {
    background: #c7042c;
}
.tool.python {
    background: #346c99;
}
.b-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.b-tabs a + a {
    margin-left: 20px;
}
.b-tabs a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background: #3a6df0;
    padding: 5px 15px;
    border-radius: 8px;
    transition: 0.3s ease;
}
.b-tabs a:hover {
    background: #345cc3;
}
.b-head-flex {
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 300px;
}
.b-head-flex img {
    width: 40px;
}
.b-head-flex h2 {
    margin-left: 15px;
}
.b-head {
    display: flex;
    align-items: center;
}
.b-head-tabs {
    width: 100%;
    text-align: right;
}
.b-head-tabs .tabs__btn {
    font-size: 20px;
    padding: 5px 10px;
    background: #c7042c;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
    border: 0px;
}
.bitrix-table {
    font-size: 20px;
    width: 100%;
    background: var(--dropdown-bg);
    padding: 2px 12px 12px 12px;
    background-color: var(--content-bg);
    border-radius: 14px;
    border: 1px solid var(--theme-bg-color);
    font-family: 'Fira Mono', monospace;
}
.light-mode .bitrix-table{
  color: var(--theme-color);
}
table.bitrix-table td {
    padding: 10px;
}
.b-content {
    font-size: 18px;
    line-height: 26px;
}
.tabs__pane {
      display: none;
    }
    .tabs__pane_show {
      display: block;
    }
.tabs__btn.tabs__btn_active {
    background: #fff;
    color: #c7042c;
    cursor: default;
}
.b-tabs .active {
    text-decoration: line-through;
}
.pop-form label{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.pop-form input {
    background: #fff;
    border: 0px;
    border-radius: 4px;
    height: 30px;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    outline:none;
}
.pop-form input:focus {
    border: #3a6df0 1px solid;
    box-shadow: 0 0 5px rgb(58 109 240);
    -webkit-box-shadow: 0 0 5px rgb(58 109 240);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.light-mode .pop-form input{
    border: 1px solid;
}
.light-mode .pop-form input:focus{
    border: #3a6df0 1px solid;
}
svg.close{
    cursor: pointer;
}
.pop-form .form-flex {
    margin-top: 15px;
    display: flex;
    width: 100%;
}
.pop-form .form-group {
    margin-bottom: 15px;
}
.form-flex .form-group {
    width: 100%;
    margin-bottom: 0px;
}
.form-flex .form-group + .form-group {
    margin-left: 15px;
}
.pop-form input.form-control-file {
    background-color: #0000;
    padding: 0;
    height: auto;
    border-radius: 0;
    margin-bottom: 10px;
    border: 0px;
}
.form-left {
    width: 52%;
    padding-right: 15px;
}
.pop-form label.error {
    margin: 5px 0;
    color: #E32636;
}
.arrow-right{
    font-family: monospace;
    font-style: unset;
}
.t-center {
    text-align: center;
}
.title {
    font-size: 23px;
    font-family: 'Fira Mono', monospace;
}
table{
    color: var(--theme-color);
}
.appa-table{
    font-family: 'Fira Mono', monospace;
    font-size: 20px;
    width: 100%;
    background-color: var(--content-bg);
    border-radius: 14px;
    border: 1px solid var(--theme-bg-color);
    padding: 2px 12px 12px 12px;
}
table.appa-table td {
    position: relative;
    padding: 5px 5px 5px 0;
}
.appa-table tbody {
    font-size: 18px;
}
.appa-table thead {
    font-size: 21px;
}
.appa-table tbody small {
    display:block;
}
.appa-table .status-circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.card-portfolio-tags {
    width: 100%;
    position: relative;
}
.card-tag {
    width: 100%;
    max-width: 100px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 2px 4px;
    font-size: 14px;
    font-family: monospace;
    color: #fff;
}
.success-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    color: var(--theme-color);
    top: 0;
    left: 0;
    background: var(--popup-bg);
    z-index: -10;
    opacity: 0;
    transition: 0.2s;
}
.success-msg {
    font-size: 28px;
    font-family: monospace;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: 1s;
    opacity: 0;
}
.success-modal img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 250px;
    bottom: 0;
    right: 0;
    transition: 1s;
    opacity: 0;
}
.success-modal.block {
    z-index: 1;
    opacity: 1;
}
.success-modal.block img{
    opacity: 1;
}
.success-modal.block .success-msg{
    opacity: 1;
}
.sub-form input {
    background: #e9e9e9;
    border: 0px;
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    padding: 10px;
    width: 100%;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    outline: none;
    margin-top: 12px;
}
.light-mode .sub-form input {
    border: 1px solid;
}
.sub-form label {
    font-size: 18px;
}
.sub-form .fio {
    width: 100%;
    margin-right: 30px;
    max-width: 300px;
}
.sub-form .phone {
    width: 100%;
    max-width: 200px;
}
.sub-form .form-flex {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.sub-form .form-footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sub-form .form-footer textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    font-size: 17px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 12px;
    background: #e9e9e9;
}
.error-msg {
    position: absolute;
    opacity: 0;
    padding: 10px;
    color: #ed3a3aed;
    font-family: monospace;
    font-size: 17px;
    background: #32394c;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s all;
}
.error-msg.block {
    position: relative;
    opacity: 1;
}
.light-mode .error-msg {
    color: #ff4040;
    background: #333c54d9;
}
.captcha-block {
    width: 100%;
    margin-left: 30px;
}
.rel {
    position: relative;
}
.captcha-block img {
    position: absolute;
    top: 12px;
    right: 0;
}
.captcha-block a {
    text-align: right;
    width: 100%;
    display: block;
    color: var(--theme-color);
    text-decoration: none;
    margin-top: 5px;
}
.submit {
    text-align: center;
}
.start-text {
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom:30px;
}
.start-text p {
    margin: 0;
}
.usluga {
    width: 100%;
    max-width: 270px;
    margin-right: 30px;
}
.usluga select {
    width: 100%;
    background: #e9e9e9;
    margin-top: 12px;
    border-radius: 8px;
    padding: 10px;
    height: auto;
    min-height: 150px;
}
.usluga option {
    font-size: 17px;
    margin-bottom: 2.5px;
    padding: 5px;
}
.sub-form .form-footer.project {
    margin-bottom: 0;
}
.politic-text {
    font-size: 14px;
    margin-bottom: 30px;
    font-family: monospace;
}
.politic-text a {
    color: #3a6df0;
    text-decoration: none;
    font-weight: 600;
}
.two-tip .app-card__subtext {
    border-bottom: 0px solid var(--border-color);
    padding-bottom: 0;
}
/*custom-end*/

/*loader-start*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e3;
    z-index: 9999;
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: 'Fira Mono', monospace;
    font-size: 38px;
}
.loading-text span:nth-child(1) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0s infinite linear alternate;
    animation: blur-text 0.6s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0.1s infinite linear alternate;
    animation: blur-text 0.6s 0.1s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0.2s infinite linear alternate;
    animation: blur-text 0.6s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0.3s infinite linear alternate;
    animation: blur-text 0.6s 0.3s infinite linear alternate;
}
.loading-text span:nth-child(5) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0.4s infinite linear alternate;
    animation: blur-text 0.6s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(6) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0.5s infinite linear alternate;
    animation: blur-text 0.6s 0.5s infinite linear alternate;
}
.loading-text span:nth-child(7) {
    filter: blur(0px);
    -webkit-animation: blur-text 0.6s 0.6s infinite linear alternate;
    animation: blur-text 0.6s 0.6s infinite linear alternate;
}

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}
/*loader-end*/

/*404-start*/
.glich_background{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--theme-color);
    font-size: 96px;
    font-family: 'Fira Mono', monospace;
    letter-spacing: -7px;
}

.error404{
    animation: glitch 1s linear infinite;
}

@keyframes glitch{
    2%,64%{
        transform: translate(2px,0) skew(0deg);
    }
    4%,60%{
        transform: translate(-2px,0) skew(0deg);
    }
    62%{
        transform: translate(0,0) skew(5deg);
    }
}

.error404:before,
.error404:after{
    content: attr(title);
    position: absolute;
    left: 0;
}

.error404:before{
    animation: glitchTop 1s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
    2%,64%{
        transform: translate(2px,-2px);
    }
    4%,60%{
        transform: translate(-2px,2px);
    }
    62%{
        transform: translate(13px,-1px) skew(-13deg);
    }
}

.error404:after{
    animation: glitchBotom 1.5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
    2%,64%{
        transform: translate(-2px,0);
    }
    4%,60%{
        transform: translate(-2px,0);
    }
    62%{
        transform: translate(-22px,5px) skew(21deg);
    }
}
/*404-end*/

@media screen and (max-width: 480px) {
    body {
        padding: 0.8em;
    }
    .apps-card-portfolio {
        display: block;
    }
    .app-card-portfolio {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
    .card-portfolio-description a {
        margin: 0;
        text-align: center;
    }
}

.info_bottoms a img {
    max-width: 40px;
    transition: 0.3s;
    border-radius: 5px;
    padding: 5px;
}
canvas.draw {
    height: auto !important;
}

.video-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
}

.info_bottoms a {
    margin-right: 10px;
}

.dark-light {
  position: fixed;
  bottom: 50px;
  right: 30px;
  background-color: var(--dropdown-bg);
  box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.dark-light svg {
  width: 24px;
  flex-shrink: 0;
  fill: #ffce45;
  stroke: #ffce45;
  transition: 0.5s;
}

.light-mode .dark-light svg {
  fill: transparent;
  stroke: var(--theme-color);
}
.light-mode .profile-img {
  border: 2px solid var(--theme-bg-color);
}
.light-mode .content-section.minmod ul {
  background-color: var(--theme-bg-color);
}
.light-mode .pop-up__title {
  border-color: var(--theme-color);
}
.light-mode .dropdown.is-active ul {
  background-color: rgba(255, 255, 255, 0.94);
}

body.light-mode:before,
body.light-mode .video-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.45) 100%);
  -webkit-backdrop-filter: saturate(2);
          backdrop-filter: saturate(2);
}
.whitos{
  display: none;
}
.light-mode .darkos{
  display: none;
}
.light-mode .whitos{
  display: block;
}

.app {
  background-color: var(--theme-bg-color);
  max-height: 1460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border-radius: 14px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 15px;
  font-weight: 500;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 58px;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  padding: 0 30px;
  white-space: nowrap;
}

#particle-slider {
    max-width: 45%;
    width: 100%;
}

@media screen and (max-width: 480px) {
  .header {
    padding: 0 16px;
  }
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu a {
  padding: 20px 30px;
  text-decoration: none;
  color: var(--inactive-color);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
@media screen and (max-width: 610px) {
  .header-menu a:not(.main-header-link) {
    display: none;
  }
}
.header-menu a.is-active, .header-menu a:hover {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}

.notify {
  position: relative;
}
.notify:before {
  content: "";
  position: absolute;
  background-color: #3a6df0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 20px;
  top: 16px;
}
@media screen and (max-width: 1055px) {
  .notify {
    display: none;
  }
}

.menu-circle {
    width: 120px;
    margin-right: 90px;
    flex-shrink: 0;
}
.img_logo {
    background-image: url('/custom_images/logo_white.png');
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: 120px;
    background-repeat: no-repeat;
}
.light-mode .img_logo{
    background-image: url('/custom_images/logo_black.png');
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: 120px;
    background-repeat: no-repeat;
}

.search-bar {
  height: 40px;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  border-radius: 4px;
}
.search-bar input.search, .search-field input.search{
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--search-bg);
  border-radius: 4px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px 0 40px;
  box-shadow: 0 0 0 2px rgba(134, 140, 160, 0.02);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 16px 48%;
  color: var(--theme-color);
}

.search-bar input.search::-moz-placeholder, .search-field input.search::-moz-placeholder{
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}
.search-bar input.search:-ms-input-placeholder, .search-field input.search:-ms-input-placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}
.search-bar input.search::placeholder, .search-field input.search::placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}
.search-field input.search {
    height: 40px;
    font-family: monospace;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-field form {
    display: flex;
    margin: 10px 0 15px 0;
}
.search_button {
    background-color: var(--search-bg);
    color: var(--theme-color);
    width: 100%;
    max-width: 97px;
    border: 1px solid var(--border-color);
    font-size: 15px;
    cursor: pointer;
    font-family: monospace;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.header-profile {
  display: flex;
  align-items: center;
  padding: 0 16px 0 40px;
  margin-left: auto;
  flex-shrink: 0;
}
.header-profile svg {
  width: 22px;
  color: #f9fafb;
  flex-shrink: 0;
}

.notification {
  position: relative;
}
.notification-number {
  position: absolute;
  background-color: #3a6df0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: -6px;
  top: -6px;
}
.notification + svg {
  margin-left: 22px;
}
@media screen and (max-width: 945px) {
  .notification + svg {
    display: none;
  }
}

.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--theme-color);
  margin-left: 22px;
}

.wide .header-menu,
.wide .header-profile {
  display: none;
}
.wide .search-bar {
  max-width: 600px;
  margin: auto;
  transition: 0.4s;
  box-shadow: 0 0 0 1px var(--border-color);
  padding-left: 0;
}
.wide .menu-circle {
  margin-right: 0;
}

.wrapper {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

.left-side {
  flex-basis: 240px;
  border-right: 1px solid var(--border-color);
  padding: 26px;
  overflow: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 945px) {
  .left-side {
    display: none;
  }
}

.side-wrapper + .side-wrapper {
  margin-top: 20px;
}

.side-title {
  color: var(--inactive-color);
  margin-bottom: 14px;
  font-weight: 600;
}

.side-menu {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.side-menu a {
  text-decoration: none;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  transition: 0.3s;
}
.side-menu a:hover {
  background-color: var(--hover-menu-bg);
}
.side-menu svg {
  width: 16px;
  margin-right: 8px;
}

.updates {
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 21px;
  height: 20px;
  font-size: 12px;
}

.main-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  height: 58px;
  flex-shrink: 0;
}
.main-header .header-menu {
  margin-left: 150px;
}
@media screen and (max-width: 1055px) {
  .main-header .header-menu {
    margin: auto;
  }
}
.main-header .header-menu a {
  padding: 20px 24px;
}

.main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.menu-link-main {
  text-decoration: none;
  color: var(--theme-color);
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  .menu-link-main {
    display: none;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  color: var(--theme-color);
  padding: 20px 40px;
  height: 100%;
  overflow: auto;
  background-color: var(--theme-bg-color);
}

.pop-up{
  color: var(--theme-color);
}

.content-wrapper-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background-image: url(../img/fake-brick.png), linear-gradient(to top right, #A02E42, #5F47A9);
  border-radius: 14px;
  padding: 20px 40px;
}
.content-wrapper-header-one {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-image: url(../img/fake-brick.png), linear-gradient(to top right, #3a6df0e3, #3af09fe6);
    border-radius: 14px;
    padding: 20px 40px;
}
@media screen and (max-width: 415px) {
  .content-wrapper-header {
    padding: 20px;
  }
}
.content-wrapper.overlay {
  pointer-events: none;
  transition: 0.3s;
  background-color: var(--overlay-bg);
}

.overlay-app {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: all;
  background-color: rgba(36, 39, 59, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay-app.is-active {
  visibility: visible;
  opacity: 1;
}

.img-content {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
}
.img-content svg {
  width: 28px;
  margin-right: 14px;
}

.content-text { 
  margin-top: 16px;
  line-height: 1.8em;
  color: #ebecec;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}


.back-tag {
    background: #000;
    border-radius: 5px;
    padding: 0px 10px;
    white-space: nowrap;
    font-weight: 400;
}

.content-nouna-block p {
    line-height: 1.3em;
}

.light-mode .back-tag {
    background: #fff;
    color: #3e3e3e;
}

.content-nouna-block{
  display: contents;
}

.content-nouna-toggle {
    display: block;
    text-align: right;
    cursor: pointer;
    margin-top: 20px;
}

.content-nouna-toggle svg {
    width: 30px;
    transition: all 0.3s ease 0s;
}

.content-nouna-toggle svg path {
    fill: #fff;
}

.content-wrapper-context {
  max-width: 100%;
  width: 100%;
}

.info_bottoms a img:hover {
    background-color: var(--hover-menu-bg);
}

.content-button {
  background-color: #3a6df0;
  border: none;
  padding: 8px 26px;
  color: #fff;
  border-radius: 20px;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.content-wrapper-img {
  width: 186px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -25px;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 570px) {
  .content-wrapper-img {
    width: 110px;
  }
}

.content-section {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.content-section-title {
    color: var(--content-title-color);
    margin-bottom: 14px;
    font-size: 16px;
    font-family: 'Fira Mono', monospace;
}
.content-section.minmod ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  background-color: var(--content-bg);
  padding-left: 0;
  margin: 0;
  border-radius: 14px;
  border: 1px solid var(--theme-bg-color);
  cursor: pointer;
}
.content-section.minmod ul li {
  list-style: none;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: 0.3s;
}
.content-section.minmod ul li:hover {
  background-color: var(--theme-bg-color);
}
.content-section.minmod ul li:hover:first-child {
  border-radius: 13px 13px 0 0;
}
.content-section.minmod ul li:hover:last-child {
  border-radius: 0 0 13px 13px;
}
.content-section.minmod ul li + li {
  border-top: 1px solid var(--border-color);
}
.content-section.minmod ul svg {
  width: 28px;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}

.products {
  display: flex;
  align-items: center;
  width: 150px;
}

.products img {
    width: 28px;
    border-radius: 6px;
    margin-right: 16px;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .products {
    width: 120px;
  }
}

.status {
  margin-left: auto;
  width: 140px;
  font-size: 15px;
  position: relative;
}

.status-circle {
  width: 6px;
  height: 6px;
  background-color: #396df0;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: -20px;
}
.status-circle.green {
  background-color: #3bf083;
}
.status-circle.red {
  background-color: #f03939;
}
.status-button {
  font-size: 15px;
  margin-top: 0;
  padding: 6px 24px;
}
.apps-card.min-but .status-button {
    font-size: 15px;
    margin-top: 0;
    padding: 6px 16px;
}
.apps-card.min-but .app-card-buttons {
    justify-content: space-around;
    width: 100%;
}
@media screen and (max-width: 390px) {
  .status-button {
    padding: 6px 14px;
  }
}
.status-button.open {
  background: none;
  color: var(--button-inactive);
  border: 1px solid var(--button-inactive);
}
.status-button:not(.open):hover {
  color: #fff;
  border-color: #fff;
}

.content-button:not(.open):hover {
  background: #1e59f1;
}

.menu {
  width: 5px;
  height: 5px;
  background-color: var(--button-inactive);
  border-radius: 50%;
  box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);
  margin: 0 12px;
}

.dropdown {
  position: relative;
  height: 53px;
  width: 40px;
  top: -24px;
  display: flex;
  left: -5px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.minmod .dropdown ul {
  position: absolute;
  background: var(--dropdown-bg);
  height: 110px;
  width: 120px;
  right: 0;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translatey(10px);
  transition: all 0.4s ease;
}
.minmod .dropdown ul li a {
  text-decoration: none;
  color: var(--theme-color);
  font-size: 12px;
}

.minmod .menu .dropdown.is-active ul {
  opacity: 1;
  pointer-events: all;
  transform: translatey(25px);
  z-index: 1;
}
.minmod .menu .dropdown.is-active ul li:hover {
  background-color: var(--dropdown-hover);
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 187px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .button-wrapper {
    width: auto;
  }
}

.pop-up {
  position: absolute;
  padding: 30px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  z-index: 10;
  background-color: var(--popup-bg);
  width: 500px;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  white-space: normal;
}
@media screen and (max-width: 570px) {
  .pop-up {
    width: 100%;
  }
}
.pop-up.visible {
  visibility: visible;
  opacity: 1;
}
.pop-up__title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
    font-size: 20px;
}
.pop-up__subtitle {
  white-space: normal;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.pop-up__subtitle a {
  color: var(--theme-color);
}

.content-button-wrapper .content-button.status-button.open.close {
  width: auto;
}

.content-section .close {
  margin-right: 0;
  width: 24px;
}

.description-text {
    padding: 0 26px;
    border-left: 3px solid var(--theme-color);
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin: 20px 0 40px;
}

.checkbox {
  display: none;
}

.checkbox + label {
  display: flex;
  align-items: center;
}
.checkbox + label:before {
  content: "";
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox:checked + label:before {
  background-color: #3a6df0;
  border-color: #3a6df0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.content-button-wrapper {
  margin-top: auto;
  margin-left: auto;
}
.content-button-wrapper-form {
    margin-top: auto;
    margin-left: auto;
    text-align: right;
}
.content-button-wrapper .open {
  margin-right: 8px;
}

.apps-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.app-card {
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 20px);
  font-size: 16px;
  background-color: var(--content-bg);
  border-radius: 14px;
  border: 1px solid var(--theme-bg-color);
  padding: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}
.app-card:hover {
  transform: scale(1.02);
  background-color: var(--theme-bg-color);
}
.app-card img {
  width: 28px;
  border-radius: 6px;
  margin-right: 12px;
  flex-shrink: 0;
}
.app-card + .app-card {
  margin-left: 20px;
}
.app-card span {
  display: flex;
  align-items: center;
}
.app-card__subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.app-card__subtext__block{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px;
}
.app-card a{
  color: #fff;
  text-decoration: none;
}
.light-mode .app-card a{
  color: var(--theme-color);
  text-decoration: none;
}
.app-card-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 1110px) {
  .app-card {
    width: calc(50% - 20px);
  }
  .app-card:last-child {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.menu-burger{
    display: none;
}
.close-menu{
    display: none;
}
/*custmedia-start*/
@media screen and (max-width: 650px) {
    .app {
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .content-wrapper-header {
        display: block;
    }
    .info_bottoms {
        text-align: center;
        margin-bottom: 20px;
    }
    #particle-slider {
        display:none;
        max-width: 100%;
        min-height: 200px;
    }
    .content-nouna-toggle {
        text-align: center;
        margin-top: 10px;
    }
    .content-section.minmod ul li {
        display: block;
    }
    .status {
        margin-left: 61px;
    }
    body {
        padding: 0px;
        position: fixed;
    }
    body.light-mode {
        padding: 0px;
    }
    .button-wrapper {
        margin-top: 10px;
    }
    .content-section.minmod ul li {
        padding-bottom: 20px;
        position:relative;
    }
    .products {
        margin-left: 45px;
        margin-bottom: 5px;
    }
    .products img {
        width: 33px;
        position: absolute;
        top: 22px;
        margin: 0;
        left: 14px;
    }
    .status-circle {
        top: 7px;
        left: -15px;
    }
    .status-button {
        width: 100%;
        margin-left: 45px;
        padding: 8px 24px;
    }
    .dark-light {
        right: 15px;
        top: 8px;
        bottom: auto;
    }
    .content-wrapper {
        padding: 10px;
        padding-bottom: 100px;
    }
    .minmod .menu.custom .dropdown ul {
        transform: translatey(-80px);
    }
    .minmod .menu.custom .dropdown.is-active ul {
        transform: translatey(-90px);
    }
    .content-section.minmod.mobile{
        display:none;
    }
    .content-wrapper-header-one {
        min-height: 105px;
        padding: 20px;
        font-size: 11px;
    }
    .apps-card.min-but .status-button {
        margin: 0;
        width: 100%;
        max-width: 150px;
        text-align: center;
    }
    .apps-card {
        width: 100%;
    }
    .app-card {
        width: 100%;
        margin-top: 20px;
    }
    .app-card + .app-card {
        margin-left: 0;
    }
    .menu-burger {
        right: 70px;
        position: absolute;
        display: block;
    }
    .menu-burger svg {
        width: 32px;
        height: 32px;
    }
    .header-menu.open {
        display: block;
        position: fixed;
        background: var(--dropdown-bg);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 6;
        padding-top: 50%;
    }
    .header-menu.open a:not(.main-header-link){
        display: block;
    }
    .header-menu.open a.is-active {

    }
    .header-menu.open .menu-link {
        font-size: 22px;
        border: 1px solid;
        margin: 20px 30px;
        border-radius: 50px;
        padding: 10px 20px;
        text-align: center;
    }
    .header-menu.open .close-menu {
        display: block;
        position: absolute;
        top: 13px;
        right: 70px;
    }
    .header-menu.open .close-menu svg{
        width: 32px;
        height: 32px;
    }
}
/*custmedia-end*/

::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-bg);
  border-radius: 10px;
}