.topHeader {
    position: fixed;
    width: 100%;
    height: 50px;
    background: var(--bz-color-white);
    z-index: 599;
}
.topRightContent {
    display: flex;
}
.topSocialLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
}
.topSocialLink:hover {
    background: var(--bz-color-silver);
}
.topSocialLink svg {
    fill: var(--bz-color-black) !important;
    width: 18px !important;
}
.topHeaderBurger {
    display: none;
}
.topLinkContainer {
    position: relative;
}
.topLinkBurger {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    flex-direction: column;
    background: var(--bz-color-white);
    z-index: 3;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid var(--bz-color-silver);
}
.topLinkBurger.active {
    display: flex;
}
.topLinkBurger .topLink {
    font-weight: 400;
    color: var(--bz-color-black);
}
.topLinkBurger .topLink:hover {
    background: var(--bz-color-silver);
}
.topHeaderArea .bottomHeaderValue {
    display: none;
}
.topHeaderArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1240px;
    height: 50px;
    margin: 0 auto;
}
.topLinks {
    display: flex;
    align-items: center;
}
.topLink {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    font-family: var(--bz-font);
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--bz-color-black);
    white-space: nowrap;
    border-radius: 14px;
}
.topLink.hover-active {
    background: var(--bz-color-silver);
}
.topLink:hover {
    background: var(--bz-color-silver);
}
.topFavorites {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    font-family: var(--bz-font);
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--bz-color-black);
    border-radius: 14px;
    margin: 0 0 0 10px;
}
.topFavorites:hover {
    background: var(--bz-color-silver);
}
.topFavorites svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
}
.bottomHeader {
    padding: 50px 0 0 0;
    width: 100%;
    background: var(--bz-color-white);
    border-bottom: 1px solid var(--bz-color-silver);
}
.bottomHeaderArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1240px;
    height: 60px;
    margin: 0 auto;
}
.bottomHeaderLogo {
    display: flex;
}
.bottomHeaderLogo img {
    height: 36px;
}
.bottomLogoText {
    display: flex;
    flex-direction: column;
    font-family: var(--bz-font);
    margin: 0 0 0 15px;
}
.bottomLogoText p:first-child {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--bz-color-extra-accent);
}
.bottomLogoText p:last-child {
    font-weight: 700;
    font-size: .915rem;
    color: var(--bz-color-accent);
}
.bottomHeaderInfo {
    display: flex;
    flex: auto;
    justify-content: flex-end;
}
.bottomHeaderValue:first-child {
    background: transparent;
}
.bottomHeaderValue:first-child:hover {
    background: transparent;
}
.bottomHeaderValue {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    font-family: var(--bz-font);
    font-size: 14px;
    line-height: 16px;
    background: var(--bz-color-silver);
    border-radius: 14px;
    cursor: pointer;
    margin: 0 0 0 10px;
}
.bottomHeaderValue:hover {
    background: var(--bz-color-lgray);
}
.topHeaderArea .bottomHeaderValue.openModal {
    justify-content: center !important;
}
.bottomHeaderValue.openModal {
    justify-content: center;
    background: var(--bz-color-accent);
    padding: 0 20px;
    color: var(--bz-color-white);
}
.bottomHeaderValue.openModal:hover {
    background: var(--bz-color-accent-hover);
}
.bottomHeaderValue span {
    display: block;
}
.bottomHeaderValue svg {
    width: 14px;
    height: 14px;
    margin: 0 8px 0 0;
    fill: var(--bz-color-accent);
}

/* Head */
.headBlock {
    position: relative;
    width: 100%;
    height: auto;
    
}
.headBlueLine {
    width: 100%;
    height: 60px;
}
.headBlueLineArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1240px;
    height: 60px;
    margin: 0 auto;
    font-family: var(--bz-font);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: var(--bz-color-white);
    background: var(--bz-color-black);
    border-radius: 24px;
    padding: 0 25px;
    z-index: 2;
}
.headBlueCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 10px 0 0;
    background: var(--bz-color-accent);
}
.headBlueLineArea p {
    margin: 0 50px 0 0;
}
.headBlockArea {
    padding: 20px 0 0 0;
    position: relative;
    width: 1240px;
    height: 320px;
    margin: 0 auto;
    z-index: 1;
}
.headBlockArea img {
    width: 100%;
}
.headBlockInfo {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30px;
}
.headBlockInfo p {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    width: 73%;
    color: var(--bz-color-black);
    margin: 0 0 15px;
}
.headBlockLinks {
    font-family: var(--bz-font);
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
}

/* Latest Cars */

