@charset "UTF-8";
/*
! tailwindcss v3.3.0 | 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: 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 */
  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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
:root {
    --color-accent: 244, 162, 11;
    --color-blue: 85, 180, 219;
    --color-secondary: 255, 186, 8;
  }
html{
  font-family: Mont;
}
body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
*, ::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: 768px){
  .container{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.btn-primary {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .btn-primary{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px){
  .btn-primary{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 0.3s all;
  }
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[155px\]{
  height: 155px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[84px\]{
  height: 84px;
}
.h-full{
  height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-\[135px\]{
  width: 135px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-full{
  width: 100%;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.transform{
  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));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.self-stretch{
  align-self: stretch;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[rgb\(var\(--color-blue\)\)\]{
  border-color: rgb(var(--color-blue));
}
.border-\[rgb\(var\(--color-secondary\)\)\]{
  border-color: rgb(var(--color-secondary));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\'\/img\/bg-tour-search\.jpg\'\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url('/img/bg-tour-search.jpg');
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-about-company\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-about-company.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-about-us\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-about-us.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-bus-tours\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-bus-tours.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-contacts\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-contacts.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-countries\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-countries.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-last-tours\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-last-tours.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-news\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-news.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-privacy-policy\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-privacy-policy.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-promo\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-promo.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-requisites\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-requisites.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-tourist-info\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-tourist-info.jpg);
}
.bg-\[linear-gradient\(to_right_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\)\2c url\(\/img\/bg-tours-credit\.jpg\)\]{
  background-image: linear-gradient(to right bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/img/bg-tours-credit.jpg);
}
.bg-\[url\(\'\/img\/bg-404\.jpg\'\)\]{
  background-image: url('/img/bg-404.jpg');
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[0_-67px\]{
  -o-object-position: 0 -67px;
     object-position: 0 -67px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-center{
  text-align: center;
}
.font-SFProDisplay{
  font-family: SFProDisplay;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.text-\[\#F00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[rgb\(var\(--color-blue\)\)\]{
  color: rgb(var(--color-blue));
}
.text-\[rgb\(var\(--color-secondary\)\)\]{
  color: rgb(var(--color-secondary));
}
.text-color-accent{
  --tw-text-opacity: 1;
  color: rgba(var(--color-accent), var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
@font-face {
  font-family: "Mont";
  src: local("Mont"), local("Mont"), url("../fonts/Mont-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  font-weight: 300;
  src: url("../fonts/Mont-Light.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  font-weight: 400;
  src: url("../fonts/Mont-Regular.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  font-weight: 700;
  src: url("../fonts/Mont-Bold.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  font-weight: 800;
  src: url("../fonts/Mont-Black.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 300;
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 400;
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 600;
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  font-weight: 300;
  src: url("../fonts/Calibri-Light.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
}
.hero-heading{
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.instructions .sub-title{
  margin-bottom: 1.25rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.instructions .sub-title + p{
  margin-bottom: 0.75rem;
}
.instructions .code{
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.instructions .code.pre{
  white-space: pre-wrap;
}
.instructions .code em{
  opacity: 0.75;
}

.social{
  display: block;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.social a{
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.social a:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

pre[class*=language-] {
  color: #f8fafc;
  max-width: 42rem;
}

.token.class-name,
.token.function,
.token.selector,
.token.selector .class,
.token.selector.class,
.token.module,
.token.tag {
  color: #f472b6;
}

.token.attr-name,
.token.important,
.token.keyword,
.token.pseudo-class,
.token.rule {
  color: #cbd5e1;
}

.token.attr-value,
.token.class,
.token.property,
.token.string {
  color: #7dd3fc;
}

.token.attr-equals,
.token.punctuation {
  color: #64748b;
}

.token.combinator,
.token.comment,
.token.operator {
  color: #94a3b8;
}

.language-css .token.function,
.token.unit {
  color: #99f6e4;
}

code[class*=language-],
pre[class*=language-] {
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  background: rgba(29, 59, 83, 0.99);
  text-shadow: none;
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  background: rgba(29, 59, 83, 0.99);
  text-shadow: none;
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  background: rgba(29, 59, 83, 0.99);
  text-shadow: none;
}

.token.cdata,
.token.comment,
.token.prolog {
  color: #94a3b8;
  font-style: italic;
}

.token.punctuation {
  color: #c792ea;
}

.token.deleted {
  color: rgba(239, 83, 80, 0.56);
  font-style: italic;
}

.token.keyword,
.token.operator,
.token.tag {
  color: #f472b6;
}

.token.boolean {
  color: #ff5874;
}

.token.number {
  color: #f78c6c;
}

.token.builtin,
.token.char,
.token.constant,
.token.function {
  color: #f472b6;
}

.token.doctype,
.token.selector {
  color: #c792ea;
  font-style: italic;
}

.token.attr-name,
.token.inserted {
  color: #addb67;
  font-style: italic;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.string,
.token.url {
  color: #7dd3fc;
}

.token.atrule,
.token.attr-value,
.token.class-name {
  color: #ffcb8b;
}

.token.important,
.token.regex,
.token.variable {
  color: #d6deeb;
}

.header{
  position: relative;
}

.header__top{
  display: none;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

@media (min-width: 1280px){
  .header__top{
    display: block;
  }
}

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

@media (min-width: 768px){
  .header__container{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media (min-width: 1280px){
  .header__container{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.header__container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.header__container{
  font-family: Mont;
}

.header__top-left{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.header__top-center{
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header__top-social-img {
  transition: 0.3s all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header__top-social-img:hover{
  opacity: 0.75;
}

.header__top-right{
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-family: Mont;
}

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

@media (min-width: 768px){
  .header__bottom{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media (min-width: 1280px){
  .header__bottom{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.header__bottom{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Mont;
}

.header__bottom-btn-burger{
  padding-right: 0.75rem;
}

@media (min-width: 1280px){
  .header__bottom-btn-burger{
    display: none;
  }
}

@media (min-width: 768px){
  .header__bottom-btn-burger-img{
    width: 2rem;
  }
}

.header__logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .header__logo{
    margin-right: 2rem;
  }
}

.header__logo-img{
  height: 1.25rem;
}

@media (min-width: 768px){
  .header__logo-img{
    height: 2rem;
  }
}

.header__logo-element{
  height: 1.25rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 139 203 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .header__logo-element{
    height: 2rem;
  }
}

.header__logo-text{
  display: flex;
  font-family: Calibri;
  font-size: 10px;
  font-weight: 300;
}

@media (min-width: 768px){
  .header__logo-text{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.header__menu-center{
  display: none;
  flex-shrink: 0;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

@media (min-width: 1280px){
  .header__menu-center{
    display: flex;
  }
}

.header__menu{
  display: none;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 1280px){
  .header__menu{
    display: flex;
  }
}

.header__menu-list{
  display: none;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px){
  .header__menu-list{
    display: flex;
  }
}

.header__menu-item:hover {
  transition: 0.3s all;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.header__menu-item--active{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.header__bottom-btn-phone{
  padding-left: 0.75rem;
}

@media (min-width: 1280px){
  .header__bottom-btn-phone{
    display: none;
  }
}

.header__bottom-btn-back-call {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.header__bottom-btn-back-call:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .header__bottom-btn-back-call{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .header__bottom-btn-back-call{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header__bottom-btn-back-call{
  display: none;
  padding: 0.75rem;
}

@media (min-width: 1280px){
  .header__bottom-btn-back-call{
    display: block;
  }
}

/* Мобильное меню */
.mobile-menu {
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  position: fixed;
  z-index: 30;
  display: flex;
  height: 100%;
  width: 300px;
  align-items: center;
  text-align: center;
  opacity: 0;
}
@media (min-width: 768px){
  .mobile-menu{
    width: 600px;
  }
}

.mobile-menu.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__content {
  max-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
}

.mobile-menu__header{
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.375rem;
  padding-top: 1.5rem;
}

.mobile-menu__logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mobile-menu__logo-img{
  height: 1.25rem;
}

@media (min-width: 768px){
  .mobile-menu__logo-img{
    height: 2rem;
  }
}

.mobile-menu__header-btns{
  display: flex;
  gap: 2.5rem;
}

.mobile-menu__header-btn{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mobile-menu__btn-phone-img {
  transition: 0.3s all;
  height: 1.25rem;
}

.mobile-menu__btn-phone-img:hover{
  opacity: 0.75;
}

@media (min-width: 768px){
  .mobile-menu__btn-phone-img{
    height: 2rem;
  }
}

.mobile-menu__btn-close-img {
  transition: 0.3s all;
  height: 18px;
}

.mobile-menu__btn-close-img:hover{
  opacity: 0.75;
}

@media (min-width: 768px){
  .mobile-menu__btn-close-img{
    height: 1.5rem;
  }
}

.mobile-menu__nav{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
}

.mobile-menu__nav-list{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  font-family: Montserrat;
}

.mobile-menu__nav-item{
  text-align: left;
}

.mobile-menu__nav-item--active{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

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

@media (min-width: 768px){
  .mobile-menu__footer{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media (min-width: 1280px){
  .mobile-menu__footer{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.mobile-menu__footer{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-blue), var(--tw-bg-opacity));
  padding: 1.25rem;
}

.mobile-menu__phones{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.mobile-menu__phones-img{
  padding: 0.625rem;
}

.mobile-menu__phone-item{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.mobile-menu__email{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.mobile-menu__email-img{
  padding: 0.625rem;
}

.mobile-menu__email-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.mobile-menu__address{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  text-align: left;
}

.mobile-menu__address-img{
  padding: 0.625rem;
}

.mobile-menu__address-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  font-style: normal;
}

.mobile-menu__footer-btn{
  margin-bottom: 1.25rem;
  text-align: center;
}

.mobile-menu__footer-btn-call {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.mobile-menu__footer-btn-call:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .mobile-menu__footer-btn-call{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .mobile-menu__footer-btn-call{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mobile-menu__footer-btn-call{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.mobile-menu__social{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.375rem;
}

.mobile-menu__social-title{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

.mobile-menu__social-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.contacts__map {
  padding: 0;
  width: 100%;
  height: 360px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.02), 0 1px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  /*@media (max-width: 767px) {*/
  /*  order: 1;*/
  /*  width: 100%;*/
  /*  height: 200px;*/
  /*}*/
}

ymaps {
  border-radius: 8px;
}

.footer{
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-blue), var(--tw-bg-opacity));
}

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

@media (min-width: 768px){
  .footer__container{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media (min-width: 1280px){
  .footer__container{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.footer__container{
  margin-left: auto;
  margin-right: auto;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1280px){
  .footer__container{
    display: flex;
  }
}

.footer__column-1{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.footer__logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__logo-img{
  height: 42px;
  width: 192px;
}

.footer__logo-element{
  height: 2rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer__logo-text{
  width: 11rem;
  font-family: Calibri;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__social-title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__social-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.footer__social-img {
  transition: 0.3s all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer__social-img:hover{
  opacity: 0.75;
}

.footer__oferta{
  max-width: 270px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__nav{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__nav-item:hover {
  transition: 0.3s all;
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.footer__contacts{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

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

.footer__contacts-btn {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.footer__contacts-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .footer__contacts-btn{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .footer__contacts-btn{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer__contacts-btn{
  padding: 0.75rem;
}

/* Мобильная версия */
.footer-mobile__container{
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px){
  .footer-mobile__container{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1280px){
  .footer-mobile__container{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.footer-mobile__container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .footer-mobile__container{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1280px){
  .footer-mobile__container{
    display: none;
  }
}

.footer-mobile__top{
  margin: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.footer-mobile__logo{
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 768px){
  .footer-mobile__logo{
    margin: 0px;
  }
}

.footer-mobile__logo-img{
  height: 1.25rem;
}

@media (min-width: 768px){
  .footer-mobile__logo-img{
    height: 2rem;
  }
}

.footer-mobile__logo-el{
  height: 1.25rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .footer-mobile__logo-el{
    height: 2rem;
  }
}

.footer-mobile__logo-text{
  display: flex;
  flex-shrink: 0;
  font-family: Calibri;
  font-size: 10px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer-mobile__logo-text{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.footer-mobile__btn {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.footer-mobile__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .footer-mobile__btn{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .footer-mobile__btn{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-mobile__btn{
  display: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  .footer-mobile__btn{
    display: block;
  }
}

.footer-mobile__nav{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}

.footer-mobile__nav-list{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-mobile__social-img {
  transition: 0.3s all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-mobile__social-img:hover{
  opacity: 0.75;
}

.footer-mobile__nav-sub{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.footer-mobile__btn-2 {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.footer-mobile__btn-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .footer-mobile__btn-2{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .footer-mobile__btn-2{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-mobile__btn-2{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  .footer-mobile__btn-2{
    display: none;
  }
}

.footer-mobile__social{
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px){
  .footer-mobile__social{
    width: auto;
  }
}

.footer-mobile__social-title{
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer-mobile__social-title{
    text-align: left;
  }
}

.footer-mobile__social-list{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.footer-mobile__contacts{
  margin-bottom: 1rem;
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-mobile__oferta{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer-mobile__oferta{
    width: 204px;
  }
}

/* Блок заголовок с фоном  */
.top-bg{
  margin-bottom: 1.75rem;
  display: flex;
  height: 150px;
  width: 100%;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1280px){
  .top-bg{
    margin-bottom: 5rem;
    height: 300px;
  }
}

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

@media (min-width: 768px){
  .top-bg__container{
    max-width: 768px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media (min-width: 1280px){
  .top-bg__container{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.top-bg__container{
  margin-left: auto;
  margin-right: auto;
}

.top-bg__title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .top-bg__title{
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  .top-bg__title{
    font-size: 6rem;
    line-height: 1.5;
  }
}

.top-bg__subTitle{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .top-bg__subTitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1280px){
  .top-bg__subTitle{
    font-size: 40px;
    line-height: 1.5;
  }
}

/* Контейнер для основного контента */
.content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding-bottom: 2rem;
}
@media (min-width: 1280px){
  .content{
    padding-bottom: 5rem;
  }
}

/* Баннер 5 звезд */
.banner-five-stars{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .banner-five-stars{
    display: none;
  }
}
@media (min-width: 1280px){
  .banner-five-stars{
    margin-left: 51px;
    margin-right: 51px;
    display: block;
    height: 341px;
    border-radius: 1rem;
  }
}

.banner-five-stars__body {
  background-image: url("../img/five-stars-banner.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  background-size: 125px 75px;
  padding-left: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1280px){
  .banner-five-stars__body{
    background-size: 419px 252px;
    padding-top: 51px;
    padding-bottom: 51px;
    padding-left: 2rem;
  }
}

.banner-five-stars__title{
  max-width: 668px;
  padding-bottom: 0.5rem;
  font-family: Mont;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .banner-five-stars__title{
    padding-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.banner-five-stars__title-color{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.banner-five-stars__title-el{
  display: inline;
  height: 1.25rem;
}

@media (min-width: 1280px){
  .banner-five-stars__title-el{
    height: 4rem;
  }
}

.banner-five-stars__subTitle{
  padding-bottom: 1.75rem;
  font-size: 8px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .banner-five-stars__subTitle{
    padding-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-five-stars__btn {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.banner-five-stars__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .banner-five-stars__btn{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .banner-five-stars__btn{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner-five-stars__btn{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1280px){
  .banner-five-stars__btn{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

/* Баннер найдите лучшие туры */
.banner-find-tour{
  max-height: 250px;
}
@media (min-width: 1280px){
  .banner-find-tour{
    max-height: 341px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.banner-find-tour__body{
  width: 100%;
  border-radius: 1rem;
  background-image: url("../img/map-banner.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 51px;
  padding-bottom: 51px;
  padding-left: 2rem;
}

.banner-find-tour__title{
  max-width: 650px;
  padding-bottom: 1rem;
  font-family: Mont;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .banner-find-tour__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px){
  .banner-find-tour__title{
    font-size: 3rem;
    line-height: 1;
  }
}

.banner-find-tour__subTitle{
  width: 200px;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .banner-find-tour__subTitle{
    width: 100%;
  }
}

@media (min-width: 1280px){
  .banner-find-tour__subTitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-find-tour__button {
    transition: 0.3s all;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.banner-find-tour__button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .banner-find-tour__button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .banner-find-tour__button{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner-find-tour__button{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.accordion__tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #444;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: SFProDisplay, serif;
  letter-spacing: 0.374px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 17px;
}

@media (min-width: 768px){
  .accordion__tab-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 22px;
  }
}

@media (min-width: 1280px){
  .accordion__tab-title{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 41px;
  }
}

/* .accordion-block+.accordion__tab-title {
  border-top: 2px solid #D9D9D9;
} */
/* .active,
.accordion__tab-title:hover {
  background-color: #eee;
} */
.active .accordion__tab-el {
  transform: rotate(180deg);
}

.accordion__tab-el {
  width: 32px;
  height: 35px;
  margin-right: -5px;
}

.accordion__tab-content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion__tab-content-text {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
  letter-spacing: 0.374px;
  margin-top: 1.25rem;
  font-family: SFProDisplay;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 17px;
}

@media (min-width: 768px){
  .accordion__tab-content-text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .accordion__tab-content-text{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 26px;
  }
}

.tourist-info__bg-gradient {
  display: block;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
}

.tourist-info__bg-gradient:after {
  border-radius: 16px;
  content: "";
  transition: opacity 0.5s ease-in-out;
  border: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1;
}

.tourist-info__bg-gradient:hover:after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.news-list .news-card {
  width: 100%;
  display: grid;
  border: rgb(var(--color-blue)) 2px solid;
  overflow: hidden;
  grid-template-columns: 100px auto;
  grid-template-rows: minmax(120px, auto) max-content;
  min-height: 157px;
  border-radius: 16px;
}

.news-list .news-card__img {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.news-list .news-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
  display: block;
  width: 100px;
  height: 100%;
}

.news-list .news-card__desc {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 5px;
}

.news-list .news-card__title {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 9px;
}

.news-list .news-card__text {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
}

.news-list .news-card__tags {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  justify-content: space-between;
  padding: 0 5px 5px;
  align-items: start;
}

.news-list .tag {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--color-secondary));
  border-radius: 16px;
}

@media (min-width: 768px) {
  .news-list {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .news-list .news-card {
    width: 100%;
    grid-template-columns: 200px auto;
    grid-template-rows: minmax(200px, max-content) max-content;
    width: 708px;
  }
  .news-list .news-card__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .news-list .news-card__img img {
    width: 200px;
    display: block;
    font-size: 0;
  }
  .news-list .news-card__desc {
    padding: 10px 20px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .news-list .news-card__tags {
    padding: 10px 20px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .news-list .news-card__text {
    line-height: 22px;
    font-size: 14px;
  }
  .news-list .news-card__title {
    font-size: 14px;
    line-height: 18px;
  }
  .news-list .tag {
    margin-top: 15px;
    border-radius: 8px;
  }
}
@media (min-width: 1280px) {
  .news-list {
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .news-list .news-card {
    width: calc(50% - 20px);
    min-height: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(350px, max-content) auto;
    overflow: hidden;
  }
  .news-list .news-card__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .news-list .news-card__img img {
    width: 310px;
    height: 100%;
  }
  .news-list .news-card__desc {
    padding: 10px 20px;
  }
  .news-list .news-card__text {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
  }
  .news-list .news-card__title {
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .news-list .news-card__tags {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: start;
  }
  .news-list .tag {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0px;
    border-radius: 16px;
  }
}
.flag-list{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  row-gap: 1.5rem;
}
.flag-list::after{
  flex: 1 1 auto;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px){
  .flag-list{
    row-gap: 0.625rem;
  }
  .flag-list::after{
    content: var(--tw-content);
    display: none;
  }
}
@media (min-width: 1280px){
  .flag-list{
    justify-content: space-between;
    row-gap: 2rem;
  }
}

.flag-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px){
  .flag-item{
    row-gap: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px){
  .flag-item{
    row-gap: 1.25rem;
    padding: 0.625rem;
  }
}

.flag-item__image-wrapper{
  height: 40px;
  width: 59px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .flag-item__image-wrapper{
    height: 60px;
    width: 100px;
  }
}

@media (min-width: 1280px){
  .flag-item__image-wrapper{
    height: 150px;
    width: 211px;
    border-radius: 1rem;
  }
}

.flag-item__image{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px){
  .flag-item__image{
    border-radius: 1rem;
  }
}

.flag-item__text{
  font-size: 10px;
  font-weight: 300;
}

@media (min-width: 768px){
  .flag-item__text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .flag-item__text{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about-us__bg-gradient {
  display: block;
  position: relative;
  cursor: pointer;
}

.about-us__bg-gradient:after {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  content: "";
  transition: opacity 0.5s ease-in-out;
  border: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1;
}

.about-us__bg-gradient:hover:after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .about-us__card1 {
    width: calc(50% - 20px) !important;
  }
}
@media (min-width: 1280px) {
  .about-us__card1 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .about-us__card2 {
    width: calc(50% - 20px) !important;
  }
}
@media (min-width: 1280px) {
  .about-us__card2 {
    width: calc(50% - 20px) !important;
  }
}
@media (min-width: 768px) {
  .about-us__card3 {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .about-us__card3 {
    width: calc(50% - 20px) !important;
  }
}
/*  Модальное окно заказать обратный звонок и задать вопрос */
.modal {
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  /* h-full */
  position: fixed;
  z-index: 30;
  display: flex;
  width: 335px;
  align-items: flex-start;
  text-align: center;
  opacity: 0;
}
@media (min-width: 768px){
  .modal{
    width: 600px;
  }
}
@media (min-width: 1280px){
  .modal{
    width: 984px;
  }
}

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

.modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(235, 235, 235, 1);
  overflow-y: auto;
  height: 100%;
  padding: 20px;
  position: relative;
  border-radius: 16px;
  max-height: 520px;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .modal__content{
    max-height: 550px;
  }
}

@media (min-width: 1280px){
  .modal__content{
    max-height: 890px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 140px;
    padding-right: 160px;
  }
}

.modal__header{
  margin-right: 3rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1280px){
  .modal__header{
    margin-right: 0px;
  }
}

.modal__title{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (min-width: 768px){
  .modal__title{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}

@media (min-width: 1280px){
  .modal__title{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
  }
}

.modal__desc{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

@media (min-width: 768px){
  .modal__desc{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.modal__btn-close {
  transition: 0.3s all;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
}

.modal__btn-close:hover svg rect {
  fill: rgb(var(--color-secondary));
  transition: 0.3s all;
}

.modal__body{
  margin-right: 3rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  text-align: left;
}

@media (min-width: 1280px){
  .modal__body{
    margin-right: 0px;
    row-gap: 1.25rem;
  }
}

.modal__label{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  .modal__label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .modal__label{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.modal__input{
  border-radius: 1rem;
  border-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

@media (min-width: 768px){
  .modal__input{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .modal__input{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.modal__footer{
  text-align: left;
}

.modal__terms{
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 768px){
  .modal__terms{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px){
  .modal__terms{
    row-gap: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.modal__terms-item::before {
  content: "·";
}

.modal__btn-send{
  width: 100%;
  max-width: 300px;
  border-radius: 1rem;
  background-color: rgb(var(--color-secondary));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.modal__btn-send:disabled {
  background-color: rgba(255, 186, 8, 0.2);
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
      padding-right: 1.875rem;
      padding-left: 1.875rem;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
    }
  }
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:transition-all:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
}

@media (min-width: 768px){
  .md\:mb-7{
    margin-bottom: 1.75rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[110px\]{
    height: 110px;
  }
  .md\:h-\[150px\]{
    height: 150px;
  }
  .md\:h-\[46px\]{
    height: 46px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-\[200px\]{
    width: 200px;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .md\:gap-y-5{
    row-gap: 1.25rem;
  }
  .md\:gap-y-7{
    row-gap: 1.75rem;
  }
  .md\:gap-y-8{
    row-gap: 2rem;
  }
  .md\:object-\[0_-135px\]{
    -o-object-position: 0 -135px;
       object-position: 0 -135px;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[38px\]{
    font-size: 38px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-light{
    font-weight: 300;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
  .md\:leading-relaxed{
    line-height: 1.625;
  }
  .md\:leading-snug{
    line-height: 1.375;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1024px){
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
}

@media (min-width: 1280px){
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }
  .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }
  .xl\:mb-20{
    margin-bottom: 5rem;
  }
  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
  .xl\:mt-\[-440px\]{
    margin-top: -440px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[178px\]{
    height: 178px;
  }
  .xl\:h-\[200px\]{
    height: 200px;
  }
  .xl\:h-\[330px\]{
    height: 330px;
  }
  .xl\:h-\[350px\]{
    height: 350px;
  }
  .xl\:h-\[500px\]{
    height: 500px;
  }
  .xl\:h-\[576px\]{
    height: 576px;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-\[1024px\]{
    width: 1024px;
  }
  .xl\:w-\[200px\]{
    width: 200px;
  }
  .xl\:w-\[300px\]{
    width: 300px;
  }
  .xl\:w-\[350px\]{
    width: 350px;
  }
  .xl\:w-\[605px\]{
    width: 605px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[400px\]{
    max-width: 400px;
  }
  .xl\:max-w-\[440px\]{
    max-width: 440px;
  }
  .xl\:shrink-0{
    flex-shrink: 0;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:items-stretch{
    align-items: stretch;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }
  .xl\:gap-y-20{
    row-gap: 5rem;
  }
  .xl\:rounded-2xl{
    border-radius: 1rem;
  }
  .xl\:border-b-2{
    border-bottom-width: 2px;
  }
  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
  .xl\:p-5{
    padding: 1.25rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:pr-10{
    padding-right: 2.5rem;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:text-center{
    text-align: center;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-\[48px\]{
    font-size: 48px;
  }
  .xl\:text-\[64px\]{
    font-size: 64px;
  }
  .xl\:text-\[96px\]{
    font-size: 96px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:font-bold{
    font-weight: 700;
  }
  .xl\:font-light{
    font-weight: 300;
  }
  .xl\:font-normal{
    font-weight: 400;
  }
  .xl\:leading-normal{
    line-height: 1.5;
  }
}