/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Segoe UI", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
@font-face {
  font-family: 'Medium';
  src: url('../../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
  url('../../fonts/HelveticaNeueCyr-Medium.ttf')  format('truetype'),
  url('../../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bold';
  src: url('../../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
  url('../../fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype'),
  url('../../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Regural';
  src: url('../../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/HelveticaNeue.woff') format('woff'),
  url('../../fonts/HelveticaNeue.ttf')  format('truetype'),
  url('../../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BravoRG';
  src: url('../../fonts/BravoRG.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/BravoRG.woff') format('woff'),
  url('../../fonts/BravoRG.ttf')  format('truetype'),
  url('../../fonts/BravoRG.svg#BravoRG') format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {

  /* XD colors */

  /* Tailwind extend colors */
  /* --dark: theme("colors.dark"); */
  /* --bright: theme("colors.bright"); */
  /* --gray-light: theme("colors.gray-light"); */
  /* --gray-hover: theme("colors.gray-hover"); */
}
html{
  scroll-behavior: smooth;
}
body {
  font: 400 14px/1em "Medium";
  color: #666;
  min-width: 320px;
  width: 100%;
  height: 100%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
a{
  transition: all 250ms ease-in-out;

}
.tiun_breadcrumbs a:hover{
      color: #73ac38;
    }
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.abs-center{
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.abs-x-center{
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.abs-y-center{
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.bg{
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image прописывать так: bg-[url('../img/icon.svg')] */
}
.t-mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  /* Использовать в сочетании с: mask-image: url(../img/icon.svg); */
}
.mb-10{
  display: inline-block;
  margin-bottom: 10px;
}
/* Стили для отладки
================================================= */
.animated,
.animated:before,
.animated:after,
.sidebar {
  transition: all 250ms ease-in-out;
}
@media (max-width: 1200px){
[id*=menu-primary]{ display: none
} }
.mobile-site-menu [id*=menu-primary]{
    display: block;
  }
.sub-menu{
  display: none;
  position: absolute;
  top: 35px;
  padding: 20px;
  background: rgb(255, 255, 255, 0.95);
  z-index: 999999;
  margin-left: -20px;
}
footer .sub-menu,
  .aside .sub-menu{
    display: block;
    position: static;
    padding: 0;
    margin-left: 0;
  }
.aside .sub-menu{
    background: transparent;
    padding: 12px 0 0 1rem;
  }
.mobile-site-menu .sub-menu{
    position: static;
    padding: 10px 20px 30px;
    margin-left: 0;
  }
.mobile-site-menu .sub-menu a{
      font-size: 16px;
    }
.header__fixed li.menu-item:hover .sub-menu {
  display: block;
}
.header__fixed ul.sub-menu li{
    width: 100%;
    display: block;
    float: left;
  }
ul.sub-menu li + li {
  margin-top: 10px;
}
ul.sub-menu li a {
  color: #323232;
  text-decoration: none;
  font: 14px/1.4 "Medium";
}
.header__fixed ul.sub-menu li a{
    white-space: nowrap;
  }
ul.sub-menu li a:hover {
  color: #73ac38;
}
@media (max-width: 576px){
[id*=menu-footer_menu] > li{ width: 100%
  } }
[id*=menu-footer_menu] > li > a{
      display: block;
      font: 14px / 1.4 "Bold";
      text-transform: uppercase;
      color: #73AC38;
      margin-bottom: 30px;
    }
@media (max-width: 576px){
[id*=menu-footer_menu] > li > a{text-align: center; margin-bottom: 10px
    } }
.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.up {
  display: block;
  float: left;
  width: 61px;
  height: 61px;
  position: fixed;
  bottom: -120px;
  left: 20px;
  background: url("../../img/svg/up.svg") no-repeat;
  z-index: 9999999;
  transition: all 250ms ease-in-out;
}
.up:hover {
    background: url("../../img/svg/up_hover.svg") no-repeat;
  }
.up.show {
    bottom: 20px;
  }
.ajax-progress.ajax-progress-fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.898);
  z-index: 10;
}
.ajax-progress.ajax-progress-fullscreen:before,
  .ajax-progress.ajax-progress-fullscreen:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    content: "";
    display: inline-block;
    background-color: #3B698A;
    width: 10px;
    height: 10px;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  }
.ajax-progress.ajax-progress-fullscreen:after {
    animation-delay: -0.9s;
  }
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.header__fixed{
  display: block;
  width: 100%;
  background: #fff;
  float: left;
  padding: 20px 0;
  top: -250%;
}
.header__fixed > div{
    display: flex;
    justify-content: space-between;
  }
.home .header__fixed,
  .header__fixed.show {
    position: fixed;
    top: 0;
    z-index: 101;
  }
.home .header__fixed{
    background: transparent;
  }
.header__fixed.show{
    border-bottom: 2px solid #e5e5e5;
  }
.header__fixed .logo {
    flex-shrink: 0;
    width: 240px;
    position: relative;
    top: -3px;
  }
@media (max-width: 440px){
.header__fixed .logo { width: 190px
  } }
.header__fixed .wrapper:after {
      content: "";
      background: url("../../img/svg/dot_gray.svg") no-repeat;
      display: block;
      float: left;
      width: 185px;
      height: 125px;
      position: absolute;
      left: -200px;
      top: -74px;
      z-index: 1;
    }
.not-front .header__fixed .wrapper{
      display: flex;
      align-items: center;
    }
@media (max-width: 440px){
.header__fixed .btn-pink{ display: none
  } }
.home .buter{
      position: relative;
      top: -5px;
    }
@media (max-width: 1200px){
.buter {
      display: block;
      flex-shrink: 0;
      background:url('../../img/svg/buter.svg') no-repeat center;
      width: 36px;
      height: 36px;
      background-size: 36px;
      cursor: pointer;
      margin-right: 20px
  }
      .buter:hover {
        background:url('../../img/svg/buter_hover.svg') no-repeat center;
        background-size: 36px;
      }
    }
.mobile-site-menu {
  padding: 0;
  height: 100%;
  width: 100%;
  left: -150%;
  top: 0;
  position: fixed;
  z-index: 99999999;
}
.mobile-site-menu.show {
    left: 0;
  }
.mobile-site-menu .logo img{
    width: 220px;
    margin: auto;
  }
.mobile-site-menu [id*=menu-primary]{
    font-size: 16px;
    color: #000;
  }
.mobile-site-menu [id*=menu-primary] > li {
      display: block;
      padding: 0;
      margin-left: 0 !important;
      border-top: solid 2px #E6E6E6;
    }
.mobile-site-menu [id*=menu-primary] > li > a {
        display: block;
        text-transform: uppercase;
        padding: 21px 20px 15px 20px;
      }
.mobile-site-menu [id*=menu-primary] > li > a:hover {
          color: #73ac38;
        }
.mobile-site-menu [id*=menu-primary] > li ul a{
        display: block;
        padding: 5px 0 0 12px;
      }
.mobile-site-menu .background-close,
.mobile-site-menu .menu-close-btn,
.mobile-site-menu__container {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mobile-site-menu .background-close {
  background: rgba(204, 204, 204, 0.6);
  cursor: pointer;
  left: 0;
  z-index: 2;
}
.mobile-site-menu .menu-close-btn {
  color: #fff;
  cursor: pointer;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  background: url("../../img/svg/close_green.svg") no-repeat center;
}
.mobile-site-menu .menu-close-btn:before {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}
.mobile-site-menu .menu-close-btn:hover {
  background: url("../../img/svg/close_pink.svg") no-repeat center;
}
.mobile-site-menu__container {
  background: #fff;
  overflow: hidden;
  width: 320px;
  left: 0;
  z-index: 3;
}
.mobile-site-menu__inner {
  overflow-y: scroll;
  top: 0;
  left: 0;
  height: 100%;
  width: 340px;
  position: absolute;
  z-index: 1;
}
.mobile-site-menu__inner-container {
  max-width: 320px;
  width: 100%;
  display: block;
  float: left;
  margin-top: 50px;
}
.header__phone {
  margin: 30px 0 0;
}
.header__phone a{
    display: block;
    font-size: 18px;
    font-family: "Bold";
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin: 10px 0 0;
  }
.header__phone a:hover{
      color: #73ac38;
    }
.mobile-site-menu [class*=lang_sel]{
    font: 14px/1.2 "Bold";
    margin: 20px 0 10px;
  }
@media (max-width: 540px){
.mobile-site-menu [class*=lang_sel]{
      display: block
  } }
.mobile-site-menu [class*=lang_sel] > div{
      width: auto;
    }
.mobile-site-menu [class*=lang_sel] ul > li{
        display: flex;
        justify-content: center;
        gap: 0.7rem;
      }
.mobile-site-menu [class*=lang_sel] ul > li > a{
          padding: 0;
        }
.mobile-site-menu [class*=lang_sel] ul ul {
        visibility: visible;
        position: static;
        display: flex;
        gap: 0.7rem;
      }
.show-sub-menu {
  background: #73ac38;
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  border-radius: 50%;
}
.show-sub-menu:hover {
    background: #f6917d;
  }
.show-sub-menu:after {
    content: "";
    display: block;
    width: 30px;
    height: 32px;
    background: url("../../img/svg/arrow_down_hover.svg") no-repeat center;
    background-size: 18px;
  }
.show-sub-menu.active:after {
    content: "";
    display: block;
    width: 30px;
    height: 29px;
    background: url("../../img/svg/arrow_top_hover.svg") no-repeat center;
    background-size: 18px;
  }
.show-sub-menu:before {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    width: 30px;
    height: 30px;
  }
.show-sub-menu.active:before {
    line-height: 28px;
  }
.header__fixed .menu > li > a,
[class*=lang_sel]{
  text-transform: uppercase;
  font: 12px / 1.2 "Bold";
  text-decoration: none;
}
.menu > li{
    display: inline-block;
    padding: 12px 0;
    position: relative;
  }
footer .menu > li{
      padding: 0;
    }
@media (max-width: 576px){
footer .menu > li{text-align: center
    }}
.aside .menu > li{
      display: block;
    }
.header__fixed .menu > .menu-item+.menu-item {
    margin-left: 10px;
  }
.home .header__fixed .menu{
    color: white;
  }
.not-front .header__fixed .menu a{
      color: #231f20;
    }
.not-front .header__fixed .menu a:hover{
        color: #73ac38;
      }
[class*=lang_sel]{
  margin-right: 1rem;
}
@media (max-width: 540px){
[class*=lang_sel]{ display: none
} }
[class*=lang_sel] > div{
    width: 38px;
  }
[class*=lang_sel] li.wpml-ls-current-language:hover > a{
      color: #FF927B;
      background: white;
    }
[class*=lang_sel] li ul li:last-child a{
      padding-bottom: 11px;
    }
[class*=lang_sel] a{
      text-transform: uppercase;
      padding: 6px 10px;
      border: none;
    }
[class*=lang_sel] a:hover{
        color: #FF927B;
        background: white;
      }
[class*=lang_sel] a.wpml-ls-item-toggle{
      color: #FF927B;
      background-color: transparent;
      padding-top: 11px;
      border: none;
    }
[class*=lang_sel] a.wpml-ls-item-toggle:hover{
        color: #FF927B;
        background: white;
      }
[class*=lang_sel] a.wpml-ls-item-toggle:after{
        display: none;
      }
[class*=lang_sel] ul.wpml-ls-sub-menu{
      border-top: none;
    }
.modal{
  display: none;
}
.modal-open.modal{
  position: fixed;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.modal-dialog{
  position: fixed;
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 100%;
  width: 91.666667%;
  overflow: auto;
}
@media (min-width: 1024px){

  .modal-dialog{
    max-width: 640px;
  }
}
.modal-dialog {
    /* @apply left-1/2 top-1/2 max-h-full w-full -translate-x-1/2 -translate-y-1/2 sm:w-3/4; */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    animation-name: animateTop;
    animation-duration: 0.3s; /* IE and Edge */ /* Firefox */
  }
.modal-dialog::-webkit-scrollbar {
      display: none;
    }
.modal-dialog{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@keyframes animateTop {
  from {
    margin-top: -30px;
    /* opacity: 0; */
  }
  to {
    margin-top: 0;
    /* opacity: 1; */
  }
}
.modal-content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 60px 40px;

  position: relative;
}
.modal-content:before,.modal-content:after{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
  }
.modal-content:before{
    border-top: 5px solid #73AC38;
    border-left: 5px solid #73AC38;
    top: 0;
    left: 0;
  }
.modal-content:after{
    bottom: 0;
    right: 0;
    border-right: 5px solid #73AC38;
    border-bottom: 5px solid #73AC38;
  }
@media (max-width: 767px){
.modal-inline .modal-content{ padding: 30px 0 3rem
  } }
.modal-header {
    margin-bottom: 2rem;
  }
.modal-header h3{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.close{
  display: block;
  border-radius: 9999px;
  font-size: 18px;
  width: 20px;
  height: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
}
.close span{
        display: inline-block;
        color: #73AC38;
        width: 20px;
        height: 20px;
        font-size: 26px;
        font-weight: bold;
        position: absolute; top: 10px; left: 50%;
        transform: translate(-50%, -50%);
        transition: all 250ms ease-in-out;
      }
.close span:hover{
          color: #f6917d;
        }
.modal-title,
    .modal-inline-subtitle{
      text-align: center;
    }
.modal-title{
      font: 24px/1.5 "Bold";
      text-transform: uppercase;
    }
@media (max-width: 767px){
.modal-title{ padding: 0 3.7rem
    } }
@media (max-width: 767px){
.modal-inline .modal-title{ padding: 0
      } }
.modal-inline-subtitle{
      font-size: 16px;
      margin: 20px auto 2.5rem;
    }
form .submit_wrap{
      text-align: center;
      margin: 0 auto;
    }
.modal_row:nth-child(2){
        display: flex;
        justify-content: space-between;
        align-content: center;
      }
@media (max-width: 540px){
.modal_row:nth-child(2){flex-flow: row wrap
      } }
.modal_row:nth-child(2) .animated-label{
          width: 46%;
        }
@media (max-width: 540px){
.modal_row:nth-child(2) .animated-label{ width: 100%
        }
.modal_row:nth-child(2) .animated-label:first-child{ margin-bottom: 15px
          } }
[id*=modal-callback] .modal_row:nth-child(2) .animated-label{
            width: 100%;
          }
.inter-txt{
        position: relative;
        top: 14px;
      }
@media (max-width: 540px){
.inter-txt{ top: -8px
      } }
.main_slider {
  display: block;
  width: 100%;
  height: 100%;
}
.main_slider .in {
  position: fixed;
  bottom: 60px;
  width: 100%;
  display: block;
  float: left;
  z-index: 100;
  left: 0;
}
.slider {
  display: block;
  width: 100%;
}
@media (max-width: 600px){
.slider { padding-right: 1.6rem
} }
.slider .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.slider .item .title {
  font: 60px/1 "BravoRG";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 598px){
.slider .item .title { font-size: 47px
} }
.slider .item .list {
  display: block;
  float: left;
  width: 100%;
}
.slider .item .list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 35px;
}
@media (max-width: 440px){
.slider .item .list li:last-child{
      margin-bottom: 0
  } }
.slider .item .list li a {
  background: #ff927b;
  font: 16px/1 "Medium";
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
}
.slider .item .list li a:hover {
  background: #73ac38;
}
.slider .item .cover {
  display: none;
}
.slider .slider__dots {
  padding: 0;
  padding: 0 30px;
}
.slider .slider__dots li {
  display: inline-block;
  width: 33%;
  height: 2px;
  padding: 0;
  cursor: pointer;
  background-color: #ffffff;
  background-size: 100% 100%;
  background-image: linear-gradient(
          to right,
          rgb(255, 146, 123) 100%,
          transparent 100%
  );
  background-repeat: no-repeat;
  position: relative;
  z-index: 9999;
}
.slider.s1 .slider__dots li {
  width: 100%;
}
.slider.s2 .slider__dots li {
  width: 50%;
}
.slider.s3 .slider__dots li {
  width: 33.3333%;
}
.slider.s4 .slider__dots li {
  width: 25%;
}
.slider.s5 .slider__dots li {
  width: 20%;
}
.slider.s6 .slider__dots li {
  width: 16.6666%;
}
.slider .slider__dots li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: -9px;
  margin-left: -10px;
  right: 0;
  position: absolute;
}
.slider .slider__dots li:first-child:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ff927b;
  border-radius: 50%;
  margin-top: -9px;
  margin-left: -10px;
  left: -10px;
  position: absolute;
  top: 0px;
}
.slider .slider__dots li.slick-active:before,
.slider .slider__dots li.past:before {
  background: #ff927b;
}
.slider .slider__dots li:last-child {
  margin-right: 0;
}
.slider .slider__dots li:hover,
.slider .slider__dots li.slick-active {
  background-color: #a08a7f;
}
.slider .slider__dots li button {
  display: none !important;
}
.slider .slider__dots li.slick-active ~ li {
  background-size: 0% 0%;
}
.slider .slider__dots li.slick-active {
  animation: right 5s ease-in-out forwards;
}
@keyframes right {
  0% {
    background-size: 0% 100%;
  }

  100% {
    background-size: 100% 100%;
  }
}
.btn{
  color: #231F20;
}
.home .btn{
    color: white;
  }
.btn{
  white-space: nowrap;
  font: 12px/1.2 "Medium";
  cursor: pointer;
  padding: 8px 12px;

  border-radius: 20px;
  transition: all 250ms ease-in-out;
}
.btn:hover{
    background: #ff927b;
    color: #fff;
  }
.modal .btn{
    width: 220px;
    color: #fff;
    background: #73AC38;
    font: 20px / 1.2 "Bold";
    padding: 11px 20px 13px 20px;
    margin: 10px auto 0;
    border-radius: 20px;
  }
.modal .btn:hover{
      background: #FF927B;
    }
.btn-pink{
  border: 2px solid #ff927b;
}
input[name="username"] {
  display: none;
}
[id=order-form-inline] input, [id=order-form-inline] textarea, [id=order-form] input, [id=order-form] textarea{
    border: solid 2px #ccc;
  }
[id=order-form-inline] input:focus, [id=order-form-inline] input:focus-visible, [id=order-form-inline] textarea:focus, [id=order-form-inline] textarea:focus-visible, [id=order-form] input:focus, [id=order-form] input:focus-visible, [id=order-form] textarea:focus, [id=order-form] textarea:focus-visible{
      outline: none;
      border: solid 2px #73AC38;
    }
[id=order-form-inline] input, [id=order-form] input{
  width: 100%;
    height: 40px;
    color: #73AC38;
    font: 16px / 40px "Medium";
    padding: 0 10px;
}
[id=order-form-inline] textarea, [id=order-form] textarea{
  margin-bottom: -6px;
  height: 120px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.animated-label{
  position: relative;
  margin-bottom: 1.65rem;
}
.animated-label label{
  pointer-events: none;
  position: absolute;
  left: 1.7rem;
  top: 18px;
  font-size: 16px;
    color: #73AC38;
    font: 16px "Medium";
    line-height: 0.3;
    transition: transform 0.2s;
}
@media (max-width: 540px){
.animated-label label { padding-right: 15px
  } }
.animated-label input[placeholder]:not(:-moz-placeholder-shown) + label, .animated-label textarea[placeholder]:not(:-moz-placeholder-shown) + label{
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
    transform: translateY(-44px);
}
.animated-label input:hover + label,
  .animated-label input:focus + label,
  .animated-label input[placeholder]:not(:placeholder-shown) + label,
  .animated-label textarea:hover + label,
  .animated-label textarea:focus + label,
  .animated-label textarea[placeholder]:not(:placeholder-shown) + label{
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
    transform: translateY(-44px);
}
[id=modal-order-prefooter] .animated-label input[placeholder]:not(:-moz-placeholder-shown) + label, [id=modal-order-prefooter] .animated-label textarea[placeholder]:not(:-moz-placeholder-shown) + label{
      color: #fff;
    }
[id=modal-order-prefooter] .animated-label input:hover + label,[id=modal-order-prefooter] .animated-label input:focus + label,[id=modal-order-prefooter] .animated-label input[placeholder]:not(:placeholder-shown) + label,[id=modal-order-prefooter] .animated-label textarea:hover + label,[id=modal-order-prefooter] .animated-label textarea:focus + label,[id=modal-order-prefooter] .animated-label textarea[placeholder]:not(:placeholder-shown) + label{
      color: #fff;
    }
@media (max-width: 580px){
.animated-label.textarea-label textarea[placeholder]:not(:-moz-placeholder-shown) + label { display: none
    }
.animated-label.textarea-label textarea:focus + label,
    .animated-label.textarea-label textarea[placeholder]:not(:placeholder-shown) + label { display: none
    } }
.home{
  overflow: hidden;
}
.video {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}
.vignette {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
video {
    max-width: initial !important;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.main_control {
  display: block;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 101;
}
.main_control .list {
    float: right;
  }
.main_control .item {
    display: block;
    float: left;
    clear: both;
    width: 50px;
    height: 50px;
    background: #73ac38;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
.main_control .item .btn, .main_control .item a{
      text-indent: -9999em;
    }
.main_control .item:hover {
    background: #ff927b;
  }
.main_control .item + .item {
    margin-top: 20px;
  }
.main_control .item .btn,
  .main_control .item a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    z-index: 3;
  }
.main_control .item.write .btn {
    background: url("../../img/svg/main_write.svg") no-repeat center;
  }
.main_control .item.contact a {
    background: url("../../img/svg/main_contact.svg") no-repeat center;
  }
.main_control .item.callback .btn {
    background: url("../../img/svg/main_phone.svg") no-repeat center;
    border-radius: 50%;
  }
.main_control .item.callback:hover span {
    background: url("../../img/svg/main_phone.svg") no-repeat center #ff927b;
  }
.main_control .item.callback:after,
  .main_control .item.callback:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    will-change: transform, opacity;
    background-color: #73ac38;
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  }
.main_control .item.callback:after {
    background-color: #73ac38;
    animation-name: f;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 1s;
    z-index: 2;
    opacity: 0.7;
    transform: scale(1.2);
  }
.main_control .item.callback:hover:after,
  .main_control .item.callback:hover:before {
    background-color: #ff927b;
  }
@keyframes f {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  45% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.6);
    opacity: 0;
  }
}

