/* Style for elements with the class "REC" */
.REC{
    background-color: #83ae38 !important; /* Green background */
    border-color: #83ae38; /* Green border */
    border-radius: 6px; /* Rounded corners */
    color: white !important; /* White text */
}

/* Style for anchor tags within elements with the class "REC" */
.REC a{
    color: white !important; /* White text */
}

/* Hide elements with classes "line" and "line-wrapper" within elements with the class "REC" */
.REC .line, .REC .line-wrapper{
    display: none; /* Hide the elements */
}

/* Hide specific list items within navigation tabs */
.nav.nav-tabs li.product_suitable_tab,
.nav.nav-tabs li.stores_tab,
.nav.nav-tabs li.desc_tab {
    display: none !important; /* Hide the tabs */
}

/* Hide elements with the class "tyresind" */
.tyresind{
    display: none; /* Hide the element */
}

/* Style for the "timetable" element using CSS Grid */
.timetable{
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* Create 10 equal columns */
    gap: 10px; /* Spacing between grid items */
}

/* Media query for screens with a maximum width of 740px */
@media (max-width: 740px){
    /* Change "timetable" to use Flexbox for smaller screens */
    .timetable{
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap to the next line */
    }
}

/* Style for the "shedule" element */
.shedule{
    width: 100%;
    margin-top: 30px;
}

/* Style for table data cells within the "shedule" */
.shedule td{
    border-top: 1px solid grey; /* Top border */
    padding-top: 32px;
    padding-bottom: 12px;
}

/* Style for anchor tags within table data cells of the "shedule" */
.shedule td a{
    display: block; /* Make the link a block-level element */
    padding: 10px;
    background: #cfedc1; /* Light green background */
    border-radius: 4px; /* Slightly rounded corners */
    color: #000; /* Black text */
    text-align: center; /* Center the text */
}

/* Style for span tags within table data cells of the "shedule" */
.shedule td span{
    display: block; /* Make the span a block-level element */
    padding: 10px;
    background: #ededed; /* Light grey background */
    border-radius: 4px; /* Slightly rounded corners */
    text-align: center; /* Center the text */
}

/* Style for the container of a custom checkbox */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0; /* Hide the default checkbox input */
}

/* Style for the visual representation of the custom checkbox */
.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none; /* Prevent text selection */
}

/* Style for the box that represents the unchecked state of the custom checkbox */
.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #35CD60; /* Green border */
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* Hover effect for the unchecked custom checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #35CD60; /* Green border */
}

/* Active state for the custom checkbox */
.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #35CD60; /* Green background */
    border-color: #35CD60; /* Green border */
}

/* Focus state for the custom checkbox (commented out) */
.custom-checkbox>input:focus+span::before {
    /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}

/* Focus state for the unchecked custom checkbox */
.custom-checkbox>input:focus:not(:checked)+span::before {
    border-color: #35CD60; /* Green border */
}

/* Style for the checked state of the custom checkbox */
.custom-checkbox>input:checked+span::before {
    border-color: #35CD60; /* Green border */
    background-color: #35CD60; /* Green background */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); /* Checkmark icon */
}

/* Style for the disabled state of the custom checkbox */
.custom-checkbox>input:disabled+span::before {
    background-color: #e9ecef; /* Light grey background */
}

/* Adjust margin for a contact map overlay */
.contacts-page-map + .contacts.contacts-page-map-overlay {
    margin-top: -780px;
}

/* Style for the last list item in an unordered list with the class "top" */
ul.top li:last-child{
    background: green; /* Green background */
}

/* Style for the last list item in a nested unordered list within the mobile menu */
#mobilemenu .menu ul.top > li:last-child {
    background: green !important; /* Green background */
}

/* Empty style rule - commented out */
/* #mobilemenu .menu ul.top > li:last-child a{} */

/* Style for the anchor tag within the last list item of a nested unordered list in the mobile menu */
#mobilemenu .menu > ul.top  > li:last-child > a {
    background: green !important; /* Green background */
}

