h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 900;
    margin: 0;
}

h1 {
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -1.44px;
}

h1.secondary {
    font-family: RamaSlabMW03-Thin;
    font-size: 96px;
    font-weight: 100;
    font-style: normal;
    line-height: 90%;
    letter-spacing: -1.92px;
}

h2 {
    font-size: 50px;
    line-height: 100%;
}

h3 {
    font-size: 36px;
    line-height: 120%;
}

h4 {
    font-size: 28px;
    line-height: 120%;
}

h5, h6 {
    font-size: 24px;
    line-height: 120%;
}

.default-style p, 
.default-style b, 
.default-style u, 
.default-style a {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    line-height: 140%; 
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
}

.default-style b,
.default-style strong {
    font-weight: 900;   
}

.default-style u {
    text-decoration-line: underline;
}

.default-style b u, 
.default-style strong u {
    font-weight: 900;  
} 

/*.default-style a {
    color: #1286eb;
}*/

.default-style ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
    list-style-type: circle;
}

.default-style ul li {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 36px;   
        line-height: 100%;
    }

    h1.secondary {
        font-family: RamaSlabMW03-Thin;
        font-size: 56px;
        font-style: normal;
        font-weight: 100;
        line-height: 90%;
    }

    h2 {
        font-size: 30px;
        line-height: 120%;
    }

    h3 {
        font-size: 24px;
        line-height: 100%;
    }

    h4 {
        font-size: 18px;
        line-height: 120%;
    }

    h5, h6 {
        font-size: 16px;
        line-height: 120%; 
    }
}

.center-main-block {
    max-width: 912px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.placeholder-brands-list h4 {
    text-align: center;
    margin-bottom: 10px;
}

.placeholder-brands-list .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-around;
    overflow: hidden;
    max-height: 120px;
}

.placeholder-brands-list .list div {
    width: 120px;
}


.placeholder-carousel-products .list-of-ar {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-around;
    overflow: hidden;
    height: 320px;
}

.placeholder-carousel-products .list-of-ar div.article-example {
    width: 250px;
}

.placeholder-carousel-products h4 {
    text-align: center;
    margin-bottom: 10px;
}


.placeholder-products-list .list-of-ar {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-around;
    overflow: hidden;
    height: 320px;
}

.placeholder-products-list .list-of-ar div.article-example {
    width: 250px;
}

.placeholder-products-list h4 {
    text-align: center;
    margin-bottom: 10px;
}

.basic-content-layout {
    padding: 40px;
}

/*.hidden-dot{
    display: none !important;
}

.mob__slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mob__slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}*/