@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic#.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap.css);
@font-face {
  font-family: 'icomoon';
  src:  url(/fonts/icomoon.eot?b9e44a09fdb060316a436d77e4847114);
  src:  url(/fonts/icomoon.eot?b9e44a09fdb060316a436d77e4847114#iefix) format('embedded-opentype'),
    url(/fonts/icomoon.ttf?b576340eeb56bbeb309cb5cfa0b3ea06) format('truetype'),
    url(/fonts/icomoon.woff?196ae660a0b3c4c598842bf932d0f6f6) format('woff'),
    url(/fonts/icomoon.svg?b246293ffee42c60a29137b859070aae#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-bullet:before {
  content: "\e901";
  color: #9fdbea;
}
.icon-bullet-selected:before {
  content: "\e902";
  color: #e9fafc;
}
.icon-facebook:before {
  content: "\e903";
  color: #fff;
}
.icon-arrow .path1:before {
  content: "\e904";
  color: rgb(159, 219, 234);
}
.icon-arrow .path2:before {
  content: "\e905";
  margin-left: -1.0400390625em;
  color: rgb(255, 255, 255);
}
.icon-arrow .path3:before {
  content: "\e906";
  margin-left: -1.0400390625em;
  color: rgb(159, 219, 234);
}
.icon-arrow_mouseover .path1:before {
  content: "\e907";
  color: rgb(159, 219, 234);
}
.icon-arrow_mouseover .path2:before {
  content: "\e908";
  margin-left: -1.0400390625em;
  color: rgb(255, 255, 255);
}
.icon-arrow_mouseover .path3:before {
  content: "\e909";
  margin-left: -1.0400390625em;
  color: rgb(159, 219, 234);
}
.icon-list-item:before {
  content: "\e90a";
}
.icon-loading:before {
  content: "\e90b";
}
.icon-paw:before {
  content: "\e90c";
}
.icon-Paw_Big_side_view:before {
  content: "\e90d";
  color: #9fdbea;
}
.icon-Paw_button_for_next_one:before {
  content: "\e90e";
  color: #9fdbea;
}
.icon-paw-filled:before {
  content: "\e90f";
  color: #9fdbea;
}
.icon-phone:before {
  content: "\e910";
}
.icon-Pin_Map .path1:before {
  content: "\e911";
  color: rgb(0, 0, 0);
  opacity: 0.5;
}
.icon-Pin_Map .path2:before {
  content: "\e912";
  margin-left: -0.7138671875em;
  color: rgb(12, 28, 51);
}
.icon-Pin_Map .path3:before {
  content: "\e913";
  margin-left: -0.7138671875em;
  color: rgb(147, 147, 147);
}
.icon-place:before {
  content: "\e914";
}
.icon-twitter:before {
  content: "\e915";
  color: #fff;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

hr {
  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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
@charset "UTF-8";
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
  margin: 0;
}
body.overflowed {
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
*:focus {
  outline: 0 none;
}
ul {
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
button {
  border: 0;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  color: #FFF;
  padding: 0 27px;
  height: 48px;
  text-align: center;
  font-weight: 600;
  z-index: 9;
  transition: color 0.5s, transform 0.2s, background-color 0.2s;
}
.btn:active {
  transform: translateY(3px);
}
.btn:hover {
  color: #FFF;
}
.btn--primary {
  background-color: #0c1c33;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: transparent;
  box-shadow: none;
  color: #0c1c33;
}
.btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #0c1c33;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.5s, border 0.5s;
}
@media screen and (max-width: 768px) {
  .btn--primary::before {
    display: none;
  }
}
.btn--primary:hover::before {
  opacity: 0;
}
.btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px dashed #0c1c33;
  border-radius: 12px;
  opacity: 0;
  z-index: -1;
  transform: scaleX(1.1) scaleY(1.3);
  transition: transform 0.5s, opacity 0.5s;
}
.btn--primary:hover::after {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}
.btn--secondary {
  background: #e9fafc;
}
.btn--secondary:hover {
  color: #FFF;
  background: #bcf0f6;
}
.btn--danger {
  background: #ff3860;
}
.btn--danger:hover {
  background: #ff0537;
}
.btn--warning {
  background: #ffd324;
}
.btn--warning:hover {
  background: #f0c000;
}
.btn--outline {
  box-shadow: inset 0 0 0 2px black;
  color: #939393;
}
.btn--outline:hover {
  background: #000000;
  box-shadow: none;
  color: #FFF;
}
.btn--link {
  color: #9fdbea;
}
.btn--link:hover {
  color: #75cbe1;
  text-decoration: underline;
}
.btn--small {
  font-size: 14px;
  padding: 15px / 4;
}
.btn--medium {
  font-size: 20px;
}
.btn--large {
  font-size: 24px;
}
.btn:disabled,
.btn[disabled] {
  background-color: #868e96;
  cursor: not-allowed;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 15px / 6;
}
.btn--loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn--loading:after {
  -webkit-animation: rotating 500ms infinite linear;
          animation: rotating 500ms infinite linear;
  border: 3px solid #FFF;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button-group {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: baseline;
  margin: -0.125em;
}
.button-group .btn {
  margin: 0.125em;
}
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
select,
textarea,
input[type=text],
input[type=email],
input[type=password] {
  font: inherit;
  border: 0 none;
  background: none;
  display: block;
  width: 100%;
  height: 48px;
  background: #FFF;
  line-height: initial;
  -webkit-appearance: none;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  padding: 15px 20px;
  font-size: 14px;
  color: #0c1c33;
  font-family: 'Poppins', sans-serif;
}
select:hover,
textarea:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 1px dashed #aaa;
}
button,
input[type=submit],
input[type=button] {
  cursor: pointer;
  font: inherit;
  background: none;
  -webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
  overflow: hidden !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
textarea {
  resize: none;
}
label {
  display: block;
  position: relative;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form__group {
  padding-bottom: 15px / 2;
  position: relative;
}
.form__label {
  margin-bottom: 15px / 8;
  color: #000000;
}
.form__input {
  position: relative;
  margin-bottom: 16px;
}
.form__input--select:after {
  content: "";
  position: absolute;
  right: 15px / 2;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  pointer-events: none;
}
/**
 * Checkbox and radio
 */
.form__group--radio label,
.form__group--checkbox label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}
.form__group--radio .form__label,
.form__group--checkbox .form__label {
  margin-bottom: 0;
}
.form__group--radio label + label {
  margin-top: 15px / 3;
}
.radio-text,
.checkbox-text {
  display: inline-block;
}
.form__icon {
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px / 4;
  position: relative;
  background: #FFF;
  margin-top: -1px;
}
.form__group--radio .form__icon {
  border-radius: 50%;
}
.form__group--checkbox .form__icon {
  border-radius: 10px;
}
.form__group--radio input[type=radio] ~ .form__icon:after {
  content: '\26AB';
  font-size: 6px;
}
.form__group--checkbox input[type=checkbox] ~ .form__icon:after {
  content: '\02714';
  font-size: 10px;
}
.form__group--radio input[type=radio] ~ .form__icon:after,
.form__group--checkbox input[type=checkbox] ~ .form__icon:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  flex-shrink: 0;
}
.form__group--radio input[type=radio]:checked ~ .form__icon:after,
.form__group--checkbox input[type=checkbox]:checked ~ .form__icon:after {
  opacity: 1;
}
/**
 * Errors
 */
.form__group--has-error input[type="text"],
.form__group--has-error input[type="email"],
.form__group--has-error input[type="password"],
.form__group--has-error select,
.form__group--has-error textarea {
  border-color: #ff000f;
}
.form__error {
  margin-top: 15px / 8;
  text-transform: uppercase;
  color: #ff000f;
  font-size: 12px;
}
.form__help {
  color: #000000;
  margin-top: 15px / 8;
  font-size: 12px;
}
.form__required {
  font-size: 14px;
  color: #ff000f;
}
.form__required:after {
  content: "*";
}
.form__group > .form__label {
  margin-bottom: 15px / 2;
  display: block;
  font-weight: bold;
}
/**
 * Disabled
 */
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
select[disabled] {
  background: #eee;
  border-color: #d5d5d5;
  cursor: not-allowed;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  color: #eee;
}
.form__row--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form__row--flex {
    flex-direction: column;
  }
}
.form__inputs {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .form__inputs {
    width: 100%;
  }
}
.form__row--flex textarea {
  height: 113px;
}
@media screen and (max-width: 768px) {
  form .btn {
    margin-top: 20px;
  }
}
.row {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -15px / 2;
  margin-left: -15px / 2;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -15px / 2;
    margin-left: -15px / 2;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -15px / 2;
    margin-left: -15px / 2;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  flex: 1 1 0px;
  padding-right: 15px / 2;
  padding-left: 15px / 2;
  min-width: 0;
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 15px / 2;
  padding-left: 15px / 2;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 15px / 2;
    padding-left: 15px / 2;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 15px / 2;
    padding-left: 15px / 2;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 15px;
}
.column-block > :last-child {
  margin-bottom: 0;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  order: 1;
}
.small-order-2 {
  order: 2;
}
.small-order-3 {
  order: 3;
}
.small-order-4 {
  order: 4;
}
.small-order-5 {
  order: 5;
}
.small-order-6 {
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slider .swiper-button-next img,
.slider .swiper-button-prev img {
  width: 16px;
}
.slider .swiper-pagination-bullet:hover,
.slider .swiper-pagination-bullet,
.slider .swiper-pagination-bullet-active {
  background-color: #75cbe1;
}
.slider .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  background-color: #75cbe1;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.slider .swiper-slide {
  display: block;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  background-image: none;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.slider .swiper-button-prev {
  left: 30px;
}
.slider .swiper-button-next {
  right: 30px;
}
.slider .slider__slide {
  display: block;
}
/**
 * Slider page
 */
.slider__slide {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #DDD;
  color: #FFF;
}
.slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.slider__slide-image--mobile {
  display: none;
}
.main-slider .slider__info {
  font-size: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
}
.main-slider .slider__info a {
  position: absolute;
  bottom: 30px;
}
.slider__info > * + * {
  margin-top: 15px;
}
/**
 * Positioning
 */
.slider__info--horizontal-left {
  text-align: left;
}
.slider__info--horizontal-center {
  text-align: center;
}
.slider__info--horizontal-right {
  text-align: right;
}
.slider__info--vertical-top {
  top: 0;
}
.slider__info--vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.slider__info--vertical-bottom {
  bottom: 0;
}
/**
* Buttons
*/
.slider__btn {
  border: none;
  border-radius: 10px;
  display: inline-block;
  color: white;
  font-weight: 600;
  padding: 15px / 2 15px / 2;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  min-width: 80px;
  text-align: center;
  width: auto;
  line-height: 1;
}
.slider__btn--primary {
  background-color: #9fdbea;
}
.slider__btn--primary:hover {
  color: white;
  background-color: #75cbe1;
}
.slider__btn--secondary {
  background-color: white;
  color: #9fdbea;
}
.slider__btn--secondary:hover {
  background-color: #F7F7F7;
}
.slider__btn--outline {
  background-color: transparent;
  color: white;
  box-shadow: inset 0 0 0 2px #FFF;
}
.slider__btn--outline:hover {
  color: #9fdbea;
  background: #FFF;
}
.slider__btn--outline:after {
  font-weight: normal;
}
.slider__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.swiper--main {
  height: 100%;
}
.swiper--main .slider__slide {
  height: 100%;
  background-color: transparent;
}
.swiper--main .slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .container {
  z-index: 99;
}
.slider__title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .slider__title {
    font-size: 38px;
  }
}
.slider__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .slider__text {
    width: 100%;
  }
}
.slider__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #6b5440;
}
@media screen and (max-width: 768px) {
  .slider__subtitle {
    font-weight: 400;
  }
}
.swiper--testimonials {
  margin-top: 20px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .swiper--testimonials {
    padding: 50px 0 100px 0;
    margin-top: 0;
  }
}
.swiper--testimonials .swiper-slide {
  width: 442px !important;
}
@media screen and (max-width: 768px) {
  .swiper--testimonials .swiper-slide {
    width: 250px !important;
  }
}
.swiper__testimonial {
  padding: 33px 30px 33px 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .swiper__testimonial {
    padding: 22px;
    width: 100%;
  }
}
.swiper__header {
  display: flex;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .swiper__header {
    padding-left: 0;
  }
}
.testimonial__info {
  margin-left: 24px;
}
.testimonial__letters {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 3px solid #f3f3f3;
  font-size: 30px;
  font-weight: 600;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .testimonial__letters {
    width: 39.6px;
    height: 39.6px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5.7px;
  }
}
.testimonial__name {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #0c1c33;
}
@media screen and (max-width: 768px) {
  .testimonial__name {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.testimonial__date {
  font-size: 14px;
  font-weight: 600;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .testimonial__date {
    font-size: 10px;
    margin-top: 10px;
  }
}
.swiper__content {
  width: 350px;
  padding-left: 25px;
  margin-top: 25px;
  max-height: 200px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .swiper__content {
    width: 250px;
    max-height: 190px;
    padding-left: 0;
    padding-right: 15px;
  }
}
.swiper__content p {
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .swiper__content p {
    font-size: 14px;
    font-weight: normal;
    padding-right: 0;
  }
}
.swiper__content::-webkit-scrollbar {
  width: 3px;
  background-color: #f3f3f3;
}
.swiper__content::-webkit-scrollbar-thumb {
  width: 5px;
  height: 30px;
  background-color: #0c1c33;
}
.swiper--testimonials .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .swiper--testimonials .swiper-pagination-bullets {
    bottom: 40px;
  }
}
.swiper__testimonial .btn {
  margin-top: 25px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .swiper__testimonial .btn {
    margin-left: 0;
  }
}
.swiper--testimonials .swiper-pagination-bullet {
  width: 16.7px;
  height: 17.7px;
  margin: 0 5px;
  background: url('/images/paw.svg') no-repeat center center;
}
.swiper--testimonials .swiper-pagination-bullet-active {
  background: url('/images/paw-filled.svg') no-repeat center center;
}
@media screen and (max-width: 800px) {
  .slider .swiper-button-prev,
  .slider .swiper-button-next {
    display: none;
  }
  .slider__info {
    padding: 33px 15px;
  }
}
@media screen and (max-width: 640px) {
  .slider__container__intro__btn-container {
    display: flex;
    flex-direction: column;
  }
  .slider__btn {
    margin-top: 15px / 4;
  }
  .slider__btn {
    font-size: 10px;
  }
  .slider__slide-image--mobile {
    display: block;
  }
  .slider__slide-image--desktop {
    display: none;
  }
  .slider__info > * + * {
    margin-top: 15px / 2;
  }
}
@media screen and (max-width: 480px) {
  .slider__btn {
    font-size: 9px;
  }
}
table {
  border: none;
  border-collapse: collapse;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
th,
td {
  text-align: left;
  padding: 15px / 2;
  border: none;
}
.table--full-width {
  width: 100%;
}
.table__number {
  text-align: right;
}
.table--striped thead tr {
  background: rgba(0, 0, 0, 0.1);
}
.table--striped tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.tablecol-shrink {
  width: 1%;
}
.table__col--shrink {
  width: 1%;
}
.table__col--grow {
  width: 100%;
}
html {
  font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #939393;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}
h1 {
  font-size: 48px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
h1.with-icon {
  position: relative;
  z-index: 9;
  color: #6b5440;
}
h1.with-icon::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 81px;
  height: 83px;
  background: url('/images/big-paw.png') no-repeat center center;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  h1.with-icon::after {
    width: 67.7px;
    height: 68.9px;
    background-size: contain;
  }
}
h2 {
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #0c1c33;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 15px;
}
* + ul,
* + ol,
* + p,
* + table {
  margin-top: 15px;
}
a img {
  border: 0;
}
a {
  color: #9fdbea;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: #75cbe1;
}
ul li {
  list-style-type: none;
}
.no-user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix:after,
.columns:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-primary {
  color: #939393;
}
.text-secondary {
  color: #000000;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.pd-0 {
  padding: 0 !important;
}
.pd-t-0 {
  padding-top: 0 !important;
}
.pd-b-0 {
  padding-bottom: 0 !important;
}
.pd-l-0 {
  padding-left: 0 !important;
}
.pd-r-0 {
  padding-right: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-t-1 {
  margin-top: 10px;
}
.container {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container--max-width {
  max-width: 1150px;
}
.container--wrapper {
  display: flex;
}
.nowrap {
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.justify-center {
  justify-content: center;
}
.brown {
  color: #6b5440;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  height: auto;
}
.swiper-slide--align-fix {
  flex-grow: 1 !important;
  width: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.page-wrapper {
  display: flex;
}
.nav {
  min-width: 15%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.content {
  flex-grow: 1;
}
/* move Arrow */
@-webkit-keyframes moveArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes borderDance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}
@-webkit-keyframes borderDance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}
.breadcrumb {
  padding: 12px 0;
  margin: 0;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 13px;
  background: none;
}
.breadcrumb-item {
  display: inline-block;
  margin-right: -0.25rem;
  color: #9fdbea;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "»";
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline-block;
  padding-right: 9px;
  padding-left: 9px;
  color: #969696;
  margin-right: -0.25rem;
}
.breadcrumb-item--active {
  color: rgba(0, 0, 0, 0.54);
}
.floating {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .floating {
    display: flex;
  }
}
.floating__btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating img {
  width: 65%;
}
.footer {
  padding-top: 35px;
  background-color: #0c1c33;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .footer__top {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-nav__separator {
  display: none;
}
.footer__navigation,
.footer__contacts {
  width: 20%;
}
.footer h6 {
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-nav li {
  margin-bottom: 8px;
}
.footer-nav li a {
  font-size: 14px;
}
.footer__info {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 8px;
}
.footer__info span {
  color: #9fdbea;
}
.footer__resources a {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 300;
}
.footer__resources a.last-link {
  margin-top: 30px;
  color: #ffffff;
  text-decoration: underline;
}
.footer__resources a.last-link:hover {
  color: #75cbe1;
}
.footer__logo {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    order: 0;
    margin-bottom: 50px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px dashed #e9fafc;
  color: #939393;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom-left {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom-right {
    padding-top: 65px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.footer__bottom .white {
  font-size: 14px;
  color: #ffffff;
}
.footer-socials {
  display: flex;
  margin-top: 24px;
}
.footer-socials a {
  margin-right: 15px;
}
.footer-socials--mobile {
  display: none;
}
.footer__awards {
  position: absolute;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__awards {
    position: static;
    justify-content: center;
  }
}
.footer__awards a {
  margin-right: 30px;
  transition: all 0.2s linear;
}
.footer__awards a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .footer__awards a {
    margin: 0 20px;
  }
}
.footer__awards img {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 500px) {
  .footer__awards img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__navigation {
    order: 1;
    margin-bottom: 20px;
    width: 50%;
  }
  .footer__contacts {
    order: 2;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .footer__resources {
    order: 3;
  }
  .footer-socials {
    display: none;
  }
  .footer-socials--mobile {
    display: flex;
    justify-content: center;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__top {
  position: relative;
  height: 48px;
  background-color: #9fdbea;
  transition: all 0.2s linear;
}
.header__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__phone a {
  font-size: 14px;
  color: #ffffff;
}
.header__socials {
  display: flex;
}
.header__socials a {
  display: flex;
  margin-left: 20px;
}
.header__socials a span {
  transition: transform 0.2s ease-in;
}
.header__socials a:hover span {
  transform: scale(1.15);
}
.header__bottom {
  position: relative;
  height: 100px;
  transition: all 0.2s linear;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 992px) {
  .header__bottom {
    position: static;
    background-color: transparent;
  }
}
.header__bottom .container {
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .header__bottom .container {
    padding: 0;
  }
}
.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 22.5px 16px;
  background-color: #ffffff;
  transition: all 0.2s linear;
}
@media screen and (max-width: 992px) {
  .header__logo {
    left: 35px;
    transform: none;
  }
}
.header__logo a {
  display: block;
  height: 100%;
}
.header.fixed .header__top {
  transform: translateY(-50px);
}
@media screen and (max-width: 992px) {
  .header.fixed .header__top {
    transform: none;
  }
}
.header.fixed .header__bottom {
  transform: translateY(-50px);
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .header.fixed .header__bottom {
    transform: none;
    background-color: transparent;
  }
}
.header.fixed .header__logo {
  padding: 5px 0 0 0;
}
.mobile-socials {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__phone,
  .header__socials {
    display: none;
  }
}
.mobile-header {
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile-header {
    display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-header.active .hamRotate {
  transform: rotate(50deg);
}
.mobile-header.active .hamRotate180 {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke-linecap: round;
}
.ham8 .top {
  stroke-dasharray: 40 160;
  transform-origin: 50%;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.mobile-header.active .ham8 .top {
  transform: rotate(85deg) translateY(2px);
}
.mobile-header.active .ham8 .middle {
  stroke-dashoffset: -49px;
}
.mobile-header.active .ham8 .bottom {
  transform: rotate(-185deg) translateY(-6px) translateX(-8px);
}
.icon-facebook:before,
.icon-twitter:before {
  font-size: 20px;
}
.icon-arrow,
.icon-arrow_mouseover {
  display: flex;
}
.icon-arrow span::before,
.icon-arrow_mouseover span::before {
  font-size: 50px;
}
.main-nav {
  margin: 0 50px;
  display: flex;
}
@media screen and (max-width: 1130px) {
  .main-nav {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 85px;
    background: #ffffff;
    z-index: 99;
  }
}
.main-nav .main-nav__item {
  position: relative;
  margin-right: 32px;
}
@media screen and (max-width: 1130px) {
  .main-nav .main-nav__item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .main-nav .main-nav__item {
    margin: 0;
    width: 35%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main-nav .main-nav__item {
    width: 50%;
  }
}
.main-nav .main-nav__item:nth-child(4) {
  margin-left: 235px;
}
@media screen and (max-width: 1130px) {
  .main-nav .main-nav__item:nth-child(4) {
    margin-left: 330px;
  }
}
@media screen and (max-width: 1120px) {
  .main-nav .main-nav__item:nth-child(4) {
    margin-left: 300px;
  }
}
@media screen and (max-width: 992px) {
  .main-nav .main-nav__item:nth-child(4) {
    margin: 0;
  }
}
.main-nav .main-nav__text {
  position: relative;
  display: block;
  padding: 37px 9px;
  font-size: 18px;
  font-weight: 600;
  color: #0c1c33;
  text-transform: uppercase;
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .main-nav .main-nav__text {
    font-size: 20px;
    padding: 0;
  }
}
.main-nav .main-nav__text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 30px 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  z-index: -1;
  height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .main-nav .main-nav__text::before {
    display: none;
  }
}
.main-nav .main-nav__text::after {
  content: '';
  position: absolute;
  bottom: -47px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #0c1c33;
  z-index: -1;
  width: 0;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .main-nav .main-nav__text::after {
    display: none;
  }
}
.main-nav .main-nav__item--active .main-nav__link::before,
.main-nav__item:hover .main-nav__link::before,
.main-nav .main-nav__item--active .main-nav__text::before,
.main-nav .main-nav__text:hover::before,
.main-nav__item:hover .main-nav__text::before {
  opacity: 1;
  height: 140px;
}
.header.fixed .main-nav .main-nav__item--active .main-nav__link::before,
.header.fixed .main-nav__item:hover .main-nav__link::before,
.header.fixed .main-nav .main-nav__item--active .main-nav__text::before,
.header.fixed .main-nav .main-nav__text:hover::before,
.header.fixed .main-nav__item:hover .main-nav__text::before {
  height: 100px;
}
.main-nav .main-nav__item--active .main-nav__link::after,
.main-nav__item:hover .main-nav__link::after,
.main-nav .main-nav__item--active .main-nav__text::after,
.main-nav .main-nav__text:hover::after,
.main-nav__item:hover .main-nav__text::after {
  opacity: 1;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.header.fixed .main-nav .main-nav__text::after {
  bottom: -6px;
  transition-delay: 0s;
}
.header.fixed .main-nav__item:hover .main-nav__link::after {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .main-nav__item--active .main-nav__link {
    border-bottom: 1px solid #0c1c33;
  }
}
.main-nav-child {
  position: absolute;
  top: 95px;
  width: 230px;
  text-align: center;
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  border-bottom: 2px solid #0c1c33;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-20px);
}
.main-nav-child::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 40px;
  width: 25px;
  height: 21px;
  background: url('/images/arrow-up.svg') no-repeat center center;
}
@media screen and (max-width: 992px) {
  .main-nav-child::before {
    display: none;
  }
}
.main-nav-child .main-nav-child__item {
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.2s linear;
}
@media screen and (max-width: 992px) {
  .main-nav-child .main-nav-child__item {
    border: none;
    padding: 0 0 8px 0;
  }
}
.main-nav-child .main-nav-child__link {
  display: block;
  padding: 14px;
}
@media screen and (max-width: 992px) {
  .main-nav-child .main-nav-child__link {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-nav-child .main-nav-child__item:last-child {
    padding-bottom: 0;
  }
}
.main-nav-child .main-nav-child__item:hover {
  box-shadow: 0 2px 30px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 992px) {
  .main-nav-child .main-nav-child__item:hover {
    box-shadow: none;
  }
}
.main-nav-child .main-nav-child__link {
  color: #0c1c33;
}
.main-nav__item--has-childrens:hover .main-nav__link::after {
  display: none;
}
.main-nav__item--has-childrens:hover .main-nav-child {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.8s;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .main-nav__item--has-childrens:hover .main-nav-child {
    opacity: 0;
    transition-delay: 0s;
    transform: none;
  }
}
.main-nav__separator::before {
  content: '\e90a';
  position: absolute;
  top: 0;
  left: -28px;
  font-size: 20px;
  font-family: 'icomoon';
  display: none;
}
@media screen and (max-width: 992px) {
  .main-nav.visible {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .main-nav__separator::before {
    display: block;
  }
  .main-nav__item--has-childrens .main-nav-child {
    position: static;
    width: auto;
    display: none;
    border: none;
    text-align: left;
    padding-bottom: 0;
    opacity: 1 !important;
    background: transparent;
    transform: none;
  }
  .main-nav__item--has-childrens .main-nav-child.visible {
    display: block;
    margin-top: 10px;
  }
  .mobile-socials.visible {
    position: fixed;
    display: block;
    z-index: 999;
    bottom: 0;
    left: 65%;
    right: 0;
    top: 60%;
    width: 80px;
    height: 30px;
  }
  .mobile-socials .icon-facebook:before,
  .mobile-socials .icon-twitter:before {
    color: #0c1c33;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-socials.visible {
    left: 55%;
    top: 70%;
  }
}
@media screen and (max-width: 350px) {
  .mobile-socials.visible {
    top: 75%;
  }
}
.pagination {
  margin-top: 24px;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination--left {
  justify-content: flex-start;
}
.pagination--right {
  justify-content: flex-end;
}
.pagination li {
  margin: 0 2px;
  border-radius: 5px;
}
.pagination .disabled span {
  color: rgba(0, 0, 0, 0.26);
}
.pagination .active {
  background: #9fdbea;
}
.pagination .active span {
  color: #FFF;
}
.pagination li a,
.pagination li span {
  display: block;
  line-height: 34px;
  min-width: 34px;
  text-align: center;
  color: #9fdbea;
}
.pagination li a:hover {
  background: #9fdbea;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
[id^="popup-"] {
  display: none;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.popup-visible .popup {
  display: flex;
}
.popup__inner {
  width: 100%;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 30px;
}
.popup__container {
  align-self: center;
  background: #FFF;
  padding: 30px;
  width: 100%;
  position: relative;
  margin: auto;
}
.popup__container--max-width {
  max-width: 480px;
}
.popup__container--long-max-width {
  max-width: 720px;
}
.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 3;
}
.popup__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  border-top: 2px solid #333;
  transform: rotateZ(45deg);
}
.popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  border-top: 2px solid #333;
  transform: rotateZ(-45deg);
}
.popup__close:hover:before,
.popup__close:hover:after {
  border-top-color: #000;
}
@media screen and (max-width: 768px) {
  .is-ios body.popup-visible-fix,
  .android body.popup-visible-fix {
    padding-top: 0 !important;
  }
  .is-ios body.popup-visible-fix .page-wrapper,
  .android body.popup-visible-fix .page-wrapper {
    display: none;
  }
  html.is-ios,
  html.android,
  html.is-ios body,
  html.android body {
    height: 100%;
  }
  .is-ios .popup,
  .android .popup {
    position: relative !important;
    height: 100%;
  }
  .is-ios .popup__inner,
  .android .popup__inner {
    overflow: visible;
  }
  .popup__container {
    padding: 15px;
    padding-top: 15px;
    width: 100%;
    min-height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 0;
    max-width: 100% !important;
    align-self: flex-start;
    flex-direction: column;
  }
  .popup__content {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .popup__inner {
    align-items: flex-start;
    padding: 0;
    background: #FFF;
  }
}
.contacts__container {
  margin-top: 60px;
  width: 920px;
}
@media screen and (max-width: 992px) {
  .contacts__container {
    width: 100%;
    flex-direction: column;
  }
}
.contacts__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .contacts__top {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .contacts__top img {
    margin-bottom: 20px;
  }
}
.contacts__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .contacts__bottom {
    flex-direction: column;
  }
}
.contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .contact__info {
    width: 100%;
    margin-top: 20px;
  }
}
.contact__text {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .contact__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact__info img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contacts__form {
  width: 920px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .contacts__form {
    width: 100%;
  }
}
.contacts__form form {
  position: relative;
  width: 100%;
  padding: 40px 65px;
}
@media screen and (max-width: 992px) {
  .contacts__form form {
    padding: 35px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__form form {
    padding: 20px;
  }
}
.required {
  display: block;
  margin-bottom: 14px;
  text-align: right;
  font-size: 12px;
  color: #939393;
}
.contacts__form .form__inputs {
  position: relative;
}
.contacts__form .form__inputs {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contacts__form .form__inputs {
    width: 100%;
  }
}
.contacts__form .form__row--flex textarea {
  height: 176px;
  width: 100%;
}
.contacts__form .btn {
  margin-top: 30px;
}
.map {
  margin-top: 48px;
  height: 650px;
}
@media screen and (max-width: 992px) {
  .map {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .map {
    height: 350px;
  }
}
#map {
  height: 100%;
}
.contacts__form h3 {
  margin-bottom: 10px;
  text-align: center;
}
.main-slider {
  position: relative;
  height: 700px;
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .main-slider {
    height: 550px;
  }
}
.main-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .review-img {
  width: auto;
  height: auto;
}
.arrow-down {
  position: absolute;
  bottom: 30px;
  left: 48%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 78px;
  background: url('/images/Paw_button_for_next_one.svg') no-repeat center center;
  z-index: 99;
  -webkit-animation: moveArrow 2s linear infinite;
          animation: moveArrow 2s linear infinite;
  cursor: pointer;
}
.main-info {
  padding: 100px 0;
  background: url('/images/1920px_Paw_Line.svg') no-repeat center center;
}
@media screen and (max-width: 992px) {
  .main-info {
    background: linear-gradient(to bottom, #e9fafc, rgba(233, 250, 252, 0)), url('/images/mobile-bg.png') no-repeat center center;
    padding: 60px 0 0 0;
  }
}
.info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .info {
    justify-content: center;
  }
}
.info__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  margin-bottom: 40px;
  padding: 40px 50px 30px 50px;
}
@media screen and (max-width: 1100px) {
  .info__box {
    margin: 0 20px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .info__box {
    padding: 35px;
  }
}
.info__box:nth-child(even) .info__box-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.info__box h3 {
  margin-bottom: 20px;
  color: #0c1c33;
}
@media screen and (max-width: 768px) {
  .info__box h3 {
    font-size: 18px;
  }
}
.info__box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.info__text {
  font-weight: 600;
  color: #6b5440;
}
@media screen and (max-width: 768px) {
  .info__text {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
}
.info__text .small__text {
  display: block;
  margin-top: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .info__box:nth-child(even) .info__box-content .info__text {
    margin-top: 10px;
  }
}
.info__text .btn {
  width: 100%;
  margin-top: 15px;
}
.greeting {
  position: relative;
  padding-top: 40px;
  background: #e9fafc url('/images/Paw_Big_side_view.svg') no-repeat center right;
}
.colored-text {
  color: #6b5440;
}
.greeting .row {
  flex-flow: row;
}
.greeting .row > div {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .greeting .row > div {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .greeting__image {
    display: none;
  }
}
.greeting__image img {
  margin-top: -90px;
}
.greeting h2 {
  margin-bottom: 30px;
  color: #0c1c33;
}
.greeting p {
  font-weight: 600;
  color: #6b5440;
}
@media screen and (max-width: 992px) {
  .greeting p {
    font-weight: normal;
  }
}
.greeting .btn {
  margin-top: 30px;
}
.testimonials {
  padding: 80px 0;
  background: url('/images/1920px_Paw_Line.svg') no-repeat center center;
}
@media screen and (max-width: 992px) {
  .testimonials {
    padding-bottom: 0;
  }
}
.testimonials h1 {
  text-align: center;
}
.header-image {
  height: 700px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .header-image {
    height: 100vh;
  }
}
.header-image img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header-image img {
    height: 100%;
  }
}
.inner {
  padding: 70px 0 100px 0;
  background: url(/images/1920px_Paw_Line.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 40px 0;
  }
}
.card {
  border-radius: 10px;
  box-shadow: 0 2px 30px 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .card {
    border-radius: 5.7px;
  }
}
.card--inner {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .card--inner {
    flex-direction: column;
  }
}
.card--inner__text {
  width: 50%;
  padding: 50px 65px;
}
@media screen and (max-width: 1100px) {
  .card--inner__text {
    width: 65%;
  }
}
@media screen and (max-width: 992px) {
  .card--inner__text {
    width: 100%;
    padding: 48px 36px;
  }
}
.card--inner__image {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .card--inner__image {
    width: 100%;
  }
}
.card--inner p {
  margin-bottom: 24px;
}
.card--inner p:last-child {
  margin-bottom: 0;
}
.card--inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 992px) {
  .card--inner img {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.card--inner-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .card--inner-right {
    flex-direction: column-reverse;
  }
}
.card--inner-right img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card--inner-right p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .card--inner-right p {
    font-size: 14px;
  }
}
.subheading {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #6b5440;
}
.upper {
  text-transform: uppercase;
}
.row.justify-center h1 {
  display: flex;
  justify-content: center;
  text-align: center;
}
.services-links {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .services-links {
    flex-wrap: wrap;
  }
}
.services-links .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .services-links .btn {
    display: flex;
    margin-top: 20px;
  }
}
.card--link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin: 0 15px 40px 15px;
  padding: 35px 40px 56px;
  color: #0c1c33;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .card--link {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .card--link {
    width: 100%;
  }
}
.card--link:hover {
  box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, 0.05);
}
.card h3 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card h3 {
    font-size: 16px;
  }
}
.services-links h3 {
  margin-bottom: 50px;
}
.call-section {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .call-section {
    margin-top: 30px;
  }
}
.card--call-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px 25px 80px;
}
@media screen and (max-width: 768px) {
  .card--call-box {
    flex-direction: column;
    padding: 25px;
  }
}
.call-box__info {
  width: 430px;
  font-size: 16px;
  font-weight: 600;
  color: #6b5440;
}
@media screen and (max-width: 768px) {
  .call-box__info {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
  }
}
.call-box__info a {
  color: #0c1c33;
}
.call-box__info strong {
  font-size: 18px;
  color: #0c1c33;
}
.vaccinations {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 1120px) {
  .vaccinations {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .vaccinations {
    margin-top: 60px;
  }
}
.vaccinations h3 {
  text-align: center;
  margin-bottom: 40px;
}
.card__vaccination {
  width: 540px;
  padding: 60px;
  margin: 0 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  .card__vaccination {
    width: 100%;
    padding: 24px;
  }
}
.vaccinations ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #000000;
}
@media screen and (max-width: 540px) {
  .vaccinations ul li {
    flex-direction: column;
    font-size: 14px;
  }
}
.vaccinations ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 21px;
  height: 21px;
  background: url('/images/black-paw.svg');
}
.vaccinations ul li .text {
  width: 280px;
}
@media screen and (max-width: 540px) {
  .vaccinations ul li .text {
    width: 100%;
  }
}
.vaccinations ul li .price {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .vaccinations ul li .price {
    text-align: right;
    font-size: 16px;
  }
}
.table {
  justify-content: space-evenly;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .table {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .table {
    flex-direction: column;
    align-items: center;
  }
}
.table__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .table__right {
    align-items: center;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .table__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .table__left {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .table__left {
    width: 100%;
  }
}
.table .table__wrapper {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .table .table__wrapper {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
.table .table__left .table__wrapper {
  margin-left: 115px;
}
@media screen and (max-width: 768px) {
  .table .table__left .table__wrapper {
    margin-left: 0;
  }
}
.table__header {
  position: relative;
  width: 300px;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .table__header {
    font-size: 16px;
    width: 100%;
  }
}
.table__content {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .table__content {
    box-shadow: 0 2px 30px 5px rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.table__aside {
  position: absolute;
  left: -145px;
  width: 150px;
  padding: 49px 25px 35px 30px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .table__aside {
    position: static;
    font-weight: bold;
    box-shadow: none;
    width: 50%;
  }
}
@media screen and (max-width: 321px) {
  .table__aside {
    width: 48%;
  }
}
.table__center {
  position: relative;
  top: -5px;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 35px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .table__center {
    box-shadow: none;
    width: 50%;
  }
}
@media screen and (max-width: 321px) {
  .table__center {
    width: 52%;
  }
}
.table__row {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .table__row {
    font-size: 14px;
  }
}
.table__row:last-child {
  margin-bottom: 0;
}
.table__column {
  width: 50%;
  margin: 0 12.5px;
}
@media screen and (max-width: 768px) {
  .table__column {
    width: 100%;
  }
}
.table__column:first-child {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table__column:first-child {
    text-align: center;
  }
}
.table__column:last-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table__column:last-child {
    text-align: center;
  }
}
.table__center .table__row:first-child .table__column {
  font-weight: bold;
}
.table__header .clarification {
  margin-top: 7px;
  font-size: 16px;
  font-weight: normal;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .table__header .clarification {
    font-size: 14px;
  }
}
.last-table {
  display: flex;
  justify-content: space-between;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .last-table {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
h3.last {
  width: 400px;
}
@media screen and (max-width: 768px) {
  h3.last {
    width: 100%;
  }
}
.last-table .table__header,
.last-table .table__wrapper {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .last-table .table__header,
  .last-table .table__wrapper {
    width: 100%;
    text-align: center;
  }
}
.last-table .table__header {
  padding: 26px 30px;
}
.last-table .table__column:last-child {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .last-table .table__center {
    width: 100%;
    text-align: center;
  }
}
.table .heading-container {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table .heading-container {
    margin-bottom: 30px;
  }
}
.accordeon-container {
  width: 635px;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .accordeon-container {
    width: 100%;
  }
}
.accordeon {
  position: relative;
  margin-bottom: 10px;
}
.accordeon::after {
  content: '\e901';
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 24px;
  font-family: 'icomoon';
  color: #9fdbea;
}
.accordeon.accordeon--expanded::after {
  content: '\e902';
  color: #e9fafc;
}
.accordeon__title {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 55px 20px 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordeon__title {
    font-size: 14px;
  }
}
.accordeon__content {
  display: none;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 1.5;
}
.accordeon.accordeon--expanded .accordeon__content {
  display: block;
}

