:root {
    --white: #FFFFFF;
    --text: #121214;
    --yellow: #FFE100;
    --light-gray: #DCDDDC;
    --gray: #555555;
    --light-accent: #C6C5FF;
    --accent: #8D8BD9;

    --base-transition: 0.5s;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ys-catalog body {
    margin: 0;
    font-family: 'Montserrat';
    background-color: var(--white);
    color: var(--text);
}

.ys-catalog .container {
    width: 100%;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.ys-catalog h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 51px;
    text-align: left;
}

.ys-catalog h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
}

.ys-catalog h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: left;
}

.ys-catalog h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
}
.ys_header_new p.small,
._ys-footer p.small,
.ys-catalog p.small {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}

.ys_header_new p,
._ys-footer p,
.ys-catalog p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.ys_header_new a,
._ys-footer a,
.ys-catalog a {
    text-decoration: none;
    color: var(--text);
    transition: var(--base-transition);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    cursor: pointer;
}

.ys_header_new a.small,
._ys-footer a.small,
.ys-catalog a.small {
    text-decoration: none;
    color: var(--text);
    transition: var(--base-transition);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}

.ys-catalog main {
    margin-bottom: 20px;
}

.ys-catalog br.desktop {
    display: block;
}

@media (hover: hover) {
    .ys-catalog a:hover {
        color: var(--accent);
    }
}

.ys-catalog a:active {
    color: var(--accent);
}

a.big-card:hover
a.big-card:active
a.big-card:focus {
    text-decoration: unset;
}
a.card:hover
a.card:active
a.card:focus {
    text-decoration: unset;
}

#catalog-empty {
    margin-top: 100px;
}

#catalog-empty .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

#catalog-empty .container img {
    width: 300px;
    height: auto;
    user-select: none;
}

@media screen and (max-width: 1200px) {
    .ys-catalog h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .ys-catalog h3 {
        font-size: 16px;
        line-height: 19px;
    }
    
    /* p.small {
        font-size: 10px;
        line-height: 12px;
    } */

    .ys-catalog .container {
        padding: 0 30px;
    }
    
    .ys-catalog .container.new-catalog_ys {
        padding: 0px 5px;
    }

    .ys-catalog br.desktop {
        display: none;
    }

    #catalog-empty .container img {
        width: 80%;
        max-width: 300px;
        height: auto;
        user-select: none;
    }
}

@media screen and (max-width: 767px){
    .headerMargin.ys-hidden {
        height: 90px;
    }
}
