

/* Start:/local/templates/poo-russia/css/normalize.css?17149922206138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/poo-russia/js/swiper/swiper-bundle.min.css?171507252518432*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/poo-russia/css/grid.css?1715812627996*/
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px
}

@media only screen and (max-width: 1200px) {
    .container {
        padding:0 60px
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        padding:0 30px
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding:0 20px
    }
}

@media only screen and (max-width: 576px) {
    .container {
        padding:0 16px
    }
}

@media only screen and (max-width: 389px) {
    .container {
        padding:0 12px
    }
}

.container-relative {
    position: relative
}

/*
@media (min-width: 576px) {
    .container {
        width: 564px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}*/
/* End */


/* Start:/local/templates/poo-russia/css/fonts/inter/inter.css?17149956005509*/
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Thin.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Light.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Bold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-Black.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/Inter-BlackItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Thin.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Light.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Regular.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Italic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Medium.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Bold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-Black.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("/local/templates/poo-russia/css/fonts/inter/InterDisplay-BlackItalic.woff2") format("woff2"); }
/* End */


/* Start:/local/templates/poo-russia/css/fonts/random_grotesque/random_grotesque.css?17150003024600*/
@font-face {
    font-family: "RandomGrotesqueSlim";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimRegular.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimRegular.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimRegular.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimRegular.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimRegular.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesqueSlim";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimBlackIt.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimBlackIt.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimBlackIt.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimBlackIt.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SlimBlackIt.ttf") format("truetype");
}

/**/

@font-face {
    font-family: "RandomGrotesque";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegular.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegular.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegular.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegular.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegular.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegularIt.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegularIt.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegularIt.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegularIt.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardRegularIt.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMedium.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMedium.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMedium.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMedium.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMedium.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMediumIt.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMediumIt.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMediumIt.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMediumIt.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardMediumIt.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemibold.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemibold.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemibold.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemibold.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemibold.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemiboldIt.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemiboldIt.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemiboldIt.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemiboldIt.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardSemiboldIt.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBold.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBold.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBold.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBold.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBold.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesque";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBoldIt.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBoldIt.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBoldIt.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBoldIt.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-StandardBoldIt.ttf") format("truetype");
}

/**/

@font-face {
    font-family: "RandomGrotesqueSpacious";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousBlackIt.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousBlackIt.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousBlackIt.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousBlackIt.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousBlackIt.ttf") format("truetype");
}

@font-face {
    font-family: "RandomGrotesqueSpacious";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousRegular.ttf");
    src: url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousRegular.otf?#iefix") format("embedded-opentype"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousRegular.woff2") format("woff2"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousRegular.woff") format("woff"), url("/local/templates/poo-russia/css/fonts/random_grotesque/RG-SpaciousRegular.ttf") format("truetype");
}
/* End */


/* Start:/local/templates/poo-russia/css/style.css?17410887352848*/
:root {
    --font-title: "RandomGrotesque";
    --font-title-slim: "RandomGrotesqueSlim";
    --font-title-spacious: "RandomGrotesqueSpacious";
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Inter", Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
    font-weight: 400;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'RandomGrotesque', Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2.25rem;
}

h3, .h3 {
    font-size: 2rem;
}

h4, .h4 {
    font-size: 1.75rem;
}

h5, .h5 {
    font-size: 1.5rem;
}