.latestCars {
    width: 1260px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.latestCarsHead {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 10px 0;
    padding: 0 10px;
}
.latestCarsMenu {
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid var(--bz-color-lgray);
}
.latestCarsLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: var(--bz-font);
    margin: 0 20px 0 0;
    color: var(--bz-color-gray);
    cursor: pointer;
}
.latestCarsLink:hover {
    color: var(--bz-color-black);
}
.latestCarsLink.active {
    color: var(--bz-color-black);
    border-bottom: 2px solid var(--bz-color-accent);
}
.latestCarsContent {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.latestCard {
    position: relative;
    width: 25%;
    display: flex;
    flex: auto;
    flex-direction: column;
    padding: 10px;
    border-radius: 24px;
}
.latestCard:hover {
    background: var(--bz-color-silver);
}
.latestCard:hover .latestCardDesc {
    color: var(--bz-color-extra-accent-hover);
}
.latestCard:hover .latestCardFirstInfo .latestCardDesc {
    color: var(--bz-color-black);
}
.latestCardImg {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    height: 20vh;
}
.latestCardSelecter {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 10px;
}
.latestCardSelect {
    flex: auto;
    width: 30%;
    height: 100%;
}
.latestCardSelect:hover {
    border-bottom: 3px solid var(--bz-color-accent);
}
.latestCardImg img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latestCardImg img.active {
    display: flex;
}
.latestCardInfo {
    padding: 10px 0 0 0;
}
.latestCardDesc {
    font-family: var(--bz-font);
    margin: 0 0 5px 0;
}
.latestCardDesc span {
    font-weight: 600;
}
.latestCardFirstInfo {
    display: none;
    padding: 30px 0;
}
.latestCardFirstButton {
    position: absolute;
    bottom: 10px;
    font-family: var(--bz-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--bz-color-white);
    background: var(--bz-color-extra-accent);
    height: 40px;
    width: 180px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latestCardFirstButton:hover {
    background: var(--bz-color-extra-accent-hover);
}

/* Catalog */

.catalog {
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.catalog.page {
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.catalog.special {
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}
.catalog.special .specialFormBlock {
    padding: 0 10px 40px 10px;
}
.catalogEmptyCars {
    font-family: var(--bz-font);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.catalogHead {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 20px 0;
    padding: 0 10px;
    width: 100%;
}
.catalogButtonBlock {
    display: flex;
    flex-direction: row;
    flex: auto;
    align-items: flex-start;
}
.catalogButtonLink.addFavorites {
    width: 150px;
    font-family: var(--bz-font);
    color: var(--bz-color-black);
    font-size: 14px;
    margin: 0 0 0 10px;
}
.catalogButtonLink.addFavorites svg {
    margin: 0 0 0 5px;
}
.catalogButtonLink {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bz-color-silver);
    height: 40px;
    width: 40px;
    border-radius: 14px;
    margin: 0;
}
.catalogButtonLink:hover {
    background: var(--bz-color-lgray);
}
.catalogCarCard:hover .catalogButtonLink {
    border: 1px solid var(--bz-color-lgray);
}
.catalogButtonLink svg {
    height: 16px;
    fill: var(--bz-color-black);
}
.catalogHead span {
    color: var(--bz-color-accent);
}
.catalogSettings {
    padding: 10px;
    width: 20%;
}
.catalogForm p {
    font-family: var(--bz-font);
    font-weight: 600;
    margin: 0 0 10px 0;
}
.catalogForm select {
    font-family: var(--bz-font);
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: var(--bz-color-silver);
    border-radius: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.catalogPriceInput {
    display: flex;
}
.catalogPriceInput input {
    font-family: var(--bz-font);
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: var(--bz-color-silver);
    border-radius: 14px;
}
.catalogPriceInput input:first-child {
    margin: 0 5px 20px 0;
}
.catalogPriceInput input:last-child {
    margin: 0 0 20px 5px;
}
.catalogFormButton {
    font-family: var(--bz-font);
    font-size: 16px;
    color: var(--bz-color-white);
    background: var(--bz-color-extra-accent);
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 14px;
    cursor: pointer;
}
.catalogFormButton:hover {
    background: var(--bz-color-extra-accent-hover);
}
.catalogArea {
    padding: 0 10px 10px 0;
    width: 80%;
}
.catalogAreaMenu {
    display: flex;
    padding: 0 10px;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 0;
}
.catalogAreaLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-family: var(--bz-font);
    margin: 0 10px 0 0;
    padding: 0 20px;
    color: var(--bz-color-black);
    cursor: pointer;
    border-radius: 14px;
    background: var(--bz-color-silver);
}
.catalogAreaLink:hover {
    background: var(--bz-color-lgray);
}
.catalogAreaLink.active {
    color: var(--bz-color-white);
    background: var(--bz-color-accent);
}
.catalogBrandList {
    display: flex;
    flex-direction: row;
    padding: 10px 10px 20px 10px;
    width: 100%;
}
.catalogBrandList.is-empty {
    padding: 0 10px !important;
}
.catalogRowList {
    display: flex;
    flex-direction: column;
    font-family: var(--bz-font);
    width: 25%;
    font-size: 16px;
    line-height: 30px;
    color: var(--bz-color-black);
}
.catalogRowList a:hover {
    color: var(--bz-color-accent);
}
.catalogRowList span {
    color: var(--bz-color-gray);
}
.catalogCarsList {
    display: flex;
    flex-direction: column;
}
.catalogCarCard {
    position: relative;
    display: flex;
    width: 100%;
    background: transparent;
    border-radius: 24px;
    padding: 10px;
    transition: var(--bz-02-seconds);
}
.catalogCarCard:hover {
    background: var(--bz-color-silver);
}
.catalogCarCard .latestCardImg {
    width: 30vh;
    height: 20vh;
}
.catalogCarInfo {
    display: flex;
    flex-direction: column;
    flex: auto;
    width: 50%;
    font-family: var(--bz-font);
    margin: 0 0 0 20px;
}
.catalogCarName {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--bz-color-extra-accent);
    margin: 0 0 3px 0;
}
.catalogCarName:hover {
    color: var(--bz-color-extra-accent-hover);
}
.catalogCarPrice {
    font-size: 18px;
    color: var(--bz-color-gray);
    margin: 0 0 8px 0;
}
.catalogCarPrice span {
    font-size: 20px;
    font-weight: 600;
    color: var(--bz-color-black);
    margin: 0 5px 0 0;
}
.catalogCarStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--bz-color-white);
    background: var(--bz-color-extra-accent);
    width: 100px;
    height: 24px;
    border-radius: 6px;
    margin: 0 0 10px 0;
}
.catalogCarParams {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: var(--bz-color-gray);
    font-weight: 500;
    padding: 0 0 10px 0;
}
.catalogCarParams div {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}
.catalogCarParams svg {
    margin: 0 5px 0 0;
}
.catalogCarDate {
    position: absolute;
    bottom: 10px;
    color: var(--bz-color-gray);
}
.catalogCarOpenBlock {
    padding: 0 0 0 10px;
}
.catalogCarOpenAll {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    width: 100%;
    height: 50px;
    border-radius: 14px;
    background: var(--bz-color-silver);
    margin: 10px 0;
}
.catalogCarOpenAll:hover {
    background: var(--bz-color-lgray);
}

/* Why Us */

.whyUs {
    display: flex;
    flex-wrap: wrap;
    width: 1240px;
    margin: 0 auto;
}
.whyUsArea {
    position: relative;
    width: 100%;
    height: 500px;
    background: var(--bz-color-extra-accent);
    border-radius: 24px;
    overflow: hidden;
}
.whyUsArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whyUsGradient {
    position: absolute;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg,rgb(245, 245, 245) 50%, rgba(245, 245, 245, 0) 100%);
}
.whyUsInfo {
    position: absolute;
    padding: 40px 20px;
}
.whyUsHead {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 20px 0;
    padding: 0 10px;
    width: 70%;
}
.whyUsInfo b {
    color: var(--bz-color-extra-accent);
}
.whyUsInfo ul {
    list-style-type: none;
    font-family: var(--bz-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--bz-color-black);
    padding: 10px;
    width: 80%;
}

