*, *::before, *::after {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body, html {
    height: 100%;
}

img, fieldset, a img {
    border: none;
    max-width: 100%;
}

input[type="submit"], button {
    cursor: pointer;
}

textarea {
    overflow: auto;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

p + p {
    margin-top: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    * {
        -webkit-text-size-adjust: none;
    }

    .make .make__vehicle-specs li {
        padding: 0 10px;
        display: block !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        border-right: none !important;
    }

    .make .make__vehicle-specs li:nth-child(even) {
        background-color: #f5f2f2;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #4d4d4d;
}

body a {
    color: #2fa4e7;
    text-decoration: none;
}

body a:hover {
    color: #000;
}

@font-face {
    font-display: optional;
    font-family: 'Roboto', "helveticaneuecyr-roman";
    src: url("fonts/helveticaneuecyr-roman.eot");
    src: url("fonts/helveticaneuecyr-roman.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-roman.woff") format("woff"), url("fonts/helveticaneuecyr-roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: optional;
    font-family: 'Roboto', "helveticaneuecyr-light";
    src: url("fonts/helveticaneuecyr-light.eot");
    src: url("fonts/helveticaneuecyr-light.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-light.woff") format("woff"), url("fonts/helveticaneuecyr-light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: optional;
    font-family: 'Roboto', "helveticaneuecyr-bold";
    src: url("fonts/helveticaneuecyr-bold.eot");
    src: url("fonts/helveticaneuecyr-bold.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-bold.woff") format("woff"), url("fonts/helveticaneuecyr-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.l {
    width: 95% !important;
    min-width: 280px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
}

.l:after {
    content: " ";
    display: table;
    clear: both;
}

.l .l-col1 {
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.x-hidden {
    overflow-x: hidden;
}

@media only screen and (max-width: 980px) {
    .l .l-col1 {
        float: none;
        width: 100%;
        padding-right: 5px;
    }
}

.l .l-col2 {
    max-width: 300px;
    margin: 0 auto;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
    .l .l-col2 {
        float: none;
        width: 400px;
        margin: 0 auto;
    }
}

.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    *zoom: 1;
    padding: 0 5px;
    line-height: 65px;
    margin: 0 auto;
}

header:after {
    content: " ";
    display: table;
    clear: both;
}

.logo {
    display: block;
    float: left;
    font-family: 'Roboto', "helveticaneuecyr-roman", Arial, sans-serif;
    font-size: 2.8rem;
    text-decoration: none;
    margin-right: 12.41667%;
    margin-bottom: 10px;
    position: absolute;
    top: -28.6em;
    max-height: 40px;
}

.logo span {
    color: #2fa4e7;
}

.logo:hover {
    color: #4d4d4d;
}

@media only screen and (max-width: 1090px) {
    .logo {
        margin-right: 5%;
    }
}

.btn {
    background: #2fa4e7;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    font-family: "helveticaneuecyr-bold", Arial, sans-serif;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.2s linear, box-shadow .2s;
    -moz-transition: background 0.2s linear, box-shadow .2s;
    -o-transition: background 0.2s linear, box-shadow .2s;
    transition: background 0.2s linear, box-shadow .2s;
}

.btn:hover {
    text-decoration: none;
    background: #2d7caa;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.btn:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.menu-list {
    background: #44ade9;
    background: -moz-linear-gradient(top, #44ade9 0%, #30a4e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44ade9), color-stop(100%, #30a4e7));
    background: -webkit-linear-gradient(top, #44ade9 0%, #30a4e7 100%);
    background: -o-linear-gradient(top, #44ade9 0%, #30a4e7 100%);
    background: -ms-linear-gradient(top, #44ade9 0%, #30a4e7 100%);
    background: linear-gradient(to bottom, #44ade9 0%, #30a4e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ade9', endColorstr='#30a4e7', GradientType=0);
    border: 1px solid #3084b6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    margin: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-list li {
    font-size: 18px;
    font-size: 1.4rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid #328bbf;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.menu-list li:first-child {
    border-left: 1px solid transparent;
}

.menu-list li:last-child {
    border-right: 1px solid transparent;
}

.menu-list li:hover {
    background: #2d7caa;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.menu-list li a {
    display: block;
    padding: 0 20px;
    line-height: 36px;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.menu-list li.is-active {
    background: #2d7caa;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.menu-list {
    display: none;
}

.menu-list li.is-active {
    position: relative;
}

nav:hover .menu-list {
    display: block;
}

.menu-list:hover li.is-active:after {
    display: none;
}

.breadcrumb {
    width: 100%;
    margin: 0 auto;
    line-height: 47px;
    border-bottom: 1px solid #e3e3e3;
    display: none;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.breadcrumb li a {
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: underline;
}

.breadcrumb li span {
    margin-left: 5px;
}

.breadcrumb li:last-child a, .breadcrumb li.is-active a {
    color: #cccccc;
    text-decoration: none;
    cursor: default;
}

.section-name {
    font-family: 'Roboto', "helveticaneuecyr-bold", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    color: #2fa4e7;
}

.all-makes {
    margin-top: 35px;
    *zoom: 1;
}

.all-makes:after {
    content: " ";
    display: table;
    clear: both;
}

.all-makes caption, .all-makes h2 {
    text-align: left;
    margin-bottom: 24px;
}

.all-makes td, .all-makes ul {
    width: 50%;
    line-height: 2.15;
    font-size: 18px;
    font-size: 1.4rem;
}

.all-makes ul {
    list-style: none;
    float: left;
}

.all-makes:hover ul {
    display: block;
}

.section-name {
    position: relative;
}

.seo-text {
    margin-top: 15px;
    width: 95%;
}

.seo-text h3 {
    margin-bottom: 20px;
}

.seo-text p {
    margin-bottom: 1em;
}

.seo-text ol {
    margin: 10px 0;
    padding-left: 5px;
    counter-reset: list-counter;
}

.seo-text ol li {
    display: flex;
}

.seo-text ol li:not(:last-child) {
    margin-bottom: 10px;
}

.seo-text ol li::before {
    counter-increment: list-counter;
    content: counter(list-counter)')';
    display: inline-flex;
    font-weight: 700;
    margin-right: 10px;
    color: #2fa4e7;
}

.seo-text ul {
    margin: 10px 0;
    padding-left: 5px;
}

.seo-text ul li {
    display: flex;
}

.seo-text ul li:not(:last-child) {
    margin-bottom: 10px;
}

.seo-text ul li::before {
    content: "";
    display: inline-flex;
    flex: none;
    margin-top: 7px;
    margin-right: 10px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #2fa4e7;
}

.options {
    margin-top: 35px;
}

.options .options__block {
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 20px;
    margin-top: 12px;
}

.options .options__item {
    display: inline-block;
    margin-right: 25px;
}

.options .options__item select {
    padding: 3px 10px;
    color: #4d4d4d;
}

.options .options__item strong {
    display: inline-block;
    font-size: 18px;
    font-size: 1.4rem;
}

.options .options__item form {
    display: inline-block;
    margin-left: 18px;
}

.options .btn_options {
    position: relative;
    top: 3px;
    float: right;
    width: 70px;
    height: 24px;
}

@media only screen and (max-width: 1090px) {
    .options .btn_options {
        float: none;
        margin: 10px 0;
        top: 0;
    }
}

.reviews {
    margin-top: 45px;
}

.reviews .reviews__tabs {
    z-index: 3;
    font-size: 0;
    margin-top: 31px;
}

.reviews .reviews__tabs li {
    display: inline-block;
    background: #4d4d4d;
    margin-right: 10px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.reviews .reviews__tabs li a {
    display: block;
    font-size: 18px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 37px;
    color: white;
    padding: 0 15px;
}

.reviews .reviews__tabs li.is-active {
    background: white;
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid white;
}

.reviews .reviews__tabs li.is-active a {
    color: #4d4d4d;
    cursor: default;
}

.reviews .reviews__tabs li.is-active:after {
    content: "";
    height: 1px;
    width: 100%;
    background: white;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

.reviews .reviews__container {
    border: 1px solid #e3e3e3;
    position: relative;
    top: -1px;
    z-index: 1;
    padding: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
    display: none;
}

.reviews .reviews__container.active {
    display: block;
}

.reviews .reviews__container:after {
    content: " ";
    display: table;
    clear: both;
}

.reviews h3 {
    margin-top: 12px;
    margin-bottom: 10px;
}

.reviews h3 a {
    color: #2fa4e7;
    font-size: 18px;
    font-size: 1.4rem;
}

.reviews p {
    line-height: 1.5;
}

.news li.is-active {
    *zoom: 1;
}

.news li.is-active:after {
    content: " ";
    display: table;
    clear: both;
}

.make {
    margin-top: 35px;
    *zoom: 1;
}

.make:after {
    content: " ";
    display: table;
    clear: both;
}

.make .make__logo {
    font-size: 0;
    margin-top: 35px;
    float: left;
    margin-right: 30px;
    width: 150px;
}

.make .make__logo img {
    max-width: 100%;
}

.make .make__history {
    margin-top: 32px;
}

.make .make__history p {
    margin-bottom: 10px;
}

.make .make__vehicle {
    margin-top: 45px;
}

.make .make__vehicle > li {
    padding: 11px 17px;
    margin-bottom: 8px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
}

.make .make__vehicle > li:after {
    content: " ";
    display: table;
    clear: both;
}

.make .make__vehicle-specs > li:last-of-type {
    border-right: none;
}

.make .make__vehicle > li:last-child {
    margin-bottom: 0;
}

.make .make__vehicle-image {
    font-size: 0;
    width: 150px;
    margin-right: 21px;
}

.make .make__vehicle-image img {
    max-width: 100%;
}

.make h3 {
    margin-top: 7px;
}

.make h3 a {
    color: #2fa4e7;
}

.make .make__vehicle-specs {
    margin-top: 8px;
}

.make .make__vehicle-specs li {
    display: inline-block;
    line-height: 3;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #4d4d4d;
}

.make .make__vehicle-specs li:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.make .make__vehicle-years {
    margin-top: 10px;
}

.make .make__vehicle-years li {
    display: inline-block;
    margin-right: 5px;
}

.make .make__vehicle-years li a {
    text-decoration: underline;
    display: inline-block;
    margin: 3px;
    padding: 3px;
}

.make_competitors {
    margin-top: 45px;
}

.make_competitors .make__vehicle {
    margin-top: 35px;
}

.model {
    margin-top: 35px;
}

.model h3 {
    color: #2fa4e7;
}

.model .model__about {
    margin-top: 29px;
    margin-bottom: 42px;
    line-height: 1.2;
}

.model .model__specs {
    margin-top: 15px;
    margin-bottom: 27px;
    *zoom: 1;
}

.model .model__specs:after {
    content: " ";
    display: table;
    clear: both;
}

.model .model__specs-image {
    width: 100%;
    font-size: 0;
    margin-right: 5.5%;
    padding: 10px 0;
}

.model .model__specs-image img {
    max-width: 100%;
}

.model .model__specs-table {
    width: 100%;
}

.model .model__specs-table td {
    width: 33.33%;
    line-height: 2;
    font-size: 11px;
}

.model__block {
    text-decoration: none;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 158px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.model__block:hover {
    color: #4d4d4d;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.model__block span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -20px;
}

.model__block img {
    max-width: 100%;
}

.all-models + .all-makes {
    margin-top: 45px;
}

.model-year {
    margin-top: 35px;
}

.model-year h3 {
    color: #2fa4e7;
}

.model-year .model-year__box {
    margin-top: 32px;
    *zoom: 1;
}

.model-year .model-year__box:after {
    content: " ";
    display: table;
    clear: both;
}

.model-year .model-year__box-left {
}

.model-year .model-year__image {
    font-size: 0;
}

.model-year .model-year__image img {
    max-width: 100%;
}

.model-year .model-year__box-right {
}

.model-year .model-year__box-right table {
    margin-top: 13px;
    margin-bottom: 18px;
}

.model-year .model-year__trim-levels {
    line-height: 2;
}

.model-year .model-year__cost {
    text-align: right;
    line-height: 2;
    color: #ff5c28;
    white-space: nowrap;
    padding-left: 10px;
}

.model-year .model-year__years {
    margin-top: 22px;
    margin-bottom: 4px;
}

.model-year .model-year__years li {
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
    margin-bottom: 8px;
}

.model-year .model-year__years li:last-child {
    margin-right: -4px;
}

.model-year .model-year__years li.is-active a {
    color: #cccccc;
    font-weight: normal;
    cursor: default;
}

.times {
    margin-top: 15px;
}

.times h3 {
    margin-top: 25px;
}

.times h3 + p {
    margin-top: 25px;
    line-height: 1.2;
}

.times .times__container {
    margin-top: 14px;
    *zoom: 1;
}

.times .times__container:after {
    content: " ";
    display: table;
    clear: both;
}

.banner-hor + .all-makes {
    margin-top: 45px;
}

.make_fastest-cars {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #e3e3e3;
}

.make_fastest-cars .make__vehicle {
    margin-top: 35px;
}

.make_fastest-cars .acceleration-time {
    margin-left: 24px;
    color: #2fa4e7;
}

.seo-text ol {
    list-style-type: decimal;
    padding-left: 18px;
}

.seo-text ol li {
    padding-left: 16px;
    margin-bottom: 1em;
}

.table-container {
    margin-top: 45px;
}

.table-container table {
    display: block;
    overflow: auto;
    min-width: 100%;
    margin-top: 15px;
}

.table-container table tr:nth-child(odd) {
    background: whitesmoke;
}

.table-container table td {
    padding: 9px;
}

.table-container table td:first-child {
    position: sticky;
    top: auto;
    padding-left: 5px;
    width: 42%;
}

.table-container table td:last-child {
    padding-right: 3.44%;
    width: 33%;
}

.banner-ver {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 0;
    text-align: left;
}

.banner-ver img {
    max-width: 100%;
}

.right-block__specs-list li a {
    display: inline-block;
    padding: 5px 3px;
    margin-bottom: 5px;
}

.right-block__specs-list td a {
    line-height: 3;
    position: relative;
    padding-left: 64px;
}

.right-block__specs-list td a:before {
    content: "";
    position: absolute;
}

.right-block__specs-list .speed:before {
    background: url('../img/icons-sc83f02760e.png?ezimgfmt=rs%3Adevice%2Frscb14-1%2Fng%3Awebp%2Fngcb14') 0 0 no-repeat;
    width: 31px;
    height: 36px;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .icon:before {
    width: 36px;
    height: 36px;
}

.right-block__specs-list .engine:before {
    background: url('../img/30_engine.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .hp:before {
    background: url('../img/30_hp.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .bulbs:before {
    background: url('../img/30_bulbs.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .dimensions:before {
    background: url('../img/30_dimensions.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .oil_capacity:before {
    background: url('../img/30_oil_capacity.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .speaker_size:before {
    background: url('../img/30_speaker_size.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .steering_wheel:before {
    background: url('../img/30_steering_wheel.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .towing:before {
    background: url('../img/30_towing.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .weight:before {
    background: url('../img/30_weight.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .wipers:before {
    background: url('../img/30_wipers.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .batterysize:before {
    background: url('../img/batterysize.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .cargospace:before {
    background: url('../img/cargospace.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .generations:before {
    background: url('../img/generations.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .clearance:before {
    background: url('../img/clearance.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .fuses:before {
    background: url('../img/fuses.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .gastanksize:before {
    background: url('../img/gastanksize.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .gastype:before {
    background: url('../img/gastype.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .safetyrating:before {
    background: url('../img/saferyratings.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .truckbedsize:before {
    background: url('../img/truckbedsize.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .complaints:before {
    background: url('../img/30_complaints.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
}

.right-block__specs-list .upgrades:before {
    background: url('../img/icons/upgrades1.png') 0 0 no-repeat;
    left: 6px;
    top: -12px;
    background-size: contain;
}

.right-block__specs-list .manuals:before {
    background: url('../img/icons/manuals1.png') 0 0 no-repeat;
    left: 8px;
    top: -4px;
    background-size: contain;
}

.right-block__specs-list .mpg:before {
    background: url('../img/icons/mpg1.png') 0 0 no-repeat;
    left: 8px;
    top: -4px;
    background-size: contain;
}

.right-block__specs-list .wheel-interchange:before {
    background: url('../img/icons/wheel-interchange1.png') 0 0 no-repeat;
    left: 8px;
    top: -4px;
    background-size: contain;
}

.right-block__specs-list .tire:before {
    background: url('../img/tire.png?ezimgfmt=rs%3Adevice%2Frscb14-1%2Fng%3Awebp%2Fngcb14') 0 0 no-repeat;
    width: 36px;
    height: 32px;
    left: 4px;
    top: -9px;
}

.right-block__specs-list .rim:before {
    background: url('../img/rim.png?ezimgfmt=rs%3Adevice%2Frscb14-1%2Fng%3Awebp%2Fngcb14') 0 0 no-repeat;
    width: 30px;
    height: 30px;
    left: 8px;
    top: -7px;
}

.right-block__specs-list .spec-value {
    text-align: left;
    color: #ff5c28;
}

.f_right {
    float: right;
}

.p_rel {
    position: relative;
}

.clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.pagination li:hover img, .pagination li.current img {
    outline: 2px solid #2fa4e7;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

footer {
    margin: 0 5px;
    margin-top: 50px;
    border-top: 1px solid #e3e3e3;
    *zoom: 1;
    text-align: center;
    clear: both;
}

footer:after {
    content: " ";
    display: table;
    clear: both;
}

footer .footer__copyright {
    width: 100%;
    text-align: right;
    line-height: 27px;
    text-align: center;
}

.mb30 {
    margin-bottom: 30px;
}

.pt20 {
    padding-top: 20px;
}

.wrapper {
    overflow: hidden;
}

.brdtop_col {
    border-top: 1px solid #e3e3e3;
}

.google_links {
    border: 0px solid #e3e3e3;
    width: 346px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.w78 {
    width: 88%;
}

.pb18 {
    padding-bottom: 18px;
}

.text_size {
    background: #fff;
    padding: 0 10px 11px 10px;
    box-sizing: border-box;
}

.text_size p {
    padding-bottom: 12px;
}

.text_size table td {
    padding: 5px;
    border: 1px solid #d2d2d2;
}

.bdb_1 {
    border-bottom: 1px solid #e3e3e3;
}

.cars_ul ul {
    margin-bottom: 40px;
}

.main_title {
    margin-bottom: 15px;
    font-family: 'Roboto', "helveticaneuecyr-bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #4d4d4d;
}

/* =============== link styles =============== */
.link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #2fa4e7;
    transition: color .3s;
}
.link:hover {
    color: #2fa4e7;
}
.plus {
    margin-right: 5px;
    transition: transform 0.3s;
}
*:hover > .plus {
    transform: rotate(90deg);
}

/* =============== arrows styles =============== */
.arrow-right polyline {
	stroke-dasharray: 29;
	transition: stroke .3s;
}
.vehicles-list__item:hover .arrow-right polyline, .link:hover .arrow-right polyline {
	stroke: #2fa4e7;
	animation: line-anim 1s infinite;
}
@keyframes line-anim {
	from {
		stroke-dashoffset: 29;
	}
	to {
		stroke-dashoffset: 0;
	}
}

/* =============== section styles =============== */

.section {
    padding: 15px 0;
}

.section_content {
    margin-bottom: 25px;
}

.section_description {
    font-size: 18px;
    line-height: 1.2;
}

.section_title ~ * {
    margin-top: 45px;
}

.section_title {
    margin-bottom: 15px;
    font-family: 'Roboto', "helveticaneuecyr-bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #4d4d4d;
}
.section_title.section_title_dropdown {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
.section_title.section_title_dropdown::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    width: 14px;
    height: 14px;
    border-top: 2px solid #4d4d4d;
    border-left: 2px solid #4d4d4d;
    transform: rotate(45deg);
    transition: transform .3s;
}
.section_title.section_title_dropdown.is-closed::after {
    transform: rotate(225deg);
}

.section-name_2 {
    font-family: 'Roboto', "helveticaneuecyr-bold", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #4d4d4d;
}

.section_tabs .text_tabs {
    font-size: 11px;
    font-weight: 400;
    display: block;
    margin-top: -20px;
}

/* =============== select form styles =============== */
.select-form {
    margin-bottom: 30px;
}
.select-form__inner {
    display: flex;
    align-items: flex-end;
}
.select-form__line {
    margin-top: 10px;
}
.select-form__block {
    flex: 1;
    position: relative;
}
.select-form__block + .select-form__block {
    margin-left: 75px;
}
.select-form__block > *:not(:last-child) {
    margin-bottom: 10px;
}
.select-form__block:not(:first-child)::before {
    content: "VS";
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
}
.select-form__group {
    width: 24%;
}
.select-form__group + .select-form__group {
    margin-left: 30px;
}
.select-form__label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

/* =============== vehicles-list styles =============== */

.vehicles-list {
    display: flex;
    flex-wrap: wrap;
}

.vehicles-list__item {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 24%;
    height: 50px;
    margin: 0 0.5% 12px;
    padding: 5px 0 5px 10px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    transition: border-color .3s;
}
.vehicles-list__item.half {
    width: 49%;
    margin: 0 0 12px;
}
.vehicles-list__item.half:nth-child(1n) {
    margin-right: 2%;
}
.vehicles-list__item.half:nth-child(2n) {
    margin-right: 0;
}

.vehicles-list__item:hover {
    border-color: #007aff;
}

.vehicles-list__item .arrow-right polyline {
	stroke: #d2d2d2;
}

/* =============== compare-table styles =============== */
* ~ .compare-table-wrap {
    margin-top: 25px;
}

.compare-table-wrap.dropdown {
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: visibility .3s, max-height .7s;
    -moz-transition: visibility .3s, max-height .7s;
    -ms-transition: visibility .3s, max-height .7s;
    -o-transition: visibility .3s, max-height .7s;
    transition: visibility .3s, max-height .7s;
}

.compare-table ~ * {
    margin-top: 25px;
}

.compare-table, .compare-year-table {
    width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0,0,0, .25);
}

.compare-table-wrap .simplebar-track.simplebar-horizontal {
    bottom: 40px;
}

.compare-table-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    background-color: #2fa4e7;
    opacity: 1;
}
.compare-table thead th:not(:first-child) {
    vertical-align: top;
}

.compare-table thead th:first-child, .compare-table tbody th {
    width: 20%;
}
.compare-table th, .compare-table td {
	padding: 10px;
    min-width: 115px;
    width: 25%;
	border: 1px solid #e0e0e0;
	font-size: 15px;
}

.compare-table th {
	font-weight: 500;
}

.compare-table td {
	text-align: center;
}

/* =============== compare-year-table styles =============== */
* ~ .compare-year-table {
    margin-top: 15px;
}
.compare-year-table th, .compare-year-table td {
    padding: 10px;
    border: 1px solid #e0e0e0;
	font-size: 15px;
}

.compare-year-table th span, .compare-year-table td span {
    display: block;
}

.compare-year-table th:first-child, .compare-year-table td:first-child {
    width: 20%;
    text-align: center;
}
.compare-year-table th, .compare-year-table td {
    width: 40%;
}

.compare-table th, .compare-year-table th {
	font-weight: 500;
}

.compare-table td {
	text-align: center;
}

.tire_tabs_img {
    border: 1px solid #e3e3e3;
}

.title_tire {
    font-size: 18px;
    line-height: 20px;
    color: #4d4d4d;
}

.section_tabs .reviews .reviews__container {
    padding: 25px;
}

.reviews_container_col_right {
    margin-top: 0;
    margin-left: 213px;
}

.reviews_container_col_left {
    width: 186px;
    margin-top: 6px;
}

.reviews_container_col_right img {
    max-width: 100%;
}

.select_tire.options .options__block {
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews_container_col_right.options .options__item {
    width: 50%;
    float: left;
    margin: 0 0 15px;
    min-width: 270px;
}

.reviews_container_col_right.options .options__item:nth-child(even) {
}

.reviews_container_col_right .options__item strong {
    width: 135px;
    text-align: left;
}

.reviews_container_col_right.options .options__item select {
    width: 130px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 5%;
    display: block;
}

.select_tire.options .btn_options {
    width: 130px;
    height: 24px;
    position: static;
    float: none;
}

.result_select {
    color: #ff5c28;
    font-size: 18px;
    line-height: 24px;
    padding-right: 20px;
}

.vehickle .options .btn_options {
    top: 1px;
}

.vehickle .options .options__item select {
}

.vehicle_div_img {
    width: 86.4%;
}

.vehicle_div_img img {
    max-width: 100%;
}

.product_photo_item {
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.product_photo_item_top {
    padding: 20px 23px;
    border-bottom: 1px solid #e3e3e3;
}

.product_photo_item_top:hover .make__vehicle-specs {
    display: block;
}

.product_photo_name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.product_photo_item_top .make__vehicle-specs li:first-child {
    color: #2fa4e7;
}

.years_list {
    margin-top: 25px;
}

.years_list_item {
    float: left;
    padding-right: 9px;
    margin-bottom: 9px;
}

.years_list_item.current .years_list_link {
    background-color: #c6e6f8;
    border-color: #c2dff0;
}

.years_list_link {
    display: block;
    text-align: center;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.make .make__vehicle-years .no_active a {
    color: #cccccc;
    text-decoration: none;
}

.make__vehicle-years .no_active a:hover {
    color: #cccccc;
    text-decoration: underline;
}

table.right-block__specs-list {
    table-layout: fixed;
}

.right-block__specs-list .spec-value {
    width: 40%;
}

.right-block__specs-list td a.link1 {
    padding-left: 0;
}

.right-block__specs-list td span {
    line-height: 3;
}

@media only screen and (max-width: 1230px) {
    .reviews_container_col_right.options .options__item {
        width: 100%;
    }

    .reviews_container_col_right.options .options__item:nth-child(even) {
        text-align: left;
    }

    .btn_box {
        float: left;
    }

    .result_select {
        width: 134px;
        display: inline-block;
        padding: 0;
    }
}

@media only screen and (max-width: 1120px) {
    .options .btn_options {
        position: static;
        float: none;
    }

    .options .options__item {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .options .options__item {
        display: block;
        margin-bottom: 10px;
    }

    .options .options__item strong {
        width: 70px;
    }

    .reviews_container_col_right .options__item strong {
        width: 135px;
    }

    .options .btn_options {
        margin-left: 92px;
    }

    .options .btn_box .btn_options {
        margin-left: 0;
    }

    .reviews_container_col_left {
        float: none;
        width: auto;
    }

    .reviews_container_col_right {
        margin-left: 0;
    }
    .select-car {
        flex-direction: column;
    }
    .select-car__btn {
        margin-top: 15px !important;
        width: 100% !important;
    }
}

.table-chart table {
    max-width: 400px;
    width: 100%;
    border: #f7f7f7 1px solid;
}

.table-chart td {
    text-align: center;
    padding: 5px;
    border: 5px solid #f7f7f7;
}

.table-chart {
    margin-top: 45px;
}

input:disabled {
    cursor: default;
    background-color: #e9e9e9;
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
    transition: all 0.2s;
}

input[type="text" i] {
    margin: 1px;
    padding: 2px 3px;
    line-height: 24px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    transition: all 0.2s;
}

.hide-to-screen {
    display: none;
}

.hide-to-print {
    padding: 5px 3px;
    width: max-content;
    border-radius: 3px;
    line-height: 24px;
}

/* list products */
.list-products {
    display: flex;
    flex-wrap: wrap;
}

.list-products__item {
    position: relative;
    width: 30%;
    min-width: 200px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-right: 20px;
}

.list-products__img {
    float: left;
    width: 54px;
    padding-right: 10px;
    vertical-align: middle;
}

.list-products__text {
    display: block;
    padding-left: 64px;
}

.list-products__seolink {
    position: absolute;
    bottom: 0;
    left: 64px;
    font-weight: 700;
    color: #2fa4e7;
}

.list-products__seolink::before,
.list-products__seolink::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.list-products__seolink::before {
    left: calc(100% + 5px);
    width: 15px;
    height: 2px;
    background-color: #2fa4e7;

}

.list-products__seolink::after {
    left: calc(100% + 12px);
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 3px solid #2fa4e7;
    border-right: 3px solid #2fa4e7;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-products__seolink:hover::before {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.list-products__seolink:hover::after {
    -webkit-transform: translateX(10px) rotate(45deg);
    -moz-transform: translateX(10px) rotate(45deg);
    -ms-transform: translateX(10px) rotate(45deg);
    -o-transform: translateX(10px) rotate(45deg);
    transform: translateX(10px) rotate(45deg);
}
.tire-product-link {
    display: block;
    min-height: 75px;
    position: relative;
    border-bottom: 1px dotted #c0c0c0;
    clear: both;
    padding: 5px 0px;
}
.tire-product-link .pricelogo {
    width: 125px;
    margin-top: 10px;
}
.tire-product-link .pricelogo img {
    width: 100%;
    border: none;
}
.tire-product-link .pricelogowrap {
    float: left;
    line-height: 15px;
    margin-right: 3em;
}
.tire-product-link .pricebuttonwrap {
    font-size: 18px;
    color: #888;
    padding-top: 3px;
    position: relative;
}
.tire-product-link .pricebutton {
    display: inline-block;
    margin: 2px 0px 5px 0px;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    background-color: #2fa4e7;
    text-align: center;
    font-size: 15px;
    padding: 7px 0px 0px 0px;
    line-height: 1.5;
    color: #fff;
    border: 1px solid green;
}
@media (max-width: 767px) {
    .diagram {
        display: flex;
        flex-wrap: wrap;
    }
}

.tablet-hide {
    display: none;
}

.hamburger {
    width: 64px;
    height: 64px;
    transform: scale(0.7);
    -webkit-touch-callout: none;
    user-select: none;
}
.hamburger.is-closed #circle {
    stroke-dasharray: 1 100 190 300;
    stroke-dashoffset: 1;
}
.hamburger.is-closed .hamburger__top {
    transform: translateX(-4.5px) rotate(-45deg);
}
.hamburger.is-closed .hamburger__bottom {
    transform: translateX(-4.5px) rotate(45deg);
}
.hamburger__top, .hamburger__bottom {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #2fa4e7;
    transform-origin: 34px 2px;
    transform: rotate(0deg);
    transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
.hamburger__top {
    top: 19px;
    left: 14px;
}
.hamburger__bottom {
    top: 41px;
    left: 14px;
}
.hamburger path, .hamburger line {
    stroke: #2fa4e7;
    stroke-linecap: round;
}
.hamburger #circle {
    stroke-dasharray: 1 100 32 300;
    stroke-dashoffset: 101;
    transition: all 750ms ease;
}
.mobile-menu {
    display: none;
    margin-right: -10px;
    margin-left: auto;
}
.mobile-menu__nav {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: -15px;
    padding: 20px;
    width: 300px;
    min-height: 100vh;
    color: #fff;
    font-size: 18px;
    background-color: #2fa4e7;
    transform: translateX(calc(100% + 20px));
    border-radius: 3px 0 0 3px;
    transition: transform 0.3s;
}

.mobile-menu__nav.is-open {
    transform: translateX(0);
}
.mobile-menu__nav-line {
    display: flex;
    gap: 15px;
}
.mobile-menu__nav-list {
    margin-top: 15px;
}
.mobile-menu__nav-item + .mobile-menu__nav-item {
    margin-top: 10px;
}
.mobile-menu__nav-item.dropdown {
    position: relative;
}
.mobile-menu__nav-item.dropdown::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    transition: transform .3s, border-color .3s;
}
.mobile-menu__nav-item.dropdown .mobile-menu__nav-link {
    pointer-events: none;
}

.mobile-menu__nav-item.dropdown:hover > a {
    color: #000;
}
.mobile-menu__nav-item.dropdown:hover > a::after {
    border-top-color: #000;
    transform: rotate(180deg);
}
.mobile-menu__nav-link {
    color: #fff;
}
.mobile-menu-dropdown {
    margin-top: 15px;
    display: none;
}
.mobile-menu-dropdown__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobile-menu-dropdown__item {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100px;
}
.mobile-menu-dropdown__title {
    display: block;
    font-size: 15px;
    color: #fff;
}
.mobile-menu-search {
    position: relative;
}
.mobile-menu-search__field {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 3px;
    border: none;
}
.mobile-menu-search__btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    background: transparent;
}
.mobile-menu-search__matches {
    margin-top: 5px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}
.mobile-menu-search__link {
    padding: 5px 10px;
    display: block;
    color: #2fa4e7;
}

.mobile-dropdown {
    width: 100%;
    border-radius: 3px;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    background-color: #ffffff;
    -webkit-transition: visibility .3s, max-height .7s;
    -moz-transition: visibility .3s, max-height .7s;
    -ms-transition: visibility .3s, max-height .7s;
    -o-transition: visibility .3s, max-height .7s;
    transition: visibility .3s, max-height .7s;
}
.mobile-dropdown__link {
    display: block;
    padding: 5px 10px;
    color: #2fa4e7;
}
.mobile-dropdown__link:first-child {
    padding-top: 10px;
}

.header-line {
    padding: 0 0 15px;
    line-height: 1.7;
}

.header-line__top {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
    position: relative;
}

.header-line__logo {
    font-family: 'Roboto',"helveticaneuecyr-roman",Arial,sans-serif;
    font-size: 2.8rem;
    text-decoration: none;
    transition: color .3s;
}

.header-line__logo:hover span {
    color: #2fa4e7;
}

.header-line__bottom {
    padding: 15px 0;
    background-color: #2fa4e7;
}

.header-line__bottom a {
    color: #fff;
}

.header-line__menu {
    display: flex;
    gap: 30px;
}

.header-line__link {
    color: #fff;
}

.header-line__link.active {
    color: #000;
}

.greedy-nav > ul > li {
    margin-right: 30px;
}

.greedy-nav li.dropdown {
    position: relative;
}

.greedy-nav li.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 35px;
    cursor: pointer;
}

.greedy-nav li.dropdown:hover > a {
    color: #000;
}

.greedy-nav li.dropdown:hover > a::after {
    border-top-color: #000;
    transform: rotate(180deg);
}

.greedy-nav li.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.greedy-nav li.dropdown a {
    padding-right: 12px;
}

.greedy-nav li.dropdown > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    transition: transform .3s, border-color .3s; 
}

.greedy-nav .dropdown-menu {
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 10px);
    padding: 10px 15px;
    width: auto;
    max-width: 310px;
    max-height: 300px;
    background-color: #2fa4e7;
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
    transition: transform .3s, opacity .3s;
}

.greedy-nav .priority-nav__dropdown .dropdown-menu {
    top: 0;
    left: auto;
    right: calc(100% + 30px);
    transform: translate(-10px, 0);
}
.greedy-nav .priority-nav__dropdown li.dropdown .dropdown-menu::before {
    bottom: auto;
    left: calc(100% - 6px);
    transform: rotate(90deg);
}

.greedy-nav .priority-nav__dropdown li.dropdown:hover .dropdown-menu {
    transform: translate(0, 0);
}

.greedy-nav .priority-nav__dropdown .dropdown-menu.columns-2, 
.greedy-nav .priority-nav__dropdown .dropdown-menu.columns-3 {
    width: 175px;
}

.greedy-nav .priority-nav__dropdown .dropdown-menu.columns-2 .dropdown-menu__inner, 
.greedy-nav .priority-nav__dropdown .dropdown-menu.columns-3 .dropdown-menu__inner {
    columns: 1;
}

.greedy-nav .dropdown-menu .simplebar-track.simplebar-vertical {
    top: 0;
    width: 9px;
}

.greedy-nav .dropdown-menu .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

.greedy-nav .dropdown-menu .simplebar-scrollbar:before {
    background: #fff;
}

.greedy-nav .dropdown-menu.columns-2 {
    width: 335px;
}
.greedy-nav .dropdown-menu.columns-2 .dropdown-menu__inner {
    columns: 2;
}
.greedy-nav .dropdown-menu.columns-3 {
    width: 496px;
}
.greedy-nav .dropdown-menu.columns-3 .dropdown-menu__inner {
    columns: 3;
}

.greedy-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2FA4E7 transparent;
}

.greedy-nav .dropdown-menu__link {
    display: block;
}

.greedy-nav .priority-nav__dropdown-toggle {
    padding-right: 12px;
    background: transparent;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.greedy-nav .priority-nav__dropdown-toggle.is-open::after {
    transform: rotate(180deg);
}

.greedy-nav .priority-nav__dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    transition: transform .3s;
}

.greedy-nav .priority-nav__dropdown {
    z-index: 1;
    top: calc(100% + 30px);
    right: 0;
    padding: 10px;
    background-color: #2fa4e7;
    border-radius: 3px;
}

.greedy-nav .priority-nav__dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 20px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2FA4E7 transparent;
}

.search-form {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
}

.search-form__field {
    width: 100%;
    height: 38px;
    padding: 0 45px 0 10px !important;
    border-radius: 3px;
}

.search-form__field:focus {
    border-color: #2fa4e7;
}

.search-form__btn {
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 5px;
    background-color: transparent;
}

.search-form__btn:hover svg {
    transform: scale(1.2);
}
.search-form__btn:active svg {
    transform: scale(0.9);
}

.search-form__btn svg {
    transition: transform .3s;
}

.language {
    position: relative;
    margin-top: 10px;
}
.language.is-opened .language-btn::after {
    transform: rotate(180deg);
}

.language.is-opened .language-dropdown {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.language-btn {
    position: relative;
    padding-right: 12px;
    background-color: transparent;
} 

.language-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    transition: transform .3s;
}
.language.desktop .language-btn::after {
    border-color: #2FA4E7 transparent transparent transparent;
}

.language-dropdown {
    position: absolute;
    z-index: 5;
    top: calc(100% + 10px);
    right: 0;
    width: 150px;
    max-height: 350px;
    padding: 10px 15px;
    border: 1px solid #E3E3E3;
    background-color: #fff;
    border-radius: 3px;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s, opacity .3s;
}

.language-dropdown::before {
    content: "";
    position: absolute;
    right: 15px;
    top: -6px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    transform: rotate(45deg);
}

.language-dropdown__link {
    display: block;
    font-size: 15px;
}

.language-dropdown .simplebar-track.simplebar-vertical {
    top: 0;
    width: 9px;
}

.language-dropdown .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

.language-dropdown .simplebar-scrollbar:before {
    background: #2FA4E7;
}

.select-car {
    display: flex;
    gap: 20px;
    padding: 25px;
    background-color: #f2f2f2;
    border-radius: 3px;
}

.select-car__group {
    flex: 1;
}

.select-car__label {
    display: block;
    margin-bottom: 5px;
}

.select-car .custom-select {
    max-width: none;
}

.select-car__btn {
    margin-top: auto;
    transform: scale(0);
    transition: transform .3s;
}
.select-car__btn.active {
    transform: scale(1);
}

.custom-select + .custom-select {
    margin-top: 10px;
}



.custom-select.vscomp-ele {
    display: block;
    max-width: 100%;
}

.custom-select .vscomp-search-container {
    padding: 0 5px;
    border-bottom: 0;
    height: 44px;
}

.custom-select .vscomp-toggle-button {
    height: 39px;
    max-width: 100%;
}
.custom-select.small .vscomp-toggle-button {
    height: 30px;
}

.custom-select .vscomp-search-input {
    width: 100%;
    padding: 2px 5px;
}

.list-links {
    columns: 5;
}
.list-link {
    display: block;
    margin-bottom: 5px;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.cards-with-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.cards-with-lists__item {
    width: 48%;
    margin-bottom: 25px;
    padding: 15px 15px 50px 15px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    position: relative;
}
.cards-with-lists__item .text-right  {
    position: absolute;
    bottom: 0.5em;
    width: 93%;
}
.cards-with-lists__title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.ordered-list, .unordered-list {
    padding-left: 20px;
}

.ordered-list a, .unordered-list a {
    color: #000;
}

* ~ .ordered-list, * ~ .unordered-list {
    margin-top: 15px;
}

.ordered-list ~ *, .unordered-list ~ * {
    margin-top: 15px;
}

.ordered-list.columns-2, .unordered-list.columns-2 {
    columns: 2;
}

.ordered-list {
    counter-reset: section;
}
.ordered-list__item::before {
    counter-increment: section;
    content: counters(section, ".") ".";
    margin-right: 5px;
}
.unordered-list__item::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #2FA4E7;
}

.posts-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.posts-preview__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 20px;
    width: 32%;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    transition: box-shadow .3s, transform .3s;
}
.posts-preview__item:hover {
    box-shadow: 1px 1px 5px #E3E3E3;
    transform: translateY(-10px);
}
.posts-preview__img {
    position: relative;
    margin-bottom: 10px;
    height: 200px;
    background-color: #e3e3e3;
    border-radius: 3px;
    overflow: hidden;
}
.posts-preview__img::after {
    content: "No image";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #fff;
}
.posts-preview__img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.posts-preview__title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3;
}
.posts-preview__category {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #888;
}
.posts-preview__text {
    font-size: 16px;
    line-height: 1.5;
}

/* hidden block */
.block-hidden {
    position: relative;
    max-height: 400px;
    padding-bottom: 5px;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height .7s;
    -moz-transition: max-height .7s;
    -ms-transition: max-height .7s;
    -o-transition: max-height .7s;
    transition: max-height .7s;
}

.block-hidden::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    opacity: 0;
    transition: opacity 0.3s;
}

.block-hidden.hidden::after {
    opacity: 1;
}

.show-block {
    display: none;
    cursor: pointer;
    color: #3ca9e8;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.show-block:hover {
    color: #2d7caa;
}

.table-diagram {
    display: table !important;
}

.table-diagram td {
    width: 50%;
}

.table-diagram td:last-child {
    padding-right: 9px !important;
}

.diagram-progress {
    position: relative;
    padding: 0 5px;
}

.diagram-progress span {
    display: block;
}

.diagram-progress__percent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #77c2ed;
}
.diagram-progress__title {
    font-size: 13px;
    font-weight: 700;
}
.diagram-progress__title, .diagram-progress__text {
    position: relative;
}

.btn {
	height: 39px;
	background: -webkit-gradient(linear, left top, left bottom, from(#77c2ed), to(#137fbb));
	background: -o-linear-gradient(top, #77c2ed 0, #137fbb 100%);
	background: linear-gradient(180deg, #77c2ed 0, #137fbb 100%);
	padding: 0 15px;
	color: #fff;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
    font-size: 16px;
}

.btn.btn_2 {
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
}

.btn.btn_large {
	width: 100%;
	justify-content: center
}

.breadcrumbs li, .btn, .f-footer__link, .footer__link, .lamp_function .wrapper_car .car, .main_menu > ul > li, .social-link, .wrap_btn, body, header .logo, main, sub, sup {
	position: relative
}

.f-footer__subscribe, .form-row, .title_h1.title_h1_2 {
	margin-bottom: 20px
}

.contacts__link:hover::after, .f-footer__link:hover::after, .footer__link:hover::after, .social-link__inner span {
	width: 100%
}

.f-footer__link + .f-footer__link, .footer__link + .footer__link, .form-radio-group + .form-radio-group {
	margin-top: 10px
}

.contacts__link::after, .f-footer__link::after {
	content: "";
	left: 0;
	bottom: -2px;
	height: .5px;
	background-color: #137fbb
}

.f-footer {
    margin-left: 0;
    margin-right: 0;
	padding: 30px 0 10px;
    line-height: 1.2;
    text-align: left;
	background-color: #f2f2f2
}

.f-footer__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 1px solid #77c2ed
}

.f-footer__item {
	width: 22%;
	margin-bottom: 25px
}

.f-footer__item:first-child {
	width: 30%;
	margin-right: auto
}

.f-footer__item.half {
	width: 49%
}

* ~ .f-footer__text {
	margin-top: 15px;
}

.f-footer__text {
    font-size: 16px;
    line-height: 1.4;
}

.f-footer__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	font-size: 20px;
	text-transform: uppercase;
	color: #333
}

.f-footer__title img {
	display: none
}

.f-footer__link {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	color: #137fbb
}

.f-footer__link::after {
	position: absolute;
	width: 0;
	transition: width .3s
}

.f-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px
}

.f-footer__bottom .f-footer__link, .f-footer__copyright {
	font-size: 14px
}

.f-footer__bottom .f-footer__link:not(:last-child) {
	margin-right: 10px
}

.socials {
	margin-bottom: 40px
}

.social-link {
	display: inline-flex;
	width: 45px;
	height: 45px;
	background-color: #e5e5e5;
	border-radius: 50%
}

.social-link + .social-link {
	margin-left: 5px
}

.social-link__inner {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px
}

.social-link__inner span {
	display: block;
	height: 100%;
	border-radius: 50%;
	transition: 1s;
	transform-style: preserve-3d;
	backface-visibility: hidden
}

.social-link__inner span:first-of-type {
	position: relative;
	background: #77c2ed;
	background: linear-gradient(180deg, #77c2ed 0, #137fbb 100%);
	transform: rotateX(0)
}

.social-link:hover .social-link__inner span:first-of-type {
	transform: rotateX(180deg)
}

.social-link__inner span:nth-of-type(2), .social-link__inner span:nth-of-type(3), .social-link__inner span:nth-of-type(4) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.social-link.fb .social-link__inner span:nth-of-type(2) {
	background: url(../img/social-icons/fb.svg) center no-repeat
}

.social-link.fb .social-link__inner span:nth-of-type(4) {
	background: url(../img/social-icons/fb-black.svg) center no-repeat
}

.social-link.twitter .social-link__inner span:nth-of-type(2) {
	background: url(../img/social-icons/twitter.svg) center no-repeat
}

.social-link.twitter .social-link__inner span:nth-of-type(4) {
	background: url(../img/social-icons/twitter-black.svg) center no-repeat
}

.social-link.youtube .social-link__inner span:nth-of-type(2) {
	background: url(../img/social-icons/youtube.svg) center no-repeat
}

.social-link.youtube .social-link__inner span:nth-of-type(4) {
	background: url(../img/social-icons/youtube-black.svg) center no-repeat
}

.social-link.pinterest .social-link__inner span:nth-of-type(2) {
	background: url(../img/social-icons/pinterest.svg) center no-repeat
}

.social-link.pinterest .social-link__inner span:nth-of-type(4) {
	background: url(../img/social-icons/pinterest-black.svg) center no-repeat
}

.social-link.instagram .social-link__inner span:nth-of-type(2) {
	background: url(../img/social-icons/instagram.svg) center no-repeat
}

.social-link.instagram .social-link__inner span:nth-of-type(4) {
	background: url(../img/social-icons/instagram-black.svg) center no-repeat
}

.social-link__inner span:nth-of-type(2) {
	transform: rotateX(0) translateZ(15px)
}

.social-link:hover .social-link__inner span:nth-of-type(2) {
	transform: rotateX(180deg) translateZ(15px)
}

.social-link__inner span:nth-of-type(3) {
	background: #fff;
	transform: rotateX(-180deg)
}

.social-link:hover .social-link__inner span:nth-of-type(3) {
	transform: rotateX(0)
}

.social-link__inner span:nth-of-type(4) {
	transform: rotateX(-180deg) translateZ(15px)
}

.social-link:hover .social-link__inner span:nth-of-type(4) {
	transform: rotateX(0) translateZ(15px)
}

.breadcrumbs li span, .gallery-link:active, .module__post .title_h4 a:hover {
	color: #3caae8
}

.gallery-link {
	display: inline-block;
	padding-left: 40px;
	background: url(../img/icons/cars.svg) left top no-repeat;
	line-height: 27px
}

.gallery-link__text {
	color: #137fbb
}

.contacts__item, .form-radio, .section-bg, input[type=radio] {
	background-repeat: no-repeat
}

.contacts__item {
	padding-left: 30px;
	background-position: left top;
}

.contacts__item + .contacts__item {
	margin-top: 25px
}

.contacts__text + .contacts__text, .form textarea, .form-field {
	margin-top: 5px
}

.contacts__item.adress {
	background-image: url(../img/icons/marker.svg)
}

.contacts__item.phone {
	background-image: url(../img/icons/phone.svg)
}

.contacts__item.live-chat {
	background-image: url(../img/icons/dialogue.svg)
}

.contacts__item.email {
	background-image: url(../img/icons/mail.svg)
}

.contacts__text {
	display: block;
	font-size: 16px;
	color: #333;
}

.contacts__link {
	position: relative;
	color: #137fbb
}

.contacts__link::after {
	position: absolute;
	width: 0;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-ms-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s
}

.logos-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.logos-list__item img {
	max-width: 100px;
}

    .f-footer__item:first-child {
		order: 4;
		width: 100%
	}

	.f-footer__item {
		width: 22%;
	}
@media (max-width: 991.98px) { 
    .vehicles-list__item {
        width: 32.333%;
    }
    .f-footer__item:first-child {
		order: 4;
		width: 100%
	}

	.f-footer__item {
		width: 22%
	}

	.f-footer__item.half {
		width: 100%
	}
}

@media (max-width: 767.98px) { 
    .select-car {
        margin: 0 -15px;
    }
    .section_title {
        font-size: 28px;
    }
    .list-links {
        columns: 3;
    }
    .cards-with-lists {
        gap: 0;
    }
    .cards-with-lists__item {
        width: 100%;
    }
    .posts-preview__item {
        width: 48%;
    }
    .posts-preview__img, .posts-preview__img img {
        height: 150px;
    }
    .posts-preview__title {
        font-size: 18px;
    }
    .posts-preview__text {
        font-size: 15px;
    }
    .select-form__inner {
        flex-wrap: wrap;
    }
    .select-form__line {
        margin-top: 20px;
    }
    .select-form__block {
        width: 100%;
        flex: auto;
    }
    .select-form__block + .select-form__block {
        margin-left: 0;
        margin-top: 75px;
    }
    .select-form__block:not(:first-child)::before {
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .vehicles-list__item {
        margin: 0 1% 12px !important;
        width: 48% !important;
    }
    .compare-year-table thead {
        display: none
    }

    .compare-year-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #d2d2d2;
        overflow: hidden
    }

    .compare-year-table td,
    .compare-year-table th {
        display: block;
        text-align: right;
        border: none;
        border-bottom: 1px solid #d0d0d0;
    }

    .compare-year-table td:last-child {
        border-bottom: none
    }
    .compare-year-table tr:last-child {
        border-bottom: none;
    }
    .compare-year-table td:first-child, .compare-year-table td {
        width: 100%;
        text-align: left;
    }
    .compare-year-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700
    }
    .f-footer__item {
		width: 48%
	}

	.f-footer__bottom {
		flex-direction: column;
		align-items: flex-start
	}

	.f-footer__copyright {
		margin-bottom: 10px !important
	}
}

@media (max-width: 479.98px) { 
    .ordered-list.columns-2, .unordered-list.columns-2 {
        columns: 1;
    }
    .list-links {
        columns: 2;
    }
    .posts-preview__item {
        width: 100%;
    }
    .f-footer__item {
		width: 100%;
		margin-bottom: 15px
	}

	.f-footer__title {
		margin-bottom: 10px
	}

	.f-footer__title img {
		display: block
	}

	.contacts, .f-footer__links {
		max-height: 0;
        overflow: hidden;
        will-change: max-height;
        -webkit-transition: visibility .3s, max-height .7s;
        -moz-transition: visibility .3s, max-height .7s;
        -ms-transition: visibility .3s, max-height .7s;
        -o-transition: visibility .3s, max-height .7s;
        transition: visibility .3s, max-height .7s;
	}
}

@media (min-width: 601px) {
    .position-header {
        display: block;
    }
    .position-header .logo {
        top: 0;
    }
    .position-header-old {
        top: -2.5em;
        position: absolute;
    }
}
@media (max-width: 600px) {
    .mobile-menu {
        display: block;
    }
    .header-line__top {
        padding: 0;
    }
    .header-line__bottom, .header-line__top .search-form, .header-line__top .language.desktop {
        display: none;
    }
    .table-diagram-body {
        display: inline-grid!important;
    }
    .table-caps {
        display: table-caption;
    }
    .posts-preview__img::after {
        font-size: 30px;
    }
    .position-header-old .logo-old {
        top: 5px;
    }
    .vehicles-list__item.half {
        width: 100% !important;
        margin: 0 0 12px !important;
    }
    .vehicles-list__item.half:nth-child(1n) {
        margin-right: 0;
    }
}
