.main_part .wrap .right_part #ajaxSearch_form .ErrorCaptcha {
    color: red;
}

html,
body {
    font-family: 'circe';
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

p {
    color: #333;
    font-size: 14px;
    text-align: left;
    margin: 0px;
    padding: 0
}

img {
    border: none;
    outline: 0
}

a {
    color: #333;
    outline: 0
}

ul,
ol,
li {
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #333;
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

input {
    outline: 0;
    font-family: 'circe';
}

input[type="submit"] {
    cursor: pointer;
    font-family: 'circe';
    -webkit-appearance: none;
}


header {
    width: 100%;
    background: url(/images/banner.webp) no-repeat top center;
    height: 854px;
}

header.inside {
    height: 97px;
    background: url(/images/banner.webp) no-repeat bottom center;
}

header .top_part {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

/* Фиксированная шапка при скролле */
header .top_part.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    max-width: 100%;
    background: #8AB508;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 40px;
    box-sizing: border-box;
}

header .top_part>p {
    font-size: 18px;
    padding-left: 40px
}

header .top_part>p a {
    color: #fff;
    /* font-family: 'circe-bold';  */
    font-size: 18px;
    text-decoration: none
}

header .top_part ul {
    display: flex;
    gap: 8px;
}
header .top_part ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    display: inline-block;
}

header .top_part ul li a:hover,
header .top_part ul li.active a {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    text-decoration: none;
}

header .top_part ul li {
    list-style: none;
    padding: 0 20px;
    white-space: nowrap
}

header .banner_txt {
    max-width: 1330px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    height: 750px;
}

header .banner_txt p {
    align-items: baseline;
    display: flex;
    font-size: 43px;
    color: #fff;
    font-family: 'circe-bold';
    flex-direction: column;
}

header .banner_txt p span {
    font-family: 'circe';
    color: #fff;
    font-size: 38px;
}

header .banner_txt p a {
    font-family: 'circe';
    font-size: 22px;
    color: #333;
    background: #fff;
    padding: 17px 40px;
    text-decoration: none;
    margin-top: 30px
}

header .banner_txt p a:hover {
    background: #8AB508;
    color: #fff
}

.main_part {
    background: #F6F5F3;
    width: 100%;
    padding: 40px 0
}

.main_part .child_car,
.tiser .child_car_ {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 28px 0
}

.tiser .child_car_ {
    justify-content: center;
}

.main_part .child_car .child_list,
.tiser .child_car_ .child_list {
    background: #fff;
    padding: 25px 30px;
    margin: 12px
}

.tiser .child_car_ .child_list {
    min-width: 25%;
    background: #F6F5F3
}

.main_part .child_car .child_list:hover,
.tiser .child_car_ .child_list:hover {
    background: #8AB508
}

.main_part .child_car .child_list:hover p,
.tiser .child_car_ .child_list:hover p {
    border-bottom: 1px solid #fff
}

.main_part .child_car .child_list:hover p span,
.tiser .child_car_ .child_list:hover p span {
    color: #fff
}

.main_part .child_car .child_list p,
.tiser .child_car_ .child_list p {
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9E9E9E;
    padding: 0 0 20px 0;
    word-break: break-all;
}

.main_part .child_car .child_list p span,
.tiser .child_car_ .child_list p span {
    font-size: 20px;
    color: #333;
    font-family: 'circe-bold';
    margin-left: 10px;
    word-break: break-word;
}

.main_part .child_car .child_list p img,
.tiser .child_car_ .child_list p img {
    max-height: 107px
}

.main_part .child_car .child_list:hover p img,
.tiser .child_car_ .child_list:hover p img {
    filter: invert(1);
}

.main_part .child_car .child_list ul,
.tiser .child_car_ .child_list ul {
    padding: 35px 0;
}

.main_part .child_car .child_list ul li,
.tiser .child_car_ .child_list ul li {
    line-height: 30px;
    list-style: none;
    display: flex;
    align-items: center;
}

.main_part .child_car .child_list:hover ul li:before,
.tiser .child_car_ .child_list:hover ul li:before {
    background: url(/images/star_w.svg) no-repeat left center;
}

.main_part .child_car .child_list:hover ul li a,
.tiser .child_car_ .child_list:hover ul li a {
    color: #fff;
}

.main_part .child_car .child_list ul li:before,
.tiser .child_car_ .child_list ul li:before {
    background: url(/images/star_b.svg) no-repeat left center;
    content: '';
    width: 15px;
    height: 15px;
    padding-right: 15px
}

.main_part .child_car .child_list ul li a,
.tiser .child_car_ .child_list ul li a {
    font-size: 19px;
    color: #333;
    font-family: 'circe-light';
    text-decoration: none
}

.main_part .child_car .child_list ul li a:hover,
.tiser .child_car_ .child_list ul li a:hover {
    text-decoration: underline
}

.main_part .child_car .child_list>a,
.tiser .child_car_ .child_list>a {
    font-size: 20px;
    background: #DBD9D5;
    padding: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.main_part .child_car .child_list:hover>a,
.tiser .child_car_ .child_list:hover>a {
    background: #fff;
    color: #333
}

.main_part .child_car .slick-prev {
    height: 59px;
    width: 59px;
    background: url(/images/left.png) no-repeat center center;
    left: 10px
}

.main_part .child_car .slick-next {
    height: 59px;
    width: 59px;
    background: url(/images/right.png) no-repeat center center;
    right: 10px
}
/* Выравнивание высоты слайдов */
.main_part .child_car .slick-list {
    display: flex !important;
}

.main_part .child_car .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.main_part .child_car .slick-slide.child_list {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

.main_part .child_car .slick-slide.child_list ul {
    flex-grow: 1;
}

.main_part .wrap,
.tiser {
    max-width: 1330px;
    margin: 0 auto;
    overflow: hidden;
}

.main_part .wrap h1,
.tiser h2 {
    font-size: 29px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 30px 0
}

.main_part .wrap>p,
.tiser p {
    color: #333;
    font-size: 19px;
    font-family: 'circe-light';
    padding: 0 0 20px 0
}

.main_part .wrap h3 {
    font-size: 25px
}

.main_part.txt .wrap {
    display: flex;
}

.main_part .wrap .left_part {
    flex: 1 0 329px;
    margin-right: 60px;
    width: 329px
}

.main_part .wrap .left_part>ul {
    background: #8AB508;
    padding: 25px
}

.main_part .wrap .left_part>ul>li {
    list-style: none;
    line-height: 41px;
    background: url(/images/down.svg) no-repeat right center
}

.main_part .wrap .left_part>ul>li>a {
    font-family: 'circe-bold';
    font-size: 21px;
    color: #fff;
    text-decoration: none
}

.main_part .wrap .left_part ul li ul {
    display: none;
    padding: 10px 0 15px 0
}

.main_part .wrap .left_part>ul>li.active {
    background: url(/images/up.svg) no-repeat right top 15px
}

.main_part .wrap .left_part ul li.active ul {
    display: block
}

.main_part .wrap .left_part ul li ul li {
    list-style: none;
    padding: 10px 0;
    line-height: 20px;
}

.main_part .wrap .left_part ul li ul li a {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    background: url(/images/star_w.svg) no-repeat left center;
    padding-left: 25px
}

.main_part .wrap .left_part ul li ul li.active a {
    text-decoration: underline
}

.main_part .wrap .left_part ul li ul li a:hover {
    text-decoration: underline
}

.main_part .wrap .left_part .rules {
    margin-top: 20px;
    background: #DBD9D5;
    padding: 25px
}

.main_part .wrap .left_part .rules li a {
    color: #333
}

.main_part .wrap .left_part .rules.kviz {
    background: #555
}

.main_part .wrap .left_part .rules.kviz li a {
    color: #fff
}

.main_part .wrap .left_part .rules.kviz li {
    background: none
}

.main_part .wrap .right_part {
    flex: 100%
}

.main_part .wrap .right_part p {
    color: #333;
    font-size: 19px;
    font-family: 'circe-light';
    padding: 0 0 20px 0
}

.main_part .wrap .right_part h1 {
    text-align: left;
    padding-top: 20px
}

.main_part .wrap .right_part ul {}

.main_part .wrap .right_part ul li {
    color: #333;
    font-size: 19px;
    font-family: 'circe-light';
    padding: 5px 0 5px 0;
    background: url(/images/star_b.svg) no-repeat left center;
    padding-left: 25px;
    list-style: none
}

.main_part .wrap .right_part ul li a {
    color: #333;
    font-size: 19px;
    font-family: 'circe-light';
}

.main_part .wrap .right_part h3 {
    padding-bottom: 20px
}

.tftable {
    width: 100%;
    margin-bottom: 20px
}

.tftable tr {
    padding: 5px;
    color: #333;
    font-size: 19px;
    font-family: 'circe-light';
}

.tftable tr span {
    padding: 5px;
}

.tftable tr:nth-of-type(1) {
    background: #DBD9D5 !important
}

.tftable tr:nth-of-type(1) th {
    color: #333;
    font-size: 19px;
    font-family: 'circe-light';
}

.tftable tr:nth-of-type(2n+1) {
    background: #fff
}

.tiser {
    padding: 80px 0
}

.tiser .tiser_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    align-items: self-start;
}

.tiser .tiser_list .tiser_list_s {
    width: 27%;
    padding: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tiser .tiser_list .tiser_list_s p {
    font-size: 21px;
    color: #333;
    text-align: center;
    margin-top: 30px
}


.right_part .blog_block {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DBD9D5;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.right_part .blog_block .blog_block_left {
    width: 70%;
}

.right_part .blog_block .blog_block_right {
    width: 30%;
    height: 200px;
}

.right_part .blog_block .blog_block_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.right_part .blog_block span {
    font-size: 15px;
    color: #333;
    font-family: 'circe-light';
    padding: 0 0 10px;
}

.right_part .blog_block p {
    display: flex;
    flex-direction: column;
}

.right_part .blog_block p a {
    font-size: 20px;
    font-family: 'circe-bold';
    color: #333;
    text-decoration: none;
}

.order {
    display: flex;
    align-items: center;
    min-height: 200px;
}

.order div {
    width: 50%
}

.order div h2,
.news div h2 {
    font-size: 29px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 0px 0
}

.order div:nth-of-type(2) {
    width: 44%;
    padding: 0 3%
}

.order div img {
    width: 100%;
    object-fit: cover;
    height: fit-content;
}

.order div p {
    font-size: 19px;
    color: #333;
    font-family: 'circe-light';
    padding: 15px 0 35px
}

.label-checkbox {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    font-family: 'circe-light';
}

.order div form input {
    font-family: 'circe-light';
    margin: 10px 0;
    border: 1px solid #DBD9D5;
    padding: 15px 25px;
    font-size: 19px;
}

.order div a {
    text-decoration: none;
    background: #8AB508;
    font-family: 'circe';
    color: #fff;
    font-size: 19px;
    color: #fff;
    padding: 15px 55px
}

.order div a:hover {
    background: #DBD9D5;
    color: #333
}

#ajaxSearch_form input,
#ajaxSearch_form3 input,
#ajaxSearch_form3 textarea {
    width: 500px;
    font-family: 'circe-light';
    margin: 10px 0;
    border: 1px solid #DBD9D5;
    padding: 15px 25px;
    font-size: 19px;
}

#ajaxSearch_form input[type="submit"],
#ajaxSearch_form3 input[type="submit"] {
    width: 200px;
    border: none;
    background: #8AB508;
    font-family: 'circe';
    color: #fff;
    font-size: 19px;
    color: #fff;
    padding: 15px 55px
}

#ajaxSearch_form input[type="submit"]:hover,
#ajaxSearch_form3 input[type="submit"]:hover {
    background: #DBD9D5;
    color: #333
}

.news {
    display: flex;
    align-items: center
}

.news>div:nth-of-type(1) {
    width: 44%;
    padding: 0 3%
}

.news>div {
    width: 50%
}

.news div img {
    width: 100%;
    object-fit: cover;
    height: fit-content;
}

.news div h2 {
    padding-bottom: 35px
}

.news div .main_news {
    display: flex;
    flex-wrap: wrap
}

.news div .main_news .news_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DBD9D5;
    padding: 0 0 20px 0;
    margin-bottom: 20px
}

