/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import "../fonts/stylesheet.css";

@import "logo.css";

:root {
/*    --primary: #1b992c;*/
    /* --primary: #2196f3; */
/*     --primary: #3f51b5; */
/*     --primary: #d35400; */
/*     --primary: #e67e22; */
     --primary: #0d333f; 
    /* --body-text: 'Barlow Semi Condensed', sans-serif; */
    --body-text: "Avenir Next Cyr", sans-serif;
}

body {
    font-family: var(--body-text);
    letter-spacing: 1px;
    font-size: 18px;
}

section {
    padding: 2% 0;
}

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

.container-fluid {
    padding: 0 5%;
}

.main-nav {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 99;
}

.main-nav a.brand-logo {
    color: #212121;
}

.main-nav ul li a {
    color: #212121;
    font-weight: 500;
}

.main-nav ul li a:hover {
    background: white;
    color: var(--primary);
}

.btn,
.btn-large,
.btn-floating,
.btn-flat {
    text-transform: none;
    box-shadow: none !important;
    padding: 0 36px;
    font-size: 18px;
}

.round {
    border-radius: 200px;
}

.light {
    background-color: transparent;
    outline: 2px solid white;
    color: white;
    font-weight: 500;
}

.light:hover {
    background-color: white;
    color: var(--primary);
}

.btn-flat:hover {
    background-color: #e0e0e0;
}

.small-text {
    font-size: 14px;
}

.pricing-block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pricing-block > span:nth-child(2) {
    font-size: 2.5rem;
}

.pricing-wrapper a {
    color: #212121;
}

.pricing-wrapper .card-panel {
    box-shadow: none !important;
    border: 1px solid white;
}

.pricing-wrapper .card-panel:hover {
    border: 1px solid var(--primary);
}

.medium {
    font-weight: 500;
}

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

.bold {
    font-weight: 700;
}

.clamp-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

ul.collapsible {
    box-shadow: none;
    border: none;
    /* background-color: #eee; */
}

.collapsible-header {
    position: relative;
    /* background-color: #eee; */
}

.collapsible-header > p {
    width: 100%;
    text-align: left;
}

.collapsible-header > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

footer.page-footer {
    font-size: 16px;
}

footer.page-footer ul li {
    margin-bottom: 16px;
}

footer.page-footer ul li a {
    color: #fff;
}

.nav-dropdown {
    position: fixed;
    right: calc(5% + 15px);
    top: 64px;
    margin-top: 0;
    width: 300px;
    color: #252525;
    border: 1px solid #eee;
    z-index: 9000;
    font-size: 14.5px;
    letter-spacing: normal;
}

.nav-dropdown p {
    font-weight: 600;
}

.nav-dropdown h6 {
    font-size: 14.5px;
}

.full-width {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

input,
button,
textarea {
    font-family: var(--body-text) !important;
}

table.comparison-table > tbody > tr:last-child {
    border-bottom: none !important;
}

table.comparison-table > thead > tr > th,
table.comparison-table > tbody > tr > td {
    text-align: center;
    font-size: 14.5px;
}

table.comparison-table > thead > tr > th:first-child,
table.comparison-table > tbody > tr > td:first-child {
    text-align: left !important;
    font-weight: 500;
}

.empty-cart {
    height: calc(100dvh - 128px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

ul.table-of-contents > li a.active {
    border-left: 2px solid var(--primary) !important;
}

ul.table-of-contents > li a:hover {
    border-left: 1px solid var(--primary) !important;
}

ul.product-info-list > li {
    font-size: 14.5px;
    margin-bottom: 16px;
    margin-left: 10px;
    text-align: left;
}

ul.product-info-list > li.empty {
    color: #fff;
}

.loader-wrapper {
    position: absolute;
    height: 100dvh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.truncate-1 {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-5 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    text-align: center;
}