header {
    padding-top: 36px;
    background-color: #fcfcfe; }
header .header-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
header .header-box .logo {
    padding-bottom: 26px; }
header .header-box .main-img {
    padding-bottom: 28px; }
header .header-box .text-block {
    color: #2b2932;
    font-size: 31px;
    font-family: "Patua One", cursive;
    padding-bottom: 49px;
    position: relative; }
header .header-box .text-block::after {
    content: '';
    background-image: url(../img/arrow-bottom.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 27px;
    left: 50%;
    bottom: 15px; }
header .header-box .text-block p {
    margin: 0; }
header .header-box .text-block strong {
    text-transform: uppercase;
    font-size: 36px; }
header .header-box .text-block .color-red {
    color: #ee5851;
    font-family: "Patua One", cursive;
    font-weight: 400;
    font-size: 31px; }
header .header-box .text-block .underline {
    position: relative; }
header .header-box .text-block .underline::after {
    content: '';
    background-image: url(../img/underline.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    min-width: 256px;
    height: 7px;
    left: 0;
    right: 0;
    bottom: -3px; }

.container.-small {
    width: 720px;
    max-width: 100%; }

.bg-icons {
    background-image: url(../img/bg-icons.png);
    background-position: center center;
    background-size: 90% auto;
    background-repeat: repeat-y; }

.centered {
    text-align: center; }

.expired .red-block {
    background-color: #ee5851;
    padding-top: 42px;
    padding-bottom: 42px; }
.expired .red-block .text-block em {
    color: #f1f1f6;
    font-family: "Caveat", cursive;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    display: inline-block; }
.expired .red-block .text-block p {
    margin: 0;
    font-family: "Patua One", cursive;
    font-size: 30px;
    color: #212025;
    font-weight: 400;
    line-height: 35px; }
.expired .red-block .text-block p > span {
    font-family: "Patua One", cursive;
    font-weight: 400;
    color: #212025;
    font-size: 19px; }
.expired .red-block .text-block p .white {
    color: #f1f1f6;
    font-size: 30px; }
.expired .red-block .btn-show {
    margin-top: 28px;
    height: 59px;
    border-radius: 7px;
    background-color: #1c2033;
    display: inline-flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #ee5851;
    font-family: "Patua One", cursive;
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    transition: .3s ease;
    padding: 0px 30px;
}
.expired .red-block .btn-show:hover {
    background-color: #181d34;
    color: #fff; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .bg-icons {
        background-size: 120% auto; }
    .container.-small {
        width: 760px;
        max-width: 100%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .bg-icons {
        background-size: 100% auto; }
    .container.-small {
        width: 720px;
        max-width: 100%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .bg-icons {
        background-size: 80% auto; }
    footer .footer-links {
        text-align: center; }
    .container.-small {
        width: 540px;
        max-width: 100%; } }
.s-h-text{
    font-family: var(--font-oswald);
}