/* Trust Us */

.trustUs {
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.trustUsHead {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 70%;
}
.trustUsBrands {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.trustUsBrand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 20%;
}
.trustUsBrandArea {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    border: 1px solid var(--bz-color-lgray);
    border-radius: 24px;
    transition: var(--bz-03-seconds);
}
.trustUsBrandArea:hover {
    scale: 1.05;
}
.trustUsBrandCard {

    padding-bottom: 100%;
}
.trustUsBrandArea img {
    position: absolute;
}

/* Blog */

.mainBlog {
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
    padding: 50px 0;
}
.mainBlog.blog {
    padding: 10px 0 50px 0;
}
.mainBlogHead {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 70%;
}
.mainBlogDesc {
    font-family: var(--bz-font);
    color: var(--bz-color-black);
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 70%;
}
.mainBlogArea {
    display: flex;
    flex-wrap: wrap;
}
.blogCard {
    display: flex;
    flex-direction: column;
    flex: auto;
    width: 30%;
    padding: 10px;
    border-radius: 24px;
}
.blogCard:hover {
    background: var(--bz-color-silver);
}
.blogImage {
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    height: 25vh;
}
.blogImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.blogInfo {
    padding: 10px 0;
    font-family: var(--bz-font);
}
.blogDate {
    font-size: 14px;
    color: var(--bz-color-gray);
    margin: 0 0 6px 0;
}
.blogName {
    color: var(--bz-color-black);
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 6px 0;
}

/* Footer */

.footer {
    width: 100%;
    background: var(--bz-color-footer);
}
.footerContact {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bz-color-black);
}
.footerLogotype {
    display: flex;
    align-items: center;
}
.st_one {
    fill: #e31e24;
}
.st_two {
    fill: #fff;
}
.footerInfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footerInfoLink {
    display: flex;
    align-items: center;
    font-family: var(--bz-font);
    color: var(--bz-color-white);
    font-size: 14px;
    margin: 0 0 0 30px;
    transition: var(--bz-02-seconds);
}
.footerInfoLink:hover {
    color: var(--bz-color-accent);
}
.footerInfoLink svg {
    fill: var(--bz-color-accent);
    margin: 0 10px 0 0;
}
.footerBottom {
    display: flex;
    flex-direction: row;
    width: 1240px;
    margin: 0 auto;
    padding: 40px 0;
}
.footerRow {
    display: flex;
    flex-direction: column;
    width: 25%;
}
.footerRowHead {
    font-family: var(--bz-font);
    color: var(--bz-color-white);
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}
.footerRowLink {
    font-family: var(--bz-font);
    color: var(--bz-color-gray);
    font-size: 14px;
    line-height: 32px;
    transition: var(--bz-02-seconds);
}
.footerRowLink:hover {
    text-decoration: underline;
}
.footerCopyright {
    width: 100%;
    background: var(--bz-color-footer);
}
.footerCopyrightArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1240px;
    height: 70px;
    padding: 0 0 20px 0;
    margin: 0 auto;
    font-family: var(--bz-font);
    font-size: 14px;
}
.footerCopyrightText {
    display: flex;
    width: 50%;
    color: var(--bz-color-gray);
}
.footerCopyrightLink {
    display: flex;
    width: 50%;
    color: var(--bz-color-gray);
}
.footerCopyrightLink:nth-child(2) {
    justify-content: flex-end;
}
.footerCopyrightLink:hover {
    text-decoration: underline;
}

/* Page Info */

