:root {
    /* Colors */
    --glider-bg: var(--color-white);
    --theme-primary: #F50028;
    --theme-grayV1: #d2d2d2;
    --color-white: #fff;
    --reset-black: #010101dd;
    --color-grayV2: #eee
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}


.amblog-index-post .ph_links a {
    display: block;
    overflow: hidden;
}
.amblog-index-post .ArticleMainTable #tdArticleBody h2 {
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 100%;
}
.amblog-index-post .CustomHTMLBox .linkImgDiv img {
    border-radius: 4px;
}

.amblog-index-post .amblog-element-block .container {
    padding: 0;
}

.amblog-index-post .SCEBlocksSlider .swiper-slide img {
    width: 100%;
    position: inherit;
    transform: none;
    object-fit: cover;
    height: -webkit-fill-available;
    min-height: inherit;
}
.SCEBlocksSlider [data-slidesperview="1"] .swiper-slide img {
    height: auto;
}
.SCEBlocksSlider .swiper-button-prev,
.SCEBlocksSlider .swiper-button-next {
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid var(--theme-grayV1);
    color: var(--theme-primary);      
    cursor: pointer;
    display: flex;
    height: 1.75rem;     
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);     
    width: 1.75rem;      
}
.SCEBlocksSlider .swiper-button-prev {
    left: 1rem;
}
.SCEBlocksSlider .swiper-button-prev:before {
    background: url('../images/chevron-left.svg') center/1.2rem no-repeat;
    content:'';
    height: 100%;
    width: 100%;
}
.SCEBlocksSlider .swiper-button-next:before {
    background: url('../images/chevron-right.svg') center/1.2rem no-repeat;
    content: '';
    height: 100%;
    width: 100%;
}
.SCEBlocksSlider .swiper-button-next {
    right: 1rem;
}
.SCEBlocksSlider .swiper-button-prev:disabled,
.SCEBlocksSlider .swiper-button-next:disabled {
    cursor: not-allowed;
    opacity: .5;
}
.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: .25rem;
    margin-right: .25rem;
    padding: 1rem;
    user-select: none;
}
.amblog-index-post table {
    table-layout: fixed;
    width: 100%;
}
.amblog-index-post .SCEBlocksSlider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.amblog-index-post .slider0391 .slidercolumnmain {
    aspect-ratio: 1/1;
    padding: 15px;
}
.amblog-index-post .SCEBlocksSlider a {
    display: block;
    padding: 0;
    position: initial;
    height: 100%;
}
.amblog-index-post a[rel="shadowbox"] {
    cursor: zoom-in;
}
.swiper-wrapper:not(.glider) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.swiper-wrapper:not(.glider) .swiper-slide {
    min-width: calc(100% / 2);
}
.amblog-post-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.amblog-post-content h3 {
    margin-bottom: .5rem;
}
.amblog-index-post .SCEBlocksSlider ul {
    list-style: none;
}
.ArticleMainTable {
    width: 100%;
}
.ArticleMainTable .section .col.text-center img {
    margin: 0 auto;
}
.CustomHTMLBox {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ArticleMainTable .bolt-pattern-found-wrap {
    margin-top: 0;
}
.ArticleMainTable .reset-btn {
    cursor: pointer;
}
.ArticleMainTable #landing-page .reset-btn.hidden {
    display: none;
}
.ArticleMainTable .reset-btn:before {
    content: '';
    background-image: url('../images/x.svg');
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ArticleMainTable .reset-btn svg,
.ArticleMainTable .panel .icon.plus-icon svg,
.ArticleMainTable .panel .icon.minus-icon svg {
    display: none;
}
.ArticleMainTable .panel .icon.plus-icon:before {
    content: '';
    background-image: url('../images/plus.svg');
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ArticleMainTable .panel .icon.minus-icon:before {
    content: '';
    background-image: url('../images/minus.svg');
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.col-xs-6 {
    width: 50%;
}
.col-xs-12 {
    width: 100%;
    float: inherit;
}
#popular-vehicles-facts .read-more-trigger,
#popular-vehicles-copy .read-more-trigger,
#popular-vehicles-builds .read-more-trigger {
    z-index: 9;
}
.amblog-post-content .container .row iframe {
    width: 100%;
    margin-bottom: 1rem;
}
.amblog-post-content .be-section {
    margin-top: 1rem;
}
.amblog-post-content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ArticleMainTable .a-gallery-main__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.ArticleMainTable .a-gallery-main__wrap-item {
    position: relative;
    height: 243px;
    max-width: 253px;
    min-width: 210px;
    overflow: hidden;
    margin: 0 10px 35px;
}
.ArticleMainTable .a-gallery-main__wrap-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ArticleMainTable p.a-sub-category-title.a-category-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-weight: 300;
    line-height: 100.19%;
    color: rgb(255, 255, 255);
    z-index: 1;
    width: 100%;
    height: 20px;
}
.ArticleMainTable .a-sub-category-title a {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.375rem;
}
.ArticleMainTable p.a-gallery__bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) -25.37%, rgba(0, 0, 0, 0) -.96%, rgba(0, 0, 0, 0) 55.35%, rgb(0, 0, 0) 92.35%);
}
.ArticleMainTable .a-gallery-main__wrap-item:hover img {
    transform: scale(1.1);
    transition: all .5s ease 0s;
}
.ArticleMainTable .a-gallery-main__wrap-item:hover .a-sub-category-title {
    height: 100%;
    transform: translate(0, 0);
    bottom: 0;
    transition: all .5s ease 0s;
}
.ArticleMainTable .a-gallery-main__wrap-item:hover .a-sub-category-title a {
    color: var(--theme-primary);
    font-size: 1.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .5s ease 0s;
}
.ArticleMainTable .a-gallery-main__wrap-item:hover .a-gallery__bg-img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 30.45%, #000000 48.44%, rgba(0, 0, 0, .42) 67.2%, rgba(0, 0, 0, 0) 100%);
    transition: all .5s ease 0s;
}
.ArticleMainTable .gallery-title {
    color: var(--color-white);
    text-transform: uppercase;
    margin: 25px 0;
    padding: 0 2rem;
}
.ArticleMainTable .gallery-sub-title {
    color: var(--color-white);
    margin-top: 25px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: 100%;
}
.ArticleMainTable .icons-wrap {
    gap: 1rem;
}
.ArticleMainTable .icons-wrap a img {
    height: 45px;
}
.ArticleMainTable a.gallery-tel {
    color: var(--color-white);
    background: var(--theme-primary);
    margin: 1rem auto;
    padding: 10px 25px;
    font-size: 1.75rem;
    font-weight: 700;
    display: inline-block;
}
.ArticleMainTable .box-shadow__slider {
    z-index: 1;
}
.ArticleMainTable .be-div-block {
    clear: both;
}
.ArticleMainTable .reset-btn svg {
    transform: rotate(45deg);
    width: 24px;
    height: 24px;
    fill: var(--reset-black);
}

