html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: 'ALS Rubl';
  font-style: normal;
  font-weight: normal;
  src: local('ALS Rubl'), url('/rouble.woff') format('woff');
}
.rub{
  font-family: 'ALS Rubl';
  text-transform: none;
}
body{
    font-family: 'Ubuntu', sans-serif;
    scroll-behavior: smooth;
    color: #1E1C1D;
    overflow-x: hidden;
    transition: all 0.5s;
}
body.pad{
  padding-top: 108px;
}
header{
/*   position: sticky; */
  transition: all 0.3s;
/*   -webkit-transform: translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0); */
}
header.sticky{
  top: 0;
  z-index: 100;
/*   -webkit-transform: translateZ(0); */
  background: #FFFFFF;
}

.wrapper, #container{
    width: 1100px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
.login{
    background: #FFFFFF;
    background-size: cover;
    width: 100vh;
    overflow: hidden;
    position: relative;
}
.login_bg_img{
  position: absolute;
  animation-duration: 2s;
}
@keyframes login_animation{
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes move1{
  from {left: -100%; top: -100%;}
  to {left: -35%; top: -70%;}
}
@keyframes move2{
  from {right: -100%; top: 20%;}
  to {  right: -25%; top: 20%;}
}
@keyframes move3{
  from {left: -100%; bottom:-24%;}
  to   {left: 22%; bottom: -24%;}
}
@keyframes move4{
  from {left: -100%; top:-50%;}
  to   {left: 24%; top: 50%;}
}
@keyframes move5{
  from {right: -100%; top:-250%;}
  to   {right: 16%; top: 25%;}
}
@keyframes move6{
  from {right: -10%; bottom:-100%;}
  to   {right: 10%; bottom: -15%;}
}
@keyframes move7{
  from {left: 50%; top:-100%;}
  to   {  left: 50%; top: 50%;}
}
@keyframes move8{
  from {left: 12%; bottom:-100%;}
  to   {left: 12%; bottom: 10%;}
}
@keyframes move9{
  from {left: 40%; top:-100%;}
  to   {left: 40%; top: 20%;}
}
@keyframes move10{
  from {right: 42%; top:-100%;}
  to   {right: 42%; top: 25%;}
}
@keyframes move11{
  from {right: 10%; top:-100%;}
  to   {right: 10%;top: 10%;}
}
.login_bg_img:nth-child(1){
  left: -35%; top: -70%;
  animation-name: move1;
}
.login_bg_img:nth-child(2){
  right: -25%;
  top: 20%;
  animation-name: move2;
}
.login_bg_img:nth-child(3){
  left: 22%;
  bottom: -24%;
  animation-name: move3;
}
.login_bg_img:nth-child(4){
  left: 24%;
  top: 50%;
  transform: translate(0, -50%);
  animation-name: move4;
}
.login_bg_img:nth-child(5){
  right: 16%;
  top: 25%;
  animation-name: move5;
}
.login_bg_img:nth-child(6){
  right: 10%;
  bottom: -15%;
  animation-name: move6;
}
.login_bg_img:nth-child(7){
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: move7;
}
.login_bg_img:nth-child(8){
  left: 12%;
  bottom: 10%;
  animation-name: move8;
}
.login_bg_img:nth-child(9){
  left: 40%;
  top: 20%;
  animation-name: move9;
}
.login_bg_img:nth-child(10){
  right: 42%;
  top: 25%;
  animation-name: move10;
}
.login_bg_img:nth-child(11){
  right: 10%;
  top: 10%;
  animation-name: move11;
}
.login .center{
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo{
    width: 160px;
    height: 160px;
    background: url(/favicon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;

}
.login_form{
    width: 400px;
    height: 380px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 48px 50px;
    z-index: 2;
}
.login_title{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #1E1C1D;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.login_title::after{
    display: inline-block;
    content: '';
    width: 93px;
    height: 5px;
    background: linear-gradient(270deg, rgba(221, 0, 95, 0) -3.76%, #dd005f 52.05%, rgba(221, 0, 95, 0) 108.6%);
    border-radius: 50px;
    top: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.login_input{
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #F3F3F3 0%, #FBFBFB 100%);
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: none;
    text-align: center;
    margin-bottom: 15px;
}
.login_input::placeholder{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #8D8D8D;
    text-align: center;
}
button{
    font-family: 'Ubuntu', sans-serif;
}
.login_btn{
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    background: #dd005f;
    color: #FFF;
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    transition: 0.3s all;
}
.login_btn:hover, .btn_main:hover{
    box-shadow: 0px 4px 20px rgba(221, 0, 95, 0.5)
}
.footer_text{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #CCCCCC;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.flex_top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flex_top.center{
  align-items: center;
}
.full_screen{
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo_main{
    width: 110px;
    height: 110px;
    background: url(/favicon.png) center no-repeat;
    background-size: contain;
    transition: all 0.3s;
}
.logo_main.active{
  width: 50px;
  height: 55px;
}
.nav_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}
.nav_main.hidden{
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
}
.nav_main a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #8D8D8D;
    width: 150px;
    height: 60px;
    background:#FBFBFB ;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.6s ease-in-out ;
    cursor: pointer;
}
.nav_main a:last-child{
    margin-right: 0;
}
.nav_main a.active{
    background: #dd005f;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    color: #FFF;
}
.user_name{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #8D8D8D;
    margin-bottom: 30px;
    transition: 0.3s all;
    opacity: 1;
}
.user_name.hidden{
  opacity: 0;
visibility: hidden;
}
.user_name span{
    color: #1E1C1D;
    margin-left: 20px;
}
.user_name span::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #dd005f;
    margin-right: 5px;
    border-radius: 50%;
}
.cart_item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart{
    width: 180px;
    height: 60px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    transition: all 0.5s;
}
.cart span{
    text-align: center;
}
.cart div{
    display: inline-block;
    width: 60px;
    height: 42px;
    background: url(/img/svg/cart_small.svg) center no-repeat;
}
.prev_exit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.prev_exit.hidden{
  height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.prev_exit div:first-child{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1E1C1D;
    cursor: pointer;
    transition: all 0.2s;
}
.prev_exit div:first-child:hover{
    color: #dd005f;
}
.prev_exit div:first-child::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(/img/svg/arrow.svg) center no-repeat;
    background-size: contain;
    position: relative;
    bottom: -2px;
    margin-right: 10px;
}
.prev_exit div:last-child{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1E1C1D;
    cursor: pointer;
    transition: all 0.2s;
}
.prev_exit div:last-child:hover{
  color: #dd005f;
}
.prev_exit div:last-child::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(/img/svg/arrow.svg) center no-repeat;
    background-size: contain;
    position: relative;
    bottom: -2px;
    margin-left: 10px;
    transform: rotate(180deg);
}
header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.tab_content{
  display: none;
}
.nav_a.remove{
  animation-name: open;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.tab_content.active{
  display: block;
  animation-name: open;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}


@keyframes open {
  0% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}



.section_title{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #1E1C1D;
}
.ds_slide_content{
    width: 348px;
    box-sizing: border-box;
    padding: 21px 18px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.08);
}
.ds_slide_img{
    float: left;
    width: 90px;
    height: 111px;
    background: url(/img/img_bg.jpg) center no-repeat;
    border-radius: 15px;
    margin-right: 15px;
}
.ds_slide_img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.ds_slide_title{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1E1C1D;
    margin-bottom: 15px;
}
.ds_slide_info{
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.ds_slide_info:last-child{
    margin-bottom: 10px;
}
.ds_slide_info span:first-child{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #1E1C1D;
}
.ds_slide_info span:last-child{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
    color: #8D8D8D;
}
.btn_main{
    width: 207px;
    height: 40px;
    box-sizing: border-box;
    background: #dd005f;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    transition: 0.3s all;
}
.btn_main + .btn_main{
  margin-top: 10px;
}
.ds_slide{
    padding: 40px 0;
}


.ds_slider .slick-list { margin: 0px -12px}
.ds_slider .slick-slide { margin: 0px 11px }
.main .wrapper{
    overflow: visible;
}
.ds_wrapper{
    position: relative;
}
.prev2{
    position: absolute;
    left: -8%;
    top: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 8px -8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: url(/img/svg/slide_arrow.svg) center no-repeat, linear-gradient(137.79deg, #FCFCFC 5.38%, #FFFFFF 98.1%);
    z-index: 2;
    cursor: pointer;
    transform: translate(0, -50%) rotate(180deg);
    filter: grayscale(1);
    transition: all 0.3s;
}
.prev2:hover{
    filter: grayscale(0);
}
.next2{
    position: absolute;
    right: -8%;
    top: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: url(/img/svg/slide_arrow.svg) center no-repeat, linear-gradient(137.79deg, #FCFCFC 5.38%, #FFFFFF 98.1%);
    z-index: 2;
    cursor: pointer;
    transform: translate(0, -50%);
    filter: grayscale(1);
    transition: all 0.3s;
}
.next2:hover{
    filter: grayscale(0);
}
.footer_main{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #CCCCCC;
    text-align: center;
    padding-bottom: 71px;
}
.sad_item button {width: 140px; float: left;}
.sad_item .ya-share2 {position: absolute; right: 22px; bottom: 28px;}
.sad_item{
    width: 348px;
    box-sizing: border-box;
    padding: 21px 23px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.sad_item_title{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1E1C1D;
}
.sad_img{
    width: 100%;
    height: 150px;
    background:  #CCCCCC;
    border-radius: 10px;
}
.sad_img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
}
.sad_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, 348px);
    gap: 28px;
    padding: 40px 0;
}
.photo_item{
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    background: #EDEDED;
}
.photo_item.photo_cart{
  margin-right: 20px;
}
.photo_item img{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.photo_item:hover{
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
}
.photo_grid{
    padding: 40px 0;
    grid-template-columns: repeat(auto-fill, 160px);
    gap: 28px;
    display: grid;
}
.brigada_form{
    padding: 21px 23px;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-sizing: border-box;
    width: 328px;
}
.brigada_form.cart_form{
    width: auto;
    margin-bottom: 30px;
}
.fa.fa-minus, .fa.fa-plus{
    color: #8D8D8D;
    font-size: 12px;
}
.brigada_label{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  color: #1E1C1D;
}
.label{
  margin-right: 10px;
}
.brigada_label.cart_label{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  color: #8D8D8D;
}
.input_flex{
    justify-content: space-between;
    align-items: center;
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #1E1C1D;
    margin-bottom: 10px;
}
.input_flex:last-child{
    margin-bottom: 0;
}
.brigada_input{
    width: 198px;
    height: 25px;
    box-sizing: border-box;
    padding: 0 11px;
    background: linear-gradient(90deg, #F3F3F3 0%, #FBFBFB 100%);
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
}
.brigada_input::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #8D8D8D;
}
.brigada_form_title{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1E1C1D;
    margin-bottom: 15px;
}
.brigada_grid{
    padding: 40px 0;
    grid-template-columns: repeat(auto-fill,  328px);
    gap: 58px;
    display: grid;
}  
  .modal__overlay {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .oplata_popup img.close {
      width: 32px;
      height: 30px;
      position: absolute;
      right: -6px;
      cursor: pointer;
      top: -6px;
  }
  .oplata_popup{
    background: #FFFFFF;
    position: relative;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 56px;
    width: 400px;
    height: 400px;
  }
  .oplata_popup .input_flex{
    margin-bottom: 20px;
  }
  .oplata_popup img{
    margin-bottom: 20px;
  }
  .oplata_popup input{
    width: 198px;
    height: 25px;
    box-sizing: border-box;
    padding: 0 11px;
    background: linear-gradient(90deg #F3F3F3 0%, #FBFBFB 100%);
    box-shadow: inset 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
    border: none;
  }
  .oplata_title{
    margin-bottom: 40px;
  }
  .dogovor_wrap{
    background-color: #fff;
    padding: 50px;
    width: 1100px;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
  }
  .dogovor_text{
    background-color: #fff;
    width: 900px;
    height: 357px;
    overflow-y: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #1E1C1D;
    padding-right: 20px;
  }
.dogovor_text::-webkit-scrollbar{
    width: 5px;
}
.dogovor_text::-webkit-scrollbar-track{
    background: linear-gradient(90deg, #F3F3F3 0%, #FBFBFB 100%);
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.dogovor_text::-webkit-scrollbar-thumb{
    background: #dd005f;
    border-radius: 10px;
}



  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent;
    border: 0;
  }
  
  .modal__header .modal__close:before { content: "\2715"; }
  
  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
  }
  
  .modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  }
  
  .modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }
  @keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.flex_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
}
.eq_wrap{
    padding: 40px 0;
    width: 428px;
}
.swiper-container{display: none;}
.menu{display: none;}
.total{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1E1C1D;
  box-sizing: border-box;
  padding: 36px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 120px;
  right: 0;
}
.cart_a{
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1E1C1D;
    box-sizing: border-box;
    padding: 15px;
    background: #dd005f;
    border-radius: 10px;
    box-shadow: 8px 8px 35px rgb(0 0 0 / 8%);
    position: fixed;
    bottom: 0;
    cursor: pointer;
    z-index: 999999999999999;
    position: fixed;
}
.circle_prise{
    position: absolute;
    right: 2px;
    top: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    color: black;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.cart_a.active{
  display: block;
}

.flex_cart{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s;
}
.flex_cart.hidden{
  height: 0;
  width: 0;
  overflow: hidden;
}
.orange_top_message{
  background: #dd005f;
  box-shadow: 8px 8px 35px rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding: 10px;
  width: 100px;
  height: 100px;
  color: #1E1C1D;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  animation: to_top;
  animation-duration: 0.6s;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}
.orange_top_message.active{
  display:flex;
}
@keyframes to_top{
  from{
    bottom: -100px;
  }
  to{
    bottom: 10px;
  }
}
.podskazka{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #1E1C1D;
  margin-top: 10px;
}
.cart.active{
  background: #dd005f;
}
.table_or{
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.tr_or{
  width: 100%;
  background: #dd005f;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.08);
}
.tr_or th{
  padding: 22px;  
  border: none;
}
.tr_main{
  text-align: center;
  background: none;
}
.tr_main td{
  padding: 22px 0;
  border-right: 1px dashed #dd005f;
}
.tr_m_main{
  text-align: center;
  background: none;
}
.tr_m_main td{
  padding: 22px 0;
  border-right: 1px dashed #dd005f;
}
.progress{
  width: 100%; height: 17px; position: relative;
  background: linear-gradient(90deg, #F3F3F3 0%, #FBFBFB 100%);
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.progress_procent{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.statistics{
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.mobile_warning{
  display: none;
}
.statistics.active .tr_main.hidden{
  display: none;
}
.tr_main.hidden{
  display: table-row;
}
.show_more{
  cursor: pointer;
}
.photo_name{
  line-height: 2;
  font-size: 14px;
}
.asdf{
  /*font-family: 'Comfortaa', cursive;*/
  font-size: 27px;
}
.countdown{
  /*font-family: 'Comfortaa', cursive;*/
}
.flextimer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}







@media screen and (max-width:1240px) {
  section > * {width:600px;}
  html, body {min-width:620px;}
  /* body {min-width:640px; width:100%; overflow-x:hidden;} */
  body > * > * * {max-width:600px;}
  .slick-slider, .slick-slider *, .lSSlideOuter, .lSSlideOuter *, .fancybox-overlay * {max-width:none;}
  .h600 {display:none !important;}
  section {min-width:600px; width:100%;}
  header{min-width:600px; width:100%;}
  .wrapper, .modal__container, #container{width:600px!important}
  .nav_main{
    display: none;
    position: relative;
  }
  h1{
    font-size: 1.5em;
  }
  p{
    font-size: .8em;
  }
  h2{    font-size: 1.2em;}
  .ds_slider .slick-list { margin: 0px 0px}
  .ds_slider .slick-slide { margin: 0px 0px }
  .ds_slide_content{
    width: 332px;
    padding: 10px 10px;
  }
  ol{
    font-size: initial;
  }
  .statistics{
    display: none;
  }
  .dogovor_wrap{
    width: 100%;
  }
  .mobile_warning{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .swiper-container{
    display: block;
    padding: 40px 0!important;
  }
  .ds_wrapper{display: none;}
  .ds_slide_content{
    box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.08);
  }
  .prev_exit div{
    background: #FFFFFF;
    box-shadow: 8px 8px 35px rgb(0 0 0 / 8%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    font-size: 12px!important;
  }
  img.photo:hover {-webkit-transform: scale(1)!important; -moz-transform: scale(1)!important; -o-transform: scale(1)!important; z-index: 9; border: 3px solid #FFF;}
  .prev_exit div:last-child:after{
    bottom: 0;
  }
  .prev_exit div:first-child::before{
    bottom: 0;
  }
  .dogovor_text{
    font-size: 20px;
  }
  .user_name{
    margin-top: 11px;
    margin-bottom: 0;
  }
  .sad_item{
    width: 290px;
  }
  .sad_grid{
    grid-template-columns: repeat(auto-fill, 290px);
    gap: 20px;
  }
  .dogovor_text{
    width: 570px;
    padding-right: 0;
  }
  .dogovor_wrap{
    padding: 20px;
  }
  .flex_btn{
    margin-top: 20px;
  }
  .photo_item{
    width: 180px;
  }
  .photo_grid{
    grid-template-columns: repeat(auto-fill, 180px);
  }
  .brigada_grid{
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .brigada_form{
    width: 100%;
  }
  .brigada_input {
    width: 250px;
    height: 50px;
  }
  .eq_wrap{
    width: 100%;
  }
  .login_bg_img{
    display: none;
  }
  header{padding-top: 30px;}
  .total{
    position: static;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .total_flexx{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flex_cart{
    flex-direction: column;
  }
  .cart_a{
    max-width: 222px;
  }
  .logo{
    display: none;
  }
  .footer_text{
    display: none;
  }
.cart.active{
  background: #dd005f;
}
.brigada_label.name{
 width: 80px!important; 
}
.countdown{
  margin: 0px!important;
  /*font-family: 'Comfortaa', cursive;*/
}
.table_wrap{
  overflow-x: auto;
}
.flextimer{
  flex-direction: column;
}
.cart_item:last-child{
  margin-bottom: 150px;
}
















  .m-hamburger{  
    --uiHamburgerThickness: var(--hamburgerThickness, 4px);
  
    display: var(--hamburgerDisplay, inline-flex);
    width: var(--hamburgerWidth, 28px);
    height: var(--hamburgerHeight, 20px);
  
    position: relative;
  }
  
  .m-hamburger::before, 
  .m-hamburger::after, 
  .m-hamburger__label{
    width: 100%;
    height: var(--uiHamburgerThickness);
    border-radius: var(--hamburgerBorderRadius, 5px);
    background-color: var(--hamburgerBackgroundColor, currentColor);
  
    position: absolute;
    left: 0;
  }
  
  .m-hamburger::before, 
  .m-hamburger::after{
    content:"";
  }
  
  .m-hamburger::before{
    top: 0;
  }
  
  .m-hamburger::after{
    bottom: 0;
  }
  
  .m-hamburger__label{
    
    top: calc(50% - calc(var(--uiHamburgerThickness) / 2));
  }
  
  
  .screen-reader{
    width: var(--screenReaderWidth, 1px) !important;
    height: var(--screenReaderHeight, 1px) !important;
    padding: var(--screenReaderPadding, 0) !important;
    border: var(--screenReaderBorder, none) !important;
  
    position: var(--screenReaderPosition, absolute) !important;
    clip: var(--screenReaderClip, rect(1px, 1px, 1px, 1px)) !important;
    overflow: var(--screenReaderOverflow, hidden) !important;
  }
  
  
  .menu{
    --uiMenuCircleSize: var(--menuCircleSize, 6.25rem);
    --uiMenuCircleOffset: var(--menuCircleOffset, 1rem);
    --uiMenuCircleHeight: calc(var(--uiMenuCircleSize) / 2);  
    --uiMenuCircleBackgroundColor: var(--menuCircleBackgroundColor, currentColor);
  
    --uiMenuHamburgerWidth: var(--menuHamburgerWidth, 1.75rem);
    --uiMenuHamburgerHeight: var(--menuHamburgerHeight, 1.25rem);
    
    --rButtonPaddingTop: calc(var(--uiMenuCircleHeight) - var(--uiMenuHamburgerHeight) - var(--uiMenuCircleOffset));
    
    --hamburgerWidth: var(--uiMenuHamburgerWidth);
    --hamburgerHeight: var(--uiMenuHamburgerHeight);
    --hamburgerBackgroundColor: var(--menuHamburgerBackgroundColor, #fff);
  
    width: 100%;
    
    display: none;
    flex-direction: column;
    align-items: center;  
  
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: var(--menuZindex, 9998);
  }
  
  .menu__nav{
    box-sizing: border-box;
    width: 100%;
    height: 0;
  
    transition: opacity .2s ease-out;
    opacity: 0;
  
    display: flex;
    align-items: flex-end;
    z-index: 2;
  }
  
  .menu__list{
    width: 100%;
    max-height: 100%;
  
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .menu__toggle{
    box-sizing: border-box;
    width: var(--uiMenuCircleSize);
    height: var(--uiMenuCircleHeight);
    flex: none;
  
    position: relative;
    z-index: 0;
  }
  
  .menu__toggle::before{

  
    content: "";
    width: 1em;
    height: 1em;
    font-size: var(--uiMenuCircleSize); /* 1 */
  
    background-color: var(--uiMenuCircleBackgroundColor);
    border-radius: 50%;
  
    position: absolute;
    bottom: -.5em; /* 2 */
    left: calc(50% - .5em);
    z-index: -1;
  
    will-change: width, height;
    transition: transform .25s cubic-bezier(0.04, -0.1, 0.29, 0.98),
                width .25s cubic-bezier(0.04, -0.1, 0.29, 0.98),
                height .25s cubic-bezier(0.04, -0.1, 0.29, 0.98);
  }
  
  
  .m-hamburger::before, 
  .m-hamburger::after, 
  .m-hamburger__label{
    transition-timing-function: ease;
    transition-duration: .15s;  
  }
  
  .m-hamburger::before, 
  .m-hamburger::after{
    transition-property: transform;
  }
  
  .m-hamburger__label{
    transition-property: transform, opacity;
  }
  

  
  .menu__toggle:focus{
    outline: var(--menuHaburgerOutlineOWidth, 2px) solid var(--menuHaburgerOutlineColor);
    outline-offset: var(--menuHaburgerOutlineOffset, 5px);
  }
  
  .menu_activated{
    height: 100%;
  }
  
  .menu_activated .menu__nav{
    flex-grow: 1;
    opacity: 1;
  
    will-change: opacity;
    transition-duration: .2s;
    transition-delay: .3s;
  }
  
  .menu_activated .menu__toggle::before{
    width: 100vmax;
    height: 100vmax;
    transform: translate3d(-50vh, -50vh, 0) scale(5);
    transition-duration: 1s;
  }
  
  .menu:not(.menu_activated) .menu__list{
    display: none;
  }
  
  .menu_activated .m-hamburger::before{
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }
  
  .menu_activated .m-hamburger::after{
    transform: translate3d(0, -50%, 0) rotate(135deg);
    top: 50%;
  }
  
  .menu_activated .m-hamburger__label{
    transform: rotate(-45deg) translate3d(-.285em,-.3em, 0);
    opacity: 0;
  }



  .menu__group{
    --rLinkTextColor: var(--colorWhite);
  
    padding: .5rem 2rem; 
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  

  
  :root{
    --colorWhite: #fff;
    --colorMain: #dd005f;
    --menuCircleBackgroundColor: var(--colorMain);
    --menuHamburgerBackgroundColor: var(--colorWhite);
    --menuHaburgerOutlineColor: var(--colorMain);
  }
  
  .menu_activated{
    --menuHaburgerOutlineColor: var(--colorWhite);
  }  

  .r-button{
    --uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);
    --uirButtonPadding: var(--rButtonPadding, var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0) var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0));
    --uirButtonBorderWidth: var(--rButtonBorderWidth, 0);
    --uirButtonBorderStyle: var(--rButtonBorderStyle, solid);
    --uirButtonBorderColor: var(--rButtonBorderColor, currentColor);
    --uirButtonFontFamily: var(--rButtonFontFamily, inherit);
    --uirButtonFontSize: var(--rButtonFontSize,  inherit);
    --uirButtonColor: var(--rButtonColor);
  
    background-color: var(--uirButtonBackgroundColor);
    padding: var(--uirButtonPadding);
  
    border-width: var(--uirButtonBorderWidth);
    border-style: var(--uirButtonBorderStyle);
    border-color: var(--uirButtonBorderColor);
  
    cursor: pointer;
  
    font-family: var(--uirButtonFontFamily);
    font-size: var(--uirButtonFontSize);
  }
  
  .r-button::-moz-focus-inner,
  .r-button[type="button"]::-moz-focus-inner,
  .r-button[type="reset"]::-moz-focus-inner,
  .r-button[type="submit"]::-moz-focus-inner {
    
    
    border-style: none;
    padding: 0;
  }
  
  
  .r-link{
      --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
      --uirLinkTextColor: var(--rLinkTextColor);
      --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
  
      display: var(--uirLinkDisplay) !important;
      color: var(--uirLinkTextColor) !important;
      text-decoration: var(--uirLinkTextDecoration) !important;
  }
  
  
  .r-list{
      --uirListPaddingLeft: var(--rListPaddingLeft, 0);
      --uirListMarginTop: var(--rListMarginTop, 0);
      --uirListMarginBottom: var(--rListMarginBottom, 0);
      --uirListListStyle: var(--rListListStyle, none);
  
      padding-left: var(--uirListPaddingLeft) !important;
      margin-top: var(--uirListMarginTop) !important;
      margin-bottom: var(--uirListMarginBottom) !important;
      list-style: var(--uirListListStyle) !important;
  }


}


@media screen and (max-width:1240px) and (orientation:landscape){
  .total .btn_main{
    width: auto;
    padding: 10px;
  }
  .total{
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
  }
  .flex_cart{
    flex-direction: column;
    align-items: flex-end;
  }
  .cart_item:last-child{
    margin-bottom: 0;
  }
  .modal__container{
    height: 100%;
  }
}

/* @media screen and (max-width:1240px) and (orientation:portrait){
  .total .btn_main{
    width: auto;
    padding: 10px;
  }
  .total{
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
  }
  .flex_cart{
    flex-direction: column;
    align-items: flex-end;
  }
  .cart_item:last-child{
    margin-bottom: 0;
  }
} */

             .bri {grid-area: navpanel;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 44px;
    width: auto;
    height: auto;
    align-self: start;
    align-items: center;
    justify-content: space-between;
    gap: 30px;}
    
    .wee {grid-area: navpanel;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 44px;
    width: auto;
    height: auto;
    align-self: start;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;}
    
    .bri_elem, .wee_elem {font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #8d8d8d;
    width: 150px;
    height: 100px;
    background: #fbfbfb;
    box-shadow: inset 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease-in-out;
    cursor: pointer;}
    
    .bri_elem:hover, .wee_elem:hover {background: #dd005f;
    box-shadow: 8px 8px 35px rgb(0 0 0 / 8%);
    border-radius: 10px;
    color: #FFF;}
    
    #week {display: none;}
    #sad {display: none;}
    
    .wee_elem {display: none;}
/* Slider */
.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:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            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
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#024369;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:3px solid #024369;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}