.pageInfo {
    width: 1240px;
    margin: 0 auto;
}
.pageInfoLinks {
    display: flex;
    font-family: var(--bz-font);
    font-size: 14px;
    padding: 50px 0 5px 0;
    color: var(--bz-color-gray);
}
.pageInfoLinks.zero {
    padding: 20px 0 5px 0;
}
.pageInfoLinks a {
    color: var(--bz-color-extra-accent);
    margin: 0 5px 0 0;
}
.pageInfoLinks a:nth-child(2) {
    margin: 0 5px;
}
.pageInfoLinks a:nth-child(3) {
    margin: 0 5px;
}
.pageInfoLinks a:nth-child(4) {
    margin: 0 5px;
}
.pageInfoLinks a:hover {
    color: var(--bz-color-accent);
}
.pageInfoLinks p {
    margin: 0 0 0 5px;
}
.pageInfoHeader {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    padding: 0 0 10px 0;
}
.contactContainer {
    display: flex;
    width: 1240px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
.contactContainer .contactCardBlockHead {
    color: var(--bz-color-extra-accent);
}
.page.content {
    padding: 10px 0 50px 0;
}
.page {
    width: 1260px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.page.services {
    padding: 0 0 40px 0;
}
.contactAboutPage {
    font-family: var(--bz-font);
    padding: 0 10px 30px 10px;
    color: var(--bz-color-black);
}
.contactAboutPage ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 28px;
}
.contactAboutPage p {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 28px;
}
.contactAboutPage a {
    color: var(--bz-color-extra-accent);
}
.contactAboutPage a:hover {
    text-decoration: underline;
}
.contactAboutPage img {
    width: 100%;
    border-radius: 24px;
    margin: 20px 0 20px 0;
}
.contactCard {
    padding: 10px;
}
.contactCardArea {
    display: flex;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 24px;
    border: 1px solid var(--bz-color-lgray);
}
.contactCardBlock {
    width: 50%;
    font-family: var(--bz-font);
}
.contactCardBlock iframe {
    border-radius: 14px;
    overflow: hidden;
}
.contactCardBlockHead {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
}
.contactCardBlockDesc {
    padding: 10px 0 0;
    color: var(--bz-color-black);
}
.contactCardBlockDesc a {
    color: var(--bz-color-extra-accent);
}
.contactCardBlockDesc a:hover {
    text-decoration: underline;
}
.contactCardBlockAbout {
    font-family: var(--bz-font);
    color: var(--bz-color-black);
    padding: 30px 0 0 0;
}
.contactCardBlockAbout p {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.contactCardBlockAbout svg {
    fill: var(--bz-color-accent);
    width: 16px;
    margin: 0 10px 0 0;
}

/* Vacancy */

.vacancyCard {
    padding: 10px;
}
.vacancyCardArea {
    display: flex;
    width: 100%;
    padding: 30px;
    margin: 0 0 20px;
    border-radius: 24px;
    border: 1px solid var(--bz-color-lgray);
    cursor: pointer;
}
.vacancyCardArea:hover {
    
}
.vacancyCardBlock {
    width: 100%;
    font-family: var(--bz-font);
}
.vacancyCardBlockHead {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
}
.vacancyCardBlockDesc {
    padding: 10px 0 0;
    color: var(--bz-color-black);
}
.vacancyAboutBlock {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: var(--bz-03-seconds);
}
.vacancyAboutBlock.active {
    height: auto;
    padding: 20px 0 0 0;
}
.vacancyAboutBlock p {
    margin: 0 0 20px 0;
}
.vacancyAboutBlock p:last-child {
    margin: 0;
}
.vacancyAboutBlock ul {
    line-height: 26px;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
.vacancyAboutBlock a {
    color: var(--bz-color-extra-accent);
}
.vacancyAboutBlock a:hover {
    text-decoration: underline;
}

/* Cars */

.carsPageImages {
    width: 100%;
}
.carsPageImages {
    display: flex;
    flex-wrap: wrap;
}
.carsPageImage {
    position: relative;
    display: none;
    overflow: hidden;
    flex: auto;
    height: 300px;
    width: 33%;
    cursor: pointer;
}
.carsPageImage:hover img {
    scale: 1.03;
}
.carsPageImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--bz-03-seconds);
}
.carsPageImageAll {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
}
.carsPageImage:nth-child(1) {
    display: flex;
}
.carsPageImage:nth-child(2) {
    display: flex;
}
.carsPageImage:nth-child(3) {
    display: flex;
}
.carsPageImage:nth-child(4) {
    display: flex;
}
.carsPageImage:nth-child(5) {
    display: flex;
}
.carsPageImage:nth-child(5) .carsPageImageAll {
    display: flex;
}
.carsPageImageAllButton {
    font-family: var(--bz-font);
    color: var(--bz-color-white);
    padding: 10px 30px;
    border: 1px solid var(--bz-color-white);
    border-radius: 14px;
}
.carsInfoBlock {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    font-family: var(--bz-font);
    border-bottom: 1px solid var(--bz-color-lgray);
}
.carsInfoArea {
    width: 50%;
}
.carsInfoArea:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.carsInfoArea:nth-child(2) .carsCarName {
    text-align: end;
}
.carsCarName {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 10px 0;
    width: 100%;
}
.carsInfoArea .catalogCarParams {
    margin: 0 0 10px 0;
}
.carsCarCredit {
    display: flex;
    color: var(--bz-color-extra-accent);
    font-size: 18px;
}
.toolTip {
    position: relative;
    margin: 0 0 0 10px;
}
.toolTip:hover .toolTipContent {
    display: block;
}
.toolTipContent {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    border-radius: 10px;
    padding: 10px;
    color: var(--bz-color-white);
    bottom: 50px;
    width: 400px;
    right: 0;
}
.toolTip svg {
    fill: var(--bz-color-gray);
}
.carsCarCall {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
}
.carsCarCall svg {
    height: 24px;
    fill: var(--bz-color-accent);
    margin: 0 10px 0 0;
}
.carsInfoButtons {
    display: flex;
    width: 100%;
    padding: 15px 0 30px 0;
}
.carsInfoButton {
    display: flex;
    align-items: center;
    font-family: var(--bz-font);
    font-weight: 500;
    height: 50px;
    padding: 0 30px;
    border: 1px solid var(--bz-color-extra-accent);
    margin: 0 0 0 20px;
    border-radius: 14px;
    cursor: pointer;
    transition: var(--bz-02-seconds);
}
.carsInfoButton:first-child {
    margin: 0 auto 0 0;
}
.carsInfoButton:last-child {
    background: var(--bz-color-accent);
    border: 1px solid var(--bz-color-accent);
    color: var(--bz-color-white);
}
.carsInfoButton:last-child:hover {
    background: var(--bz-color-accent-hover);
    color: var(--bz-color-white);
}
.carsInfoButton svg {
    margin: 0 0 0 10px;
    height: 20px;
    transition: var(--bz-02-seconds);
}
.carsInfoButton:hover {
    background: var(--bz-color-lgray);
}
.carsTechBlock {
    font-family: var(--bz-font);
    padding: 30px 20px 0 20px;
}
.carsTechHead {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 0 0 20px 0;
}
.carsTechParams {
    display: flex;
    flex-wrap: wrap;
}
.carsTechParams p {
    width: 33.3%;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.carsTechParams span {
    color: var(--bz-color-gray);
}
.carsAvailableBlock {
    font-family: var(--bz-font);
    padding: 50px 20px 0 20px;
}
.carsAvailableInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.carsAvailableInfo p {
    display: flex;
    align-items: center;
}
.carsAvailableInfo svg {
    fill: var(--bz-color-accent);
    height: 24px;
    margin: 0 10px 0 0;
}
.carsAvailableBlock iframe {
    border-radius: 24px;
    overflow: hidden;
}
.carsOtherBlock .carsTechHead {
    padding: 0 10px;
}
.carsOtherBlock.notcars {
    padding: 50px 0;
}
.carsOtherBlock {
    font-family: var(--bz-font);
    padding: 50px 10px;
}
.carsOtherBlock .latestCard:first-child {
    width: 25%;
    flex-direction: column;
}
.carsOtherBlock .latestCard:first-child .latestCardImg {
    width: unset;
    height: 20vh;
    margin: 0;
}
.carsOtherBlock .latestCardImg {
    width: unset;
    height: 20vh;
    margin: 0;
}
.carsOtherBlock .latestCard:first-child .latestCardInfo {
    padding: 10px 0 0 0;
    font-size: 16px;
}
.carsOtherBlock .latestCard:hover .latestCardDesc {
    color: var(--bz-color-black);
}
.carsOtherBlock .latestCard:first-child .latestCardFirstInfo {
    display: none;
}

/* Photo Slider */

.slider {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
}
.slider.active {
    display: flex;
}
.sliderHeader {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 30px;
}
.sliderCountPhoto {
    font-family: var(--bz-font);
    color: var(--bz-color-gray);
}
.sliderCloseButton {
    cursor: pointer;
}
.sliderCloseButton:hover svg {
    fill: var(--bz-color-white);
}
.sliderCloseButton svg {
    fill: var(--bz-color-gray);
    height: 32px;
}
.sliderImages {
    height: 80%;
}
.sliderImages img {
    position: relative;
}
.sliderImages img.active {
    display: block;
}
.sliderImages img {
    display: none;
    height: 100%;
}
.sliderPrev {
    position: absolute;
    top: 50%;
    left: 30px;
    cursor: pointer;
}
.sliderNext {
    position: absolute;
    top: 50%;
    right: 30px;
    cursor: pointer;
}
.sliderPrev:hover svg {
    fill: var(--bz-color-white);
}
.sliderNext:hover svg {
    fill: var(--bz-color-white);
}
.sliderPrev svg {
    fill: var(--bz-color-gray);
    rotate: 180deg;
}
.sliderNext svg {
    fill: var(--bz-color-gray);
}

/* Modal Call */

.callModal {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, .9);
}
.callModal.active {
    display: flex;
}
.callModalArea {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.callModalBlock {
    position: relative;
    padding: 30px;
    width: 400px;
    background: var(--bz-color-white);
    border-radius: 24px;
    font-family: var(--bz-font);
    z-index: 999;
}
.callModalClose {
    position: absolute;
    top: 30px;
    right: 35px;
    cursor: pointer;
}
.callModalClose svg {
    width: 16px;
    fill: var(--bz-color-gray);
    transition: var(--bz-02-seconds);
}
.callModalClose:hover svg {
    fill: var(--bz-color-black);
}
.callModalHead {
    width: 70%;
    font-weight: 500;
    font-size: 20px;
}
.callModalBlock form {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 0;
}
.callModalLabel {
    margin: 0 0 5px 0;
}
.callModalLabel.policy {
    font-size: 14px;
}
.callModalLabel a {
    color: var(--bz-color-extra-accent);
}
.callModalInput {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 14px;
    padding: 0 15px;
    font-family: var(--bz-font);
    background: var(--bz-color-lgray);
    border: none;
    outline: none;
    margin: 0 0 10px 0;
}
.callModalButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 14px;
    border: none;
    outline: none;
    background: var(--bz-color-extra-accent);
    color: var(--bz-color-white);
    margin: 5px 0 0 0;
    cursor: pointer;
}
.callModalButton:hover {
    background: var(--bz-color-extra-accent-hover);
}

/* Modal Call */

.specialModal {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, .9);
}
.specialModal.active {
    display: flex;
}
.specialModalArea {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.specialModalBlock {
    position: relative;
    padding: 30px;
    width: 400px;
    background: var(--bz-color-white);
    border-radius: 24px;
    font-family: var(--bz-font);
    z-index: 999;
}
.specialModalClose {
    position: absolute;
    top: 30px;
    right: 35px;
    cursor: pointer;
}
.specialModalClose svg {
    width: 16px;
    fill: var(--bz-color-gray);
    transition: var(--bz-02-seconds);
}
.specialModalClose:hover svg {
    fill: var(--bz-color-black);
}
.specialModalHead {
    width: 70%;
    font-weight: 500;
    font-size: 20px;
}
.specialModalBlock form {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 0;
}
.specialModalLabel {
    margin: 0 0 5px 0;
}
.specialModalLabel.policy {
    font-size: 14px;
}
.specialModalLabel a {
    color: var(--bz-color-extra-accent);
}
.specialModalInput {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 14px;
    padding: 0 15px;
    font-family: var(--bz-font);
    background: var(--bz-color-lgray);
    border: none;
    outline: none;
    margin: 0 0 10px 0;
}
.specialModalButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 14px;
    border: none;
    outline: none;
    background: var(--bz-color-extra-accent);
    color: var(--bz-color-white);
    margin: 5px 0 0 0;
    cursor: pointer;
}
.specialModalButton:hover {
    background: var(--bz-color-extra-accent-hover);
}