.ArticleMainTable .pattern-selector-wrap {
    position: relative;
    margin-top: 12px;
    border: 1px solid var(--color-grayV2);
    padding: 12px;
    border-radius: 4px;
}
.ArticleMainTable .bolt-pattern-label {
    text-align: center;
    color: var(--color-white);
    font-size: .75rem;
    margin: 2rem 0 -4rem;
}
.ArticleMainTable .toggle-all-wrap a,  .ArticleMainTable .toggle-all-wrap p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 0 0;
}
.ArticleMainTable .panel {
    margin-bottom: 20px;
    background-color: var(--color-white);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.ArticleMainTable .panel-body {
    padding: 15px;
}
.ArticleMainTable .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.ArticleMainTable .panel-group .panel-heading {
    border-bottom: 0;
}
.ArticleMainTable .panel-default {
    border-color: #ddd;
}
.ArticleMainTable .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.ArticleMainTable .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ArticleMainTable .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.ArticleMainTable .panel-group .panel-heading + .panel-collapse > .panel-body,
.ArticleMainTable .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.ArticleMainTable .row:before,
.ArticleMainTable .row:after {
    display: table;
    content: " ";
}
.ArticleMainTable .row:after {
    clear: both;
}
.ArticleMainTable .panel-collapse {
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
    visibility: visible;
}

.ArticleMainTable .panel-collapse.in {
    height: auto;
}

.ArticleMainTable .container.essentialToolsArticle {
    max-width: 970px;
    margin: 0 auto;
}
.ArticleMainTable .videoWrap {
    position: relative;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.ArticleMainTable .videoRes iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ArticleMainTable .videoRes {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.ArticleMainTable .a-gallery-single__image-main > a > img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.ArticleMainTable .a-single-car__gallery > .row .column img {
    width: 100%;
    height: 347px;
    object-fit: cover;
}
.ArticleMainTable .a-single-car__gallery > .row {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
}
.ArticleMainTable .a-single-gallery-sub-category__title { width: 100%; }
.ArticleMainTable .a-single-gallery__bulets {
    padding-left: 0;
    padding-right: 87px;
    margin: 162px 0 125px;
}
.ArticleMainTable .a-single-gallery__bulets > .row {
    height: 123px;
    margin-bottom: 25px;
}
.ArticleMainTable .a-single-gallery__bulets > .row .column {
    height: 100%;
}
.ArticleMainTable .a-single-gallery__bulets .item-brand {
    background: linear-gradient(90deg, #176ac1 0, #173350 100%);
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.ArticleMainTable .a-single-gallery__bulets .item-brand .item-brand-img {
    max-width: 190px;
    max-width: 270px;
    padding: 10px 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ArticleMainTable .a-single-gallery__bulets .item-brand .item-brand-img.circle-big img {
    max-width: 110px;
}
.ArticleMainTable .article-gallery .item-title {
    height: 100%;
    display: flex;
    align-items: center;
}
.ArticleMainTable .a-single-gallery__bulets .item-title p {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 6px #000000;
}
.ArticleMainTable .a-single-gallery__bulets .item-title p {
    font-size: 18px;
}
.ArticleMainTable .be-div-block.clearfix.item-button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ArticleMainTable .item-button p a {
    background: linear-gradient(90deg, #176ac1 0, #173350 100%), #FFFFFF;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100.19%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 18px 46px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.31);
    display: inline-block;
}
.ArticleMainTable .item-button p {
    margin: 0;
}
@media (max-width: 767px) {
    .amblog-index-post .amblog-element-block .container {
        width: 100%;
    }
    .amblog-index-post .ArticleMainTable #tdArticleBody h2 {
        margin-top: 20px;
    }
    .ArticleMainTable .ph_links a {
        font-size: 1rem;
    }
    .ArticleMainTable .article-gallery > .container {
        padding: 0 15px;
    }
    .ArticleMainTable .a-gallery-single__image-main > a > img {
        height: 350px;
    }
    .ArticleMainTable .a-single-car__gallery > .row .column img {
        height: 210px;
    }
    .ArticleMainTable .a-single-gallery__bulets .item-brand {
        width: 90px;
        height: 90px;
    }
    .ArticleMainTable .a-single-gallery__bulets > .row {
        width: 100%;
    }
    .ArticleMainTable .a-single-gallery__bulets > .row .column.col-md-5 {
        width: 55%;
    }
}

@media (min-width: 768px) {
    .SCEBlocksSlider .swiper-button-prev,
    .SCEBlocksSlider .swiper-button-next {
        height: 2.5rem;  
        width: 2.5rem;   
    }
    .SCEBlocksSlider .swiper-button-prev:before,
    .SCEBlocksSlider .swiper-button-next:before {
        background-size: 1.8rem;
    }
    .swiper-wrapper:not(.glider) .swiper-slide {
        min-width: calc(100% / 3);
    }
    .amblog-index-post .row {
        margin-right: -15px;
        margin-left: -15px;
        clear: both;
    }
    .amblog-index-post .row .col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ArticleMainTable {
        table-layout: fixed;
    }
    .ArticleBodyCnt {
        width: 100%;
        table-layout: fixed;
    }
}
@media (min-width: 640px) {
   
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-md-3 {
        width: 50%;
    }
    .col-md-4 {
        width: 100%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 992px) {
    
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
    .amblog-index-post #popular-vehicles-builds .wrap .build p {
        font-size: 1.5rem;
    }
    .amblog-index-post #popular-vehicles-builds .wrap .build:hover p {
        font-size: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .swiper-wrapper:not(.glider) .swiper-slide {
        min-width: calc(100% / 4);
    }
}

/* Blog image lightbox (rel="shadowbox") */
html.bv-shadowbox-open {
    overflow: hidden;
}

html.bv-shadowbox-open .uwy .userway_buttons_wrapper,
html.bv-shadowbox-open #launcher,
html.bv-shadowbox-open iframe[name="Messaging window"],
html.bv-shadowbox-open iframe[title="Close message"],
html.bv-shadowbox-open iframe[title="Message from company"],
html.bv-shadowbox-open iframe[title="Number of unread messages"] {
    display: none !important;
    visibility: hidden;
}

.bv-shadowbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, .85);
}

.bv-shadowbox-overlay[hidden] {
    display: none;
}

.bv-shadowbox-content {
    max-width: min(100%, 1200px);
    max-height: 90vh;
}

.bv-shadowbox-image {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.bv-shadowbox-close,
.bv-shadowbox-prev,
.bv-shadowbox-next {
    position: absolute;
    border: 0;
    background: var(--color-white);
    color: var(--theme-primary, #F50028);
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.bv-shadowbox-close {
    top: 1rem;
    right: 1rem;
    background-color: transparent;
}

.bv-shadowbox-close::before,
.bv-shadowbox-close::after {
    content: '';
    position: absolute;
    width: 1.25rem;
    height: 2px;
    background: currentColor;
}

.bv-shadowbox-close::before {
    transform: rotate(45deg);
}

.bv-shadowbox-close::after {
    transform: rotate(-45deg);
}

.bv-shadowbox-prev {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.bv-shadowbox-next {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.bv-shadowbox-prev::before {
    content: '';
    width: .65rem;
    height: .65rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: .25rem;
}

.bv-shadowbox-next::before {
    content: '';
    width: .65rem;
    height: .65rem;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    margin-right: .25rem;
}

.bv-shadowbox-prev:disabled,
.bv-shadowbox-next:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.bv-shadowbox-prev[hidden],
.bv-shadowbox-next[hidden] {
    display: none;
}



@media (max-width: 991px) {
    .ArticleMainTable .a-single-car__gallery > .row .column {
        margin-bottom: 10px;
    }
    .ArticleMainTable .a-single-car__gallery > .row { margin-top: 0;}
    .ArticleMainTable .a-single-gallery__bulets .col-md-3 {
        width: 100%;
        margin-top: 10px;
    }
   .ArticleMainTable .a-single-gallery__bulets > .row {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto 25px;
    }
    .ArticleMainTable .a-single-gallery__bulets {
        padding-left: 25px;
        padding-right: 25px;
        margin: 87px 0 20px;
    }
    .ArticleMainTable .a-single-gallery__bulets > .row .column.col-md-5 {
        width: 75%;
    }
    .ArticleMainTable .a-single-car__gallery {
        margin-top: 15px;
    }
    .ArticleMainTable .a-single-gallery__bulets > .row .col-md-4 { width: auto; }
    .ArticleMainTable .a-single-gallery__bulets > .row .column {
        height: 110px;
    }
    .ArticleMainTable .a-single-gallery__bulets .item-brand {
        width: 110px;
        height: 110px;
    }
    .ArticleMainTable .a-single-gallery__bulets .item-brand .item-brand-img {
        padding: 10px;
    }
    .ArticleMainTable .a-single-gallery__bulets .item-brand .item-brand-img.circle-big img {
        max-width: 100%;
    }
    .ArticleMainTable .be-div-block.clearfix.item-button {
        justify-content: center;
    }
    .ArticleMainTable .item-button p {
        width: 100%;
    }
    .ArticleMainTable .item-button p a {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 1399px) {
    .ArticleMainTable .a-gallery-single__image-main > a > img {
        height: 600px;
    }
}
@media (max-width: 1024px) {
    .ArticleMainTable .a-gallery-single__image-main > a > img {
        height: 500px;
    }
}



