

/* Start:/local/components/bitrix/breadcrumb/templates/.default/style.css?1641966582363*/
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;

	font-size:15px;
}


.bx-breadcrumb {
	margin-bottom:20px;
}
.bx-breadcrumb A {
	color:#abb3b9;
	text-decoration:none;
	
}

.bx-breadcrumb A:hover {
	color:#e50000;
}

.bread_arr {
	margin-right:6px;
}
/* End */


/* Start:/local/components/simargl/blog.details/templates/.default/style.css?176844520953815*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    f1loat: left;
    margin: 0 8px 6px 1px;
    border-radius: 10px;
}

.news-date-time {
    color: #bbb;
    font-size: 13px;
}

/* ============================================================================= */

/* ===== Geometria Fonts ===== */

/* @font-face {
    font-family: 'Geometria';
    src: url('/local/components/simargl/blog.details/templates/.default/../assets/fonts/Geometria.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/components/simargl/blog.details/templates/.default/../assets/fonts/Geometria-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/components/simargl/blog.details/templates/.default/../assets/fonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/components/simargl/blog.details/templates/.default/../assets/fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/components/simargl/blog.details/templates/.default/../assets/fonts/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Geometria', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    overflow-x: hidden;
}

/* header {
    margin-bottom: 94px;
} */

.container {
    max-width: 1210px;
    margin: 0 auto;
}

main {
    display: flex;
    justify-content: space-between;
    gap: 0 43px;
}

p {
    margin: 0;
}

