

/* Start:/bitrix/templates/proauto_default/components/bitrix/catalog.section.list/page-marks/style.css?17243086686551*/
.sections_wrap {
    width: 100%;
    max-width: 100%;
    margin: auto auto 30px;
}
.mytabs a img {
    margin-right: 10px;
}


.mytabs a.active img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.mytabs--filter {
    padding-bottom: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    width: auto !important;
}
.brand-item-wrapper {
    padding: 2px;
}

.section {
    width: 100%;
    font-size: 0;
}
.section .brand {
    display: inline-block;
    text-align: center;
    width: 180px;
    margin: 0 5px 5px 4px;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.section .brand:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(45, 165, 227, 1);
    box-shadow: 0px 0px 20px 0px rgba(45, 165, 227, 1);
    text-decoration: none;
}
.section .brand p {
    font-size: 14px;
}
.mytab {
    display: none;
    min-height: 60px;
}
.mytab.active {
    display: block;
}
.mytabs {
    display: block;
}
.mytabs a.active {
    background-color: #f1f1f1;
}
.mytabs a {
    padding: 15px 10px;
    display: block;
    float: left;
}
.mytabs a:hover {
    text-decoration: none;
}
.brand-frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
}
#requestFrame .loader {
    height: 100%;
    width: 100%;
    z-index: 10;
    text-align: center;
    top: 0;
    left: 0;
    border: none;
    background: #fff url('/bitrix/js/main/core/images/wait.gif') no-repeat scroll 50% 50%;
    display: block;
    position: absolute;
}
#requestFrame .loader.hidden {
    display: none;
}
.img_brand {
    width: 90%;
    height: auto;
}


.main-page-brands .mytabs a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-page-brands .section .brand.brand-item {
    width: 144px;
    height: 135px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.main-page-brands .brand.brand-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-page-brands .brand.brand-item:hover .brand-item-wrapper {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 129, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 129, 0.3);
    text-decoration: none;
    background: #fff;
    z-index: 3;
    position: relative;
}
.main-page-brands .brand-item:hover .hidden.link-list {
    display: block !important;
    visibility: visible !important;
    background: white;
    z-index: 2;
    position: relative;
}
.main-page-brands .brand-item .hidden.link-list .link {
    text-align: center;
    color: black;
    margin-bottom: 5px;
}
.main-page-brands .brand-item .hidden.link-list .link a {
    display: block;
    text-decoration: none !important;
    border-radius: 0px;
    margin-bottom: 5px;
    font-size: 11px;
    padding: 5px 1px;
}
.main-page-brands .brand-item img {
    position: relative;
    z-index: 1;
    line-height: 95px;
    vertical-align: middle;
}
.main-page-brands a.more {
    background-color: #2da5e3;
    color: #fff;
    border-radius: 3px;
    padding: 5px 0px;
    margin: 0 auto;
    margin-top: 30px;
    display: block !important;
    width: 165px !important;
    text-align: center;
}
.main-page-brands .img_brand_container {
    display: block;
    height: 90px;
    line-height: 90px;
    position: relative;
}
.main-page-brands .brand_name {
    display: block;
    font-size: 12px;
}
.main-page-brands.marks-page-brands {
    width: 100%;
}
.main-page-brands .brand-item-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.mytab__nav {
    text-align: center;
}

.mytab__nav,
.mytab__content {
    width: 100%;
}

@media screen and (max-width: 520px) {
    .mytab__content .letter {
        text-align: center;
    }
    .mytab__content .letter-title {
        text-align: left;
    }
}


@media screen and (min-width: 992px) {
    .mytab__nav {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .marks-vin-search {
        margin-top: 0 !important;
        margin-right: 24px;
    }
    .main-page-brands .letters {
        margin-top: 0;
        margin-left: 24px;
    }
}



.main-page-brands .letters > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    background-color: #1f9ede;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.main-page-brands .letters > *:not(:last-child) {
    margin-right: 4px;
}

.letters a {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.letters .letter {
    margin-bottom: 10px;
}
.letter .letter-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #2da5e3;
}
.letter {
    margin-top: 12px;
    border-bottom: 2px solid #2da5e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.vin-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 399.98px) {
    #VinSearchForm .vin-field {
        width: 100% !important;
    }
    #VinSearchForm form button {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
}

@media screen and (min-width: 400px) {
    #VinSearchForm form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #VinSearchForm form .vin-field {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: auto;
    }
    #VinSearchForm form button {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}


.letter .img_brand {
    width: auto !important;
}

/* End */
/* /bitrix/templates/proauto_default/components/bitrix/catalog.section.list/page-marks/style.css?17243086686551 */
