@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Poppins-Light";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Medium";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Bold";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype");
}
:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

body {
    font-family: "Poppins";
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0em;
    color: #212121;

}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    aspect-ratio: 1 / 1;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: #F5F5F5;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: #143CDA;
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid #F6CE08;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-radius: 2px;
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}

.custom-checkbox a {
    color: #143CDA;
    text-decoration: underline !important;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4 {
    font-family: "Poppins-Medium";
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #202D46;
}

.static-content {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: left;   
    color: #6C6C6C;
}

.static-content a {
    color: #803688;
    font-family: "Poppins";
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;    
}

.static-content b, strong {
    color: #3B3B3B;
    font-family: "Poppins-Medium";
    font-weight: 500;
}

.static-content blockquote {
    font-family: "Poppins-Light";
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    padding-left: 2em;
}


.static-content img {
    max-width: 100%;
}

/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}

.top-white-menu-fluid {
    background-color: #F3F3F3;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: ease-in-out .2s;
}

.top-white-menu-fluid .row {
    min-height: 64px;
    align-items: center;
}

.top-white-menu-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-contact-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-btn {
    margin-left: 25px;
    border: 1px solid #803688;
    border-radius: 30px;
    height: 32px;
    width: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #803688;
    font-size: 10px;
    font-family: "Poppins-Medium";
    line-height: 15px;
    letter-spacing: 0.02em;
}

.contact-btn:hover {
    color: #803688;
    border: 1px solid #803688;
    background-color:#8036880D;
}

.contact-btn:hover svg path {
    stroke: #803688;
}

.contact-btn:focus {
    color: #803688;
    border: 1px solid #803688;
    background-color: #ECE1ED;
    
}

.contact-btn:focus svg path {
    stroke: #803688;
}


.contact-btn svg {
    margin-left: 5px;
}

.menu-blue-fluid {
    background-color: #202D46;
    border-bottom: 2px solid #F9B235;
}

.menu-blue-fluid > .container > .row {
    min-height: 64px;
    align-items: center;
}

.top-banner-fluid {
    padding-top: 2em;
    padding-bottom: 2em;
}

.big-banner img {
    height: 456px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.big-banner,
.small-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}

.big-banner::after,
.small-banner::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, #000000 102%);
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0px; right: 0px; top: 0px; bottom: 0px;
}


.small-banner:first-of-type {
    margin-bottom: 15px;
}

.small-banner img {
    height: 220.5px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.banner-content-part {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0px 30px;
    z-index: 1000;
}

.category-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.one-category-btn {
    background-color: #EFEFEF;
    border-radius: 3px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0px 10px;
    color: #202D46;
    font-family: "Poppins-Bold";
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-right: 10px;
}

.one-category-btn:hover {
    background-color: #F8F8F8;
}

.one-category-btn:focus {
    background-color: #E7E7E7;
}

.blog-big-title {
    color: #F3F3F3;
    font-family: "Poppins-Medium";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    width: fit-content;
}

.blog-big-title:focus,
.blog-big-title:hover {
    color: #ECE1ED;
}

.content-part .blog-big-title:hover {
    color: #B76BBF;
}

.content-part .blog-big-title:focus {
    color: #B76BBF;
}

.one-splide-blog .blog-big-title:hover {
    color: #B76BBF;
}

.one-splide-blog .blog-big-title:focus {
    color: #B76BBF;
}

.small-banner .blog-big-title {
    margin-bottom: 0px;
}

.blog-datas {
    color: #6C6C6C;
    font-family: "Poppins";
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.blog-view-inner .blog-datas {
    color: #6C6C6C;
}

.blog-datas a {
    color: #803688;
    font-family: "Poppins-Medium";
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.big-banner .blog-short-text:focus,
.big-banner .blog-short-text:hover {
    color: #ECE1ED;
}

.blog-short-text {
    color: #CECECE;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
}

.spotify-fluid {
    margin-top: 0em;
    margin-bottom: 2em;
    min-height: 213px;
}

.spotify-outside-block {
    border: 1px solid #F3F3F3;
    padding: 18px;
    height: 270px;
    border-radius: 5px;
}

.spotify-designiMG {
    position: absolute;
    top: 6px;
    left: -17px;
}

.spotify-inner-purple-block {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #005028;
    position: relative;
}

.spotify-inner-purple-block > div.spotify-div {
    width: calc(100% - 305px);
    height: 100%;    
}

.title-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 1.8em;
}

.standard-title {
    color: #803688;
    font-family: "Poppins-Bold";
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.more-content-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #803688;
}

.more-content-btn:hover {
    color: #B76BBF;
}
.more-content-btn:hover svg path {
    stroke: #B76BBF;
}

.more-content-btn:focus {
    color: #A15FA8;
}
.more-content-btn:focus svg path {
    stroke: #A15FA8;
}

.one-blog-part .image-part img {
    height: 216px;
    width: 384px;
    object-fit: cover;
    border-radius: 5px;
}

.content-part {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% - 384px - 25px);
    margin-left: 25px;
    height: 216px;
    padding-right: 7px;
}

.one-blog-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 25px;
    overflow: hidden;
}

