@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: #949494;
    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #949494;
    --footer-accent-color: #949494;
    --footer-background-color: #ffffff;
    --footer-text-color: #222222;
    --footer-credo-color: #222222;
    --footer-logotype-color: #222222;
}
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;
}

.af-page.af-page__irsap-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__irsap-2021 {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__irsap-2021 .af-page-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__irsap-2021 .af-page-wrapper {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    /* MAIN */
    .af-page__irsap-2021 .af-main {
        position: relative;
    }
    .af-page__irsap-2021 .af-main-image {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__irsap-2021 .af-main-image img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }    
    .af-page__irsap-2021 .af-main-information {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .af-page__irsap-2021 .af-main-text {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.03em;
        color: var(--additional-text-color);
        margin: 0 0 20px;
    }
    .af-page__irsap-2021 .af-main-title {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: var(--additional-text-color);
        margin: 0 0 10px;
    }
    .af-page__irsap-2021 .af-main-credo {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: var(--additional-text-color);
        margin-top: 0;
    }
    .af-page__irsap-2021 .af-main-time {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        font-variant: small-caps;
        color: #FFFFFF;
        letter-spacing: 0.03em;
        font-variant: small-caps;
        color: var(--additional-text-color);
        margin: 0;
    }

    /* INFORMATION */
    .af-page__irsap-2021 .af-information-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: var(--text-color);
        margin-top: 0;
    }
    .af-page__irsap-2021 .af-information-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
        color: var(--text-color);
        margin: 0;
    }
    .af-page__irsap-2021 .af-information-list {
        display: block;
        width: 100%;
        height: auto;
        list-style: none;
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .af-page__irsap-2021 .af-information-list li {
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: var(--text-color);
        padding-left: 22px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 20px;
    }
    .af-page__irsap-2021 .af-information-list li::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 3px solid #ffffff;
        border-radius: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: .3em;
    }

    /* GALLERY */
    .af-page__irsap-2021 .af-gallery-item {
        display: block;
    }
    .af-page__irsap-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__irsap-2021 .af-gallery-more {
        display: block;
        height: 70px;
        line-height: 70px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: var(--additional-text-color);
        margin-bottom: 22px;
        background-color: var(--text-color);
        border-radius: 100px;
        position: relative;
    }
    .af-page__irsap-2021 .af-gallery-more::after {
        content: "";
        display: block;
        width: 30px;
        height: 35px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url('../img/arrow-down.svg');
        position: absolute;
        left: calc(50% - 15px);
    }
    .af-page__irsap-2021 .af-gallery-wrapper.active .af-gallery-more {
        display: none;
    }

    /* FEATURES */
    .af-page__irsap-2021 .af-features {
        background-color: var(--text-color);
    }
    .af-page__irsap-2021 .af-features-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: var(--additional-text-color);
        margin-top: 0;
    }
    .af-page__irsap-2021 .af-features-items {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto;
    }
    .af-page__irsap-2021 .af-features-items li {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: var(--additional-text-color);
        align-items: center;
        justify-content: flex-start;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .af-page__irsap-2021 .af-features-items img {
        display: block;
        height: 80px;
        -o-object-fit: contain;
           object-fit: contain;
    }
} 
/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

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

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

    /* FEATURES */
    .af-page__irsap-2021 .af-features-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .af-page__irsap-2021 .af-features-items li {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .af-page__irsap-2021 .af-features-items img {
        width: 80px;
        -o-object-position: left center;
           object-position: left center;
        margin-right: 20px;
    }

    /* 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) {

    /* COMMON */
    .af-page__irsap-2021 .af-page-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* MAIN */
    .af-page__irsap-2021 .af-main-image img {
        height: 60vw;
    }

    /* GALLERY */
    .af-page__irsap-2021 .af-gallery-item {
        margin-bottom: 15px;
    }
    .af-page__irsap-2021 .af-gallery-more::after {
        top: 100%;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    
    /* MAIN */
    .af-page__irsap-2021 .af-main-information {
        width: 100%;
    }
    .af-page__irsap-2021 .af-main-text {
        max-width: 700px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .af-page__irsap-2021 .af-main-title {
        font-size: 120px;
        margin-bottom: 10px;
    }
    .af-page__irsap-2021 .af-main-credo {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .af-page__irsap-2021 .af-main-time {
        font-size: 14px;
    }


    /* INFORMATION */
    .af-page__irsap-2021 .af-information-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .af-page__irsap-2021 .af-information-description {
        max-width: 768px;
        font-size: 16px;
    }
    .af-page__irsap-2021 .af-information-list {
        margin-bottom: 40px;
    }
    .af-page__irsap-2021 .af-information-list li {
        font-size: 16px;
    }

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

    /* FEATURES */
    .af-page__irsap-2021 .af-features-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .af-page__irsap-2021 .af-features-items li {
        width: 200px;
        flex-wrap: wrap;
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px;
    }
    .af-page__irsap-2021 .af-features-items img {
        width: 100%;
        margin-bottom: 20px;
        -o-object-position: center center;
           object-position: center center;
    }
}

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

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

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

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

    /* FEATURES */
    .af-page__irsap-2021 .af-features-items::after {
        content: "";
        display: block;
        width: 200px;
        height: 0;
    }

    /* GALLERY */
    .af-page__irsap-2021 .af-gallery-item {
        width: calc(25% - 11.25px);
        height: 20vw;
    }
    .af-page__irsap-2021 .af-gallery-item:not(:nth-of-type(4n)) {
        margin-right: 15px;
    }
    .af-page__irsap-2021 .af-gallery-more {
        width: 50%;
    }
    .af-page__irsap-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__irsap-2021 .af-page-wrapper {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .af-page__irsap-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__irsap-2021 .af-main-image img {
        height: auto;
    }

    /* FEATURES */
    .af-page__irsap-2021 .af-features .af-page-wrapper {
        border-bottom: 1px solid #E7E7E7;
    }
    
    /* GALLERY */
    .af-page__irsap-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__irsap-2021 .af-gallery-item {
        width: calc(20% - 24px);
        max-width: 280px;
        height: 15vw;
        max-height: 250px;
        margin-bottom: 30px;
    }
    .af-page__irsap-2021 .af-gallery-item:not(:nth-of-type(5n)) {
        margin-right: 30px;
    }
    .af-page__irsap-2021 .af-gallery-more {
        width: 280px;
        cursor: pointer;
    }
    .af-page__irsap-2021 .af-gallery-more::after {
        top: 85%;
        transition: 100ms ease-in;
    }
    .af-page__irsap-2021 .af-gallery-more:hover::after {
        top: 100%;
    }
    .af-page__irsap-2021 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(20) ~ .af-gallery-item {
        display: none;
    }
    .af-page__irsap-2021 [data-fancybox] {
        position: relative;
    }
    .af-page__irsap-2021 [data-fancybox]::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color:  rgba(0, 0, 0, 0.3);
        transition: 100ms ease-out;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
    }
    .af-page__irsap-2021 [data-fancybox]::after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background-size: auto 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/search.svg');
        transition: 80ms ease-out;
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        z-index: 2;
        transform: scale3d(0, 0, 1);
    }
    .af-page__irsap-2021 [data-fancybox]:hover::before {
        opacity: 1;
        transition: 100ms ease-in;
    }
    .af-page__irsap-2021 [data-fancybox]:hover::after {
        transform: scale3d(1, 1, 1);
        transition: 120ms ease-in;
    }

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