/* IMPORTS */
@import url(../fonts/stylesheet.css);
/*@import url('https://free.bboxtype.com/embedfonts/?family=FiraGO:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
@import url(../fonts/firago/all.css);
/* Global styles */
:root {
    --primary: #1A99AE;
}

body {
    font-family: "FiraGO", sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--text-color);
    background-color: var(--bg-color);
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

ul,
li {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

i.fi {
    display: flex;
    align-items: center;
}


* {
    scrollbar-width: auto;
    scrollbar-color: var(--primary) var(--bg-color);
}

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: var(--bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
    border: 3px solid var(--bg-color);
}


.text-primary {
    color: var(--primary) !important;
}

.btn.btn-primary {
    padding: 14px 22px;
    border: 0;
    background: var(--primary);
    border-radius: 15px;
    transition: 0.2s ease-in-out;
}

.btn.btn-promo {
    background: #C3E7E9;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    margin-bottom: 10px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:active:focus {
    background: #11bac5;
    box-shadow: 0px 5px 15px rgba(17, 186, 197, 0.8);
}

.btn.btn-blank:hover,
.btn.btn-blank:focus,
.btn.btn-blank:active,
.btn.btn-blank:active:focus {
    background: transparent;
}

.btn.btn-blank {
    padding: 14px 22px;
    border: 0;
    background: transparent;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
    line-height: 0;
}

.btn.btn-blank.shadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15) !important;
}

.btn.btn-blank.shadow:hover,
.btn.btn-blank.shadow:focus,
.btn.btn-blank.shadow:active,
.btn.btn-blank.shadow:active:focus {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15) !important;
}

.btn.btn-facebook {
    padding: 0.5rem;
    border: 0;
    background: rgb(23, 120, 242);
    color: #ffffff;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    font-feature-settings: "case" on;
}

.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook:active:focus {
    background: rgb(11 116 251);
    box-shadow: 0px 5px 15px rgb(7 115 255 / 80%);
}

.btn.btn-danger {
    padding: 14px 22px;
    border: 0;
    background: #F35555;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:active:focus {
    box-shadow: 0px 5px 15px rgba(243, 85, 85, 0.8);
}

.btn.btn-success {
    padding: 14px 22px;
    border: 0;
    background: #55F39E;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success:active:focus {
    box-shadow: 0px 5px 15px rgba(85, 243, 158, 0.8);
}


.btn.btn-outline-primary {
    padding: 14px 22px;
    border: 0;
    background: transparent;
    border: 3px solid #C3E7E9;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    color: #11BAC5;
    font-weight: 500;
    font-feature-settings: 'case' on;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:active:focus {
    border:  3px solid #11BAC5;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.sprenty-select {
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px !important;
    cursor: pointer;
    border: transparent !important;
    background-image: none !important;
    padding: 14px 22px !important;
}

.sprenty-select:focus {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25) !important;
    border-color: transparent !important;
}

.section-t {
    padding-top: 100px;
}

.section-b {
    padding-bottom: 100px;
}

/* 01. Header */
.header_area {
    background-color: var(--header-bg);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    z-index: 2;
}

.header_area .header-wrapper {
    display: flex;
    justify-content: center;
}

.header_area .header-wrapper .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_area .left-side {
    flex: 0 0 auto;
    width: 30%;
    justify-content: flex-start;
}

.header_area .center {
    flex: 0 0 auto;
    width: 40%;
    justify-content: center;
}

.header_area .right-side {
    flex: 0 0 auto;
    width: 30%;
    justify-content: flex-end;
}

.header_area .left-side .logo a > .logo-img {
    width: 70px;
}

.header_area .center .header-links {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.header_area .center .header-links .header-link:not(:last-child) {
    margin-right: 50px;
}

.header_area .center .header-links .header-link a {
    color: var(--nav-link-color);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-feature-settings: "case" on;
    transition: 0.3s ease-in-out;
}

.header_area .center .header-links .header-link a:hover {
    color: var(--primary);
}

.header_area .right-side {
    position: relative;
    display: flex;
    align-items: center;
}

.header_area .right-side .search-area .search-form {
    position: absolute;
    width: 270px;
    top: 110px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    right: 40%;
}

.header_area .right-side .search-area .search-form.active {
    opacity: 1;
    top: 60px;
    visibility: visible;
    z-index: 10;
}

.header_area .right-side .search-area .search-form input {
    border: none;
    border-radius: 12px;
    background-color: var(--search-input-bg);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08) !important;
}

.header_area .right-side .search-area .search-form input::placeholder,
.header_area .right-side .search-area .search-form input:-ms-input-placeholder
.header_area .right-side .search-area .search-form input::-ms-input-placeholder {
    color: var(--header-dropdown-text-color);
}

.language-area .language-button {
    margin-right: 15px;
    color: var(--header-icon-color);
    padding: 11px;
    display: flex;
    align-items: center;
    background-color: var(--header-button-bg);
}

.language-area .language-button:hover,
.language-area .language-button:focus,
.language-area .language-button:active,
.language-area .language-button:focus:active  {
    background-color: var(--header-button-bg);
}

.language-button .drop {
    font-size: 18px;
    margin-left: 10px;
}

.header_area .right-side .user-area .user-button {
    color: var(--header-icon-color);
    padding: 15px;
    background-color: var(--header-button-bg);
}

.header_area .right-side .search-area .search-button {
    margin-right: 15px;
    color: var(--header-icon-color);
    padding: 15px;
    background-color: var(--header-button-bg);
}

.fa-adjust
{
    color: var(--header-icon-color);
}

.fa-adjust:hover
{
    color: var(--header-icon-color);
}

.header_area .right-side .theme-area .theme-button {
    margin-right: 15px;
    color: var(--header-icon-color);
    padding: 15px;
    background-color: var(--header-button-bg);
}

.header_area .right-side .search-area {
    position: relative;
}

.language-area {
    position: relative;
}