.content-part .blog-big-title {
    color: #202D46;
}

.content-part .blog-datas {
    color: #6C6C6C;
}

.content-part .blog-short-text {
    color: #6C6C6C;
}

.blog-categorys-block {
    display: flex;
    width: 100%;
    min-height: 254px;
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px 15px;
    flex-direction: column;
}

.smaller-standard-title {
    color: #803688;
    font-family: "Poppins-Bold";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 17px;
}

.video-iframe-block {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.video-iframe-block iframe {
    max-width: 100% !important;
    /* height: auto !important; */
    min-height: 200px !important;
    border-radius: 3px;
}

.one-right-side-blog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 15px;
}

.one-right-side-blog:last-of-type {
    margin-bottom: 0px;
}

.one-right-side-blog .image-part img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 3px;
}

.one-right-side-blog .content-part {
    width: calc(100% - 100px - 15px);
    margin-left: 15px;
    height: 100px;
}

.one-right-side-blog .blog-big-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
}

.splide-blog-fluid {
    background-color: #80368826;
    min-height: 380px;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    margin-bottom: 2em;
}

.splide-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.splide-arrows svg {
    margin: 0px 5px;
}

.splide-blogs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.one-splide-blog {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.image-splide-part img {
    width: 100%;
    height: 159px;
    border-radius: 5px;
    object-fit: cover;
}

.one-splide-blog > a {
    width: 100%;
}

.one-splide-blog .category-row {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
}

.one-splide-blog .blog-big-title {
    color: #202D46;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.one-splide-blog .blog-datas {
    color: #6C6C6C;
}

.blogs-row.w-50-blogs {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.blogs-row.w-50-blogs .one-blog-part {
    width: 400px;
    flex-direction: column;
}

.blogs-row.w-50-blogs .one-blog-part .image-part img {
    width: 400px;
}

.blogs-row.w-50-blogs .one-blog-part .content-part {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
}

footer {
    background-color: #202D46;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 2px solid #F9B235;
}

.footer-top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.footer-big-menu-link {
    color: #EFEFEF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 25px;
}

.footer-big-menu-link:hover{
    color: #F9B235;
}

.small-footer-links a:hover{
    color: #F9B235;
}

.footer-big-menu-link:focus{
    color: #D89A2C;
}

.small-footer-links a:focus{
    color: #D89A2C;
}

.footer-big-menu-link.active-link,
.small-footer-links a.active-link {
    color: #F9B235;
}

.left-bottom-text {
    color: #CECECE;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
}

.left-bottom-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    max-width: 50%;
}

.left-bottom-block img {
    margin-right: 15px;
}

.footer-bottom-block {
    display: flex;
    margin-top: 5em;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.small-footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.small-footer-links a {
    margin-left: 10px;
    color: #CECECE;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.social-icons-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.social-icons-row a {
    margin-left: 20px;
}

.nav-link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #B6B6B6;
    text-transform: uppercase;
    margin-right: 15px;
}

.social-icons-row a:hover svg path {
    fill: #F9B235;
}

.social-icons-row a:focus svg path {
    fill: #D89A2C;
}

.nav-link.active-link,
.navbar .dropdown-menu a.active-link,
.navbar .dropdown-menu a:hover,
.nav-link:hover {
    color: #F9B235;
}

.navbar .dropdown-menu a:focus,
.nav-link:focus {
    color: #D89A2C;
}

.navbar .dropdown-menu {
    top: 48px;
    background-color: #202D46;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0px;
    right: unset;
}

.navbar .dropdown-menu a {
    text-align: left;
    color: #DADADA;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}

.one-category-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: 100%;
}

.subcategory {
    margin-left: 20px;
}

.one-category-row.subcategory {
    width: calc(100% - 20px);
}

.one-category-row .category-title {
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #803688;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.one-category-row .category-title a {
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #803688;
}

.one-category-row .category-title a:hover {
    color: #B76BBF;
}

.one-category-row .category-title a:focus {
    color: #A15FA8;
}
.one-category-row:hover .category-title {
    color: #B76BBF;
}

.one-category-row:hover svg path{
    stroke: #B76BBF;
}

.one-category-row:focus .category-title {
    color: #A15FA8;
}

.one-category-row:focus svg path{
    stroke: #A15FA8;
}

.one-category-row .blog-cat-nrs {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3B3B3B;  
}

.one-lotto-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lotto-block-header {
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.lastdate-block {
    max-width: 80px;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #848484;
    display: flex;
    margin-left: 25px;
    flex-direction: column;
}

.lastdate-block span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3B3B3B;    
}

.lotto-block-header > div {
    display:flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
}

.price-block {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #848484;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.price-block span {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02em;    
    color: #3B3B3B;   
    text-decoration: none !important;
}

.lotto-block-nrs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 5px;
}

