/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*==============================
fonts
==============================*/
@font-face {
    font-family: "ubuntu";
    src: url("../fonts/ubuntu-light.woff2") format("woff2"), url("../fonts/ubuntu-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ubuntu";
    src: url("../fonts/ubuntu-regular.woff2") format("woff2"), url("../fonts/ubuntu-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ubuntu";
    src: url("../fonts/ubuntu-bold.woff2") format("woff2"), url("../fonts/ubuntu-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lemon-tuesday";
    src: url("../fonts/lemon-tuesday.woff2") format("woff2"), url("../fonts/lemon-tuesday.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/**************************************************************
colors var
***************************************************************/
:root {
    --start-color: #ffffff;
    --end-color: #121c02;
    --link-color: #66320b;
    --bg-color: #e8dbc8;
    --text-color: #3b3d3c;
    --modest-color: #97a171;
    --moon-color: #95ea8f;
    --dark-color: #333e1f;
}

/*==============================
base
==============================*/
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    min-height: 100vh;
    width: 100%;
    background-color: var(--bg-color);
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 300px;
    font-family: ubuntu, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-color);
    background-image: url("../img/bg.png");
}

body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}

.no-scroll {
    overflow: hidden;
    position: relative;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

/*==============================
display-none
==============================*/
.display-none {
    display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}

/*==============================
slick
==============================*/

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*slick slider load fix*/
.slider__content {
    display: none;
}

.slick-track:first-child {
    display: block;
}


/*layout*/
/*==============================
site-wrapper
==============================*/
.site-wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


/*components*/


/*==============================
site-form
==============================*/

.site-form__label {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
}

.site-form__text {
    display: block;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: var(--modest-color);
    line-height: 1.2;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.site-form__input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--modest-color);
    background-color: transparent;
    font-size: 14px;
    font-weight: 300;
    color: var(--start-color);
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color, background-color;
    -o-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
}

.site-form__input:focus {
    outline: 0;
}

.site-form__input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    color: var(--modest-color);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.site-form__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    color: var(--modest-color);
    transition-duration: 0.2s;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.site-form__input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    color: var(--modest-color);
    transition-duration: 0.2s;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.site-form__input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    color: var(--modest-color);
    transition-duration: 0.2s;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.site-form__input::placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    color: var(--modest-color);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.site-form__input:hover {
    outline: none;
    border-color: var(--start-color);
}

.site-form__input:focus {
    outline: none;
    border-color: var(--start-color);
}

.site-form__input:focus::-webkit-input-placeholder {
    opacity: 1;
}

.site-form__input:focus::-moz-placeholder {
    opacity: 1;
}

.site-form__input:focus:-ms-input-placeholder {
    opacity: 1;
}

.site-form__input:focus::-ms-input-placeholder {
    opacity: 1;
}

.site-form__input:focus::placeholder {
    opacity: 1;
}

.site-form__input--textarea {
    min-height: 120px;
    height: 120px;
    resize: vertical;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    line-height: 1.4;
}


/* toggle */

.site-form__toggle-input:checked ~ .site-form__toggle-text::before {
    background-color: var(--modest-color);
}

.site-form__toggle-input:checked ~ .site-form__toggle-text::after {
    opacity: 1;
}

.site-form__toggle-text {
    display: block;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    color: var(--end-color);
    line-height: 1.2;
    cursor: pointer;
    position: relative;
}

.site-form__toggle-input--min ~ .site-form__toggle-text {
    padding-left: 24px;
    font-size: 14px;
}

.site-form__toggle-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--modest-color);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    position: absolute;
    left: 0;
    top: -2px;
}

.site-form__toggle-text::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -2px;
}


.site-form__toggle-text--checkbox::before {
    border-radius: 4px;
}