.news div .main_news .news_block:nth-of-type(2) {
    border-bottom: none
}

.news div .main_news .news_block span {
    font-size: 15px;
    color: #333;
    font-family: 'circe-light';
    padding: 0 0 10px
}

.news div .main_news .news_block p {
    display: flex;
    flex-direction: column
}

.news div .main_news .news_block p a {
    font-size: 20px;
    font-family: 'circe-bold';
    color: #333;
    text-decoration: none
}

.news div .main_news .news_block p a:hover {
    text-decoration: underline
}

.news div .main_news .news_block p font {
    font-size: 19px;
    font-family: 'circe-light';
    color: #333;
    padding: 10px 0
}

.news>div>a {
    background: #8AB508;
    font-family: 'circe';
    color: #fff;
    font-size: 19px;
    color: #fff;
    padding: 15px 55px;
    text-decoration: none
}

.news>div>a:hover {
    background: #DBD9D5;
    color: #333
}

.photo_list {
    display: flex;
    flex-wrap: wrap;
}

.photo_list .photos_block {
    width: 31%;
    margin: 0 2% 5% 0
}

.photo_list .photos_block:hover {
    opacity: 0.8
}

.photo_list .photos_block .photos_img {}

.photo_list .photos_block .photos_img img {
    /* max-width:100%; */
    object-fit: cover;
    height: 280px;
    width: 100%
}

