/*
 Theme Name:   Prod.by Лазарев theme.
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://lazarewww.ru
 Template:     bootscore-main
 Version:      10.1
 Text Domain:  bootscore
*/

/*
All style editing is done via css/scss/_bscore_custom.scss
*/

:root {
    --bs-body-line-height: 1.2;
    --bs-primary-light: #2B4987;
    --bs-primary-dark: #0E172B;

    --bs-secondary-light: #ABB5BE;
    --bs-secondary-dark: #54595E;
}

.text-primary-light {
    --bs-text-opacity: 1;
    color: var(--bs-primary-light) !important;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

@media (min-width: 768px) {
    .order-md-6 {
        order: 6 !important;
    }
    
    .order-md-7 {
        order: 7 !important;
    }
}

/* ХЕДЕР */
.dropdown-item.active {
    color: #212529;
    background-color: transparent;
}

.dropdown-item.active:hover {
    color: #fff;
    background-color: var(--bs-primary);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link {
    color: var(--bs-body-color);
}

/* Bootstrap */

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

.rounded-top {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.rounded-start {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important;
}

.rounded-end {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.rounded-mini {
    border-radius: 0.25rem !important;
}

.rounded {
    border-radius: .5rem !important;
}

.modal-content {
    border-radius: .5rem !important;
}

.modal-title {
    line-height: 1.2 !important;
}

.container-fluid-1920-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1921px) {
    .container-fluid-1920-xxl {
        max-width: 1320px;
    }
}

.btn,
button.rounded {
    border-radius: .25rem !important;
}


.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn_dec span {}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn_dec span {
    color: #fff !important;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: .5rem !important;
}

.rotate {
    transform: rotateZ(315deg);
}

.accordion-item {
    background-color: transparent;
}

/* Текст */
.text-justified {
    text-align: justify;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "SF UI Display" !important;
    font-weight: 900;
}

.display-1 {
    font-size: calc(1.325rem + 3vw);
}

@media (min-width: 420px) {
    .display-1 {
        font-size: calc(1.625rem + 4.5vw);
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.offer_link a {
    color: var(--bs-secondary) !important;
    opacity: 1 !important;
}

/* Цветовая схема */

body {
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    background: var(--bs-body-bg);
    line-height: var(--bs-body-line-height) !important;
}

.bg_paints {
    display: block;
    position: relative;
}

.bg_deco {
    background-color: #ffffff3b;
    border: 5px dashed var(--bs-light);
}

.dark-theme .bg_deco {
    background-color: #00000070;
    border: 5px dashed var(--bs-light);
}

.dark-theme .logo {
    filter: none;
}

.dark-theme .link-dark {
    color: var(--bs-light) !important;
}

.cookie_bg {
    background: var(--bs-light);
}

.dark-theme .cookie_bg {
    background: #171922c9;
}

.dark-theme .card {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.dark-theme .bg-opacity-dark {
    background: #00000070;
}

.bg-trans-dark,
.bg-opacity-dark {
    background-color: #0000000a;
}

.dark-theme .form-control,
.dark-theme .form-select {
    color: var(--bs-light);
    background-color: #0000002b;
    border-color: #0000002b;
}

.dark-theme .dark-img-inverse {
    filter: brightness(100);
}

.dark-theme .link-dark {
    color: var(--bs-light) !important;
}

@media (max-width: 768px) {

    .dark-theme .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: var(--bscore-shop-table-responsive,
                var(--bs-gray-dark));
    }
}

/* Типографика */

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

.lead {
    font-weight: 500;
}

/* Заголовки */

.with_decor {
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: 600 !important;
}

.with_decor::after {
    content: "";
    left: 2%;
    top: calc(100% - 2px);
    position: absolute;
    width: 38px;
    height: 2px;
    background: var(--bs-secondary);
}

.with_decor_start::after {
    left: 0;
    width: 70px;
    background: var(--bs-primary);
}

.with_decor_center::after {
    left: calc(50% - 35px);
    width: 70px;
    background: var(--bs-primary);
}

.with_decor_footer::after {
    left: 0;
    width: 100%;
    height: 1px !important;
    background: #00000033 !important;
}

.with_decor_center_mini::after {
    left: calc(50% - 19px);
    width: 38px;
    background: var(--bs-primary);
}

.with_decor_center_mini::after {
    left: calc(50% - 19px);
    width: 38px;
    background: var(--bs-primary);
}

.decor-h-global {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.decor-h-global::before {
    content: '';
    height: 2.25rem;
    width: .5rem;
    background: var(--bs-primary-light);
    margin-right: .5rem;
}

/* Формы */

.form-control,
.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.dark-mode-switch .form-control,
.form-check-input[type="checkbox"] {
    border-radius: 2rem;
}

.form-control,
.form-select,
.form-check-input {
    background-color: #ffffff7a;
}

.alert.alert-danger,
.alert-danger.must-log-in,
.alert-danger.no-comments,
.alert.alert-warning,
.alert-warning.must-log-in,
.alert-warning.no-comments,
.alert.alert-info,
.alert-info.must-log-in,
.must-log-in,
.must-log-in.no-comments,
.alert-info.no-comments,
.no-comments.must-log-in,
.no-comments,
.alert.must-log-in,
.alert.no-comments,
.alert.alert-success,
.alert-success.must-log-in,
.alert-success.no-comments {
    padding-left: 3.25rem;
    border-radius: .5rem !important;
    margin-top: 1.25rem !important;
}

/* Parallax Effect */

.damn_magneto_xl,
.damn_magneto {
    transition: 0.1s;
}

.focking_scaling {
    transform: scale(0.95);
    transition: 0.5s;
}

.focking_scaling:hover {
    transform: scale(1);
    transition: 0.5s;
}

.focking_scaling_reverse {
    transform: scale(1);
    transition: 0.5s;
}

.focking_scaling_reverse:hover {
    transform: scale(0.95);
    transition: 0.5s;
}

.focking_scaling_bg_light {
    transform: scale(0.95);
    transition: 0.5s;
    background: transparent;
}

.focking_scaling_bg_light:hover {
    transform: scale(1);
    transition: 0.5s;
    background: radial-gradient(circle,
            rgba(var(--bs-light-rgb)) 0%,
            rgba(9, 9, 121, 0) 60%);
}

/* Хедер */

.site_name {
    background: var(--bs-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000012;
}

.site_name_front {
    background: var(--bs-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000012;
}

.site-header {
    min-height: 4rem;
}

.header_bg {
    position: relative;
    background: #ffffffea;
}

.transparent_trigger {
    position: relative;
    background: #fff;
}

.dark-theme .header_bg {
    background: #0000001f;
}

.header_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bs-body-bg);
    opacity: 0.7;
    transition: 1s;
    z-index: -1;
}

.dark-theme .header_bg:before {
    background: var(--bs-gray-dark);
    transition: 0.3s;
}

#nav-main,
.header_bg {
    transition: 0.3s;
}

.logo_desc {
    font-size: 0.7em;
}

.logo_name {
    font-size: 1rem !important;
}

/* .header_logo img {
	max-width: 40px;
}

@media (min-width: 576px) {
	.header_logo img {
		max-width: 50px;
	}

	.logo_name {
		font-size: 1.25rem !important;
	}
} */

#head_main,
#masthead {
    min-height: 68px;
    height: 9vh;
}

#head_main #nav-main {
    height: 100%;
}

.menu-item {
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}

.logo-small {
    display: none;
}

@media (max-width: 575.98px) {
    .logo-large {
        display: none;
    }

    .logo-small {
        display: block;
    }
}

/* Футер */

.to_lazarev {
    width: max-content;
    margin: 0 auto;
}

.footer-buttons {
    bottom: 0;
    z-index: 1020;
}

.top-button {
    left: 0.75rem;
    bottom: 30px;
    width: fit-content;
}

.choose-flat {
    right: 0.75rem;
    bottom: 30px;
}

.wa_button {
    right: 0.75rem;
    bottom: 30px;
    position: relative;
}

.wa_button a span {
    right: 0;
    bottom: 0;
    padding: 0.375rem 75% 0.375rem 0.75rem;
    line-height: 1.5;
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-bottom-right-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
    border: 1px solid transparent;
    display: block;
    width: max-content;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background: var(--bs-light);
    z-index: -1;
    max-width: 80vw;
}

.wa_button a:hover>span {
    visibility: visible;
    right: 0;
    opacity: 1;
}

@media (min-width: 491px) {
    .wa_button a:hover>span {
        right: 50%;
    }
}

/* Видео */

/* КНОПКА Play */

.video-block-trigger {
    cursor: pointer;
}

.video-block-trigger .play-button {
    height: 7rem;
    width: 7rem;
    display: block;
    position: absolute;
    top: calc(50% - 3.5rem);
    left: calc(50% - 3.5rem);
    transition: 0.5s;
    cursor: pointer;
}

.video-block-trigger .play-button .triangle-container {
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
}

.video-block-trigger .play-button .triangle,
.video-block-trigger .play-button .triangle:before,
.video-block-trigger .play-button .triangle:after {
    display: block;
    width: 2em;
    height: 2em;
    position: relative;
    background: var(--bs-white);
    transition: 0.5s;
    border-top-right-radius: 30%;
}

.video-block-trigger .play-button .triangle:before,
.video-block-trigger .play-button .triangle:after {
    content: "";
    position: absolute;
    margin: 0;
}

.video-block-trigger .play-button .triangle {
    transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
}

.video-block-trigger .play-button .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.video-block-trigger .play-button .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.video-block-trigger:hover .play-button {
    background: #fffffff0;
    transition: 0.5s;
    transform: scale(1.2);
}

.video-block-trigger:hover .play-button .triangle,
.video-block-trigger:hover .play-button .triangle:before,
.video-block-trigger:hover .play-button .triangle:after {
    background: var(--bs-primary);
    transition: 0.5s;
}

.vp-center #player {
    height: auto !important;
}

/* OWL SLIDER */

.owl-carousel {
    z-index: 0 !important;
}

.zaebatie_owl_slider_dots .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--bs-dark);
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    transition: 0.2s;
}

.dark-theme .zaebatie_owl_slider_dots .owl-dots .owl-dot span {
    background: var(--bs-light);
}

.zaebatie_owl_slider_dots .owl-dots .active span,
.zaebatie_owl_slider_dots .owl-dots .owl-dot span:hover {
    opacity: 1;
}

.zaebatie_owl_slider_dots .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.zaebatie_owl_slider_dots .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.zaebataya_owl_slider_nav {
    position: relative;
}

.zaebataya_owl_slider_nav button.disabled,
.zaebataya_owl_slider_nav button.disabled:hover {
    opacity: 0.4;
}

.zaebatie_owl_slider_nav_inside .owl-nav {
    width: 100% !important;
    z-index: 1;
    left: 0;
}

.zaebatie_owl_slider_nav_inside .owl-nav .arrow-left-3 path,
.zaebatie_owl_slider_nav_inside .arrow-right-3 path,
.zaebatie_owl_slider_nav_inside .owl-nav .arrow-top-3 path,
.zaebatie_owl_slider_nav_inside .arrow-bottom-3 path {
    fill: var(--bs-dark) !important;
}

.dark-theme .zaebatie_owl_slider_nav_inside .owl-nav .arrow-left-3 path,
.dark-theme .zaebatie_owl_slider_nav_inside .arrow-right-3 path,
.dark-theme .zaebatie_owl_slider_nav_inside .owl-nav .arrow-top-3 path,
.dark-theme .zaebatie_owl_slider_nav_inside .arrow-bottom-3 path {
    fill: var(--bs-white) !important;
}

.owl-carousel {
    overflow-x: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 576px) {
    .owl-carousel {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.owl-stage {
    width: max-content !important;
}

.owl-carousel .owl-stage-outer {
    z-index: 2;
}

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: calc(50% - 1.5rem);
    height: 3rem;
    right: 0;
    font-size: 2rem;
    z-index: 1;
}

@media (min-width: 576px) {
    .owl-nav {
        position: absolute;
        width: 100%;
        display: flex;
        /* justify-content: end; */
        top: calc(50% - 1.5rem);
        height: 3rem;
        /* right: 15%; */
        font-size: 2rem;
        z-index: 1;
    }
}

.arrow-left-3,
.arrow-right-3,
.arrow-top-3,
.arrow-bottom-3 {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.arrow-left-3 path,
.arrow-right-3 path,
.arrow-top-3 path,
.arrow-bottom-3 path {
    fill: var(--bs-dark);
    opacity: 0.65;
    transition: 0.2s;
}

@media (min-width: 576px) {

    .arrow-left-3 path,
    .arrow-right-3 path,
    .arrow-top-3 path,
    .arrow-bottom-3 path {
        fill: var(--bs-white);
        opacity: 0.65;
        transition: 0.2s;
    }
}

.arrow-left-3 {
    transform: rotate(180deg);
}

.arrow-top-3 {
    transform: rotate(270deg);
}

.arrow-bottom-3 {
    transform: rotate(90deg);
}

.slick-disabled .arrow-left-3 path,
.slick-disabled .arrow-right-3 path,
.slick-disabled .arrow-top-3 path,
.slick-disabled .arrow-bottom-3 path {
    opacity: 0.25 !important;
    cursor: not-allowed;
}

.owl-nav .disabled,
.owl-nav .disabled .arrow-left-3,
.owl-nav .disabled .arrow-right-3,
.owl-nav .disabled .arrow-top-3,
.owl-nav .disabled .arrow-bottom-3 .slick-disabled,
.slick-disabled .arrow-left-3,
.slick-disabled .arrow-right-3,
.slick-disabled .arrow-top-3,
.slick-disabled .arrow-bottom-3 {
    cursor: not-allowed;
}

.arrow-left-3:hover path,
.arrow-right-3:hover path,
.arrow-top-3:hover path,
.arrow-bottom-3:hover path {
    opacity: 1;
}

.dark-theme .arrow-left-3 path,
.dark-theme .arrow-right-3 path,
.dark-theme .arrow-top-3 path,
.dark-theme .arrow-bottom-3 path {
    fill: var(--bs-white);
}

/* Страница архивов */

.archive_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.archive_post {
    position: relative;
    z-index: 1;
}

.archive_post img {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important;
}

/* Заголовки */

/* Инстайты на главной */

.main_products .price {
    font-size: 1.4rem;
}

.insight_img {
    top: 6rem;
}

.logged-in.admin-bar .insight_img {
    top: 8rem;
}

.main_products .woocommerce-Price-amount {
    color: var(--bscore-wc-price-sale, var(--bs-danger));
}

.main_products del .woocommerce-Price-amount {
    color: var(--bs-dark);
}

.dark-theme .main_products del .woocommerce-Price-amount {
    color: var(--bs-light);
}

ul.filter-buttons {
    list-style: none;
    display: block;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

@media (min-width: 576px) {
    ul.filter-buttons {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    ul.filter-buttons {
        display: inline-flex;
    }
}

.main_products .badge {
    position: static;
    border-radius: 0;
    display: inline-block;
    line-height: 1.2;
    vertical-align: bottom;
}

.main_products h2 {
    display: inline;
}

.resize_trigger p {
    line-height: 1.81;
}

.resize_attempt p {
    line-height: 1.5;
}

.front-page-products-title h2 {
    font-family: "SF UI Display" !important;
    font-weight: 900;
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
    color: var(--bs-primary);
    position: relative;
    display: block;
}

@media (min-width: 1200px) {
    .front-page-products-title h2 {
        font-size: 3rem;
    }
}

.decored-h {
    position: relative;
    display: block;
}

.front-page-products-title h2:before,
.decored-h:before {
    display: block;
    width: 25%;
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--bs-primary);
    top: 50%;
    right: 102%;
}

.front-page-products-title h2:after,
.decored-h:after {
    display: block;
    width: 25%;
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--bs-primary);
    top: 50%;
    left: 102%;
}

/* WooCommerce */

/* WooCommerce */

.single_add_to_cart_button {
    display: none;
}

.awooc-col {
    align-self: center !important;
}

@media (min-width: 576px) {
    .woocommerce div.product .woocommerce-loop-product__title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(5rem + 0.9vw);
    }
}

@media (min-width: 1200px) {
    .woocommerce div.product .woocommerce-loop-product__title {
        height: 5.2rem;
    }
}

.woocommerce-product-gallery__image {
    border-radius: .5rem !important;
}

.woocommerce img.card-img-top {
    max-width: 65% !important;
    margin-top: 1rem !important;
    border-radius: 3.25rem !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.product-template-default .summary .woocommerce-Price-amount {
    color: var(--bscore-wc-price-sale, var(--bs-danger));
}

.product-template-default .summary del .woocommerce-Price-amount {
    color: var(--bs-dark);
}

.dark-theme .product-template-default .summary del .woocommerce-Price-amount {
    color: var(--bs-light);
}

.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce_summary_sticky {
    top: 6rem;
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .flex-viewport {
    border-radius: .5rem;
}

.woo_awooc_button_disable .add_to_cart_button {
    display: none;
}

/* Скроллинг */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    background: #0000002e;
    opacity: 0.8;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

::-webkit-scrollbar-track {
    background: #131b221a;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}

body.dark-theme::-webkit-scrollbar-track {
    background: #131b224f;
}

/* .logged-in * {
	border: 1px solid red;
} */

.tochka {
    content: " ";
    width: 4px;
    height: 4px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    margin-top: 3px;
}

.footer-container {
    max-width: 300px;
}

.bootscore-footer .menu-item {
    font-weight: 400 !important;
}

.hidden-digits {
    display: inline;
    visibility: hidden;
}

.navbar-brand {
    max-width: 50px;
}

@media (min-width: 576px) {
    .navbar-brand {
        max-width: 140px;
    }
}

@media (min-width: 991px) {
    .navbar-brand {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        max-width: 140px;
    }
}




#hero_slider_div .carousel-indicators,
#hero_slider_div .carousel-control-prev,
#hero_slider_div .carousel-control-next {
    display: none !important;
}

@media (min-width: 783px) {

    .translated-ltr .fixed-top,
    .translated-ltr .offcanvas:not(.offcanvas-bottom),
    .translated-ltr .modal-dialog {
        top: 32px;
    }
}

/* Портфолио сайтов */

.showcase_bp_image {
    transition: background-position 15s linear;
    margin: 0 auto;
}

.showcase_bp_image:hover {
    background-position: 0% 100%;
}

.showcase_bp_image_iphone {
    background-position: 0% 0%;
    background-size: cover;
    height: 346px;
    width: 195px;
    padding: 40px;
    position: absolute;
    top: 53px;
    left: 13px;
}

.iphone_bg {
    background: url("https://ws.lazarewww.ru/wp-content/uploads/2021/12/iphone_bg.png") 0% 0% / cover;
    width: 221px;
    height: 450px;
    position: relative;
    margin: 0 auto;
}

.iphone_bg .fa-long-arrow-alt-up {
    position: absolute;
    top: 46%;
    left: -22px;
}

.iphone_bg .fa-long-arrow-alt-down {
    position: absolute;
    top: 46%;
    right: -22px;
}

.imac_bg {
    margin: 0 auto;
    position: relative;
}

.showcase_bp_image_imac {
    transition: background-position 20s linear;
    background-position: 0% 0%;
    background-size: cover;
    position: absolute;
    top: 4.4%;
    width: 74.5%;
    height: 74.5%;
    left: 12.7%;
}

.fake_showcase .fa-long-arrow-alt-up {
    position: absolute;
    top: 40%;
    left: 6.5%;
}

.fake_showcase .fa-long-arrow-alt-down {
    position: absolute;
    top: 40%;
    right: 6.5%;
}

.fake_showcase {
    position: relative;
}

@media (max-width: 425px) {
    .fake_showcase {
        transform: scale(1.45);
        margin: 50px 0;
    }

    .fake_showcase .fa-long-arrow-alt-down {
        right: 15.5%;
        color: #fff;
        text-shadow: 0px 0px 2px #747474;
        z-index: 2;
    }

    .fake_showcase .fa-long-arrow-alt-up {
        left: 15.5%;
        color: #fff;
        text-shadow: 0px 0px 2px #747474;
        z-index: 2;
    }
}

.page-link,
.page-link:hover {
    background-color: transparent;
    border: 0;
    font-weight: 600;
}

.dark-theme .page-link,
.dark-theme .page-link:hover {
    background-color: transparent;
}

.bottom_nav {
    max-width: 350px;
    position: relative;
}

.bottom_nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 2px dashed var(--bs-primary);
    border-right: 2px dashed var(--bs-primary);
    opacity: 0.5;
}

.rounded-img img {
    border-radius: .5rem;
}

.btn-primary {
    color: #fff !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.footer-widget-1 .widget-title {
    color: var(--bs-dark) !important;
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}

.footer-widget-1 a {
    color: var(--bs-dark) !important;
    margin-bottom: 5px !important;
    text-decoration: none !important;
}

.footer-widget-2 .widget-title {
    color: var(--bs-dark) !important;
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}

.footer-widget-2 a {
    color: var(--bs-dark) !important;
    margin-bottom: 5px !important;
    text-decoration: none !important;
}

.footer-widget-3 ul {
    display: flex;
    justify-content: space-between;
}

.rounded-100 {
    border-radius: 100px !important;
}

.row-bg-img {
    background: transparent url(img/team-bg.svg) no-repeat center;
    background-size: contain;
}

.color-neon {
    color: #434242 !important;
}

.color-apatiya {
    color: var(--bs-body-color) !important;
}

.padd-div {
    padding: 100px 0;
}

.premium_btn_decor {
    position: relative;
}

.premium_btn_decor:before,
.premium_btn_decor:after {
    border-radius: .5rem !important;
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: linear-gradient(45deg,
            var(--bs-dark),
            #2c8abb,
            #236d94,
            #f3fbfc,
            var(--bs-dark),
            var(--bs-dark),
            #2c8abb,
            #236d94,
            #f3fbfc,
            var(--bs-dark));
    background-size: 400%;
    opacity: 0.4;
    z-index: -1;
    animation: premiumbtnanimate 20s linear infinite;
}

@keyframes premiumbtnanimate {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* Правки от 15.09.24 */

body {
    line-height: 1.2;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}