
@font-face {
    font-family: "Heebo", sans-serif;;
}

body {
    font-family: "Heebo", sans-serif;
    background: #fff;
    color: #000;
    font-size: clamp(0.8rem, 0.7rem + 0.6vw, 1.1rem);
    line-height: initial;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1024px;
    padding-left: 16px;
    padding-right: 16px;
}

/*start accessibility*/

#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: blue;
}
li.contrast.access-element a {
    color: blue;
}
li.contrast.access-element:hover a {
    color: blue;
}

/*end accessibility*/

.wrapper {
    padding-top: clamp(3.25rem, 0.5054rem + 11.7103vw, 8rem);
}

.header {
    /* background: url(../img/header-bg.svg) no-repeat center;
    background-size: 100% 100%; */
    background: url(../img/tail.svg) no-repeat 50% calc(100% + 2px), url(../img/wave.svg) no-repeat top center;
    background-size: auto 90vw, cover;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    min-height: 100vw;
    text-align: center;
    padding-bottom: 15vw;
    margin-bottom: 10vw;
}
.logo {
    width: clamp(3.875rem, -0.0975rem + 16.9492vw, 10.75rem);
    position: absolute;
    z-index: 1;
    top: 0;
    right: clamp(4rem, -0.9114rem + 20.9553vw, 12.5rem);
    transform: translateY(-52%);
}
.logo img {
    width: 100%;
}
.header-logo {
    width: clamp(15rem, 0.5547rem + 61.6333vw, 40rem);
}
.header-logo img {
    width: 100%;
}

h1, .h1 {
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: clamp(1.75rem, 0.5944rem + 4.9307vw, 3.75rem);
}

h2, .h2 {
    font-size: clamp(1.375rem, 1.1583rem + 0.9245vw, 1.75rem);
    font-weight: 700;
    margin: 0 0 24px 0;
}
h3, .h3 {
    font-size: clamp(1rem, 1rem + 0.8vw, 1rem);
    font-weight: 700;
    margin: 0 0 24px 0;
}

.item {
    text-align: center;
    display: block;
}
.item-img {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    line-height: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    width: 85%;
    margin: 0 auto 12px auto;
}
.item-img:before {
    content: '';
    display: block;
    padding-top: 176.5%;
}
.item-img img, .item-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    object-position: center;
    background-size: cover;
    background-position: center;
}
.play-overlay {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    background:url(../img/play.svg) no-repeat center;
    background-size: 100% 100%;
    width: clamp(2rem, 0.6999rem + 5.547vw, 4.25rem);
    height: clamp(2rem, 0.6999rem + 5.547vw, 4.25rem);;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-size: clamp(2rem, 0.6999rem + 5.547vw, 4.25rem);
}
.item-title {
    font-weight: 700;
    font-size: clamp(1.375rem, 1.0139rem + 1.5408vw, 2rem);
    line-height: 1.1;
    margin-bottom: 8px;
}

.btn-primary {
    color: #fff;
    background: #bf1621;
    font-weight: 700;
    padding: 8px 16px;
    font-size: clamp(1.1rem, 1rem + 0.8vw, 1.5rem);
    margin-bottom: 4px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 36px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    background: #701d23;
}

.wrap-client img {
    max-width: 90%;
    max-height: 20vw;
    object-fit: contain;
    object-position: center;
}

.content-head {
    background: #c2292e;
    padding: 32px 32px 0 32px;
    border-radius: 10px 10px 0 0;
}
.content {
    background: url(../img/tail.svg) no-repeat 50% calc(100% + 2px) #c2292e;
    background-size: auto 90vw;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 0 32px 20vw 32px;
}
.content p {
    font-size: 0.9em;
}
.sale {
    color: #fff;
    font-size: clamp(1.8rem, 1.2rem + 3.1vw, 3.1rem);
    font-weight: 700;
    line-height: 1;
    margin: 4px 0;
}

.sale-img {
    position: relative;
    max-height: 220px;
    margin-bottom: 12px;
}
.sale-img:before {
    content: '';
    padding-top: 42%;
    display: block;
}
.sale-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: contain;
}
hr {
    border: none;
    background: #fff;
    opacity: 0.3;
    height: 1px;
    margin: 0;
}


