﻿/*@font-face {
    font-family: Nunito;
    src: url(../../Lending/fonts/Nunito/Nunito-Regular.ttf);
}*/


    header {
        position: -webkit-sticky;
        position: sticky !important;
        top: 0;
        color:red;
        z-index: 5;
    }


@keyframes ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.navbar-brand img{
    max-width: 170px;
}


main {
    opacity: 0;
    animation: ani 1s forwards;
}


body {
    /*font-family: 'Nunito' !important;*/
    background-color: var(--background-color);
    
}

.dropdown {
    padding: 1rem 0.5rem;
}

    .dropdown a {
        display:block;
        margin: 0.5rem 0 !important;
        text-decoration: none !important;
    }
    
    .dropdown a:hover {       
        text-decoration: underline !important;
    }

.language-dropdown a{
    padding: 1rem 0 !important;
    text-decoration: none !important;
}


/*.nav-item a::after {
    content: '';
    display: block;
    width: 100%;
    background-color: white;
    height: 2px;
    transition: all .3s;
    transform: scale(0);
    font-weight: 500;
}
*/
.nav-item a:hover::after {
    transform: scale(1);
}

.nav-item a {
    display: block;
    text-decoration: none;
    padding: 0.5rem;
    color: #adb0b5;
}

    .nav-item a:hover {
       
        color: #fff;
    }

.nav-item .active {
    color: #fff;
}


    .nav-item .active::after {
        transform: scale(1);
    }




/*buttons*/



.btn-create {
    background-color: orangered;
    font-weight: 400 !important;
    border: solid 1px #dee2e6 !important;
    text-transform: none !important;
    border-radius: 6px !important;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 3px 15px;
    cursor: pointer;
    margin-top:1px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12) !important;
    transition: all .2s;
}


.btn-cust-light-outline {
    color: #a5914f;
    font-weight: bold;
    border: solid 1px #cbbe95;
    text-transform: none !important;
    border-radius: 6px !important;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12) !important;
    transition: all .3s;
}

    .btn-cust-light-outline:hover {
        background-color: #fdfaee;
        box-shadow: 0 0.6rem 0.9rem rgba(0, 0, 0, 0.175);
    }



.btn-cust-light {
    background-color: #a5914f;
    font-weight: 400 !important;
    border: solid 1px #dee2e6 !important;
    text-transform: none !important;
    border-radius: 6px !important;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12) !important;
    transition: all .2s;
}

    .btn-cust-light:hover {
        background-color: #c3ae6a;
        box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12) !important;
        color:white;
    }

.btn-cust-dark {
    background-color: #172873;
    font-weight: 400 !important;
    border: solid 1px #888ea8 !important;
    text-transform: none !important;
    border-radius: 6px !important;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12) !important;
    transition: all .2s;
}

    .btn-cust-dark:hover {
        background-color: #293c93;
        box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12) !important;
    }





.ability-card {
    min-height: 330px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 8px;
    padding: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .ability-card:hover {
        box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.175);
    }

        .ability-card:hover img {
            -webkit-transition: all 0.2s ease;
            transition: all 0.3s ease;
            transform: scale(1.2);
        }

    .ability-card img {
        -webkit-transition: all 0.2s ease;
        transition: all 0.4s ease;
        transform: scale(1);
    }





.tariff-desc {    
    
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    
    padding: 25px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align:center;
}

    .tariff-desc:hover {
        box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.175);
    }

    .tariff p {
       display:block;
       font-size:18px;
    }


#home{
    padding-top: 40px;
    padding-bottom: 40px!important;
}

.tariff-card {
    min-height: 330px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    gap: 8px;
    padding: 0px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
}

    .tariff-card:hover {
        box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.175);
    }


.tariff-vip {
    border: 2px solid #e1a22b;
}

.tariff-head {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f5f5f5;
    padding: 5px;
}

.tariff-vip-head {
    border-bottom: 1px solid #e1a22b;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ffecc8;
    padding: 5px;
}


.container-cust {
    margin: 0px auto 80px !important;
    padding-bottom: 20px !important;
   
}



.accordion-header {
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}

.accordion-body {
    transition: all 0.2s ease;
    transform: scale(1);
    opacity: 1;
    font-size: 1.15rem;
    text-align: left;
}

