@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
body {
    background-color: #fff;
}
.container {
    max-width: 1500px !important;
    width: 92%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.col-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.col-text .title-block { 
    flex-grow: 1;
}
@media (max-width: 767px) {
    .title-block {
        display: none;
    }
    .collection-title-mob {
        font-size: 32px !important;
    }
}
.bg-block {
    margin-right: 200px;
    height: 1000px;
    background-color: #000;
    margin-bottom: -924px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .img-big {
        display: none;
    }
}
@media (min-width: 768px) {
    .img-mob {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 839px) {
    .bg-block {
        height: 529px !important;
        margin-bottom: -477px !important;
    }
}
@media (min-width: 836px) and (max-width: 935px) {
    .bg-block {
        height: 588px !important;
        margin-bottom: -536px !important;
    }
}
@media (min-width: 936px) and (max-width: 1045px) {
    .bg-block {
        height: 667px !important;
        margin-bottom: -611px !important;
    }
}
@media (min-width: 1046px) and (max-width: 1145px) {
    .bg-block {
        height: 750px !important;
        margin-bottom: -692px !important;
    }
}
@media (min-width: 1146px) and (max-width: 1232px) {
    .bg-block {
        height: 800px !important;
        margin-bottom: -741px !important;
    }
}
@media (min-width: 1233px) and (max-width: 1345px) {
    .bg-block {
        height: 875px !important;
        margin-bottom: -807px !important;
    }
}
@media (min-width: 1346px) and (max-width: 1490px) {
    .bg-block {
        height: 950px !important;
        margin-bottom: -873px !important;
    }
}
.collection-title, .collection-title-mob {
    font-family: "Michroma", sans-serif;
    text-transform: uppercase;
    font-size: 41px;
    letter-spacing: 5px;
    color: #000;
    -webkit-text-stroke: 2px #000;
}
.collection-title-mob {
    text-align: center;
}
@media (min-width: 768px) {
    .collection-title-mob {
        display: none;   
    }
}
@media (max-width: 1100px) {
    .collection-title {
        font-size: 35px;
    }
}
.collection-title.title-white {
    color: #fff;
    -webkit-text-stroke: 2px #fff;
}
.info-row.triple {
    margin-top: 50px;
}
.info-row.triple > .col-wrap > .col {
    flex-basis: 33.33%;
    padding-left: 2.7%;
    padding-right: 2.7%;
}
.info-row.triple .col .prod-info-text-block {
    display: flex;
}
.prod-info-text-block .col-left, .prod-info-text-block .col-right {
    flex-basis: 50%;
}
.prod-info-text-block .col-right {
    padding-left: 10%;
}
@media (max-width: 767px) {
    .prod-info-text-block {
        display: none !important;
    }
    /*
    .prod-info-text-block {
        display: flex;
        flex-direction: row !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .prod-info-text-block .info-section {
        text-align: left !important;
    }
    .prod-info-text-block .info-section.section-1 {
        margin-right: 30px;
    }
    */
}
.cover {
    padding-top: 5%;
    background-size: contain;
    background-repeat: no-repeat;
}
.cover .main-title {
    display: flex;
    justify-content: flex-end;
}
.cover .main-title img {
    max-width: 97%;
}
.cover, .photo-row {
    margin-bottom: 8%;
}
.photo-row .col-wrap {
    display: flex;
}
@media (max-width: 767px) {
    .photo-row .col-wrap {
        flex-direction: column;   
    }
    .photo-row .col-wrap .col {
        margin-bottom: 20px;
    }
    .row-08 .col-wrap .col, .row-10 .col-wrap .col {
        margin-bottom: 0;
    }
    .cover, .photo-row {
        margin-bottom: 20px;
    }
}
.photo-row .photo-film {
    position: relative;
    padding: 27px;
}
@media (max-width: 767px) {
    .photo-row .photo-film {
        box-shadow: none !important;
    }
    .film-info {
        font-size: 0.7em !important;
    }
}
.film-info {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.15em;
    color: #000;
    margin-bottom: 12px;
}
.photo-row .photo-film.film-light .film-info {
    font-weight: 600;
    color: #000;
}
.photo-row .photo-film.film-dark .film-info {
    font-weight: 400;
    color: #fff;
}
.film-info.info-top-right {
    position: absolute;
    top: 6px;
    right: 45px;
}
.film-info.info-top-left {
    position: absolute;
    top: 6px;
    left: 45px;
}
@media (min-width: 768px) and (max-width: 1037px) {
    .film-info.info-top-left, .film-info.info-bottom-left {
        max-width: 50% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }
}
@media (min-width: 768px) and (max-width: 1321px) {
    .film-info {
        font-size: 0.6em;
    }
    .film-info.info-top-left {
        padding-left: 0 !important;
    }
    .film-info.info-top-right {
        padding-right: 0;
    }
    .film-info.info-bottom-left {
        padding-left: 0 !important;
    }
    .film-info.info-bottom-right {
        padding-right: 0;
    }
}
.film-info.info-bottom-left {
    position: absolute;
    left: 45px;
    bottom: -6px;
}
.film-info.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    position: absolute;
    right: 20%;
    bottom: -3px;
    border-width: 4px 0px 4px 23px;
}
@media (max-width: 767px) {
    .film-info.arrow {
        right: 10%;
    }
}
.photo-row .photo-film.film-dark .film-info.arrow {
    border-color: transparent transparent transparent rgb(255, 255, 255);
}
.photo-row .photo-film.film-light .film-info.arrow {
    border-color: transparent transparent transparent rgb(0, 0, 0);
}
.photo-row .photo-film.film-light {
    background-color: #eee;
    background-image: linear-gradient(170deg, #eee 40%, #fff);
}
.photo-row .photo-over .photo-film.film-light {
    background-color: #eee;
    background-image: linear-gradient(170deg, #fff 40%, #eee);
}
.photo-row .photo-film.film-dark {
    background-color: #000;
}
.photo-row .photo-film img {
    border-radius: 15px;
}
.photo-full {
    position: relative;
}

.photo-full .title-block .collection-title {
    color: #fff;
}
.photo-over {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: -20%;
    margin-right: 7%;
}
@media (max-width: 767px) {
    .photo-over {
        margin-top: 30px;
        margin-right: 0;
        flex-direction: column;
    }
    .photo-over .photo-film {
        flex-basis: 100% !important;
    }
    .photo-film {
        margin-bottom: 0 !important;
        width: 100% !important;
    }
}
.photo-big {
    width: 92%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .triple-photo .photo-film {
        margin-bottom: 30px;
    }
    .info-row.triple {
        display: none;
    }
    .photo-big {
        width: 100%;
    }
}
.photo-over .photo-film {
    flex-basis: 45%;
}
.prod-info-text-block .info-section, .prod-info-text-block-mob .info-section {
    margin-bottom: 29px;
}
.prod-info-text-block .info-section .product-nr-title, .prod-info-text-block-mob .info-section .product-nr-title {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8em;
    color: #000;
    margin-bottom: 9px;
}
.prod-info-text-block .info-section .product-sizes, .prod-info-text-block-mob .info-section .product-sizes {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 19px;
    color: #000;
}
@media (max-width: 767px) {
    .prod-info-text-block-mob {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 30px;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .prod-info-text-block-mob {
        display: none;
    }
}
.pin-up .photo-row .col-photo, .athena .photo-row .col-photo {
    flex-basis: 55%;
}
.pin-up .photo-row.row-01 {
    background-size: cover;
    background-position-y: -100%;
    background-repeat: no-repeat;
    padding-bottom: 8.3%;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .pin-up .photo-row.row-01 {
        background-size: 100% !important;
        background-position-y: 120% !important;
        background-position-x: right;
    }
}
.pin-up .photo-row.row-01 .prod-info-text-block {
    display: flex;
    justify-content: flex-end;
}
.pin-up .photo-row.row-01 .prod-info-text-block .info-section {
    text-align: right;
    flex-basis: 200px;
}
.pin-up .photo-row.row-03 .col-text {
    justify-content: flex-end;
    text-align: right;
}
/*
.row-02, .row-16 {
    margin-bottom: 10.5%;
}
*/
.row-03 .col-text .prod-info-text-block {
    margin-right: 12%;
    margin-bottom: 30px;
}
.row-04 .title-block  {
    position: absolute;
    top: 17%;
    right: 7%;
}
@media (max-width: 767px) {
    .row-04 .title-block  {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .row-04 .title-block .collection-title {
        color: #000;
        -webkit-text-stroke: 2px #000;
    }
    .row-04 .prod-info-text-block.block-1 {
        position: relative !important;
    }
    .row-04 .photo-over .prod-info-text-block.block-2 {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
}
.row-04 .prod-info-text-block.block-1 {
    position: absolute;
    padding-top: 50px;
    padding-left: 7.2%;
}
.row-04 .photo-over .prod-info-text-block.block-2 {
    position: absolute;
    right: 50%;
    text-align: right;
    bottom: 50px;
}
.row-05 .prod-info-text-block {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.row-05 .prod-info-text-block .col-left, .row-05 .prod-info-text-block .col-right {
    flex-basis: 15%;
    text-align: right;
}
@media (max-width: 767px) {
    .row-05 .prod-info-text-block .col-left, .row-05 .prod-info-text-block .col-right {
        flex-basis: 50% !important;
    }
}
.row-05 .prod-info-text-block .col-right {
    flex-basis: 12%;
    padding-left: 35px;
}
.row-06 .col-left .photo-film {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 70%) 0px 30px 60px -10px;
}
.row-06 .col-right .photo-film {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 70%) 0px 30px 60px -10px;
}
.row-07 .col-photo {
    flex-basis: 61.5%;
    margin-left: 6.5%;
}
@media (max-width: 767px) {
    .row-07 .col-photo {
        margin-left: 0;
    }
    .row-07 .col-wrap, .row-14 .col-wrap {
        flex-direction: column;   
    }
}
.row-07 .col-text {
    justify-content: flex-end;
    text-align: right;
    padding-bottom: 5%;
}
.row-07 .photo-film {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 70%) 0px 30px 60px -10px;
}
.photo-row.row-08 .col-wrap .col {
    flex-basis: 50%;
}
.photo-row.row-08 .col-wrap .col-left {
    flex-grow: 1;
    position: relative;
}
.photo-row.row-08 .col-wrap .col-left .prod-info-text-block {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.photo-row.row-08 .col-wrap .col-left .prod-info-text-block > .col-left {
    flex-basis: 23%;
    flex-grow: 0;
    display: flex;
}
@media (min-width: 768px) and (max-width: 1285px) {
    .photo-row.row-08 .col-wrap .col-left .prod-info-text-block > .col-left {
        flex-basis: 50%;
    }
}
.photo-row.row-08 .col-wrap .col-left .prod-info-text-block > .col-right {
    flex-basis: 30%;
    padding-left: 0;
    justify-content: flex-end;
    display: flex;
}
.photo-row.row-08 .col-wrap .col-left .prod-info-text-block .product-nr-title {
    color: #fff;
}
.photo-row.row-08 .col-wrap .col-left .prod-info-text-block .product-sizes {
    color: #fff;
}
.photo-row.row-08 .col-wrap .col-left img {
    border-radius: 50%;
    width: 70%;
    margin: 15% auto 0;
}
.row-08 .title-block {
    position: absolute;
    top: -16px;
    right: 70px;
}
@media (max-width: 767px) {
    .row-08 .col-wrap {
        flex-direction: column-reverse !important;
    }
    .row-08 .info-section .product-nr-title, .row-08 .info-section .product-sizes {
        color: #fff;
    }
    .row-08 .title-block {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        text-align: center;
        margin-top: 50px;
    }
    .row-08 .bg-block {
        display: none;
    }
    .row-08 .col-left {
        background-color: #000;
    }
    .row-08 .col-wrap .col-left .prod-info-text-block {
        display: none !important;
    }
}
.athena {
    background-position-x: right;
    background-size: contain;
    background-position-y: 150%;
    background-repeat: no-repeat;
}
.athena .photo-row.row-09 .prod-info-text-block .info-section {
    text-align: right;
    flex-basis: 200px;
}
@media (max-width: 767px) {
    .athena {
        background-size: auto !important;
        background-position-y: 123% !important;
    }
    .athena .photo-row.row-09 .prod-info-text-block .info-section {
        text-align: left;
    }
    .row-09 .prod-info-text-block, .row-12 .prod-info-text-block {
        display: none !important;
    }
}
.row-01 .collection-title, .row-09 .collection-title {
    margin-top: 20%;
    margin-left: 20%;
}
@media (max-width: 767px) {
    .title-block-mob {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
   .row-01 .collection-title, .row-09 .collection-title {
       margin: 0 auto;
   } 
}
@media (min-width: 768px) {
    .title-block-mob {
        display: none;
    }
}
.row-10 .col-right img, .row-23 .col-right img {
    margin-top: 20%;
}
@media (max-width: 767px) {
    .row-10 .col-right img {
        margin-top: 0;
    }
}
.row-10 .prod-info-text-block, .row-23 .col-left .prod-info-text-block {
    padding-top: 45px;
    padding-left: 15.25%;
}
.row-23 .col-right {
    position: relative;
}
.row-23 .col-right .prod-info-text-block {
    padding-top: 45px;
    padding-right: 15.25%;
    text-align: right;
}
.row-23 .title-block {
    position: absolute;
    top: 35px;
    right: 15%;
}
.row-11 .col-photo {
    flex-basis: 55%;
}
.row-12 .col-photo, .row-19 .col-photo {
    flex-basis: 65%;
}
.row-12 .title-block {
    text-align: right;
    margin-top: 25%;
    padding-right: 22%;
}
.row-12 .prod-info-text-block, .row-15 .prod-info-text-block {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 22%;
    padding-bottom: 12%;
}
.row-14 {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-y: bottom;
    padding-bottom: 8%;
    margin-bottom: 0;
}
.row-14 .col-photo {
    flex-basis: 52%;
}
.row-15 .col-photo {
    flex-basis: 48%;
}
.row-15 .title-block {
    text-align: right;
    margin-top: 15%;
    padding-right: 22%;
}
.row-13 .col-wrap {
    margin-right: 50px;
    justify-content: flex-end;
}
.row-13 .col {
    margin-left: 23px;
    flex-basis: 40%;
}
.row-13 .prod-info-text-block, .row-20 .prod-info-text-block {
    margin-top: 50px;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
}
.row-14 .title-block  { 
    margin-top: 21%;
}
.row-14 .prod-info-text-block {
    padding-bottom: 3%;
}
@media (max-width: 767px) {
    .row-14 .prod-info-text-block, .row-19 .prod-info-text-block {
        display: none !important;
    }
    .row-14 {
        background-size: 50% !important;
        background-position-y: -1% !important;
    }
}
.row-06 .col-left {
    position: relative;
}
.row-06 .col-left, .row-18 .col-left {
    margin: 0 auto;
}
.row-06 .col-left .photo-film, .row-18 .col-left .photo-film {
    width: 80%;
    margin: 0 auto;
}
.row-06 .col-left .prod-info-text-block.block-1 {
    padding-top: 45px;
    padding-left: 15.25%;
}
@media (max-width: 767px) {
    .row-06 .col-left .prod-info-text-block, .row-15 .prod-info-text-block {
        display: none;
    }
}
.row-06 .col-left .prod-info-text-block.block-2 {
    position: absolute;
    right: 0;
    bottom: 40px;
    text-align: right;
}
.row-06 .col-right {
    position: relative;
}
.row-06 .col-right .photo-film, .row-18 .col-right .photo-film {
    width: 80%;
    margin: 47% auto 0;
}
@media (max-width: 767px) {
    .row-06 .col-right .photo-film, .row-18 .col-right .photo-film {
        margin: 30px auto 0;
    }
}
.row-06 .col-right .title-block {
    position: absolute;
    top: 6.5%;
    left: 7.5%;
}
.row-17 .title-block {
    position: absolute;
    top: 15%;
    left: 7%;
}
@media (max-width: 767px) {
    .row-17 .title-block {
        display: none;
    }
    .row-17 .prod-info-text-block {
        display: none;
    }
}
.row-17 .prod-info-text-block {
    position: absolute;
    top: 35%;
    left: 7%;
}
.row-17 .prod-info-text-block .info-section .product-nr-title, .row-17 .prod-info-text-block .info-section .product-sizes {
    color: #fff;
}
.row-18 .col-left .photo-film {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 70%) 0px 30px 60px -10px;
}
.row-18 .col-right .photo-film {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 70%) 0px 30px 60px -10px;
}
.row-18 .col-left, .row-18 .col-right  {
    position: relative;
}
.row-18 .col-left .prod-info-text-block {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding-bottom: 25px; 
}
.row-18 .col-right .prod-info-text-block {
    position: absolute;
    top: 7%;
}
@media (max-width: 767px) {
    .row-18 .prod-info-text-block {
        display: none;
    }
    .row-19 .title-block {
        padding-left: 25px !important;
    }
}
.row-19 .title-block  { 
    margin-top: 25%;
    padding-left: 22%;
}
.row-19 .prod-info-text-block {
    display: flex;
    flex-direction: column;
    padding-left: 22%;
    padding-bottom: 12%;
}
.row-20 .col-wrap {
    margin-left: 50px;
    justify-content: flex-start;
}
.row-20 .col {
    margin-right: 23px;
    flex-basis: 40%;
}
@media (max-width: 767px) {
    .row-13 .col-wrap, .row-20 .col-wrap {
        margin-left: 0;
        margin-right: 0; 
    }
    .row-13 .col, .row-20 .col {
        margin-left: 0;
        margin-right: 0;
    }
}
.row-21 .photo-big {
    position: relative;
}
.row-21 .title-block {
    position: absolute;
    top: 7%;
    left: 9%;
}
@media (max-width: 767px) {
    .row-21 .title-block {  
        position: relative;
        left: auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
.row-21 .prod-info-text-block {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    text-align: right;
    margin-right: 7%;
}
.row-24 .col-photo {
    flex-basis: 55%;
}
.row-24 .col-text, .row-11 .col-text {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
}
.row-11.col-text .prod-info-text-block {
    margin-bottom: 30px;
}
.row-24 .col-text .prod-info-text-block {
    margin-left: 12%;
    margin-bottom: 30px;
}
.de-luxe-olive {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-y: 90%;
}
.row-24 {
    background-repeat: no-repeat;
    background-size: 70%;
}
.row-24 .col-photo, .row-24 .col-text {
    margin-bottom: 300px;
}
@media (max-width: 767px) {
    .row-24 {
        background-size: 100% !important;
        background-position-y: 94% !important;
    }
    .row-24 .col-photo, .row-24 .col-text {
        margin-bottom: 50px;
    }
    .de-luxe-olive {
        background-size: auto !important;
        background-position-y: 0 !important;
        background-position-x: left !important;
    }
}