body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
	
}
.name h3 {
    font-size: 18px;
    line-height: 1.2;
	text-align: left;
}
.burg {
    display: none;
}
.harak p img {
    margin-right: 10px;
}
a {
    color: #2b2a2a;
}
.new_b a {
    text-decoration: none;
}
.text_new p {
    text-transform: uppercase;
}
.text_new
 {
    padding: 15px;
}
.img_new {
    position: relative;
    overflow: hidden;
}
.img_new img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.form_wrp.corect_form .input_box::placeholder {
  font-size: 16px;
}

p.info_trxt_g {
    color: #c0bebe;
    font-size: 0.9vw;
}
h2.size24 {
    display: block;
    font-size: 24px !important;
    margin: 0 0 10px;
}
.new_b.none_bg ul li {
    text-align: center;
}
.one_img {
    display: flex;
    justify-content: center;
}
.new_b.none_bg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.meny ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
        .image-container {
            position: relative;
            display: inline-block;
            max-width: 100%;
        }
        
        #main-image {
            max-width: 100%;
            height: auto;
            display: block;
        }
        
.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgb(255 0 0);
    border: 3px solid #fff;
    color: #fff;
    font-size: 13px;
    display: flex;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 2s infinite;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}
        
        .hotspot-content {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0,0,0,0.3);
            display: none;
            width: 80%;
            max-width: 500px;
            z-index: 100;
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            display: none;
            z-index: 99;
        }
        
        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.7;
            }
            50% {
                transform: translate(-50%, -50%) scale(1.3);
                opacity: 0.9;
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.7;
            }
        }
        
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            font-weight: bold;
            font-size: 20px;
        }
        
        .content-title {
            margin-top: 0;
            color: #333;
        }
        
        .content-text {
            color: #666;
            line-height: 1.5;
        }

.point_img {
    display: flex;
    justify-content: center;
}


.meny {
    width: 45%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.two_meny {
    width: 45%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-end;
}
p {
    color: #393939;
	font-size: 16px;
	font-weight: 400;
}
.text_model_mot {
    padding: 20px 0px;
}


.text_model_mot h2 {
    font-size: 48px;
    font-weight: 700;
	max-width: 900px;
	margin:0 auto;
}
.b_slid_top a {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
	width: 200px;
}


.b_slid_top a:first-child {
    background-image: linear-gradient(to bottom, #fff, #e5e5e5);
    color: #666;
    margin-right: 20px;
}





.btn-container {
   
}


.btn-red a {
    color: #fff;                /* колір тексту */
    text-decoration: none;      /* прибирає підкреслення */
    font-weight: 600;           /* товщина шрифту */
    text-transform: uppercase;  /* великими літерами */
    font-size: 14px;            /* розмір шрифту */
    display: inline-block;      /* щоб padding працював */
    padding: 20px 30px;         /* відступи всередині кнопки */
}

.btn-red {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    border-radius: 2px;
    display: inline-block;      /* щоб ширина підлаштовувалась під текст */
    margin-bottom: 100px;         /* відступ від правого краю */
}



.home .img_content {
    height: 100vh;
}
.slider img {
    width: 100%;
}
.top_nav.home {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

tbody td strong {
    font-size: 18px;
    font-weight: 100;
}

.meny ul li a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 20px;
    text-decoration: none;
}


.two_meny ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.two_meny ul li a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 20px;
    text-decoration: none;
}
.coin p {
    color: #fff;
    font-weight: 600;
    padding-right: 5px;
    font-size: 14px;
}

.item_moto img {
    width: 100%;
}
.moto_in_home_h {
    padding: 0px;
    display: block;
}

.slider_moto {
    width: 100%;
}
.swiper-wrapper {
    margin-bottom: 30px;
}
.name_block {
    text-align: center;
    padding: 30px 0px;
}
.nav.open_motocikli .su_menu_in.motocikli_open .nav_m_s a.bg50 {
    opacity: 0.5;
}
.nav.open_motocikli .su_menu_in.motocikli_open .nav_m_s a.bg50:hover {
    opacity: 1;
}
.nav.open_motocikli .su_menu_in.motocikli_open .nav_m_s .mot_3 div a {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    border-radius: 2px;
    font-size: 14px;
    color: #fff !important;
    padding: 20px 30px;
    text-transform: uppercase;
}
.b_slid_top {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 80%;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

.mot_3 .block_2el:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.s_m_op a p {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
}
.smop p {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.s_m_op {
    padding: 0px 10px;
}
.smop p {
    padding: 5px 10px;
    cursor: pointer;
}
font.read {
    text-transform: uppercase;
    color: #d40000;
    margin-right: 5px;
}

.name_block>.name_dis:before, .name_block>.name_dis:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: '';
    background-color: #bbbcbc;
    opacity: 0.5;
    height: 1px;
    width: 30px;
}


    .name_block>.name_dis:before, .name_block>.name_dis:after {
        width: 200px;
    }



    .name_block>.name_dis:before {
        margin-right: 30px;
    }

    .name_block>.name_dis:after {
        margin-left: 30px;
    }
.img_mot_f img {
    width: 100%;
}


.img_mot_f:after {
    /* position: relative; */
    content: '';
    display: block;
    margin-top: -27%;
    left: 0;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer .content_moto {
    margin-top: 0;
}

.to_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.qwe3.top_m_m {
    display: flex;
    flex-wrap: wrap;
}
.mot_r {
    display: none;
}
.mot_r.active {
    display: block;
}
.name_dis {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 0.91;
    color: #bbbcbc;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.28;
}


.mot_3 {
    display: none;
}
.mot_3.active {
    display: flex
;
}

.mot_3.active {
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; visibility: hidden; }
  to { opacity: 1; visibility: visible; }
}



.mySwiper {
  overflow: visible;   /* щоб бокові слайди видно було */
  padding: 0 20%;      /* обрізаємо бокові на 50% (по 25% з кожного боку) */
  position: relative;  /* для псевдоелементів */
}


/* Fade з боків */
.mySwiper::before,
.mySwiper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;          /* ширина градієнту */
  z-index: 5;
  pointer-events: none;
}

.mySwiper::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}

