@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;
    --accent-color: #B9CC63;
    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #B9CC63;
    --footer-accent-color: #B9CC63;
    --footer-background-color: #fff;
    --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";
    background-color: #ffffff;
    scroll-behavior: smooth;
}
.af-header__nav {
    z-index: 2;
}
.af-page.af-page__hg-branch-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__hg-branch-2021 {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .af-page__hg-branch-2021 .af-page-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__hg-branch-2021 .af-page-wrapper {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__hg-branch-2021 .af-page-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;
    }

    /* MAIN */
    .af-page__hg-branch-2021 .af-main {
        position: relative;
    }
    .af-page__hg-branch-2021 .af-main::before {
        content: "";
        display: block;
        background-color: var(--accent-color);
        position: absolute;
        z-index: 0;
    }
    .af-page__hg-branch-2021 .af-main .af-page-wrapper {
        position: relative;
        z-index: 1;
    }
    .af-page__hg-branch-2021 .af-main-information {
        display: flex;
        align-items: flex-start;
        flex-flow: column wrap;
        justify-content: flex-start;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .af-page__hg-branch-2021 .af-main-time {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        text-align: right;
        letter-spacing: 0.03em;
        font-variant: small-caps;
        color: var(--text-color);
    }
    .af-page__hg-branch-2021 .af-main-title {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: var(--text-color);
        margin-top: 0;
    }
    .af-page__hg-branch-2021 .af-main-address {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        color: var(--text-color);
    }
    .af-page__hg-branch-2021 .owl-carousel .owl-stage {
        display: flex;
        align-items: flex-end;
    }
    .af-page__hg-branch-2021 .af-main-images {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__hg-branch-2021 .af-main-controls {
        display: block;
        width: 63px;
        height: 22px;
        border-radius: 20px;
        border: 1px solid var(--text-color);
        box-sizing: border-box;
        position: relative;
    }
    .af-page__hg-branch-2021 .af-main-control {
        display: block;
        width: 50%;
        height: 100%;
        -webkit-filter: brightness(5) grayscale(1);
                filter: brightness(5) grayscale(1);
        background-size: auto 100%;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url('../img/arrow-right.svg');
        cursor: pointer;
        position: absolute;
        top: 0;
    }
    .af-page__hg-branch-2021 .af-main-control__prev {
        right: 75%;
        transform: rotate(180deg);
    }
    .af-page__hg-branch-2021 .af-main-control__next {
        left: 75%;
    }
    .af-page__hg-branch-2021 .af-main-image {
        display: block;
        transition: 100ms ease;
    }
    .af-page__hg-branch-2021 .af-main-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }    

    /* INFORMATION */
    .af-page__hg-branch-2021 .af-information .af-page-wrapper:nth-child(2) {
        background-color: var(--accent-color);
    }
    .af-page__hg-branch-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-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .af-page__hg-branch-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__hg-branch-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__hg-branch-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__hg-branch-2021 .af-gallery-item {
        display: block;
    }
    .af-page__hg-branch-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__hg-branch-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(--text-color);
        margin-bottom: 22px;
        background-color: var(--accent-color);
        position: relative;
    }
    .af-page__hg-branch-2021 .af-gallery-more::before {
        content: "";
        display: block;
        width: 64px;
        height: 22px;
        border-radius: 20px;
        border: 1px solid var(--text-color);
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 32px);
        bottom: -11px;
    }
    .af-page__hg-branch-2021 .af-gallery-more::after {
        content: "";
        display: block;
        width: 40px;
        height: 22px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url('../img/arrow-right.svg');
        position: absolute;
        top: 100%;
        left: calc(50% - 20px);
        transform: rotate(90deg);
    }
    .af-page__hg-branch-2021 .af-gallery-wrapper.active .af-gallery-more {
        display: none;
    }

    /* FEATURES */
    .af-page__hg-branch-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 40px;
    }
    .af-page__hg-branch-2021 .af-features-items li {
        display: flex;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: var(--text-color);
        align-items: center;
        justify-content: flex-start;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .af-page__hg-branch-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__hg-branch-2021 .af-page-wrapper {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .af-page__hg-branch-2021 :not(.af-main) .af-page-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .af-page__hg-branch-2021 .af-page-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    /* MAIN */
    .af-page__hg-branch-2021 .af-main::before {
        height: 180px;
        right: 0;
        bottom: 0;
    }
    .af-page__hg-branch-2021 .af-main-time {
        margin-bottom: 30px;
    }
    .af-page__hg-branch-2021 .af-main-title {
        font-size: 27px;
        margin-bottom: 15px;
    }
    .af-page__hg-branch-2021 .af-main-address {
        font-size: 17px;
        margin-bottom: 50px;
    }
    .af-page__hg-branch-2021 .owl-carousel .owl-stage {
        margin-bottom: 30px;
    }
    .af-page__hg-branch-2021 .af-main-controls {
        margin-left: 50%;
        margin-bottom: 50px;
    }
    .af-page__hg-branch-2021 .owl-item:not(.center) .af-main-image {
        width: 83px;
        height: 55px;
        margin-top: 86px;
    }
    .af-page__hg-branch-2021 .owl-item.center .af-main-image {
        width: 169px;
        height: 111px;
        margin-top: 0;
    }

    /* INFORMATION */
    .af-page__hg-branch-2021 .af-information-description {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .af-page__hg-branch-2021 .af-information-list {
        margin-bottom: 20px;
    }
    .af-page__hg-branch-2021 .af-information-list li {
        font-size: 14px;
    }

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

    /* FEATURES */
    .af-page__hg-branch-2021 .af-features-items li {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .af-page__hg-branch-2021 .af-features-items img {
        width: 80px;
        -o-object-position: left center;
           object-position: left center;
        margin-right: 20px;
    }
}
/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {

    /* GALLERY */
    .af-page__hg-branch-2021 .af-features-items {
        justify-content: space-around;
    }
    .af-page__hg-branch-2021 .af-gallery-item {
        margin-bottom: 15px;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {

    /* PAGE */
    .af-page__hg-branch-2021 .af-page-wrapper {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .af-page__hg-branch-2021 .af-page-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    /* MAIN */
    .af-page__hg-branch-2021 .af-main::before {
        width: 40%;
        height: 100%;
        right: 0;
        bottom: 0;
    }
    .af-page__hg-branch-2021 .af-main-information {
        width: 100%;
    }
    .af-page__hg-branch-2021 .af-main-time {
        margin-bottom: 40px;
    }
    .af-page__hg-branch-2021 .af-main-title {
        max-width: 500px;
        font-size: 45px;
        margin-bottom: 20px;
    }
    .af-page__hg-branch-2021 .af-main-address {
        font-size: 24px;
    }
    .af-page__hg-branch-2021 .owl-carousel .owl-stage {
        margin-bottom: 40px;
    }
    .af-page__hg-branch-2021 .af-main-controls {
        margin-left: 70%;
        margin-bottom: 20px;
    }
    .af-page__hg-branch-2021 .owl-item:not(.center) .af-main-image {
        width: 253px;
        height: 166px;
        margin-top: 172px;
    }
    .af-page__hg-branch-2021 .owl-item.center .af-main-image {
        width: 515px;
        height: 338px;
        margin-top: 0;
    }

    /* INFORMATION */
    .af-page__hg-branch-2021 .af-information-description {
        max-width: 768px;
        font-size: 16px;
        margin-bottom: 70px;
    }
    .af-page__hg-branch-2021 .af-information-list {
        margin-bottom: 40px;
    }
    .af-page__hg-branch-2021 .af-information-list li {
        font-size: 16px;
    }

    /* GALLERY */
    .af-page__hg-branch-2021 .af-gallery-more {
        margin-left: auto;
        margin-right: auto;
    }

    /* FEATURES */
    .af-page__hg-branch-2021 .af-features-items {
        justify-content: space-around;
    }
    .af-page__hg-branch-2021 .af-features-items li {
        width: 200px;
        flex-wrap: wrap;
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px;
    }
    .af-page__hg-branch-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) {

    /* PAGE */
    .af-page__hg-branch-2021 :not(.af-main) .af-page-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    /* MAIN */
    .af-page__hg-branch-2021 .af-main-address {
        margin-bottom: 40px;
    }

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

    /* GALLERY */
    .af-page__hg-branch-2021 .af-gallery-item {
        width: calc(25% - 11.25px);
        height: 20vw;
    }
    .af-page__hg-branch-2021 .af-gallery-item:not(:nth-of-type(4n)) {
        margin-right: 15px;
    }
    .af-page__hg-branch-2021 .af-gallery-more {
        width: 50%;
    }
    .af-page__hg-branch-2021 .af-gallery-more::before {
        content: "";
        display: block;
        width: 64px;
        height: 22px;
        border-radius: 20px;
        border: 1px solid var(--text-color);
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 32px);
        bottom: -11px;
    }
    .af-page__hg-branch-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) {
    
    /* PAGE */
    .af-page__hg-branch-2021 :not(.af-main) .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__hg-branch-2021 .af-main-control {
        transition: 100ms ease-out 30ms;
    }
    .af-page__hg-branch-2021 .af-main-control:hover {
        width: 75%;
        transition: 150ms ease-in;
    }

    /* INFORMATION */
    .af-page__hg-branch-2021 .af-main-information {
        max-width: 1400px;
        padding-left: 100px;
        padding-right: 100px;
    }

    /* GALLERY */
    .af-page__hg-branch-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__hg-branch-2021 .af-features-items {
        justify-content: space-between;
    }
    /* GALLERY */
    .af-page__hg-branch-2021 .af-gallery-item {
        width: calc(20% - 24px);
        max-width: 280px;
        height: 15vw;
        max-height: 250px;
        margin-bottom: 30px;
    }
    .af-page__hg-branch-2021 .af-gallery-item:not(:nth-of-type(5n)) {
        margin-right: 30px;
    }
    .af-page__hg-branch-2021 .af-gallery-more {
        width: 280px;
        cursor: pointer;
    }
    .af-page__hg-branch-2021 .af-gallery-more::after {
        transition: 100ms ease-in;
    }
    .af-page__hg-branch-2021 .af-gallery-more:hover::after {
        top: 110%;
    }
    .af-page__hg-branch-2021 .af-gallery-wrapper:not(.active) .af-gallery-item:nth-of-type(20) ~ .af-gallery-item {
        display: none;
    }
    .af-page__hg-branch-2021 [data-fancybox] {
        position: relative;
    }
    .af-page__hg-branch-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__hg-branch-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__hg-branch-2021 [data-fancybox]:hover::before {
        opacity: 1;
        transition: 100ms ease-in;
    }
    .af-page__hg-branch-2021 [data-fancybox]:hover::after {
        transform: scale3d(1, 1, 1);
        transition: 120ms ease-in;
    }
    .af-page__hg-branch-2021 .af-features .af-page-wrapper {
        border-bottom: 1px solid #E7E7E7;
    }
    .af-page__hg-branch-2021 .af-features .af-features-items {
        margin-bottom: 0;
    }

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