@charset "UTF-8";

/* MONTSERRAT BOLD */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.eot?#iefix") format("embedded-opentype"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.woff2") format("woff2"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.woff") format("woff"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.ttf") format("truetype"),
        url("/local/assets/fonts/montserrat/web/montserrat-Bold.svg#Montserrat-Bold") format("svg");
}
/* MONTSERRAT REGULAR */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"),
        url("/local/assets/fonts/montserrat/web/montserrat-Regular?#iefix") format("embedded-opentype"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.woff2") format("woff2"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.woff") format("woff"), 
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.ttf") format("truetype"),
        url("/local/assets/fonts/montserrat/web/montserrat-Regular.svg#Montserrat-Regular") format("svg");
}

/* COMMON SETTINGS */
:root {
	--text-color: #222222;
    --additional-text-color: #ffffff;
    --accent-color: #862D34;

    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #862D34;

    --footer-accent-color: #862D34;
    --footer-background-color: #070B1F;
    --footer-text-color: #393F54;
    --footer-credo-color: #393F54;
    --footer-logotype-color: #393F54;
}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color);
    font-family: "Montserrat";
    scroll-behavior: smooth;
    background-color: #141A35;
}

.af-page.af-page__toto-2021 strong {
    font-weight: 700;
}

@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

/* ALL MEDIA */
@media screen and (min-width: 0) {

    /* PAGE */
    .af-page.af-page__toto-2021 {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__toto-2021 .af-page-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__toto-2021 .af-page-wrapper {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    /* MAIN */
    .af-page__toto-2021 .af-main {
        position: relative;
        background: url('/upload/medialibrary/4d7/qqr9mvt26dja8jgfjcinucsfqvywct01/bg_main.jpg') center no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 73px);
        max-height: 773px;
        padding: 100px 0;
        box-sizing: border-box;
    }  
    .af-page__toto-2021 .af-main-information {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        box-sizing: border-box;
        z-index: 1;
    }
    .af-page__toto-2021 .af-main-text {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-align: center;
        color: var(--additional-text-color);
        margin-bottom: 30px;
    }
    .af-page__toto-2021 .af-main-title {
        display: block;
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }

    .af-page__toto-2021 .af-main-title img {
        width: 100%;
    }

    .af-page__toto-2021 .af-main-credo {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        color: var(--additional-text-color);
        margin-top: 0;
    }
    .af-page__toto-2021 .af-main-time {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        line-height: 100%;
        text-align: center;
        color: var(--additional-text-color);
        margin-bottom: 30px;
    }

    /* INFORMATION */
    .af-page__toto-2021 .af-information-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--additional-text-color);
        margin: 0;
        text-align: center;
    }

    .af-page__toto-2021 .af-information-description:first-child {
        margin-bottom: 10px;
    }

    /* LINE */
    .af-line {
        width: 1px;
        height: 50px;
        background-color: var(--additional-text-color);
        margin: 30px auto;
    }

    /* GALLERY */
    .af-page__toto-2021 .af-gallery-item {
        display: block;
        filter: brightness(0.4);
        transition: all .5s;
        overflow: hidden;
    }
    .af-page__toto-2021 .af-gallery-item:hover {
        filter: brightness(1);
        transition: all .5s;
    }
    .af-page__toto-2021 .af-gallery-item:hover img{
        transform: scale(1.05);
        transition: all .5s;
    }
    .af-page__toto-2021 .af-gallery-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__toto-2021 .af-gallery-more {
        display: block;
        height: 65px;
        line-height: 65px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        text-align: center;
        color: var(--additional-text-color);
        margin-bottom: 60px;
        margin-top: 30px;
        background: linear-gradient(0deg, #B3384E, #B3384E), linear-gradient(308.73deg, #6F213A 7.88%, #E28B4B 60.1%, #F0D396 90.74%); 
        border-radius: 200px;
        position: relative;
        filter: brightness(.7);
        transition: all .2s;
    }

    .af-page__toto-2021 .af-gallery-more:hover {
        box-shadow: 0px 10px 30px rgba(147, 51, 31, 0.5);
        filter: brightness(1);
        transition: all .2s;
    }

    .af-page__toto-2021 .af-gallery-wrapper.active .af-gallery-more {
        display: none;
    }
}
/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* PAGE */
    .af-page__toto-2021 .af-page-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* MAIN */
    .af-page__toto-2021 .af-main-information {
        padding: 20px;
    }
    .af-page__toto-2021 .af-main-text {
        font-size: 16px;
    }
    .af-page__toto-2021 .af-main-credo {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .af-page__toto-2021 .af-main-time {
        font-size: 20px;
    }
    
    /* INFORMATION */
    .af-page__toto-2021 .af-information-description {
        font-size: 14px;
    }

    /* GALLERY */
    .af-page__toto-2021 .af-gallery-item {
        width: calc(50% - 8px);
        height: 35vw;
    }
    .af-page__toto-2021 .af-gallery-item:nth-of-type(odd) {
        margin-right: 15px;
    }
    .af-page__toto-2021 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(8) ~ .af-gallery-item {
        display: none;
    }
    .af-page__toto-2021 .af-gallery-more {
        width: 100%;
    }

    /* HEADER AND FOOTER */
    .af-store-list-toggle:after {
        background-size: auto 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMAEBUqREZHkJSV0u72Iv5SogAAAF5JREFUeNrdyrkRgDAAA0H5wQY//bcLRIzmBhdgJQr2tOVSWnsZ41j7nF7Qn6Ks3As6CnhrVtBjtIIueUH3go4CbgUcBRwFHAUcRTdH0VXNUVTp/JzF9X4O+lnI2mQ3xlEJeK+zk94AAAAASUVORK5CYII=);
    }
}
/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {
    /* MAIN */
    .af-page__toto-2021 .af-main-image img {
        height: 60vw;
    }

    /* GALLERY */
    .af-page__toto-2021 .af-gallery-item {
        margin-bottom: 15px;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    
    /* MAIN */
    .af-page__toto-2021 .af-main-information {
        width: 100%;
    }
    .af-page__toto-2021 .af-main-text {
        max-width: 782px;
        font-size: 30px;
    }
    .af-page__toto-2021 .af-main-credo {
        font-size: 14px;
    }
    .af-page__toto-2021 .af-main-time {
        font-size: 20px;
    }


    /* INFORMATION */
    .af-page__toto-2021 .af-information-description {
        max-width: 716px;
        font-size: 16px;
        margin: auto;
    }

    /* GALLERY */
    .af-page__toto-2021 .af-gallery-more {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {

    /* COMMON */
    .af-page__toto-2021 .af-page-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* MAIN */
    .af-page__toto-2021 .af-main-address {
        margin-bottom: 40px;
    }

    /* INFORMATION */
    .af-page__toto-2021 .af-main-information {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* GALLERY */
    .af-page__toto-2021 .af-gallery-item {
        width: calc(25% - 11.25px);
        height: 20vw;
    }
    .af-page__toto-2021 .af-gallery-item:not(:nth-of-type(4n)) {
        margin-right: 15px;
    }
    .af-page__toto-2021 .af-gallery-more {
        width: 50%;
    }
    .af-page__toto-2021 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(16) ~ .af-gallery-item {
        display: none;
    }    
}
/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {   
    /* COMMON */
    .af-page__toto-2021 .af-page-wrapper:not(.af-gallery-wrapper) {
        max-width: 1400px;
        padding-left: 100px;
        padding-right: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* MAIN */
    .af-page__toto-2021 .af-main-image img {
        height: auto;
    }
    
    /* GALLERY */
    .af-page__toto-2021 .af-gallery-wrapper {
        width: 1400px;
        max-width: calc(100% - 200px);
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__toto-2021 .af-gallery-item {
        width: calc(20% - 24px);
        max-width: 280px;
        height: 15vw;
        max-height: 250px;
        margin-bottom: 30px;
    }
    .af-page__toto-2021 .af-gallery-item:not(:nth-of-type(5n)) {
        margin-right: 30px;
    }
    .af-page__toto-2021 .af-gallery-more {
        width: 280px;
        cursor: pointer;
    }
    .af-page__toto-2021 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(20) ~ .af-gallery-item {
        display: none;
    }
    .af-page__toto-2021 [data-fancybox] {
        position: relative;
    }

    /* HEADER AND FOOTER  */
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        max-width: 1400px;
        padding-left: 100px;
        padding-right: 100px;
    }
}