.mySwiper::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255,255,255,0));
}


.swiper-scrollbar-drag {
    background-color: #cb1517 !important;
}


.mot_3:not(.active) {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeOut {
  from { opacity: 1; visibility: visible; }
  to { opacity: 0; visibility: hidden; }
}




.mot_3 .block_2el {
    width: 45%;
}
.mot_3 .block_2el img {
    width: 60%;
}


p.active_to:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #c00;
}






.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600;
}
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: #cb1517;
    cursor: pointer;
    transition: opacity .2s ease-out;
}
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: #cb1517;
    cursor: pointer;
    transition: opacity .2s ease-out;
}




h2.dgwsteg {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    min-width: 120px;
    height: 37px;
    line-height: 35px;
    padding: 0 1em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
h2.dgwsteg {
    color: #ffffff;
    background-color: #6a6a6a;
    display: inline-block;
    width: 150px;
}

.hamburger {
    z-index: 90;
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    /* position: relative; */
    /* top: 53%; */
    /* left: -14px; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    align-items: center;
    margin-right: 20px;
}

.hamburger>.line {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 18px;
    border-radius: 5px;
    background: #0f0f0f;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.hamburger>.line::after, .hamburger>.line::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0f0f0f;
    border-radius: 5px;
    -webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, background-color 0.3s, transform 0.3s;
    transition: top 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.hamburger>.line::after {
    top: 5px;
}

.hamburger>.line::before {
    top: -5px;
}






.nav.open_nav .hamburger>.line {
    background-color: transparent;
}

.nav.open_nav .hamburger>.line::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


.nav.open_nav .hamburger>.line::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}






.harak p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0px;
}
font.color_point {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #444;
}
span.label_text.label_text_caps span {
    display: flex;
    align-items: center;
    flex-direction: row;
}


.price_item p {
    position: relative;
    display: flex;
    align-items: flex-end;
}
.price_item p b {
    font-size: 20px;
    position: relative;
    display: block;
    margin-left: 10px;
    top: 15px;
}
a.text_zaster {
    display: block;
    margin-top: 0px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-weight: 100;
}





.content_moto {
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
}
.filter {
    width: 20%;
}
.catalog_car {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
}

.img_info, .text_info {
    width: 48%;
    padding: 1%;
}
.item_car {
    width: 96%;
    padding: 1%;
    margin: 1%;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    display: flex;
    flex-direction: row;
}
.item_car:hover {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
	label.new_label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

label.new_label span.label_text.label_text_caps {
    color: #6c6b71;
	text-align: left;
	font-size: 13px;
}

input.fn_form_url_value {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input.fn_form_url_value+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
input.fn_form_url_value+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #8b9095;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
input.fn_form_url_value:checked+label::before {
    border-color: #05141f;
    background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' 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");
}
.img_content img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.img_content {
    height: 50vh;
}
.top_nav {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.logo a img {
    height: 59px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.text_360 h4 {
    font-size: 14px;
    font-weight: 400;
	text-align: left;
}
.container.f360 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-top: -400px;
}
.text_360 {
    width: 20%;
    color: #fff;
	padding-top: 100px;
}
.text_360 p {
    color: #fff;
}
.block360 {
    width: 80%;
    display: block;
}

.content_top {
    width: 100%;
    /* height: 50vh; */
    top: -20px;
    position: fixed;
    z-index: 99;
}
.nav {
    width: 95%;
    border-radius: 2px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
    /* padding: 21px 30px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    max-width: 1330px;
    flex-wrap: wrap;
    flex-direction: row;
}
.top_m_nav {
    width: 100%;
    border-radius: 2px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
    padding: 21px 21px;
    display: flex;
    justify-content: space-around;
    max-width: 1330px;
    flex-wrap: wrap;
    flex-direction: row;
}
.nav_m_s {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
}
.nav_m_s ul {
    display: flex
;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav_m_s ul li a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 37px 10px 37px;
    width: auto;
}
.smop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}






.su_menu_in {
    width: 100%;
    height: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
}

.nav.open_nav .su_menu_in.open_nav_m {
    height: 210px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


.nav.open_nav .meny ul li a {
    color: #b1b1b1;
	    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.nav.open_nav .two_meny ul li a {
    color: #b1b1b1;
	    -webkit-transition: all .2s ease;
    transition: all .45s ease-in-out;
}
a.dsafg_form {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    border-radius: 2px;
    font-size: 14px;
    color: #fff !important;
    padding: 20px 30px;
    text-transform: uppercase;
    display: block;
    width: 100px;
    text-align: center;
    position: relative;
}
.linck_r {
    display: flex;
}
.linck_r svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    fill: rgb(206 48 82);
    margin-right: 5px;
}
.to_footer {
    margin-top: 100px;
}

.img_info img {
    width: 70%;
}
.footer {
    background-color: #0f0f0f;
    width: 100%;
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.img_info {
    text-align: center;
}

.img_info p {
    text-align: left;
}
.pagination {
    text-align: center;
    padding: 90px 0px;
}
.pagination ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    /* display: inline-block; */
    color: #a6a6a6;
    font-size: 1.22vw;
    vertical-align: middle;
    text-decoration: none;
}
.pagination ul li {
    width: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.pagination ul li.active a {
    background: #000;
    color: #fff;
}
.pagination ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 2px;
    color: #464646;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    font-size: 12px;
    text-decoration: none;
}

button.btnMedium.btnType1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    padding: 10px 20px;
    padding-bottom: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 40px;
    border: none;
    margin-top: 20px;
}