.section_title {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.about_section_title {
    color: #212529;
    opacity: 0.7;
    font-size: 18px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.description {
    color: #212529;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

button {
    cursor: pointer;
    /* font-family: 'Geometria', sans-serif; */
    border: none;

}

.btn_red {
    border-radius: 7px;
    background: #e50000;
    cursor: pointer;
    /* font-family: 'Geometria', sans-serif; */
    border: none;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}


.header_top {
    background-color: #212529;
    color: #fff;
    padding: 6px 0px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.location a {
    color: #e1534d;
    transition: 0.3s all ease-in-out;
}


.header_top a {
    transition: 0.3s all ease-in-out;
}

.header_top a:hover {
    color: #e1534d;
    transition: 0.3s all ease-in-out;
}

.location a:hover {
    color: #fff;
}

.header_top_right {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.nav {
    display: flex;
    gap: 0 10px;
    list-style: none;
}

.nav a {
    color: #fff;
    text-decoration: none;
}

.header_top_right .apps {
    display: flex;
    gap: 0 10px;
}

.header_top_right .apps a {
    text-decoration: none;
}

.header_top_right .apps a img {
    width: 31px;
    height: 31px;
}


.header_bottom {
    border-bottom: 2px solid #dad8d8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    padding: 14px 0;
    margin-bottom: 20px;
}

.header_bottom .bottom_block {
    display: flex;
    gap: 0 15px;
    align-items: center;
    justify-content: space-between;
}

.header_bottom .bottom_block .btn_red {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 152px;
    height: 44px;
    padding: 0 20px;
}

.header_bottom .bottom_block form {
    display: flex;
    align-items: center;
}

.header_bottom .bottom_block form input {
    border: 2px solid #dad8d8;
    border-radius: 5px 0 0 5px;
    float: left;
    padding: 13px;
    outline: none;
    /* font-family: 'Geometria', sans-serif; */
    width: 390px;
}

.header_bottom .bottom_block form button {
    width: 45px;
    background-color: #dad8d8;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_bottom .bottom_block form button img {
    object-fit: cover;
}

.header_bottom .bottom_block .wishlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: #e50000;
    font-size: 14px;
    text-decoration: none;
}

.header_bottom .bottom_block .call_back2 {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.header_bottom .bottom_block .call_back2 .time {
    font-size: 14px;
    margin-bottom: -5px;
}

.header_bottom .bottom_block .call_back2 a {
    font-size: 23px;
    color: #e50000;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

.header_bottom .bottom_block .call_back2 button {
    width: auto;
    padding: 4px 16px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: center;
}

.banner {
    width: 100%;
    text-align: center;
    background: #e50000;
    color: #fff;
    padding: 15px;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.pages_nav {
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: start;
}

.pages_nav a img {
    display: flex;
    align-items: end;
    height: 20px;
}

.pages_nav a {
    text-decoration: none;
    font-weight: 500;
    color: #575c61;
    opacity: 0.8;
}

.pages_nav p {
    font-weight: 700;
    font-size: 18px;
    color: #6b7178;
}

.section_right_slider {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    padding: 26px 12px 29px 28px;
    display: flex;
    height: max-content;
    flex-direction: column;
    gap: 28px 0;
}

.section_right_slider .slider_title {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.section_right_slider .pages {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}

.section_right_slider .pages .where {
    display: flex;
    align-items: start;
    gap: 0 17px;
    text-decoration: none;
}

.section_right_slider .pages .where img {
    margin-top: 7px;
    opacity: 0.5;
    transition: 0.3s all ease-in-out;
}

.section_right_slider .pages .where p {
    margin: 0;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
    transition: 0.3s all ease-in-out;
}

.section_right_slider .pages .where:hover img {
    opacity: 1;
}

.section_right_slider .pages .where:hover p {
    color: #e50000;
}

.section_left_slider {
    width: 866px;
}

.post_preview {
    display: flex;
    flex-direction: column;
}

.top_poster {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-bottom: 19px;
}

.top_poster .when {
    display: flex;
    gap: 0 12px;
    align-items: start;
}

.moto_types .about_section .description span {
    font-weight: 700;
}

.top_poster .when p {
    color: #212529;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

.top_poster .main_poster {
    border-radius: 20px;
    background: url('/local/components/simargl/blog.details/templates/.default/./images/main_poster_bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 42px 74px 30px 50px;
}

.top_poster .main_poster .poster_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0%;
    border-radius: 50px;
    backdrop-filter: blur(20px);
    background: rgba(33, 37, 41, 0.4);
    opacity: 0.9;
    padding: 21px 44px 34px 39px;
    margin-bottom: 152px;
}

.s1 {
    border-radius: 300px;
    backdrop-filter: blur(20px);
    background: rgba(33, 37, 41, 0.2);
    padding: 16px 29px 16px 27px;
    width: fit-content;

}

.poster_rating {
    display: flex;
    gap: 0 10px;
    padding: 20px 22px 15px 36px;
    margin-bottom: 20px;
}

.poster_rating p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
}

.about_main_poster {
    display: flex;
    justify-content: space-between;
}

.about_main_poster .s1 {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.about_main_poster .s1 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
}

.bottom_poster {
    display: flex;
    flex-direction: column;
    gap: 44px 0;
}

.bottom_poster .ask_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_poster .ask_question .block_left {
    display: flex;
    gap: 0 39px;
    align-items: center;
}

.ask_question .block_left .images {
    position: relative;

}

.ask_question .block_left .human {
    z-index: 1;
}

.ask_question .block_left .human2 {
    position: absolute;
    z-index: 2;
    bottom: -10px;
    right: -10px;
}

.ask_question {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    padding: 22px 40px 37px 37px;
    margin-bottom: 30px;
}

.ask_question .block_left .block_title {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
    margin-bottom: 0;
}

.ask_question .block_left p {
    color: #212529;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

.ask_question .block_left .info {
    display: flex;
    gap: 0 32px;
}

.ask_question .block_left .info .m1 {
    display: flex;
    align-items: center;
    gap: 0 9px;

}

.ask_question .block_left .info .m1 span {
    color: #212529;
    font-size: 13px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
    display: flex;
    gap: 0 2px;
}

.ask_question .block_left .info .m1 .span {

    color: #212529;
    font-size: 13px;
    font-weight: 600;
    line-height: 154%;
    letter-spacing: 0%;
}

.ask_question .block_right {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.ask_question .block_right .applications {
    display: flex;
    align-items: center;

}

.ask_question .block_right .applications .line {
    margin-left: 6.5px;
    margin-right: 9.5px;
}

.ask_question .block_right .applications .app {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.ask_question .block_right .applications .app p {
    color: #6b7178;
    font-size: 11px;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: 0%;
}

.ask_question .block_right .btn_red {
    border-radius: 7px;
    background: #e50000;
    padding: 11.3px 54px;
    cursor: pointer;
    border: none;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.bottom_poster .description {
    margin-bottom: 2px;
}

.moto_types .section_title {
    margin-bottom: 25px;
}

.moto_types .n1 {
    margin-bottom: 16px;
}

.moto_types .about_section {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 35px;
}

.moto_types .about_section .blocks {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.moto_types .about_section .blocks .infos {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 40px;
    margin-top: 15px;
}

.moto_types .about_section .blocks .infos .info {
    display: flex;
    gap: 10px;
    align-items: start;
}

.moto_types .about_section .blocks .infos .info img {
    margin-top: 8px;
}

.moto_types .about_section .blocks .infos .info span {
    color: rgba(32, 36, 40, 1);
    font-style: Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.moto_types .section_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(33, 37, 41, 1);
    padding: 22px 34px 20px 37px;
    margin-bottom: 30px;
}

.moto_types .section_bottom .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.moto_types .section_bottom span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

.moto_types .section_bottom .btn_red {
    padding: 11px 66px;
}

.section_models {
    margin-bottom: 26px;
}

.section_models .about_section_title {
    margin-bottom: 10px;
}

.section_models .description {
    margin-bottom: 21px;
}

.section_models .section_title {
    margin-bottom: 20px;
}

.section_models .about_section {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 25px;
}

.section_models .about_section .description {
    margin-bottom: 0;
}

.section_models .about_section .blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_models .about_section .blocks .infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 40px;
    margin-top: 15px;
}

.section_models .about_section .blocks .infos .info {
    display: flex;
    gap: 10px;
    align-items: start;
}

.section_models .about_section .blocks .infos .info img {
    margin-top: 8px;
}

.section_models .about_section .blocks .infos .info span {
    color: rgba(32, 36, 40, 1);
    font-style: Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}



.section_models .motos {
    display: flex;
    justify-content: space-between;
    gap: 0 52px;
    margin-bottom: 45px;
}

.section_models .motos .cart {
    display: flex;
    flex-direction: column;
}

.section_models .motos .cart img {
    margin-bottom: 34px;
}

.section_models .motos .cart .moto_name {
    font-weight: 500;
    line-height: 154%;
    color: #E50000;
    margin-bottom: 20px;
}

.section_models .about_models {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(244, 244, 244, 1);
    display: flex;
    gap: 0 39px;
    align-items: start;
    padding: 22px 34px 22px 35px;
}

.section_models .about_models .icons {
    position: relative;
}

.section_models .about_models .icons .after {
    position: absolute;
    top: -30px;
    left: 50px;
}

.section_models .about_models .info {
    margin-top: 7px;
}

.section_models .about_models .info .title {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
    margin-bottom: 7px;
}

.section_models .about_models .info .description {
    margin-bottom: 0;
}

.power_and_speed .section_title {
    margin-bottom: 18px;
}

.power_and_speed .about_section {
    display: flex;
    gap: 0 28px;
    align-items: end;
    margin-bottom: 40px;
}

.power_and_speed .about_section .about_section_title {
    margin-bottom: 25px;
}

.power_and_speed .about_section .right {
    margin-bottom: -30px;
}

.goods {
    margin-top: 35px;
    margin-bottom: 39px;
}

.goods .section_title {
    margin-bottom: 41px;
}

.goods .section_title span {
    color: #E50000;
}

.goods .buy_moto {
    display: flex;
    gap: 0 20px;
}

.goods .buy_moto .cart {
    width: 33.333%;
    border-radius: 15px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    padding-bottom: 15px;
}

.goods .buy_moto .cart .moto {
    width: 100%;
    margin-bottom: 15px;
}

.goods .buy_moto .cart .moto_title {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 154%;
    margin-bottom: 15px;
    margin-left: 15px;
    letter-spacing: 0%;
}

.goods .buy_moto .cart .moto_title span {
    font-weight: 500;
}

.goods .buy_moto .cart .buttons {
    display: flex;
    gap: 0 5px;
    margin-left: 15px;
}

.goods .buy_moto .cart .buttons button {
    font-weight: 400;
    padding: 5px 36px;
}

.goods .buy_moto .cart .buttons .add_to_card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 22px;
}

.goods .buy_moto .cart .buttons .add_to_card img {
    width: 15px;
}

.max_speed {
    margin-bottom: 45px;
}

.max_speed .section_title {
    margin-bottom: 15px;
}

.max_speed .about_section_title {
    margin-bottom: 10px;
}

.max_speed .block {
    display: flex;
    align-items: end;
    gap: 20px;
}

.max_speed .block .right {
    width: 361px;
    height: 243px;
}

.option .blocka {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 40px;
}

.option .blocka .info {
    display: flex;
    align-items: center;
    gap: 9px;


}

.option .blocka .info .description {
    color: rgba(32, 36, 40, 1);
    font-style: Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
}

.find_motorcycle .step img:nth-child(2) {
    display: none;
}

.max_speed .description {
    margin-bottom: 20px;
}

.max_speed .leave_comment {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(229, 0, 0, 1);
    padding: 22px 46px 27px 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.max_speed .leave_comment .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.btn_black {
    border-radius: 7px;
    background: #212529;
    cursor: pointer;
    border: none;
    padding: 11px 36px 11px 44px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.option {
    margin-bottom: 36px;
}

.option .section_title {
    margin-bottom: 20px;
}

.option .about_section_title {
    margin-bottom: 11px;
}

.option .information {
    display: flex;
    flex-direction: column;
    gap: 17px 0;
    margin-bottom: 44px;
    max-width: 684px;
    margin-left: 22px;
}

.option .information .info {
    display: flex;
    align-items: start;
    gap: 0 9px;
}

.option .information .info img {
    margin-top: 8px;
}

.option .information .info span {
    font-weight: 500;
}

.how_choose {
    margin-bottom: 23px;
}

.how_choose .about_section_title {
    margin-bottom: 24px;
}

.how_choose .description {
    margin-bottom: 9px;
}

.how_choose .about_models {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(244, 244, 244, 1);
    display: flex;
    gap: 0 39px;
    align-items: start;
    padding: 22px 34px 22px 35px;
}

.how_choose .about_models .icons {
    position: relative;
}

.how_choose .about_models .icons .after {
    position: absolute;
    top: -30px;
    left: 50px;
}

.how_choose .about_models .info {
    margin-top: 7px;
}

.how_choose .about_models .info .title {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
    margin-bottom: 7px;
}

.how_choose .about_models .info .description {
    margin-bottom: 0;
}

.need_rights {
    margin-bottom: 48px;
}

.need_rights .section_title {
    margin-bottom: 25px;
}

.need_rights .about_rights {
    display: flex;
    gap: 0 44px;
    align-items: start;
    margin-bottom: 18px;
}

.need_rights .about_rights .left {
    display: flex;
    flex-direction: column;
    gap: 11px 0;
}

.need_rights .d1 {
    margin-top: 9px;
    margin-bottom: 0;
}

.need_rights .full_information {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    margin-left: 19px;
    margin-bottom: 35px;
}

.need_rights .full_information .info {
    display: flex;
    align-items: center;
    gap: 0 9px;
}

.need_rights .full_information .info .description {
    font-weight: 500;

}

.our_advantages {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    padding: 33px 44px 72px 35px;
    margin-bottom: 48px;
}

.our_advantages .section_title {
    text-align: center;
    margin-bottom: 43px;
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 44px 33px;
}

.advantages .cart {
    display: flex;
    align-items: start;
    gap: 0 31px;
    width: 47%;
}

.advantages .cart .images {
    position: relative;
}

.advantages .cart .images .after {
    position: absolute;
    top: 6px;
    right: -10px;
}

.advantages .cart .title {
    color: #212529;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.how_much .section_title {
    margin-bottom: 25px;
}

.how_much .about_section_title {
    margin-bottom: 10px;
}

.how_much .description {
    margin-bottom: 20px;
}


.how_much .full_information {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
    margin-bottom: 34px;
    padding-left: 38px;
}

.how_much .full_information .description {
    margin-bottom: 0;
}

.how_much .full_information .info {
    display: flex;
    align-items: center;
    gap: 0 9px;
}

.how_much .full_information .description {
    font-weight: 300;
}

.how_much .full_information span {
    font-weight: 500;
}

.find_motorcycle {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: linear-gradient(167.59deg, rgba(106.58, 113.47, 120.35, 1), rgba(196.91, 209.63, 222.35, 1) 100%);
    padding: 52px 34px 49px 40px;
    margin-bottom: 35px;
}

.d2 .about_section_title {
    margin-bottom: 10px;
}

.d2 .description {
    margin-bottom: 20px;
}



.d2 .full_information {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
    margin-bottom: 17px;
    padding-left: 38px;
}

.d2 .q11 {
    margin-bottom: 25px !important;
}

.d2 .full_information .description {
    margin-bottom: 0;
}

.d2 .full_information .info {
    display: flex;
    align-items: center;
    gap: 0 9px;
}

.d2 .full_information .description {
    font-weight: 300;
}

.d2 .full_information span {
    font-weight: 500;
}

.block_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
    margin-bottom: 26px;
}

.find_motorcycle .info {
    margin-bottom: 23px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
}

.find_motorcycle .step {
    display: flex;
    flex-direction: column;
    gap: 7px 0;
    margin-bottom: 38px;
}

.find_motorcycle .step img {
    width: 100%;
}

.find_motorcycle .step p {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
    margin-left: 34px;
}

.second_question {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 95px;
}

.second_question p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.find_motorcycle .btn-group {
    display: flex;
    gap: 23px;
}

.find_motorcycle .range-btn {
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 7px;
    cursor: pointer;
    transition: 0.2s ease;
    background: none;
    width: 33.33%;
    padding: 12px 0;

    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 154%;
}

/* Bosilgan tugma */
.find_motorcycle .range-btn.active {
    background: #ffffff;
    /* oq */
    color: #000;
}

.find_motorcycle .last_btns {
    display: flex;
    justify-content: space-between;
}

.btn_gray {
    border-radius: 7px;
    background: rgba(133, 139, 146, 1);
    padding: 11px 91px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
}

.find_motorcycle .last_btns .btn_red {
    padding: 11px 45px;
}

.d2 {
    margin-bottom: 28px;
}

.where_to_buy {
    margin-bottom: 35px;
}


.where_to_buy .section_title {
    margin-bottom: 25px;
}

.where_to_buy .about_section_title {
    margin-bottom: 5px;
}

.where_to_buy .description .tel {
    color: rgba(33, 37, 41, 1);
    font-style: Bold;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 700;
    line-height: 154%;
    text-decoration: none;
    letter-spacing: 0%;
}

.how_to_check {
    margin-bottom: 31px;
}

.how_to_check .about_section_title {
    margin-bottom: 24px;
}

.how_to_check .m1 {
    margin-bottom: 23px;
}

.how_to_check .full_information {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    margin-bottom: 30px;
    padding-left: 19px;
}

.how_to_check .full_information .info {
    display: flex;
    align-items: center;
    gap: 0 9px;
}

.how_to_check .full_information .description {
    font-weight: 500;
}

.faq {
    margin-top: 42px;
    margin-bottom: 54px;
}

.faq .section_title {
    margin-bottom: 38px;
}

.faq-item {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(244, 244, 244, 1);
    margin-bottom: 24px;
    overflow: hidden;
}

.faq-header {
    padding: 21px 36px 21px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-header span:first-child {
    font-size: 14px;
    font-weight: 700;
}

/* ICON */
.icon {
    position: relative;
    width: 31px;
    height: 31px;
    flex-shrink: 0;
}

.icon img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s ease;
}

/* default holat */
.icon-minus {
    opacity: 0;
}

/* FAQ BODY */
.faq-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 33px;
    transition: max-height 0.45s ease, padding 0.3s ease;
}

.faq-body p {
    margin: 0;
    color: #212529;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

.faq-body p span {
    font-weight: 700;
    text-decoration: none;
}

.faq-body p span a {
    text-decoration: none;
    color: #212529;
}

/* ACTIVE HOLAT */
.faq-item.active .faq-body {
    max-height: 300px;
    /* yetarli katta */
}

.faq-item.active .icon-plus {
    opacity: 0;
}

.faq-item.active .icon-minus {
    opacity: 1;
}

.comments {
    margin-bottom: 50px;
}

.comments .section_title {
    margin-bottom: 42px;
    font-size: 30px;
}

.commentariees {
    display: flex;
    flex-direction: column;
    gap: 33px 0;
}

.commentariees .life_comments {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px 0;
}

.commentariees .life_comments .top {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(240, 240, 240, 1);
    padding: 16px 22px 24px 40px;
    width: -webkit-fill-available;
}

.commentariees .life_comments .date {
    color: #575c61;
    text-align: end;
    font-size: 10px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

.commentariees .life_comments .about_what {
    display: flex;
    gap: 0 24px;
    align-items: end;
}

.life_comments .about_what .infomation {
    display: flex;
    flex-direction: column;
    gap: 2px 0;
}

.life_comments .about_what .infomation .title {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
}

.life_comments .about_what .infomation p {
    color: #575c61;
    font-size: 16px;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: 0%;
}

.commentariees .life_comments .bottom {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(227, 227, 227, 1);
    padding: 16px 22px 31px 35px;
    width: 700px;
}

.commentariees .m1 {
    margin-bottom: -7px;
}

.commentariees .life_comments .bottom .about_what {
    align-items: start;
}

.commentariees .life_comments .bottom .about_what .images {
    margin-top: -5px;
    position: relative;
}

.commentariees .life_comments .bottom .about_what span {
    position: absolute;
    top: 7px;
    left: 18px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;

}

.commentariees .life_comments .bottom .about_what p {
    font-size: 14px;
}

.commentariees .life_comments .bottom .about_what .divv {
    color: #3B3F44;
    font-size: 14px;
    font-weight: 800 !important;
}

.commentariees .life_comments .bottom .about_what .divv a {
    color: #3B3F44;
    text-decoration: none;
}

.your_comment {
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 1);
    padding: 42px 43px 45px 40px;
}

.your_comment .section_title {
    margin-bottom: 46px;
    font-size: 27px;
    font-weight: 700;
}

.your_comment .top_inputs {
    display: flex;
    gap: 0 12px;
    margin-bottom: 15px;
}

.your_comment .top_inputs input {
    box-sizing: border-box;
    border: 1px solid #e4e7eb;
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    padding: 12px 19px;
    resize: none;
}

textarea {
    width: 100%;
    height: 111px;
    box-sizing: border-box;
    border: 1px solid #e4e7eb;
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    padding: 12px 19px;
    resize: none;
}

.your_comment .top_inputs input::placeholder {
    color: #212529;
    font-size: 13px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

textarea::placeholder {
    color: #212529;
    font-size: 13px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

textarea {
    margin-bottom: 27px;
}

.your_comment .btn_red {
    padding: 11px 76px;
}

.call_back {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 2px 50px 6px rgba(0, 0, 0, 0.05);
    background: rgba(33, 37, 41, 1);
    padding: 22px 0 33px 40px;
    margin-top: 56px;
}

.call_back .section_title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.call_back .description {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
    margin-bottom: 22px;
}

.call_back form {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.call_back form .inputs {
    display: flex;
    gap: 0 19px;
}

.call_back form .inputs input {
    border-radius: 7px;
    background: #ffffff;
    padding: 12px 19px;
    outline: none;
    border: none;
}

.call_back form .inputs input::placeholder {
    color: #212529;
    font-size: 13px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
}

.call_back form .buttons {
    display: flex;
    gap: 0 17px;
}

.call_back form .buttons .btn_red {
    padding: 11px 47px;
}

.call_back form .buttons .applications {
    display: flex;
    align-items: center;
}

.call_back form .buttons .applications .app {
    display: flex;
    align-items: center;
}

.call_back form .buttons .applications .line {
    margin-left: 6.5px;
    margin-right: 9.5px;
}

.call_back form .buttons .applications .app p {
    color: #c9d1d9;
    font-size: 11px;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: 0%;
}

.call_back .after {
    position: absolute;
    bottom: -43px;
    right: -10px;
}

.read_more {
    margin-bottom: 45px;
    margin-top: 43px;
}

.read_more .section_title {
    margin-bottom: 40px;
}

.read_more .read_more_block {
    display: flex;
    gap: 0 70px;
}

.read_more .read_more_block .cart {
    width: 33.333%;
}

.read_more .read_more_block .cart .first {
    margin-bottom: 24px;
}

.read_more .read_more_block .cart .date {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 17px;
}

.read_more .read_more_block .cart .date p {
    color: #212529;
    font-size: 14px;
    font-weight: 300;
    line-height: 154%;
}

.read_more .read_more_block .cart .title {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 154%;
    text-decoration: none;
}

.goods,
.read_more {
    position: relative;
}

.read_more_block {
    overflow: hidden;
}

.buy_moto {
    width: 100%;
    overflow: hidden;
    position: static;
}

.buy_moto .swiper-wrapper {
    gap: 0;
}

.swiper-wrapper {
    display: flex;
    gap: 0 20px;
}

.swiper-slide {
    width: 33.333% !important;
}

.buy_moto .cart,
.read_more_block .cart {
    width: 100% !important;
}

.prev {
    position: absolute;
    right: 60px;
    top: 18px;
    z-index: 5;
    cursor: pointer;
}

.next {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 18px;
    z-index: 5;
}

.prev1 {
    position: absolute;
    right: 60px;
    top: 18px;
    z-index: 5;
    cursor: pointer;
}

.next1 {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 18px;
    z-index: 5;
}

.b1 {
    display: none !important;
}

.about_models .icons img:nth-child(2) {
    display: none;
}

.find_motorcycle .last_btns .btn_red .dal {
    display: none;
}

.ols1 {
    display: none;
}

.hamburger_icon {
    display: none;
}


.slider {
    padding: 20px;
    max-width: 300px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}

.slider .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 175px;
}

.slider .logo1 {
    width: 60px;
}

.slider .top .close_icon {
    width: 20px;
}

.slider .nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: right;
}

.slider .nav a {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}

.slider .call_back2 {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    align-items: end;
    text-align: right;
}

.slider .call_back2 .time {
    font-size: 14px;
    margin-bottom: -5px;
}

.slider .call_back2 a {
    font-size: 23px;
    color: #e50000;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

.slider .call_back2 button {
    width: auto;
    padding: 4px 16px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: center;
}


/* === SLIDER ANIMATION === */
.slider {
    position: fixed;
    top: 0;
    right: -320px;
    /* yashirin holat */
    height: 100vh;
    z-index: 1001;

    transition: right 0.5s ease;
}

.slider.active {
    right: 0;
}

/* === BODY BLUR === */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(0px);
    opacity: 0;
    pointer-events: none;
    z-index: 1000;

    transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
}

body.blur::before {
    opacity: 1;
    backdrop-filter: blur(6px);
    pointer-events: all;
}

.max_speed .dkdk {
    display: none;
}

/* Media */
@media(max-width:1210px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .top_poster .main_poster .poster_title br {
        display: none;
    }

    .goods .buy_moto .cart .moto_title {
        font-size: 14px;
    }

    .goods .buy_moto .cart .buttons button {
        padding: 5px 33px;
    }

    .call_back .after {
        width: 270px;
    }

    .header_bottom .bottom_block form input {
        width: 270px;
    }

    .header_bottom .bottom_block .btn_red {
        width: 130px;
        padding: 0 10px;
    }

    .top_poster .main_poster {
        padding: 22px 30px;
    }

    .section_left_slider {
        width: 750px;
    }
}

@media(max-width:1120px) {
    .section_right_slider .pages .where p {
        font-size: 13px;
    }

    .section_right_slider {
        padding: 25px 12px;
    }
}

@media(max-width:1100px) {
    .header_bottom .bottom_block form input {
        width: 200px;
    }
}

@media(max-width:1035px) {
    .header_bottom .bottom_block .call_back2 button {
        padding: 4px 5px;
        font-size: 14px;
    }

    main {
        flex-direction: column;
        gap: 37px;
    }

    .section_right_slider .slider_title {
        font-size: 17px;
    }

    .section_right_slider .pages .where p {
        font-size: 15px;
    }

    .section_right_slider {
        padding: 26px 12px 29px 28px;
    }

    .section_left_slider {
        width: 100%;
    }

    .top_poster .when {
        margin: 0 auto;
    }
}

@media(max-width:1020px) {
    .header_bottom .bottom_block .call_back2 {
        display: none;
    }

    .hamburger_icon {
        display: block;
    }

    .nav {
        display: none;
    }
}

@media(max-width:840px) {
    .call_back .after {
        width: 230px;
        bottom: -30px;
        right: -8px;
    }
}

@media(max-width:800px) {
    .buy_moto .swiper-slide {
        width: 50% !important;
    }

    .read_more .swiper-slide {
        width: 48.7% !important;
        margin-right: 0 !important;
    }

    .read_more .swiper-slide .first {
        width: 100%;
    }

    .read_more .swiper-wrapper {
        justify-content: space-between;
    }
}

@media(max-width:780px) {
    .header_bottom .bottom_block .btn_red {

        width: max-content;
        padding: 0 15px;
    }

    .header_bottom .bottom_block .btn_red p {
        display: none;
    }

}

@media(max-width:740px) {
    .about_main_poster {
        flex-wrap: wrap;
        gap: 13px 8px;
    }

    .call_back .after {
        display: none;
    }

    .moto_types .section_bottom .title {
        font-size: 16px;
    }

    .moto_types .section_bottom span {
        font-size: 12px;
    }

    .moto_types .section_bottom .btn_red {
        padding: 11px 30px;
    }

    .max_speed .leave_comment {
        padding: 31px 22px 36px 22px;
    }

    .max_speed .leave_comment .title {
        font-size: 15px;
    }

    .btn_black {
        padding: 11px 28px;
    }

    .commentariees .life_comments .bottom {
        margin-left: 20px;
        width: auto;
    }
}

@media(max-width:715px) {

    .header_bottom .bottom_block .logo1 {
        width: 60px;
    }
}

@media(max-width:690px) {
    .ask_question .block_right {
        align-items: center;
    }

    .bottom_poster .ask_question {
        gap: 20px;
        flex-direction: column;
    }
}

@media(max-width:675px) {
    .header_bottom .bottom_block .shop {
        display: none;
    }

    .max_speed .block {
        flex-direction: column;
        align-items: start;
    }

    .max_speed .block .dk {
        display: none !important;
    }

    .max_speed .dkdk {
        display: block;
    }

    .pages_nav p {
        font-size: 16px;
    }

    .banner {
        font-size: 18px;
    }

    .advantages {
        flex-direction: column;
    }

    .advantages .cart {
        width: 100%;
    }
}

@media(max-width:603px) {
    .moto_types .section_bottom {
        flex-direction: column;
        text-align: center;
        gap: 11px;
    }

    .moto_types .section_bottom .btn_red {
        padding: 11px 66px;
    }

    .moto_types .section_bottom .title {
        font-size: 18px;
    }

    .moto_types .section_bottom span {
        font-size: 12px;
    }

    .max_speed .leave_comment {
        flex-direction: column;
        gap: 22px;
        text-align: center;
    }

    .max_speed .leave_comment .title {
        font-size: 18px;
    }

    .max_speed .leave_comment .title br {
        display: none;
    }

    .btn_black {
        padding: 11px 66px;
    }
}

@media(max-width:595px) {
    .header_bottom .bottom_block .wishlist p {
        display: none;
    }

    .call_back .section_title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 0;
    }

    .call_back form .inputs {
        justify-content: center;
    }

    .call_back form {
        gap: 19px;
    }

    .call_back form .buttons {
        justify-content: center;
    }

    .call_back .description {
        font-size: 11px;
        margin-bottom: 13px;
        text-align: center;
    }

    .call_back {
        padding: 22px 25px 22px 19px;
    }

    .buy_moto .swiper-slide {
        width: 100% !important;
    }

    .buy_moto {
        padding-right: 43px;
        padding-left: 36px;
        position: relative;
    }

    .goods .prev {
        position: absolute;
        left: 0;
        top: 43%;
        z-index: 1;
        cursor: pointer;
    }

    .goods .section_title {
        text-align: center;
    }

    .goods .next {
        position: absolute;
        right: 0;
        top: 43%;
        z-index: 5;
        cursor: pointer;
    }
}

@media(max-width:570px) {
    .btn_gray {
        padding: 12px 52px;
    }

    .find_motorcycle .last_btns .btn_red {
        padding: 11px 60px;
    }

    .find_motorcycle .last_btns .btn_red .sed {
        display: none;
    }

    .find_motorcycle .step img:nth-child(2) {
        display: block;
    }


    .find_motorcycle .last_btns .btn_red .dal {
        display: block;
    }

    .find_motorcycle {
        padding: 32px 19px;
    }

    .block_title {
        font-size: 20px;
        margin-bottom: 14px;
        text-align: center;
    }

    .find_motorcycle .info {
        font-size: 12px;
        margin-bottom: 25px;
        text-align: center;
    }

    .find_motorcycle .step img:first-child {
        display: none;
    }

    .find_motorcycle .step img:last-child {
        display: block;
    }

    .find_motorcycle .step {
        margin-bottom: 10px;
    }

    .find_motorcycle .step img:last-child {
        display: none;
    }

    .find_motorcycle .step p {
        font-size: 11px;
        margin-left: 0;
    }

    .second_question {
        gap: 12px;
        margin-bottom: 25px;
    }

    .find_motorcycle .range-btn {
        font-size: 11px;
    }

    .find_motorcycle .btn-group {
        gap: 9px;
    }

    .find_motorcycle .last_btns button {
        font-size: 12px;
    }

    .find_motorcycle {
        margin-bottom: 30px;
    }

    .second_question p {
        font-size: 14px;
    }
}

@media(max-width:555px) {
    .banner {
        display: none;
    }

    .read_more {
        margin-top: 29px;
    }

    .call_back form .buttons {
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }

    .pages_nav {
        display: none;
    }

    .your_comment .top_inputs {
        flex-direction: column;
        gap: 12px;
    }

    header {
        margin-bottom: 0;
    }

    .about_models {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 22px 24px !important;
    }

    .about_models .info .title {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700 !important;
    }

    .about_models .icons {
        margin: 0 auto;
    }

    .about_models .icons img:first-child {
        display: none;
    }

    .about_models .icons img:nth-child(2) {
        display: block;
    }

    .about_models .icons .after {
        width: 70px;
        top: -5px !important;
        left: 35px !important;
    }
}

@media(max-width:510px) {
    .moto_types .section_bottom {
        padding: 22px 20px 31px 20px;
    }

    .container {
        padding-left: 8px;
        padding-right: 10px;
    }

    .commentariees .life_comments .about_what .images {
        display: none;
    }

    .commentariees .life_comments .top {
        padding: 29px 33px 22px 31px;
    }

    .commentariees .life_comments .bottom {
        padding: 24px 17px 20px 38px;
    }

    .commentariees .life_comments .date {
        text-align: start;
        margin-bottom: 8px;
    }

    .life_comments .about_what .infomation p {
        font-size: 14px;
    }

    .commentariees .life_comments .bottom .about_what .divv {
        display: flex;
        flex-direction: column;

    }

    .comments {
        margin-bottom: 34px;
    }

    .commentariees .life_comments .about_what img {
        display: none;
    }
}

@media(max-width:495px) {
    .header_bottom .bottom_block {
        display: none;
    }

    .call_back form .inputs {
        flex-direction: column;
        align-items: center;
        gap: 13px;
    }

    .call_back form .inputs input {
        width: 100%;
    }

    .call_back form .buttons .btn_red {
        width: 100%;
    }

    .header_bottom .bottom_block .left {
        display: flex;
        gap: 10px;
    }

    .header_bottom .bottom_block .icons {
        display: flex;
        gap: 10px;
    }

    .b1 {
        display: flex !important;
    }

    .top_poster .main_poster {
        padding: 32px 18px;
        background-position: center;
    }

    .top_poster .when img {
        width: 15px;
    }

    .top_poster .when p {
        font-size: 12px;
    }

    .top_poster {
        gap: 20px;
    }

    .poster_rating {
        align-items: center;
        margin-bottom: 14px;
    }

    .poster_rating p {
        font-size: 12px;
    }

    .s1 {
        padding: 12px 16px 8px 20px;
    }

    .s2 img {
        width: 20px !important;
    }

    .about_main_poster .s1 p {
        font-size: 12px;
    }

    .s1 img {
        width: 15px;
    }

    .top_poster .main_poster .poster_title {
        font-size: 25px;
        padding: 23px;
        padding-right: 18px;
        margin-bottom: 165px;
    }
}

@media(max-width:430px) {

    .bottom_poster .ask_question {
        padding: 22px 20px 22px 17px;
    }

    .read_more .swiper-slide {
        width: 100% !important;
    }

    .read_more .section_title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .ask_question .block_left .images {
        margin-top: -30px;
    }

    .next1,
    .prev1 {
        display: none;
    }

    .faq .section_title {
        text-align: center;
        margin-bottom: 19px !important;
    }

    .faq-header {
        padding: 28px 22px 18px 33px;
        gap: 10px;
    }

    .faq-item {
        margin-bottom: 21px;
    }

    .life_comments .about_what .infomation p .cs {
        color: #575c61 !important;
    }

    .faq {
        margin-bottom: 46px;
    }

    .comments .section_title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .faq-body p {
        font-size: 12px;
    }

    .d2 {
        margin: 0 20px;
        margin-bottom: 28px;
    }

    .how_choose .about_models {
        margin: 0 -20px;
    }

    .where_to_buy {
        margin-bottom: 0;
    }

    .goods {
        margin-top: 40px;
    }

    .d2 .full_information {
        padding-left: 0;
    }

    .where_to_buy .description {
        margin: 0 10px;
    }

    .where_to_buy .section_title {
        margin: 0 10px;
    }

    .our_advantages {
        padding: 33px 6px 50px 21px;
        margin-bottom: 33px;
    }

    .our_advantages .section_title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .advantages .cart .images img:first-child {
        width: 36px;
    }

    .advantages .cart .images .after {
        width: 23px;
        top: 3px;
        right: -5px;
    }

    .advantages .cart {
        gap: 20px;
    }

    .advantages .cart .description {
        font-size: 12px;
    }

    .how_much {
        margin: 0 20px;
    }

    .how_much .section_title {
        margin: 0;
        margin-bottom: 15px;
    }

    .how_much .full_information {
        padding-left: 0;
    }

    .advantages {
        gap: 27px;
    }

    .ask_question .block_left .images img {
        width: 80px;
    }

    .max_speed .about_section_title {
        margin: 0 20px;
        margin-bottom: 10px;
    }

    .max_speed .description {
        margin: 0 20px;
        margin-bottom: 20px;
    }

    .section_title {
        margin: 0 20px;
        margin-bottom: 10px !important;
    }

    .section_models .about_section_title {
        margin: 0 20px;
        margin-bottom: 10px;
    }

    .option .blocks {
        margin: 0 20px;
    }

    .need_rights .about_rights .left {
        margin: 0 20px;
    }

    .section_models .about_section {
        margin: 0 20px;
        margin-bottom: 25px;
    }

    .section_models {
        margin-bottom: 41px;
    }

    .section_models .about_section .blocks .infos {
        margin-left: 0;
    }

    .bottom_poster .ask_question .block_left {
        gap: 0 32px;
    }

    .ask_question .block_left .block_title {
        font-size: 16px;
    }

    .ask_question .block_left p {
        font-size: 12px;
    }

    .ask_question .block_left .info .m1 span {
        font-size: 12px;
    }

    .ask_question .block_left .info {
        flex-direction: column;
        gap: 0;
    }

    .moto_types .section_title {
        font-size: 22px;
        margin: 0 20px;
        line-height: 123%;
        margin-bottom: 15px;
    }

    .moto_types .n1 {
        margin: 0 20px;
        margin-bottom: 12px;
    }

    .moto_types .about_section {
        margin: 0 20px;
        margin-bottom: 25px;
    }

    .moto_types .about_section .blocks .infos {
        margin-left: 0;
    }


}

@media(max-width:400px) {
    .section_right_slider {
        padding: 19px 12px 30px 23px;
    }

    .your_comment {
        padding: 20px;
    }

    .read_more .read_more_block {
        padding-left: 20px;
    }

    .read_more .swiper-slide {
        width: 90% !important;
    }

    .read_more .swiper-wrapper {
        gap: 50px;
    }

    .read_more .read_more_block {
        overflow: visible;
    }

    .ols1 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px 58px;
        width: 100%;
        margin-top: -40px;
        margin-bottom: -28px;
    }

    .your_comment {
        max-height: 0;
        opacity: 0;
        z-index: 1;
        position: sticky;
        overflow: hidden;
        transition: max-height 0.6s ease, opacity 0.4s ease;
    }

    .your_comment.active {
        max-height: 1000px;
        /* yetarlicha katta */
        opacity: 1;
    }

    .ols1 {
        transition: opacity 0.3s ease;
        z-index: 2;
        position: sticky;
    }

    .ols1.hide {
        opacity: 0;
        pointer-events: none;
    }


    .your_comment .section_title {
        font-size: 22px;
        line-height: 100%;
        text-align: center;
    }

    .your_comment .btn_red {
        width: 100%;
    }

    .moto_types .section_bottom span {
        font-size: 10px;
    }

    .btn_black {
        width: 100%;
    }

    .moto_types .section_bottom .btn_red {
        width: 100%;
    }

    .moto_types .section_bottom {
        margin-bottom: 48px;
    }

    .container {
        padding: 0 10px 0 8px;
    }

    .top_poster {
        margin-bottom: 25px;
    }

    .ask_question {
        margin-bottom: 10px;
    }
}

@media(max-width:380px) {
    .ask_question .block_right {
        width: 100%;
    }

    .ask_question .block_right .btn_red {
        width: 100%;
    }
}
/* End */
/* /local/components/bitrix/breadcrumb/templates/.default/style.css?1641966582363 */
/* /local/components/simargl/blog.details/templates/.default/style.css?176844520953815 */