/* Credit Modal */

.creditModal {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, .9);
}
.creditModal.active {
    display: flex;
}
.creditModalBlock {
    position: relative;
    padding: 30px 20px;
    width: 800px;
    background: var(--bz-color-white);
    border-radius: 24px;
    font-family: var(--bz-font);
    z-index: 999;
}
.creditModalBlock .catalogCarCard:hover {
    background: transparent;
}
.creditModalClose {
    position: absolute;
    top: 30px;
    right: 35px;
    cursor: pointer;
}
.creditModalClose svg {
    width: 16px;
    fill: var(--bz-color-gray);
    transition: var(--bz-02-seconds);
}
.creditModalClose:hover svg {
    fill: var(--bz-color-black);
}
.creditModalHead {
    width: 70%;
    font-weight: 500;
    font-size: 20px;
    padding: 0 10px 10px;
}
.creditModalBlock form {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 0 10px;
}
.creditModalLabel {
    margin: 0 0 10px 0;
}
.creditModalLabel.policy {
    font-size: 14px;
}
.creditModalLabel a {
    color: var(--bz-color-extra-accent);
}
.creditModalInput {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 14px;
    padding: 0 15px;
    font-family: var(--bz-font);
    background: var(--bz-color-lgray);
    border: none;
    outline: none;
    margin: 0 0 10px 0;
}
.creditModalButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-radius: 14px;
    border: none;
    outline: none;
    background: var(--bz-color-extra-accent);
    color: var(--bz-color-white);
    margin: 5px 0 0 0;
    cursor: pointer;
}
.creditModalButton:hover {
    background: var(--bz-color-extra-accent-hover);
}
.creditModalArea {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

/* Notification */

.notificationContainer {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    margin: 0 30px 10px 0;
    z-index: 999;
}
.notification {
    position: relative;
    font-family: var(--bz-font);
    font-size: 16px;
    width: 500px;
    color: var(--bz-color-white);
    padding: 30px 25px;
    background: var(--bz-color-extra-accent);
    margin: 0 0 10px;
    border-radius: 10px;
}

.addFavorites.active {
    background: var(--bz-color-extra-accent) !important;
    color: var(--bz-color-white) !important;
}
.addFavorites.active svg {
    fill: var(--bz-color-white) !important;
}
.deleteFromFavorites {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid var(--bz-color-extra-accent);
    transition: var(--bz-02-seconds);
}
.deleteFromFavorites:hover {
    background: var(--bz-color-extra-accent);
    color: var(--bz-color-white);
}

/* Page Image Block */

.pageImageInfo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 450px;
}
.pageImageInfo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pageImageArea {
    position: absolute;
    bottom: 20px;
    width: 1240px;
    font-family: var(--bz-font);
}
.pageImageArea p:first-child {
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: var(--bz-color-white);
}
.pageImageArea p {
    color: var(--bz-color-white);
}
.pageImageInfoLinks {
    position: absolute;
    top: 20px;
    width: 1240px;
    display: flex;
    font-family: var(--bz-font);
    font-size: 14px;
    color: var(--bz-color-gray);
}
.pageImageInfoLinks a {
    color: var(--bz-color-extra-accent);
    margin: 0 5px 0 0;
}
.pageImageInfoLinks a:nth-child(2) {
    margin: 0 5px;
}
.pageImageInfoLinks a:hover {
    color: var(--bz-color-accent);
}
.pageImageInfoLinks p {
    margin: 0 0 0 5px;
}
.sellCarForm {
    padding: 0 0 50px 0;
}
.sellCarForm form {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}
.sellCarLabel {
    display: flex;
    font-family: var(--bz-font);
    margin: auto 0 10px 0;
    width: 100%;
}
.sellCarPolicy {
    font-family: var(--bz-font);
    padding: 10px;
    font-size: 14px;
    width: 100%;
}
.sellCarPolicy a {
    color: var(--bz-color-extra-accent);
}
.sellCarPolicy a:hover {
    text-decoration: underline;
}
.sellCarInput {
    width: 30%;
    padding: 5px;
    display: flex;
    flex: auto;
    align-content: flex-end;
    flex-wrap: wrap;
}
.sellCarInput.comment {
    width: 63.5%;
}
.sellCarInput input {
    font-family: var(--bz-font);
    width: 100%;
    height: 40px;
    border-radius: 14px;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0 15px;
    background: var(--bz-color-silver);
}
.sellCarInput select {
    font-family: var(--bz-font);
    width: 100%;
    height: 40px;
    border-radius: 14px;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0 15px;
    background: var(--bz-color-lgray);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sellCarButton {
    display: flex;
    align-items: flex-end;
    width: 33.3%;
    padding: 5px;
}
.sellCarButton button {
    font-family: var(--bz-font);
    width: 100%;
    height: 40px;
    border-radius: 14px;
    font-size: 14px;
    border: none;
    outline: none;
    background: var(--bz-color-extra-accent);
    color: var(--bz-color-white);
    cursor: pointer;
    transition: var(--bz-02-seconds);
}
.sellCarButton button:hover {
    background: var(--bz-color-extra-accent-hover);
}
.sellCarMessage {
    display: flex;
    font-family: var(--bz-font);
    padding: 0 10px;
}
.sellCarMessageUser {
    display: flex;
    align-items: flex-end;
    width: 60px;
    padding: 0 0 0 10px;
}
.sellCarMessageUserIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-family: var(--bz-font);
    font-weight: 500;
    color: var(--bz-color-white);
    overflow: hidden;
    background: var(--bz-color-gray);
}
.sellCarMessageName {
    font-weight: 500;
    color: var(--bz-color-accent);
    margin: 0 0 10px 0;
}
.sellCarMessageContent {
    padding: 20px;
    font-size: 18px;
    background: var(--bz-color-extra-accent);
    color: var(--bz-color-white);
    border-radius: 24px 24px 0 24px;
}
.sellCardText {
    padding: 50px 10px 0 10px;
    font-family: var(--bz-font);
    color: var(--bz-color-black);
}
.sellCardText h1 {
    margin: 0 0 30px 0;
}
.sellCardText h2 {
    margin: 0 0 30px 0;
}
.sellCardText p {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 28px;
}
.sellCardText ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    width: 60%;
    font-size: 18px;
    line-height: 28px;
}