.modal {
    
}
.modal-dialog {

}
.modal-content {
    border-radius: 12px;
    border: 2px solid #c2292e;
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,.68);
}
.modal-header {
    padding: 16px 20px;
    position: relative;
    border: none;
    background: #c2292e;
    color: #fff;
    border-radius: 10px 10px 0 0;
    align-items: flex-start;
}
.modal-title {
    text-align: right !important;
    margin: 0 0 0 12px;
    font-size: clamp(1.5rem, 1.5rem + 1.1vw, 1.9rem);
    font-weight: 700;
}
.modal-title span {
    line-height: 1;
    font-size: 0.7em;
}
.btn-close,
.modal-header .btn-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 0;
    box-shadow: none;
    outline: none;
    color: #fff;
    opacity: 1;
    background-size: 14px;
    margin: 0 auto 0 0;
}
.btn-close:hover,
.modal-header .btn-close:hover {
    opacity: 0.7;
}
.modal-body {
    position: relative;
    padding: 16px 20px;
    text-align: right;
    font-size: 1.3em;
}
.modal-arrow {
    position: absolute;
    bottom: 100%;
    margin-bottom: 12px;
    left: 12px;
    z-index: 1;
    pointer-events: none;
}
.modal-footer {
    position: relative;
    border-top: 2px solid #c2292e;
    padding: 16px 20px;
}
.btn-print {
    border: none;
    background: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-print img {
    width: 48px;
    margin-left: 12px;
}

.no-style {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.no-style li {
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.row-sale b {
    white-space: nowrap;
}


@media (min-width: 1199px) {

    .container {
        max-width: 1920px;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .wrapper {
        padding-top: 24px;
    }
    .header {
        background: url(../img/bg.svg) no-repeat top center;
        background-size: cover;
        min-height: auto;
        padding-top: 12vw;
        padding-bottom: 3vw;
        margin-bottom: 4vw;
        border-radius: 0 0 2vw 2vw;
    }
    .header-logo {
        display: inline-block;
    }
    .logo {
        width: clamp(6.25rem, 4.8184rem + 2.2346vw, 7.5rem);
        top: 20px;
        right: 18%;
        transform: translateX(-50%) translateY(0);
    }
    h1, .h1 {
        font-size: clamp(2.625rem, 1.0503rem + 2.4581vw, 4rem);
    }
    .header h1,
    .header .h1 {
        padding-top: 3vw;
    }
    .header-text {
        padding-bottom: 14vw;
    }
    .header-logo {
        width: clamp(25rem, 14.9791rem + 15.6425vw, 33.75rem);
    }
    h2, .h2 {
        font-size: clamp(1.25rem, 0.9637rem + 0.4469vw, 1.5rem);
    }
    h2.h2-xl, .h2.h2-xl {
        font-size: clamp(2rem, 1.4274rem + 0.8939vw, 2.5rem);
    }
    .item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .item-title {
        order: -1;
        color: #bf1621;
        margin-bottom: 1vw;
        margin-top: auto;
    }
    .item-title span {
        font-size: 0.8em;
        color: #000;
        font-weight: 400;
    }
    .item-img {
        width: 100%;
        margin-top: auto;
    }

    .content-head {
        background: #fff;
        border-radius: 0;
    }
    .content {
        border-radius: 10px;
        background-size: 50%;
        padding-bottom: 14vw;
    }
    h3, .h3 {
        font-size: clamp(2rem, 1.1411rem + 1.3408vw, 2.75rem);
    }
    h3.h3-xl, .h3.h3-xl {
        font-size: clamp(2.25rem, 1.3911rem + 1.3408vw, 3rem);
    }
    .sale {
        font-size: clamp(2.75rem, 1.8911rem + 1.3408vw, 3.5rem);
        color: #bf1621;
    }
    .sale br {
        display: none;
    }
    .row-sale {
        padding-top: 3vw;
    }
    .row-sale > * {
        position: relative;
    }
    .row-sale hr {
        position: absolute;
        top: 0;
        bottom: 1em;
        width: 1px;
        height: auto;
        right: 0;
    }
    .row-sale > *:nth-child(1) hr,
    .row-sale > *:nth-child(5) hr {
        display: none;
    }
    .row-sale p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .fw-xl-bold {
        font-weight: 700 !important;
    }
    .row-client > * {
        width: calc(100%/10) !important;
    }

    .modal-dialog {
        max-width: 940px;
    }
    .modal-backdrop {
        --bs-backdrop-bg: #fff;
    }
    .modal-title span {
        color: #000;
    }
    .modal-body {
        padding-left: 100px;
        background:url(../img/modal-bg.svg) no-repeat 0 calc(100% - 40px);
        background-size: 100px;
    }
    .modal-arrow {
        display: none;
    }
    

}
