/*!
Theme Name: land
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: land
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

land is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.inp{
	margin-top: 15px;
}
.menu-mob .cta-button{
	margin: 0 auto;
	margin-top: 23px;
}
/* Стиль для скролла в веб-браузерах */
::-webkit-scrollbar {
  width: 6px; /* Тонкий скролл */
}

::-webkit-scrollbar-thumb {
  background-color: rgb(243, 153, 0); /* Оранжевый цвет */
  border-radius: 10px; /* Скругленные края */
  border: 2px solid rgba(0, 0, 0, 0.1); /* Легкая тень для выделения */
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Цвет фона трека скролла */
  border-radius: 10px;
}

/* Для Firefox */
scrollbar-width: thin;
scrollbar-color: rgb(243, 153, 0) #f0f0f0;