/* Pagination */

.pagination {
    display: flex;
    width: 100%;
    padding: 20px 10px 0 10px;
}
.pagination .current {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    min-width: 40px;
    max-width: 100px;
    height: 40px;
    border-radius: 14px;
    color: var(--bz-color-white);
    background: var(--bz-color-extra-accent);
    margin: 0 10px 0 0;
}
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    min-width: 40px;
    max-width: 100px;
    height: 40px;
    border-radius: 14px;
    color: var(--bz-color-black);
    background: var(--bz-color-silver);
    margin: 0 10px 0 0;
}
.pagination a:hover {
    background: var(--bz-color-lgray);
}
.pagination .back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    min-width: 40px;
    max-width: 100px;
    height: 40px;
    border-radius: 14px;
    color: var(--bz-color-black);
    background: var(--bz-color-silver);
    margin: 0 10px 0 0;
    padding: 0 20px;
}
.pagination .next{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    min-width: 40px;
    max-width: 100px;
    height: 40px;
    border-radius: 14px;
    color: var(--bz-color-black);
    background: var(--bz-color-silver);
    margin: 0 10px 0 0;
    padding: 0 20px;
}
.pagination .space {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    min-width: 40px;
    max-width: 100px;
    height: 40px;
    border-radius: 14px;
    color: var(--bz-color-black);
    background: var(--bz-color-silver);
    margin: 0 10px 0 0;
}

