/*
! tailwindcss v3.2.7 | 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

body {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body {
  font-family: 'GoogleSans', sans-serif !important;
  line-height: 1.35 !important;
  background: #1B1C1F !important;
}

.container {
  max-width: 1800px !important;
  margin: 0 auto;
}

h1 {
  font-family: 'Americana Std', sans-serif !important;
}

canvas {
  display: block;
}

*, ::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-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-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:  ;
}

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-\[68px\] {
  bottom: -68px;
}

.-right-\[40px\] {
  right: -40px;
}

.-top-\[65px\] {
  top: -65px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[112px\] {
  height: 112px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[34px\] {
  height: 34px;
}

.h-full {
  height: 100%;
}

.w-\[112px\] {
  width: 112px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[33px\] {
  width: 33px;
}

.w-full {
  width: 100%;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[8px\] {
  gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[60px\] {
  border-radius: 60px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pt-\[21px\] {
  padding-top: 21px;
}

.pt-\[8px\] {
  padding-top: 8px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(250 255 0 / var(--tw-text-opacity));
}

@font-face {
  font-family: 'Avenir Next Cyr';

  src: url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot');

  src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff2') format('woff2'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff') format('woff'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';

  src: url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.eot');

  src: local('Avenir Next Cyr Medium Italic'), local('AvenirNextCyr-MediumItalic'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.woff2') format('woff2'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.woff') format('woff'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';

  src: url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Italic.eot');

  src: local('Avenir Next Cyr Italic'), local('AvenirNextCyr-Italic'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Italic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Italic.woff2') format('woff2'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Italic.woff') format('woff'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Italic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';

  src: url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.eot');

  src: local('Avenir Next Cyr Bold Italic'), local('AvenirNextCyr-BoldItalic'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.woff2') format('woff2'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.woff') format('woff'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';

  src: url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot');

  src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff2') format('woff2'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff') format('woff'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';

  src: url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot');

  src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff2') format('woff2'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff') format('woff'),
  url('../resources/fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

.button{
  background: linear-gradient(148deg, #FFE786 0%, #F8DE17 100%);
  box-shadow: 0 4px 24px 0 rgba(11, 111, 62, 0.30);
  position: relative;
}

body{
  font-family: 'Avenir Next Cyr'!important;
}

svg{
  fill: #fff;
  transition: 0.3s ease;
}

a, button, input{
  transition: 0.3s ease;
  outline: none;
}

h1{
  font-family: 'Avenir Next Cyr'!important
}

h1 span{
  color: #F8DE17;
  background: linear-gradient(148deg, #FFE786 0%, #F8DE17 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-green{
  background: #4B773C;
}

.button:hover{
  background: linear-gradient(180deg, #17BB6C 0%, #08914E 100%);
  color: #fff;
  box-shadow: 0 4px 24px 0 #0B6F3E59;
}

.button:focus, .button:active{
  background: linear-gradient(180deg, #0F9253 0%, #086135 100%);
  box-shadow: 0 4px 24px 0 #0B6F3E59;
  color: #fff;
}

.wpforms-submit:hover{
  background: linear-gradient(180deg, #17BB6C 0%, #08914E 100%)!important;
  color: #fff!important;
  box-shadow: 0 4px 24px 0 #0B6F3E59!important;
}

.wpforms-submit:focus, .wpforms-submit:active{
  background: linear-gradient(180deg, #0F9253 0%, #086135 100%)!important;
  box-shadow: 0 4px 24px 0 #0B6F3E59!important;
  color: #fff!important;
}

.link-hover span{
  position: relative;
}

.link-hover:hover{
  color: #F8DE17;
}

.link-hover:hover svg{
  fill: #F8DE17;
}

.link-hover span:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #F8DE17;
  transition: 0.3s ease;
}

.link-hover:hover span:after{
  width: 100%;
}

.link-block{
  border: 1px solid transparent;
}

.link-block:hover{
  border: 1px solid #F8DE17;
}

.link-block p{
  transition: 0.3s ease;
}

.link-block:hover p{
  color: #F8DE17;
}

.link-block img{
  transition: 0.3s ease;
}

.link-block:hover img{
  transform: scale(1.1);
}

.animation-sun{
  transition: 1s ease;
}

.animation-sun:hover{
  transform: rotate(180deg);
}

.link-block svg{
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.link-block:hover svg{
  opacity: 1;
  visibility: visible;
}

.modal-bg{
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

#callback-form{
  background: #fff;
  border-radius: 20px;
}

.modal-bg.active{
  opacity: 1;
  visibility: visible;
  transition: .3s ease;
}

.modal{
  position: fixed;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  height: auto;
  width: 100%;
  max-width: 900px;
}

.wrapp-modal{
  position: relative;
  width: 100%;
  display: none;
}

#callback-form.active{
  display: block;
}

.modal-close{
  cursor: pointer;
}

.modal-close svg{
  stroke: #6E7494;
}

.modal-close:hover svg{
  transform: rotate(360deg);
}

#callback-form.acitive{
  display: block
}

.modal.active{
  opacity: 1;
  visibility: visible;
}

form{
  color: #4B4B4B;
}

.wpforms-field-checkbox{
  margin-bottom: 28px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field{
  padding: 0!important;
  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label{
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 145%!important;
  margin-bottom: 8px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label{
  display: none!important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{
  border-radius: 100px!important;
  border: 1px solid var(--inpyt-20, rgba(81, 92, 101, 0.20))!important;
  padding: 14px 22px!important;
  color: rgba(100, 100, 100, 0.50)!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 145%!important;
  height: 51px!important;
}

body .iti--allow-dropdown .iti__flag-container, body .iti--separate-dial-code .iti__flag-container, div.wpforms-container .wpforms-form .iti--allow-dropdown .iti__flag-container, div.wpforms-container .wpforms-form .iti--separate-dial-code .iti__flag-container, div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__flag-container, div.wpforms-container-full .wpforms-form .iti--separate-dial-code .iti__flag-container, #wpforms-conversational-form-page .iti--allow-dropdown .iti__flag-container, #wpforms-conversational-form-page .iti--separate-dial-code .iti__flag-container{
  display: none!important;
}

body .wpforms-field-phone .iti--allow-dropdown input{
  padding-left: 0;
}

.wpforms-field-text{
  margin-top: 10px!important;
}

.wpforms-submit{
  border-radius: 60px!important;
  background: var(--unnamed, linear-gradient(148deg, #FFE786 0%, #F8DE17 100%))!important;
  box-shadow: 0px 4px 24px 0px rgba(234, 217, 62, 0.30)!important;
  color: var(--unnamed, #000)!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 28px!important;
  border: none!important;
  outline: none!important;
  height: 60px!important;
  width: 100%!important;
  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container{
  padding-top: 0px!important;
  margin-top: 24px!important;
}

div.wpforms-container-full{
  margin-bottom: 0!important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error{
  position: absolute;
  top: 3px;
  right: 0;
}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio]{
  position: absolute!important;
  z-index: -1!important;
  opacity: 0!important;
  margin: 0!important;
}

.wpforms-form input[type=checkbox]+label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpforms-form input[type=checkbox]+label:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(81, 92, 101, 0.2);
  border-radius: 4px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.wpforms-form input[type=checkbox]+label:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: 0.3s ease;
  position: absolute;
  left: 2.5px;
  top: 2.5px;
  opacity: 0;
  visibility: hidden;
  background: #4B773C;
}

.wpforms-form input[type=checkbox]+label:hover:before{
  border-color: #4B773C;
}

.wrapp-form_form div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
  display: flex!important;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.wrapp-form_form div.wpforms-container-full .wpforms-form ul li{
  margin-bottom: 16px!important;
}

.wpforms-form input[type=checkbox]:checked+label:before {
  border-color: #4B773C;
  background-image: url("/wp-content/uploads/2023/07/fi_check.svg");
}

.wpforms-form input[type=checkbox]:checked+label:after {
  opacity: 1;
  visibility: visible;
}

.wpforms-field-limit-text{
  display: none;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
  background: unset!important;
  border: unset!important;
  font-weight: bold!important;
  font-size: 32px!important;
  line-height: 38px!important;
  padding: 0!important;
  margin: 0!important;
}

.button:after{
  content: '';
  position: absolute;
  right: 15px;
  top: 8px;
  background-image: url("/wp-content/uploads/2023/07/Ячмінь-1.png");
  width: 30px;
  height: 60px
}

.wpforms-submit:after{
  content: '';
  position: absolute;
  right: 10px;
  top: 7px;
  background-image: url(/wp-content/uploads/2023/07/Ячмінь-1.png);
  width: 25px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-logo{
  display: block;
  width: 126px;
  height: 126px;
}

.main_video:before{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
}

@media (max-width: 1300px){
  .container{
    padding: 0 20px;
  }
}

@media (max-width: 992px){
  .modal{
    max-width: 95%;
  }
}

@media (max-width: 767px){
  .custom-logo{
    width: 80px;
    height: 80px;
  }

  .button:after{
    width: 18px;
    height: 40px;
    right: 5px;
    background-size: contain;
    transform: rotate(5.211deg);
  }

  .modal-close{
    background: #000;
  }

  .modal-close svg{
    stroke: #F8DE17;
  }

  .wpforms-field-checkbox{
    margin-bottom: 12px!important;
  }

  div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{
    height: 47px!important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    margin-top: 14px!important
  }

  .wrapp-form_form div.wpforms-container-full .wpforms-form ul li{
    margin-bottom: 10px!important;
  }

  .wpforms-submit{
    font-size: 16px!important;
    height: 56px!important;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-\[125px\] {
    bottom: -125px;
  }

  .md\:-right-\[75px\] {
    right: -75px;
  }

  .md\:right-\[15px\] {
    right: 15px;
  }

  .md\:top-\[15px\] {
    top: 15px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[215px\] {
    height: 215px;
  }

  .md\:h-\[33px\] {
    height: 33px;
  }

  .md\:h-\[75px\] {
    height: 75px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[215px\] {
    width: 215px;
  }

  .md\:w-\[33px\] {
    width: 33px;
  }

  .md\:w-\[73px\] {
    width: 73px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[16px\] {
    gap: 16px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .md\:rounded-l-\[20px\] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:pb-\[11px\] {
    padding-bottom: 11px;
  }

  .md\:pl-\[20px\] {
    padding-left: 20px;
  }

  .md\:pr-\[20px\] {
    padding-right: 20px;
  }

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

  .md\:pt-\[16px\] {
    padding-top: 16px;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-\[22px\] {
    line-height: 22px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[38px\] {
    line-height: 38px;
  }

  .md\:leading-\[64px\] {
    line-height: 64px;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  .lg\:-mt-\[20px\] {
    margin-top: -20px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:leading-\[84px\] {
    line-height: 84px;
  }
}

@media (min-width: 1200px) {
  .xl\:block {
    display: block;
  }

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:gap-\[80px\] {
    gap: 80px;
  }
}
