@font-face {
    font-family: 'Winston';
    src: url('../fonts/Winston-Medium.woff2') format('woff2');
    src: url('../fonts/Winston-Medium.woff') format('woff');
    src: url('../fonts/Winston-Medium.ttf') format('truetype');
    font-weight:normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Faberge';
    src: url('../fonts/Faberge-Regular.woff2') format('woff2');
    src: url('../fonts/Faberge-Regular.woff') format('woff');
    src: url('../fonts/Faberge-Regular.otf') format('opentype');
    font-weight:normal;
    font-style: normal;
    font-display: block;
}

::selection {
    background-color: var(--primary-color-2);
    color: var(--light-color);
}
:root {
    --primary-color-1: rgba(96, 108, 56, 1);

    --panel-gradient-color: hsl(from var(--primary-color-1) h calc(s - 10) calc(l + 25));
    --primary-color-1-dark: hsl(from var(--primary-color-1) h calc(s + 0) calc(l - 10));
    --photo-wapl:  var(--panel-gradient-color);
    --photo-wapl-dark: hsl(from var(--primary-color-1) h calc(s + 0) calc(l + 20));

    --primary-color-2: rgb(197, 164, 130);

    --price-item-main: hsl(from var(--primary-color-2) h calc(s + 5) calc(l + 24));
    --price-item-2: hsl(from var(--primary-color-2) h calc(s + 5) 100);
    --price-shadow: hsl(from var(--primary-color-2) h calc(s - 16) calc(l - 36));

    --mix-color: color-mix(in oklab, var(--primary-color-1), var(--primary-color-2));
    --dark-color-1: hsl(from var(--mix-color) h calc(s - 7)  15);
    --plenka-2: hsl(from var(--dark-color-1) h calc(s - 10) calc(l + 20));

    --light-color: hsl(from var(--mix-color) h calc(s - 5) 93);
}

a {
    text-decoration: none;
    color: inherit;

    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, p {
    color: var(--dark-color-1);
}
address {
    font-style: normal;
}
ul {
    list-style-type: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Winston';
    font-size: 20px;
    background-color: var(--light-color);
}
.content {
    min-height: 60vh;
}
.container {
    width: 1058px;
    margin-inline: auto;
}
.header {
    margin-top: 15px;
    background-color: var(--light-color);
}
.head-container {
    max-width: 1196px;
    margin-inline: auto;
}
.menu {
    display: flex;
    align-items: flex-start;

    background-color: rgba(244, 198, 190, 1);
    background-image: radial-gradient(circle at 33% 100%, var(--panel-gradient-color) 0%, var(--primary-color-1) 20%);

    border-radius: 53px;

    min-height: 104px;

    padding: 11px;
    box-sizing: border-box;

    z-index: 99;
}

.logo-frame {
    width: 82px;
    height: 82px;
    border-radius: 53px;
    overflow: hidden;

    background-color: var(--light-color);
}
.logo-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background-color: var(--light-color);
}
.logo-name-link {
    display: flex;
    align-items: center;
}
.logo-name-link:hover .name {
    transform: scale(1.05);
    transition: 0.2s;
}
.name {
    transition: 0.5s ease-in-out;
}
.nav {
    display: flex;
    align-items: center;

    list-style-type: none;
}
.name {
    color: var(--light-color);
    font-family: 'Faberge';
    font-size: 27px;
    text-align: center;

    margin-left: 14px;
}
.nav-link {
    display: block;
    padding: 22px;
    font-size: 20px;
    padding-bottom: 26px;
    border-radius: 53px;

    color: var(--light-color);
}
.nav-item:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
.nav-item {
    transition: 0.5s ease-in-out;
}
.footer-wrapper {
    background-color: var(--light-color);
}
.foot-wrapper {
    padding-bottom: 70px;
    background-color: var(--primary-color-1);
}

.footer::before {
    content: "";
    position: relative;
    display: block;
    height: 40px;
    width: 100%;

    background-color: var(--primary-color-1);
    mask-image: url('../photographer/plenka-1.svg');
    mask-size: 546px 40px;
    mask-repeat: repeat-x;

    -webkit-mask-size: 546px 40px;
    -webkit-mask-image: url('../photographer/plenka-1.svg');
    -webkit-mask-repeat: repeat-x;

    z-index: 2;
}

