
* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: rgb(246 246 246);
    min-height: 100vh;
}

@media screen and (min-width: 1100px) {
    body {
        padding-left: 20vw;
        padding-right: 20vw;
    }
    .section-fixed-bottom{
        margin: 0 20vw;
    }
}

.active-subcategory-bar {
    display: none;
}

.hidden {
    display: none;
}

.uppercase-text {
    text-transform: uppercase;
}

.text-gray {
    color: gray;
}

.text-green {
    color: rgb(43 196 140);
}

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

.font-weight-600 {
    font-weight: 600;
}

.box-shadow {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5), inset 0 2px 1px 0 rgba(255, 255, 255, 0.43);
}

.otp-send-button,
.otp-send-button-pin {
    background: linear-gradient(270deg, #4D8069 0.59%, #2D4B59 100%);
    mix-blend-mode: normal;
    border: 2px solid rgba(68, 255, 226, 0.8);
    box-shadow: 0px 0px 4px 2px rgba(68, 231, 223, 0.5);
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
    transition: 0.7s;
}

.otp-send-button:hover,
.otp-send-button-pin:hover {
    border: 2px solid #aff;
    box-shadow: 0px 0px 8px 2px rgba(68, 255, 226, 0.8);
}

.button-main {
    background-color: rgb(43 196 140);
    font-weight: bold;
    border: none;
    color: white !important;
    display: block;
    text-decoration: none !important;
    border-radius: 5px;
}

.button-more-small {
    color: #000000;
    font-size: 16px;
    text-decoration: none !important;
}

.button-more-small img {
    width: 20px !important;
    height: 20px !important;
}

.button-more-small:hover {
    color: #000000;
}

.content-page-header-container {
    background: rgb(45,75,89);
    background: linear-gradient(266deg, rgba(45,75,89,1) 55%, rgba(77,128,105,1) 100%);
    color: white;
    font-size: 25px;
}

@media screen and (max-width: 350px) {
    .content-page-header-container {
        font-size: 20px;
    }
}

.content-page-header-container span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.content-page-header-back-button {
    position: absolute;
    left: 20px;
    display: inline-block;
}

@media screen and (min-width: 1100px) {
    .content-page-header-back-button {
        left: 22vw;
    }
}

.offer {
    font-weight: bold;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.offer .title {
    font-size: 25px;
}

.offer .text {
    font-size: 20px;
}

@media screen and (max-width: 350px) {
    .offer .title{
        font-size: 20px;
    }
}

.load-more-container button {
    background-color: rgba(255,255,255,0);
    border: 1px solid #a5a5a5;
    color: #a5a5a5;
    width: 90%;
}

.load-more-hr-left {
    height: 1px;
    background: rgb(74,238,191);
    background: linear-gradient(90deg, rgba(74,238,191,1) 66%, rgba(74,238,191,0.15449929971988796) 90%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.load-more-hr-right {
    height: 1px;
    background: rgb(74,238,191);
    background: linear-gradient(90deg, rgba(74,238,191,0.15449929971988796) 10%, rgba(74,238,191,1) 33%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hr-middle {
    background: rgb(74,238,191);
    background: linear-gradient(90deg, rgba(74,238,191,0.25253851540616246) 5%, rgba(74,238,191,1) 50%, rgba(74,238,191,0.25253851540616246) 95%);
    height: 1px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loader {
    border: 3px solid #a5a5a5;
    border-top: 3px solid rgb(74,238,191);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

.loader-container {
    margin-left: 47%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer-menu-items{
    flex-wrap: wrap;
    padding: 0 1rem;
}

.footer-menu-item {
    border: 1px solid rgb(74 238 191);
    border-radius: 3px;
    margin:  5px;
    flex-grow: 1;
    flex-shrink: 0;
}

.footer-menu-item a {
    display: block;
    width: 100%;
    color: rgb(74 238 191);
    padding: 10px 5px;
    text-decoration: none;
}

@media screen and (max-width: 350px) {
    .footer-menu-item a {
        padding: 8px 16px;
    }
}

.footer-logo-container, .body-logo-container {
    background-color: rgb(46 49 53);
}

.footer-logo-container span {
    display: block;
    color: white;
    font-size: 12px;
}

.content-subscribe-section {
    background: rgb(45,75,89);
    background: linear-gradient(266deg, rgba(45,75,89,1) 55%, rgba(77,128,105,1) 100%);
}

.content-subscribe-section span, .content-subscribe-section li {
    color: white;
}

.content-subscribe-section li {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.content-subscribe-section .home-offer, .content-subscribe-section .price {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 18px;
}

.content-subscribe-section .price {
    color: rgb(68 255 226);
}

.content-subscribe-section .button-main {
    width: 200px;
    margin: 0 auto;
    padding: 10px 0;
    box-shadow: none;
}

@media screen and (max-width: 350px) {
    .content-subscribe-section .home-offer, .content-subscribe-section .price {
        font-size: 14px;
    }

    .content-subscribe-section li {
        font-size: 11px;
    }

    .content-subscribe-section .button-main {
        padding: 7px 0;
        font-size: 15px;
    }
}

@media screen and (min-width: 600px) {
    .content-subscribe-section .home-offer, .content-subscribe-section .price {
        font-size: 22px;
    }

    .content-subscribe-section li {
        font-size: 18px;
    }
}

#_loader {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;

    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#_loader__fill {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0f0f0f;
    opacity: 0.5;
    z-index: 1;
}

#_loader__roll {
    width: 25vw;
    height: 25vw;
}

.button-popup{
    width: 100%;
    text-align: center;
    padding: 0.5rem;
}

.fancybox-content{
    padding-top: 30px !important;
}

.fake-sub-button {
    display: none !important;
}

.disclaimer-text{
    padding: 10px;
}

.annotations > p{
    margin: 2rem 0;
}

.annotation-title{
    color: #229B6F;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
}

.annotation-items{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.annotation-items > p > a{

    text-decoration: underline;
    color: #229B6F;
}

.collapse-title-with-arrow > .arrow-before:before{
    transform: rotate(0deg);
    display: inline-block;
    padding: 0 2rem;
}

.collapse-title-with-arrow > .arrow-after:after{
    transform: rotate(360deg);
    display: inline-block;
    padding: 0 2rem;
}

.collapse-title-with-arrow > .arrow-after:after,
.collapse-title-with-arrow > .arrow-before:before{
    margin-top: 2px;
    transition: 0.5s;
    filter: brightness(1);
}

.collapse-title-with-arrow.collapsed > .arrow-after:after,
.collapse-title-with-arrow.collapsed > .arrow-before:before {
    transform: rotate(180deg);
    filter: brightness(0);
}

.otp-send-button:after{
    float: right;
    margin-top: 2px;
}


.right-text-direction {
    direction: RTL;
}

.right-text-direction div {
    direction: RTL;
}

.right-text-direction li {
    text-align: right;
    list-style-type: disc;
}

@keyframes blink {
    0% { box-shadow: none; }
    50% { box-shadow: 0px 0px 7px 1px rgba(255,255,255, 0.7) }
    0% { box-shadow: none; }
}

.like-icon {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background-color: #FFFFFF;
    background-position:center;
    background-repeat: no-repeat;
}

.language-switcher {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: #fff;
    text-decoration-line: underline;
}

.header-container {
    background-color: rgb(46 49 53);
    padding: 10px;
}

.header-container img {
    cursor: pointer;
}

.header-button-container {
    position: relative;
    width: 30px;
}

.header-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

#sidebar-open-button {
    height: 20px;
}

@media screen and (max-width: 350px) {
    .header-button {
        width: 23px;
        height: 23px;
    }

    .header-button-container {
        width: 23px;
    }

    #sidebar-open-button {
        height: 16px;
    }

    .header-logo-container img {
        width: 100px;
        height: 25px;
    }
}

@media screen and (min-width: 600px) and (min-height: 800px) {
    .header-container {
        padding: 15px;
    }

    .header-button {
        width: 40px;
        height: 40px;
    }

    .header-button-container {
        height: 40px;
    }

    #sidebar-open-button {
        height: 30px;
    }

    .header-logo-container img {
        width: 150px;
        height: 40px;
    }
}

.fc-container .fancybox-bg {
    background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: 0.95;
}

.fc-content {
    max-width: 100%;
    padding: 50px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
}

.fc-content h3 {
    margin-top: 0;
    font-size: 1.6em;
    letter-spacing: normal;
}

.fc-content p {
    color: #666;
    line-height: 1.5;
}

.fc-content p:last-child {
    margin-bottom: 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.fc-content {
    padding: 20px;
}

.main-sidebar-header {
    background-color: rgb(46 49 53);
}

.main-sidebar {
    width: 300px;
    position: absolute;
    top: 0;
    left: -305px;
    z-index: 888;
    transition: left 0.5s;
    opacity: 0;
}

.main-sidebar-active {
    left: 0 !important;
}

.main-sidebar-close-button {
    position: absolute;
    top: 10px;
    left: 93%;
}

.main-sidebar-menu {
    background-color: rgb(43 196 140);
}

.main-sidebar-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-navigation a, .sidebar-title.collapsed, .sidebar-title {
    display: block;
    margin-bottom: 13px;
    background: rgba(55, 111, 109, 0.68);
    text-align: center;
    padding: 7px 0;
    color: white;
    font-size: 19px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: none;
}

.sidebar-navigation a:hover, .sidebar-title {
    text-decoration: none;
    background: rgb(45,75,89);
    background: linear-gradient(266deg, rgba(45,75,89,1) 55%, rgba(77,128,105,1) 100%);
    box-shadow: 0px 0px 3px 3px rgb(68 255 226);
    color: white;
}

.sidebar-title:hover {
    text-decoration: none;
    color: white;
}

.sidebar-categories a {
    display: block;
    color: white;
    font-size: 14px;
    padding: 7px 20px 7px 35px;
}

.sidebar-categories a:hover {
    background: linear-gradient(90deg, rgba(47, 79, 90, 0.46) 0%, #2BC48C 99.08%);
    text-decoration: none;
}

.sidebar-categories .hr {
    height: 1px;
    background: linear-gradient(90deg, #00D9AD 63.03%, rgba(196, 196, 196, 0) 100%);
    margin: 0 20px 0 35px;
}

@media screen and (max-width: 350px) {
    .main-sidebar {
        width: 250px;
        left: -255px;
    }

    .sidebar-navigation a, .sidebar-title.collapsed, .sidebar-title {
        font-size: 16px;
    }

    .sidebar-categories a {
        font-size: 12px;
    }
}

@media screen and (min-width: 400px) and (min-height: 800px) {
    .main-sidebar {
        width: 400px;
        left: -405px;
    }
}

@media screen and (min-width: 1100px) {
    .main-sidebar-active {
        left: 20vw;
    }
}

.main-sidebar-header {
    background-color: rgb(46 49 53);
}

.main-sidebar {
    width: 300px;
    position: absolute;
    top: 0;
    left: -305px;
    z-index: 888;
    transition: left 0.5s;
    opacity: 0;
}

.main-sidebar-active {
    left: 0 !important;
}

.main-sidebar-close-button {
    position: absolute;
    top: 10px;
    left: 93%;
}

.main-sidebar-menu {
    background-color: rgb(43 196 140);
}

.main-sidebar-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-navigation a:hover, .sidebar-title {
    text-decoration: none;
    background: rgb(45,75,89);
    background: linear-gradient(266deg, rgba(45,75,89,1) 55%, rgba(77,128,105,1) 100%);
    box-shadow: 0px 0px 3px 3px rgb(68 255 226);
    color: white;
}

.sidebar-title:hover {
    text-decoration: none;
    color: white;
}

.sidebar-categories a {
    display: block;
    color: white;
    font-size: 14px;
    padding: 7px 20px 7px 35px;
}

.sidebar-categories a:hover {
    background: linear-gradient(90deg, rgba(47, 79, 90, 0.46) 0%, #2BC48C 99.08%);
    text-decoration: none;
}

.sidebar-categories .hr {
    height: 1px;
    background: linear-gradient(90deg, #00D9AD 63.03%, rgba(196, 196, 196, 0) 100%);
    margin: 0 20px 0 35px;
}

@media screen and (max-width: 350px) {
    .main-sidebar {
        width: 250px;
        left: -255px;
    }

    .sidebar-navigation a, .sidebar-title.collapsed, .sidebar-title {
        font-size: 16px;
    }

    .sidebar-categories a {
        font-size: 12px;
    }
}

@media screen and (min-width: 400px) and (min-height: 800px) {
    .main-sidebar {
        width: 400px;
        left: -405px;
    }
}

@media screen and (min-width: 1100px) {
    .main-sidebar-active {
        left: 20vw;
    }
}
