/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    -webkit-text-size-adjust: none;
    position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {margin: 0; padding: 0; box-sizing: border-box;}

html {scroll-behavior: smooth; height: 100%;}

body {font-weight: 300; font-family: "Geologica";}

img {image-rendering:-webkit-optimize-contrast; image-rendering:-o-crisp-edges; image-rendering:-moz-crisp-edges; width: 100%; display: block;}

h1,h2,h3,h4,h5,h6 {font-weight: 900; font-family: "Geologica";}

h2 {font-weight: 600; font-size: 21px; line-height: 1.2; margin-bottom: 12px;}

b {font-weight: 900;}

ul li, td {font-family: "Geologica";}

span, p, a {font-family: "Geologica";}

a {text-decoration: none;}

.eb {
    font-weight: 900;
    display: inline !important;
}

.medium {
    font-weight: 700 !important;
}

.center {
    text-align: center;
}

.desktop {
    display: none !important;
}

@media screen and (min-width: 640px) {
    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }
}

/* HEADER */

@media screen and (min-width: 640px) {
    
    
    .header-desktop {
        padding: 10vw 0 20vw;
    }
    
    .header-hero {
        display: flex;
        flex-direction: column;
    }
    
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        align-items: center;
    }
    
    nav {
    }
    
    nav ul {
        display: flex;
        gap: 4vw;
    }
    
    nav ul li {
        list-style: none;
        /* text-decoration: underline; */
        padding-bottom: 2vw;
        color: #855310;
        border-bottom: 1px solid #422a0a;
    }
    
    .contacts {
        display: flex;
        gap: 2vw;
        justify-content: flex-end;
    }
    
    .contact {
        
    }
    
    .contact-title {
        font-weight: 700;
        color: #422a0a;
    }
    
    .contact-info {
        color: #855310;
    }
    
}

.hero {
    position: relative;
    background-image: url('../images/patterns/h4-team-bg.png'), url('../images/patterns/otis-redding.png');
}

.hero-wrapper {
    position: relative;
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10vw 0;
    min-height: auto;
}