.dn {
    text-align: center;
}
a.btnMedium.btnType1 {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    color: #fff;
    border-radius: 2px;
    padding: 11px 21px;
    text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}


div#myBtn .arrow_r {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00)); */
    /* background-image: linear-gradient(to bottom, red, #c00); */
    /* padding: 10px 20px; */
    /* padding-bottom: 11px; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* border-radius: 3px; */
    margin-right: 10px;
    background: #000;
    color: #fff;
    border-radius: 15px;
    padding: 7px 15px;
    opacity: 0.7;
    text-decoration: none;
}
.beer {
    display: flex;
    align-items: center;
}
b.adfa {
    top: 0px !important;
}
.more .beer {
    display: flex;
    align-items: center;
    height: 70px;
}



.more .img_info, .more .text_info {
    width: 48%;
    padding: 1%;
}

.more .galery {
    cursor: pointer;
}
.more .img_info img {
    width: 100%;
}
.more .img_info .galery img+img {
    width: 50%;
}
.more .img_info .galery img+img {
    width: 50%;
}



.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: calc(50% - 40px);
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header {
    width: 100%;
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: #999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.galery_one.open_galery {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 9999999999;
    align-items: center;
}
p.close_menu {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 999999;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 19px -5px #b8b5b5;
}
.galery_one {
    display: none;
}
.img_info .galery img+img {
    width: 50%;
}
.content_moto.more .item_car {
    width: 100%;
    border: none;
    display: flex;
}

