.navbar-light .navbar-toggler {
    outline: 0;
    box-shadow: none;
}

.navbar {
    min-height: 56px;
}

.skin-red-dark .card {
    background: #1a1c21;
}

.skin-red-dark .card .btn-link {
    color: #fff;
    text-decoration: none;
}

.skin-red-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
}

.skin-red-dark .navbar-toggler span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, .8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.love i {
    color: #f83738;
    animation: pound .35s infinite alternate;
    -webkit-animation: pound .35s infinite alternate;
}

@-webkit-keyframes pound {
    to {
        transform: scale(1.1)
    }
}


@keyframes pound {
    to {
        transform: scale(1.1)
    }
}

@-webkit-keyframes pulseCreate {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(236, 31, 62, 0.4);
        transform: scale(1.1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(236, 31, 62, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(236, 31, 62, 0);
    }
}

.square-change {
    position: absolute;
    right: 14px;
    width: 70px;
    font-size: 30px;
    height: 70px;
    top: 14px;
    z-index: 99;
    cursor: pointer;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.square-change:after,
.skin-red-dark .square-change:after {
    content: '\f186';
    color: #f83738;
}

.skin-white-light .square-change:after {
    content: '\f185';
    color: #f83738;
}

.opportunities svg {
	color: #26b11d;
    margin-right: 5px;
}

.opportunities .fw-medium {
	color: #c1c0c0;
}

.opportunitiess {
	font-size: 13px;
}

.opportunitiess svg {
	color: #26b11d;
    margin-right: 5px;
}

.opportunitiess .fw-medium {
	color: #c1c0c0;
}

.new-version {
	display: inline-table;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    color: #bec4c9;
    border: 1px solid #393b42;
    height: 25px;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0 0 0;
    transition: all .3s;
}

.new-version:hover {
	color: #bec4c9!important;
	background: #24262c;
	text-decoration: none;
	transition: all .3s;
}

.tippy-box[data-theme~='dark'] {
    background-color: #1c2130;
    color: #aecce4;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
}

.tippy-arrow:before {
    display: none;
}

.img-slide {
    max-width: 100%;
    border-radius: 5px;
}

.description {
	border: 1px solid #393b42;
    padding: 15px;
    border-radius: 10px;
}

.nav-item {
	padding: 10px;
	transition: all .3s;
	border-radius: 10px;
}

.nav-item .nav-link {
	font-size: 15px!important;
}

.nav-item:hover {
    background: #2e3036;
    transition: all .3s;
}

.box-info {
	border-radius: 5px; 
	background: rgba(0,0,0,0.2); 
	height: 400px;
	padding: 30px 40px;
}

.box-infoo {
	border-radius: 5px; 
	background: rgba(0,0,0,0.2); 
	height: 400px;
	padding: 30px 40px;
}

.share,
.share:before,
.share:after,
.share .fabb {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer
}

.share {
    position: fixed;
    z-index: 99;
    bottom: 2%;
    right: 2%;
}

.workTime {
    margin-top: 30px;
    color: var(--darkL) !important;
    font-size: 20px;
}


.share:before,
.share:after {
    content: '';
    will-change: transform
}

.share:before {
    background: url(../img/icons/chat-bubbles.svg) center/28px no-repeat;
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s
}

.share:after {
    background: #ee042c;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: -1;
    -webkit-transition: .39s;
    transition: .39s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.share.active:before {
    background: url(../img/icons/chat-bubbles-white.svg) center/28px no-repeat
}

.share.active:after {
    background: #fff
}

.share .fabb {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation: .3s down forwards;
    animation: .3s down forwards;
    opacity: 0;
    will-change: animation
}

.share .fabb a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.share .fabb:nth-child(2) {
    top: -66px
}

.share .fabb:nth-child(3) {
    top: -132px
}

.share .fab:nth-child(4) {
    top: -200px
}

.share .fabb.telegram {
    background: #08c url(../img/icons/telegram.svg) center/28px no-repeat
}


.share .fabb.vk {
    background: #4C75A3 url(../img/icons/vk.svg) center/28px no-repeat
}

.share .fabb.viber .mobile {
    display: none
}

@media (max-width:767px) {
    .share .fabb.viber .desktop {
        display: none
    }

    .share .fabb.viber .mobile {
        display: block
    }
}

.share .fabb.active {
    -webkit-animation: .48s up forwards;
    animation: 1.2s up forwards
}

.share .fabb.active:nth-child(1) {
    -webkit-animation-delay: .48s;
    animation-delay: .48s
}

.share .fabb.active:nth-child(2) {
    -webkit-animation-delay: .39s;
    animation-delay: .39s
}

.share .fabb.active:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.share .fabb.no {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes up {
    50% {
        -webkit-transform: translateY(-170%);
        transform: translateY(-170%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%)
    }
}

@keyframes up {
    50% {
        -webkit-transform: translateY(-170%);
        transform: translateY(-170%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%)
    }
}

@-webkit-keyframes down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

@keyframes down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

.slick-prev,
.slick-next {
    height: 35px;
}

.counter-downloads {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #393b42;
}

.top_left_info {
    margin-left: 20px;
}

.top_title_counter {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #f22447;
    text-transform: uppercase;
    user-select: none;
}

.top_descp_counter {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--default-text-color);
    font-size: 12px;
    user-select: none;
}

.top_right_info {
    text-align: center;
    margin-right: 14px;
}

.countdown {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    width: 100%;
    font-size: 36px;
}

.countdown-number {
    padding: 10px;
    display: inline-block;
}

.countdown-quantity {
    color: #f22447;
}

.countdown-text {
    display: block;
    margin-top: 0px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--default-text-color);
    opacity: .7;
}

.pt-5, .py-5 {
    padding-top: 0rem !important;
}
.w-100 {
    width: 100% !important;
    border-radius: 5px !important;
    margin-bottom: 19px;
    margin-top: -17px;
}
.description_bottom {
    border: 1px solid #393b42;
    padding: 15px;
    border-radius: 10px;
    font-size: smaller;
    text-align: center;
    font-family: system-ui;
}