.language-area-dropdown {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 125%;
    font-size: 15px;
    background-color: var(--header-dropdown-bg);
    border-radius: 16px;
    padding: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.language-area-item {
    padding: 6px 8px;
    border-radius: 12px;
    transition: 0.1s ease-in-out;
}

.language-area-item:hover {
    background: var(--header-dropdown-hover-bg);
}

.language-area-item a {
    color: var(--header-dropdown-text-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.language-area-item i {
    font-size: 20px;
    margin-right: 20px;
}


.user-area {
    position: relative;
}

.user-area-dropdown {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 125%;
    font-size: 15px;
    background-color: var(--header-dropdown-bg);
    border-radius: 16px;
    padding: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.user-area-item {
    padding: 6px 8px;
    border-radius: 12px;
    transition: 0.1s ease-in-out;
}

.user-area-item:hover {
    background: var(--header-dropdown-hover-bg);
}

.user-area-item a {
    color: var(--header-dropdown-text-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.user-area-item i {
    font-size: 20px;
    margin-right: 30px;
}

.header_area .right-side .registration .registration-button {
    font-weight: 500;
}

@media (max-width: 1199px) {
    .header_area .right-side .registration .registration-button {
        font-size: 12px;
    }
}

.header_area .mobile-menu {
    display: none;
}

/* 02. Banner */
.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('/assets/images/banner-desc.webp');
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .banner {
        background-attachment: initial;
    }
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cta-transparent-bg);
    backdrop-filter: blur(4px);
    z-index: -1;
}

@media (max-width: 767px) {
    .banner {
        background-attachment: initial;
    }

    .banner::after {
        backdrop-filter: blur(3px);
    }
}


.banner .banner-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.banner .banner-left {
    flex: 0 0 auto;
    width: 50%;
}

.banner .banner-right {
    flex: 0 0 auto;
    width: 49%;
}

.banner .banner-content {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
}

.banner .banner-text {
    font-family: "FiraGO Bold", sans-serif;
    text-align: start;
    font-weight: bolder;
    font-feature-settings: "case" on;
    color: var(--cta-text-color);
}

.banner .banner-text h4 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
    text-shadow: 0 3px 10px var(--cta-text-shadow);
}


.banner .banner-text h4:nth-child(2) {
    color: #fff;
    text-shadow: 0px 3px 10px rgba(255, 255, 255, 0.25);
}

.banner .banner-text h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(255, 255, 255, 0.25);
}

.banner .banner-image {
    position: relative;
}

.banner .img-desc {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    right: calc(var(--bs-gutter-x) * .5);
    top: 0;
    width: 100%;
    height: 520px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 35px 35px;
    padding-right: calc(var(--bs-gutter-x) * .5);
}


.banner .find-object-form {
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.find-object-fields {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.find-object-field {
    position: relative;
    padding: 1rem;
    margin-right: 0.5rem;
    background-color: var(--cta-input-bg);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.find-object-field select {
    display: none;
}

.find-object-field .find-object-form-icon {
    font-size: 18px;
    margin-right: 13px;
    line-height: 18px;
}


.find-object-field .find-object-form-drop {
    font-size: 16px;
    line-height: 16px;
}

.find-object-field .find-object-form-text {
    font-size: 14px;
    font-weight: 500;
    margin-right: 13px;
    font-feature-settings: 'case' on;
    line-height: 18px;
    color: var(--cta-input-text);
}

.find-object-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.find-object-drop-trigger {
    position: relative;
    padding: 1.2rem;
    font-size: 18px;
    line-height: initial;
    margin-right: 0.5rem;
    background-color: #f5f5f5;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.find-object-button {
    font-family: 'FiraGO';
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-feature-settings: 'case' on;
    color: #fff;
    background-color: #1A99AE;
    border: 0;
    border-radius: 12px;
    padding: 1rem;
}


.find-object-field.open .find-object-dropdown {
    opacity: 1;
    visibility: visible;
}

.find-object-field .find-object-dropdown {
    margin: 20px 0;
    padding: 5px;
    padding-left: 5px !important;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    background-color: var(--cta-input-bg);
    top: 100%;
    left: 0;
    right: 0;
    min-width: 180px;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    border-radius: 16px;
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}

.find-object-dropdown li {
    color: var(--cta-input-text);
    margin-bottom: 5px;
    padding: 12px 16px;
    padding-left: 16px !important;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}

/*.find-arena-dropdown li:first-child {*/
/*    border-radius: 8px 8px 0 0;*/
/*}*/
/*.find-arena-dropdown li:first-child:last-child {*/
/*    border-radius: 8px;*/
/*}*/
.find-object-dropdown li:last-child {
    margin-bottom: 0px;
}

/*.find-arena-dropdown li:last-child:first-child {*/
/*    border-radius: 8px;*/
/*}*/
.find-object-dropdown li:hover {
    background: var(--cta-dropdown-hover-bg);
}

.find-object-dropdown li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.find-object-big-dropdown {
    margin: 20px 0;
    padding: 16px;
    list-style: none;
    font-size: 16px;
    z-index: 99;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    border-radius: 25px 5px 5px 25px;
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}

.find-object-big-dropdown::-webkit-scrollbar-track {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.find-object-big-dropdown.open {
    opacity: 1;
    visibility: visible;
}

.other-dropdown-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-dropdown-filter {
    position: relative;
}

.other-dropdown-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.find-object-checkbox-entry span {
    position: relative;
    font-size: 13px;
    display: block;
    padding: 6px 16px;
    border-radius: 12px;
    border: 1px solid #1A99AE;
    color: #030303;
    transition: all ease 0.2s;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.find-object-checkbox-entry input:checked + span {
    color: #fff;
    background-color: #1A99AE;
}


@media (max-width: 1399px) {
    .find-object-field {
        padding: 0.8rem;
    }

    .find-object-field .find-object-form-icon {
        font-size: 16px;
    }

    .find-object-field .find-object-form-drop {
        font-size: 14px;
    }

    .find-object-field .find-object-form-text {
        font-size: 14px;
    }

    .find-object-drop-trigger {
        font-size: 16px;
        padding: 1rem;
    }

    .find-object-button {
        font-size: 16px;
        padding: 0.8rem 0.55rem;
    }
}

@media (max-width: 1199px) {
    .banner .banner-left {
        width: 100%;
    }

    .banner .banner-text {
        text-align: center;
    }

    .banner .banner-right {
        display: none;
    }

    .banner .find-object-form {
        justify-content: center;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .banner .banner-text h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .banner .banner-text h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .banner .find-object-form {
        flex-direction: column;
    }

    .find-object-fields {
        width: 75%;
        justify-content: space-between;
    }

    .find-object-actions {
        width: 89%;
        margin-top: 10px;
        justify-content: center;
    }

    .find-object-field {
        margin-right: 0;
    }

    .find-object-drop-trigger {
        margin-right: 10px;
    }

    .find-object-button {
        width: 85%;
    }
}


@media (max-width: 575px) {
    .banner .banner-text h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner .banner-text h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .find-object-fields {
        width: 75%;
        margin-top: 10px;
        flex-direction: column;
    }

    .find-object-actions {
        width: 75%;
    }

    .find-object-field {
        margin-top: 10px;
    }

    .find-object-button {
        width: 100%;
    }
}

@media (max-width: 479px) {

}

@media (max-width: 398px) {

}

@media (max-width: 349px) {

}


/* 03. Popular objects */
.popular-objects {
    background-color: var(--bg-color);
    padding-top: 70px;
}

.section-carousel-wrapper .section-carousel-inner {
    display: flex;
    align-items: center;
}

.section-carousel-inner .carousel-title h3 {
    font-family: "FiraGO Medium", sans-serif;
    font-style: italic;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 0;
    margin-right: 15px;
    /* identical to box height */
    font-feature-settings: "case" on;
    color: var(--text-color);
}

.carousel-nav button {
    background-color: transparent;
    border: 0 !important;
    color: #1A99AE;
    font-size: 18px;
}

.carousel-nav button.disabled {
    color: var(--carousel-nav-disabled);
}

.popular-objects-card {
    background: var(--card-bg);
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.05);
    border-radius: 35px;
    -webkit-border-radius: 35px;
-moz-border-radius: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.popular-objects-card .card-image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    height: 347px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    -webkit-border-radius: 35px;
-moz-border-radius: 35px;
}

/*@media(min-width: 1200px) {*/
/*    .popular-objects {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width: 1399px) {
    .popular-objects-card .card-image {
        width: 514px;
        height: 300px;
    }
}

@media (max-width: 1199px) {
    .popular-objects-card .card-image {
        width: 424px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .popular-objects-card .card-image {
        width: 305px;
        height: 305px;
    }
}

.popular-objects-card .card-image img {
    border-radius: 35px;
    -webkit-border-radius: 35px;
-moz-border-radius: 35px;
    height: 100%;
    width: initial;
}

.popular-objects-card .card-image .card-category {
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1A99AE;
    border-radius: 35px 0px;
}

.popular-objects-card .card-image .card-category i {
    color: white;
    font-size: 25px;
}

.popular-objects-card .card-title,
.popular-objects-card .card-title p {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.popular-objects-card .card-price {
    margin-top: 30px;
}

.popular-objects-card .card-title p {
    font-family: "FiraGo Medium", sans-serif;
    font-size: 28px;
    color: var(--text-color);
    text-align: left;
}

.popular-objects-card .card-description {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: var(--popular-item-description-color);
    margin-bottom: 50px;
}

.popular-objects-card .card-price {
    font-family: "FiraGo Medium", sans-serif;
    font-size: 32px;
    color: var(--popular-item-price-color);
    position: absolute;
    bottom: 10px;
}

.popular-objects .owl-carousel .owl-item {
    flex: 1;
}

.popular-objects .owl-carousel .owl-stage {
    display: flex;
}

.popular-objects .owl-carousel .owl-stage-outer {
    padding-bottom: 15px;
}

.popular-objects .carousel-dots {
    display: flex;
    justify-content: center;
}

.popular-objects .carousel-dots button.active {
    background: #1A99AE;
    width: 32px;
    height: 11px;
    border-radius: 146px;
}

.popular-objects .carousel-dots button {
    width: 11px;
    height: 11px;
    background: var(--text-color);
    border-radius: 146px;
    border: none !important;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.popular-objects .carousel-dots button:hover {
    background: #1A99AE;
}

/* 04. Select Sport */
@media (min-width: 1200px) {
    .select-sport-section {
        padding-top: 90px;
    }
}

.select-sport-section-inner h3 {
    font-family: "FiraGO Bold";
    font-style: italic;
    font-size: 48px;
    color: var(--text-color);
}

.select-sport-section .section-description {
    padding-top: 30px;
}

.select-sport-section-resp {
    justify-content: space-around;
}

.select-sport-section .select-sport-image {
    display: flex;
}

.select-sport-section .select-sport-card-button a {
    background: var(--card-bg);
    color: var(--text-color);
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 24px;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on, "kern" on;
}

.select-sport-section .select-sport-card-button a:hover {
    background: var(--card-bg);
}

.select-sport-section .select-sport-card {
    position: relative;
    display: flex;
    justify-content: center;
}

.select-sport-section img {
    margin: 0 auto;
    max-width: 85%;
    height: auto;
}

.select-sport-section .select-sport-card-button {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.select-sport-section .select-sport-card-button .btns-rectangle {
    margin-left: 15px;
    background: #1A99AE;
    color: white;
    padding: 15px 17px;
    border-radius: 17px;
    position: relative;
}

.select-sport-section .select-sport-card-button .btns-rectangle i:first-child {
    position: absolute;
    left: -25px;
    opacity: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.select-sport-section .select-sport-card-button .btns-rectangle i:last-child {
    transition: 0.5s ease-in-out;
}

.select-sport-section
.select-sport-card-button
a:hover
.btns-rectangle
i:first-child {
    position: relative;
    left: 0;
    opacity: 1;
    z-index: 1;
}

.select-sport-section
.select-sport-card-button
a:hover
.btns-rectangle
i:last-child {
    position: absolute;
    left: 45px;
    z-index: -1;
    opacity: 0;
}

/* 05. How Sprenty works */
.how-it-works .how-it-works-inner {
    background-color: var(--hiw-bg);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    position: relative;
    padding: 25px 45px;
}

@media (max-width: 767px) {
    .how-it-works .how-it-works-inner {
        background: transparent;
    }
}

@media (min-width: 768px) {
    .how-it-works .how-it-works-inner:before,
    .how-it-works .how-it-works-inner:after {
        content: "";
        position: absolute;
        height: 10px;
        width: 20px;
        bottom: 0;
    }

    .how-it-works .how-it-works-inner:after {
        right: -20px;
        border-radius: 0 0 0 10px;
        box-shadow: -10px 0 0 0 var(--hiw-bg);
    }

    .how-it-works .how-it-works-inner:before {
        left: -20px;
        border-radius: 0 0 10px 0;
        box-shadow: 10px 0 0 0 var(--hiw-bg);
    }

}

.how-it-works .how-it-works-inner h3 {
    font-family: "FiraGO Bold", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 0 !important;
    font-feature-settings: "case" on;
    color: var(--text-color);
}

.how-it-works .how-it-works-description {
    padding: 0.5rem 1.5rem;
    background-color: var(--hiw-bg);
}

.how-it-works .how-it-works-card {
    position: relative;
}

.how-it-works .how-it-works-card:nth-child(2) {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 15px;
    border-right: 1.9px solid rgba(0, 0, 0, 0.2);
    border-left: 1.9px solid rgba(0, 0, 0, 0.2);
}

.how-it-works .how-it-works-card-title {
    font-family: "FiraGO Bold", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: left;
    margin-bottom: 15px;
    color: var(--text-color);
}

.how-it-works .how-it-works-card-description {
    font-family: "FiraGO", sans-serif;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    font-size: 19px;
    line-height: 120%;
    color: var(--text-color);
    opacity: 0.6;
}

/* 06. Sports */
.sports-t {
    margin-top: 50px;
}

.carousel-see-all {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    font-feature-settings: "case" on;
    color: var(--text-color);
    transition: 0.3s ease-in-out;
}

.carousel-see-all:hover {
    color: #1A99AE;
}

.sports {
    margin: 50px 0;
}

.sports-card {
    border-radius: 30px;
    background-color: var(--sport-card-bg);
}

.sports-card .sports-card-header {
    z-index: 0;
    position: relative;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.sports-card .sports-card-image {
    position: relative;
    width: 100%;
    padding-top: 40%;
    transition: transform 0.3s ease-in-out 0s;
    will-change: transform;
}

.sports-card .sports-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(110%) saturate(170%);
}

/* Optional: Add any other styles or modifications as needed */


.sports-card:hover .sports-card-image {
    transform: scale3d(1.1, 1.1, 1);
}

.sports-card .sports-card-description {
    z-index: 2;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 12px 20px 18px 20px;
    position: relative;
}

.sports-card .sports-card-inner {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sports-card .sports-card-inner h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: start;
    margin: 0;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 480px) {
    .sports-card .sports-card-inner h3 {
        font-size: 18px;
    }
}

.sports-card .sports-card-inner h3 a {
    color: var(--text-color);
}

.sports-card .sports-card-inner .sports-card-desc {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    color: var(--sport-card-description-color);
}

.sports-card .sports-card-price {
    flex-shrink: 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: flex-start;
    padding-inline-start: 1rem;
}


.sports-card .sports-card-price .price {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: var(--sport-card-price-color);
}

.sports-card .sports-card-price .currency {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    color: var(--sport-card-price-color);
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.catalog-title h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    font-feature-settings: 'case' on;
    color: var(--text-color);
    margin-bottom: 0;
}


.catalog-title .btn-filter-icon {
    font-size: 22px;
    color: var(--filter-btn-color);
    padding: 15px;
    display: none;
    background: var(--filter-btn-bg);
    text-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media (max-width: 991px) {
    .catalog-title .btn-filter-icon {
        display: block;
    }
}

.catalog-sidebar {
    background: var(--filter-section-bg);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    height: auto;
    width: 100%;
}

@media (max-width: 991px) {
    .catalog-sidebar {
        display: none;
    }
}

.catalog-sidebar-header {
    padding: 27px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.catalog-sidebar-header h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 26px;
    font-feature-settings: 'case' on;
    color: var(--text-color);
    margin: 0;
}


.catalog-sidebar-body {
    padding: 27px;
}

.filter-accordion {
    display: flex;
    flex-direction: column;
}

.filter-accordion:not(:first-child) {
    margin-top: 20px;
}

.filter-accordion h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.filter-accordion span {
    display: flex;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.filter-accordion.active span {
    transform: rotate(90deg);
}

.accordion-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.accordion-content .filter-group {
    margin-bottom: 10px;
}

/*.sports .sports-card {*/
/*  position: relative;*/
/*  border-radius: 35px;*/
/*}*/

/*.sports .sports-card .sports-card-image {*/
/*  position: relative;*/
/*}*/

/*.sports .sports-card .sports-card-image img {*/
/*  border-top-left-radius: 25px;*/
/*  border-top-right-radius: 25px;*/
/*  border-bottom-left-radius: 38px;*/
/*  border-bottom-right-radius: 38px;*/
/*}*/

/*.sports .sports-card .sports-card-image .sports-btn {*/
/*  padding: 5px 22px;*/
/*  background-color: #1A99AE;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 10px;*/
/*}*/
/*.sports .sports-card .sports-card-image .sports-btn:hover {*/
/*  box-shadow: none;*/
/*}*/

/*.sports .sports-card .sports-card-image .sports-btn-blank {*/
/*  background-color: #edfeff;*/
/*  color: #1A99AE;*/
/*  padding: 5px 35px;*/
/*}*/

/*.sports .sports-card .sports-card-description {*/
/*  background-color: #edfeff;*/
/*  border-radius: 0px 0px 25px 25px;*/
/*  position: relative;*/
/*  bottom: 65px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*}*/

/*.sports*/
/*  .sports-card*/
/*  .sports-card-description*/
/*  .sports-card-description-wrapper*/
/*  .sports-card-inner*/
/*  h3 {*/
/*  font-family: "FiraGO Bold", sans-serif;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-size: 24px;*/
/*  margin-bottom: 0;*/
/*  color: #000000;*/
/*}*/

/*.sports*/
/*  .sports-card*/
/*  .sports-card-description*/
/*  .sports-card-description-wrapper*/
/*  .sports-card-inner*/
/*  .sports-card-desc {*/
/*  font-family: "FiraGO Regular", sans-serif;*/
/*  font-style: italic;*/
/*  font-weight: 400;*/
/*  font-size: 14px;*/
/*  color: rgba(0, 0, 0, 0.4);*/
/*}*/

/*.sports*/
/*  .sports-card*/
/*  .sports-card-description*/
/*  .sports-card-description-wrapper*/
/*  .sports-card-price {*/
/*  font-family: "FiraGO Bold", sans-serif;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-size: 28px;*/
/*  color: #1b2625;*/
/*}*/

/*.sports .sports-card .sports-card-description .sports-card-description-wrapper {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 17px;*/
/*}*/

/* 07. Footer */
.footer {
    background: rgba(0, 0, 0, 0.9);
    padding-top: 30px;
    padding-bottom: 80px;
}

.footer .footer-row-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-row .footer-list h3 {
    font-family: "FiraGO Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    font-feature-settings: "case" on;
    color: rgba(255, 255, 255, 0.95);
}

.footer .footer-row .footer-list h3::after {
    content: "";
    display: block;
    width: 115%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer .footer-list-links {
    list-style: none;
}

.footer .footer-list-links .footer-link a {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-bottom: 4px;
    position: relative;
}

.footer .footer-list-links .footer-link a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.footer .footer-list-links .footer-link a:after {
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #1A99AE;
}

.footer .footer-list-links .footer-link {
    margin-bottom: 4px !important;
}

.footer-link-icon {
    font-size: 23px!important;
    margin-right: 30px;
}

/* TODO: Reponsive */
@media only screen and (max-width: 991px) {
    .header_area .center,
    .header_area .right-side {
        display: none;
    }

    .is-link-mobile.login-link{
        border-bottom: none !important;
    }

    .header_area .header-wrapper .container {
        max-width: 900px;
    }

    .header_area .mobile-menu {
        display: flex;
        flex: 0 0 auto;
        width: 30%;
        justify-content: flex-end;
    }

    .header_area .mobile-menu .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
    }

    .header_area .mobile-menu .navbar-toggler span {
        display: block;
        width: 25px;
        height: 4px;
        background: #1A99AE;
        border-radius: 3px;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .header_area .mobile-menu .navbar-toggler:hover span:first-child,
    .header_area .mobile-menu .navbar-toggler:hover span:last-child {
        width: 15px;
    }

    .header_area .mobile-menu .navbar-toggler:hover span {
        background-color: #11b9c5;
    }

    .header_area .mobile-menu .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media (max-width: 400px) {
    .mobile-nav-inner {
        width: 100% !important;
    }
}

@media (max-width: 1399px) {

}


@media (max-width: 1199px) {
    .col-1199 {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .col-991 {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .how-it-works .how-it-works-card:nth-child(2) {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: 0;
        border-right: none;
        border-left: none;
    }
}

@media (max-width: 890px) {
}

@media (max-width: 767px) {
    .select-sport-section-resp {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .how-it-works .how-it-works-card {
        margin-top: 20px;
    }

    .popular-objects .popular-objects-card .card-image {
        width: 100%;
    }
}

@media (max-width: 635px) {
    .footer .footer-row .footer-list h3::after {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .justify-content-sm-center {
        display: flex;
        justify-content: center;
    }

    .section-carousel-inner .carousel-title h3 {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .carousel-nav {
        display: none;
    }
}

@media (max-width: 398px) {
    .find-object-form div div {
        width: auto;
    }
}

@media (max-width: 349px) {
    .how-it-works .how-it-works-card-title {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
}

/* Mobile nav sidebar */
.mobile-nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99999999999;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.mobile-nav-overlay.active {
    visibility: visible;
    opacity: 1;
}

.mobile-nav-inner {
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: var(--card-bg);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

.mobile-nav-overlay.active .mobile-nav-inner {
    transform: translateX(0%);
}

.navbar-toggler {
    padding: 0px !important;
}

.mobile-navigation-close-icon::before {
    position: absolute;
    top: 23px;
    left: 8px;
    content: "";
    width: 24px;
    height: 3px;
    background: #1A99AE;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-close-icon::after {
    position: absolute;
    top: 23px;
    left: 8px;
    content: "";
    width: 24px;
    height: 3px;
    background: #1A99AE;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-close-icon:hover:after,
.mobile-navigation-close-icon:hover:before {
    transform: none;
}

.mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}

.mobile-nav-header {
    background-color: var(--bg-color-2);
    padding: 15px 0;
}

.mobile-nav-body {
    padding: 20px 40px 100px;
}

.mobile-nav-center ul {
    list-style: none;
}

.mobile-nav-center ul li {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-nav-center ul li a {
    display: block;
    color: var(--text-color);
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.mobile-nav-center ul li a:hover {
    color: var(--primary);
}

/* Calendar */
.how-it-works .how-it-works-inners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.how-it-works .how-it-works-inners .how-it-works .how-it-works-inner {
    flex: 1;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #11bac5;
    padding: 0 0 16px 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #11bac5;
    cursor: pointer;
    text-align: center;
    opacity: 0.4;
}

.how-it-works .how-it-works-inners .how-it-works .how-it-works-inner.active {
    opacity: 1;
    font-weight: 600;
}

.calendar {
    background: var(--bg-color);
    padding: 25px;
    border-radius: 30px;
}
.calendar .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.calendar .calendar-header .calendar-header-middle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: "case" on;
}
.calendar .calendar-body .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    margin-bottom: 25px;
}
.calendar .calendar-body .calendar-days .calendar-day {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3rem;
    font-size: 22px;
}
.calendar .calendar-body .calendar-cells {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar .calendar-body .calendar-cells .calendar-cell {
    width: 70px !important;
    max-height: 100% !important;
    height: 70px !important;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5647058824);
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #f5f5f5;
    border-radius: 25px;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    user-select: none;
    transition: all ease-in-out 0.15s;
    margin: 0 auto 9px auto;
}
.calendar .calendar-body .calendar-cells .calendar-cell:not(.disabled):hover {
    border: 3px solid #ACE7EA;
}
.calendar .calendar-body .calendar-cells .calendar-cell.selected {
    background: #ACE7EA;
    border: 3px solid #ACE7EA;
}
.calendar .calendar-body .calendar-cells .calendar-cell.selected:hover {
    border: 3px solid #cdf2f4;
}
.calendar .calendar-body .calendar-cells .calendar-cell p {
    margin: auto;
}
.calendar .calendar-body .calendar-cells .calendar-cell.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 1199px) {
    .calendar {
        padding: 15px;
    }
    .calendar .calendar-header {
        margin-bottom: 15px;
    }
    .calendar .calendar-body .calendar-days {
        margin-bottom: 15px;
    }
    .calendar .calendar-body .calendar-days .calendar-day {
        font-size: 14px;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell {
        width: 60px !important;
        max-height: 100% !important;
        height: 60px !important;
        border-radius: 20px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .calendar {
        padding: 25px;
        border-radius: 25px;
    }
    .calendar .calendar-header {
        margin-bottom: 25px;
    }
    .calendar .calendar-body .calendar-days {
        margin-bottom: 25px;
    }
    .calendar .calendar-body .calendar-days .calendar-day {
        font-size: initial;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell {
        width: 70px !important;
        max-height: 100% !important;
        height: 70px !important;
        border-radius: 25px;
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .calendar {
        padding: 15px;
        border-radius: 25px;
    }
    .calendar .calendar-header {
        margin-bottom: 15px;
    }
    .calendar .calendar-header .calendar-header-middle {
        font-size: 18px;
        line-height: 22px;
    }
    .calendar .calendar-body .calendar-days {
        margin-bottom: 15px;
    }
    .calendar .calendar-body .calendar-days .calendar-day {
        font-size: 14px;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell {
        width: 55px !important;
        max-height: 100% !important;
        height: 55px !important;
        font-size: 16px;
        border-radius: 20px;
    }
}
@media (max-width: 575px) {
    .calendar {
        padding: 12px;
    }
    .calendar .calendar-header {
        margin-bottom: 12px;
    }
    .calendar .calendar-header .calendar-header-middle {
        font-size: 16px;
        line-height: 20px;
    }
    .calendar .calendar-body .calendar-days {
        margin-bottom: 12px;
    }
    .calendar .calendar-body .calendar-days .calendar-day {
        letter-spacing: initial;
        font-size: 14px;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell {
        width: 40px !important;
        height: 40px !important;
        border: 0;
        background: transparent;
        font-size: 16px;
        border-radius: 20px;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell:hover {
        color: #41C8D0;
        border: 0;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell.selected {
        background: #ACE7EA;
        border-radius: 50%;
        border: 0;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell.selected:hover {
        border: 0;
    }
}
@media (max-width: 479px) {
    .calendar {
        padding: 12px;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell {
        width: 30px !important;
        height: 30px !important;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell:hover {
        color: #41C8D0;
        border: 0;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell.selected {
        background: #ACE7EA;
        border-radius: 50%;
        border: 0;
    }
    .calendar .calendar-body .calendar-cells .calendar-cell.selected:hover {
        border: 0;
    }
}

/*.calendar {*/
/*    --height: calc(600px / 6 - 20px);*/
/*    width: 100%;*/
/*    background-color: #ffffff;*/
/*    border-radius: 35px;*/
/*    -webkit-border-radius: 35px;*/
/*-moz-border-radius: 35px;*/
/*    padding: 29px;*/
/*}*/

/*.calendar .calendar-button {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 20px;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    border: 3px solid #f5f5f5;*/
/*    border-radius: 25px;*/
/*    transition: all ease-in-out 0.15s;*/
/*}*/

/*.calendar-button:hover {*/
/*    border: 3px solid #ace7ea;*/
/*}*/

/*.calendar .calendar-button * {*/
/*    color: rgba(65, 200, 208, 0.8);*/
/*    font-size: 30px;*/
/*    line-height: 20px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.calendar .calendar-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 29px;*/
/*}*/

/*.calendar .calendar-header .calendar-header-middle {*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 30px;*/
/*    line-height: 32px;*/
/*    text-align: center;*/
/*    font-feature-settings: "case" on;*/
/*}*/

/*.calendar .calendar-body {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.calendar .calendar-body .calendar-days {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(7, 1fr);*/
/*    width: 100%;*/
/*    margin-bottom: 29px;*/
/*}*/

/*.calendar .calendar-body .calendar-days .calendar-day {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 26px;*/
/*    line-height: 26px;*/
/*    text-align: center;*/
/*    letter-spacing: 0.03em;*/
/*    text-transform: uppercase;*/
/*    font-feature-settings: "case" on;*/
/*}*/

/*.calendar-day p {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.calendar .calendar-body .calendar-cells {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(7, 1fr);*/
/*    gap: 10px 20px;*/
/*    width: 100%;*/
/*}*/

/*.calendar-cell:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) {*/
/*    margin-top: 12px;*/
/*}*/

/*.calendar-cell {*/
/*    margin: 0 auto;*/
/*    width: 100%;*/
/*}*/

/*.calendar-cell button {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    border: 3px solid #f5f5f5;*/
/*    border-radius: 25px;*/
/*    position: relative;*/
/*    height: var(--height);*/
/*    width: 100%;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 22px;*/
/*    line-height: 12px;*/
/*    letter-spacing: 0.03em;*/
/*    text-transform: uppercase;*/
/*    color: rgba(0, 0, 0, 0.8);*/
/*    -webkit-touch-callout: none;*/
/*    -webkit-user-select: none;*/
/*    -khtml-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    transition: all ease-in-out 0.15s;*/
/*}*/

/*.calendar-cell button:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/

/*.calendar-cell.disabled button {*/
/*    cursor: not-allowed;*/
/*    color: rgba(0, 0, 0, 0.5);*/
/*    background-color: rgba(245, 245, 245, 0.5);*/
/*}*/

/*.calendar-cell:not(.disabled, .selected) button:hover {*/
/*    border: 3px solid #ace7ea;*/
/*}*/

/*.calendar-cell.selected button {*/
/*    background: rgba(17, 186, 196, 0.35);*/
/*    border: 0;*/
/*}*/

/*.calendar-cell.today button {*/
/*    background: rgba(17, 186, 196, 0.1);*/
/*    border: 3px solid #ace7ea;*/
/*}*/

/*.calendar-cell.disabled button {*/
/*    background: #f5f5f5;*/
/*}*/

/*.timepicker {*/
/*    width: 100%;*/
/*    background-color: #ffffff;*/
/*    border-radius: 35px;*/
/*    -webkit-border-radius: 35px;*/
/*-moz-border-radius: 35px;*/
/*    padding: 29px;*/
/*}*/

/*.timepicker-cells {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(7, 1fr);*/
/*    gap: 50px 20px;*/
/*    width: 100%;*/
/*}*/

/*.timepicker-cell {*/
/*    --height: calc(660% / 6);*/

/*    --height: -moz-calc(660% / 6);*/
/*    margin: 0 auto;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    display: flex;*/
/*}*/

/*.timepicker-cell button {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    border: 3px solid #f5f5f5;*/
/*    border-radius: 25px;*/
/*    position: relative;*/
/*    height: var(--height);*/
/*    width: 100%;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 20px;*/
/*    line-height: 11px;*/
/*    letter-spacing: 0.033em;*/
/*    text-transform: uppercase;*/
/*    color: rgba(0, 0, 0, 0.8);*/
/*    z-index: 5;*/
/*    -webkit-touch-callout: none;*/
/*    -webkit-user-select: none;*/
/*    -khtml-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    transition: all ease-in-out 0.15s;*/
/*}*/

/*.timepicker-cell button:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/

/*.timepicker-cell.disabled button {*/
/*    cursor: not-allowed;*/
/*    color: rgba(0, 0, 0, 0.5);*/
/*    background-color: rgba(245, 245, 245, 0.5);*/
/*}*/

/*.timepicker-cell:not(.disabled, .selected, .in-range) button:hover {*/
/*    border: 3px solid #ace7ea;*/
/*}*/

/*.timepicker-cell.selected button {*/
/*    background: #abe7ea;*/
/*    border: 0;*/
/*    z-index: 7;*/
/*}*/

/*.timepicker-cell.in-range button {*/
/*    border: 0;*/
/*}*/

/*.timepicker-cell.in-range button:before {*/
/*    content: "";*/
/*    width: 170%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*    background-color: #e8f9fa;*/
/*}*/

/*.timepicker-cell.start:before,*/
/*.timepicker-cell.end:before {*/
/*    content: "";*/
/*    width: 134%;*/
/*    height: var(--height);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 0;*/
/*    background-color: #e8f9fa;*/
/*}*/


/*.timepicker-cell.start {*/
/*    justify-content: flex-start;*/
/*}*/

/*.timepicker-cell.end {*/
/*    justify-content: flex-end;*/
/*}*/

/*.timepicker-cell.start:before {*/
/*    border-top-left-radius: 35px;*/
/*    border-bottom-left-radius: 35px;*/
/*}*/

/*.timepicker-cell.end:before {*/
/*    border-top-right-radius: 35px;*/
/*    border-bottom-right-radius: 35px;*/
/*}*/


.timepicker {
    background: var(--bg-color);
    padding: 25px;
    border-radius: 30px;
}
.timepicker .timepicker-cells {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px 0;
}
.timepicker .timepicker-cells .timepicker-cell {
    margin: 0 auto 9px auto;
}
.timepicker .timepicker-cells .timepicker-cell div {
    width: 70px !important;
    max-height: 100% !important;
    height: 70px !important;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5647058824);
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #f5f5f5;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    user-select: none;
    transition: all ease-in-out 0.15s;
}
.timepicker .timepicker-cells .timepicker-cell:not(.disabled) div:hover {
    border: 3px solid #ACE7EA;
}
.timepicker .timepicker-cells .timepicker-cell.selected div {
    background: #ACE7EA;
    border: 3px solid #ACE7EA;
    z-index: 9;
}
.timepicker .timepicker-cells .timepicker-cell.selected div:hover {
    border: 3px solid #cdf2f4;
}
.timepicker .timepicker-cells .timepicker-cell.start {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.timepicker .timepicker-cells .timepicker-cell.start:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e8f9fa;
    z-index: 1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.timepicker .timepicker-cells .timepicker-cell.end {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.timepicker .timepicker-cells .timepicker-cell.end:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e8f9fa;
    z-index: 1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.timepicker .timepicker-cells .timepicker-cell.in-range div {
    position: relative;
}
.timepicker .timepicker-cells .timepicker-cell.in-range div:before {
    content: "";
    width: 220%;
    height: 110%;
    position: absolute;
    top: -3px;
    background: #e8f9fa;
    z-index: 0;
}
.timepicker .timepicker-cells .timepicker-cell.disabled div {
    opacity: 0.6;
}
.timepicker .timepicker-cells .timepicker-cell p {
    z-index: 2;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        width: 195%;
    }
}
@media (max-width: 1199px) {
    .timepicker {
        padding: 15px;
    }
    .timepicker .timepicker-cells .timepicker-cell div {
        width: 60px !important;
        max-height: 100% !important;
        height: 60px !important;
        border-radius: 20px;
        font-size: 16px;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        width: 180%;
    }
}
@media (max-width: 991px) {
    .timepicker {
        padding: 25px;
        border-radius: 25px;
    }
    .timepicker .timepicker-cells .timepicker-cell div {
        width: 70px !important;
        max-height: 100% !important;
        height: 70px !important;
        border-radius: 25px;
        font-size: 20px;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        width: 200%;
    }
}
@media (max-width: 767px) {
    .timepicker {
        padding: 15px;
        border-radius: 25px;
    }
    .timepicker .timepicker-cells {
        gap: 30px 0;
    }
    .timepicker .timepicker-cells .timepicker-cell div {
        width: 55px !important;
        max-height: 100% !important;
        height: 55px !important;
        font-size: 16px;
        border-radius: 20px;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        width: 180%;
        height: 110%;
    }
}
@media (max-width: 575px) {
    .timepicker {
        padding: 12px;
    }
    .timepicker .timepicker-cells {
        gap: 20px 0;
    }
    .timepicker .timepicker-cells .timepicker-cell div {
        width: 50px !important;
        max-height: 100% !important;
        height: 50px !important;
        font-size: 16px;
        border-radius: 20px;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        width: 180%;
        height: 110%;
    }
}
@media (max-width: 479px) {
    .timepicker .timepicker-cells .timepicker-cell div {
        width: 35px !important;
        max-height: 100% !important;
        height: 35px !important;
        font-size: 13px;
        border: 0;
        border-radius: 20px;
    }
    .timepicker .timepicker-cells .timepicker-cell:not(.disabled) div:hover {
        border: 0;
    }
    .timepicker .timepicker-cells .timepicker-cell.selected div {
        background: #ACE7EA;
        border: 0;
        z-index: 9;
    }
    .timepicker .timepicker-cells .timepicker-cell.selected div:hover {
        border: 0;
    }
    .timepicker .timepicker-cells .timepicker-cell.start:before {
        width: 110%;
        height: 100%;
    }
    .timepicker .timepicker-cells .timepicker-cell.end:before {
        width: 110%;
        height: 100%;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div {
        position: relative;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        max-width: 210%;
        width: 210%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 0;
    }
}
@media (max-width: 375px) {
    .timepicker {
        padding: 10px;
    }
    .timepicker .timepicker-cells .timepicker-cell div {
        width: 30px !important;
        max-height: 100% !important;
        height: 30px !important;
        font-size: 12px;
        border-radius: 20px;
    }
    .timepicker .timepicker-cells .timepicker-cell.in-range div:before {
        width: 180%;
    }
}

.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab {
    color: #11BAC5;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    border-bottom: 4px solid #11BAC5;
    opacity: 0.4;
    cursor: pointer;
    width: 100%;
    padding-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab.active {
    font-weight: 600;
    opacity: 1;
}


@media (max-width: 1399px) {
    /*.timepicker-cell button {*/
    /*    border-radius: 20px;*/
    /*}*/

    /*.timepicker-cells {*/
    /*    gap: 50px 18px;*/
    /*}*/

    /*.timepicker-cell.in-range button:before {*/
    /*    width: 185%;*/
    /*}*/

    /*.timepicker-cell.start:before, .timepicker-cell.end:before {*/
    /*    width: 142%;*/
    /*}*/
}


@media (max-width: 1199px) {
    .tab {
        font-size: 20px;
        line-height: 22px;
    }

/*    .timepicker-cell.in-range button:before {*/
/*        width: 158%;*/
/*    }*/

/*    .timepicker-cell.start:before, .timepicker-cell.end:before {*/
/*        width: 128%;*/
/*    }*/

/*    .timepicker-cell button {*/
/*        border-radius: 35px;*/
/*        -webkit-border-radius: 35px;*/
/*-moz-border-radius: 35px;*/
/*    }*/

}

@media (max-width: 991px) {
    /*.timepicker-cell.in-range button:before {*/
    /*    width: 173%;*/
    /*}*/

    /*.timepicker-cell.start:before, .timepicker-cell.end:before {*/
    /*    width: 137%;*/
    /*}*/

    /*.timepicker-cells {*/
    /*    gap: 40px 6px;*/
    /*}*/

    /*.timepicker-cell button {*/
    /*    font-size: 14px;*/
    /*    border-radius: 25px;*/
    /*}*/
}

@media (max-width: 767px) {
    .tab {
        font-size: 16px;
        line-height: 22px;
    }

    /*.timepicker-cells {*/
    /*    grid-template-columns: repeat(6, 1fr);*/
    /*}*/

    /*.timepicker-cell.in-range button:before {*/
    /*    width: 150%;*/
    /*}*/

    /*.timepicker-cell.start:before, .timepicker-cell.end:before {*/
    /*    width: 147%;*/
    /*}*/

    /*.timepicker-cell button {*/
    /*    font-size: 14px;*/
    /*    border-radius: 20px;*/
    /*}*/
}

@media (max-width: 575px) {
    .tab {
        font-size: 14px;
        line-height: 13px;
    }
    /*.timepicker {*/
    /*    padding: 15px;*/
    /*}*/

    /*.timepicker-cells {*/
    /*    grid-template-columns: repeat(5, 1fr);*/
    /*}*/

    /*.timepicker-cell.in-range button:before {*/
    /*    width: 139%;*/
    /*}*/

    /*.timepicker-cell.start:before, .timepicker-cell.end:before {*/
    /*    width: 119%;*/
    /*}*/

    /*.timepicker-cell button {*/
    /*    font-size: 25px;*/
    /*    border-radius: 35px;*/
    /*}*/
}

@media (max-width: 479px) {
    /*.timepicker-cells {*/
    /*    grid-template-columns: repeat(4, 1fr);*/
    /*}*/

    /*.timepicker-cell.in-range button:before {*/
    /*    width: 150%;*/
    /*}*/

    /*.timepicker-cell.start:before, .timepicker-cell.end:before {*/
    /*    width: 125%;*/
    /*}*/

    /*.timepicker-cell button {*/
    /*    font-size: 20px;*/
    /*    border-radius: 35px;*/
    /*}*/
}

@media (max-width: 359px) {
    /*.timepicker-cell button {*/
    /*    font-size: 18px;*/
    /*    border-radius: 25px;*/
    /*}*/
    .tab {
        font-size: 12px;
        line-height: 13px;
    }
}

@media (max-width: 319px) {
    /*.timepicker-cell button {*/
    /*    font-size: 16px;*/
    /*    border-radius: 20px;*/
    /*}*/
}

.modal-content {
    padding: 22px;
    border-radius: 2.3rem;
}

.modal-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.modal-title {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.modal-footer {
    border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.modal-footer .footer-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
}


/* Input */

input:not([type=checkbox]), textarea {
    width: 100%;
    border-radius: 12px;
    padding: 0.5rem 0.6rem;
    border: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 200;
    transition: all 0.2s ease-in-out;
}

textarea {
    min-height: 131px;
    border-bottom-left-radius: 0;
}

input:focus, input:active, textarea:active, textarea:focus {
    outline: none;
    border: 2px solid rgba(17, 186, 197, 0.6);
}

input::placeholder {
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.01rem;
    color: rgba(0, 0, 0, 0.4);
}

.input-single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 14px;
}

.input-single.is-invalid input {
    border: 1px var(--bs-danger) solid;
}

.input-single.is-invalid {
    margin-bottom: 0;
}

.input-single.is-invalid ~ .invalid-feedback {
    margin-bottom: 14px;
}

.input-single label {
    margin-bottom: 4px;
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    font-feature-settings: 'case' on;
    color: rgba(0, 0, 0, 0.8);
}

.text-uppercase {
    text-transform: uppercase;
    font-feature-settings: "case" on;
}


.hrline {
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.hrline > span {
    position: relative;
    z-index: 1;
    font-size: 0.75rem;
    font-weight: 500;
}

.hrline::before {
    content: "";
    border-bottom: 0.063rem solid rgb(216, 220, 241);
    width: 100%;
    max-width: 13rem;
    position: absolute;
    right: 0px;
    top: 0.688rem;
}

.hrline::after {
    content: "";
    border-bottom: 0.063rem solid rgb(216, 220, 241);
    width: 100%;
    max-width: 13rem;
    position: absolute;
    left: 0px;
    top: 0.688rem;
}

.forgot-password {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline !important;
    color: rgba(0, 0, 0, 0.4);
}


/* checkbox */


.checkbox-entry label {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.default__check[type=checkbox],
.default__check[type=radio] {
    display: none;
}

.default__check[type=checkbox] ~ .custom__check,
.default__check[type=radio] ~ .custom__check {
    display: flex;
    align-items: center;
    height: 22px;
    border: 2px solid rgba(17, 186, 197, 0.6);
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}

.default__check[type=checkbox] ~ .custom__check:after,
.default__check[type=radio] ~ .custom__check:after {
    content: "";
    display: inline-block;
    position: absolute;
    transition: all 0.4s ease;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check,
.default__check[type=radio]:not(.switchbox) ~ .custom__check {
    justify-content: center;
    width: 22px;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check:after,
.default__check[type=radio]:not(.switchbox) ~ .custom__check:after {
    visibility: hidden;
}

.default__check[type=checkbox].switchbox + .custom__check,
.default__check[type=radio].switchbox + .custom__check {
    width: 32px;
}

.default__check[type=checkbox].switchbox + .custom__check:after,
.default__check[type=radio].switchbox + .custom__check:after {
    transform: scale(1.5);
    left: 4px;
}

.default__check[type=checkbox].switchbox:not(:checked) ~ .custom__check:after,
.default__check[type=radio].switchbox:not(:checked) ~ .custom__check:after {
    background-color: rgba(17, 186, 197, 0.6);
}

.default__check[type=checkbox].switchbox:checked ~ .custom__check:after,
.default__check[type=radio].switchbox:checked ~ .custom__check:after {
    left: 20px;
}

.default__check[type=checkbox]:disabled ~ .custom__check,
.default__check[type=radio]:disabled ~ .custom__check {
    opacity: 0.3;
    cursor: not-allowed;
}

.default__check[type=checkbox]:checked ~ .custom__check,
.default__check[type=radio]:checked ~ .custom__check {
    background-color: rgba(17, 186, 197, 0.6);
}

.default__check[type=checkbox]:checked ~ .custom__check:after,
.default__check[type=radio]:checked ~ .custom__check:after {
    visibility: visible;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check {
    border-radius: 0.475rem;
}

.default__check[type=checkbox]:not(.switchbox) ~ .custom__check:after {
    height: 7px;
    width: 3px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.default__check[type=radio] ~ .custom__check,
.default__check[type=checkbox].switchbox ~ .custom__check {
    border-radius: 50rem;
}

.default__check[type=radio] ~ .custom__check:after,
.default__check[type=checkbox].switchbox ~ .custom__check:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50rem;
}

/* /checkbox */

.no-result {
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 72px;
    text-align: center;
    font-feature-settings: 'case' on;
    color: #00000040;
}

.no-result-img img {
    width: 100%;
    max-width: 70px;
}

.profile-tab {
    margin: 60px 0;
    display: none;
}

.profile-tab.active {
    display: block;
}


.profile-tab .no-result {
    padding: 80px 0;
}


.card-body {
    border-radius: 2.3rem;
}

.card-header {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.card-footer {
    border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.card {
    padding: 25px 20px;
    border: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
-moz-border-radius: 35px;
}

.about-us {
    margin: 10px 0;
}

.about-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 77px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.about-container .container-left {
    width: 56%;
}

.about-container .container-right {
    width: 43%;
}

.about-container .container-left h1 {
    font-size: 60px;
    font-style: italic;
    opacity: 0.8;
}

.about-container .container-left p {
    font-size: 20px;
    margin-top: 30px;
}

.about-container .container-right img {
    width: 100%;
    border-radius: 35px;
}

@media (max-width: 1600px) {
    .about-container .container-left h1 {
        font-size: 50px;
    }

    .about-container .container-left p {
        font-size: 18px;
    }

    .about-container .container-right img {
        width: 400px;
    }
}

@media (max-width: 1267px) {
    .about-container .container-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-container .container-left h1 {
        width: 100%;
    }

    .about-container .container-left p {
        width: 100%;
    }

    .about-container .container-right {
        display: none;
    }
}

@media (max-width: 800px) {
    .about-container .container-left h1 {
        font-size: 30px;
    }

    .about-container .container-left p, .container .wrapper .container-left h1 {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .about-container .container-left p, .container .wrapper .container-left h1 {
        font-size: 16px;

        width: 100%;
    }
}

.contact {
    padding: 130px 0;
    position: relative;
}


.contact-form {
    max-width: 800px;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.contact-form h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    font-feature-settings: 'case' on;
    color: var(--text-color);
    margin: 0 auto;
}

.contact-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.contact-item .item-icon {
    line-height: initial;
    font-size: 32px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    padding: 20px;
    line-height: 0;
    /*width: fit-content;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.contact-item .item-text {
    margin: 20px 0;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--text-color);
}

@media (max-width: 580px) {

    .contact-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-item {
        width: 50%;
    }

    .contact-item .item-icon {
        font-size: 24px;
    }

    .contact-item .item-text {
        font-size: 14px;
        line-height: 16px;
    }
}

.contact-background {
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
}


.contact-background img {
    margin-left: auto;
    width: 100%;
    max-width: 900px;
}

@media (max-width: 991px) {
    .contact {
        margin: 30px 0;
        position: static;
        height: auto;
    }

    .contact-background {
        display: none;
    }

    .contact-form {
        max-width: 100%;
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
    }
}

.contact-button {
    position: absolute;
    bottom: 6px;
    right: 0;
    border: 0;
    background-color: #11BAC5;
    color: #fff;
    line-height: initial;
    padding: 12px;
    border-radius: 14px;
    margin: 8px;
}

/*ui-slider*/
.ui-slider {
    position: relative;
    height: 6px;
    background: #f7f7f7;
    margin-right: 12px;
    border-radius: 3px;
    -webkit-border-radius: 2px;
}

.ui-slider-range {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1A99AE;
}

.ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -3px;
    cursor: pointer;
    border: 3px #1A99AE solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-slider-handle:focus-visible {
    outline: 0;
}

/*/ui-slider*/

.sport-icons {
    display: flex;
    transition: all 0.1s ease-in-out;
}


.sport-icon span {
    position: relative;
    padding: 1rem;
    font-size: 21px;
    line-height: initial;
    margin-right: 0.5rem;
    background-color: var(--cta-input-bg);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all 0.1s ease-in-out;
}

@media (max-width: 1399px) {
    .sport-icon span {
        padding: 0.8rem;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .sport-icons {
        justify-content: center;
    }
    .sport-icon span {
        padding: 1rem;
        font-size: 19px;
    }
}

.sport-icon input {
    display: none;
}

.sport-icon:hover span{
    color: #1A99AE;
}

.sport-icon input:checked + span {
    background-color: #e7fdff;
    color: #1A99AE;
}

.ukraine-flag {
    width: 110px;
    height: 52px;
    border-radius: 16px;
}

.slava-ukraini {
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 16px;
}

.svg-i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 14px;
    width: 14px;
}

.svg-i.ka-flag-i {
    background-image: url(/assets/images/languages/ka.svg);
    height: 24px;
    width: 24px;
}

.svg-i.en-flag-i {
    background-image: url(/assets/images/languages/en.svg);
    height: 24px;
    width: 24px;
}

.svg-i.ru-flag-i {
    background-image: url(/assets/images/languages/ru.svg);
    height: 24px;
    width: 24px;
}