/* Social Link */

.socialLinks {
    display: flex;
    padding: 25px 0;
}
.socialLink {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bz-font);
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--bz-color-silver);
    margin: 0 10px 0 0;
}
.socialLink svg {
    fill: var(--bz-color-black) !important;
    margin: 0 !important;
    width: 24px !important;
}
.socialLink:hover {
    background: var(--bz-color-lgray);
}
.footerInfo .socialLinks {
    margin: 0 0 0 20px;
    padding: 0;
}
.footerInfo .socialLink {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 0 10px;
}
.footerInfo .socialLink:hover {
    background: rgba(255, 255, 255, 0.1);
}
.footerInfo .socialLink svg {
    fill: var(--bz-color-accent) !important;
    width: 20px !important;
}

/* Fast Brand */

.fastBrandsBlock {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 0 10px;
}
.fastBrandLink {
    width: 8%;
    transition: var(--bz-02-seconds);
}
.fastBrandLink:hover {
    opacity: 0.6;
}
.fastBrandLink img {
    width: 100%;
}
.carsOtherBlock .catalogCarCard {
    width: 30%;
    flex: auto;
    flex-direction: column;
}
.error404 {
    width: 50% !important;
}

/* Services */

.servicesBlock {
    display: flex;
    flex-wrap: wrap;
}
.servicesCard {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 25%;
    transition: var(--bz-03-seconds);
}
.servicesCard:hover {
    scale: 1.03
}
.servicesCardArea {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid var(--bz-color-lgray);
    border-radius: 24px;
    transition: var(--bz-03-seconds);
}
.servicesCardArea p {
    padding: 20px 25px;
    font-family: var(--bz-font);
    font-size: 18px;
    font-weight: 500;
    width: 70%;
    color: var(--bz-color-black);
    left: 25px;
    bottom: 20px;
}
.servicesCardArea img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicesCardSpace {
    padding-bottom: 30%;
}

/* Main Adv */

.blockAdv {
    width: 1240px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.blockAdvArea {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--bz-font);
    width: 100%;
    height: 70px;
    padding: 7px 15px 7px 150px;
    background: var(--bz-color-silver);
    border-radius: 24px;
}
.blockAdvButton {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    border-radius: 14px;
    background: var(--bz-color-black);
    color: var(--bz-color-white);
}
.blockAdvButton:hover {
    background: var(--bz-color-footer);
}
.blockAdvArea p {
    font-size: 14px;
    color: var(--bz-color-black);
}
.blockAdvArea span {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.blockAdvArea img {
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 110px;
}

/* Auto from Korea */

.page.special {
    padding: 0;
}
.specialAutoCatalog {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 30px 0;
}
.specialCard {
    width: 25%;
    padding: 10px;
    border-radius: 24px;
    transition: var(--bz-02-seconds);
}
.specialCard:hover {
    background: var(--bz-color-silver);
}
.specialCardContent {
    display: flex;
    flex-direction: column;
}
.specialCardImage {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    height: 20vh;
}
.specialCardImage img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialCardImage img.active {
    display: flex;
}
.specialCardSelecter {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 10px;
}
.specialCardSelect {
    flex: auto;
    width: 30%;
    height: 100%;
}
.specialCardInfo {
    padding: 10px 0 0 0;
}
.latestCardDesc.special {
    color: var(--bz-color-gray);
}
.latestCardDesc.special span {
    color: var(--bz-color-black);
}
.specialCardParams {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--bz-font);
    color: var(--bz-color-gray);
    font-weight: 500;
}
.specialCardParams div {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}
.specialCardParams svg {
    margin: 0 5px 0 0;
}
.specialFormBlock {
    padding: 0 10px;
}
.specialForm {
    position: relative;
    background: var(--bz-color-silver);
    padding: 20px 15px;
    border-radius: 24px;
}
.specialForm img {
    position: absolute;
    height: 100px;
    right: 30px;
    top: -40px;
}
.specialForm .pageInfoHeader {
    padding: 10px;
}
.specialForm .catalogForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.specialForm .catalogForm div {
    width: 33.3%;
    padding: 10px;
}
.specialForm .catalogPriceInput {
    display: flex;
    width: unset !important;
    padding: unset !important;
}
.specialForm .catalogForm select {
    margin: 0;
    background: var(--bz-color-white);
}
.specialForm .catalogPriceInput input {
    background: var(--bz-color-white);
}
.specialForm .catalogPriceInput input:first-child {
    margin: 0 5px 0 0;
}
.specialForm .catalogPriceInput input:last-child {
    margin: 0 0 0 5px;
}
.specialForm .catalogFormButton {
    background: var(--bz-color-black);
}
.specialForm .catalogFormButton:hover {
    background: var(--bz-color-footer);
}
.specialAutoIcons {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px 0;
}
.specialAutoBlock {
    display: flex;
    flex: auto;
    padding: 10px;
}
.specialAutoBlock div {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 24px;
    background: var(--bz-color-silver);
}
.specialAutoBlock img {
    width: 70px;
    height: 70px;
}
.specialAutoHead {
    font-family: var(--bz-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--bz-color-black);
    margin: 40px 0 10px 0;
    padding: 0 10px;
    width: 70%;
}
.page.special .servicesCard {
    width: 50%;
    align-items: unset;
}
.page.special .servicesCardArea {
    padding: 25px;
    flex-direction: column;
    align-items: unset;
}
.page.special .servicesCardArea p {
    font-weight: 700;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
    color: var(--bz-color-extra-accent);
}
.page.special .servicesCardArea span {
    font-weight: 500;
    font-size: 16px;
    color: var(--bz-color-gray);
}
.page.special .servicesCardArea p:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: var(--bz-color-black);
}
.page.special .contactAboutPage {
    padding: 0 10px 0 10px;
}
.servicesBlock.scheme .servicesCard {
    width: 25% !important;
}
.servicesCardBtnBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 25px 25px;
    width: 100%;
}
.servicesCardBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--bz-font);
    font-size: 16px;
    color: var(--bz-color-white);
    background: var(--bz-color-accent);
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 14px;
    cursor: pointer;
}
.servicesCardBtn:hover {
    background: var(--bz-color-accent-hover);
}
.specialInfoBlock {
    padding: 40px 10px 50px 10px;
}
.specialInfoCard {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--bz-font);
    width: 100%;
    height: 70px;
    padding: 7px 15px 7px 130px;
    background: var(--bz-color-silver);
    border-radius: 24px;
}
.specialInfoCard p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: var(--bz-color-black);
}
.specialInfoCardButton {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    border-radius: 14px;
    background: var(--bz-color-black);
    color: var(--bz-color-white);
    cursor: pointer;
}
.specialInfoCardButton:hover {
    background: var(--bz-color-footer);
}
.specialInfoCard img {
    position: absolute;
    bottom: 10px;
    left: 25px;
    height: 80px;
}


