    .siteVideo {
    width: 100%;
}

.form-button {
    background-color: transparent !important;
    transition: color .3s ease-out;
    cursor: pointer;

    &:hover {
        color: #36d56e;
    }
}

.category-image{
  height: 235px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: all;
}

.modal-content {
    box-sizing: border-box;
    background-color: #232e31;
    margin: 15% auto;
    padding: 20px;
    width: 30%;
    color: #FFF;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form input[type="text"],
input[type="email"],
textarea {
    background-color: #232e31;
    color: #FFF;
    width: 100%;
    border-bottom: 2px solid #36d56e;
    font-size: 15px;

    &:focus {
        background-color: #232e31 !important;
    }
}

.sendButton {
    font-weight: 700;
    background-color: #36d56e !important;
    border-radius: 50%;
    width: 100%;
    transition: background-color .3s ease-out;

    &:hover {
        background-color: #3ab464 !important;
    }

    &:active,
    &:focus {
        background-color: #409e61 !important;
    }
}

.visible {
    display: block;
}

input[type="checkbox"] {
    accent-color: #36d56e;
}

.row {
    display: flex;
    align-content: center;
}

.input-row {
    gap: 8px;
}

.input-row * {
    margin: 0;
}

.category-container {
    padding-top: 40px;
    background-color: #232e31;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 5px;
}

.category-item {
    cursor: pointer;
    flex-basis: 33%;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    position: relative;
    height: max-content;

    &:hover .category-info {
        min-height: calc(100% - 8px);
    }
}

.normal-bg {
    background-color: #232e31;
}

.category-image {
    width: 100%;
}

.category-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px 0;
    align-items: center;
    width: 100%;
    color: #FFF;
    font-weight: 500;
    background-color: rgba(35, 46, 49, 0.8);
    bottom: 10px;
    min-height: 40%;
    transition: min-height .3s ease-out;
}

@media screen and (max-width: 700px) {
    .modal-content {
        width: 95%;
    }

    .category-info {
        bottom: 8px;
    }

    .category-item {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 701px) {
    .modal-content {
        width: 50%;
    }

    .category-item {
        flex-basis: 49%;
    }

    .category-info {
        bottom: 8px;
    }
}

#Subheader {
    background-size: cover;
}

.search-card-image {
    width: 200px;
    max-height: 180px;
    object-fit: none;
}

.info404 {
    width: 100vw;
    background-color: #f4f6f5;
    text-align: center;
    margin-top: -10px;
    padding-bottom: 20px;
}

.info404 h1 {
    margin: 0;
}

#Footer {
    background-color: #232e31;
    color: #FFF;
}

#Footer a {
    color: #36d56e !important;
}

.menu-item {
    font-size: 19px !important;
    text-shadow: 1px 2px 5px #000;
}

.white {
    color: #FFF;
}

.adv-section__img {
    width: 100px;
    height: 90px;
}

.product-image {
    width: 400px;
    height: 400px !important;

}

.adv-container {
    display: flex;
    flex-direction: row;
    clear: both;
}

.adv-container div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news__description {
    color: #FFF;
    padding: 40px 0;
}

.news {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-form * {

    margin: 0 !important;
}

/* .news-form{
    padding-bottom: 40px;
    padding-top: 20px;
} */

@media screen and (min-width: 770px) and (max-width: 1400px) {
    #logo span {
        display: none;
    }
}


.cnews {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cnews * {
    flex-basis: 50%;
}

@media screen and (max-width: 770px) {
    #logo span {
        color: #FFF;
    }

    .adv-container {
        gap: 50px;
        flex-direction: column;
    }

    .cnews {
        flex-direction: column;
    }

    .flex-section{
        flex-direction: column;
    }
}

.dnews * {
    margin: 0;
}

.row.news-form {
    flex-basis: 40%;
    margin-left: auto;
}


.row.news-form>button {
    flex-basis: 40%;
}

p.news__description {
    width: 60%;
    /*! text-align: center; */
    /*! margin-left: 0px; */
}

div.row:nth-child(1)>input:nth-child(1) {
    background: #FFF;

    &:focus {
        background-color: #FFF !important;
    }
}


@media screen and (max-width: 970px) {
    .dnews {
        flex-direction: column;
    }

    .row.news-form {
        width: 400px;
        margin-left: unset;
    }
}

.top-menu {
    color: #FFF;
    width: 98%;
    margin: 0 auto;
    z-index: 999999999999;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    background-color: transparent;
    position: absolute;

}

.top-menu__item {
    margin-left: 25px;
    color: #FFF;
    transition: color .1s ease-out;
    text-shadow: 1px 2px 5px #000;

    &:hover {
        color: #ECECEC;
        text-decoration: none;
        cursor: pointer;
    }
}

.header-transparent.ab-hide #Top_bar {
    top: 25px;
}

.flex-menu {
    display: flex;
}

.flex-menu #menu {
    background-color: transparent !important;
}

.cta {
    top: 0 !important;
    margin-left: auto;
    background-color: rgba(35, 46, 49, 0.8) !important;
}

.adv-icon {
    color: #36d56e;
    font-size: 120px;
    margin-top: 90px;
}

.h100 {
    height: 100% !important;
}

.flex-section {
    display: flex;
}