h6, .h6 {
    font-size: 1.25rem;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.title {
    font-family: "RandomGrotesque", Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
}

.title-slim {
    font-family: "RandomGrotesqueSlim", Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
}

.title-spacious {
    font-family: "RandomGrotesqueSpacious", Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
}

p {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 10px;
}

a {
    border-bottom: 1px solid rgba(0, 121, 255, .4);
    transition: all .2s ease-out;
    cursor: pointer;
    text-decoration: none
}

a {
    color: #0079ff
}

a:focus, a:hover, a:active {
    color: #e3000f;
    border-bottom-color: #e3000f
}

a.white {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    transition: all .2s ease-out;
    cursor: pointer;
    text-decoration: none
}

a.white {
    color: #fff;
}

a.white:focus, a.white:hover, a.white:active {
    color: #fff;
    border-bottom-color: #fff
}

.text-center {
    text-align: center;
}

.btn {
    background-color: #0079ff;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    border: none;
    width: fit-content;
    cursor: pointer;
}

.btn:focus, .btn:hover, .btn:active {
    color: #fff;
    border: none;
    background-color: #e3000f;
}

.btn.red {
    background-color: #e3000f;
}

.btn.red:focus, .btn.red:hover, .btn.red:active {
    background-color: #0079ff;
}

.btn.big {
    padding: 15px 25px;
    font-size: 1.15rem;
}

.img-responsive {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* End */


/* Start:/local/templates/poo-russia/css/tabs.css?1715081891529*/
.tabs-nav-content-item:not(.active) {
    display: none;
}

.tabs-price .tabs-nav{
    display: flex;
    justify-content: center;
}

.tabs-price .tabs-nav .tabs-nav-wrap{
    background-color: #f2f3f5;
    padding: 5px;
    display: flex;
    border-radius: 25px;
}

.tabs-price .tabs-nav .tabs-nav-wrap .nav-tabs-item{
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 1.125rem;
    line-height: 1.4;
    cursor: pointer;
}
.tabs-price .tabs-nav .tabs-nav-wrap .nav-tabs-item.active{
    background-color: #fff;
}
/* End */


/* Start:/local/templates/poo-russia/css/blocks.css?177740502621413*/
.header {
    height: 80px;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    position: -webkit-sticky; /* for Safari */
    position: sticky;
}

.header .header-logo {
    margin-right: 20px;
}

.header .header-logo a {
    color: initial;
    border-bottom: initial;
}

.header .header-logo .header-logo-img {
    max-height: 60px;
}

.header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    display: flex;
}

.header-menu .main-nav {
    display: flex;
    background-color: #f2f3f5;
    padding: 5px;
    border-radius: 25px;
    gap: 4px;
}

.header-menu .main-nav .main-nav-item {
    padding: 10px 18px;
    border-radius: 20px;
    transition: all .2s ease-out;
}

.header-menu .main-nav .main-nav-item:hover,
.header-menu .main-nav .main-nav-item:active,
.header-menu .main-nav .main-nav-item:focus {
    background-color: #fff;
}

.header-menu .main-nav .main-nav-item.active {
    background-color: #fff;
}

.header-menu .main-nav .main-nav-item a {
    color: #000;
    border: none;
    font-size: 1rem;
    line-height: 1;
}

@media only screen and (max-width: 1280px) {
    .header .header-add {
        display: none;
    }
}

@media only screen and (max-width: 1130px) {
    .header-menu .main-nav .main-nav-item {
        padding: 10px 10px;
    }

    .header .header-logo .header-logo-img {
        max-height: 50px;
    }
}

@media only screen and (max-width: 980px) {
    .header .header-menu {
        display: none;
    }
}

/**/

/**/

.banner {
    min-height: 400px;
}

.banner-bg {
    padding: 40px;
    border-radius: 40px;
    background: linear-gradient(60.18deg, #e6edff, rgba(250, 237, 246, 0.49) 47.82%, #faeded);
}

.banner .banner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;

}

.banner .banner-list .banner-item .banner-item-title {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1.4;
}

.banner .banner-list .banner-item .banner-item-desc {
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.4;
}

.banner .banner-list .banner-item .banner-item-small {
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #939598;
}

.banner .short-list {
    display: flex;
    margin: 14px 0;
    gap: 12px;
}

.banner .short-list .short-item {
    background-color: #fff;
    border-radius: 40px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 10px 20px;
}

/**/
.inform-teaser {
    padding: 40px 0;

}

.inform-teaser .inform-teaser-wrapper {
    border-radius: 30px;
    background: url("/upload/mainpage/bg001.jpg") no-repeat;
    background-size: cover;
}

.inform-teaser .teaser-list {
    display: flex;
}

.inform-teaser .teaser-list-wrapper {
    padding: 80px 0 30px 0;
}

.inform-teaser .teaser-list {
    display: flex;
    gap: 20px;
}

.inform-teaser .teaser-list .teaser-item {

}

.inform-teaser .teaser-list .teaser-item .pre-title {
    text-transform: uppercase;
}

.inform-teaser .teaser-list .teaser-item .title {
    margin-bottom: 20px;
}

.inform-teaser .teaser-list .teaser-item.desc {
    flex: 2;
    background-color: rgb(255 255 255 / 95%);
    border-radius: 20px;
    padding: 30px;

}


.inform-teaser .teaser-list .teaser-item.desc p {
    font-size: 1rem;
}

.inform-teaser .teaser-list .teaser-item.doc {
    flex: 1;
    background-color: #f4f6f7;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.inform-teaser .teaser-list .teaser-item.doc .teaser-item-img {
    flex: 1;
}

.inform-teaser .teaser-list .teaser-item .quote {
    font-style: italic;
}

/**/
.inform-teaser .teasers-list {
    display: flex;
    gap: 20px;
    padding: 0 0 80px 0;
}

.inform-teaser .teasers-list .teasers-item {
    flex: 1;
    border-radius: 20px;
    padding: 30px;
    border: 2px solid #8298ff;
    transition: all .2s ease-out;
    background-color: hsl(228deg 21.74% 95.49% / 95%);
}

.inform-teaser .teasers-list .teasers-item:hover {
    /*background-color: #5573ff;*/
    /*color: #fff;*/
    border: 2px solid #5573ff;
}

.inform-teaser .teasers-list .teasers-item a {
    color: #0079ff;
    border-bottom: 1px solid rgba(0, 121, 255, .4);
}

.inform-teaser .teasers-list .teasers-item .teasers-item-top {
    margin-bottom: 15px;
}

.inform-teaser .teasers-list .teasers-item .teasers-item-bottom p {
    font-size: 1rem;
}

.inform-teaser .teasers-list .teasers-item .teasers-item-top .teasers-item-top-ico {
    color: #fff;
    background-color: #5573ff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    justify-content: center;
    font-family: var(--font-title) Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
}

@media only screen and (max-width: 1280px) {
    .inform-teaser .teaser-list .teaser-item.desc {
        flex: 5;
    }

    .inform-teaser .teaser-list .teaser-item.doc {
        flex: 2;
    }
}

@media only screen and (max-width: 1234px) {
    .inform-teaser .teaser-list .teaser-item.desc {
        flex: 6;
    }

    .inform-teaser .teaser-list .teaser-item.doc {
        flex: 3;
    }

    .inform-teaser .teaser-list .teaser-item .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1147px) {
    .inform-teaser .teaser-list .teaser-item.desc {
        padding: 18px;
    }

    .inform-teaser .teasers-list .teasers-item {
        padding: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .inform-teaser .teaser-list .teaser-item .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 900px) {
    .inform-teaser .teasers-list {
        flex-direction: column;
    }

    .inform-teaser .teasers-list .teasers-item {
        padding: 18px;
        display: flex;
        gap: 20px;
    }

    .inform-teaser .teasers-list .teasers-item .teasers-item-top {
        margin-bottom: 0;
    }

    .inform-teaser .teaser-list {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .inform-teaser .teaser-list .teaser-item.doc {
        display: none;
    }

    .inform-teaser .teaser-list-wrapper {
        padding: 40px 0 20px 0;
    }

    .inform-teaser .teasers-list {
        padding: 0 0 40px 0;
    }
}

@media only screen and (max-width: 576px) {
    .inform-teaser .teasers-list .teasers-item {
        flex-direction: column;
    }

    .inform-teaser .teaser-list .teaser-item .title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .inform-teaser .teaser-list .teaser-item .title br {
        display: none;
    }

}

/**/
.best-contest {
    padding: 40px 0;
    margin-bottom: 40px;
}

.best-contest {
    padding: 40px 0;
}

.best-contest .best-contest-wrap {
    box-shadow: 0 0 50px rgba(0, 0, 0, .05);
    border-radius: 30px;
    background-color: #fff;
    padding: 40px;
}

.best-contest .best-contest-list {
    display: flex;
    flex-wrap: nowrap;
}

.best-contest .best-contest-list .best-contest-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.best-contest .best-contest-list .best-contest-item .best-reward-desc .best-contest-item-title {
    margin-bottom: 20px;
}

.best-contest .best-contest-list .best-contest-item .best-reward-desc {
    margin-bottom: 30px;
}

.best-contest .best-contest-list .best-contest-item .best-reward-list {
    display: flex;
    gap: 20px;
}

.best-contest .best-contest-list .best-contest-item .best-reward-list .best-reward-item {
    background-color: #f2f3f5;
    border-radius: 10px;
    flex: 1;
}

.best-contest .best-contest-list .best-contest-item .best-reward-list .best-reward-item .best-reward-item-wrap {
    padding: 20px;
}

.best-contest .best-contest-list .best-contest-item .best-reward-list .best-reward-item .best-reward-item-wrap .best-reward-item-ico {
    margin-bottom: 10px;
}

.best-contest .best-contest-list .best-contest-item .best-reward-list .best-reward-item .best-reward-item-wrap .best-reward-item-cost {
    text-align: left;
}

@media (max-width: 1280px) {
    .best-contest .best-contest-list .best-contest-item .best-reward-list {
        gap: 10px;
        flex-wrap: wrap;
    }

    .best-contest .best-contest-list .best-contest-item .best-reward-list .best-reward-item:first-child {
        flex: 1 1 100%;
    }

    .best-contest .best-contest-list .best-contest-item .best-reward-list .best-reward-item .best-reward-item-wrap .best-reward-item-cost {
        text-align: left;
    }
}

@media (max-width: 880px) {
    .best-contest .best-contest-wrap {
        padding: 20px;
    }

    .best-contest .best-contest-list {
        flex-direction: column;

    }

    .best-contest .best-contest-list .best-contest-item .best-reward-list {
        margin-bottom: 30px;
    }
}


/**/
.video {
    height: calc(344px + 314 * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(20px + 35 * ((100vw - 800px) / (1920 - 800)));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video:before {
    content: "";
    background-color: rgba(25, 68, 220, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.video__iframe {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.video .video-info {
    z-index: 2;
    position: relative;
}

.video .video-info-banner {
    color: #fff;
}

.video .video-info-banner .video-info-date {
    margin-bottom: 10px;
}

.video .video-info-banner .video-info-point {
    font-size: 1rem;
    margin: 0;
}

.video .video-info-banner .video-info-title {
    font-size: 5rem;
    line-height: 1.4;
}

.video .video-info-banner .video-info-desc {
    margin: 0 0 30px;
    font-family: 'RandomGrotesque', Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
    font-size: 1.5rem;
}

.video .atom {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.video .atom:after {
    content: ' ';
    height: 100%;
    width: calc(100% + 6px);
    position: absolute;
    background: #e3000f;
    bottom: -1px;
    left: -3px;
    border-radius: 6px;
    padding: 0;
    z-index: -1;
}

@media only screen and (max-width: 1280px) {
    .video .video-info-banner .video-info-title {
        font-size: 4rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1024px) {
    .video .video-info-banner .video-info-title {
        font-size: 3rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    .video .video-info-banner .video-info-title {
        font-size: 2.2rem;
        line-height: 1.4;
    }

    .video .video-info-banner .video-info-desc {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 576px) {
    .video .video-info-banner .video-info-title {
        font-size: 1.8rem;
        line-height: 1.4;
        text-align: left;
        margin: 10px 0;
    }

    .video .video-info-banner .video-info-desc {
        text-align: left;
        font-size: 1.2rem;
    }

    .video .video-info-banner .video-info-btn {
        text-align: left;
        display: flex;
        justify-content: left;
    }

    .video {
        height: calc(455px + 314 * ((100vw - 320px) / (1920 - 320)));
    }
}

/**/
.contact-map {
    padding: 40px 0;
}

.contact-map #map {
    width: 100%;
    height: 31.88889em;
    border-radius: 30px;
    overflow: hidden;
}

.contact-map .map-list {
    display: flex;
    gap: 20px;
}

.map-list .hotel-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map-list .hotel-list .hotel-item {

}

.map-list .hotel-list .hotel-item .hotel-name {
    font-size: 1.125rem;
    line-height: 1.4;
}

.map-list .hotel-list .hotel-item .hotel-address {
    color: #a1a7b7;
}

.contact-map .map-list .map-item .map-item-img {
    border-radius: 20px;
    overflow: hidden;
}

#map .my-marker {
    position: absolute;
    bottom: -7px;
    left: -30px;
    cursor: pointer;
}

.contact-map .map-list .desc {
    flex: 2;
}

.contact-map .map-list .yamap {
    flex: 3;
}

.contact-map .map-list .map-item .contact-buttons-list {
    display: flex;
    gap: 20px;
    margin: 15px 0 15px 0;
}

.contact-map .map-list .map-item .contact-buttons-list .buttons-item-wrap {
    display: flex;
    border-radius: 18px;
    border: 2px solid #f2f3f5;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
}

.contact-map .map-list .map-item .contact-buttons-list .buttons-item-wrap .buttons-item-ico {
    max-width: 36px;
}

.contact-map .map-list .map-item .contact-buttons-list .buttons-item-wrap .buttons-item-link a {
    color: #000;
    border: none;
}

@media only screen and (max-width: 1024px) {
    .contact-map #map {
        height: 42.88889em;
    }
}

@media only screen and (max-width: 960px) {
    .contact-map #map {
        height: 25.88889em;
    }

    .contact-map .map-list {
        flex-direction: column;
    }

    .contact-map .map-list .desc {
        display: flex;
        gap: 20px;
    }

    .contact-map .map-list .desc .map-item-block {
        flex: 1;
    }

    .contact-map .map-list {
        gap: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .contact-map #map {
        height: 27.88889em;
    }

    .contact-map .map-list .desc {
        flex-direction: column;
    }

    .map-list .hotel-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .map-list .hotel-list .hotel-item {
        flex: 0 1 49%;
    }
}

@media only screen and (max-width: 576px) {
    .contact-map #map {
        height: 17.88889em;
    }

    .map-list .hotel-list {
        flex-direction: column;
        flex: 1;
    }

    .contact-map .map-list .desc .map-item-block .title.h4 {
        margin-bottom: 10px;
    }
}

/**/
.footer {
    margin-top: auto;
}

.footer-bg {
    padding: 40px;
    border-radius: 40px 40px 0 0;
    background-color: #f5f5f5
}

.footer .footer-list {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    display: flex;
}

.footer .footer-list .footer-item.company {

    flex: 0 1 40%;
}

.footer .footer-list .footer-item {
    flex: 1;
    padding: 0 20px;
}

.footer .footer-list .footer-item.company p {
    font-size: 0.95rem;
    line-height: 1.4;
}

.footer .footer-list .footer-item p {
    margin-bottom: 10px;
}


.footer .footer-item-nav .footer-item-nav-title {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.footer .footer-item-nav .footer-item-nav-item {
    margin-bottom: 10px;
}

.footer .footer-item-nav .footer-item-nav-item a {
    color: #000;
    border-bottom: none;
}

.footer .footer-item-nav .footer-item-nav-item a:hover,
.footer .footer-item-nav .footer-item-nav-item a:focus,
.footer .footer-item-nav .footer-item-nav-item a:active {
    color: #0079ff;
    border-bottom: none;
}

.footer .footer-bottom-list {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #919191;
    padding: 20px 0 0 20px;
}

@media only screen and (max-width: 980px) {
    .footer .footer-list {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-bg {
        padding: 40px 0;
        border-radius: 40px 40px 0 0;
        background-color: #f5f5f5
    }
}


/**/

.photo {
    padding: 40px 0;
    overflow: hidden;
}

.photo .photo-row {
    display: flex;
    justify-content: center;
}

.photo .photo-title {
    margin-bottom: 40px;
}

.photo .photo-row .photo-item {
    min-width: 17em;
    max-width: 17em;
    height: 14em;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 0 .41em .83em;
}


.photo .photo-row .photo-item .photo-item-img-im {
    -o-object-fit: cover;
    object-fit: cover;

    width: 100%;
    height: 100%;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;

}

@media only screen and (max-width: 576px) {
    .photo .photo-row {
        overflow-x: scroll;
    }
}

/**/
.review {
    padding: 40px 0;
    background-color: #f2f3f5;
}

.review .review-title {
    margin-bottom: 40px;
}

.review .review-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review .review-list .review-item {
    padding: 30px;
    border-radius: 20px;
    max-width: 500px;
    background-color: #fff;
    flex: 1 1 30%;
}

.review .review-list .review-item .review-item-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.review .review-item-head .review-item-ico {
    color: #fff;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2;
}

.review .review-item-head .review-item-ico.tmb-1 {
    background: rgb(254, 181, 96);
    background: linear-gradient(180deg, rgba(254, 181, 96, 1) 0%, rgba(246, 134, 67, 1) 100%);
}

.review .review-item-head .review-item-ico.tmb-2 {
    background: #73f8fb;
    background: linear-gradient(180deg, #73f8fb 0%, #71cacc 100%);
}

.review .review-item-head .review-item-ico.tmb-3 {
    background: #8baef8;
    background: linear-gradient(180deg, #8baef8 0%, #6660f6 100%);
}

.review .review-item-head .review-item-ico.tmb-4 {
    background: #d6a3ee;
    background: linear-gradient(180deg, #d6a3ee 0%, #c56ee3 100%);
}


.review .review-item-head .review-item-name {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
}

.review .review-list .review-item .review-item-desc {
    font-size: 0.95rem;
    line-height: 1.5;
}

/**/
.contact-map .booking {
    display: flex;
    gap: 20px;
    padding: 0 0 40px 0;
    align-items: center;
}

.contact-map .booking .booking-info {
    flex: 3;
}

.contact-map .booking .booking-image {
    flex: 2;
}

.contact-map .booking .booking-img {
    border-radius: 20px;
    overflow: hidden;
}

.contact-map .booking .booking-info-top .title {
    margin: 0 0 10px 0;
}

.contact-map .booking .booking-info-list {
    display: flex;
    gap: 10px;
    margin: 15px 0 20px 0;
}

.contact-map .booking .booking-info-item {
    background-color: #f2f3f5;
    border-radius: 10px;
    flex: 1;
    padding: 20px 15px 10px 15px;
}

.contact-map .booking .booking-title {
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #333;
}

.contact-map .booking .booking-desc {
    margin: 0 0 10px 0;
    color: #333;
}

.contact-map .booking .booking-price {
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #333;
}

/**/

@media (max-width: 1024px) {
    .review .review-list .review-item {
        flex: 0 0 calc(50% - 10px);
    }

    .contact-map .booking .booking-info-list {
        flex-wrap: wrap;
    }

    .contact-map .booking .booking-info-item {
        flex: 1 0 calc(50% - 5px);
    }
}

@media (max-width: 768px) {
    .review .review-list .review-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-map .booking {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 576px) {
    .review .review-list .review-item {
        padding: 20px;
    }

    .review .review-list .review-item .review-item-desc {
        font-size: 1rem;
        line-height: 1.5;
    }

    .contact-map .booking .booking-info-top p {
        font-size: 1rem;
        line-height: 1.4;
    }
}

/****/
.partner {
    padding: 80px 0;
}

.partner .partner-info-block {
    display: flex;
    gap: 30px;
    align-items: center;
}

.partner .partner-info-block .partner-info-list {
    flex: 1;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.partner .partner-info-block .partner-info-image {
    flex: 1;
}

.partner .partner-info-block .partner-info-image .partner-info-item-img_big {
    border-radius: 16px;
    overflow: hidden;
}


.partner .partner-info-block .partner-info-list .partner-info-item {
    flex: 1 1 calc(50% - 10px);
    display: flex;
    flex-direction: column;
    background-color: #f2f3f5;
    padding: 18px 15px;
    border-radius: 16px;
    gap: 20px;
    justify-content: flex-end;
}

.partner .partner-info-block .partner-info-list .partner-info-item .partner-title {
    font-size: 1.25rem;
    line-height: 1;
}

.partner .partner-info-block .partner-info-list .partner-info-item .partner-info-item-img {
    max-width: 80%;
}

.partner .partner-info-block .partner-info-list .partner-info-item .partner-info-item-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .partner .partner-info-block {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 576px) {
    .partner {
        padding: 40px 0;
    }
    .partner .partner-info-block {
        gap: 20px;
    }
    .partner .partner-info-block .partner-info-list {
        gap: 12px;
    }
    .partner .partner-info-block .partner-info-list .partner-info-item {
        gap: 12px;
    }
}

/****/
/* End */
/* /local/templates/poo-russia/css/normalize.css?17149922206138 */
/* /local/templates/poo-russia/js/swiper/swiper-bundle.min.css?171507252518432 */
/* /local/templates/poo-russia/css/grid.css?1715812627996 */
/* /local/templates/poo-russia/css/fonts/inter/inter.css?17149956005509 */
/* /local/templates/poo-russia/css/fonts/random_grotesque/random_grotesque.css?17150003024600 */
/* /local/templates/poo-russia/css/style.css?17410887352848 */
/* /local/templates/poo-russia/css/tabs.css?1715081891529 */
/* /local/templates/poo-russia/css/blocks.css?177740502621413 */