.accordion-button {
    border-color: darkgray !important;
    border: none !important;
    font-weight: bold !important;
    font-size: 1.25rem;
}

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff !important;
    }

.accordion-collapse:not(.show) > .accordion-body {
    opacity:0;
    transform: scale(.9);
}

.accordion-item{
    border: none;
}


footer {
    background-color: #081344;
    color:white;
}

    footer a {
        transition: all 0.2s ease;
        color: #818181;
        font-size: 14px;
        text-decoration: none;
        line-height: 3pt;
    }
    

        footer a:hover {
            color: #c3ae6a;            
        }

    footer ul {
       list-style-type: none;
       padding:0;
    }

    footer ul li{
       
       padding-top:10px;
    }


    /*--------------------------------------*/

.carousel-item{
    position:relative;
}
.carousel-item .card-body{
    height: 55%;
    text-align: center;
}

    .carousel-item .card-head {
        padding-top:40px;
        gap: 10px;
        height: 45%;
        display:flex;
        flex-direction:column;
        
        justify-content: center;
        
    }

.card-head img {
    display: block;
    width: 200px;
    margin: 0 ;
    
    
}


.card-lable {
    padding: 0 10px;    
    color: orangered;
    font-size: 15px;
    font-weight:normal;margin-bottom: -5px;
}

.carousel-inner {
    padding: 1em;
}

.card {
    height: 550px;
    width: 350px;
    background-color: #F4F4F4;
    transition: all 0.3s ease;
    margin: 0 0.5em;
    border: solid 1px #F4F4F4;
}

    .card:hover {
        box-shadow: var(--box-shadow-sm);
        border: solid 1px #dee2e6;
    }

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*блог*/
.single-blog-post  img{
    width:100%;
}

.single-blog-post{
    margin: 0px 0 40px 0;
    padding-bottom:20px;
}

.nav-blog{
    display:flex;
    flex-wrap:wrap;
    gap: 5px;
    justify-content:space-between;
    margin: 20px 0;
}
    /*.nav-blog a {
        border: 1px solid #192d85;
        background-color: #192d85;
        display: block;
        padding: 3px 18px;
        text-decoration: none;
        color:white;
    }*/

.blog-nav-disabled {
    border: 1px solid gray !important;
    background-color: lightgray !important;
    cursor:initial;
}

ul {
    list-style-type: none;
    padding: 0;
}

.single-blog-post ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #797979;
}

    .single-blog-post ul li a {
        color: #e16389;
        /*color: #797979;*/
        text-decoration: none;
    }


.blog-content a {
    text-decoration: none;
    font-weight: bold;
    color: #081344;
}

.blog-meta{
    margin-bottom: -10px;
}

.blog-content {
    color: #797979;
}


/* widget */
.last-news {
    background-color: #f5f6fe;
    margin: 20px 0;
    padding: 40px 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.widget li{
    display:flex;
    flex-direction:row;
    align-content:center;
    gap: 10px;
    margin: 25px 0;
}

.widget li a {
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    color: #081344;
}

.widget li h5{
    margin:0;
}

.rc-post-thumb{
    align-content:center;
}


/* pagination */

.pagination-wrap{
    display: flex;
    justify-content: end;
    margin: 40px 0;
}

.pagination-wrap ul {
    list-style-type: none;
    padding: 0;
    
}

    .pagination-wrap ul li {
        display: inline;
        padding: 8px 0px;
        margin: 5px;
        border: 1px solid #dee2e6;
        border-radius:4px
       
    }

        .pagination-wrap ul li.active {
            border: 1px solid #192d85;
            background-color: #192d85;
        }

        .pagination-wrap ul li.active a{
          
            color: white;
        }

            .pagination-wrap ul li a {
                color: #192d85;
            }

    .pagination-wrap ul a {
        text-decoration: none;
        padding: 8px 20px;
    }

    .pagination-wrap ul li span {
        
        padding: 8px 20px;
    }
/* blog-item*/

blockquote {
    
    background: #f7fafd;
    font-size: 18px;
    font-style: italic;
    color: #30323d;
    line-height: 1.8;
    padding: 20px;
    border-left: 3px solid #fb4f53;
    margin: 20px 0 ;
}

.breadcrumb-item.active {
    color: var(--main-accent);
}

.breadcrumb-item a{
    /*color: #192d85;
    text-decoration: none;*/
}


.breadcrumb li{
    display: inline;
}

.breadcrumb ol {
    list-style-type: none;
}

#SearchText {
    background-color: white !important;
}

