.resizable{position:relative}.resize_top_left{position:absolute;left:0;top:0;width:6px;height:6px;cursor:se-resize}.resize_top_right{position:absolute;right:0;top:0;width:6px;height:6px;cursor:ne-resize}.resize_bottom_left{position:absolute;left:0;bottom:0;width:6px;height:6px;cursor:ne-resize}.resize_bottom_right{position:absolute;right:0;bottom:0;width:6px;height:6px;cursor:se-resize}.resize_top{position:absolute;right:0;left:0;top:0;height:6px;cursor:s-resize}.resize_bottom{position:absolute;right:0;left:0;bottom:0;height:6px;cursor:s-resize}.resize_right{position:absolute;right:0;top:0;bottom:0;width:6px;cursor:e-resize}.resize_left{position:absolute;left:0;top:0;bottom:0;width:6px;cursor:e-resize}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

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:#ff5268;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:6px solid #ff5268;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)}}
:root{--padding-big:48px;--padding-medium:32px;--padding-normal:24px;--padding-small:16px;--padding-smaller:12px;--padding-verysmall:8px;--padding-mini:4px}:root{--color-text:#000;--color-text-brown:#af966f;--color-text-gray:#aaa;--color-white:#f9f7f2;--color-link:#cd9db4;--color-bg-gray:#f6f6f6;--color-beige-light:#d8c0aa;--color-beige:#e8d5c1;--color-beige-item:#eddece;--ph:35px;--pb:50px;--color-brown-light:#a1846e;--color-brown:#a58f7e;--color-brown-number:#93541a;--color-brown-dark:#52453a;--color-brown-dark-hover:#42372d;--color-link-hover:#e3c3a1;--color-red:#b80505;--fs:22px;--color-light-gray:#f6f6f6;--color-light-gray2:#f7f5f0;--color-light-gray3:#f7f7f5;--color-light-gray4:#f3f0e6;--color-red:#d30035;--color-red-hover:#ea0740;--ff:'Montserrat',sans-serif;--ff-title:'Cormorant Garamond',serif;--ff-nubmers:'Numbers',serif;--time:.35s;--time-fast:.15s;--color-border:#ccc;--border:1px solid var(--color-border);--top-height:67px;--top-height2:60px;--button-height:50px;--input-height:50px}.row{display:flex;flex-wrap:wrap}.c{width:100%}.c-1{width:1%}.c-2{width:2%}.c-3{width:3%}.c-4{width:4%}.c-5{width:5%}.c-6{width:6%}.c-7{width:7%}.c-8{width:8%}.c-9{width:9%}.c-10{width:10%}.c-11{width:11%}.c-12{width:12%}.c-13{width:13%}.c-14{width:14%}.c-15{width:15%}.c-16{width:16%}.c-17{width:17%}.c-18{width:18%}.c-19{width:19%}.c-20{width:20%}.c-21{width:21%}.c-22{width:22%}.c-23{width:23%}.c-24{width:24%}.c-25{width:25%}.c-26{width:26%}.c-27{width:27%}.c-28{width:28%}.c-29{width:29%}.c-30{width:30%}.c-31{width:31%}.c-32{width:32%}.c-33{width:33%}.c-34{width:34%}.c-35{width:35%}.c-36{width:36%}.c-37{width:37%}.c-38{width:38%}.c-39{width:39%}.c-40{width:40%}.c-41{width:41%}.c-42{width:42%}.c-43{width:43%}.c-44{width:44%}.c-45{width:45%}.c-46{width:46%}.c-47{width:47%}.c-48{width:48%}.c-49{width:49%}.c-50{width:50%}.c-51{width:51%}.c-52{width:52%}.c-53{width:53%}.c-54{width:54%}.c-55{width:55%}.c-56{width:56%}.c-57{width:57%}.c-58{width:58%}.c-59{width:59%}.c-60{width:60%}.c-61{width:61%}.c-62{width:62%}.c-63{width:63%}.c-64{width:64%}.c-65{width:65%}.c-66{width:66%}.c-67{width:67%}.c-68{width:68%}.c-69{width:69%}.c-70{width:70%}.c-71{width:71%}.c-72{width:72%}.c-73{width:73%}.c-74{width:74%}.c-75{width:75%}.c-76{width:76%}.c-77{width:77%}.c-78{width:78%}.c-79{width:79%}.c-80{width:80%}.c-81{width:81%}.c-82{width:82%}.c-83{width:83%}.c-84{width:84%}.c-85{width:85%}.c-86{width:86%}.c-87{width:87%}.c-88{width:88%}.c-89{width:89%}.c-90{width:90%}.c-91{width:91%}.c-92{width:92%}.c-93{width:93%}.c-94{width:94%}.c-95{width:95%}.c-96{width:96%}.c-97{width:97%}.c-98{width:98%}.c-99{width:99%}.c-100{width:100%}.c-1-3{width:33.333333333333336%}.c-2-3{width:66.66666666666667%}.c-3-3{width:100%}.c-1-4{width:25%}.c-2-4{width:50%}.c-3-4{width:75%}.c-4-4{width:100%}.c-1-5{width:20%}.c-2-5{width:40%}.c-3-5{width:60%}.c-4-5{width:80%}.c-5-5{width:100%}.c-1-6{width:16.666666666666668%}.c-2-6{width:33.333333333333336%}.c-3-6{width:50%}.c-4-6{width:66.66666666666667%}.c-5-6{width:83.33333333333333%}.c-6-6{width:100%}.c-1-7{width:14.285714285714286%}.c-2-7{width:28.571428571428573%}.c-3-7{width:42.857142857142854%}.c-4-7{width:57.142857142857146%}.c-5-7{width:71.42857142857143%}.c-6-7{width:85.71428571428571%}.c-7-7{width:100%}.c-1-8{width:12.5%}.c-2-8{width:25%}.c-3-8{width:37.5%}.c-4-8{width:50%}.c-5-8{width:62.5%}.c-6-8{width:75%}.c-7-8{width:87.5%}.c-8-8{width:100%}.c-1-9{width:11.11111111111111%}.c-2-9{width:22.22222222222222%}.c-3-9{width:33.333333333333336%}.c-4-9{width:44.44444444444444%}.c-5-9{width:55.55555555555556%}.c-6-9{width:66.66666666666667%}.c-7-9{width:77.77777777777777%}.c-8-9{width:88.88888888888889%}.c-9-9{width:100%}.c-1-10{width:10%}.c-2-10{width:20%}.c-3-10{width:30%}.c-4-10{width:40%}.c-5-10{width:50%}.c-6-10{width:60%}.c-7-10{width:70%}.c-8-10{width:80%}.c-9-10{width:90%}.c-10-10{width:100%}.c-1-11{width:9.090909090909092%}.c-2-11{width:18.181818181818183%}.c-3-11{width:27.272727272727273%}.c-4-11{width:36.36363636363637%}.c-5-11{width:45.45454545454545%}.c-6-11{width:54.54545454545455%}.c-7-11{width:63.63636363636363%}.c-8-11{width:72.72727272727273%}.c-9-11{width:81.81818181818181%}.c-10-11{width:90.9090909090909%}.c-11-11{width:100%}.c-1-12{width:8.333333333333334%}.c-2-12{width:16.666666666666668%}.c-3-12{width:25%}.c-4-12{width:33.333333333333336%}.c-5-12{width:41.666666666666664%}.c-6-12{width:50%}.c-7-12{width:58.333333333333336%}.c-8-12{width:66.66666666666667%}.c-9-12{width:75%}.c-10-12{width:83.33333333333333%}.c-11-12{width:91.66666666666667%}.c-12-12{width:100%}@media all and (max-width:1920px){.c-wide-1{width:1%}.c-wide-2{width:2%}.c-wide-3{width:3%}.c-wide-4{width:4%}.c-wide-5{width:5%}.c-wide-6{width:6%}.c-wide-7{width:7%}.c-wide-8{width:8%}.c-wide-9{width:9%}.c-wide-10{width:10%}.c-wide-11{width:11%}.c-wide-12{width:12%}.c-wide-13{width:13%}.c-wide-14{width:14%}.c-wide-15{width:15%}.c-wide-16{width:16%}.c-wide-17{width:17%}.c-wide-18{width:18%}.c-wide-19{width:19%}.c-wide-20{width:20%}.c-wide-21{width:21%}.c-wide-22{width:22%}.c-wide-23{width:23%}.c-wide-24{width:24%}.c-wide-25{width:25%}.c-wide-26{width:26%}.c-wide-27{width:27%}.c-wide-28{width:28%}.c-wide-29{width:29%}.c-wide-30{width:30%}.c-wide-31{width:31%}.c-wide-32{width:32%}.c-wide-33{width:33%}.c-wide-34{width:34%}.c-wide-35{width:35%}.c-wide-36{width:36%}.c-wide-37{width:37%}.c-wide-38{width:38%}.c-wide-39{width:39%}.c-wide-40{width:40%}.c-wide-41{width:41%}.c-wide-42{width:42%}.c-wide-43{width:43%}.c-wide-44{width:44%}.c-wide-45{width:45%}.c-wide-46{width:46%}.c-wide-47{width:47%}.c-wide-48{width:48%}.c-wide-49{width:49%}.c-wide-50{width:50%}.c-wide-51{width:51%}.c-wide-52{width:52%}.c-wide-53{width:53%}.c-wide-54{width:54%}.c-wide-55{width:55%}.c-wide-56{width:56%}.c-wide-57{width:57%}.c-wide-58{width:58%}.c-wide-59{width:59%}.c-wide-60{width:60%}.c-wide-61{width:61%}.c-wide-62{width:62%}.c-wide-63{width:63%}.c-wide-64{width:64%}.c-wide-65{width:65%}.c-wide-66{width:66%}.c-wide-67{width:67%}.c-wide-68{width:68%}.c-wide-69{width:69%}.c-wide-70{width:70%}.c-wide-71{width:71%}.c-wide-72{width:72%}.c-wide-73{width:73%}.c-wide-74{width:74%}.c-wide-75{width:75%}.c-wide-76{width:76%}.c-wide-77{width:77%}.c-wide-78{width:78%}.c-wide-79{width:79%}.c-wide-80{width:80%}.c-wide-81{width:81%}.c-wide-82{width:82%}.c-wide-83{width:83%}.c-wide-84{width:84%}.c-wide-85{width:85%}.c-wide-86{width:86%}.c-wide-87{width:87%}.c-wide-88{width:88%}.c-wide-89{width:89%}.c-wide-90{width:90%}.c-wide-91{width:91%}.c-wide-92{width:92%}.c-wide-93{width:93%}.c-wide-94{width:94%}.c-wide-95{width:95%}.c-wide-96{width:96%}.c-wide-97{width:97%}.c-wide-98{width:98%}.c-wide-99{width:99%}.c-wide-100{width:100%}.c-wide-1-3{width:33.333333333333336%}.c-wide-2-3{width:66.66666666666667%}.c-wide-3-3{width:100%}.c-wide-1-4{width:25%}.c-wide-2-4{width:50%}.c-wide-3-4{width:75%}.c-wide-4-4{width:100%}.c-wide-1-5{width:20%}.c-wide-2-5{width:40%}.c-wide-3-5{width:60%}.c-wide-4-5{width:80%}.c-wide-5-5{width:100%}.c-wide-1-6{width:16.666666666666668%}.c-wide-2-6{width:33.333333333333336%}.c-wide-3-6{width:50%}.c-wide-4-6{width:66.66666666666667%}.c-wide-5-6{width:83.33333333333333%}.c-wide-6-6{width:100%}.c-wide-1-7{width:14.285714285714286%}.c-wide-2-7{width:28.571428571428573%}.c-wide-3-7{width:42.857142857142854%}.c-wide-4-7{width:57.142857142857146%}.c-wide-5-7{width:71.42857142857143%}.c-wide-6-7{width:85.71428571428571%}.c-wide-7-7{width:100%}.c-wide-1-8{width:12.5%}.c-wide-2-8{width:25%}.c-wide-3-8{width:37.5%}.c-wide-4-8{width:50%}.c-wide-5-8{width:62.5%}.c-wide-6-8{width:75%}.c-wide-7-8{width:87.5%}.c-wide-8-8{width:100%}.c-wide-1-9{width:11.11111111111111%}.c-wide-2-9{width:22.22222222222222%}.c-wide-3-9{width:33.333333333333336%}.c-wide-4-9{width:44.44444444444444%}.c-wide-5-9{width:55.55555555555556%}.c-wide-6-9{width:66.66666666666667%}.c-wide-7-9{width:77.77777777777777%}.c-wide-8-9{width:88.88888888888889%}.c-wide-9-9{width:100%}.c-wide-1-10{width:10%}.c-wide-2-10{width:20%}.c-wide-3-10{width:30%}.c-wide-4-10{width:40%}.c-wide-5-10{width:50%}.c-wide-6-10{width:60%}.c-wide-7-10{width:70%}.c-wide-8-10{width:80%}.c-wide-9-10{width:90%}.c-wide-10-10{width:100%}.c-wide-1-11{width:9.090909090909092%}.c-wide-2-11{width:18.181818181818183%}.c-wide-3-11{width:27.272727272727273%}.c-wide-4-11{width:36.36363636363637%}.c-wide-5-11{width:45.45454545454545%}.c-wide-6-11{width:54.54545454545455%}.c-wide-7-11{width:63.63636363636363%}.c-wide-8-11{width:72.72727272727273%}.c-wide-9-11{width:81.81818181818181%}.c-wide-10-11{width:90.9090909090909%}.c-wide-11-11{width:100%}.c-wide-1-12{width:8.333333333333334%}.c-wide-2-12{width:16.666666666666668%}.c-wide-3-12{width:25%}.c-wide-4-12{width:33.333333333333336%}.c-wide-5-12{width:41.666666666666664%}.c-wide-6-12{width:50%}.c-wide-7-12{width:58.333333333333336%}.c-wide-8-12{width:66.66666666666667%}.c-wide-9-12{width:75%}.c-wide-10-12{width:83.33333333333333%}.c-wide-11-12{width:91.66666666666667%}.c-wide-12-12{width:100%}}@media all and (max-width:1200px){.c-lap-1{width:1%}.c-lap-2{width:2%}.c-lap-3{width:3%}.c-lap-4{width:4%}.c-lap-5{width:5%}.c-lap-6{width:6%}.c-lap-7{width:7%}.c-lap-8{width:8%}.c-lap-9{width:9%}.c-lap-10{width:10%}.c-lap-11{width:11%}.c-lap-12{width:12%}.c-lap-13{width:13%}.c-lap-14{width:14%}.c-lap-15{width:15%}.c-lap-16{width:16%}.c-lap-17{width:17%}.c-lap-18{width:18%}.c-lap-19{width:19%}.c-lap-20{width:20%}.c-lap-21{width:21%}.c-lap-22{width:22%}.c-lap-23{width:23%}.c-lap-24{width:24%}.c-lap-25{width:25%}.c-lap-26{width:26%}.c-lap-27{width:27%}.c-lap-28{width:28%}.c-lap-29{width:29%}.c-lap-30{width:30%}.c-lap-31{width:31%}.c-lap-32{width:32%}.c-lap-33{width:33%}.c-lap-34{width:34%}.c-lap-35{width:35%}.c-lap-36{width:36%}.c-lap-37{width:37%}.c-lap-38{width:38%}.c-lap-39{width:39%}.c-lap-40{width:40%}.c-lap-41{width:41%}.c-lap-42{width:42%}.c-lap-43{width:43%}.c-lap-44{width:44%}.c-lap-45{width:45%}.c-lap-46{width:46%}.c-lap-47{width:47%}.c-lap-48{width:48%}.c-lap-49{width:49%}.c-lap-50{width:50%}.c-lap-51{width:51%}.c-lap-52{width:52%}.c-lap-53{width:53%}.c-lap-54{width:54%}.c-lap-55{width:55%}.c-lap-56{width:56%}.c-lap-57{width:57%}.c-lap-58{width:58%}.c-lap-59{width:59%}.c-lap-60{width:60%}.c-lap-61{width:61%}.c-lap-62{width:62%}.c-lap-63{width:63%}.c-lap-64{width:64%}.c-lap-65{width:65%}.c-lap-66{width:66%}.c-lap-67{width:67%}.c-lap-68{width:68%}.c-lap-69{width:69%}.c-lap-70{width:70%}.c-lap-71{width:71%}.c-lap-72{width:72%}.c-lap-73{width:73%}.c-lap-74{width:74%}.c-lap-75{width:75%}.c-lap-76{width:76%}.c-lap-77{width:77%}.c-lap-78{width:78%}.c-lap-79{width:79%}.c-lap-80{width:80%}.c-lap-81{width:81%}.c-lap-82{width:82%}.c-lap-83{width:83%}.c-lap-84{width:84%}.c-lap-85{width:85%}.c-lap-86{width:86%}.c-lap-87{width:87%}.c-lap-88{width:88%}.c-lap-89{width:89%}.c-lap-90{width:90%}.c-lap-91{width:91%}.c-lap-92{width:92%}.c-lap-93{width:93%}.c-lap-94{width:94%}.c-lap-95{width:95%}.c-lap-96{width:96%}.c-lap-97{width:97%}.c-lap-98{width:98%}.c-lap-99{width:99%}.c-lap-100{width:100%}.c-lap-1-3{width:33.333333333333336%}.c-lap-2-3{width:66.66666666666667%}.c-lap-3-3{width:100%}.c-lap-1-4{width:25%}.c-lap-2-4{width:50%}.c-lap-3-4{width:75%}.c-lap-4-4{width:100%}.c-lap-1-5{width:20%}.c-lap-2-5{width:40%}.c-lap-3-5{width:60%}.c-lap-4-5{width:80%}.c-lap-5-5{width:100%}.c-lap-1-6{width:16.666666666666668%}.c-lap-2-6{width:33.333333333333336%}.c-lap-3-6{width:50%}.c-lap-4-6{width:66.66666666666667%}.c-lap-5-6{width:83.33333333333333%}.c-lap-6-6{width:100%}.c-lap-1-7{width:14.285714285714286%}.c-lap-2-7{width:28.571428571428573%}.c-lap-3-7{width:42.857142857142854%}.c-lap-4-7{width:57.142857142857146%}.c-lap-5-7{width:71.42857142857143%}.c-lap-6-7{width:85.71428571428571%}.c-lap-7-7{width:100%}.c-lap-1-8{width:12.5%}.c-lap-2-8{width:25%}.c-lap-3-8{width:37.5%}.c-lap-4-8{width:50%}.c-lap-5-8{width:62.5%}.c-lap-6-8{width:75%}.c-lap-7-8{width:87.5%}.c-lap-8-8{width:100%}.c-lap-1-9{width:11.11111111111111%}.c-lap-2-9{width:22.22222222222222%}.c-lap-3-9{width:33.333333333333336%}.c-lap-4-9{width:44.44444444444444%}.c-lap-5-9{width:55.55555555555556%}.c-lap-6-9{width:66.66666666666667%}.c-lap-7-9{width:77.77777777777777%}.c-lap-8-9{width:88.88888888888889%}.c-lap-9-9{width:100%}.c-lap-1-10{width:10%}.c-lap-2-10{width:20%}.c-lap-3-10{width:30%}.c-lap-4-10{width:40%}.c-lap-5-10{width:50%}.c-lap-6-10{width:60%}.c-lap-7-10{width:70%}.c-lap-8-10{width:80%}.c-lap-9-10{width:90%}.c-lap-10-10{width:100%}.c-lap-1-11{width:9.090909090909092%}.c-lap-2-11{width:18.181818181818183%}.c-lap-3-11{width:27.272727272727273%}.c-lap-4-11{width:36.36363636363637%}.c-lap-5-11{width:45.45454545454545%}.c-lap-6-11{width:54.54545454545455%}.c-lap-7-11{width:63.63636363636363%}.c-lap-8-11{width:72.72727272727273%}.c-lap-9-11{width:81.81818181818181%}.c-lap-10-11{width:90.9090909090909%}.c-lap-11-11{width:100%}.c-lap-1-12{width:8.333333333333334%}.c-lap-2-12{width:16.666666666666668%}.c-lap-3-12{width:25%}.c-lap-4-12{width:33.333333333333336%}.c-lap-5-12{width:41.666666666666664%}.c-lap-6-12{width:50%}.c-lap-7-12{width:58.333333333333336%}.c-lap-8-12{width:66.66666666666667%}.c-lap-9-12{width:75%}.c-lap-10-12{width:83.33333333333333%}.c-lap-11-12{width:91.66666666666667%}.c-lap-12-12{width:100%}}@media all and (max-width:1024px){.c-pad-pro-1{width:1%}.c-pad-pro-2{width:2%}.c-pad-pro-3{width:3%}.c-pad-pro-4{width:4%}.c-pad-pro-5{width:5%}.c-pad-pro-6{width:6%}.c-pad-pro-7{width:7%}.c-pad-pro-8{width:8%}.c-pad-pro-9{width:9%}.c-pad-pro-10{width:10%}.c-pad-pro-11{width:11%}.c-pad-pro-12{width:12%}.c-pad-pro-13{width:13%}.c-pad-pro-14{width:14%}.c-pad-pro-15{width:15%}.c-pad-pro-16{width:16%}.c-pad-pro-17{width:17%}.c-pad-pro-18{width:18%}.c-pad-pro-19{width:19%}.c-pad-pro-20{width:20%}.c-pad-pro-21{width:21%}.c-pad-pro-22{width:22%}.c-pad-pro-23{width:23%}.c-pad-pro-24{width:24%}.c-pad-pro-25{width:25%}.c-pad-pro-26{width:26%}.c-pad-pro-27{width:27%}.c-pad-pro-28{width:28%}.c-pad-pro-29{width:29%}.c-pad-pro-30{width:30%}.c-pad-pro-31{width:31%}.c-pad-pro-32{width:32%}.c-pad-pro-33{width:33%}.c-pad-pro-34{width:34%}.c-pad-pro-35{width:35%}.c-pad-pro-36{width:36%}.c-pad-pro-37{width:37%}.c-pad-pro-38{width:38%}.c-pad-pro-39{width:39%}.c-pad-pro-40{width:40%}.c-pad-pro-41{width:41%}.c-pad-pro-42{width:42%}.c-pad-pro-43{width:43%}.c-pad-pro-44{width:44%}.c-pad-pro-45{width:45%}.c-pad-pro-46{width:46%}.c-pad-pro-47{width:47%}.c-pad-pro-48{width:48%}.c-pad-pro-49{width:49%}.c-pad-pro-50{width:50%}.c-pad-pro-51{width:51%}.c-pad-pro-52{width:52%}.c-pad-pro-53{width:53%}.c-pad-pro-54{width:54%}.c-pad-pro-55{width:55%}.c-pad-pro-56{width:56%}.c-pad-pro-57{width:57%}.c-pad-pro-58{width:58%}.c-pad-pro-59{width:59%}.c-pad-pro-60{width:60%}.c-pad-pro-61{width:61%}.c-pad-pro-62{width:62%}.c-pad-pro-63{width:63%}.c-pad-pro-64{width:64%}.c-pad-pro-65{width:65%}.c-pad-pro-66{width:66%}.c-pad-pro-67{width:67%}.c-pad-pro-68{width:68%}.c-pad-pro-69{width:69%}.c-pad-pro-70{width:70%}.c-pad-pro-71{width:71%}.c-pad-pro-72{width:72%}.c-pad-pro-73{width:73%}.c-pad-pro-74{width:74%}.c-pad-pro-75{width:75%}.c-pad-pro-76{width:76%}.c-pad-pro-77{width:77%}.c-pad-pro-78{width:78%}.c-pad-pro-79{width:79%}.c-pad-pro-80{width:80%}.c-pad-pro-81{width:81%}.c-pad-pro-82{width:82%}.c-pad-pro-83{width:83%}.c-pad-pro-84{width:84%}.c-pad-pro-85{width:85%}.c-pad-pro-86{width:86%}.c-pad-pro-87{width:87%}.c-pad-pro-88{width:88%}.c-pad-pro-89{width:89%}.c-pad-pro-90{width:90%}.c-pad-pro-91{width:91%}.c-pad-pro-92{width:92%}.c-pad-pro-93{width:93%}.c-pad-pro-94{width:94%}.c-pad-pro-95{width:95%}.c-pad-pro-96{width:96%}.c-pad-pro-97{width:97%}.c-pad-pro-98{width:98%}.c-pad-pro-99{width:99%}.c-pad-pro-100{width:100%}.c-pad-pro-1-3{width:33.333333333333336%}.c-pad-pro-2-3{width:66.66666666666667%}.c-pad-pro-3-3{width:100%}.c-pad-pro-1-4{width:25%}.c-pad-pro-2-4{width:50%}.c-pad-pro-3-4{width:75%}.c-pad-pro-4-4{width:100%}.c-pad-pro-1-5{width:20%}.c-pad-pro-2-5{width:40%}.c-pad-pro-3-5{width:60%}.c-pad-pro-4-5{width:80%}.c-pad-pro-5-5{width:100%}.c-pad-pro-1-6{width:16.666666666666668%}.c-pad-pro-2-6{width:33.333333333333336%}.c-pad-pro-3-6{width:50%}.c-pad-pro-4-6{width:66.66666666666667%}.c-pad-pro-5-6{width:83.33333333333333%}.c-pad-pro-6-6{width:100%}.c-pad-pro-1-7{width:14.285714285714286%}.c-pad-pro-2-7{width:28.571428571428573%}.c-pad-pro-3-7{width:42.857142857142854%}.c-pad-pro-4-7{width:57.142857142857146%}.c-pad-pro-5-7{width:71.42857142857143%}.c-pad-pro-6-7{width:85.71428571428571%}.c-pad-pro-7-7{width:100%}.c-pad-pro-1-8{width:12.5%}.c-pad-pro-2-8{width:25%}.c-pad-pro-3-8{width:37.5%}.c-pad-pro-4-8{width:50%}.c-pad-pro-5-8{width:62.5%}.c-pad-pro-6-8{width:75%}.c-pad-pro-7-8{width:87.5%}.c-pad-pro-8-8{width:100%}.c-pad-pro-1-9{width:11.11111111111111%}.c-pad-pro-2-9{width:22.22222222222222%}.c-pad-pro-3-9{width:33.333333333333336%}.c-pad-pro-4-9{width:44.44444444444444%}.c-pad-pro-5-9{width:55.55555555555556%}.c-pad-pro-6-9{width:66.66666666666667%}.c-pad-pro-7-9{width:77.77777777777777%}.c-pad-pro-8-9{width:88.88888888888889%}.c-pad-pro-9-9{width:100%}.c-pad-pro-1-10{width:10%}.c-pad-pro-2-10{width:20%}.c-pad-pro-3-10{width:30%}.c-pad-pro-4-10{width:40%}.c-pad-pro-5-10{width:50%}.c-pad-pro-6-10{width:60%}.c-pad-pro-7-10{width:70%}.c-pad-pro-8-10{width:80%}.c-pad-pro-9-10{width:90%}.c-pad-pro-10-10{width:100%}.c-pad-pro-1-11{width:9.090909090909092%}.c-pad-pro-2-11{width:18.181818181818183%}.c-pad-pro-3-11{width:27.272727272727273%}.c-pad-pro-4-11{width:36.36363636363637%}.c-pad-pro-5-11{width:45.45454545454545%}.c-pad-pro-6-11{width:54.54545454545455%}.c-pad-pro-7-11{width:63.63636363636363%}.c-pad-pro-8-11{width:72.72727272727273%}.c-pad-pro-9-11{width:81.81818181818181%}.c-pad-pro-10-11{width:90.9090909090909%}.c-pad-pro-11-11{width:100%}.c-pad-pro-1-12{width:8.333333333333334%}.c-pad-pro-2-12{width:16.666666666666668%}.c-pad-pro-3-12{width:25%}.c-pad-pro-4-12{width:33.333333333333336%}.c-pad-pro-5-12{width:41.666666666666664%}.c-pad-pro-6-12{width:50%}.c-pad-pro-7-12{width:58.333333333333336%}.c-pad-pro-8-12{width:66.66666666666667%}.c-pad-pro-9-12{width:75%}.c-pad-pro-10-12{width:83.33333333333333%}.c-pad-pro-11-12{width:91.66666666666667%}.c-pad-pro-12-12{width:100%}}@media all and (max-width:990px){.c-desk-1{width:1%}.c-desk-2{width:2%}.c-desk-3{width:3%}.c-desk-4{width:4%}.c-desk-5{width:5%}.c-desk-6{width:6%}.c-desk-7{width:7%}.c-desk-8{width:8%}.c-desk-9{width:9%}.c-desk-10{width:10%}.c-desk-11{width:11%}.c-desk-12{width:12%}.c-desk-13{width:13%}.c-desk-14{width:14%}.c-desk-15{width:15%}.c-desk-16{width:16%}.c-desk-17{width:17%}.c-desk-18{width:18%}.c-desk-19{width:19%}.c-desk-20{width:20%}.c-desk-21{width:21%}.c-desk-22{width:22%}.c-desk-23{width:23%}.c-desk-24{width:24%}.c-desk-25{width:25%}.c-desk-26{width:26%}.c-desk-27{width:27%}.c-desk-28{width:28%}.c-desk-29{width:29%}.c-desk-30{width:30%}.c-desk-31{width:31%}.c-desk-32{width:32%}.c-desk-33{width:33%}.c-desk-34{width:34%}.c-desk-35{width:35%}.c-desk-36{width:36%}.c-desk-37{width:37%}.c-desk-38{width:38%}.c-desk-39{width:39%}.c-desk-40{width:40%}.c-desk-41{width:41%}.c-desk-42{width:42%}.c-desk-43{width:43%}.c-desk-44{width:44%}.c-desk-45{width:45%}.c-desk-46{width:46%}.c-desk-47{width:47%}.c-desk-48{width:48%}.c-desk-49{width:49%}.c-desk-50{width:50%}.c-desk-51{width:51%}.c-desk-52{width:52%}.c-desk-53{width:53%}.c-desk-54{width:54%}.c-desk-55{width:55%}.c-desk-56{width:56%}.c-desk-57{width:57%}.c-desk-58{width:58%}.c-desk-59{width:59%}.c-desk-60{width:60%}.c-desk-61{width:61%}.c-desk-62{width:62%}.c-desk-63{width:63%}.c-desk-64{width:64%}.c-desk-65{width:65%}.c-desk-66{width:66%}.c-desk-67{width:67%}.c-desk-68{width:68%}.c-desk-69{width:69%}.c-desk-70{width:70%}.c-desk-71{width:71%}.c-desk-72{width:72%}.c-desk-73{width:73%}.c-desk-74{width:74%}.c-desk-75{width:75%}.c-desk-76{width:76%}.c-desk-77{width:77%}.c-desk-78{width:78%}.c-desk-79{width:79%}.c-desk-80{width:80%}.c-desk-81{width:81%}.c-desk-82{width:82%}.c-desk-83{width:83%}.c-desk-84{width:84%}.c-desk-85{width:85%}.c-desk-86{width:86%}.c-desk-87{width:87%}.c-desk-88{width:88%}.c-desk-89{width:89%}.c-desk-90{width:90%}.c-desk-91{width:91%}.c-desk-92{width:92%}.c-desk-93{width:93%}.c-desk-94{width:94%}.c-desk-95{width:95%}.c-desk-96{width:96%}.c-desk-97{width:97%}.c-desk-98{width:98%}.c-desk-99{width:99%}.c-desk-100{width:100%}.c-desk-1-3{width:33.333333333333336%}.c-desk-2-3{width:66.66666666666667%}.c-desk-3-3{width:100%}.c-desk-1-4{width:25%}.c-desk-2-4{width:50%}.c-desk-3-4{width:75%}.c-desk-4-4{width:100%}.c-desk-1-5{width:20%}.c-desk-2-5{width:40%}.c-desk-3-5{width:60%}.c-desk-4-5{width:80%}.c-desk-5-5{width:100%}.c-desk-1-6{width:16.666666666666668%}.c-desk-2-6{width:33.333333333333336%}.c-desk-3-6{width:50%}.c-desk-4-6{width:66.66666666666667%}.c-desk-5-6{width:83.33333333333333%}.c-desk-6-6{width:100%}.c-desk-1-7{width:14.285714285714286%}.c-desk-2-7{width:28.571428571428573%}.c-desk-3-7{width:42.857142857142854%}.c-desk-4-7{width:57.142857142857146%}.c-desk-5-7{width:71.42857142857143%}.c-desk-6-7{width:85.71428571428571%}.c-desk-7-7{width:100%}.c-desk-1-8{width:12.5%}.c-desk-2-8{width:25%}.c-desk-3-8{width:37.5%}.c-desk-4-8{width:50%}.c-desk-5-8{width:62.5%}.c-desk-6-8{width:75%}.c-desk-7-8{width:87.5%}.c-desk-8-8{width:100%}.c-desk-1-9{width:11.11111111111111%}.c-desk-2-9{width:22.22222222222222%}.c-desk-3-9{width:33.333333333333336%}.c-desk-4-9{width:44.44444444444444%}.c-desk-5-9{width:55.55555555555556%}.c-desk-6-9{width:66.66666666666667%}.c-desk-7-9{width:77.77777777777777%}.c-desk-8-9{width:88.88888888888889%}.c-desk-9-9{width:100%}.c-desk-1-10{width:10%}.c-desk-2-10{width:20%}.c-desk-3-10{width:30%}.c-desk-4-10{width:40%}.c-desk-5-10{width:50%}.c-desk-6-10{width:60%}.c-desk-7-10{width:70%}.c-desk-8-10{width:80%}.c-desk-9-10{width:90%}.c-desk-10-10{width:100%}.c-desk-1-11{width:9.090909090909092%}.c-desk-2-11{width:18.181818181818183%}.c-desk-3-11{width:27.272727272727273%}.c-desk-4-11{width:36.36363636363637%}.c-desk-5-11{width:45.45454545454545%}.c-desk-6-11{width:54.54545454545455%}.c-desk-7-11{width:63.63636363636363%}.c-desk-8-11{width:72.72727272727273%}.c-desk-9-11{width:81.81818181818181%}.c-desk-10-11{width:90.9090909090909%}.c-desk-11-11{width:100%}.c-desk-1-12{width:8.333333333333334%}.c-desk-2-12{width:16.666666666666668%}.c-desk-3-12{width:25%}.c-desk-4-12{width:33.333333333333336%}.c-desk-5-12{width:41.666666666666664%}.c-desk-6-12{width:50%}.c-desk-7-12{width:58.333333333333336%}.c-desk-8-12{width:66.66666666666667%}.c-desk-9-12{width:75%}.c-desk-10-12{width:83.33333333333333%}.c-desk-11-12{width:91.66666666666667%}.c-desk-12-12{width:100%}}@media all and (max-width:768px){.c-pad-1{width:1%}.c-pad-2{width:2%}.c-pad-3{width:3%}.c-pad-4{width:4%}.c-pad-5{width:5%}.c-pad-6{width:6%}.c-pad-7{width:7%}.c-pad-8{width:8%}.c-pad-9{width:9%}.c-pad-10{width:10%}.c-pad-11{width:11%}.c-pad-12{width:12%}.c-pad-13{width:13%}.c-pad-14{width:14%}.c-pad-15{width:15%}.c-pad-16{width:16%}.c-pad-17{width:17%}.c-pad-18{width:18%}.c-pad-19{width:19%}.c-pad-20{width:20%}.c-pad-21{width:21%}.c-pad-22{width:22%}.c-pad-23{width:23%}.c-pad-24{width:24%}.c-pad-25{width:25%}.c-pad-26{width:26%}.c-pad-27{width:27%}.c-pad-28{width:28%}.c-pad-29{width:29%}.c-pad-30{width:30%}.c-pad-31{width:31%}.c-pad-32{width:32%}.c-pad-33{width:33%}.c-pad-34{width:34%}.c-pad-35{width:35%}.c-pad-36{width:36%}.c-pad-37{width:37%}.c-pad-38{width:38%}.c-pad-39{width:39%}.c-pad-40{width:40%}.c-pad-41{width:41%}.c-pad-42{width:42%}.c-pad-43{width:43%}.c-pad-44{width:44%}.c-pad-45{width:45%}.c-pad-46{width:46%}.c-pad-47{width:47%}.c-pad-48{width:48%}.c-pad-49{width:49%}.c-pad-50{width:50%}.c-pad-51{width:51%}.c-pad-52{width:52%}.c-pad-53{width:53%}.c-pad-54{width:54%}.c-pad-55{width:55%}.c-pad-56{width:56%}.c-pad-57{width:57%}.c-pad-58{width:58%}.c-pad-59{width:59%}.c-pad-60{width:60%}.c-pad-61{width:61%}.c-pad-62{width:62%}.c-pad-63{width:63%}.c-pad-64{width:64%}.c-pad-65{width:65%}.c-pad-66{width:66%}.c-pad-67{width:67%}.c-pad-68{width:68%}.c-pad-69{width:69%}.c-pad-70{width:70%}.c-pad-71{width:71%}.c-pad-72{width:72%}.c-pad-73{width:73%}.c-pad-74{width:74%}.c-pad-75{width:75%}.c-pad-76{width:76%}.c-pad-77{width:77%}.c-pad-78{width:78%}.c-pad-79{width:79%}.c-pad-80{width:80%}.c-pad-81{width:81%}.c-pad-82{width:82%}.c-pad-83{width:83%}.c-pad-84{width:84%}.c-pad-85{width:85%}.c-pad-86{width:86%}.c-pad-87{width:87%}.c-pad-88{width:88%}.c-pad-89{width:89%}.c-pad-90{width:90%}.c-pad-91{width:91%}.c-pad-92{width:92%}.c-pad-93{width:93%}.c-pad-94{width:94%}.c-pad-95{width:95%}.c-pad-96{width:96%}.c-pad-97{width:97%}.c-pad-98{width:98%}.c-pad-99{width:99%}.c-pad-100{width:100%}.c-pad-1-3{width:33.333333333333336%}.c-pad-2-3{width:66.66666666666667%}.c-pad-3-3{width:100%}.c-pad-1-4{width:25%}.c-pad-2-4{width:50%}.c-pad-3-4{width:75%}.c-pad-4-4{width:100%}.c-pad-1-5{width:20%}.c-pad-2-5{width:40%}.c-pad-3-5{width:60%}.c-pad-4-5{width:80%}.c-pad-5-5{width:100%}.c-pad-1-6{width:16.666666666666668%}.c-pad-2-6{width:33.333333333333336%}.c-pad-3-6{width:50%}.c-pad-4-6{width:66.66666666666667%}.c-pad-5-6{width:83.33333333333333%}.c-pad-6-6{width:100%}.c-pad-1-7{width:14.285714285714286%}.c-pad-2-7{width:28.571428571428573%}.c-pad-3-7{width:42.857142857142854%}.c-pad-4-7{width:57.142857142857146%}.c-pad-5-7{width:71.42857142857143%}.c-pad-6-7{width:85.71428571428571%}.c-pad-7-7{width:100%}.c-pad-1-8{width:12.5%}.c-pad-2-8{width:25%}.c-pad-3-8{width:37.5%}.c-pad-4-8{width:50%}.c-pad-5-8{width:62.5%}.c-pad-6-8{width:75%}.c-pad-7-8{width:87.5%}.c-pad-8-8{width:100%}.c-pad-1-9{width:11.11111111111111%}.c-pad-2-9{width:22.22222222222222%}.c-pad-3-9{width:33.333333333333336%}.c-pad-4-9{width:44.44444444444444%}.c-pad-5-9{width:55.55555555555556%}.c-pad-6-9{width:66.66666666666667%}.c-pad-7-9{width:77.77777777777777%}.c-pad-8-9{width:88.88888888888889%}.c-pad-9-9{width:100%}.c-pad-1-10{width:10%}.c-pad-2-10{width:20%}.c-pad-3-10{width:30%}.c-pad-4-10{width:40%}.c-pad-5-10{width:50%}.c-pad-6-10{width:60%}.c-pad-7-10{width:70%}.c-pad-8-10{width:80%}.c-pad-9-10{width:90%}.c-pad-10-10{width:100%}.c-pad-1-11{width:9.090909090909092%}.c-pad-2-11{width:18.181818181818183%}.c-pad-3-11{width:27.272727272727273%}.c-pad-4-11{width:36.36363636363637%}.c-pad-5-11{width:45.45454545454545%}.c-pad-6-11{width:54.54545454545455%}.c-pad-7-11{width:63.63636363636363%}.c-pad-8-11{width:72.72727272727273%}.c-pad-9-11{width:81.81818181818181%}.c-pad-10-11{width:90.9090909090909%}.c-pad-11-11{width:100%}.c-pad-1-12{width:8.333333333333334%}.c-pad-2-12{width:16.666666666666668%}.c-pad-3-12{width:25%}.c-pad-4-12{width:33.333333333333336%}.c-pad-5-12{width:41.666666666666664%}.c-pad-6-12{width:50%}.c-pad-7-12{width:58.333333333333336%}.c-pad-8-12{width:66.66666666666667%}.c-pad-9-12{width:75%}.c-pad-10-12{width:83.33333333333333%}.c-pad-11-12{width:91.66666666666667%}.c-pad-12-12{width:100%}}@media all and (max-width:580px){.c-mob-1{width:1%}.c-mob-2{width:2%}.c-mob-3{width:3%}.c-mob-4{width:4%}.c-mob-5{width:5%}.c-mob-6{width:6%}.c-mob-7{width:7%}.c-mob-8{width:8%}.c-mob-9{width:9%}.c-mob-10{width:10%}.c-mob-11{width:11%}.c-mob-12{width:12%}.c-mob-13{width:13%}.c-mob-14{width:14%}.c-mob-15{width:15%}.c-mob-16{width:16%}.c-mob-17{width:17%}.c-mob-18{width:18%}.c-mob-19{width:19%}.c-mob-20{width:20%}.c-mob-21{width:21%}.c-mob-22{width:22%}.c-mob-23{width:23%}.c-mob-24{width:24%}.c-mob-25{width:25%}.c-mob-26{width:26%}.c-mob-27{width:27%}.c-mob-28{width:28%}.c-mob-29{width:29%}.c-mob-30{width:30%}.c-mob-31{width:31%}.c-mob-32{width:32%}.c-mob-33{width:33%}.c-mob-34{width:34%}.c-mob-35{width:35%}.c-mob-36{width:36%}.c-mob-37{width:37%}.c-mob-38{width:38%}.c-mob-39{width:39%}.c-mob-40{width:40%}.c-mob-41{width:41%}.c-mob-42{width:42%}.c-mob-43{width:43%}.c-mob-44{width:44%}.c-mob-45{width:45%}.c-mob-46{width:46%}.c-mob-47{width:47%}.c-mob-48{width:48%}.c-mob-49{width:49%}.c-mob-50{width:50%}.c-mob-51{width:51%}.c-mob-52{width:52%}.c-mob-53{width:53%}.c-mob-54{width:54%}.c-mob-55{width:55%}.c-mob-56{width:56%}.c-mob-57{width:57%}.c-mob-58{width:58%}.c-mob-59{width:59%}.c-mob-60{width:60%}.c-mob-61{width:61%}.c-mob-62{width:62%}.c-mob-63{width:63%}.c-mob-64{width:64%}.c-mob-65{width:65%}.c-mob-66{width:66%}.c-mob-67{width:67%}.c-mob-68{width:68%}.c-mob-69{width:69%}.c-mob-70{width:70%}.c-mob-71{width:71%}.c-mob-72{width:72%}.c-mob-73{width:73%}.c-mob-74{width:74%}.c-mob-75{width:75%}.c-mob-76{width:76%}.c-mob-77{width:77%}.c-mob-78{width:78%}.c-mob-79{width:79%}.c-mob-80{width:80%}.c-mob-81{width:81%}.c-mob-82{width:82%}.c-mob-83{width:83%}.c-mob-84{width:84%}.c-mob-85{width:85%}.c-mob-86{width:86%}.c-mob-87{width:87%}.c-mob-88{width:88%}.c-mob-89{width:89%}.c-mob-90{width:90%}.c-mob-91{width:91%}.c-mob-92{width:92%}.c-mob-93{width:93%}.c-mob-94{width:94%}.c-mob-95{width:95%}.c-mob-96{width:96%}.c-mob-97{width:97%}.c-mob-98{width:98%}.c-mob-99{width:99%}.c-mob-100{width:100%}.c-mob-1-3{width:33.333333333333336%}.c-mob-2-3{width:66.66666666666667%}.c-mob-3-3{width:100%}.c-mob-1-4{width:25%}.c-mob-2-4{width:50%}.c-mob-3-4{width:75%}.c-mob-4-4{width:100%}.c-mob-1-5{width:20%}.c-mob-2-5{width:40%}.c-mob-3-5{width:60%}.c-mob-4-5{width:80%}.c-mob-5-5{width:100%}.c-mob-1-6{width:16.666666666666668%}.c-mob-2-6{width:33.333333333333336%}.c-mob-3-6{width:50%}.c-mob-4-6{width:66.66666666666667%}.c-mob-5-6{width:83.33333333333333%}.c-mob-6-6{width:100%}.c-mob-1-7{width:14.285714285714286%}.c-mob-2-7{width:28.571428571428573%}.c-mob-3-7{width:42.857142857142854%}.c-mob-4-7{width:57.142857142857146%}.c-mob-5-7{width:71.42857142857143%}.c-mob-6-7{width:85.71428571428571%}.c-mob-7-7{width:100%}.c-mob-1-8{width:12.5%}.c-mob-2-8{width:25%}.c-mob-3-8{width:37.5%}.c-mob-4-8{width:50%}.c-mob-5-8{width:62.5%}.c-mob-6-8{width:75%}.c-mob-7-8{width:87.5%}.c-mob-8-8{width:100%}.c-mob-1-9{width:11.11111111111111%}.c-mob-2-9{width:22.22222222222222%}.c-mob-3-9{width:33.333333333333336%}.c-mob-4-9{width:44.44444444444444%}.c-mob-5-9{width:55.55555555555556%}.c-mob-6-9{width:66.66666666666667%}.c-mob-7-9{width:77.77777777777777%}.c-mob-8-9{width:88.88888888888889%}.c-mob-9-9{width:100%}.c-mob-1-10{width:10%}.c-mob-2-10{width:20%}.c-mob-3-10{width:30%}.c-mob-4-10{width:40%}.c-mob-5-10{width:50%}.c-mob-6-10{width:60%}.c-mob-7-10{width:70%}.c-mob-8-10{width:80%}.c-mob-9-10{width:90%}.c-mob-10-10{width:100%}.c-mob-1-11{width:9.090909090909092%}.c-mob-2-11{width:18.181818181818183%}.c-mob-3-11{width:27.272727272727273%}.c-mob-4-11{width:36.36363636363637%}.c-mob-5-11{width:45.45454545454545%}.c-mob-6-11{width:54.54545454545455%}.c-mob-7-11{width:63.63636363636363%}.c-mob-8-11{width:72.72727272727273%}.c-mob-9-11{width:81.81818181818181%}.c-mob-10-11{width:90.9090909090909%}.c-mob-11-11{width:100%}.c-mob-1-12{width:8.333333333333334%}.c-mob-2-12{width:16.666666666666668%}.c-mob-3-12{width:25%}.c-mob-4-12{width:33.333333333333336%}.c-mob-5-12{width:41.666666666666664%}.c-mob-6-12{width:50%}.c-mob-7-12{width:58.333333333333336%}.c-mob-8-12{width:66.66666666666667%}.c-mob-9-12{width:75%}.c-mob-10-12{width:83.33333333333333%}.c-mob-11-12{width:91.66666666666667%}.c-mob-12-12{width:100%}}@font-face{font-family:"Numbers";src:local("Numbers"),url("/content/sarkko/fonts/savoyeletplain.otf") format("opentype") tech(color-COLRv1),url("/content/sarkko/fonts/savoyeletplain.otf") format("opentype"),url("content/sarkko/fonts/savoyeletplain.woff") format("woff");font-display:swap}html,body{padding:0;margin:0;font-family:var(--ff);font-size:16px;color:var(--color-text)}.playfair-display-400{font-family:var(--ff-title),sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.montserrat-400{font-family:var(--ff),sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.b.pt{padding-top:var(--pb)}.b.pt2{padding-top:20px}.b.pb{padding-bottom:var(--pb)}.b.pb_2{padding-bottom:25px}.b.beige{background:var(--color-beige)}.b.beige_light{background:var(--color-light-gray2)}.b.beige_item{background:var(--color-light-gray4)}img{max-width:100%}.d{padding:0 var(--ph);margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:1920px}.d.w1200{max-width:1200px}.d.w1400{max-width:1400px}.d.p0{padding-left:0;padding-right:0}input,textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none}*{outline:none;font-family:var(--ff)}.img{background-color:var(--color-border);display:block;background-position:center center;background-repeat:no-repeat;background-size:cover}.img:before{content:" ";display:block;padding-bottom:100%}.img.ratio_2_3:before{padding-bottom:66%}.img.ratio_news:before{padding-bottom:44%}.img_title{margin-top:var(--m);text-align:center;font-size:15px;font-family:var(--ff-title)}.tal{text-align:left}.tac{text-align:center}.w100{width:100%}.upper{text-transform:uppercase}.prefers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px}.prefers .prefer{display:flex;text-decoration:none;color:var(--color-text);align-items:center}.prefers .icon{position:relative;height:80px;width:80px;min-width:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin-right:26px}.prefers .icon:before,.prefers .icon:after{content:" ";display:block;width:50px;height:50px;background:var(--color-pink);z-index:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:50%;margin-top:-25px}.prefers .icon:before{right:35%}.prefers .icon:after{left:35%}.prefers .icon b{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;z-index:2}.prefers .icon i{background-color:#fff;z-index:1;height:60px;width:60px;border:2px solid var(--color-pink);position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.prefers .txt{font-size:16px;font-weight:500;line-height:20px}.big_phone{font-size:35px;font-weight:bold;text-decoration:none;color:var(--color-link);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);border-bottom:4px solid transparent;padding-bottom:2px}.big_phone:hover{border-bottom:4px solid var(--color-link)}.ff_title{font-family:var(--ff-title)}.pagination{display:flex;margin-top:40px;align-items:center;justify-content:center}.pagination .el:not(.sep){color:var(--color-text);min-width:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0 5px;justify-content:center;align-items:center;text-decoration:none;display:flex;border-bottom:2px solid var(--color-border);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);font-size:22px;padding-bottom:10px}.pagination .el:not(.sep):hover,.pagination .el:not(.sep).selected{border-bottom-color:var(--color-text);font-weight:bold}.pagination .sep{width:40px;text-align:center}.pagination .prev:before,.pagination .next:before{content:" ";display:block;width:37px;height:10px;background:url("../pics/icons/arrow.link1.png")}.pagination .prev:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.error_text{color:#f00;font-size:14px;margin-top:5px}.pointer{cursor:pointer}#whatsapp,#phone_footer,#totop{border-radius:100px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:50px;height:50px;white-space:nowrap;font-size:13px;color:var(--color-text);z-index:20}#whatsapp svg,#phone_footer svg,#totop svg{width:75%;fill:#fff}#whatsapp span,#phone_footer span,#totop span{position:absolute;left:calc(100% + 10px);background:#fff;border:1px solid #eee;padding:var(--padding-smaller) var(--padding-small)}#whatsapp:hover,#phone_footer:hover,#totop:hover{-webkit-animation:shake_contact 1s infinite ease-in-out;-moz-animation:shake_contact 1s infinite ease-in-out;-o-animation:shake_contact 1s infinite ease-in-out;-ms-animation:shake_contact 1s infinite ease-in-out;animation:shake_contact 1s infinite ease-in-out}#phone_footer{background-color:var(--color-pink-hover);right:20px}#phone_footer svg{width:50%}#totop{right:80px;background:#caaeae url("../pics/icons/arrow.totop.white.svg") center no-repeat;cursor:pointer;opacity:0;pointer-events:none;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#totop.show{opacity:.5;pointer-events:all}#totop.show:hover{-webkit-animation:none;-moz-animation:none;-o-animation:none;-ms-animation:none;animation:none;opacity:1}#whatsapp{background-color:#4dc247;left:20px}@-webkit-keyframes name{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes name{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-ms-keyframes name{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes name{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes shake_contact{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes shake_contact{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes shake_contact{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes shake_contact{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}30%{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-o-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}60%{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-o-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}75%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}85%{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}95%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.dn{display:none}.images_wrap{position:relative}.tags{position:absolute;bottom:10px;left:10px;right:5px;display:flex;flex-wrap:wrap;z-index:100}.tags .tag{margin-right:5px;margin-top:5px;font-size:13px;text-transform:uppercase;padding:4px 10px;background:#f00;color:#fff;pointer-events:none}.tags .tag.Новинка{background:#46b235}.tags .tag.Акция{background:#fc0;color:#000}.tags .tag.Хит{background:#22a4bd}.res{margin-top:10px;font-weight:bold}.pre_wrap{white-space:pre-wrap}@font-face{font-family:"Peter";src:url("fonts/1ad38992246f3ca25e6caaf39fe55b4c.eot");src:url("fonts/1ad38992246f3ca25e6caaf39fe55b4c.eot?#iefix") format("embedded-opentype"),url("fonts/1ad38992246f3ca25e6caaf39fe55b4c.woff") format("woff"),url("fonts/1ad38992246f3ca25e6caaf39fe55b4c.woff2") format("woff2"),url("fonts/1ad38992246f3ca25e6caaf39fe55b4c.ttf") format("truetype"),url("fonts/1ad38992246f3ca25e6caaf39fe55b4c.svg#PetersburgITT BoldItalic") format("svg");font-weight:normal;font-style:normal;font-display:swap}#wback{display:block;width:100%;opacity:1;top:0;left:0;background:rgba(0,0,0,0.5);overflow:auto;z-index:5000;position:fixed;height:100%;opacity:0;pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;-o-transition-duration:.25s;-ms-transition-duration:.25s;transition-duration:.25s}#wback.open{height:100%;opacity:1;pointer-events:all}#window_close{position:absolute;top:0;right:-33px;cursor:pointer;color:#fff;border:2px solid #fff;border-radius:100px;width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-weight:100;font-size:16px}#window{background:#fff;max-width:800px;margin:50px auto;position:relative;box-shadow:0 0 10px rgba(0,0,0,0.35)}#window #w_inner.load{text-align:center;line-height:160px}#background{position:fixed;width:100%;height:100%;display:none;opacity:0;z-index:500;top:0;overflow:auto}#back{position:relative;width:100%;height:100%}.window_border{position:absolute;left:50%;width:700px;z-index:100;background:#fff}#w_inner{font-size:15px}#w_inner .win-title,#w_inner .win-body,#w_inner .win-footer{padding:20px 40px 0;border-bottom:$BORDER}#w_inner .win-footer{border-bottom:none;padding-top:10px;padding-bottom:30px}#w_inner .win-body{padding-top:10px;padding-bottom:0}#w_inner .win-title{color:$COLOR;text-align:center;text-align:center;font-size:20px;padding:20px}#w_inner .text{width:100%;border:$BORDER}#w_inner .price{font-size:18px;font-weight:bold;color:$color6-2}#w_inner .conf{line-height:1.4;font-size:13px;margin:10px 0 0;color:#aaa}#w_inner .buttons{display:grid;grid-gap:var(--padding-small);grid-template-columns:1fr 1fr}#w_inner .buttons .btn{padding:0}#w_inner .res{font-size:20px;padding:30px 0;background:#f5f5f5}#w_inner .res > div{padding:0 60px}#w_inner .conf_info{font-size:.8rem;margin-top:5px}#w_inner .i{border:1px solid #d3d3d3;color:var(--color-brown);padding-left:10px}#w_inner .i:-ms-input-placeholder{color:var(--color-brown);appearance:textfield}#w_inner .i:-moz-placeholder{opacity:1;-moz-appearance:textfield;color:var(--color-brown)}#w_inner .i::-moz-placeholder{opacity:1;-moz-appearance:textfield;color:var(--color-brown)}#w_inner .i::-webkit-input-placeholder{-webkit-appearance:textfield;color:var(--color-brown)}#w_inner .i_wrap{margin-bottom:10px}#w_inner .label{margin-bottom:10px}#w_inner .h{margin-bottom:0}.res{display:none}#admin_form{background:var(--color-brown-light);max-width:600px;margin:30px auto 0;padding:40px}#b_admin{min-height:100vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}#b_footer{background:var(--color-light-gray3);padding:70px 0 50px;border-bottom:64px solid var(--color-red)}#b_footer #d_footer{display:flex;justify-content:space-between}#b_footer .logo_wrap{flex-shrink:0;flex-basis:1;width:194px}#b_footer .title{color:var(--color-red);font-size:18px;color:#d30035;font-weight:600;margin-bottom:30px;text-transform:uppercase}#b_footer .menus{padding-top:20px;flex:1;margin-left:150px}#b_footer .menus,#b_footer .lists{display:flex;justify-content:space-between}#b_footer .list + .list{margin-left:50px}#b_footer .menu .el + .el{margin-top:8px}#b_footer .menu a{font-size:18px;line-height:23px;font-weight:600;color:var(--color-text);text-decoration:none}#b_footer .menu a:hover{text-decoration:underline}#b_footer #d_footer2{padding-top:50px}#whatsapp,#phone_footer,#totop{border-radius:100px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:50px;height:50px;white-space:nowrap;font-size:13px;color:var(--color-text);z-index:20}#whatsapp svg,#phone_footer svg,#totop svg{width:75%;fill:#fff}#whatsapp span,#phone_footer span,#totop span{position:absolute;left:calc(100% + 10px);background:#fff;border:1px solid #eee;padding:var(--padding-smaller) var(--padding-small)}#whatsapp:hover,#phone_footer:hover,#totop:hover{-webkit-animation:shake_contact 1s infinite ease-in-out;-moz-animation:shake_contact 1s infinite ease-in-out;-o-animation:shake_contact 1s infinite ease-in-out;-ms-animation:shake_contact 1s infinite ease-in-out;animation:shake_contact 1s infinite ease-in-out}#phone_footer{background-color:var(--color-red);right:20px}#phone_footer svg{width:50%}#totop{right:80px;background:#d30035 url("../pics/icons/arrow.totop.white.svg") center no-repeat;cursor:pointer;opacity:0;pointer-events:none;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#totop.show{opacity:.5;pointer-events:all}#totop.show:hover{-webkit-animation:none;-moz-animation:none;-o-animation:none;-ms-animation:none;animation:none;opacity:1}#whatsapp{background-color:#4dc247;left:20px}#form_review{max-width:600px;background:#fff;padding:40px;margin:0 auto}#form_review .input_wraps{margin-top:30px}#b_form{background:url("../pics/bg/form2.jpg") center no-repeat;background-size:cover}#form_wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#form_wrap .right{background-size:cover}#form_wrap .left{padding:50px 65px;border-radius:40px;background:#fff}#form #input_wraps{margin:50px 0 15px}#b_top{background:var(--color-light-gray);padding-top:20px;padding-bottom:20px}#b_top #d_top{display:flex;align-items:center;justify-content:space-between}#b_top .title{color:var(--color-text);margin-bottom:8px;line-height:1;font-size:24px;font-weight:500}#b_top .cont{display:flex;align-items:center;justify-content:space-between}#b_top .for.revers{text-align:right}#b_top .for.revers .cont{flex-direction:row-reverse}#b_top .phone_wrap{display:flex;align-items:center;margin:0 20px;white-space:nowrap}#b_top .phone_wrap.v2{flex-direction:row-reverse}#b_top .phone_wrap.v2 .icons{flex-direction:row-reverse}#b_top .icons{display:flex;align-items:center;justify-content:center}#b_top .icons a{display:block;width:24px;height:24px;background-position:center center;background-repeat:no-repeat;margin-right:5px}#b_top .icons a.ph{background-image:url("../pics/icons/phone.black.png")}#b_top .icons a.wa{background-image:url("../pics/icons/wa.black.png")}#b_top .phone{color:var(--color-text);text-decoration:none;margin:0 10px;font-size:var(--fs);font-weight:500;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#b_top .phone:hover{color:var(--color-red)}#b_menu #d_menu{text-align:center}#b_menu nav{display:flex;align-items:center;justify-content:center}#b_menu a{display:flex;align-items:center;justify-content:center;height:60px;margin:0 32px;color:var(--color-text);font-size:35px;color:#000;font-weight:700;font-family:var(--ff-title);text-decoration:none;font-weight:500;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(-time-fast);-moz-transition-duration:var(-time-fast);-o-transition-duration:var(-time-fast);-ms-transition-duration:var(-time-fast);transition-duration:var(-time-fast);position:relative;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#b_menu a:before{content:" ";position:absolute;display:block;width:100%;height:0;background:var(--color-red);left:0;right:0;bottom:0;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#b_menu a:hover,#b_menu a.selected{font-weight:bold}#b_menu a:hover:before,#b_menu a.selected:before{height:6px}#item_wrap{display:grid;grid-template-columns:470px minmax(0,1fr);grid-gap:50px}#item_wrap img{vertical-align:top}#item_wrap #item_content{padding-top:50px}#item_wrap #img_wrap{position:relative;z-index:1}#item_wrap #item_form_wrap{position:relative;padding-right:50px;margin-top:50px}#item_wrap #item_form_wrap:before{position:absolute;content:" ";display:block;background:var(--color-brown-light);width:calc(100% + 140px);left:-140px;height:100%;z-index:0}#item_wrap #item_form_wrap #item_form{position:relative;z-index:11;padding:80px 0 60px}#item_subcategories{padding:30px 0 50px}.catalog_list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px;padding:5px}.catalog_list .first_catalog{grid-column:span 3;height:450px;padding-left:140px;padding-bottom:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:flex;justify-content:flex-end;flex-direction:column;background-size:cover;background-position:center center;position:relative;text-decoration:none;color:var(--color-text);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.catalog_list .first_catalog:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent)}.catalog_list .first_catalog .h{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.catalog_list .first_catalog .h,.catalog_list .first_catalog .more_wrap{position:relative;z-index:1}.catalog_list .more_wrap{margin-top:30px}.catalog_list .first_catalog,.catalog_list .category{position:relative}.catalog_list .first_catalog:after,.catalog_list .category:after{content:" ";display:block;position:absolute;left:10px;right:10px;bottom:10px;top:10px;border:1px solid var(--color-red);pointer-events:none;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.catalog_list .first_catalog:hover,.catalog_list .category:hover{color:var(--color-red)}.catalog_list .first_catalog:hover .title,.catalog_list .category:hover .title,.catalog_list .first_catalog:hover .h,.catalog_list .category:hover .h{color:var(--color-red)}.catalog_list .first_catalog:hover:after,.catalog_list .category:hover:after{opacity:1}.catalog_list .category{aspect-ratio:640/535;background-size:cover;display:flex;align-items:flex-end;background-position:center center;padding-left:92px;padding-bottom:50px;color:var(--color-text);font-size:37px;line-height:41px;font-weight:500;width:100%;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.catalog_list .category:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent)}.catalog_list .category span.title{font-family:var(--ff-title);z-index:1;position:relative;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.bg{position:absolute;display:block;z-index:0;pointer-events:none;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.2);opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#subcategories_wrap{display:grid;grid-template-columns:450px minmax(0,1fr)}#subcategories_wrap #menu{background:var(--color-light-gray);padding-left:40px;padding-right:40px;padding-top:60px;padding-bottom:85px}#subcategories_wrap #menu_title{font-family:var(--ff-title);color:var(--color-text);margin-bottom:50px;font-size:60px;font-weight:600}#subcategories_wrap #subcategories_content{padding-top:20px;padding-right:20px;background:var(--color-light-gray2);padding-left:20px;padding-bottom:50px}#subcategories_wrap #subcategories_content .h{padding-bottom:50px}#subcategories_wrap nav .el_wrap + .el_wrap{margin-top:30px}#subcategories_wrap nav a{text-decoration:none;font-size:23px;font-weight:500;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);color:var(--color-text)}#subcategories_wrap nav a:hover,#subcategories_wrap nav a.selected{color:var(--color-red-hover);text-decoration:underline}#subcategories_description{background:var(--color-beige);padding:50px 50px 50px 450px}.subcategories:not(.owl-carousel){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:5px}.subcategories.owl-carousel .subcategory{width:340px}.subcategories.center{padding-left:20px;padding-right:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.subcategories .subcategory{aspect-ratio:355/565;background-size:cover;background-position:center center;display:block;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:35px;padding-left:35px;font-size:15px;color:var(--color-text);text-decoration:none;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;position:relative;font-size:23px;font-weight:500}.subcategories .subcategory:after{content:" ";display:block;position:absolute;left:5px;right:5px;bottom:5px;top:5px;border:1px solid var(--color-red);pointer-events:none;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.subcategories .subcategory:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),transparent)}.subcategories .subcategory .title{position:relative;z-index:1;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.subcategories .subcategory:hover .title{color:var(--color-red)}.subcategories .subcategory:hover:after{opacity:1}.nav_top{position:relative}.nav_top .owl-nav{position:absolute;display:flex;bottom:calc(100% + 20px);right:50px;justify-content:space-between}.nav_top .owl-nav .owl-prev,.nav_top .owl-nav .owl-next{width:32px;height:32px;background:url("../pics/icons/arrow.png") center no-repeat}.nav_top .owl-nav .owl-next{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#b_numbers{padding:120px 0;background:#fff url("../pics/bg/numbers.jpg") center no-repeat}#b_numbers #numbers_wrap{display:flex;justify-content:space-between;align-items:flex-start}#b_numbers #numbers{display:grid;grid-template-columns:repeat(3,max-content);grid-gap:60px}#b_numbers .num{font-family:var(--ff-nubmers);font-size:70px;font-style:italic;font-size:170px;color:var(--color-red);height:80px;line-height:80px;margin-bottom:50px}#b_numbers .txt{font-size:23px;font-weight:500}#b_scheme{background:var(--color-light-gray2);padding-top:180px}#b_scheme .scheme{display:flex;align-items:flex-start;justify-content:space-between;padding:60px 0 0}#b_scheme .el{text-align:center}#b_scheme .el .icon{width:100px;height:100px;background-position:center center;background-repeat:no-repeat;margin:0 auto 10px}#b_scheme .el .txt{font-size:18px;font-weight:500;line-height:1.375}#b_scheme .sep{margin-top:37px;width:27px;height:14px;background:url("../pics/main/arrow.png") center no-repeat}#b_scheme .num{display:none}#b_slider .slide{aspect-ratio:24/9;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-left:150px;padding-bottom:110px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-size:cover}#b_slider .slide:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),rgba(255,255,255,0.1),transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),rgba(255,255,255,0.1),transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),rgba(255,255,255,0.1),transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.1),rgba(255,255,255,0.1),transparent);pointer-events:none}#b_slider .h,#b_slider .more_wrap{position:relative;z-index:1}#b_slider .more_wrap{margin-top:45px}#b_slider .owl-stage{position:relative}#b_slider .owl-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;align-items:center;justify-content:center}#b_slider .owl-dots .owl-dot{margin:0 5px;width:40px;height:4px;border-radius:100px;background:#ecebe6;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}#b_slider .owl-dots .owl-dot.active{background:var(--color-red)}#b_advice{position:relative}#b_advice #d_advice{background-size:cover;height:565px;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding-bottom:80px;flex-direction:column;justify-content:flex-end}#b_advice #d_advice:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.1),transparent)}#b_advice #d_advice .h1{position:relative;z-index:1}.b.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.b.split .right{aspect-ratio:1;background-position:center center;background-size:cover}.b.split .left{padding:0 150px;background:var(--color-light-gray2);display:flex;flex-direction:column;align-items:center;justify-content:center}.b.separator{background:var(--color-light-gray4)}.b.separator .d{padding:0 150px;display:flex;align-items:center}.b.separator .d .h{flex-shrink:0;width:50%}#b_advices{background:var(--color-light-gray4)}#b_advices #advice_search{max-width:500px;margin-top:30px;display:flex;background:#fff;border-radius:100px}#b_advices button{width:45px;height:45px;background:#d30035 url("../pics/icons/search.white.png") center no-repeat;cursor:pointer;border:none;border-radius:100px;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);margin-left:10px}#b_advices button:hover{background-color:var(--color-brown-light)}#b_advices input{background:none;border:none;width:100%;padding-left:20px;font-weight:500;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:45px;font-size:18px;color:var(--color-text)}#b_advices input:-ms-input-placeholder{color:var(--color-brown-dark);appearance:textfield}#b_advices input:-moz-placeholder{opacity:1;-moz-appearance:textfield;color:var(--color-brown-dark)}#b_advices input::-moz-placeholder{opacity:1;-moz-appearance:textfield;color:var(--color-brown-dark)}#b_advices input::-webkit-input-placeholder{-webkit-appearance:textfield;color:var(--color-brown-dark)}.advice_list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px;margin:0 5px}.advice_list .advice{aspect-ratio:960/410;display:block;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-left:35px;padding-right:35px;padding-bottom:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;text-decoration:none;position:relative;background-size:cover}.advice_list .advice:after{content:" ";display:block;position:absolute;left:5px;right:5px;bottom:5px;top:5px;border:1px solid var(--color-red);pointer-events:none;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.advice_list .advice:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.3),rgba(255,255,255,0.1),transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.3),rgba(255,255,255,0.1),transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.3),rgba(255,255,255,0.1),transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.3),rgba(255,255,255,0.1),transparent)}.advice_list .advice .title{position:relative;z-index:1;font-family:var(--ff-title);font-size:35px;color:var(--color-text);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);font-weight:600}.advice_list .advice:hover .title{color:var(--color-red)}.advice_list .advice:hover:after{opacity:1}.d_contacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.d_contacts .left,.d_contacts .right{display:flex}.d_contacts .cont{max-width:500px;margin:0 auto;width:100%}.d_contacts .contact_list{display:flex;flex-direction:column;align-items:flex-start;font-weight:600;margin-bottom:40px}.d_contacts .contact_list .el{display:flex;align-items:center;justify-content:flex-start;font-size:20px;color:var(--color-text);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);text-decoration:none}.d_contacts .contact_list .el + .el{margin-top:32px}.d_contacts .contact_list .el:hover{color:var(--color-red)}.d_contacts .contact_list .el:before{content:" ";display:inline-block;width:40px;height:40px;background-position:center center;background-repeat:no-repeat;margin-right:15px}.d_contacts .contact_list .el.phone:before{background-image:url("../pics/icons/phone.png")}.d_contacts .contact_list .el.email:before{background-image:url("../pics/icons/email.png")}#d_contacts .left,#d_contacts .right{padding:120px 0}#d_contacts .left{background:var(--color-light-gray4)}#d_contacts .right{background:#fdfcf8}#b_address{background:url("../pics/bg/address2.jpg") center}#b_address .left,#b_address .right{padding:60px 0}#b_address .buttons{margin-top:30px;display:flex}#b_address .buttons .btn{margin-right:15px}#b_employee{background:#d8c0aa url("../pics/bg/emp.jpg") center top repeat-x;background-size:cover}#employee_wrap{background:#fdfcf8;margin-bottom:50px;padding:70px}#employee_wrap #emp_sep{height:50px}#employee_wrap .row{margin:0 -20px}#employee_wrap .c{padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}#employee_wrap .btn_wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}#employee_wrap button.arrow{max-width:500px;width:100%}.drop_area{border:1px dashed var(--color-red);padding:35px;border-radius:30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.drop_area .txt1{color:var(--color-text);font-weight:700;font-size:18px;margin-bottom:10px}.drop_area .txt2{color:var(--color-link-hover);color:var(--color-text);font-size:14px;margin-bottom:25px}.drop_area input{display:none}.file_list{max-width:600px;margin:10px auto 0}.file_list:empty{display:none}.file_list .file{display:flex;align-items:center;justify-content:space-between;overflow:hidden}.file_list .file + .file{margin-top:10px}.file_list .name{text-overflow:ellipsis;font-weight:500;white-space:nowrap;overflow:hidden;margin-right:8px}.file_list .remove_file{color:var(--color-red);cursor:pointer}.file_list .remove_file:hover{text-decoration:underline}#b_emp_docs{background:var(--color-light-gray4)}#b_reviews{background:#f3f0e6 url("../pics/bg/review.png") center no-repeat;background-position:center center;background-repeat:no-repeat}#b_reviews .review_List{max-width:1134px;margin:40px auto}#b_reviews .review{display:flex;align-items:flex-end}#b_reviews .review .ava_wrap{flex-basis:129px;flex-shrink:0;margin-right:-31px}#b_reviews .review .ava{aspect-ratio:1;background-size:cover;background-position:center center;border-radius:100px;background-color:var(--color-brown);display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;font-weight:bold;text-transform:uppercase}#b_reviews .cont_wrap{flex:1}#b_reviews .cont_wrap .text{background:#fff;max-width:650px;margin-bottom:100px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:30px 40px;border-bottom-left-radius:0;position:relative}#b_reviews .cont_wrap .text:before{content:" ";width:10px;height:8px;background:url("../pics/icons/review.png") left bottom no-repeat;position:absolute;left:0;top:100%}#b_reviews .review:nth-child(2n){justify-content:flex-end;flex-direction:row-reverse}#b_reviews .review:nth-child(2n) .cont_wrap{display:flex;justify-content:flex-end;position:relative;z-index:1}#b_reviews .review:nth-child(2n) .ava_wrap{position:relative;z-index:0;margin-right:0;margin-left:-31px}#b_reviews .review:nth-child(2n) .text{border-bottom-left-radius:4px;border-bottom-right-radius:0}#b_reviews .review:nth-child(2n) .text:before{left:unset;right:0;-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}#b_reviews .review{width:100%}#b_reviews .review + .review{margin-top:-80px}.btn{--h:40px;display:inline-block;border:none;cursor:pointer;height:var(--h);line-height:var(--h);text-decoration:none;padding-left:25px;padding-right:25px;border-radius:100px;font-size:20px;letter-spacing:2px;color:#fff;font-weight:400;font-family:var(--ff);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.btn.brown{--h:60px;background:var(--color-red);color:var(--color-white);font-family:var(--ff-title);font-size:31px;color:#fff;font-weight:600;text-transform:none}.btn.brown:hover{background:var(--color-red-hover)}.btn.upper{text-transform:uppercase}.btn.red{background:var(--color-red);color:var(--color-white);color:#fff}.btn.red:hover{background:var(--color-red-hover)}.btn.white{background:#f2ede8;color:var(--color-brown)}.btn.white:hover{background:#fff}.btn.round{border-radius:100px}.btn.big{height:50px;font-size:16px;line-height:50px;font-weight:500}.btn.arrow{display:flex;align-items:center;justify-content:center;width:max-content}.btn.arrow:after{content:" ";display:inline-block;width:55px;height:6px;background:url("../pics/icons/link_arrow.white.png") center no-repeat;margin-left:15px;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.btn.w100{max-width:100%;width:100%}.i,.select .value{height:45px;border:none;background:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px;color:var(--color-text);font-weight:500;line-height:45px;width:100%;font-size:18px;background-color:#f7f5f0;border-radius:100px}.i[type="date"]::-webkit-datetime-edit-day-field:focus,.select .value[type="date"]::-webkit-datetime-edit-day-field:focus,.i[type="date"]::-webkit-datetime-edit-month-field:focus,.select .value[type="date"]::-webkit-datetime-edit-month-field:focus,.i[type="date"]::-webkit-datetime-edit-year-field:focus,.select .value[type="date"]::-webkit-datetime-edit-year-field:focus{background:var(--color-red)}textarea.i{height:100px;resize:vertical;border-radius:30px;line-height:1;padding-top:15px}.select{position:relative}.select .label{color:var(--color-red);font-size:22px;font-weight:500;margin-bottom:8px}.select .value{display:flex;align-items:center;cursor:pointer;overflow:hidden}.select .value .txt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select .value:after{content:" ";display:inline-block;width:13px;height:7px;background:url("../pics/icons/arrow.select.black.png") center no-repeat;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.select .txt{flex:1;margin-left:5px;color:var(--color-text)}.select .options{position:absolute;width:100%;background:var(--color-white);padding:5px 0;opacity:0;pointer-events:none;max-height:300px;overflow-y:auto}.select .option{padding:8px 10px;cursor:pointer;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;-ms-transition-duration:0s;transition-duration:0s}.select .option:hover{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);background:var(--color-red-hover);color:#fff}.select.open{z-index:10}.select.open .options{opacity:1;pointer-events:all}.select.open .value:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.i_wrap{margin-bottom:25px;position:relative}.i_wrap .help{position:absolute;top:calc(100% + 5px);font-size:14px;color:var(--color-red-hover)}.mt{margin-top:30px}.mt2{margin-top:50px}.mt_2{margin-top:15px}.h{padding-bottom:0}.h.pb{padding-bottom:30px}.h.quote{position:relative}.h.quote:before{position:absolute;top:-30px;left:-30px;width:32px;height:24px;background:url("../pics/icons/quote.png");display:block;content:" "}.h,.h1,.h2,.h3{font-weight:600}.h span.red,.h1 span.red,.h2 span.red,.h3 span.red{color:var(--color-red)}.h span.u,.h1 span.u,.h2 span.u,.h3 span.u{position:relative}.h span.u:before,.h1 span.u:before,.h2 span.u:before,.h3 span.u:before{content:" ";position:absolute;left:0;right:0;height:1px;top:calc(100% - 1px);background:var(--color-red)}.h.fw600,.h1.fw600,.h2.fw600,.h3.fw600{font-weight:600}.h1{font-size:82px;margin:0;font-weight:normal;font-family:var(--ff-title);line-height:91px}.h1.white{color:var(--color-white)}.h1 i{font-family:var(--ff-title),sans-serif;font-optical-sizing:auto;font-weight:400;font-style:italic}.h2,.h3{font-size:60px;line-height:64px;margin:0;font-weight:normal;font-family:var(--ff-title)}.h2 span,.h3 span{font-family:var(--ff-title)}.h2.white,.h3.white{color:var(--color-white)}.h2 i,.h3 i{font-family:var(--ff-title),sans-serif;font-optical-sizing:auto;font-weight:400;font-style:italic}.h2 p,.h3 p{margin:0}.h3{font-size:50px;line-height:47px}.text{font-size:16px;line-height:1.375}.text a,.text p:first-child{margin-top:0}.text p:last-child{margin-bottom:0}.text.white{color:var(--color-white)}.text.white a{color:inherit}.text.gray{color:#8c8c8c}.text.gray a{color:inherit}.text.fw500{font-weight:500}.text.fw600{font-weight:600}.text.bigger{font-weight:500;font-size:18px;line-height:29px}.text .list .li{display:flex}.text .list .li + .li{margin-top:10px}.text .list .li:before{content:" ";display:inline-block;width:24px;height:14px;flex-shrink:0;background:url("../pics/icons/li.png");margin-right:10px;margin-top:5px;vertical-align:sub}.text.small{font-size:14px}.text.big{font-size:18px}.link{color:var(--color-red)}.link:hover{color:var(--color-red-hover)}.link_arrow{display:flex;align-items:center;padding-bottom:10px;text-decoration:none;color:var(--color-text-brown);border-bottom:1.5px solid;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast);font-weight:500;width:fit-content;width:-moz-fit-content}.link_arrow:after{content:" ";display:inline-block;width:55px;height:6px;background:url("../pics/icons/link_arrow.png") center no-repeat;margin-left:15px;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-webkit-transition-duration:var(--time-fast);-moz-transition-duration:var(--time-fast);-o-transition-duration:var(--time-fast);-ms-transition-duration:var(--time-fast);transition-duration:var(--time-fast)}.link_arrow:hover:after{margin-left:30px}.posts{display:flex;flex-wrap:wrap;justify-content:center;margin-top:15px;font-weight:500}.posts .post{margin:7.5px 7.5px;border:1px solid var(--color-red);border-radius:100px;padding:10px 15px}@media all and (max-width:1471px){#b_footer #d_footer{flex-direction:column}#b_footer .menus{margin-left:0}#b_footer .logo_wrap{margin-bottom:40px}#b_footer .menu + .menu{margin-left:20px}#b_footer .menu a{font-size:14px}#b_top .phone{font-size:16px;white-space:nowrap}#b_top .logo{position:absolute;left:calc(50% - 100px);width:200px}#b_menu a{margin:0 15px;font-size:30px}#item_wrap{grid-gap:40px}.catalog_list .category{padding-left:20px;padding-right:20px;padding-bottom:20px}.catalog_list .first_catalog{padding-left:20px;padding-bottom:20px;padding-bottom:20px}#subcategories_wrap{grid-template-columns:400px minmax(0,1fr)}#subcategories_description{padding-left:var(--ph);padding-right:var(--ph)}.subcategories:not(.owl-carousel){grid-template-columns:repeat(3,minmax(0,1fr))}:root{--ph:15px}#b_slider .slide{padding-bottom:40px;padding-left:30px}.advice_list .advice{padding-left:15px;padding-bottom:15px}.advice_list .advice .title{font-size:20px;padding-bottom:10px}.d_contacts .cont{max-width:400px}.d_contacts .buttons{flex-direction:column;align-items:flex-start;justify-content:flex-start}.d_contacts .buttons .btn + .btn{margin-top:10px}.btn{font-size:16px;white-space:nowrap}.btn.brown{--h:40px;font-size:20px;padding-left:10px;padding-right:10px}.b.split .left{padding:0 40px}.b.separator .d{padding:0 40px}.h1{font-size:50px;line-height:1.2}.h2{font-size:40px;line-height:1.2}.h3{font-size:30px;line-height:1.2}.text{font-size:14px}.text.bigger{font-size:16px}}@media all and (max-width:1170px){#b_top .logo{top:5px}}@media all and (max-width:1024px){#form_wrap .left{padding:30px}#b_top .cont{display:flex;flex-direction:column !important;align-items:start;justify-content:start}#b_top .for.revers .cont{justify-content:flex-end;align-items:flex-end}#b_top .phone_wrap{margin:10px 0 0}#b_menu nav{width:fit-content;width:-moz-fit-content;margin:0 auto}#b_menu #d_menu{padding-left:0;padding-right:0;overflow-x:auto;white-space:nowrap;text-align:center}#b_menu .el a{margin:0 15px;font-size:16px}#item_wrap{grid-template-columns:40% minmax(0,1fr)}.catalog_list{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog_list .first_catalog{grid-column:2 span}.subcategories:not(.owl-carousel){grid-template-columns:repeat(2,minmax(0,1fr))}#subcategories_wrap{grid-template-columns:220px minmax(0,1fr)}#subcategories_wrap #menu{padding:10px}#subcategories_wrap #menu_title{font-size:30px;margin-bottom:20px}#subcategories_wrap nav a{font-size:16px}#subcategories_wrap nav .el_wrap + .el_wrap{margin-top:10px}:root{--ph:10px;--pb:30px}#b_numbers{padding:var(--pb) 0}#b_numbers #numbers_wrap{flex-direction:column}#b_numbers .h{padding-bottom:40px}#b_scheme .scheme{display:grid;grid-template-columns:200px 200px 200px;max-width:700px;grid-gap:30px;margin:0 auto}#b_scheme .scheme .el{position:relative}#b_scheme .scheme .sep{display:none}#b_scheme .scheme .num{position:absolute;top:0;z-index:1;left:40px;background:var(--color-brown);width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-white);border-radius:100px}.d_contacts{grid-template-columns:repeat(1,minmax(0,1fr))}#d_contacts .left,#d_contacts .right{padding:60px 0}#b_address{background-size:cover}#b_address .left{border-bottom:1px solid var(--color-white)}#b_reviews .review + .review{margin-top:20px}.i,.select .value{font-size:14px}.b.split .left{padding:30px}.b.split .right{aspect-ratio:unset}.b.separator .d{display:block}.b.separator .h{padding-bottom:20px}.h.quote:before{top:-20px;left:-20px;background-size:25px;background-repeat:no-repeat}.h1{font-size:40px}.h2{font-size:30px}.h3{font-size:25px}}@media all and (max-width:767px){#b_footer #d_footer{flex-direction:column}#b_footer .logo_wrap{margin-bottom:20px}#b_footer .menu + .menu{margin-left:0;margin-top:30px}#b_footer .list + .list{margin-left:0;margin-top:10px}#b_footer .menus,#b_footer .lists{flex-direction:column}#form_review{padding:40px 20px}#form_wrap{margin-left:calc(0px - var(--ph));margin-right:calc(0px - var(--ph));grid-template-columns:repeat(1,minmax(0,1fr))}#form_wrap .left{padding:15px;border-radius:8px}#form_wrap .right{aspect-ratio:9/10}#form_wrap #input_wraps{margin-top:20px}#b_top #d_top{flex-direction:column;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#b_top .logo{grid-row:1/2;grid-column:1/3;text-align:center;margin-bottom:4px;position:relative;top:unset;width:unset;left:unset}#b_top .btn{font-size:16px;letter-spacing:0}#b_top .title{font-size:14px}#b_top .phone{font-size:13px}#b_top .icons a{margin-right:0}#b_top .icons a.ph{display:none}#b_top .phone{margin:0;margin-left:5px}#b_top .phone_wrap{margin-top:5px}#b_item{background-image:none}#item_wrap{grid-template-columns:minmax(0,1fr);grid-gap:30px}#item_wrap #item_content{padding-top:0}#item_form_wrap{margin-right:-10px}#item_wrap #item_form_wrap #item_form{padding-top:30px}.catalog_list{grid-template-columns:repeat(1,minmax(0,1fr))}.catalog_list .first_catalog{grid-column:1 span}.catalog_list .h1{font-size:37px;font-weight:500}#subcategories_wrap{display:flex;flex-direction:column-reverse;grid-template-columns:minmax(0,1fr)}#subcategories_wrap #subcategories_content{padding-bottom:40px}#subcategories_wrap .h{padding-right:80px}.subcategories.owl-carousel .subcategory{width:80vw}.subcategories:not(.owl-carousel){grid-template-columns:repeat(1,minmax(0,1fr))}.nav_top .owl-nav{right:0;bottom:calc(100% + 45px)}#subcategories_wrap #menu{padding:20px}#b_numbers #numbers{grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:15px}#b_numbers .number{text-align:center}#b_numbers .h{text-align:center}#b_numbers #numbers_wrap{align-items:center}#b_scheme .scheme{grid-template-columns:repeat(2,minmax(0,1fr))}#b_scheme .scheme .txt{font-size:14px}#b_scheme .scheme .num{left:20px}#b_slider .slide{aspect-ratio:unset;height:calc(100vh - 100px);align-items:center;padding-left:10px;padding-right:10px}#b_slider .more_wrap{margin-top:20px;margin-left:0}.advice_list{grid-template-columns:minmax(0,1fr)}.b.split{grid-template-columns:repeat(1,minmax(0,1fr))}.b.split .left{grid-row:1/2}.b.split .right{grid-row:2/3;aspect-ratio:1}.b.separator .d{padding-left:20px;padding-right:20px}.b.split .left{padding:20px}.h.quote:before{top:-10px;left:-10px;width:22px;height:14px;background-size:contain}.d_contacts .left,.d_contacts .right{padding-left:var(--ph) !important;padding-right:var(--ph) !important}#employee_wrap{padding:10px}#b_reviews .review .ava_wrap{flex-basis:60px}#b_reviews .review .ava_wrap .ava{font-size:20px;font-weight:normal}#b_reviews .cont_wrap .text{margin-bottom:60px;padding:15px}.btn{padding-left:15px;padding-right:15px}.h1{font-size:30px}.h2{font-size:26px}.h3{font-size:24px}.text.small{font-size:13px}#window_close{right:5px;top:5px;color:#000;border-color:#000}#w_inner .win-title,#w_inner .win-body,#w_inner .win-footer{padding-left:10px;padding-right:10px}}@media all and (max-width:1920px){.db-wide{display:block !important}.dn-wide{display:none !important}.dib-wide{display:inline-block !important}.dflex-wide{display:flex !important}}@media all and (max-width:1600px){.db-big{display:block !important}.dn-big{display:none !important}.dib-big{display:inline-block !important}.dflex-big{display:flex !important}}@media all and (max-width:1200px){.db-lap{display:block !important}.dn-lap{display:none !important}.dib-lap{display:inline-block !important}.dflex-lap{display:flex !important}}@media all and (max-width:1024px){.db-pad-pro{display:block !important}.dn-pad-pro{display:none !important}.dib-pad-pro{display:inline-block !important}.dflex-pad-pro{display:flex !important}}@media all and (max-width:990px){.db-desk{display:block !important}.dn-desk{display:none !important}.dib-desk{display:inline-block !important}.dflex-desk{display:flex !important}}@media all and (max-width:768px){.db-pad{display:block !important}.dn-pad{display:none !important}.dib-pad{display:inline-block !important}.dflex-pad{display:flex !important}}@media all and (max-width:580px){.db-mob{display:block !important}.dn-mob{display:none !important}.dib-mob{display:inline-block !important}.dflex-mob{display:flex !important}}
/*# sourceMappingURL=style.css.map */
