@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&display=swap");

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

@media only screen and (max-width: 992px) {
    .title-page {
        font-size: 1.5rem;
    }
    .desc-block h2 {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 1159px) {
    nav ul li:nth-last-child(2) {
        display: none !important;
    }
    nav ul li:first-child {
        display: none !important;
    }

    .hide-on-lmed-and-down {
        display: none !important;
    }
}

.page-item-19 {
    display: none !important;
}

.payment-section {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.payment-section img {
    width: 100%;
}

.social-media {
    margin: 12px 0;
}
.social-media .social-media-block {
    height: 32px !important;
    width: 32px !important;
}
.social-media .social-media-block a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    color: #fff;
}
.social-media .social-media-block svg {
    padding: 5px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.social-media .social-media-block a:hover {
    filter: invert(45%) sepia(93%) saturate(3650%) hue-rotate(338deg) brightness(95%) contrast(103%);
}

select {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    height: 3rem;
    color: #000;
    background-color: rgba(0,0,0,0.03);
}
select:focus, select:hover, select:active {
    border: none !important;
}

.sidenav .page_item_has_children .children {
    display: none !important;
}

.page_item_has_children .page_item_has_children .children {
    display: none !important;
}

#hover {
    font-size: 1.2rem !important;
}

.sidenav a {
    color: #fff !important;
}
.sidenav .children {
    padding-left: 16px;
}
.sidenav .page_item {
    width: 100%;
}

.blog-article .card-image img {
    height: 200px;
}

.page-block img {
    max-width: 100%;
    border-radius: 8px;
}

.title-page {
    margin-top: 0; margin-bottom: 0px; font-weight: 550; font-size: 3rem; text-transform: uppercase
}

.title-bg {
    position: absolute;width: 100%;z-index: -1;height: 500px; margin-top: 0px;
}

.title-bg img {
    width: 100%; height: 100%; object-fit: cover; opacity: 0.7
}

.nav-margin {
    line-height: 64px; margin-left: auto;
}

.nav-margin .children {
    display: none;
    position: fixed;
    margin-top: 0px;
    background: #fff;
    line-height: 44px;
    border-radius: 0px;
    left: 0;
    width: 100%;
    padding: 0 5%;
}

.nav-margin .children .page_item {
   margin: auto;
}

.sidenav {
    z-index: 9999 !important;
}

.tabs .tab a {
    transition: none !important;
    -webkit-transition: none !important;
}

.tabs .children {
    display: none !important;
}

.tag-block-link {
    margin: 4px auto;
    padding: 4px 8px;
}

.tag-block-link a {
    color: #616161 !important;
}

.slidenav .children {
    display: none !important;
}

.title-index {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 550;
    font-size: 5rem
}

.btn-radius {
    border-radius: 6px !important;
}

.desc-block h1 {
    font-weight: 700;
    font-size: 2.5rem;
}

.desc-block h2 {
    font-weight: 700;
    font-size: 2.1rem;
}

.desc-block h3 {
    font-weight: 700;
    font-size: 1.7rem;
}

.desc-block h4 {
    font-weight: 700;
    font-size: 1.4rem;
}

.desc-block h5 {
    font-weight: 700;
    font-size: 1.2rem;
}

.desc-block video {
   width: 100%;
}

.desc-block ul {
    padding-left: 40px;
}

.desc-block ul li {
    list-style-type: disc;
}

.desc-block-img-right {
    width: 40%; margin-right: 32px; border-radius: 8px
}

.desc-block-img-left {
    width: 40%; margin-left: 32px; border-radius: 8px
}

.desc-block-title {
    font-weight: 600;
    margin-top: 0;
}

.desc-block, .desc-block .material-icons {
    line-height: 2rem;
    font-size: 1.2rem;
}
.desc-block-2 {
    line-height: 1.4rem;
    font-size: 0.9rem;
}
.desc-block .material-icons {
    margin-right: 8px;
}

img {
    object-fit: cover;
}

.h1-index {
    display: inline;
    background-color: #000;
    box-shadow: -10px 0 0 #000, 10px 0 0 #000;
    padding: 10px 0;
    color: #FFFFFF;
    border-radius: 24px;
}

.text-border-4 {
    text-shadow: 4px 4px 4px #000;
}

.transparent-black {
    background: rgba(0,0,0,0.5) !important;
}

.modal-full {
    height: 100vh;
    max-height: 100vh !important;
    background: black !important;
}

.modal.bottom-sheet {
    max-height: 100vh !important;
}

.h-titles {
    font-size: 6rem;
}
.padding-order {
    padding-top: 64px
}

@media only screen and (max-width: 600px) {
    .h-titles {
        font-size: 4rem;
    }
    .h-contacts {
        font-size: 1.2rem;
    }
    .padding-order {
        padding-top: 128px
    }
    .margin-order {
        padding-top: 64px !important;
    }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    cursor: pointer;
}

.no-mar {
    margin: 0 !important;
}

code {
    background: #EEEEEE;
    border-radius: 2px;
    color: #000;
    padding: 0 4px;
}

pre {
    background: #efefef;
    margin: 0;
    padding: 12px;
    border-radius: 8px;
    color: #000;
    overflow: auto;
}

pre code {
    background: inherit;
    border-radius: 0;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
}

.container-padding {
    padding-top: 80px;
}

.input-label {
    display: block;
    margin-bottom: 4px;
}

.btn {
    box-shadow: none;
    border-radius: 8px;
    background: transparent;
    line-height: 34px;
}

.btn:hover {
    background-color: transparent;
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    box-shadow: none;
}

.z-depth-s {
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
}

.z-depth-s2 {
    box-shadow: 4px 8px 16px rgb(0 0 0 / 8%) !important
}

nav .sidenav-trigger i {
    height: 44px;
    line-height: 44px;
}

nav .sidenav-trigger {
    height: 44px;
}

.slidenav {
    z-index: 1000;
}

.btn-large {
    height: 54px;
    line-height: 54px;
}

.card .card-image img {
    border-radius: 8px 8px 0 0;
}

.card .card-action:last-child {
    border-radius: 0 0 8px 8px;
}

.card-panel, .card, .progress, .collapsible {
    box-shadow: none;
    border-radius: 8px;
    border: 1px #e1e1e1 solid;
}

.collapsible-header, .collapsible-body, thead {
    border-radius: 8px;
    border-bottom: none !important;
}

.collapsible li {
    margin-bottom: 4px;
}

.btn-floating {
    border-radius: 50% !important;
}

hr {
    border: none;
    height: 1px;
    background-color: #e1e1e1;
    width: 100%;
}

.card-image-feed-box {
    max-height: 600px !important;
}

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

.square:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    user-select: none;
}