#search-block {
    display: flex;
    align-content:center;
    position: absolute;
    top:12px;
    gap: 8px;
    min-width: 320px;
    transition: all 0.2s;
    transform: scale(0);
}

@media (min-width: 992px){
    #search-block{
        right: 80px;
    }
}
@media (max-width: 992px) {
    #search-block {
        left: 50px;
    }
}

.block{
    display:block;
}

.search-container a {
    text-decoration: none;
    
    font-weight:bold;
}


/*  footer  */

.footer-block{
    padding-left: 20px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .footer-slim-block {
        padding-left: 7rem;
        
    }


    .nav-item a::after {
        content: '';
        display: block;
        width: 100%;
        background-color: white;
        height: 2px;
        transition: all .3s;
        transform: scale(0);
        font-weight: 500;
    }
}

.footer-block img{
    max-width: 180px;
}

/* exchanges */

#exchanges{
  
}

#exchanges a {
    color: var(--text-black-color);
    font-weight: bold;
}
/*
.exchange-block-disabled {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 190px;
    height: 190px;
    border-radius: 10px;
    background-color: #6d6d72;
    padding: 30px;
    margin: 10px;
    cursor: initial;
}

.exchange-block {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 190px;
    height: 190px;
    border-radius: 10px;
    background-color: #343437;
    padding: 30px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.2s ease;
    transform: scale(1);
    margin: 10px;
    cursor: pointer;
}

    .exchange-block img {
        -webkit-transition: all 0.35s ease;
        transition: all 0.2s ease;
        transform: scale(1);
    }

    .exchange-block a {
        text-decoration: none;
    }

    .exchange-block:hover {
        background-color: #404043;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }

        .exchange-block:hover img {
            transform: scale(1.1);
        }
*/

.form-text{
    color:darkgray !important;
}


.breadcrumb-wrap{
    margin-bottom: 30px;
    padding-left: 15px;
}

/*video*/
.video-bg img {
    width: 100%;
}

.s-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 140px;
    width: 140px;
    text-align: center;
    line-height: 140px;
    background: #fff;
    color: #e26586;
    font-size: 30px;
    border-radius: 50%;
    z-index: 1;
}

    .s-video::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 150px;
        width: 150px;
        background: #fff;
        z-index: -1;
        border-radius: 50%;
        transform: translate(-50%,-50%);
        animation: pulse-border 3000ms ease-out infinite;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.s-video:hover {
    color: #e26586;
}

.video-bg-shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/shape/video_shape.png);
    width: 1893px;
    height: 1141px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-video-bg img {
    width: 100%;
}

.s-video-bg .s-video {
    height: 90px;
    width: 90px;
    font-size: 24px;
    line-height: 90px;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(246,45,83) 0%, rgb(255,95,63) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(246,45,83) 0%, rgb(255,95,63) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(246,45,83) 0%, rgb(255,95,63) 100%);
    box-shadow: 0px 36px 35px 0px rgba(0, 0, 0, 0.24);
}

    .s-video-bg .s-video::before {
        height: 100px;
        width: 100px;
        background-image: -moz-linear-gradient( 0deg, rgb(246,45,83) 0%, rgb(255,95,63) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(246,45,83) 0%, rgb(255,95,63) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(246,45,83) 0%, rgb(255,95,63) 100%);
    }

.s-video-area {
    margin-bottom: -431px;
}

.t-video-area {
    margin-bottom: -540px;
}

    .t-video-area .third-video {
        background: #5fcf8e;
        background-image: unset;
    }

        .t-video-area .third-video::before {
            background: #5fcf8e;
            background-image: unset;
        }

.six-video-area .third-video {
    background: #ff8b13;
    background-image: unset;
}

    .six-video-area .third-video::before {
        background: #ff8b13;
        background-image: unset;
    }

.six-video-area {
    margin-bottom: -370px;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

.top-button {
    display: none;
    background-color: var(--main-accent);
    padding: 5px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