/* Style for text within the "section__steps__block-text" element */
.section__steps__block-text {
    position: relative !important;
}

/* Media query for screens with a minimum width of 768px */
@media (min-width: 768px){
    /* Adjust positioning for the contact map overlay on larger screens */
    .contacts-page-map+.contacts.contacts-page-map-overlay {
        left: 0;
        right: 0;
        position: relative !important;
    }
}

/* Styles for the address block on the contacts page */
.adress_bleak{ /* Corrected spelling: address_block */
    text-wrap: wrap;
    color: #7e94ab; /* Greyish blue color */
    font-size: 16px;
}
.section__address-border .section__address__block{
    padding: 24px 22px !important;
}

.custom__section__address .row .col-lg-12 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.custom__section__address .row .col-lg-12 .row::after, .custom__section__address .row .col-lg-12 .row::before{
    content: unset !important;
    padding: unset !important;
}
.custom__section__address .row .col-lg-12 .row .col-lg-5, .custom__section__address .row .col-lg-12 .row .col-lg-7{
    width: unset !important;
    padding: unset !important;

}

.section__address__block .schedule_svg{
    flex-shrink: 0;
  margin-right: 8px;
  fill: transparent;
  stroke: #83ae38;
}
.section__address__block .phone_svg{
    flex-shrink: 0;
  margin-right: 8px;
  fill: #83ae38;
  stroke: #83ae38;
}
.section__address__block .email_svg{
margin-right: 8px;
}
@media (max-width:768px){
    .custom__section__address .row .col-lg-12 .row{
        display: flex;
        flex-direction: column;
    }
    .custom__address_block_inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .custom__address_btns{
        flex-direction: row !important;
    }
}

.section__address__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.custom__address_block_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom__address_content {
    display: flex;
    flex-direction: column;
    gap: clamp(.5rem,1rem,1.5rem);
    width: 100%;
}

.custom__address_info_item {
    align-items: center;
    display: flex;
}
.section__address__block-btn{
    background-color: #f3931e !important;
    border-radius: 6px !important;
}
.custom__address_block_inner .custom__address_btns{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom__address_block_inner .custom__address_btns a{
    padding: 20px 15px !important;
  width: 100% !important;
}
.custom__address_btns .custom_zapis{
    background-color: #83ae38 !important; /* Green background */

}
.custom_email{
    color: black !important;
}

.section__address-border {
  position: relative;
}

.scroll-indicator {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s;
  z-index: 10;
  white-space: nowrap;
    width: 100%;
}

.scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

.section__address-border-new{position: relative;}

.scroll-indicator-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 16px;
border-radius: 0 0 5px 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.15s, color 0.15s;
    width: 100%;
background: #83ae38;

}

.scroll-indicator:hover .scroll-indicator-inner {
  background: #f5f5f5;
  color: #333;
}

.scroll-indicator .arrow-icon {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  animation: arrowBounce 1.4s ease-in-out infinite;
}

@keyframes arrowBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50%       { transform: rotate(45deg) translateY(3px); }
}

.row.kont_adr_column{display: flex!important;flex-direction: column!important;}
.section__address-border-new .section__address-border{display: flex;flex-direction: row;flex-wrap: wrap;max-height: inherit;overflow-y: visible!important;border-right:0!important;border:0!important;}
.section__address-border-new .section__address-border .section__address__block{width: 50%;}
.section__address-border-new .section__address-border .section__address__block .adress_bleak{color: #000;font-weight: 700;}

.section__address-border-new .section__address-border .section__address__block {
    padding: 10px 22px !important;
}

.section__address-border-new .custom__address_block_inner{border: 1px solid #d3d3d3!important;border-radius: 5px;    padding: 10px 22px !important;}
.section__address-border-new .section__address__block{border-bottom: 0!important;}


@media (max-width: 768px) {
.section__address-border-new .section__address-border .section__address__block{width: 100%;}
}