.photo_list .photos_block .photos_txt {
    margin: 15px 0;
    align-items: baseline;
    font-size: 19px;
    color: #333;
    font-family: 'circe-light';
    text-decoration: none;
    display: flex;
    flex-direction: column
}

.photo_list .photos_block .photos_txt font {
    font-size: 20px;
    margin-top: 15px;
    background: #DBD9D5;
    padding: 15px 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.right_part .B_crumbBox {
    color: #333;
    font-family: 'circe-light';
}

.right_part .multiblock {
    height: 35.8vw;
    position: relative;
    overflow: hidden;
}

.right_part .multiblock .images {
    text-align: center;
    width: 35vw;
    height: 37vw;
    display: inline-block;
    vertical-align: top
}

.right_part .multiblock .images img {
    height: 41vw;
    width: 41vw;
    object-fit: cover;
}

.right_part .multiblock .images-nav {
    height: 37vw;
    display: inline-block;
    vertical-align: top
}

.right_part .multiblock .images-nav .slick-list {
    height: 30.5vw !important
}

.right_part .multiblock .images-nav div {
    width: 10vw !important
}

.right_part .multiblock .images-nav div img {
    width: 10vw;
    height: 10vw;
    object-fit: cover;
}

.right_part .news_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DBD9D5;
    padding: 0 0 20px 0;
    margin-bottom: 20px
}