.hero h1 {
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.hero h1 span {
    display: block;
    font-family: "Geologica";
    color: antiquewhite;
}

.hero .line0-1 {
    font-size: 18vw;
    margin-bottom: 2vw;
    color: #855310;
    font-weight: 900;
}

.hero .line0 {
    font-size: 13vw;
    margin-bottom: 2vw;
    color: #855310;
    font-weight: 900;
}

.hero .line1, .hero .line2 {
    color: #422a0a;
}

.hero .line1 {
    font-size: 8vw;
}

.hero .line2 {
    display: block;
    font-size: 6.25vw;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 4vw;
}

.ctas {
    display: flex;
    gap: 3vw;
}

.visit {
    background-color: #4fb75c;
    border: 2px solid #0f9f21;
}

.participate {
    background-color: #a14327;
    border: 2px solid #913215;
}

.cta {
    color: white;
    padding: 3vw 0;
    width: 43vw;
    text-align: center;
    font-weight: 700;
    border-radius: 99px;
    display: inline-block;
    letter-spacing: .4px;
    text-shadow: 1px 1px #6a6a6a;
    font-size: 2.8vw;
    font-family: "Geologica";
}

.hero-image {
    margin-top: 13vw;
    width: 90vw;
    transform: rotate(-2deg);
    box-shadow: 8px 8px #72380f;
}

.about {
    padding: 6vw 0 6vw;
    /* background-color: #4F3230; */
    background-color: #fff1e4;
}

.about-wrapper {
    margin: 0 auto;
    width: 90vw;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    height: auto;
}

.about-title {
    padding: 0;
}

.about-title h2 {
    font-size: 5vw;
    display: flex;
    font-weight: 700;
    width: 25ch;
    line-height: 1.15;
    /* color: white; */
    color: #422a0a;
    margin-bottom: 2vw;
}

.about-left {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-content p {
    font-size: 3.382vw;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 3vw;
    color: #855310;
}

.content-columns > .prices-column {
    background-color: white;
    padding: 20px 20px;
    flex-basis: 28%;
    margin-bottom: 20px;
}

.content-columns .prices-column h3 {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
}

.content-columns .prices-column p {
    font-size: 13px;
    text-align: left;
    line-height: 1.25;
}

.about-left-image {
    margin-top: 5.5vw;
    width: 80vw;
    height: 90vw;
    display: flex;
}

.about-left-image img {
    object-fit: cover;
}

.about-right {
    margin-top: 5.5vw;
    width: 80vw;
    flex-grow: 0;
    flex-shrink: 0;
}

.about-right-image {
    width: 80vw;
    height: auto;
    display: flex;
}

.about-right-image img {
    object-fit: cover;
}

.gallery {
    padding: 0 0 6vw;
}

.gallery-wrapper {
    width: 90vw;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    gap: 4vw;
    flex-wrap: wrap;
}

.gallery-item {
    aspect-ratio: 1.6;
    width: 47.7%;
    overflow: hidden;
    object-fit: cover;
}

.zmi {
    padding: 7vw 0 9vw;
}

.zmi-wrapper {
    width: 90vw;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zmi-left {
    width: auto;
}

.zmi-left span {
    display: block;
    width: 16ch;
    font-size: 7.5vw;
    font-weight: 800;
    line-height: 1.0;
    color: #855310;
    margin-bottom: 2vw;
    /* color: #422a0a; */
}

.zmi-right {
    width: 90vw;
}

.zmi-right span {
    font-size: 3.75vw;
    line-height: 1.45;
}

.zmi-link {
    padding: 3vw 4vw;
    background-color: #422a0a;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 3vw;
    font-size: 3.5vw;
    border-radius: 3px;
}

.register {

}

.register-wrapper {
    width: 90vw;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.register-item {
    position: relative;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 10vw 12vw;
}

.visitor {
    background-color: #422a0a;
}

.participant {
    background-color: #4F3230;
}

.register-item h2 {
    color: white;
    font-size: 6.5vw;
    font-weight: 600;
    line-height: 1;
}

.register-item a {
    color: white;
    background-color: black;
    padding: 2vw 4vw 2.7vw;
    display: inline-block;
    margin-top: 0vw;
    border-radius: 4px;
    font-weight: 400;
    font-size: 3vw;
}

.register-icon {
    position: absolute;
    top: 7vw;
    right: 9vw;
    width: 18vw;
}

footer {
    height: 5vw;
}


@media screen and (min-width: 640px) {

    /* HEADER */

    .header-desktop {
        padding: 20px 0;
        background-color: white;
    }

    .header-hero {
        display: flex;
        flex-direction: column;
    }

    .header-wrapper {
        display: flex;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
        align-items: center;
        position: relative;
        top: -3px;
    }

    nav {
    }

    nav ul {
        display: flex;
        gap: 15px;
    }

    nav ul li {
        list-style: none;
        /* text-decoration: underline; */
        padding-bottom: 2px;
        color: #855310;
        font-size: 14px;
        border-bottom: 1px solid #422a0a;
    }

    .contacts {
        display: none !important;
        gap: 15px;
        justify-content: flex-end;
        position: relative;
        top: -1px;
    }

    .contact {

    }

    .contact-title {
        font-weight: 700;
        color: #422a0a;
        font-size: 14px;
    }

    .contact-info {
        color: #855310;
        font-size: 14px;
    }

    .hero {
        background-image: url('../images/patterns/h4-team-bg.png'), url('../images/patterns/otis-redding.png');
    }

    .hero-wrapper {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 3.704vw 0;
        min-height: 44.444vw;
    }

    .hero h1 {
        position: relative;
        z-index: 2;
        font-weight: 700;
    }

    .hero h1 span {
        display: block;
        font-family: "Geologica";
        color: antiquewhite;
    }

    .hero .line0, .hero .line0-1 {
        font-size: 7.407vw;
        margin-bottom: 0.741vw;
        color: #855310;
        font-weight: 900;
    }
    
    span.line0 {
        font-size: 5.704vw !important;
    }

    .hero .line1, .hero .line2 {
        color: #422a0a;
    }

    .hero .line1 {
        font-size: 4.074vw;
    }

    .hero .line2 {
        font-size: 2.741vw;
        width: 24ch;
        line-height: 1.1;
        margin-bottom: 1.5vw;
    }

    .ctas {
        gap: 1.481vw;
    }

    .cta {
        color: white;
        padding: 0.889vw 0 1.037vw;
        width: 14.815vw;
        text-align: center;
        font-weight: 600;
        border-radius: 7.333vw;
        display: inline-block;
        letter-spacing: .4px;
        text-shadow: 1px 1px #6a6a6a;
        font-size: 0.889vw;
        font-family: "Geologica";
    }

    .hero-image {
        margin-top: 0;
        position: absolute;
        bottom: 5.704vw;
        right: 0;
        width: 48.148vw;
        transform: rotate(-2deg);
        box-shadow: 0.593vw 0.593vw #72380f;
    }

    .about {
        padding: 40px 0 30px;
        /* background-color: #4F3230; */
        background-color: #fff1e4;
    }

    .about-wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 895px;
    }

    .about-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 0 auto;
        width: 95%;
    }

    
    .about-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.45;
        color: #855310;
        margin-bottom: 14px;
    }

    .about-title {
        padding: 60px 0;
    }

    .about-title h2 {
        font-size: 44px;
        display: flex;
        font-weight: 700;
        width: 30ch;
        line-height: 1.15;
        color: #422a0a;
        margin-bottom: 12px;
    }

    .about-left {
        width: 446px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .about-left-image {
        margin-top: 0;
        width: 443px;
        height: 500px;
        display: flex;
    }

    .about-left-image img {
        object-fit: cover;
    }

    .about-right {
        margin-top: 0;
        width: 540px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .about-right-image {
        width: 540px;
        height: 690px;
        display: flex;
    }

    .about-right-image img {
        object-fit: cover;
    }

    .gallery {
        padding: 0 0 0px;
    }

    .gallery-wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1100px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        gap: 4%;
    }

    .gallery-item {
        aspect-ratio: auto;
        overflow: hidden;
        object-fit: cover;
        width: auto;
    }

    .zmi {
        padding: 60px 0;
    }

    .zmi-wrapper {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .zmi-left {
        width: 41.306vw;
    }

    .zmi-left span {
        margin-bottom: 0;
        display: block;
        width: 15ch;
        font-size: 3.918vw;
        font-weight: 800;
        line-height: 1.1;
        color: #855310;
        /* color: #422a0a; */
    }

    .zmi-right {
        width: 47%;
    }

    .zmi-right span {
        font-size: 1.4vw;
        line-height: 1.8;
    }

    .zmi-link {
        padding: 1.306vw 2.041vw;
        background-color: #422a0a;
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 0.816vw;
        font-size: 1.143vw;
        border-radius: 0.245vw;
    }

    .register {

    }

    .register-wrapper {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    .register-item {
        position: relative;
        width: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 4.898vw 4.898vw;
    }

    .visitor {
        background-color: #422a0a;
    }

    .participant {
        background-color: #4F3230;
    }

    .register-item h2 {
        color: white;
        font-size: 3.755vw;
        font-weight: 600;
        line-height: 1;
    }

    .register-item a {
        color: white;
        background-color: black;
        padding: 0.816vw 1.469vw 0.98vw;
        display: inline-block;
        margin-top: 0.653vw;
        border-radius: 0.327vw;
        font-weight: 400;
        font-size: 1.143vw;
    }

    .register-icon {
        position: absolute;
        top: 4.082vw;
        right: 4.082vw;
        width: 8.163vw;
    }

    footer {
        height: 6.531vw;
    }

}

@media screen and (min-width: 1280px) {

    /* HEADER */

    .header-desktop {
        padding: 25px 0 27px;
        background-color: white;
    }

    .header-hero {
        display: flex;
        flex-direction: column;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        align-items: center;
        position: relative;
        top: -3px;
    }

    nav {
    }

    nav ul {
        display: flex;
        gap: 15px;
    }

    nav ul li {
        list-style: none;
        /* text-decoration: underline; */
        padding-bottom: 2px;
        color: #855310;
        font-size: 14px;
        border-bottom: 1px solid #422a0a;
    }

    .contacts {
        display: flex !important;
        gap: 15px;
        justify-content: flex-end;
        position: relative;
        top: -1px;
    }

    .contact {

    }

    .contact-title {
        font-weight: 700;
        color: #422a0a;
        font-size: 14px;
    }

    .contact-info {
        color: #855310;
        font-size: 14px;
    }

    .hero {
        background-image: url('../images/patterns/h4-team-bg.png'), url('../images/patterns/otis-redding.png');
    }

    .hero-wrapper {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
        min-height: 600px;
    }

    .hero h1 {
        position: relative;
        z-index: 2;
        font-weight: 700;
    }

    .hero h1 span {
        display: block;
        font-family: "Geologica";
        color: antiquewhite;
    }

    .hero .line0, .hero .line0-1 {
        font-size: 100px;
        margin-bottom: 10px;
        color: #855310;
        font-weight: 900;
    }
    
    span.line0 {
        font-size: 77px !important;
    }

    .hero .line1, .hero .line2 {
        color: #422a0a;
    }

    .hero .line1 {
        font-size: 55px;
    }

    .hero .line2 {
        font-size: 37px;
        width: 24ch;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .ctas {
        gap: 20px;
    }

    .cta {
        color: white;
        padding: 12px 0 14px;
        width: 200px;
        text-align: center;
        font-weight: 600;
        border-radius: 99px;
        display: inline-block;
        letter-spacing: .4px;
        text-shadow: 1px 1px #6a6a6a;
        font-size: 12px;
        font-family: "Geologica";
    }

    .hero-image {
        margin-top: 0;
        position: absolute;
        bottom: 125px;
        right: 0;
        width: 650px;
        transform: rotate(-2deg);
        box-shadow: 8px 8px #72380f;
    }

    .about {
        padding: 70px 0 50px;
        /* background-color: #4F3230; */
        background-color: #fff1e4;
    }

    .about-wrapper {
        margin: 0 auto;
        width: 1095px;
    }

    .about-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 0 auto;
    }

    
    .about-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.45;
        color: #855310;
        margin-bottom: 14px;
    }

    .content-columns {
        display: flex;
        justify-content: space-between;
    }

    .content-columns > div {
        flex-basis: 100%;
        flex-shrink: 0;
        text-align: left;
        height: 80%;
    }

    .content-columns > .prices-column {
        background-color: white;
        padding: 20px 20px;
        flex-basis: 33%;
        margin-bottom: 0;
    }

    .content-columns .prices-column h3 {
        font-weight: 500;
        font-size: 15px;
        text-align: left;
        margin-bottom: 5px;
    }

    .content-columns .prices-column p {
        font-size: 13px;
        text-align: left;
        line-height: 1.25;
    }

    .about-title {
        padding: 60px 0;
    }

    .about-title h2 {
        font-size: 44px;
        display: flex;
        font-weight: 700;
        width: 30ch;
        line-height: 1.15;
        color: #422a0a;
        margin-bottom: 12px;
    }

    .about-left {
        width: 446px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .about-left-image {
        margin-top: 0;
        width: 443px;
        height: 500px;
        display: flex;
    }

    .about-left-image img {
        object-fit: cover;
    }

    .about-right {
        margin-top: 0;
        width: 540px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .about-right-image {
        width: 540px;
        height: 690px;
        display: flex;
    }

    .about-right-image img {
        object-fit: cover;
    }

    .gallery {
        padding: 0 0 0px;
    }

    .gallery-wrapper {
        width: auto;
        margin: 0 auto;
        max-width: 1100px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 4%;
    }

    .gallery-item {
        aspect-ratio: auto;
        overflow: hidden;
        object-fit: cover;
        width: auto;
    }

    .zmi {
        padding: 60px 0;
    }

    .zmi-wrapper {
        width: auto;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .zmi-left {
        width: 506px;
    }

    .zmi-left span {
        margin-bottom: 0;
        display: block;
        width: 15ch;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.1;
        color: #855310;
        /* color: #422a0a; */
    }

    .zmi-right {
        width: 580px;
    }

    .zmi-right span {
        font-size: 16px;
        line-height: 1.8;
    }

    .zmi-link {
        padding: 15px 25px;
        background-color: #422a0a;
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .register {

    }

    .register-wrapper {
        width: auto;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    .register-item {
        position: relative;
        width: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 60px 60px;
    }

    .visitor {
        background-color: #422a0a;
    }

    .participant {
        background-color: #4F3230;
    }

    .register-item h2 {
        color: white;
        font-size: 46px;
        font-weight: 600;
        line-height: 1;
    }

    .register-item a {
        color: white;
        background-color: black;
        padding: 10px 18px 12px;
        display: inline-block;
        margin-top: 8px;
        border-radius: 4px;
        font-weight: 400;
        font-size: 14px;
    }

    .register-icon {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 100px;
    }

    footer {
        height: 80px;
    }

}