.content_moto.more .item_car:hover {
    box-shadow: none;
}
.name_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name_form img {
    margin-bottom: 20px;
    width: 50px;
    margin-top: 50px;
}
.name_form h4 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 25px;
}
.form_wrp.corect_form .input_box {
    width: calc(100% - 26px);
    margin-bottom: 20px;
}
.form_wrp .input_box {
    width: 100%;
    min-height: 18px;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 5px 12px;
    border-radius: 2px;
}
img.f_log {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}
.cont_top_men img {
    height: 30px;
    padding: 15px 0px;
    display: none;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.swiper-slide {
    text-align: center !important;
}
a.csh {

}
.su_menu {
    position: absolute;
    top: 0px;
    width: 100%;
    /* margin: 0 6%; */
    z-index: 999;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.home_in_slider_text {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
    /* z-index: 999; */
    position: absolute;
    height: 50vh;
    margin-top: -50vh;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.svg_w_anim .d-icon-scrolling-hero {
    margin-bottom: 80px;
    fill: #fafafa;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3px;
    position: absolute;
    width: 22px;
    height: 53px;
}

.text_h_m {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
}

.svg_w_anim {
    height: 50px;
    width: 100%;
}
.d-icon-scrolling-hero .arrow-top, .d-icon-scrolling-hero .arrow-bottom {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.d-icon-scrolling-hero .arrow-bottom {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.techspec {
    background: #fafafa;
    /* display: flex
; */
    /* padding: 100px 0px; */
}

.text_r p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.con_down {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.con_down .text_r {
    width: 50%;
}

.d-link {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #c00;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav.open_obladnannya .su_menu_in.open_obladnannya_m {
    height: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


.nav_m_s.clasic ul {
    display: flex
;
    justify-content: flex-start;
}






@-webkit-keyframes bounceAlpha{0%,35%,50%{-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);-webkit-transform:none;transform:none}40%{-webkit-animation-timing-function:cubic-bezier(0.2, 0, 1, 1);animation-timing-function:cubic-bezier(0.2, 0, 1, 1);-webkit-transform:translateY(40%);transform:translateY(40%)}}@keyframes bounceAlpha{0%,35%,50%{-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);-webkit-transform:none;transform:none}40%{-webkit-animation-timing-function:cubic-bezier(0.2, 0, 1, 1);animation-timing-function:cubic-bezier(0.2, 0, 1, 1);-webkit-transform:translateY(40%);transform:translateY(40%)}}






.nav.hidden {
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



.nav.hidden .logo a img {
    height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.text_info {
    margin-top: 20px;
}
.cont_top_men {
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    max-width: 1330px;
    align-items: center;
}


.color_model_filtr.model_true p.info_trxt_g {
    display: none;
}


.contey {
    padding: 0 10px;
    max-width: 1460px;
    margin: auto;
}

.img_b_50 img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.block_news {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0px;
}
.new_b {
    width: 21%;
    /* border: 1px solid #444; */
    background: #fff;
    min-height: 300px;
    margin: 15px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
}


.new_b:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}


.fafafa {
    background-color: #fafafa;
}
.ssrer {
    display: flex;
}
.ssrer .block_as {
    width: 100%;
    min-height: 250px;
    background: #444;
    position: relative;
    overflow: hidden;
}

.p_ab {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -58%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.block_as a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
    /* font-weight: 700; */
    color: #fafafa;
    text-decoration: none;
    font-size: 24px;
}
.block_as a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background 200ms;
    transition: background 200ms;
}

.block_as a:hover:after {
    background: rgba(0, 0, 0, 0.4);
}
p.sdgsdg {
    color: #444;
    padding: 0px 260px;
    text-align: center;
    padding-top: 40px;
}

.block_as img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.nav.open_motocikli .su_menu_in.motocikli_open {
    min-height: 100px;
    height: 480px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.block_mot_m {
    margin-top: 20px;
}
.nav.open_motocikli .su_menu_in.motocikli_open .nav_m_s a {
    display: flex;
    width: 120px;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 0px 25px;
}
.nav.open_motocikli .su_menu_in.motocikli_open .nav_m_s a img{
    width: 100%;
}

.container {
    width: 90%;
    max-width: 1330px;
    margin: 0 auto;
	
	
	
.container.text_model_mot {
  position: relative; /* щоб ::before позиціонувався відносно контейнера */
}

.container.text_model_mot::before {
  content: "";
  position: absolute;
  top: 50%;         /* вертикальне центрування */
  left: 50%;        /* горизонтальне центрування */
  transform: translate(-50%, -50%); /* точне центрування по обидвох осях */
  width: 100px;     /* ширина SVG */
  height: 100px;    /* висота SVG */
  background-image: url('path-to-your-logo.svg'); /* шлях до SVG */
  background-size: contain;   /* щоб логотип поміщався у квадрат */
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* щоб не перекривав кліки по контейнеру */
  z-index: 10; /* зверху контенту */
}
	
	
	
	
	
}
.title {
    font-size: 48px;
    font-weight: 700;
    color: #0f0f0f;
}
.mot_3 .block_2el .title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-transform: none;
    padding: 0 0 10px;
}
.text_model { max-width: 850px; margin: 0 auto;}
.text_model p { 
	font-size: 18px;
	line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 400;
}

.gallery .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.gallery .images .image {
    /* width: 24%; */
}
.image img {
    width: auto;
    height: 345px;
}

.image_slid img {
    width: 100%;
}
.flex_block {
    display: flex;
}
.techspec .container img {
    width: 50% !important;
    margin-top: 25px;
}
.techspec .container div {
    padding-left: 30px;
}






button#clearFilterButton {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    border: none;
}

    .filter_mobile {display: none;}


.color_model_filtr.model_true label {
    display: flex;
}

.color_model_filtr label {
    display: none;
}

.non_flex {
    display: block;
}
.vert_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.block_50 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block_50 .b50 {
    width: 50%;
}


.name_h_m {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    width: 45%;
}

.img_content video.video {
    width: auto;
    height: 100vh;
	
	
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
	
}










.new_b.none_bg {
    background: none;
    min-height: auto;
    max-width: 230px;
}
.new_b.none_bg a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}






@media screen and (max-width: 800px) {

.content_top {
        z-index: 99;
    }
	
	
	
	
	
body.non_scroll .filter_mobile img {
    display: none;
}
	
	.see_filtr {
		display: none;
	}	
body.non_scroll .filter_mobile	.see_filtr {
		display: block;
	}
	
	
	.filter {
		width: 100%;
	}
    .filter {
        width: 100%;
        display: none;
    }
    .filter_mobile {
        display: flex;
        width: 60px !important;
        height: 60px !important;
        border: 1px solid #e7e7e7;
        border-top: none;
        border-left: none;
        background: #fff;
        font-weight: 600;
        position: fixed;
        top: 151px;
        left: 0;
        align-items: center;
        justify-content: center;
        align-content: center;
        box-shadow: 3px 6px 13px -9px #444;
        z-index: 99999999;    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
	
	
body.non_scroll .filter_mobile {
    width: 240px !important;
    text-align: center;
    left: calc(50% - 120px);    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}	
	
	
    .filter_mobile img {
        max-width: 60%;
    }
    .filter_content .filter {
        display: none;
    }
    .filter_content .catalog_car {
        width: 100%;
    }
    .content_moto {
        width: 80%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px;
        /* background: #fff; */
        margin-top: 10px;
        display: block;
    }
    .filter_content .filter {
        display: none;
    }
    .filter.open {
        position: fixed;
        display: block;
        background: #fff;
        width: calc(100% - 30px);
        left: 0;
        top: 0;
        padding: 15px;
        height: calc(100vh - 155px);
        overflow: auto;
        padding-top: 211px;
        z-index: 99999;
    }
	
	
	
	
	
	
	
	
	
body.non_scroll .nav {
    margin-top: 10px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
	
	
	
	
	
	
	
	
	
	.catalog_car {
		display: block;
		width: 100%;
	}
	
    .item_car {
        width: 96%;
        margin-bottom: 40px;
        display: block;
    }	
	
.content_moto.more .item_car {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}
.more .img_info, .more .text_info {
    width: 98%;
    padding: 1%;
}	
.top_nav {
    width: 100%;
    height: 35vh;
    overflow: hidden;
}
.img_content {
    height: 35vh;
}	
    .img_info, .text_info {
        width: 90%;
        padding: 5%;
    }
	
	
    .price_item a.btnMedium.btnType1 {
        margin: 0 auto;
        display: list-item;
        text-align: center;
        width: 120px;
        display: block;
    }
p.info_trxt_g {
    color: #c0bebe;
    font-size: 16px;
}
	
.dafaf {
    margin-bottom: 100px;
    padding-bottom: 200px;
}
	





select.sewll {
    border: 0 none;
    border-bottom: 1px solid #b9b9b8;
    border-radius: 0;
    width: 100%;
    padding: 11px;
    margin-bottom: 65px;
    outline: none;
    background: #fff;
    color: #4c4e4c;
    top: 8px;
    left: 30px;
    transition: 0.28s;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat',Arial,sans-serif;
}
.contact-form input {
    border: 0 none;
    border-bottom: 1px solid #b9b9b8;
    border-radius: 0;
    width: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    padding: 5px;
    margin-bottom: 65px;
    outline: none;
    background: #fff;
}
.contact-form .captcha-wrap {
  margin-bottom: 45px;
}
.contact-form .btn {
    font-size: 24px;
    line-height: 54px;
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    outline: none;
    border-radius: 0px;
    background: #1e232d;
    border: 1px solid #ddc39d;
    color: #ddc39d;
}
.contact-form .btn:hover {
    background-color: #ddc39d;
    color: #1e232d;
}
.contact-form label {
    color: #212121;
    position: absolute;
    top: 8px;
    left: 30px;
    transition: 0.28s;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat',Arial,sans-serif;
}
.contact-form input:focus + label {
  top: -20px;
  font-size: 12px;
}
.contact-form input:invalid {
  box-shadow: none;
}
.contact-form input:valid {
  border-bottom: 1px solid #161613;
}



.contact-form select {
    border: 0 none;
    border-bottom: 1px solid #b9b9b8;
    border-radius: 0;
    width: 100%;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0px;
    padding-left: 4px;
    margin-bottom: 65px;
    outline: none;
    background: none;
    color: #212121;
}




.contact-form input:valid + label {
    top: -20px;
    font-size: 12px;
}
.contact-form input:invalid:not(:focus):not(:placeholder-shown) {
  border-bottom: 1px solid #d3362a;
}
.contact-form input:invalid:not(:focus):not(:placeholder-shown) + label {
  top: -20px;
  font-size: 12px;
}
.contact-form input:invalid:focus:not(:placeholder-shown) ~ .requirements {
  max-height: 20px;
}
.contact-form .requirements {
  position: absolute;
  bottom: 20px;
  padding: 0 5px;
  max-height: 0;
  transition: 0.28s;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #d3362a;
}

.cul_uss input {
    background: #ddc39d;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}



.container.flex_block div tr {
    border-bottom: 1px solid #e7e7e7;
}
.zgods {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}
.zgods input.swge {
    width: auto;
    margin-right: 10px;
}







form#contactForm {
    width: 50% !important;
    padding-bottom: 30px;
}




button.dgwsteg {
    border-color: #0f0f0f;
    color: #fafafa;
    background-color: #0f0f0f;
    width: 200px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}


.img_s_link {
    max-height: 750px;
    width: calc(100% - 40px);
    margin: 20px;
    overflow: hidden;
}
.img_s_link img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.one_img_s h2 {
    padding: 40px 20px;
    margin: 0px;
}
.darck {
    background: #1f1f1f;
}
.darck h2 {
    color: #fff;
}
.darck p {
    color: #fff;
}
.richtext {
    position: absolute;
}
.swiper-backface-hidden .scrambler_item_moto {
    height: 500px !important;
    overflow: hidden;
}
.mySwiper3.scrambler .swiper-wrapper {
    padding: 0px;
    margin: 0;
}
.swiper-backface-hidden .scrambler_item_moto.swiper-slide img
 {
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 90%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.center {
    text-align: center;
}
.container.scrambler_text_model_mot {
    display: flex;
}


.container.scrambler_text_model_mot .name {
    width: 45%;
    padding-right: 2%;
}
.container.scrambler_text_model_mot .text_model_scrambler {
    padding: 20px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.grid-item {
    /* background-color: #f0f0f0; */
    /* border: 1px solid #ddd; */
    /* padding: 20px; */
    text-align: center;
    /* border-radius: 5px; */
}

.grid-item img {
	width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}



h2.scrambler {
    font-size: 32px;
    background: #444;
    display: inline-block;
    color: #fff;
    margin: 0 auto;
}
.container.text_model_mot .name {
    text-align: center;
}



.one_img.scrambler img {
    width: 100%;
}


        .grid-container-3b {
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* Три стовпці однакової ширини */
            gap: 20px; /* Відстань між блоками */
            margin: 0 auto; /* Центрування по горизонталі */
            padding: 20px;
        }

        .grid-item-3 {
        }

        .tabs-container {
            margin: 0 auto;
            padding: 20px;
        }
        

        
.tab-content {
    display: none;
    padding: 20px;
    /* background: #f9f9f9; */
    border-radius: 0 5px 5px 5px;
}
        
        .tab-content.active {
            display: block;
        }
.tabs-header {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    background-color: #fafafa;
    /* padding-top: 14px; */
}
.tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 600;
	color:#5b5959;
}
.tab-btn:hover
 {
    text-decoration: underline;
	 color:#000000;
}
.tab-btn.active {
    text-decoration: underline;
	color:#000000;
}
.tab-content table tr {
    border-bottom: 1px solid #d1d1d1;
}
.tab-content table tr td {
    font-size: 18px;
    padding: 15px 0px;
}
.tab-content table tr td:first-child {
    font-weight: 700;
}

.richtext_scrambler_name {
    color: #fff;
    height: 200px;
    margin-top: -200px;
}
.richtext_scrambler_name h3 {
    margin: 0px;
    padding: 0px;
}
.richtext_scrambler_name p {
    margin: 0px;
    padding: 0px;
}


.block_50 {
  display: flex;
  flex-wrap: wrap;
}

.block_50 .b50 {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.block_50 .b50 a {
  display: block;
}

.block_50 .img_b_50 img {
  width: 100%;
  display: block;
}
	
.block_50 {
  background: transparent !important;
}

.block_50 .b50 {
  background: transparent !important;
}

.img_b_50 {
  line-height: 0;
}

.img_b_50 img {
  display: block;
  width: 100%;
}

	.block_50 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  gap: 0 !important;
}

.block_50 .b50 {
  width: 50%;
  margin: 0 !important;
  padding: 0 !important;
}

.block_50 .img_b_50 {
  line-height: 0;
}

.block_50 .img_b_50 img {
  display: block;
  width: 100%;
}


	
/* back */	
	
	.b50 {
  position: relative !important;
  overflow: hidden !important;
}

.b50_link {
  display: block !important;
  position: relative !important;
  text-decoration: none !important;
}

.img_b_50 {
  position: relative !important;
}

.img_b_50 img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.b50_link:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 55%, rgba(0,0,0,0) 100%) !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.hover-content {
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 3 !important;
  opacity: 1 !important;
  transform: none !important;
  color: #fff !important;
  text-align: left !important;
  pointer-events: none !important;
}

.hover-title {
  margin: 0 0 12px 0 !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

.hover-btn {
  display: inline-block !important;
  padding: 10px 18px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
}


	
	.rxn-a1 {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.rxn-a1__title {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.rxn-a1__text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #222;
}

.rxn-a1__text p {
  margin: 0 0 18px;
}
	
	.rxn-a1__text,
.rxn-a1__text p,
.rxn-a1__text span,
.rxn-a1__text div,
.rxn-a1__text li {
  font-size: 16px !important;
  line-height: 1.7;
  font-weight: 400;
}

	
.footer {
    background: #0f0f0f;
    padding: 60px 20px;
    text-align: center;
}

.footer_logo img {
    max-width: 320px;
    width: 100%;
}

.footer_social {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.footer_social a {
    color: #fff;
    text-decoration: none;
}

.footer_social i {
    font-size: 24px;
}