.right_part .news_block span {
    font-size: 15px;
    color: #333;
    font-family: 'circe-light';
    padding: 0 0 10px
}

.right_part .news_block p {
    display: flex;
    flex-direction: column;
}

.right_part .news_block p a {
    font-size: 20px;
    font-family: 'circe-bold';
    color: #333;
    text-decoration: none
}


.reviews {
    max-width: 1330px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}

.reviews h2 {
    font-size: 29px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 30px 0
}

.reviews .reviews_car .slick-slide {
    height: auto
}

.reviews .reviews_car .slick-prev {
    height: 59px;
    width: 59px;
    background: url(/images/left.png) no-repeat center center;
    left: 10px
}

.reviews .reviews_car .slick-next {
    height: 59px;
    width: 59px;
    background: url(/images/right.png) no-repeat center center;
    right: 10px
}

.reviews .reviews_car .rew_block span {
    font-size: 19px;
    color: #333;
    font-family: 'circe-bold';
}

.reviews .reviews_car .rew_block font {
    font-size: 19px;
    color: #333;
    margin-left: 10px;
    font-family: 'circe-light';
}

.reviews .reviews_car .rew_block p {
    font-size: 19px;
    color: #333;
    font-family: 'circe-light';
    padding: 10px 0
}

.main_part .wrap .right_part .rew_block span {
    font-size: 19px;
    color: #333;
    font-family: 'circe-bold';
}

