@font-face {
    font-family: 'Antarctica';
    src: url('../fonts/Antarctica/Antarctica-Regular.woff2') format('woff2');
}

html {
    overflow-x: hidden;
}

html,
body {
    font-family: "Antarctica";
    position: relative;
    height: 100%;
    margin: 0;
    background: #f5edd7;
    color: #405ca5;
}

a {
    color: #405ca5;
}

section.info p {
    margin: 0;
    padding: 0;
}

section.info div.block {
    padding-bottom: 1em;
}

nav {
    position: sticky;
    top: 0;
    transition: .2s ease-in-out;
    padding: 10px 0;
    background: #f5edd7;
}

img.logo {
    width: 250px;
    opacity: 1;
    transition: .2s ease-in-out;
    margin-left: 10%;
}

div.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 10% 20px 10%;
    gap: 10%;
}

section.favorites {
    grid-column: span 2;
    width: 100%;
    max-width: 100%;
    margin-top: -30px;
}

section.about div.info {
    font-weight: bold;
}

.swiper-upside .swiper-slide {
    width: 400px;
}

.swiper-upside .swiper-slide img {
    width: 100%;
}

.swiper-upside {
    margin-bottom: 50px;
}

a.link {
    position: relative;
}

img.instagram {
    width: 15px;
    position: absolute;
    left: -17px;
    top: 1px;
}

table td {
    padding: 0;
    margin: 0;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

@media screen and (max-width: 767px) {

    div.container {
        overflow-x: hidden;
    }


    img.logo {
        margin: 0 0 0 10px;
    }

    div.container {
        display: block;
        padding: 10px;
    }

    .swiper-upside .swiper-slide {
        width: 200px;
    }

    section.favorites {
        margin-top: 0;
    }
}