body::-webkit-scrollbar {
  width: 3px;               /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
  background: none;        /* цвет зоны отслеживания */
}

.background-header {
background: #2e2e2e;
}

.dropdown-item:focus, .dropdown-item:hover{
border-radius: 10px;
}

.menu-card {
background: white;
border-radius: 10px;
}

.orderbuttons {
    background: ghostwhite;
    border-radius: 15px;
    margin: 15px;
}

.my-navbar-light .my-navbar-toggler-icon
{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255,204,0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

.my-navbar-toggler:focus {
color: #ffcc00;
}

.listresult:hover {
background: cornsilk;
cursor: pointer;
}

.tootour-yellow {
color: #ffcc00;
}

#sp-cost-count {
background: #ffcc00;
}

.cost-cout-height{
  min-height: 65px;
  }

.z-index985{
z-index: 985!important;
}

.perenos {
white-space: normal;
}

.city-width
{
min-width: 15rem
}

.poisk-turov-background
{
background: linear-gradient(135deg, rgb(10, 81, 163), rgb(134, 196, 253));
}

.feedback-card{
border-radius: 20px;
box-shadow: 1px 1px 3px #a6a6a6;
background: whitesmoke;
}

.str10{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.home-search-background{
background-image: url(https://tootour.ru/media/images/background-image/main-page.jpg);
background-position: bottom;
}

.buy-tour {
    background: #fff;
    background-image: url(https://tootour.ru/media/images/background-image/buy-tour-image.webp);
    padding: 2rem 0 1.5rem 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: initial;
}

.text-color{
color: #333
}

.border15{
border-radius: 15px;
}

.open-countries-card{
    border-radius: 20px;
    overflow: hidden;
    background: whitesmoke;
    box-shadow: 1px 1px 3px #a6a6a6;
}

.open-countries-card:hover{
    border: 1px solid #d4d9de;
}

.resultsbody{
    top: 48px;
    left: 30px;
    z-index: 999;
    background-color: white;
    width: 350px;
    max-height: 74vh;
    overflow-y: auto;
    overflow-x: clip;
    font-size: 14px;
}

.formbody{
width: 350px;
}

.inputbody{
border: none;
font-size: 15px;
width:83%;
}

@media (max-width: 575px) {
.logo-size
{
height: 30px;
}

.menu-padding
{
padding-left: 0;
padding-right: 0;
}

.logo-margin
{
margin-right: 0;
}

.city-width
{
min-width: 19rem
}

.feedback-card{
width:294px;
min-width: 294px;
}

.home-search-background{
background-position: top;
}

.poisk-turov-height{
min-height: 572px;
}

.resultsbody{
width: 100%;
max-height: 50vh;
bottom: 0px;
top: unset;
left: 0;
}

.formbase{
width: calc(100% - 106px);
}

.formbody{
width: 100%;
}


.inputbody{
width:76%;
}

.inputbody::placeholder{
font-size: 10px;
}

}

@media (min-width: 576px) and (max-width: 767px) {

.feedback-card{
width:294px;
min-width: 294px;
}

.home-search-background{
background-position: top;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.feedback-card{
width:294px;
min-width: 294px;
}

.home-search-background{
background-position: top;
}

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {

}

@media (min-width: 1400px) {
.home-search-background{
background-size: cover;
}
}