@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Noto Serif Georgian';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-serif-georgian-v26-latin-regular.eot');
    src: url('../fonts/noto-serif-georgian-v26-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-georgian-v26-latin-regular.woff2') format('woff2'), url('../fonts/noto-serif-georgian-v26-latin-regular.woff') format('woff'), url('../fonts/noto-serif-georgian-v26-latin-regular.ttf') format('truetype'), url('../fonts/noto-serif-georgian-v26-latin-regular.svg#NotoSerifGeorgian') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Serif Georgian';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-serif-georgian-v26-latin-500.eot');
    src: url('../fonts/noto-serif-georgian-v26-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-georgian-v26-latin-500.woff2') format('woff2'), url('../fonts/noto-serif-georgian-v26-latin-500.woff') format('woff'), url('../fonts/noto-serif-georgian-v26-latin-500.ttf') format('truetype'), url('../fonts/noto-serif-georgian-v26-latin-500.svg#NotoSerifGeorgian') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Serif Georgian';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-serif-georgian-v26-latin-700.eot');
    src: url('../fonts/noto-serif-georgian-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-georgian-v26-latin-700.woff2') format('woff2'), url('../fonts/noto-serif-georgian-v26-latin-700.woff') format('woff'), url('../fonts/noto-serif-georgian-v26-latin-700.ttf') format('truetype'), url('../fonts/noto-serif-georgian-v26-latin-700.svg#NotoSerifGeorgian') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #3c3c3c;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #FFFBF2;
    border: solid 1px #ededed;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: "Noto Serif Georgian";
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 14rem;
}

h2 {
    font-size: 1.2rem;
    font-family: "Noto Serif Georgian";
    font-weight: 500;
    color: #856030;
    margin-bottom: 0.2rem;
}

h3 {
    font-size: 0.938rem;
    font-family: "Noto Serif Georgian";
    font-weight: 400;
}

h4 {
    font-size: 1rem;
    font-family: "Noto Serif Georgian";
    font-weight: 500;
    color: #856030;
}

h5 {
    font-size: 0.875rem;
    font-weight: 400;
    color: #856030;
    margin: 2rem 0 0;
}

p {
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    padding-bottom: 1rem;
}

ul li {
    padding: 0 0 0 1.2rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    color: #9e7b51;
}

.respons {
    display: none;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
}

article {
    padding: 1.75rem 4rem;
}

.flex {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.flex section {
    width: 100%;
}

.box {
    display: flex;
    gap: 1rem;
    background: rgb(255, 251, 242);
    background: linear-gradient(203deg, rgba(255, 251, 242, 1) 51%, rgba(207, 188, 165, 1) 100%);
    padding: 2rem .875rem;
}

.left {
    width: 50%;
}

.middle {
    width: 3%;
}

.right {
    width: 43%;
}

.right p {
    margin-bottom: 0;
}

footer {
    padding: 0 4rem 1rem;
}

footer p {
    font-size: 0.66rem;
}

footer p span {
    white-space: nowrap;
}

@media only screen and (max-width: 56.188rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .logo {
        display: none;
    }

    .respons {
        display: block;
        margin: 1.5rem auto;
    }

    h1 {
        position: static;
        color: #856030;
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    h1 br {
        display: none;
    }

    article {
        padding: 1rem 2rem;
    }

    .box {
        flex-direction: column;
        align-items: center;
    }

    .left,
    .right {
        width: 100%;
    }

    .box :is(h3, h4, p) {
        text-align: center;
    }

    .middle {
        display: none;
    }

    h5 {
        text-align: center;
    }

    footer {
        padding: 1rem;
    }

    footer p {
        text-align: center;
    }
}


@media only screen and (max-width: 40rem) {
    .flex {
        display: block;
        margin: 0;
    }

    .flex section {
        width: 100%;
    }
}

@media only screen and (max-width: 30rem) {
    article {
        padding: 1rem;
    }

    ul li {
        padding: 0 0 0 1rem;
    }
}