nav {
    background: rgba(255,255,255,0.7);
    height: 64px;
}

.backdrop-blur {
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.sidenav .divider {
    background-color: rgba(255,255,255,0.1);
}

.card-panel, .card, .progress, .collapsible {
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    border: none;
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.shadow {
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
    transition: all .3s cubic-bezier(0,0,.5,1) !important;
}

.hoverable-shadow {
    transition: all .3s cubic-bezier(0,0,.5,1) !important;
}

.hoverable-shadow:hover {
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%) !important;
    transform: scale(1.01) !important;
}

.hoverable-shadow-2 {
    transition: all .3s cubic-bezier(0,0,.5,1) !important;
}

.hoverable-shadow-2:hover {
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%) !important;
}

.active {
    opacity: 1 !important;
}

.slidenav-filter {
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,0.8);
}

body {
    line-height: 1;
    background: #fbfbfd !important;
}

.btn {
    font-weight: 500;
    transition: 0.3s all;
}

.star-half-color {
    background-image: linear-gradient(90deg, rgb(255 193 8) 50%, rgb(158 158 158) 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.flex {
    display: flex !important;
}

.block {
    display: block !important;
}

.body-grey {
    background: #fbfbfd;
}

.section {
    width: 100%;
}

.admin-left {
    width: 250px;
    background: #fbfbfd;
}

.admin-left .collection {
    background: transparent;
    border: none;
}

.admin-left .collection-item {
    background: transparent;
    line-height: 26px;
}

.admin-left .collection-item i {
    margin-right: 12px;
}

.admin-right {
    padding-top: 30px;
    width: calc(100% - 250px);
    border-radius: 0 0 0 8px
}

.code-block {
    border: 1px solid #9c9c9c54;
    background: #9c9c9c0f;
    padding: 16px;
    border-radius: 16px;
}

.vertical-container {
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-container-perm {
    position: relative;
}

.vertical-center-perm {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ol, ul {
    list-style: none;
}

aform {
    width: 100%;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

@media only screen and (min-width: 993px) {

}

@media only screen and (min-width: 1590px) {

}

@media only screen and (min-width: 1900px) {

}

@media only screen and (max-width: 992px) {
    main {
        padding-bottom: 40px;
    }

    .desc-block-img-right {
        display: none !important;
    }

    .desc-block-img-left {
        display: none !important;
    }

    .title-index {
        font-size: 4rem;
    }

    .social-media {
        opacity: .7;
    }

    .social-media .social-media-block {
        height: 30px !important;
        width: 30px !important;
    }
    .social-media .social-media-block a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .social-media .social-media-block svg {
        padding: 5px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 600px) {

    .no-pad-s {
        padding: 0 !important;
    }

    .no-mar-s {
        margin: 0 !important;
    }

    .title-index {
        font-size: 4rem;
        font-weight: 900;
        flex-wrap: wrap;
    }

    .container-padding {
        padding-top: 45px;
    }

    .container-padding-msg {
        padding-top: 0px;
    }

    .fullsize {
        min-height: 100vh;
    }

    .vertical-container-perm {
        position: inherit;
    }

    .vertical-center-perm {
        margin: 0;
        position: inherit;
        top: 0;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

@media only screen and (max-width: 400px) {

    .main-star-block {
        margin-top: 100px;
    }
}