.main_part .wrap .right_part .rew_block font {
    font-size: 19px;
    color: #333;
    margin-left: 10px;
    font-family: 'circe-light';
}

.main_part .wrap .right_part .rew_block p {
    font-size: 19px;
    color: #333;
    font-family: 'circe-light';
    padding: 10px 0
}


footer {
    background: #F6F5F3;
    width: 100%;
}

/* ===== FOOTER MENU ===== */
footer .wrap {
    max-width: 1330px;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

footer .footer-info {
    flex: 1;
    min-width: 300px;
}

footer .footer-info p {
    font-size: 19px;
    color: #333;
    margin-bottom: 15px;
}

footer .footer-phones {
    display: flex;
    flex-direction: column;
}

footer .footer-phones a {
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
}

footer .footer-phones a:hover {
    color: #8AB508;
}

footer .footer-social {
    display: flex;
    gap: 15px;
}

footer .footer-social img {
    width: 32px;
    height: 32px;
}

footer .footer-menu {
    flex: 1;
    min-width: 200px;
}

footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-menu ul li {
    list-style: none;
}

footer .footer-menu ul li a {
    font-size: 17px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-menu ul li a:hover {
    color: #8AB508;
    text-decoration: underline;
}

@media (max-width: 768px) {
    footer .wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    footer .footer-info,
    footer .footer-menu {
        width: 100%;
    }
    
    footer .footer-menu ul {
        justify-content: center;
    }
    
    footer .footer-social {
        justify-content: center;
    }
}

.ditto_pages {
    display: flex;
    justify-content: center;
    margin: 50px 0
}

.ditto_pages .ditto_currentpage {
    padding: 5px 15px;
    background: #DBD9D5
}

.ditto_pages .ditto_page {
    padding: 5px 15px
}

.hamburger-menu {
    display: none;
}

header .top_part>a {
    position: relative;
}

header .top_part>a {
    position: relative;
}


.tiser_list img {
    height: 130px;
    width: 130px;
}


/* ===== POPUP ===== */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 40px 45px;
    max-width: 460px;
    width: 90%;
    position: relative;
    text-align: center;
    font-family: 'circe';
}

.popup-box h2 {
    font-family: 'circe-bold';
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.popup-box p {
    font-family: 'circe-light';
    font-size: 19px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.4;
}

.popup-btn {
    display: inline-block;
    background: #8AB508;
    color: #fff;
    font-size: 19px;
    padding: 15px 45px;
    text-decoration: none;
    font-family: 'circe';
    transition: 0.3s;
}

.popup-btn:hover {
    background: #DBD9D5;
    color: #333;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.popup-overlay {
    display: none;
}

.popup-overlay.active {
    display: flex;
}

/* ===== HEADER PHONE BLOCK ===== */
.header-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-phones a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.4;
}

.header-phones a:hover {
    text-decoration: underline;
}

.header-phones .phone-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.btn-callback {
    display: inline-block;
    background: #8AB508;
    color: #fff;
    font-size: 16px;
    font-family: 'circe';
    padding: 12px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.btn-callback:hover {
    background: #fff;
    color: #333;
}

/* ===== FLOATING BUTTON ===== */
.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #8AB508;
    color: #fff;
    font-family: 'circe-bold';
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(138, 181, 8, 0.4);
    z-index: 9998;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.floating-btn:hover {
    background: #7aa307;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(138, 181, 8, 0.5);
    color: #fff;
}

.floating-btn:active {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .floating-btn {
        bottom: 20px;
        right: 20px;
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .floating-btn {
        bottom: 15px;
        right: 15px;
        padding: 12px 16px;
        font-size: 13px;
    }
}