/* Renters Images */

.rentersImages {
    position: relative;
    width: 100%;
    height: 700px;
    border-radius: 24px;
    overflow: hidden;
}
.rentersImages img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
    margin: 10px 0 0 0 !important;
}
.rentersImages img.active {
    display: flex;
}
.rentersReasonsBlock {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 30px 0;
}
.rentersReasonsContainer {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px 10px 30px 10px;
}
.rentersReasonsHead {
    display: flex;
    align-items: center;
    font-family: var(--bz-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--bz-color-black);
}
.rentersReasonsHead svg {
    margin: 0 10px 0 0;
    height: 36px;
    width: 36px;
}
.rentersReasonsDesc {
    font-family: var(--bz-font);
    color: var(--bz-color-black);
    padding: 10px 0 0 46px;
}

/* Banner */
.bannerBlock {
    position: relative;
    display: flex;
    width: 1260px;
    height: 40vh;
    margin: 0 auto;
}
.bannerArea {
    display: none;
    position: absolute;
    display: flex;
    width: 1260px;
    height: 40vh;
    padding: 20px 10px;
    transition: all 0.6s ease;
    transform: translateX(200%);
}

.bannerArea.left {
    display: flex;
    transform: translateX(-100%);
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.bannerArea.center {
    display: flex;
    transform: translateX(0%);
    opacity: 1;
    z-index: 2;
}

.bannerArea.right {
    display: flex;
    transform: translateX(100%);
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}
.banner {
    font-family: var(--bz-font);
    width: 1240px;
    border-radius: 24px;
    overflow: hidden;
}
.bannerText {
    position: absolute;
    font-weight: 700;
    font-size: 38px;
    width: 50%;
    padding: 25px 0  0 30px;
    color: var(--bz-color-black);
}
.bannerText.black {
    color: var(--bz-color-black);
}
.bannerText.white {
    color: var(--bz-color-white);
}
.bannerButton {
    position: absolute;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 14px;
    bottom: 0;
    margin: 0 0 45px 30px;
    padding: 0 25px;
    background: var(--bz-color-accent);
    color: var(--bz-color-white);
}
.bannerButton:hover {
    background: var(--bz-color-accent-hover);
}
.bannerArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerOriginal {
    display: flex;
}
.bannerMobile {
    display: none;
}
.slide-left {
    animation: slideToLeft 0.6s ease forwards;
}
.slide-center {
    animation: slideToCenter 0.6s ease forwards;
}
.slide-right {
    animation: slideToRight 0.6s ease forwards;
}
.slide-out-left {
    animation: slideOutLeft 0.6s ease forwards;
}
.slide-out-right {
    animation: slideOutRight 0.6s ease forwards;
}
.slide-in-right {
    animation: slideInRight 0.6s ease forwards;
}
.slide-in-left {
    animation: slideInLeft 0.6s ease forwards;
}
@keyframes slideToLeft {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-100%); opacity: 0.5; }
}
@keyframes slideToCenter {
    from { transform: translateX(100%); opacity: 0.5; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes slideToRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0.5; }
}
@keyframes slideOutLeft {
    from { transform: translateX(-100%); opacity: 0.5; }
    to { transform: translateX(-200%); opacity: 0; }
}
@keyframes slideOutRight {
    from { transform: translateX(100%); opacity: 0.5; }
    to { transform: translateX(200%); opacity: 0; }
}
@keyframes slideInRight {
    from { transform: translateX(200%); opacity: 0; }
    to { transform: translateX(100%); opacity: 0.5; }
}
@keyframes slideInLeft {
    from { transform: translateX(-200%); opacity: 0; }
    to { transform: translateX(-100%); opacity: 0.5; }
}
.yandexReviews {
    padding: 0 10px 50px 10px;
}