.site-form__toggle-text--checkbox::after {
    background-image: url("../img/icon-checkbox.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.site-form__toggle-text--radio::before {
    border-radius: 50%;
    background-color: var(--modest-color);
}

.site-form__toggle-text--radio::after {
    border-radius: 50%;
    border: 7px solid var(--modest-color);
    background-color: var(--dark-color);
}

.site-form__toggle-input--min ~ .site-form__toggle-text::after {
    border: 6px solid var(--modest-color);
}

.site-form__toggle-text:hover::before {
    background-color: var(--start-color);
}


/*==============================
btn
==============================*/

.btn {
    margin: 0;
    padding: 0 22px;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /**/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    border-radius: 100px;
    background-color: var(--modest-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--dark-color);
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color, border-color, color;
    -o-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    cursor: pointer;
    position: relative;
}

.btn:focus {
    outline: 0;
}

.btn:hover,
.btn:active {
    background-color: var(--moon-color);
}

/*==============================
site-title
==============================*/
.site-title {
    margin: 0;
    padding: 10px 0;
    font-family: lemon-tuesday, Arial, sans-serif;;
    font-size: 10vw;
    font-weight: 400;
    color: var(--modest-color);
    text-align: center;
    line-height: 1.2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.site-title__sub {
    display: block;
    font-family: ubuntu, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--link-color);
}


@media (min-width: 500px) {

    .site-title {
        width: 500px;
        margin: 0 auto;
        padding: 120px 0 20px;
        background-color: var(--bg-color);
        background-image: url("../img/bg.png");
        -webkit-box-shadow: 0 30px 20px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 30px 20px 10px rgba(0, 0, 0, 0.1);
        font-size: 50px;
        position: relative;
        z-index: 1;
    }

    .site-title__sub {
        font-size: 30px;
    }
}

@media (min-width: 992px) {

    .site-title {
        border-radius: 0 0 100px 100px;
    }
}

/*==============================
site-header
==============================*/

.site-header {

}

@media (min-width: 500px) {

    .site-header {
        height: 300px;
        background-image: url("../img/legs.jpg");
        background-repeat: repeat-x;
        background-size: auto 100%;
        position: relative;
        z-index: 2;
    }
}

/*==============================
site-logo
==============================*/
.site-logo {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 500px) {

    .site-logo {
        width: 500px;
        height: 403px;
        margin: 0 auto;
    }
}


/*==============================
slider
==============================*/
.slider {
    padding-bottom: 10px;
    opacity: 1;
    position: relative;
    /* arrows */
    /* dots */
}

/* slides */
.slider__content {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.slider__content:hover,
.slider__content:active {
    opacity: 0.7;
}

@media (min-width: 992px) {

    .slider {
        margin-top: -240px;
        padding-top: 0;
    }

    .slider::before {
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(var(--bg-color)), to(transparent));
        background-image: -o-linear-gradient(left, var(--bg-color), transparent);
        background-image: linear-gradient(to right, var(--bg-color), transparent);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .slider::after {
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(var(--bg-color)), to(transparent));
        background-image: -o-linear-gradient(right, var(--bg-color), transparent);
        background-image: linear-gradient(to left, var(--bg-color), transparent);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

}

/*==============================
action
==============================*/

.action__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.action_item {
    padding: 10px;
}

.action__link {
    font-family: lemon-tuesday, Arial, sans-serif;
    font-size: 30px;
    color: var(--link-color);
    text-decoration: none;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.action__link:hover,
.action__link:active {
    opacity: 0.7;
}

.action__link::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url("../img/sprite-link.svg");
    background-size: 100% auto;
}

.action__link--where::before {
    background-position: center 0;
}

.action__link--write::before {
    background-position: center -40px;
}

@media (min-width: 500px) {

    .action__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .action_item {
        padding: 10px 20px;
    }
}

/*==============================
about
==============================*/

.about {
    padding: 20px 20px 40px;
}

.about__title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.about__text p {
    margin: 0;
    padding: 10px 0;
}

/*==============================
site-footer
==============================*/

.site-footer {
    padding-bottom: 160px;
    background-color: var(--dark-color);
    background-image: url("../img/bg-footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

/*==============================
where
==============================*/

.where {
    position: relative;
}

.where__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: var(--dark-color);
}

.where__title {
    margin: 0;
    font-family: lemon-tuesday, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--modest-color);
    text-align: center;
}

.where__list {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.where__item {
    padding: 5px 0 5px 30px;
    background-image: url("../img/pin-sorrel.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px auto;
}

.where__subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--modest-color);
}

.where__text {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--start-color);
}

.where__map {
    display: none;
}

@media (min-width: 1024px) {

    .where__content {
        width: calc(100% / 3);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .where__map {
        display: block;
    }
}

@media (min-width: 1300px) {

    .where__title {
        font-size: 30px;
    }

    .where__subtitle {
        font-size: 20px;
    }

    .where__text {
        font-size: 18px;
    }

}


/*==============================
interactive
==============================*/

.interactive__body {
    max-width: 600px;
    padding: 20px;
    background-color: var(--dark-color);
}

.interactive__title {
    margin: 0;
    padding-bottom: 10px;
    font-family: lemon-tuesday, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--modest-color);
    text-align: center;
}

.interactive__add {
    font-size: 18px;
    font-weight: 300;
    color: var(--modest-color);
}


.interactive__col {
    padding-bottom: 20px;
}

@media (min-width: 1300px) {

    .interactive__title {
        font-size: 30px;
    }

}

/*==============================
gallery
==============================*/

.gallery__title {
    margin: 0;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
}

.gallery .action__link::before {
    content: none;
}

.gallery__main-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: counter;
}

