

/* Start:/local/templates/future_2021/css/about_v2.css?175346408118844*/
.payment {
    font-family: Raleway;
    padding-bottom: 100px;
    position: relative;
}

.blocks {
    margin-top: 67px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.hide_mobile {
    display: block;
}

.hide_desk {
    display: none;
}

.block {
    display: block;
    height: 270px;
    background: rgb(26, 25, 25);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block .img {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

.block .bg {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(33, 18, 18, 0.70);
    transition: 0.5s;
}

.block .text {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
    z-index: 10;
    max-width: 100%;
    width: 100%;
}

.block:hover .text{
    opacity: 1;
}

.block:hover .name{
    opacity: 0;
}

.block .name {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    z-index: 5;
    max-width: 80%;
    transition: 0.5s;
}

.block .links {
    position: absolute;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 44px;
    z-index: 3;
}

.block .links .link_item {
    border-radius: 13.5px;
    background: rgba(0, 0, 0, 0.20);
    width: 75px;
    height: 27px;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
    z-index: 5;
    pointer-events: none;
}

.block .links .link_item:nth-child(2) {
    margin-left: 10px;
}

.block:hover .link_item{
    opacity: 1;
    pointer-events: all;
    z-index: 3;
}


@media(max-width: 1040px) {
    .blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

.floor1 {
    position: absolute;
    top: 211px;
    right: 0;
    z-index: -1;
}

.floor2 {
    position: absolute;
    left: 0;
    top: 2500px;
    z-index: -1;
}

.payment a {
    color: unset;
}

.welcome_block {
    display: flex;
    align-items: flex-start;
    margin-top: 34px;
}

.welcome_block_image {
    width: 452px;
    height: 573px;
    margin-right: 89px;
    margin-left: 21px;
}

.welcome_block_image img {
    object-fit: cover;
    height: 100%;
}

.welcome_block_text {
    width: 100%;
    flex: 1;
    margin-top: 36px;
}

.quote {
    position: relative;
}

.quote p {
    color: #000;
    font-family: Podkova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.icon-1 {
    position: absolute;
    transform: translate(-100%, -100%);
    top: -15px;
    left: -10px;
}

.icon-2 {
    position: absolute;
    transform: translate(-100%, -100%);
    bottom: -35px;
    right: 218px;
    transform: rotate(180deg);
}

.welcome_block_text h2 {
    color: #000;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px;
}

.about_yana {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 13px;
}

.we_open {
    color: #000;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 22px;
}

.dubble_btns_wrap {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.btn_black {
    width: 312px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #29332D;
    color: #FFF !important;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 17px;
    border: 1px solid #29332D;
    transition: 0.4s;
}

.btn_black2 {
    width: 312px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #29332D;
    color: #FFF !important;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #29332D;
    transition: 0.4s;
    margin-top: 13px;
}

.btn_white {
    width: 275px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    color: #29332D !important;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #29332D;
    transition: 0.4s;
}

.flex_wrap {
    display: flex;
    margin-top: 105px;
    align-items: flex-start;
}

.nature_text h1{
    color: #000;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.nature_text {
    max-width: 718px;
    width: 100%;
    margin-right: 57px;
}

.nature_text p {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

.nature_text p span{
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.nature_image {
    margin-top: -109px;
    position: relative;
}

.nature_image img{
    object-fit: cover;
    width: 360px;
    height: 526px;
}

.notice_block {
    position: absolute;
    top: 18px;
    right: 222px;
    width: 240px;
    display: flex;
}

.notice_block .line{
    height: 100%;
    flex: 1 1;
    background: #000;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: -26px;
}

.notice_block p {
    color: #000;
    font-family: Podkova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.animals {
    margin-top: 120px;
}

.animals_flex_wrap {
    display: flex;
    align-items: flex-start;
}

.animals_images {
    margin-top: 90px;
    position: relative;
    margin-right: 105px;
    flex: 1;
}

.animals_images img {
    object-fit: cover;
}

.animals_images .img1 {
    width: 373px;
    height: 469px;
    z-index: 1;
    position: relative;
}

.animals_images .img2 {
    width: 234px;
    height: 244px;
    position: absolute;
    transform: translate(100%, -100%);
    top: 83px;
    right: 181px;
}   


.animal_notice_block {
    width: 240px;
    position: absolute;
    top: -46px;
    left: 24px;
    display: flex;
    transform: translateY(-100%);
}


.animal_notice_block .line{
    height: 100%;
    flex: 1 1;
    background: #000;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: -26px;
}

.animal_notice_block p {
    color: #000;
    font-family: Podkova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.animals_text {
    max-width: 659px;
    width: 100%;

}

.animals_text h2 {
    color: #000;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.animals_text p {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

.zero_waste {
    margin-top: 97px;
}

.zero_waste_flex_wrap {
    display: flex;
    align-items: flex-start;
}

.zero_waste_text {
    margin-right: 57px;
    max-width: 718px;
    width: 100%;
}

.zero_waste_text h2 {
    color: #000;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.zero_waste_text p {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 17px;
}

.zero_waste_image {
    position: relative;
    margin-top: -97px;
    width: 360px;
}

.zero_waste_image img{
    width: 360px;
    height: 526px;
    object-fit: cover;
}

.zero_waste_notice_block {
    position: absolute;
    top: 18px;
    right: 180px;
    width: 342px;
    display: flex;
}

.zero_waste_notice_block .line{
    height: 100%;
    flex: 1 1;
    background: #000;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: -26px;
}

.zero_waste_notice_block p {
    color: #000;
    font-family: Podkova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.availability {
    margin-top: -10px;
}

.availability_flex_wrap {
    display: flex;
    align-items: center;
}

.availability_image {
    margin-right: 49px;
}

.availability_image img{
    width: 429px;
    height: 392px;
    object-fit: cover;
}

.availability_text {
    max-width: 659px;
    width: 100%;
}

.availability_text h2 {
    color: #000;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.availability_text p {
    margin-top: 24px;
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.logo_wrap {
    margin-top: 84px;
}

.logo_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_container img {
    display: block;
    object-fit: cover;
}

.logo_container img:not(:last-child) {
    margin-right: 70px;
}

.logo_container img:nth-child(1) {
    width: 142px;
    height: 58px;
}

.logo_container img:nth-child(2) {
    width: 159px;
    height: 108px;
}

.logo_container img:nth-child(3) {
    width: 101px;
    height: 101px;
}

.logo_container img:nth-child(4) {
    width: 95px;
    height: 101px;
}

.logo_container img:nth-child(5) {
    width: 94px;
    height: 101px;
}

.nature_mobile {
    display: none;
}

.animals_mobile {
    display: none;
}

.zero_waste_mobile {
    display: none;
}

.availability_mobile {
    display: none;
}

.logo_wrap_mobile {
    display: none;
}

@media(max-width: 1200px) {
    .nature_image img {
        max-width: unset;
    }

    .animals_images .img1 {
        max-width: unset;
    }

    .zero_waste_image img {
        max-width: unset;
    }

    .availability_image img {
        max-width: unset;
    }

    .welcome_block_image img {
        height: unset;
    }
}

@media(max-width: 1050px) {
    .welcome_block_text {
        max-width: 350px;
    }

    .hide_mobile {
        display: none;
    }

    .hide_desk {
        display: block;
    }

    .btn_white {
        margin-top: 13px;
    }

    .flex_wrap {
        margin-top: 185px;
    }

    .icon-2 {
        right: -27px;
    }

    .welcome_block_text h2 {
        margin-top: 36px;
    }

    .we_open {
        margin-top: 50px;
        font-size: 19px;
    }

    .dubble_btns_wrap {
        display: block;
    }

    .btn_black {
        margin-right: unset;
        margin-bottom: 13px;
        width: 100%;
    }

    .btn_black2 {
        width: 100%;
    }

    .btn_white {
        width: 100%;
    }

    .zero_waste {
        margin-top: 150px;
    }

    .availability {
        margin-top: 34px;
    }

    .floor1 {
        display: none;
    }

    .floor2 {
        display: none;
    }

    .welcome_block_image {
        margin-right: 70px;
    }
}

@media(max-width: 940px) {
    .welcome_block {
        justify-content: center;
    }

    .welcome_block_image {
        width: 246px;
    }

    .nature_text p {
        font-size: 14px;
    }

    .nature_text {
        margin-right: 24px;
    }

    .animals_text p {
        font-size: 14px;
    }

    .animals_images {
        margin-right: 70px;
    }

    .zero_waste_text p {
        font-size: 14px;
    }

    .zero_waste_text {
        margin-right: 24px;
    }

    .availability_text p {
        font-size: 14px;
    }

    .availability_image {
        margin-right: 24px;
    }

    .logo_container img:not(:last-child) {
        margin-right: 31px;
    }
}

@media (max-width: 767px) {
    .welcome_block {
        display: block;
        margin-top: 0;
    }

    .welcome_block_image {
        margin-right: unset;
        width: 84.88vw;
        max-width: 380px;
        max-height: 562px;
        height: 127.81vw;
        margin: 0 auto;
    }

    .welcome_block_image img {
        height: 100%;
    }

    .welcome_block_text {
        margin-top: 80px;
        width: 84.88vw;
        max-width: 380px;
        margin: 80px auto 0 auto;
    }

    .quote p {
        margin-left: 45px;
    }

    .icon-1 {
        top: -14px;
        left: 37px;
    }

    .icon-2 {
        right: -4px;
        bottom: -41px;
    }

    .welcome_block_text h2 {
        margin-top: 76px;
    }

    .we_open {
        margin-top: 51px;
        font-size: 26px;
    }

    .flex_wrap {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 39px;
    }

    .nature_text h1 {
        display: none;
    }

    .nature_mobile {
        display: block;
        color: #000;
        font-family: Raleway;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-top: 39px;
    }

    .nature_image {
        margin-top: 57px;
        margin: 0 auto;
    }

    .nature_image img {
        width: 100%;
        height: auto;
        max-width: 409px;
        max-height: 538px;
    }

    .notice_block {
        top: 0;
        right: unset;
        left: 38px;
        width: 162px;
        transform: translateY(-35%);
    }

    .notice_block .line {
        left: -17px;
    }

    .flex_wrap {
        margin-top: 57px;
    }

    .nature_text p {
        font-size: 16px;
        margin-top: 21px;
    }

    .nature_text {
        max-width: 100%;
        margin-right: unset;
    }

    .animals_mobile {
        display: block;
        color: #000;
        font-family: Raleway;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-top: 40px;
    }

    .animals {
        margin-top: 0;
    }

    .animals_flex_wrap {
        flex-direction: column;
        justify-content: center;
    }

    .animals_text h2 {
        display: none;
    }

    .animals_images {
        margin-right: unset;
        margin-top: 120px;
        margin-right: auto;
    }

    .animals_images .img1 {
        width: 76.11vw;
        height: 86.39vw;
        max-width: 363px;
        max-height: 412px;
    }

    .animals_images .img2 {
        width: 160px;
        height: 167px;
        top: 66px;
        right: 124px;
    }

    .animal_notice_block {
        top: -15px;
    }

    .animals_text p {
        margin-top: 23px;
        font-size: 16px;
    }

    .zero_waste_mobile {
        display: block;
        color: #000;
        font-family: Raleway;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .zero_waste_text h2 {
        display: none;
    }

    .zero_waste_flex_wrap {
        flex-direction: column-reverse;
    }

    .zero_waste {
        margin-top: 29px;
    }

    .zero_waste_image {
        margin: 64px auto 0 auto;
        width: unset;
    }

    .zero_waste_image img {
        width: 83.44vw;
        height: 118.44vw;
        max-width: 403px;
        max-height: 490px;
    }

    .zero_waste_notice_block {
        top: 0;
        right: unset;
        left: 92px;
        width: 172px;
        transform: translateY(-34%);
    }

    .zero_waste_text {
        margin-right: unset;
    }

    .zero_waste_text p {
        margin-top: 23px;
        font-size: 16px;
    }

    .availability {
        margin-top: 29px;
    }

    .availability_mobile {
        display: block;
        color: #000;
        font-family: Raleway;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .availability_text h2 {
        display: none;
    }

    .availability_flex_wrap {
        display: block;
        margin-top: 14px;
    }

    .availability_image {
        margin-right: unset;
    }

    .availability_image img {
        width: 100%;
        height: auto;
        max-width: 403px;
        max-height: 402px;
        margin: 0 auto;
    }

    .availability_text p {
        margin-top: 23px;
        font-size: 16px;
    }

    .logo_wrap {
        display: none;
    }

    .logo_wrap_mobile {
        display: block;
        margin-top: 35px;
    }

    .dubble_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dubble_logo img:nth-child(1) {
        width: 109px;
        height: 44px;
        object-fit: cover;
        margin-right: 37px;
    }

    .dubble_logo img:nth-child(2) {
        width: 123px;
        height: 82px;
        object-fit: cover;
    }

    .tripple_logo {
        display: flex;
        align-items: center;
        margin-top: 48px;
        justify-content: space-between;
    }

    .tripple_logo img {
        object-fit: cover;
    }

    .tripple_logo img:not(:last-child) {
        margin-right: 25px;
    }

    .tripple_logo img:nth-child(1) {
        width: 77px;
        height: 77px;
    }

    .tripple_logo img:nth-child(2) {
        width: 73px;
        height: 77px;
    }

    .tripple_logo img:nth-child(3) {
        width: 72px;
        height: 77px;
    }

    .blocks {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 27px;
    }

    .block {
        height: 84.38vw;
    }

}

@media(max-width: 500px) {
    .animals_images .img1 {
        width: 76.11vw;
        height: 86.39vw;
        max-width: 363px;
        max-height: 412px;
    }

    .animals_flex_wrap {
        width: 100%;
    }

    .animals_images {
        width: 87%;
    }
}



@media(hover: hover) {
    .btn_black:hover {
        background: #fff;
        color: #29332D !important;
    }

    .btn_black2:hover {
        background: #fff;
        color: #29332D !important;
    }

    .btn_white:hover {
        background: #29332D;
        color: #fff !important;
    }
}

.block:hover .bg {
    background: transparent;
}

.block:hover .arrow {
    opacity: 1;
}
/* End */
/* /local/templates/future_2021/css/about_v2.css?175346408118844 */