.tabber {
    display: flex;
    flex-direction: row;
}

.tab__item {
    color: #FFF;
    flex: 1;
    text-align: center;
    padding: 5px 0;
    border-bottom: 0px solid #36d56e;
    transition: border-bottom-width .2s ease-out;
    cursor: pointer;

    &:hover {
        border-bottom-width: 2px;
    }
}

.tab__item-active {
    border-bottom-width: 2px;
}

.tab-content {
    color: #FFF;
    display: none;
}

.tab-content-active {
    display: block;
}

.content {
    padding-top: 40px;
}

.car-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 200px;

}

.car-wrapper img {
    width: 90px;
}

.wrapper-anima {
    width: 100%;
    height: 94px;
    background-color: #232e31;
    position: relative;
}

.wrapper-road::after {
    content: "";
    position: absolute;
    background-color: #232e31;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.wrapper-road::before {
    content: "";
    position: absolute;
    background-color: #232e31;
    width: 15px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.wrapper-road {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
}

.driving-text {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 100%;
    z-index: 1;
}

.driving-text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #232e31;
    top: 0;
    right: 0;

    animation: text 6s linear;
    animation-delay: 0, 0.5s;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.wrapper-text {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.wrapper-car {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.car {
    width: 2%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0);
    animation: car 6s linear;
    animation-iteration-count: infinite;
    z-index: 3;
}

.dop-text-wrapper {
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    animation: addText 0.5s linear;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

.chuvak {

    /*animation: dead 6s linear;*/
    /*animation-iteration-count: infinite;*/
    /*transform: translateY(-40px);*/
}



@keyframes addText {
    0% {
        transform: translateY(100px);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes car {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes text {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@keyframes dead {
    0% {
        transform: rotate(0) translateY(-40px);
    }

    /* 40% {
        transform: translateY(40px);
    } */
    30% {
        transform: none;
    }

    97% {
        transform: none;
    }

    100% {
        transform: rotate(90deg) translateX(400px) translateY(-200px);
    }
}

@media screen and (max-width: 790px) {
    .car-wrapper img {
        width: 50px;
    }

    #Header,
    #Header_wrapper {
        position: static !important;
    }

    @keyframes car {
        0% {
            width: 0%;
        }

        100% {
            width: 93%;
        }
    }

    #Top_bar {
        margin-top: 40px !important;
    }

    #Top_bar.is-sticky {
        margin-top: 0 !important;
    }

    .top-menu {
        background-color: #131a1c;
        top: 0;
        height: 40px !important;
        padding: 0;
        width: 100vw;
    }
}

@media screen and (max-width: 512px) {
    .car-wrapper img {
        width: 50px;
    }

    .dop-text-wrapper {
        margin-top: 80px;
    }

    .driving-text {
        top: 100%;
    }

    @keyframes car {
        0% {
            width: 0%;
        }

        100% {
            width: 88%;
        }
    }
}

.container-white {
    background-color: #36d56e;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    z-index: 99999;
    color: #FFF;
}

.swiper-container .swiper-wrapper {
    height: 200px;
}

.swiper-container .swiper-slide {
    display: flex;
    justify-content: center;

}

.swiper-container {
    width: 90%;
    overflow: hidden;
}

.m0 {
    margin: 0;
    min-width: 100%;
    display: flex;
    justify-content: center;
}

ul {
    list-style: disc;
    list-style-position: inside;
}

.layout-container {
    padding-top: 40px;
}

.multi-menu-marker span::after {
    content: '▼';
    position: absolute;
}

#Top_bar .menu > li > a {
    padding: 40px 0;
    /* margin: 20px 0; */
  }

  .multi-menu__container{
    width: 100%;
  text-align: center;
  bottom: 20px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  pointer-events: none;
  text-decoration: none;
  background-color: rgba(35,46,49,0.8);
  width: 100%;
  }

  #Top_bar.is-sticky .multi-menu__container{
    bottom: auto;
  }

  .multi-menu__container:hover{
    max-height: 100%;
    pointer-events: all;
  }

  .multi-menu:hover > .multi-menu__container{
    max-height: 100%;
    pointer-events: all;
  }

.news-img{
    width: 100%;
    height: 220px !important;
    object-fit: none;
    background-color: #CCC;
}

.news-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px 5px;
}

.news-item{
    display: flex;
    flex-direction: column;
    flex:1 0 33%;
}

.news-content{
    padding-top: 8px;
    margin-top: auto;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .news-item{
        flex: none;
        width: 100%;
    }
    
}

.news-inner-img{
    width: 100%;
}

@media screen and (min-width: 700px) {
    .siteVideo{
        height: 70vh;
  min-width: 100vw !important;
  object-fit: cover;
    }
}

#menu-main-menu{
    list-style: none;
}

.mobile-visible{
    display: none !important;
}

@media screen and (max-width: 1239px) {
    .mobile-visible{
        display: block !important;
    }
    .multi-menu__container{
        position: static;
    }
}

.link-button{
    text-shadow: none;
    background-color: #232e31;
    margin: 0 !important;
}

.has-no{
    background-color: #c22525;
}

.favorite-img{
    width: 350px;
  height: 220px !important;
  object-fit: none;
  background-color: #CCC;
}