.gallery__main-item {
    position: relative;
}

.gallery__main-item::before {
    counter-increment: counter;
    content:counter(counter);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-color);
    background: var(--bg-color);
    position: absolute;
    left: 10px;
    top: 10px;
}

.gallery__main-item--01 {
    background-color: var(--dark-color);
}

.gallery__main-item--02 {
    background-color: var(--moon-color);
}

.gallery__main-item--03 {
    background-color: var(--modest-color);
}

.gallery__main-desc {
    padding: 0 20px;
}

.gallery__main-title {
    margin: 0;
    padding: 20px 20px 10px;
    font-family: lemon-tuesday, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.gallery__text {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.gallery__accented {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.gallery__main-item--01 .gallery__main-title,
.gallery__main-item--01 .gallery__text,
.gallery__main-item--01 .gallery__accented {
    color: var(--modest-color);
}

.gallery__main-item--02 .gallery__main-title,
.gallery__main-item--02 .gallery__text,
.gallery__main-item--02 .gallery__accented {
    color: var(--dark-color);
}

.gallery__main-item--03 .gallery__main-title,
.gallery__main-item--03 .gallery__text,
.gallery__main-item--03 .gallery__accented {
    color: var(--dark-color);
}


.gallery__image {
    max-width: 500px;
    margin: 0 auto;
}

.gallery__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery__item {
    padding: 20px;
}

@media (min-width: 500px) {

    .gallery__main-title {
        font-size: 40px;
    }

    .gallery__main-item::before {
        left: 20px;
        top: 20px;
    }

    .gallery__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 20px;
        padding: 20px;
    }

    .gallery__item {
        padding: 0;
    }
}

@media (min-width: 1024px) {

    .gallery__main {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .gallery__main-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gallery__list {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr ;
    }

    .gallery__image {
        max-width: 100%;
    }
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*==============================
recipe
==============================*/

.recipe {
    padding: 20px;
    background-color: var(--start-color);
}

.recipe__title {
    margin: 0;
    font-family: lemon-tuesday, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--dark-color);
}

.recipe__about {
    padding: 20px 0;
}

.recipe__text {
    margin: 10px 0;
    color: var(--text-color) ;
}

.recipe__text strong {
    font-weight: 700;
}

.recipe__part {
    padding: 40px 20px;
    border: 10px solid var(--modest-color);
    position: relative;
}

.recipe__part-title {
    margin: 0;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 0;
}

.recipe__part--ingredients {
    border-color: var(--modest-color);
}

.recipe__part--ingredients .recipe__part-title {
    color: #6e7651;
}

.recipe__part--prep {
    border-color: var(--moon-color);
}

.recipe__part--prep  .recipe__part-title {
    color: #75b871;
}

.recipe__part--cooking {
    border-color: var(--bg-color);
}

.recipe__part--cooking  .recipe__part-title {
    color: #a89880;
}

.recipe__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recipe__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: recipe-counter;
}

.recipe__sublist li {
    padding: 0 0 10px 24px;
    position: relative;
}

.recipe__sublist li::before {
    counter-increment: recipe-counter;
    content:counter(recipe-counter);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: var(--start-color);
    line-height: 1;
    position: absolute;
    left: 0;
    top: 4px;
}

.recipe__part--ingredients .recipe__sublist li::before {
    background-color: #6e7651;
}

.recipe__part--prep .recipe__sublist li::before {
    background-color: #75b871;
}

.recipe__part--cooking .recipe__sublist li::before {
    background-color: #a89880;
}

.recipe__section-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color);
}

@media (min-width: 500px) {

    .recipe__part {

        border-width: 20px;
    }
}

@media (min-width: 992px) {

    .recipe__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
}


/*==============================
modal
==============================*/

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: transparent;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.modal--opened {
    pointer-events: auto;
    opacity: 1;
}

.modal--opened .modal__block {
    opacity: 1;
}

.modal__block {
    width: 100%;
    height: auto;
    max-height: 90vh;
    padding: 40px 20px 30px;
    background: var(--start-color);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    position: relative;
}

.modal__closer {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /**/
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url("../img/icon-modal-closer.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal__overlay {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /**/
    width: 100vw;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--start-color);
    opacity: 0.5;
}

/* modal__content */

.modal__title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color);
}

.modal__text {
    font-size: 18px;
    font-weight: 300;
    color: var(--dark-color);
}

@media (min-width: 768px) {

    .modal {
        padding: 20px;
    }

    .modal__block {
        border-radius: 16px;
    }

    .modal__title {
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {

    .modal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .modal__block {
        width: 550px;
        padding: 40px;
    }
}