.one-lotto-nr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #009354;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.lotto-block-nrs.hatos .one-lotto-nr {
    background-color: #E20039;
}

.lotto-block-nrs.joker .one-lotto-nr {
    background-color: #E32119;
}

.lotto-block-nrs.skandi .one-lotto-nr {
    background-color: #004185;
}

.lotto-block-nrs.euro .one-lotto-nr {
    background-color: #C49E11;
}

.lotto-block-nrs.euro .one-lotto-nr:last-child,
.lotto-block-nrs.euro .one-lotto-nr:nth-last-child(2) {
    background-color: #EBCF67;
    border: 2px solid #C49E11;
}

.one-lotto-block:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bloglist-main {
    margin-top: 2em;
    margin-bottom: 2em;
}

.bloglist-main .title-main-row {
    flex-direction: row;
    justify-content: flex-start;
}

.backlist {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #803688;
}

.bloglist-main .title-main-row span.divinder {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #803688;
    padding: 0px 5px;
}

.spotify-side-small-block {
    margin-bottom: 20px;
}

.spotify-side-small-block {
    width: 100%;
    height: 152px;
    /* background-color: #803688; */
    /* border-radius: 10px; */
    object-fit: cover;
    object-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.labels-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.labels-row .one-label{
    border: 1px solid #803688;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    font-family: "Poppins-Bold";
    padding: 0px 10px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02em;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #803688;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 3px;
}

.labels-row .one-label:hover {
    border: 1px solid #B76BBF;
    color: #B76BBF;
}
.labels-row .one-label:focus {
    border: 1px solid #B76BBF;
    color: #B76BBF;
    background-color: #ECE1ED;
}

.more-btn-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #803688;
    border: 1px solid #803688;
    width: 310px;
    height: 48px;
    border-radius: 30px;
    margin-top: 1em;
    color: #fff;
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.more-btn-blog:hover {
    background-color: #B76BBF;
    border: 1px solid #B76BBF;
}

.more-btn-blog:active {
    background-color: #A15FA8;
    border: 1px solid #A15FA8;
}

.more-btn-blog svg {
    margin-left: 10px;
}

.blog-view-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.top-blog-view-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.blog-view-inner .category-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.related-blogs-row .category-row {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-view-title {
    font-family: "Poppins-Medium";
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color:#202D46;
}

.labels-social-row {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.social-big-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #803688;
    width: 112px;
    height: 32px;
    border-radius: 30px;
    color: #803688;
    font-family: "Poppins-Medium";
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
}

.social-big-btn.wider {
    width: 132px;
}

#clipboard-btn {
    position: relative;
    cursor: pointer;
}

.copy-text {
    position: absolute;
    top: -22px;
    left: 3px;
    display: none;
}

.social-big-btn:hover {
    color: #803688;
    border: 1px solid #803688;
    background-color:#8036880D;
}

.social-big-btn:hover svg path {
    stroke: #803688;
}

.social-big-btn:active,
.social-big-btn:focus {
    color: #803688;
    border: 1px solid #803688;
    background-color: #ECE1ED;
}
.social-big-btn:active svg path,
.social-big-btn:focus svg path {
    stroke: #803688;
}

.social-big-btn svg {
    margin-left: 6px;
}

.social-copy-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.labels-social-row .one-label {
    margin-bottom: 0px;
}

.left-bottom-text p {
    margin-bottom: 0px;
}

.splide-arrows svg {
    cursor: pointer;
}

.mobile-banner-fluid {
    display: none;
}

.contact-btn-mobile {
    display: none;
}

.mobilevideocontent {
    display: none;
}

.mobile-footer {display: none;}

.mobileonly {display: none;}

.mobile-labels-block {
    display: none;
}

.category-collapse-btn {
    border: none;
    background: none;
    padding: 0;
    display: flex;
    height: auto;
    margin-left: 8px;
}

.category-collapse-btn svg {
    transition: .3s;
}

.left-part a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.category-level {
    padding-left: 24px;
}



.blog-categorys-block > .category-level {
    padding: 0;
}

.desktop-search {
    position: absolute;
    top: 5px;
    right: 137px;
    display: none;
    transition: ease-in-out .2s;
}

.desktop-search svg {
    position: absolute;
    top: 7px;
    right: 12px;
    cursor: pointer;
}
.desktop-search input {
    border: 1px solid #A15FA8;
    height: 40px;
    width: 200px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3B3B3B;
    box-shadow: 0px 0px 4px 0px #A15FA880 !important;
}

.form-control:focus {
    border-color: #A15FA8 !important;
    box-shadow: 0px 0px 4px 0px #A15FA880 !important;
}

.search-btn-svg {
    cursor: pointer;
}

.homemobileiframe {
    display: none;
}

.blog-categorys-block.autoheight {
    height: auto;
    min-height: auto;
}

/* end css */
