/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');*/

@font-face {
    font-family: 'belozersk';
    src: url('belozersk-font.ttf');
}


:root {
    --transition: all 0.4s 0.02s ease;
    --radius: 5px;
    --c-error: red
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: 'belozersk';
    color: #000;
    min-width: 320px;
    height: 100%;
    min-height: 100vh;
    background: url('osen-zaglushka-tilt.jpg') 0 repeat-y;
    background-size: 100% auto;
}


#body{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: url(/osen-zaglushka-2.jpg) center -117px no-repeat;
    background-size: 100%;
}


.container{
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 100%;
}

h1{
    font-size: 2.5vw;
    margin: 0;
    color: #fff;
}


h2{
    font-size: 3vw;
    color: #fff;
    margin: 0;
    letter-spacing: 4px;

}

.in-container{
    position: absolute;
    left: 22%;
    top: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

details, main, .slick-slide img, .slick-initialized .slick-slide {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: underline;
    transition: var(--transition)
}

a:hover {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700 er
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

a, a img, .button, button, .btn, input, select, textarea, .slick-list:focus {
    outline: none !important
}

button, select {
    text-transform: none;
    cursor: pointer;
    box-sizing: border-box;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    padding: 0;
    border: none
}

legend {
    color: inherit;
    max-width: 100%;
    white-space: normal
}


input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"]{
    width: 100%;
    padding-left: 15px;
    font-size: 18px;
    border: 1px solid #000;
    box-sizing: border-box;
    height: 55px;
}

textarea {
    overflow: auto;
    resize: none;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    border: 1px solid #000;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
    outline: none
}

[type=search] {
    -webkit-appearance: textfield;
    outline: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    outline: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.container {
    width: 95%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1600px
}

.flx-nowrap-around {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.flx-wrap-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}


.grider{
    display: grid;
    grid-gap: 40px;
}

header {
    height: 195px;
    position: relative;
    z-index: 80
}

footer .container, header .container {
    height: 100%
}

.slick-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.slick-dots li {
    margin-left: 20px;
    margin-right: 20px;
    width: 8px;
    height: 8px
}

footer {
    height: 200px
}

#prana {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px
}

#prana a {
    color: #fff;
    background: url('../images/prana_icon_white.png') right center no-repeat;
    padding-right: 31px;
    background-size: 28px
}


#copy{
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 16px
}


.xerror{
    color: var(--c-error);
}

.fox-item{
    margin-bottom: 2vw;
}



nav h3{
    font-size: 18px;
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin:0;
    position: relative;
    display: none;
}


nav h3 button{
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background: url('../images/threelines.png') center no-repeat;
    background-size: 80%;
    background-color: #000;
    border: 2px solid #000;
    transition: var(--transition);
    position: absolute;
    right: 20px;
    top: 10px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track, .slick-loading .slick-slide {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: none
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute
}

.lb-next {
    justify-content: flex-end
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0
}

.lb-prev span, .lb-next span {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/arrow.png') center no-repeat;
    background-size: 60%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #000;
}

.lb-prev span {
    left: 20px;
    position: relative;
    transform: rotate(180deg)
}

.lb-next span {
    right: 20px;
    position: relative
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    z-index: 9
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close, .closer {
    display: block;
    position: fixed;
    box-sizing: border-box;
    right: 40px;
    top: 40px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    line-height: 1;
}


.former{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    opacity: 0;
    justify-content: center;
    align-items: center;
}

.in-former{
    width: 90%;
    max-width: 800px;
    min-width: 320px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    padding: 25px;
}


.ximg, #logo img {
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: top;
    transition: var(--transition);
    opacity: 1;
    vertical-align: top
}

.ximg:hover {
    opacity: 0.7
}

[hidden], template, .hidder, .slick-slide.slick-loading img, .slick-arrow.slick-hidden {
    display: none
}


.btn, button, .button, input[type="submit"]{
    display: inline-block;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    border: none;
    background-color: #000;
    color: #fff;
    transition: var(--transition);
}

@media(max-width: 1610px){
    #body{
        background-position: center -87px;
    }
}


@media(max-width: 1410px){
    .in-container{
        left: 22%;
        top: 12px;
    }
}

@media(max-width: 1210px){
    #body{
        background-position: center top;
    }
}


@media (max-width: 1110px) {
    .in-container {
        left: 22%;
        top: 36px;
    }
}


@media(max-width: 905px){
    #body{
        background-size: cover;
    }
}

@media (max-width: 805px) {
    .in-container {
        left: 0;
        top: 30px;
        right: 0;
    }

    h2{
        font-size: 4vw;
    }

    h1 {
        font-size: 3.5vw;
        margin: 0;
        margin-top: 0;
        color: #fff;
        margin-top: 10px;
    }
}


@media(max-width: 505px){
    h2 {
        font-size: 5vw;
    }

    h1 {
        font-size: 9.5vw;
    }
}


@media(max-width: 405px){
    h2 {
        font-size: 5.5vw;
    }

    h1 {
        font-size: 8.5vw;
    }

    .in-container{
        top: 12px;
    }
}

@media(max-width: 360px){
   h2{
       font-size: 5vw;
   }
}