.footer {


}
.foot-container {
    max-width: 845px;
    margin-inline: auto;

    background-color: var(--primary-color-1);
    padding-top: 33px;
}
.foot-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-top: 24px;
}
.foot-info-main {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.foot-info-main-item {
    display: flex;
    align-items: center;
}
.foot-info-main-item-img{
    height: 35px;
}
.foot-info-main-item-img path{
    stroke: var(--light-color);
}
.foot-info-main-item-img#mail-icon{
    height: 29px;
    margin-right: 5px;
}
.foot-info-main-item-text {
    color: var(--light-color);
    font-size: 25px;

    margin-left: 6px;
    font-style: normal;
}
.foot-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 70px;

    list-style-type: none;
    font-size: 25px;
    color: var(--light-color);

    height: 155px;
    margin-block: -9px;
}
.foot-nav-item {
    padding: 9px;
}

.foot-nav-link:hover .foot-nav-item {
    transform: scale(1.05);
    transition: 0.2s;
}
.foot-nav-item {
    transition: 0.5s ease-in-out;
}

.tim3la-img {
    display: flex;
    margin-top: 70px;
    margin-inline: auto;
}
.tim3la-link {
    color: var(--light-color);
}
.tim3la-link:hover .tim3la-img{
    transform: scale(1.05);
    transition: 0.2s;
}
.tim3la-img {
    transition: 0.5s ease-in-out;
    color: var(--light-color);
    display: block;
    margin-inline: auto;
}
.tim3la-img path {
    fill: var(--light-color);
}

.burger-button {
    display: none;
}

.logo-name-drop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.foot-info-main-item-links:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
.foot-info-main-item-links {
    transition: 0.5s ease-in-out;
}

@media (max-width: 1196px) {
    .html {
        font-size: 16px;
    }
    .container {
        width: auto;
        padding-inline: 8%;
        padding-block: 20px;
    }
    .head-container {
        max-width: auto;
        margin-inline: 3.7%;

    }
    .foot-container {
        width: auto;
        margin-inline: 16.5%;
        padding-top: 20px;
    }

    .burger-img {
        width: 37px;
        height: 32px;
    }
    .menu {
        min-height: 70px;
        padding: 6px;
        border-radius: 35px;
    }
    .nav-link {
        font-size: 23px;
        padding: 28.5px;
    }
    .logo-frame {
        width: 58px;
        height: 58px;
    }
    .name {
        font-size: 18px;
        margin-left: 7px;
    }
    .logo-name-drop {
        display: flex;
        flex-direction: column;
    }
    .nav {
        display: none;
    }
    .logo-button {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .burger-button {
        display: flex;
        background-color: transparent;
        border: none;
        margin-right: 14px;
    }
    .burger-img path {
        stroke: var(--light-color);
    }
    .nav {
        line-height: 1;
        overflow: hidden;
        transition: line-height 0.2s;

        color: var(--dark-color-1);
    }
    .nav.open {
        display: flex;
        flex-direction: column;
    }
    .nav-item:hover {
        transform: scale(0.93);
    }
    .burger-button:hover .burger-img {
        transform: scale(0.93);
        transition: 0.2s;
    }
    .burger-img {
        transition: 0.5s ease-in-out;
    }

    .footer > .logo-name {
        display: flex;
        margin-inline: auto;
    }

    .foot-info {
        flex-direction: column;
        align-items: center;
    }
    .foot-info-main {
        align-items: flex-start;
    }
    .foot-nav {
        flex-wrap: nowrap;
        align-items: center;
        height: auto;

        margin-top: 24px;
    }
    .foot-info-main-item-text {
        font-size: 20px;
    }
    .foot-info-main-item-img {
        width: 22px;
        height: auto;
    }
    .foot-info-main-item-img#mail-icon {
        width: 23px;
        height: auto;
        margin-right: 5px;
    }
    .foot-nav-item {
        font-size: 23px;
        padding: 28.5px;
    }
    .footer .logo-name {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .name {
        font-size: 20px;
        margin-left: 8px;
    }
    .footer .logo-frame {
        width: 64px;

        height: 64px;
    }
    .footer::before {
        height: 30px;
        width: 100%;

        background-color: var(--primary-color-1);
        mask-image: url('../photographer/plenka-1-phone.svg');
        mask-size: 418px 30px;
        mask-repeat: repeat-x;

        -webkit-mask-size: 418px 30px;
        -webkit-mask-image: url('../photographer/plenka-1-phone.svg');
        -webkit-mask-repeat: repeat-x;
    }

    .logo-name-link:hover .name {
        transform: scale(0.93);
    }

    .foot-nav-link:hover .foot-nav-item{
        transform: scale(0.93);
    }
    .tim3la-link:hover .tim3la-img {
        transform: scale(0.93);
    }
    .nav-link:hover .nav-item{
        transform: scale(0.93);
    }
    .foot-info-main-item-links:hover {
        transform: scale(0.93);
        transition: 0.2s;
    }
    .foot-info-main-item-links {
        transition: 0.5s ease-in-out;
    }
}
