@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition:
        opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition:
        opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))
            max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    to {
        transform: rotate(1turn);
    }
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}

.slick-arrow {
    z-index: 11;
}

.tooltip .tooltiptext,
.widget-chat {
    z-index: 100;
}

.catalog-menu,
.header-menu,
.header-mobile,
.header-scroll {
    z-index: 200;
}

.ui-dropdown_items {
    z-index: 99995;
}

#callcenter {
    z-index: 2147483647;
}

#yii-debug-toolbar {
    z-index: 9999999999 !important;
}

.ios.safari * {
    cursor: pointer;
}

.ios.safari
    .model-cards-mini
    .model-card-mini
    .model-card--inner
    .col-second
    .cash
    span {
    font-size: 18px;
}

.ios.safari.v11_0
    .model-cards
    .model-card
    .col-second
    .box-buttons
    button.btn-card.btn-sale
    span {
    font-size: 11px;
}

.ios.safari.v11_0 .ico-bg.ico-cash-row {
    font-size: 13px;
}

.ios.safari.v11_0 .row-bottom .model-buttons .ico-bg.ico-rub {
    line-height: 18px;
    font-size: 13px;
}

.ios.safari.v11_0 .modal__colors {
    display: block;
    grid-template-columns: repeat(1, 1fr);
}

.ios.safari.v11_0 .modal__colors .modal__color {
    display: block;
    width: 100%;
}

.ios.safari .blog-car-dimensions img,
.ios.safari .car-description img,
.ios.safari .s-about img {
    width: 100%;
    align-self: flex-start;
}

.ios.safari .banner-gift .info .title {
    line-height: 27px;
}

.logo {
    display: block;
    text-decoration: none;
    max-height: 40px;
}

.logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .logo img {
        width: 120px;
    }
}

.logo-invert > div:last-child > span {
    color: #fff;
}

.popup-banner1,
.uds-modal {
    padding: 0;
    width: 796px;
}

@media (max-width: 767px) {
    .popup-banner1,
    .uds-modal {
        width: 98%;
    }
}

.popup-banner1 .modal-head,
.uds-modal .modal-head {
    height: 95px;
    display: flex;
    position: relative;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-head,
    .uds-modal .modal-head {
        height: 64px;
    }
}

.popup-banner1 .modal-head > div,
.uds-modal .modal-head > div {
    width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.popup-banner1 .modal-head .bg-ac,
.uds-modal .modal-head .bg-ac {
    width: 50%;
    background-color: #fa1722;
}

.popup-banner1 .modal-head .bg-ac img,
.uds-modal .modal-head .bg-ac img {
    width: 93px;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-head .bg-ac img,
    .uds-modal .modal-head .bg-ac img {
        width: 68px;
    }
}

.popup-banner1 .modal-head .bg-uds,
.uds-modal .modal-head .bg-uds {
    width: 50%;
    background-color: #f06cff;
}

.popup-banner1 .modal-head .bg-uds img,
.uds-modal .modal-head .bg-uds img {
    width: 53px;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-head .bg-uds img,
    .uds-modal .modal-head .bg-uds img {
        width: 37px;
    }
}

.popup-banner1 .modal-head .head-text,
.uds-modal .modal-head .head-text {
    position: absolute;
    width: 155px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    left: calc(50% - 79px);
    top: 15px;
    line-height: 21px;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-head .head-text,
    .uds-modal .modal-head .head-text {
        font-size: 14px;
        line-height: 14px;
        width: 120px;
        left: calc(50% - 60px);
        top: 12px;
        font-weight: 500;
    }
}

.popup-banner1 .modal-body,
.uds-modal .modal-body {
    padding: 40px 244px 34px 28px;
    background-image: url(../assets/images/img/uds_bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body,
    .uds-modal .modal-body {
        padding: 18px;
        background-image: none;
    }
}

.popup-banner1 .modal-body .title,
.uds-modal .modal-body .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body .title,
    .uds-modal .modal-body .title {
        font-size: 24px;
        line-height: 28px;
    }
}

.popup-banner1 .modal-body .subtitle,
.uds-modal .modal-body .subtitle {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body .subtitle,
    .uds-modal .modal-body .subtitle {
        font-size: 18px;
        line-height: 23px;
    }
}

.popup-banner1 .modal-body p,
.uds-modal .modal-body p {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body p,
    .uds-modal .modal-body p {
        font-size: 14px;
        line-height: 19px;
    }
}

.popup-banner1 .modal-body .btns,
.uds-modal .modal-body .btns {
    display: flex;
}

.popup-banner1 .modal-body .btns > div:first-child,
.uds-modal .modal-body .btns > div:first-child {
    width: 60%;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body .btns > div:first-child,
    .uds-modal .modal-body .btns > div:first-child {
        width: 100%;
    }
}

.popup-banner1 .modal-body .btns > div:last-child,
.uds-modal .modal-body .btns > div:last-child {
    width: 40%;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body .btns > div:last-child,
    .uds-modal .modal-body .btns > div:last-child {
        display: none;
    }
}

.popup-banner1 .modal-body .btns > div:last-child img,
.uds-modal .modal-body .btns > div:last-child img {
    width: 100%;
    height: auto;
}

.popup-banner1 .modal-body .btns .btn,
.uds-modal .modal-body .btns .btn {
    width: 287px;
    margin-top: 15px;
    padding: 11px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: center;
    background-color: #fa1722;
    height: auto;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.25);
    border-radius: 2px;
}

.popup-banner1 .modal-body .btns p,
.uds-modal .modal-body .btns p {
    text-align: center;
    font-size: 16px;
}

@media (max-width: 767px) {
    .popup-banner1 .modal-body .btns p,
    .uds-modal .modal-body .btns p {
        display: none;
    }
}

.s-modal.popup-banner1 {
    width: auto;
    max-width: 660px;
}

.s-modal.popup-banner1 .modal-body {
    background-image: none;
    margin: 0;
    padding: 0;
}

.s-modal {
    width: 520px;
    margin: 50px auto;
    padding: 45px 45px 35px;
    border-radius: 2px;
    color: #222;
    font-weight: 400;
}

.s-modal.s-modal-info {
    width: 60%;
    font-size: 1em;
}

@media (max-width: 767px) {
    .s-modal.s-modal-info {
        width: 96%;
    }
}

.s-modal.s-modal-info h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 1.4em;
    margin-bottom: 0.8em;
}

.s-modal.s-modal-info h4 {
    font-size: 1.2em;
    font-weight: 500;
    color: #333;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
}

.s-modal.s-modal-info h5 {
    font-size: 1.2em;
    font-weight: 500;
    color: #444;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.s-modal.s-modal-info ol,
.s-modal.s-modal-info ul {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
}

.s-modal.s-modal-info.s-uds .btn-submit {
    font-weight: 600;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .s-modal {
        width: 96%;
        margin: 20px auto;
        padding: 40px 15px 15px;
        background-size: 37px;
    }
}

.s-modal .modal-head .title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1em;
}

@media (max-width: 767px) {
    .s-modal .modal-head .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.s-modal .modal-head .subtitle {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .s-modal .modal-head .subtitle {
        font-size: 16px;
    }
}

.s-modal .modal-head .description {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

@media (max-width: 767px) {
    .s-modal .modal-head .description {
        font-size: 14px;
    }
}

.s-modal .bonus-inform {
    display: flex;
    flex-wrap: wrap;
}

.s-modal .bonus-inform > div {
    width: 100%;
}

.s-modal .bonus-inform > div span {
    padding: 0.5em 0.5em 0.5em 2em;
    font-weight: 500;
    background-size: 1.5em;
    font-size: 14px;
}

.s-modal .modal-body {
    margin: 30px 0 20px;
}

@media (max-width: 767px) {
    .s-modal .modal-body {
        margin: 10px 0;
    }
}

.s-modal .modal-body .modal-card {
    display: flex;
    flex-wrap: wrap;
}

.s-modal .modal-body .modal-card .image {
    width: 40%;
}

.s-modal .modal-body .modal-card .image img {
    width: 100%;
    height: auto;
}

.s-modal .modal-body .modal-card .info {
    text-align: left;
    width: 60%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
}

.s-modal .modal-body .modal-card .info .name {
    font-size: 16px;
    width: 100%;
}

.s-modal .modal-body .modal-card .info .decor_v3 {
    font-weight: 300;
    font-size: 14px;
    width: 100%;
}

@media (max-width: 767px) {
    .s-modal .modal-body .modal-card .info .decor_v3 {
        margin: 5px 0;
    }

    .s-modal .modal-body .modal-card .info .decor_v3 li {
        font-size: 12px;
        line-height: 14px;
    }
}

.s-modal .modal-body .modal-card .info .price {
    display: flex;
    width: 100%;
}

.s-modal .modal-body .modal-card .info .price .new-price {
    font-weight: 500;
    font-size: 17px;
}

.s-modal .modal-body .modal-card .info .price .old-price {
    padding-left: 10px;
    font-weight: 400;
    text-decoration: line-through;
    color: #777;
    font-size: 17px;
}

@media (max-width: 767px) {
    .s-modal .modal-body .modal-card .info .price .old-price {
        display: none;
    }
}

.s-modal .modal-body .modal-card-discount .images {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s-modal .modal-body .modal-card-discount .images .box {
    width: 50%;
}

.s-modal .modal-body .modal-card-discount .images .box > img {
    width: 100%;
    height: auto;
}

.s-modal .modal-body .modal-card-discount .images .box:nth-child(2) img {
    transform: scaleX(-1);
}

.s-modal .modal-body .modal-card-discount .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 10px;
}

.s-modal .modal-body .modal-card-discount .info .ico-bg {
    width: 49%;
    font-weight: 500;
    color: #b71c1c;
    font-size: 18px;
}

.s-modal .modal-body .modal-card-discount .info .ico-bg span {
    display: block;
    color: #787878;
    font-size: 12px;
}

.s-modal .modal-body .modal-card-discount .info .price label {
    color: #787878;
    font-size: 12px;
}

.s-modal .modal-body .modal-card-discount .info .price .new-price {
    font-size: 18px;
    font-weight: 600;
}

.s-modal .modal-form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s-modal .modal-form form .form-field {
    width: 100%;
    margin: 5px 0;
}

.s-modal .modal-form form .f-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s-modal .modal-form form .f-radio-group .between {
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
}

.s-modal .modal-form form .f-pay-group {
    display: flex;
    justify-content: space-between;
}

.s-modal .modal-form form .f-pay-group .ui-dropdown {
    width: 49%;
}

.s-modal .modal-form form .f-btn button {
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 40px;
    font-weight: 500;
    padding: 0;
}

#city-choice-modal {
    width: 550px;
}

#city-choice-modal .modal__top {
    margin: 20px 0;
}

#city-choice-modal .modal__top button.modal__close-btn {
    display: none;
}

#city-choice-modal .modal__top .modal__title {
    font-size: 20px;
    font-weight: 500;
}

#city-choice-modal .modal__cities .modal__cities-list {
    padding: 0;
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
}

#city-choice-modal .modal__cities .modal__cities-list .modal__city {
    list-style-type: none;
    width: 33%;
}

@media (max-width: 767px) {
    #city-choice-modal .modal__cities .modal__cities-list .modal__city {
        width: 50%;
    }
}

#city-choice-modal .modal__cities .modal__cities-list .modal__city a {
    display: block;
    color: #444;
    text-decoration: none;
    padding: 5px;
}

#city-choice-modal .modal__cities .modal__cities-list .modal__city a:hover {
    color: #b71c1c;
    text-decoration: underline;
}

#city-choice-modal
    .modal__cities
    .modal__cities-list:first-child
    .modal__city
    a,
#city-choice-modal
    .modal__cities
    .modal__cities-list:last-child
    .modal__city
    a {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.fix-height {
    height: 450px;
    overflow-x: auto;
}

.cities-groups .cities-group {
    padding: 0 0 0 30px;
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
}

.cities-groups .cities-group li {
    list-style-type: none;
    width: 33%;
}

@media (max-width: 767px) {
    .cities-groups .cities-group li {
        width: 100%;
    }
}

.cities-groups .cities-group li a {
    display: block;
    padding: 4px 0;
    color: #333;
}

.cities-groups .before-letter {
    position: relative;
}

.cities-groups .before-letter:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    font-weight: 700;
    font-size: 16px;
    color: #b71c1c;
}

.cities-groups .letter-a:before {
    content: "А";
}

.cities-groups .letter-b:before {
    content: "Б";
}

.cities-groups .letter-v:before {
    content: "В";
}

.cities-groups .letter-d:before {
    content: "Д";
}

.cities-groups .letter-e:before {
    content: "Е";
}

.cities-groups .letter-i:before {
    content: "И";
}

.cities-groups .letter-k:before {
    content: "К";
}

.cities-groups .letter-l:before {
    content: "Л";
}

.cities-groups .letter-m:before {
    content: "М";
}

.cities-groups .letter-n:before {
    content: "Н";
}

.cities-groups .letter-o:before {
    content: "О";
}

.cities-groups .letter-p:before {
    content: "П";
}

.cities-groups .letter-r:before {
    content: "Р";
}

.cities-groups .letter-s:before {
    content: "С";
}

.cities-groups .letter-t:before {
    content: "Т";
}

.cities-groups .letter-u:before {
    content: "У";
}

.cities-groups .letter-h:before {
    content: "Х";
}

.cities-groups .letter-c:before {
    content: "Ч";
}

.cities-groups .letter-y:before {
    content: "Я";
}

.loader-wrapper {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    background: hsla(0, 0%, 100%, 0.3);
}

.loader-wrapper .loader,
.loader-wrapper .loader:after,
.loader-wrapper .loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s ease-in-out infinite;
    animation: load7 1.8s ease-in-out infinite;
}

.loader-wrapper .loader {
    color: #b71c1c;
    font-size: 10px;
    margin: 300px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader-wrapper .loader:after,
.loader-wrapper .loader:before {
    content: "";
    position: absolute;
    top: 0;
}

.loader-wrapper .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-wrapper .loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

button {
    cursor: pointer;
}

.btn-brand {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    height: 48px;
    line-height: 46px;
    background: #fff;
    color: #222;
    transition: 0.1s;
    padding: 0 1.5em;
    border: 2px solid #b71c1c;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.btn-brand:hover {
    box-shadow: none;
    border: 1px solid #b71c1c;
    color: #b71c1c;
}

.btn-red {
    border-color: #b71c1c;
    background: #b71c1c;
    color: #fff;
}

a.btn-submit,
button.btn-submit {
    border: 0;
    background-color: #b71c1c;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 48px;
    line-height: 46px;
    transition: 0.1s;
}

a.btn-submit:hover,
button.btn-submit:hover {
    background: #f0474e;
}

a.btn-submit:active,
button.btn-submit:active {
    background: #f4686e;
}

a.btn-submit {
    display: inline-block;
    padding: 0 6px;
    text-decoration: none;
    line-height: 50px;
}

button.btn-reset {
    border: 0;
    background: #fff;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 48px;
    line-height: 46px;
    text-decoration: underline;
}

button.btn-reset:hover {
    color: #b71c1c;
}

button.btn-callback {
    border: 1px solid #388e3c;
    background: #388e3c;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    line-height: 38px;
    transition: 0.1s;
    box-shadow: 0 3px 5px rgba(66, 186, 24, 0.35);
    border-radius: 2px;
}

button.btn-callback:hover {
    box-shadow: none;
}

button.btn-callback:active {
    background: #f4686e;
}

@media (max-width: 1023px) {
    button.btn-callback span.text {
        display: none;
    }
}

button.btn-callback span.ico {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../assets/images/ico/call-white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
}

@media (min-width: 1023.02px) {
    button.btn-callback span.ico {
        display: none;
    }
}

.btn-more {
    display: block;
    border: 0;
    background: #c7c7c7;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    height: 48px;
    line-height: 46px;
    transition: 0.1s;
    max-width: 300px;
    margin: 10px auto;
}

.btn-more svg {
    fill: #fff;
    margin-right: 5px;
}

.btn-more:hover {
    background: #b71c1c;
}

.btn-more:active {
    background: #f4686e;
}

button.btn-more {
    width: 100%;
}

.ico-back span {
    padding-left: 30px;
    background-image: url(../assets/images/ico/back.svg);
    background-position: 0;
    padding-right: 30px;
    background-image: url(../assets/images/ico/next.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 32px;
}

.btn-gray {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #e6e6e6;
    color: #000;
    height: 38px;
    line-height: 38px;
    text-align: left;
}

.btn-gray .ico-bg {
    background-size: 15px;
}

.btn-row {
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #efefef;
    color: #222;
    height: 32px;
    line-height: 28px;
    text-align: left;
    font-size: 14px;
}

.btn-row .ico-bg {
    font-weight: 500;
    color: #555;
}

.slick-arrow {
    cursor: pointer;
    content: "";
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 50%;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 2px;
    background-size: contain;
}

.sl-next,
.slick-next {
    background-image: url(../assets/images/ico/slick-next.svg);
    right: -8px;
}

.sl-prev,
.slick-prev {
    background-image: url(../assets/images/ico/slick-prev.svg);
    left: -8px;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-disabled {
    opacity: 0.5;
}

.slick-dots li {
    border-radius: 100%;
    color: #e6e6e6;
    background: #e6e6e6;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    color: #b71c1c;
    background: #b71c1c;
}

.ui-brandlink {
    padding: 8px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border-radius: 2px;
}

.ui-brandlink:hover {
    background: #f7f2f2;
}

.ui-brandlink.active {
    background: #b71c1c;
    color: #f7f2f2;
}

.ui-dropdown,
.ui-select2 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../assets/images/ico/arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.ui-dropdown:active,
.ui-dropdown:focus,
.ui-dropdown:focus-within,
.ui-dropdown:hover,
.ui-select2:active,
.ui-select2:focus,
.ui-select2:focus-within,
.ui-select2:hover {
    border: 1px solid #b71c1c;
}

.ui-dropdown_items,
.ui-select2_items {
    position: absolute;
    display: none;
    margin-top: 6px;
    max-height: 324px;
    overflow-y: auto;
}

.ui-dropdown_items div:first-child,
.ui-select2_items div:first-child {
    border-top: 1px solid #efefef;
}

.ui-dropdown_items div,
.ui-select2_items div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #efefef;
    border-top: none;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-indent: 7px;
    line-height: 12px;
    height: 36px;
    padding-top: 11px;
}

.ui-dropdown_items div:hover,
.ui-select2_items div:hover {
    background: #b71c1c;
    color: #fff;
    border-color: #b71c1c;
    cursor: pointer;
}

ul.decor_v1 {
    border-left: 1px solid #b71c1c;
}

ul.decor_v1 li {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    text-transform: uppercase;
    list-style-type: none;
}

ul.decor_info {
    padding: 10px 0 0 20px;
    margin: 0;
    list-style-type: disc;
}

ul.decor_info li {
    padding-bottom: 5px;
}

ul.decor_info li::marker {
    color: grey;
}

ul.decor_list {
    padding: 10px 0 0 20px;
    margin: 0;
}

ul.decor_list li {
    list-style-image: url(../assets/images/ico/sea-check.svg);
    line-height: 1.2em;
    padding-bottom: 5px;
}

ul.decor_v2 {
    padding: 0;
    margin: 0;
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (max-width: 767px) {
    ul.decor_v2 {
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

ul.decor_v2 li {
    list-style-type: none;
    padding-left: 26px;
    background-image: url(../assets/images/ico/ok-green.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

ul.decor_v2__v2 {
    column-count: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

@media (max-width: 1023px) {
    ul.decor_v2__v2 {
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (max-width: 767px) {
    ul.decor_v2__v2 {
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

ul.decor_v2__v2 li {
    background-image: url(../assets/images/ico/ok-green2.svg);
    background-position: left top 2px;
    line-height: 22px;
    padding-bottom: 10px;
}

ul.decor_v3 {
    padding: 0;
    margin: 0;
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.decor_v3 li {
    list-style-type: none;
    background-image: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

ul.name-val {
    padding: 0;
    margin: 0;
}

ul.name-val li {
    list-style-type: none;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    padding: 8px 0 10px;
    border-bottom: 1px solid #efefef;
}

ul.name-val li:last-child {
    border-bottom: none;
}

ul.name-val li span:first-child {
    color: #787878;
}

ul.name-val li span:last-child {
    color: #000;
}

ul.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.pagination li.current a {
    background: #b71c1c;
}

ul.pagination li {
    list-style-type: none;
}

ul.pagination li a,
ul.pagination li span {
    display: block;
    margin: 3px;
    height: 20px;
    width: 28px;
    background: #f0474e;
    color: #fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

ul.pagination li a:hover,
ul.pagination li span:hover {
    background: #b71c1c;
}

ul.pagination li span {
    background: #c7c7c7;
}

ul.decor_social {
    display: flex;
    align-items: center;
    padding: 0;
}

ul.decor_social li {
    list-style-type: none;
    display: contents;
}

ul.decor_social li a {
    margin: 5px;
    color: #f5f5f5;
    fill: #f5f5f5;
}

ul.decor_social li a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.btn-credit,
.btn-credit.v_gray,
.btn-details,
.btn-popup-send,
.btn-pre-order,
.btn-reserve,
.btn-sale,
.btn-tradein {
    height: 35px;
    min-width: 162px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    color: #000;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    padding-left: 16px;
}

.btn-credit.v_gray span,
.btn-credit span,
.btn-details span,
.btn-popup-send span,
.btn-pre-order span,
.btn-reserve span,
.btn-sale span,
.btn-tradein span {
    background-position: 0;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 19px;
}

.btn-credit.v_gray img,
.btn-credit img,
.btn-details img,
.btn-popup-send img,
.btn-pre-order img,
.btn-reserve img,
.btn-sale img,
.btn-tradein img {
    padding: 0 9px 0 14px;
}

.btn-credit:hover,
.btn-details:hover,
.btn-popup-send:hover,
.btn-pre-order:hover,
.btn-reserve:hover,
.btn-sale:hover,
.btn-tradein:hover {
    border: 1px solid #fff;
}

.btn-reserve {
    background-color: #b71c1c;
    border-color: #b71c1c;
    color: #fff;
}

.btn-reserve span {
    background-image: url(../assets/images/ico/cash-color-white.svg);
    padding-left: 26px;
    background-size: 19px;
}

.btn-credit {
    background: #388e3c;
    color: #fff;
    border: 1px solid #388e3c;
}

.btn-credit > span {
    background-image: url(../assets/images/ico/credit-white.svg);
    padding-left: 26px;
    background-size: 21px;
}

.btn-credit:hover {
    border: 1px solid #fff;
}

.btn-credit.v_gray {
    border: 1px solid #e6e6e6;
}

.btn-credit.v_gray > span {
    background-image: url(../assets/images/ico/credit-red.svg);
}

.btn-credit.v_gray .red {
    padding: 0;
}

.btn-credit.v_gray:hover {
    border: 1px solid #b71c1c;
}

.btn-pre-order {
    border-color: #e6e6e6;
    background: #e6e6e6;
    color: #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-pre-order span {
    background-image: url(../assets/images/ico/calendar.svg);
    background-position: 0;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 19px;
    display: flex;
}

.btn-pre-order:hover {
    border: 1px solid #b71c1c;
}

.btn-tradein {
    border-color: #888;
    background: #888;
    color: #fff;
}

.btn-tradein span {
    background-image: url(../assets/images/ico/tradein-w.svg);
    background-position: 0;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 19px;
}

.btn-sale {
    border-color: #e6e6e6;
    background: #e6e6e6;
    color: #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-sale span {
    background-image: url(../assets/images/ico/sale.svg);
    background-position: 0;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 19px;
    display: flex;
}

.btn-sale:hover {
    border: 1px solid #b71c1c;
}

.btn-popup-send {
    background: #388e3c;
    color: #fff;
    box-shadow: 0 3px 5px rgba(66, 186, 24, 0.35);
    font-weight: 500;
}

.btn-popup-send:hover {
    border: 1px solid #fff;
}

.btn-details {
    display: block;
    border: none;
    background: #fff;
    color: #b71c1c;
    border-radius: 0;
    text-decoration: none;
    padding: 0;
    font-weight: 300;
}

.btn-taxi {
    display: block;
    border: none;
    color: #222;
    background: #efd807;
    box-shadow: 2px 2px 4px rgba(239, 216, 7, 0.5);
    width: 300px;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    font-size: 16px;
}

.btn-taxi:hover {
    box-shadow: none;
}

#tabs_v1.r-tabs .r-tabs-nav {
    position: relative;
    bottom: -2px;
}

#tabs_v1.r-tabs .r-tabs-nav .r-tabs-tab a {
    display: block;
    height: 45px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #b71c1c;
    padding: 0 30px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 2px solid #b71c1c;
    border-bottom: none;
}

#tabs_v1.r-tabs .r-tabs-nav .r-tabs-tab a:hover {
    background: #f0474e;
    color: #fff;
    border-color: #f0474e;
}

#tabs_v1.r-tabs .r-tabs-nav .r-tabs-state-active a {
    color: #000;
    background: #fff;
    border: 2px solid #efefef;
    border-bottom: none;
}

#tabs_v1.r-tabs .r-tabs-accordion-title a {
    display: block;
    background: #b71c1c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

#tabs_v1.r-tabs .r-tabs-accordion-title .r-tabs-state-active {
    background: #fff;
    color: #000;
}

#tabs_v1.r-tabs .r-tabs-panel {
    padding: 20px;
    border: 2px solid #efefef;
    box-sizing: border-box;
    border-radius: 0 0 2px 2px;
}

#tabs_v1.r-tabs .r-tabs-panel a {
    transition: 0.3s;
    color: #434343;
    font-size: 16px;
    line-height: 1.5px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 5px 0;
}

#tabs_v1.r-tabs .r-tabs-panel a:hover {
    color: #b71c1c;
}

#tabs_v2.r-tabs .r-tabs-nav {
    padding: 0 15px;
}

#tabs_v2.r-tabs .r-tabs-nav a {
    display: block;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

#tabs_v2.r-tabs .r-tabs-nav .r-tabs-state-active a {
    border: 1px solid #b71c1c;
    color: #b71c1c;
}

#tabs_v2.r-tabs .r-tabs-nav .r-tabs-state-default a {
    border: 1px solid #efefef;
    background: #fff;
    color: #787878;
}

#tabs_v2.r-tabs .r-tabs-nav .r-tabs-state-default a:hover {
    border: 1px solid #b71c1c;
    color: #787878;
}

.ui-tabs .ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    bottom: -2px;
    padding: 0;
    margin: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 2px solid #e6e6e6;
    margin-right: 8px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    padding: 16px 20px 12px;
    color: #000;
    text-decoration: none;
    border: 0;
}

@media (max-width: 575px) {
    .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
        padding: 14px 12px 10px;
    }
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab a:hover {
    color: #b71c1c;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab a h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
    background: #fff;
    border: 2px solid #e6e6e6;
    border-bottom-color: #fff;
}

.ui-tabs .ui-tabs-panel {
    padding: 12px;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
}

@media (max-width: 575px) {
    .model-tech-tabs .model-tech-tabs-head {
        flex-wrap: nowrap;
    }

    .model-tech-tabs .model-tech-tabs-head li {
        width: 49%;
        margin-right: 0.5%;
    }

    .model-tech-tabs .model-tech-tabs-head li a h2 {
        font-size: 14px;
        font-weight: 500;
    }
}

.sale {
    padding-left: 24px;
    line-height: 22px;
    background-image: url(../assets/images/ico/sale.svg);
    background-repeat: no-repeat;
    background-position: 0;
    font-weight: 300;
    font-size: 16px;
}

.rating {
    display: flex;
    align-items: center;
    min-height: 26px;
}

.rating .text {
    font-weight: 400;
    color: #333;
}

@media (max-width: 767px) {
    .rating .text {
        min-width: 160px;
    }
}

.rating .chart {
    min-width: 26px;
    margin: 0 8px;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}

.rating .chart span {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.tooltip {
    position: relative;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background-image: url(../assets/images/ico/info.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.tooltip-ok {
    background-image: url(../assets/images/ico/ok-green.svg);
    background-position: 0;
    padding-left: 18px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    top: -20px;
    right: 105%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    border-radius: 2px;
    position: absolute;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.ui-input,
.ui-select2 {
    border-radius: 2px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    background: #fff;
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
}

.ui-input::-moz-placeholder,
.ui-select2::-moz-placeholder {
    color: #787878;
    font-size: 14px;
    text-overflow: ellipsis;
}

.ui-input:-ms-input-placeholder,
.ui-select2:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    text-overflow: ellipsis;
}

.ui-input::placeholder,
.ui-select2::placeholder {
    color: #787878;
    font-size: 14px;
    text-overflow: ellipsis;
}

.ui-input:active,
.ui-input:focus,
.ui-input:focus-within,
.ui-input:hover,
.ui-select2:active,
.ui-select2:focus,
.ui-select2:focus-within,
.ui-select2:hover {
    border: 1px solid #b71c1c;
    outline: none;
}

.ui-input.input--error,
.ui-select2.input--error {
    border: 1px solid #b71c1c;
}

.ui-input:focus::-moz-placeholder,
.ui-select2:focus::-moz-placeholder {
    text-indent: 500px;
    -moz-transition: text-indent 0.5s ease;
    transition: text-indent 0.5s ease;
}

.ui-input:focus:-ms-input-placeholder,
.ui-select2:focus:-ms-input-placeholder {
    text-indent: 500px;
    -ms-transition: text-indent 0.5s ease;
    transition: text-indent 0.5s ease;
}

.ui-input:focus::placeholder,
.ui-select2:focus::placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}

.form-input {
    height: 40px;
    line-height: 40px;
}

.form-field {
    display: flex;
    position: relative;
}

.form-field input {
    width: 100%;
}

.form-field input:active,
.form-field input:focus,
.form-field input:focus-within,
.form-field input:hover {
    border: 1px solid #388e3c;
    outline: none;
}

.form-field .form__error {
    margin: 0;
    padding: 0;
    color: #b71c1c;
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 11px;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #b71c1c;
    border-bottom: 4px solid #b71c1c;
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #b71c1c;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
}

.switcher,
.switcher:before {
    position: absolute;
    transition: 0.2s;
}

.switcher:before {
    font-size: 10px;
    text-align: center;
    height: 16px;
    width: 16px;
    padding: 5px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    border-radius: 50%;
}

input:checked + .switcher {
    background-color: #4aae4f;
}

input:focus + .switcher {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .switcher:before {
    content: "да";
    color: #388e3c;
    transform: translateX(26px);
}

input:not(:checked) + .switcher:before {
    content: "нет";
    color: #ccc;
}

.master-icons .switcher:before {
    text-align: center;
    height: 36px;
    width: 36px;
    padding: 0;
    left: auto;
    bottom: -1px;
    box-shadow: 0 1px 3px #444;
    content: "" !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
}

.master-icons.i-credit .switcher:before {
    background-image: url(../assets/images/ico/i-credit-g.svg);
}

.master-icons.i-cash input:not(:checked) + .switcher:before {
    background-image: url(../assets/images/ico/i-cash-d.svg);
}

.master-icons.i-tradein .switcher:before {
    background-image: url(../assets/images/ico/i-tradein-g.svg);
}

.master-icons.i-tradein input:not(:checked) + .switcher:before {
    background-image: url(../assets/images/ico/i-tradein-d.svg);
}

.master-icons.i-util .switcher:before {
    background-image: url(../assets/images/ico/i-util-g.svg);
}

.master-icons.i-util input:not(:checked) + .switcher:before {
    background-image: url(../assets/images/ico/i-util-d.svg);
}

.master-icons.i-uds {
    background-image: url(../assets/images/ico/i-uds_b.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 50%;
}

.master-icons.i-uds .switcher:before {
    background-image: url(../assets/images/ico/i-uds_b.png);
    background-size: 72%;
}

.switch.mini {
    width: 23px;
    height: 10px;
    padding-left: 0 !important;
}

.switch.mini .switcher:before {
    width: 10px;
    height: 10px;
    bottom: 2px;
}

.switch.mini input:checked + .switcher:before {
    transform: translateX(12px);
}

.container .checkmark:after {
    left: 4px;
    top: -1px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.info-btn {
    display: block;
    background-image: url(../assets/images/ico/info_gray.svg);
    background-repeat: no-repeat;
    background-position: top;
    width: 14px;
    height: 14px;
    padding: 4px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .info-btn {
        width: 16px;
        height: 16px;
        background-size: 17px;
    }
}

.info-btn:hover {
    background-image: url(../assets/images/ico/info_blue.svg);
}

ul.main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

ul.main-menu li:first-child {
    color: #b71c1c;
}

ul.main-menu li {
    list-style-type: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.main-menu li a,
ul.main-menu li span {
    cursor: pointer;
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
}

@media (max-width: 1023px) {
    ul.main-menu li a,
    ul.main-menu li span {
        font-family:
            Roboto Condensed,
            sans-serif;
        color: #333;
        padding: 10px 5px;
    }
}

ul.main-menu li a:active,
ul.main-menu li a:hover,
ul.main-menu li span,
ul.main-menu li span:active,
ul.main-menu li span:hover {
    color: #b71c1c;
}

.phone {
    margin-left: 20px;
}

.phone a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.phone a span {
    padding-left: 20px;
    background-image: url(../assets/images/ico/phone.svg);
    background-repeat: no-repeat;
    background-position: 0;
}

.phone a:hover {
    color: #b71c1c;
}

.phone label {
    display: block;
    font-size: 12px;
    color: grey;
    margin-top: 5px;
    text-align: center;
}

#burger {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#burger,
#burger span {
    transform: rotate(0deg);
}

#burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: 0.25s ease-in-out;
}

#burger span:first-child {
    top: 4px;
}

#burger span:nth-child(2),
#burger span:nth-child(3) {
    top: 14px;
}

#burger span:nth-child(4) {
    top: 24px;
}

#burger.open span:first-child {
    top: 14px;
    width: 0;
    left: 50%;
}

#burger.open span:nth-child(2) {
    transform: rotate(45deg);
}

#burger.open span:nth-child(3) {
    transform: rotate(-45deg);
}

#burger.open span:nth-child(4) {
    top: 14px;
    width: 0;
    left: 50%;
}

.lSAction > a {
    background-image: url(../assets/images/ico/controls.svg);
}

.accent {
    background-image: url(../assets/images/ico/parall.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0.2em 2em;
    color: #fff;
}

ul.main-menu li span.catalog-menu-btn {
    color: #000;
    padding-right: 16px;
}

.catalog-menu-btn {
    background-image: url(../assets/images/ico/arrow.svg);
    background-position: right 4px center;
    background-repeat: no-repeat;
}

.catalog-menu-btn.open {
    background-color: #efefef;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background-image: url(../assets/images/ico/arrow-up.svg);
}

.catalog-menu {
    height: auto;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    background: #efefef;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.catalog-menu .brands {
    width: 675px;
}

@media (max-width: 1023px) {
    .catalog-menu .brands {
        width: 100%;
    }
}

.catalog-menu .hits {
    width: calc(100% - 675px);
    max-height: 300px;
    overflow-y: auto;
    border-left: 1px solid #fff;
}

@media (max-width: 1023px) {
    .catalog-menu .hits {
        display: none;
    }
}

.catalog-menu .hits .box-title {
    margin: 5px 0 10px;
}

.catalog-menu .hits .box-title span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-scroll .catalog-menu-btn.open {
    background-color: #fff;
    background-image: url(../assets/images/ico/arrow-up.svg);
    box-shadow: none;
    color: #b71c1c;
}

.header-scroll .catalog-menu {
    position: relative;
    background: #fff;
    box-shadow: none;
    border-top: 1px solid #efefef;
}

.header-scroll .catalog-menu .brands .brand-items .brand-item a {
    border-bottom: 0;
}

.header-scroll .catalog-menu .hits {
    border-left: 2px solid #efefef;
}

.header-mobile .catalog-menu-btn {
    display: block;
    background-color: #fff;
    background-image: url(../assets/images/ico/car-open.svg);
    box-shadow: none;
    width: 40px;
    height: 32px;
}

.header-mobile .catalog-menu-btn.open {
    background-image: url(../assets/images/ico/car-closed.svg);
}

.header-mobile .catalog-menu {
    background: #fff;
    height: auto;
}

.header-mobile .catalog-menu .brand-items .brand-item {
    width: 33%;
}

.brand-items {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.brand-items .brand-item {
    list-style-type: none;
    width: 20%;
}

.brand-items .brand-item .brand-link {
    color: #000;
    border-bottom: 1px solid #efefef;
    padding: 5px;
    height: 32px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-items .brand-item .brand-link img {
    height: auto;
    width: 32px;
}

@media (max-width: 575px) {
    .brand-items .brand-item .brand-link img {
        width: 24px;
    }
}

.brand-items .brand-item .brand-link span {
    padding-left: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.hit-items {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.hit-items .hit-item {
    list-style-type: none;
    width: 33%;
}

.hit-items .hit-item > span,
.hit-items .hit-item a {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.hit-items .hit-item > span .hit-img,
.hit-items .hit-item a .hit-img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.hit-items .hit-item > span .title,
.hit-items .hit-item a .title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.hit-items .hit-item > span .price,
.hit-items .hit-item a .price {
    font-size: 12px;
    color: #787878;
}

.flex-2column {
    display: flex;
    flex-wrap: wrap;
}

.flex-2column > div {
    width: 48%;
    margin: 1%;
}

@media (max-width: 1023px) {
    .flex-2column > div {
        width: 100%;
    }
}

.flex-4column {
    display: flex;
    flex-wrap: wrap;
}

.flex-4column > div {
    width: 25%;
    padding: 10px;
}

.box-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.box-title span {
    padding-top: 4px;
    padding-bottom: 4px;
}

.dividing-title {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #787878;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    margin-bottom: 1em;
}

.dividing-title:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #efefef;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    left: 10px;
    margin: 0 -100% 0 0;
}

.model-description,
.text-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}

@media (max-width: 575px) {
    .model-description,
    .text-content {
        font-size: 14px;
        text-align: justify;
    }
}

.model-description .box-title,
.text-content .box-title {
    margin-top: 20px;
}

.model-description p,
.text-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}

@media (max-width: 575px) {
    .model-description p,
    .text-content p {
        font-size: 14px;
        text-align: justify;
    }
}

.model-description p.no-margin,
.text-content p.no-margin {
    margin: 0;
}

.model-description p.pre-ul,
.text-content p.pre-ul {
    font-weight: 400;
    margin-bottom: 0.5em;
}

.model-description ul li,
.text-content ul li {
    line-height: 1.4em;
}

.model-description .text-link,
.text-content .text-link {
    color: #b71c1c;
}

.model-description .img-left,
.text-content .img-left {
    float: left;
    padding: 10px 15px 10px 0;
}

.first-letter p:first-child:first-letter {
    color: #b71c1c;
    font-size: 1.8em;
    font-family:
        Roboto Condensed,
        cursive;
}

.h2,
h2 {
    width: auto;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 1.1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

@media (max-width: 575px) {
    .h2,
    h2 {
        font-size: 20px;
        line-height: 95%;
        font-weight: 600;
        margin: 30px 0 20px;
        padding-left: 0;
    }

    .h2:before,
    h2:before {
        display: none;
    }
}

.h2.title,
.model-description h2,
.text-content h2,
h2.title {
    width: auto;
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    line-height: 1.1em;
}

.h2.title:before,
.model-description h2:before,
.text-content h2:before,
h2.title:before {
    display: block;
    content: "";
    height: 35px;
    width: 35px;
    background-image: url(../assets/images/ico/t-before.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.h2.title:after,
.model-description h2:after,
.text-content h2:after,
h2.title:after {
    display: block;
    margin-top: 4px;
    content: "";
    height: 2px;
    width: 80px;
    background: #b71c1c;
}

@media (max-width: 575px) {
    .h2.title,
    .model-description h2,
    .text-content h2,
    h2.title {
        font-size: 20px;
        line-height: 95%;
        font-weight: 600;
        margin: 30px 0 20px;
        padding-left: 0;
    }

    .h2.title:before,
    .model-description h2:before,
    .text-content h2:before,
    h2.title:before {
        display: none;
    }
}

.h2.title.text,
.model-description h2,
.text-content h2,
h2.title.text {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.1em;
}

.h2.title.text:before,
.model-description h2:before,
.text-content h2:before,
h2.title.text:before {
    display: none;
}

.h2.title.text:after,
.model-description h2:after,
.text-content h2:after,
h2.title.text:after {
    background: grey;
}

@media (max-width: 575px) {
    .h2.title.text,
    .model-description h2,
    .text-content h2,
    h2.title.text {
        font-size: 18px;
        line-height: 95%;
        font-weight: 600;
        padding-left: 0;
        margin: 30px 0 10px;
    }
}

.page-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
}

.page-title:after {
    display: block;
    margin-top: 4px;
    content: "";
    height: 3px;
    border-radius: 3px;
    width: 100px;
    background: #b71c1c;
}

.model-title {
    margin-top: 1em;
}

.model-title .archive {
    background: #787878;
    padding: 2px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.model-title .color-label,
.model-title .new,
.model-title .tth-label {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #787878;
    font-style: italic;
}

.model-title h1 {
    order: 1;
    font-size: 3em;
    margin: 0;
    padding: 0;
}

@media (max-width: 575px) {
    .model-title h1 {
        font-size: 1.8em;
    }
}

.aligncenter {
    text-align: center;
}

.benefit-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.benefit-items .benefit-item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 33%;
}

@media (max-width: 767px) {
    .benefit-items .benefit-item {
        width: 33%;
    }
}

@media (max-width: 575px) {
    .benefit-items .benefit-item {
        width: 50%;
    }
}

.benefit-items .benefit-item .box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 2px;
    padding: 8px;
    background: linear-gradient(140deg, #efefef, #fff);
    border-radius: 5px;
}

.benefit-items .benefit-item span:first-child {
    display: flex;
    height: 32px;
    width: 32px;
}

.benefit-items .benefit-item span:last-child {
    padding-top: 10px;
    width: 95%;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 13px;
}

.benefit-items._v2 .benefit-item {
    flex-direction: row;
    width: 33%;
    flex-wrap: nowrap;
    align-items: center;
    background: linear-gradient(140deg, #efefef, #fff);
    padding: 1em 0.5em;
}

@media (max-width: 767px) {
    .benefit-items._v2 .benefit-item {
        width: 49%;
    }
}

@media (max-width: 575px) {
    .benefit-items._v2 .benefit-item {
        width: 100%;
    }
}

.benefit-items._v2 .benefit-item span {
    padding-top: 0;
    padding-left: 12px;
    text-align: left;
}

.video {
    position: relative;
    overflow: hidden;
}

.video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: -16.84%;
}

.video .play-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}

.video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.tags,
.tags .items {
    display: flex;
    flex-wrap: wrap;
}

.tags .items {
    width: 50%;
    align-content: flex-start;
}

@media (max-width: 767px) {
    .tags .items {
        width: 100%;
    }
}

.tags .items:first-child {
    padding-right: 20px;
}

.tags .items .h3 {
    margin: 5px 0;
    padding-left: 4px;
    width: 100%;
}

.tags .items .item {
    display: block;
    background: #fff;
    color: #000;
    border: 1px solid #c7c7c7;
    padding: 8px 12px 6px;
    border-radius: 2px;
    text-decoration: none;
    margin: 4px;
}

.tags .items .item.active,
.tags .items .item:active,
.tags .items .item:hover {
    background: #b71c1c;
    color: #fff;
    border-color: #b71c1c;
}

.tags .items .item.active span:nth-child(2),
.tags .items .item:active span:nth-child(2),
.tags .items .item:hover span:nth-child(2) {
    color: #fff;
}

.tags .items .item span:nth-child(2) {
    padding-left: 10px;
    color: #b71c1c;
    font-size: 12px;
}

.tags .items > span {
    display: block;
    background: #b71c1c;
    color: #fff;
    border-color: #b71c1c;
    padding: 8px 12px 6px;
    border-radius: 2px;
    margin: 4px;
    cursor: pointer;
}

.ui-slider {
    position: relative;
    text-align: left;
    cursor: pointer;
    margin: 7px 0;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: pointer;
    touch-action: none;
    background: #cc2128;
    border-radius: 100px;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background: #fa474e;
    border-radius: 4px;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 4px;
    border-radius: 4px;
    background: #e3e3e3;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

@media (max-width: 767px) {
    .header-main {
        display: none;
    }
}

.header-main a {
    color: #000;
}

.header-main a:hover {
    color: #b71c1c;
}

.header-main .top .inner {
    display: flex;
    justify-content: space-between;
    height: 32px;
    line-height: 35px;
    padding: 0 8px;
}

.header-main .top .inner .col {
    display: flex;
}

.header-main .top .inner .col:first-child {
    width: 80%;
    justify-content: flex-start;
}

.header-main .top .inner .col:last-child {
    width: 20%;
    justify-content: flex-end;
}

.header-main .top .inner .choice-city {
    font-size: 14px;
    display: flex;
}

.header-main .top .inner .choice-city label {
    margin-right: 4px;
    color: #787878;
}

.header-main .top .inner .choice-city > span {
    color: #b71c1c;
    text-decoration: underline;
    cursor: pointer;
}

.header-main .top .inner .map_mark_text {
    margin-left: 30px;
    height: auto;
}

.header-main .top .inner .ico-bg {
    font-size: 14px;
    float: right;
    padding-left: 30px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-left: 30px;
}

.header-main .top .inner .ico-bg a {
    color: #000;
}

.header-main .top .inner .ico-bg a:hover {
    color: #b71c1c;
}

.header-main .top .inner .ico-map {
    font-weight: 500;
}

.header-main .middle {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #333;
    padding: 10px 0;
}

.header-main .middle .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-main .middle .inner .col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-main .middle .inner .col:first-child {
    width: 50%;
    justify-content: flex-start;
}

.header-main .middle .inner .col:last-child {
    width: 50%;
    justify-content: flex-end;
    align-items: flex-end;
}

.header-main .middle .inner .years-of-work {
    line-height: 20px;
    padding-left: 40px;
    margin-left: 40px;
    font-size: 18px;
    background-image: url(../assets/images/ico/awards-red.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1023px) {
    .header-main .middle .inner .years-of-work {
        display: none;
    }
}

.header-main .middle .inner .years-of-work span {
    display: block;
}

.header-main .middle .inner .years-of-work span:first-child {
    font-weight: 600;
}

.header-main .middle .inner .phone {
    margin-left: 20px;
}

.header-main .middle .inner .phone a {
    font-size: 18px;
}

.header-main .menu {
    border-bottom: 1px solid #efefef;
    background-color: hsla(0, 0%, 91.8%, 0.5);
}

.header-main .menu .inner {
    padding: 0 8px;
}

.header-main .menu .inner ul.main-menu a,
.header-main .menu .inner ul.main-menu span {
    padding: 15px;
    text-decoration: none;
}

.header-scroll {
    width: 100%;
    background: #fff;
    top: 0;
    position: fixed;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
}

@media (max-width: 767px) {
    .header-scroll {
        display: none;
    }
}

.header-scroll .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3px 8px;
}

.header-scroll .inner .open-callback {
    width: 300px;
}

@media (max-width: 1023px) {
    .header-scroll .inner .open-callback {
        width: 180px;
    }
}

.header-scroll .inner .open-callback form {
    display: flex;
    justify-content: space-between;
}

.header-scroll .inner .open-callback form .form-field .btn {
    width: 100%;
}

@media (max-width: 1023px) {
    .header-scroll .inner .open-callback form .form-field .btn {
        width: auto;
        padding: 0 10px;
    }
}

.header-scroll .inner .open-callback form .field-phone {
    width: 140px;
    margin-right: 3px;
}

.header-scroll .inner .open-callback form .field-phone input {
    padding-left: 10px;
}

.header-scroll .inner .open-callback form .field-btn {
    width: calc(100% - 143px);
}

@media (max-width: 1023px) {
    .header-scroll .inner .open-callback form .form-field:first-child {
        width: 130px;
    }

    .header-scroll .inner .open-callback form .form-field:last-child {
        width: auto;
    }
}

.header-scroll .js-open-callback {
    cursor: pointer;
    color: #b71c1c;
}

.header-scroll .js-open-callback:hover {
    color: #f0474e;
}

@media (max-width: 767px) {
    .main {
        padding-top: 47px;
    }
}

.header-mobile {
    width: 100%;
    position: fixed;
    height: 47px;
}

@media (min-width: 767.02px) {
    .header-mobile {
        display: none;
    }
}

.header-mobile .mobile-main {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cacaca;
}

.header-mobile .mobile-main .btn-menu {
    width: 50px;
    margin: 0 8px;
}

.header-mobile .mobile-main .logo-box {
    width: calc(100% - 100px);
}

.header-mobile .mobile-main .logo-box .logo {
    margin: 0 8px;
}

.header-mobile .mobile-main .logo-box .logo > div:first-child {
    width: auto;
}

.header-mobile .mobile-main .logo-box .logo > div:last-child {
    padding-left: 10px;
    line-height: 10px;
}

.header-mobile
    .mobile-main
    .logo-box
    .logo
    > div:last-child
    > span:first-child {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.header-mobile .mobile-main .logo-box .logo > div:last-child > span:last-child {
    font-size: 10px;
}

.header-mobile .mobile-main .logo-box .logo-invert > div:last-child > span {
    color: #fff;
}

.header-mobile .mobile-main .btn-call {
    border-left: 1px solid #efefef;
    width: 50px;
    margin: 0 8px;
}

.header-mobile .mobile-main .btn-call a {
    display: block;
    height: 36px;
    width: 32px;
    padding: 0 10px;
    background-image: url(../assets/images/ico/call-green.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px;
}

.header-mobile .mobile-menu {
    display: none;
    border-bottom: 1px solid #cacaca;
    background: #fafafa;
}

.header-mobile .mobile-menu .choice-city {
    padding-top: 15px;
}

.header-mobile .mobile-menu .addres {
    margin: 10px 0 15px;
}

.header-mobile .mobile-menu ul.main-menu {
    flex-wrap: wrap;
}

.header-mobile .mobile-menu ul.main-menu li {
    width: 100%;
}

.header-mobile .mobile-menu ul.main-menu li a,
.header-mobile .mobile-menu ul.main-menu li span {
    display: block;
    padding: 10px;
    font-family: Roboto, sans-serif;
    color: #000;
    border-bottom: 1px dotted #eaeaea;
}

.header-mobile .mobile-menu .phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.header-mobile .mobile-menu .phones .phone {
    margin: 0;
}

.header-mobile .new-auto-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
    color: #b71c1c;
}

.map_mark_text {
    padding-left: 30px;
    height: 20px;
    padding-top: 3px;
    background-image: url(../assets/images/ico/pin.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 24px;
}

#ac_form_has_been_sent .map_mark_text {
    width: 170px;
    margin: 16px auto 0;
}

.desktop #ac_form_has_been_sent .map_mark_text {
    display: none;
}

footer {
    background: #252525;
    padding: 70px 0;
}

footer,
footer a,
footer span {
    color: #e0e0e0;
}

footer p {
    color: #b0b0b0;
}

footer .box-title {
    font-size: 18px;
    text-transform: uppercase;
}

footer .decor_v1 {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer .footer-inner-main {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-inner-main .box {
    width: 50%;
}

footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-inner .box {
    padding: 10px;
}

footer .footer-inner .box:first-child,
footer .footer-inner .box:nth-child(2) {
    width: 35%;
}

footer .footer-inner .box:nth-child(3) {
    width: 30%;
}

footer .footer-inner .box:nth-child(4) {
    width: 1000%;
}

footer .footer-inner .information-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-inner .logo img {
    max-width: 162px;
    margin-left: 5px;
}

@media (max-width: 800px) {
    footer .footer-inner-main .box {
        width: 100%;
    }

    footer .footer-inner-main .decor_v1 li {
        font-size: 11px;
    }

    footer .footer-inner .box:first-child,
    footer .footer-inner .box:nth-child(2),
    footer .footer-inner .box:nth-child(3),
    footer .footer-inner .box:nth-child(4),
    footer .footer-inner .box:nth-child(5) {
        width: 100%;
        padding: 10px 0;
    }

    footer .footer-inner .decor_v1 li {
        font-size: 11px;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #eaeaea;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #f0474e;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #f4686e;
}

.hits {
    padding-right: 4px;
}

.hits::-webkit-scrollbar {
    width: 4px;
    background: #eaeaea;
}

.hits::-webkit-scrollbar-track {
    border-radius: 2px;
}

.hits::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b71c1c;
}

.hits::-webkit-scrollbar-thumb:window-inactive {
    background: #b71c1c;
}

.bank-items .bank-item .link {
    display: block;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 5px;
    padding: 4px 10px;
}

.bank-items .bank-item .link img {
    width: 100%;
    height: auto;
}

.ico-bg {
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
    display: block;
}

.ico-taxi {
    background-image: url(../assets/images/ico/taxi.svg);
}

.ico-square-check {
    background-image: url(../assets/images/ico/square-check.svg);
}

.ico-doc {
    background-image: url(../assets/images/ico/doc.svg);
}

.ico-discount {
    background-image: url(../assets/images/ico/discount.svg);
}

.ico-sale {
    background-image: url(../assets/images/ico/sale.svg);
}

.ico-discount-white {
    background-image: url(../assets/images/ico/discount-white.svg);
}

.ico-sea-check {
    background-image: url(../assets/images/ico/sea-check.svg);
}

.ico-red-check {
    background-image: url(../assets/images/ico/check-red.svg);
}

.ico-agree {
    background-image: url(../assets/images/ico/agree.svg);
}

.ico-rezerv {
    background-image: url(../assets/images/ico/rezerv.svg);
}

.ico-calc {
    background-image: url(../assets/images/ico/calc.svg);
}

.ico-credit {
    background-image: url(../assets/images/ico/credit-red.svg);
}

.ico-credit_v0 {
    background-image: url(../assets/images/ico/credit_row.svg);
}

.ico-credit_v1 {
    background-image: url(../assets/images/ico/calc-red.svg);
}

.ico-credit_v2 {
    background-image: url(../assets/images/ico/credit_v2.svg);
}

.ico-credit-row {
    background-image: url(../assets/images/ico/credit-color-gray.svg);
}

.ico-credit-row:hover {
    background-image: url(../assets/images/ico/credit-color-white.svg);
}

.ico-cash-row {
    background-image: url(../assets/images/ico/cash-color-gray.svg);
}

.ico-cash-row:hover {
    background-image: url(../assets/images/ico/cash-color-white.svg);
}

.ico-cash {
    background-image: url(../assets/images/ico/cash.svg);
}

.ico-tradein {
    background-image: url(../assets/images/ico/tradein.svg);
}

.ico-tradein-w {
    background-image: url(../assets/images/ico/tradein-w.svg);
}

.ico-testdrive {
    background-image: url(../assets/images/ico/testdrive.svg);
}

.ico-config {
    background-image: url(../assets/images/ico/ico-conf.svg);
}

.ico-cupon {
    background-image: url(../assets/images/ico/cupon.svg);
}

.ico-category {
    background-image: url(../assets/images/ico/category.svg);
}

.ico-chart {
    background-image: url(../assets/images/ico/chart.svg);
}

.ico-filter {
    background-image: url(../assets/images/ico/filter.svg);
}

.ico-time {
    background-image: url(../assets/images/ico/fast-time.svg);
}

.ico-power {
    background-image: url(../assets/images/ico/power.svg);
}

.ico-drive {
    background-image: url(../assets/images/ico/drive.svg);
}

.ico-fuel {
    background-image: url(../assets/images/ico/fuel.svg);
}

.ico-speed {
    background-image: url(../assets/images/ico/speed.svg);
}

.ico-kpp {
    background-image: url(../assets/images/ico/kpp.svg);
}

.ico-tth {
    background-image: url(../assets/images/ico/tth.svg);
}

.ico-play {
    background-image: url(../assets/images/ico/play.svg);
}

.ico-close {
    background-image: url(../assets/images/ico/close.svg);
    cursor: pointer;
}

.ico-rub {
    background-image: url(../assets/images/ico/rub.svg);
}

.ico-map {
    background-image: url(../assets/images/ico/map.svg);
}

.ico-reviews {
    background-image: url(../assets/images/ico/ico-reviews.svg);
}

.ico-time-w {
    background-image: url(../assets/images/ico/time-w.svg);
}

.ico-arrow-down {
    background-image: url(../assets/images/ico/arrow-down-red.png);
}

.ico-arrow-down.active {
    background-image: url(../assets/images/ico/arrow-up-gray.png);
}

.ico-plus {
    background-image: url(../assets/images/ico/plus-green.svg);
}

.ico-minus {
    background-image: url(../assets/images/ico/minus-gray.svg);
}

.ico-slick-prev {
    background-image: url(../assets/images/ico/slick-prev.svg);
}

.mobileCallpopup {
    color: #000;
    width: 100%;
    min-width: 250px;
    max-width: 800px !important;
    text-align: left !important;
    background: #fff !important;
    padding: 20px 40px !important;
    position: fixed !important;
    z-index: 3;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

.mobileCallpopup .fancybox-close-small {
    display: none;
}

.mobileCallpopup-close {
    font-size: 28px;
    line-height: 28px;
    color: hsla(0, 0%, 40%, 0.8);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

.mobileCallpopup-title {
    color: #000;
    font-size: 28px;
    line-height: 1.2 !important;
    margin-bottom: 12px;
    padding-bottom: 11px;
}

.mobileCallpopup-formtitle {
    color: #000;
    font-size: 14px;
}

.mobileCallpopup-checkbox {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 3px;
    margin-top: 3px;
    border: 1px solid grey;
    cursor: pointer;
    color: #fff;
}

.mobileCallpopup-checkbox span {
    top: -2px;
    width: 12px;
    height: 12px;
    font-size: 16px;
    display: block;
    text-align: center;
    position: absolute;
}

.mobileCallpopup-checkbox.active {
    border: none;
    background: #ef0a0a;
}

.mobileCallpopup-policytext {
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7019607843137254);
    cursor: pointer;
}

div.mobileCallpopup-policytext {
    padding: 2px 6px 0 18px;
}

.roistat-lh-pulsator-phone {
    position: fixed;
    bottom: 10%;
    right: 3%;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: "visibility .5s, opacity .25s";
    opacity: 0.4;
}

.roistat-lh-pulsator-phone:hover {
    opacity: 0.95;
}

.roistat-lh-pulsator-phone:hover .roistat-lh-pulsator-circle {
    border-color: #fff;
    opacity: 0.5;
    -webkit-animation: roistat-lh-circle-anim 1s ease-in-out infinite;
    animation: roistat-lh-circle-anim 1s ease-in-out infinite;
}

.roistat-lh-pulsator-phone:hover .roistat-lh-pulsator-img {
    opacity: 1;
    -webkit-animation: roistat-lh-img-anim 1s ease-in-out infinite;
    animation: roistat-lh-img-anim 1s ease-in-out infinite;
}

.roistat-lh-pulsator-circle {
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #fff;
    opacity: 0.5;
    box-sizing: border-box;
    -webkit-animation: roistat-lh-circle-anim 2.2s ease-in-out infinite;
    animation: roistat-lh-circle-anim 2.2s ease-in-out infinite;
    z-index: 2;
}

.roistat-lh-pulsator-circle,
.roistat-lh-pulsator-fill {
    width: 56px;
    height: 56px;
    top: 20px;
    left: 20px;
    position: absolute;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}

.roistat-lh-pulsator-fill {
    background: none;
    background-color: #00b494;
    background-size: 59px;
    border-radius: 16px;
}

.roistat-lh-pulsator-img {
    width: 56px;
    height: 56px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.7;
    border-radius: 100%;
    -webkit-animation: roistat-lh-img-anim 0s ease-in-out infinite;
    animation: roistat-lh-img-anim 0s ease-in-out infinite;
    transform-origin: 50% 50%;
}

.roistat-lh-pulsator-img svg {
    margin-top: 9px;
    margin-left: 8px;
    fill: #fff;
}

@-webkit-keyframes roistat-lh-circle-anim {
    0% {
        -webkit-opacity: 0.1;
    }

    50% {
        -webkit-opacity: 1;
    }

    to {
        -webkit-opacity: 0.1;
    }
}

@keyframes roistat-lh-circle-anim {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0.1;
    }
}

@keyframes roistat-lh-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }

    25% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }

    35% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }

    45% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }

    55% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }

    65% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }

    75% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }

    to {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
}

@-webkit-keyframes roistat-lh-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(0.017rad);
    }

    25% {
        -webkit-transform: rotate(0) scale(1) skew(0.017rad);
    }

    35% {
        -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }

    45% {
        -webkit-transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }

    55% {
        -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }

    65% {
        -webkit-transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }

    75% {
        -webkit-transform: rotate(0) scale(1) skew(0.017rad);
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(0.017rad);
    }
}

#jivo_chat_widget {
    display: none;
}

.btn-widget {
    position: fixed;
    right: 0;
}

@media (max-width: 767px) {
    .btn-widget {
        opacity: 0.7;
    }
}

.btn-widget .b-w {
    position: fixed;
    right: 0;
    height: 32px;
    width: 32px;
    overflow: hidden;
    background: grey;
    border-radius: 2px;
    margin: 3px;
    transition: 0.5s;
    padding-left: 32px;
    background-position: left 6px center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

.btn-widget .b-w:hover {
    width: auto;
    padding-right: 8px;
}

.btn-widget .b-w-call {
    background-image: url(../assets/images/ico/w-call.svg);
    top: 50%;
}

.btn-widget .b-w-call:hover {
    background-color: #388e3c;
}

.btn-widget .b-w-chat {
    background-image: url(../assets/images/ico/w-chat.svg);
    top: calc(50% + 36px);
}

.btn-widget .b-w-chat:hover {
    background-color: #4c8abb;
}

.btn-widget .b-w-up {
    background-image: url(../assets/images/ico/w-top.svg);
    top: calc(50% + 72px);
}

.btn-widget .b-w-up:hover {
    background-color: #b71c1c;
}

#widget-messengers {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 48px;
}

@media (max-width: 767px) {
    #widget-messengers {
        right: 3px;
    }
}

#widget-messengers #w-messengers_tooltip {
    display: none;
    position: absolute;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
    width: 300px;
    right: 0;
    bottom: -10px;
}

#widget-messengers #w-messengers_tooltip span {
    font-weight: 700;
}

#widget-messengers #w-messengers_buttons {
    background: #eaeaea;
    border-radius: 6px;
    padding: 4px;
    float: left;
}

#widget-messengers #w-messengers_buttons a {
    display: block;
    float: left;
    padding: 0 4px;
}

#widget-messengers #w-messengers_buttons a img {
    width: 40px;
}

#widget-messengers #w-messengers_buttons #w-messengers_buttons-telegram img {
    width: 38px;
    margin-top: 1px;
}

.widget-chat {
    position: fixed;
    right: 0;
    bottom: 0;
}

.widget-chat .w-chat {
    padding: 10px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .widget-chat .w-chat {
        padding: 3px;
    }
}

.widget-chat .w-chat .image {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-image: url(../assets/images/img/girl-chat.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #c7c7c7;
}

@media (max-width: 767px) {
    .widget-chat .w-chat .image {
        width: 60px;
        height: 60px;
        background-size: cover;
    }
}

.widget-chat .w-chat .text {
    margin-top: 2px;
    display: block;
    background-color: #388e3c;
    color: #fff;
    width: 90px;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .widget-chat .w-chat .text {
        width: 60px;
        font-size: 11px;
        line-height: 1;
        padding: 2px;
    }
}

.roistat-promo-wrap {
    right: calc(100% - 78px) !important;
}

.bloom-bloom {
    -webkit-animation: shake-horizontal 0.4s linear both;
    animation: shake-horizontal 0.4s linear both;
}

@-webkit-keyframes shake-horizontal {
    0%,
    to {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        transform: translateX(10px);
    }

    80% {
        transform: translateX(8px);
    }

    90% {
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {
    0%,
    to {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        transform: translateX(10px);
    }

    80% {
        transform: translateX(8px);
    }

    90% {
        transform: translateX(-8px);
    }
}

.costgraphlabel {
    width: 50%;
    float: left;
}

.costgraphlabel .row {
    padding-top: 3px;
}

.costgraphlabel .row label {
    max-width: 70%;
    line-height: 12px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.costgraphlabel .row label span {
    font-size: 10px;
}

.costgraphlabel .row .price {
    float: right;
    margin-top: 5px;
}

.costgraph {
    width: 50%;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.costgraph .costgraph_back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.costgraph .costgraph_back div {
    position: absolute;
    border-left: 1px solid #7da3bd;
    height: 100%;
}

.costgraph .costgraph_back div span {
    bottom: 0;
    position: absolute;
}

.costgraph .row {
    background: #1da1f2;
    width: 100%;
    z-index: 2;
    position: relative;
}

.costgraph .row.disabled {
    background: none;
}

.costgraph .row,
.costgraphlabel .row {
    height: 30px;
    margin-bottom: 8px;
}

@media (max-width: 1023px) {
    .costgraph,
    .costgraphlabel {
        margin-left: -5%;
    }

    .costgraphlabel {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 36px;
    }

    .costgraphlabel .row {
        padding-left: 5.5%;
    }

    .costgraph {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

    .costgraph .row {
        background: #9cd9ff;
    }
}

@media (max-width: 575px) {
    .costgraphlabel .row {
        padding-top: 11px;
    }

    .costgraph .row,
    .costgraphlabel .row {
        height: 48px;
    }
}

.breadcrumbs .inner ul#breadcrumbs {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs .inner ul#breadcrumbs li {
    list-style-type: none;
}

@media (max-width: 575px) {
    .breadcrumbs .inner ul#breadcrumbs li {
        margin: 4px 0;
    }
}

.breadcrumbs .inner ul#breadcrumbs li a span {
    border-bottom: 1px dashed;
}

.breadcrumbs .inner ul#breadcrumbs li a:hover span {
    border-bottom: 1px solid;
}

.breadcrumbs .inner ul#breadcrumbs li .breadcrumbs__link {
    padding: 10px 0;
    font-size: 12px;
    color: grey;
    text-decoration: none;
}

.breadcrumbs .inner ul#breadcrumbs li .breadcrumbs__link:hover {
    color: #b71c1c;
}

.breadcrumbs .inner ul#breadcrumbs li .breadcrumbs__link:after {
    content: "/";
    margin: 0 6px;
}

.breadcrumbs
    .inner
    ul#breadcrumbs
    li
    .breadcrumbs__link.breadcrumbs__link--active {
    cursor: default;
}

.breadcrumbs
    .inner
    ul#breadcrumbs
    li
    .breadcrumbs__link.breadcrumbs__link--active:hover {
    color: grey;
}

.breadcrumbs .inner ul#breadcrumbs li:last-child span:after {
    content: "";
    margin: 0;
}

.price-category {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
}

.price-category .x-1 {
    left: 0;
}

.price-category .x-2 {
    left: 25%;
}

.price-category .x-3 {
    left: 50%;
}

.price-category .x-4 {
    left: 75%;
}

.price-category__label {
    position: absolute;
    bottom: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    background-color: #d9f1d1;
    border-radius: 4px;
    width: 25%;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-category__circle {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    border: 0.5px solid #a9a9a9;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    bottom: 25px;
    margin-left: calc(6% + 12px);
}

.price-category__line {
    background: linear-gradient(
        90deg,
        rgba(204, 33, 40, 0.2) 1.37%,
        rgba(0, 116, 189, 0.2) 44.01%,
        rgba(66, 186, 24, 0.2)
    );
    border-radius: 2px;
    height: 8px;
}

.price-category__text {
    font-size: 12px;
    font-weight: 400;
    color: grey;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.price-category__text > div {
    border-right: 1px solid #e6e6e6;
    text-align: center;
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-category__text > div:first-child {
    border-left: 1px solid #e6e6e6;
}

h1 {
    line-height: 28px;
    margin: 0.47em 0;
}

.lazyload {
    background-image: none !important;
}

.wlink,
.wlink:hover,
.wlink:visited {
    color: #0074bd;
}

.mobileCallpopup .button {
    background-color: #db1f26;
    background-image: linear-gradient(
        0deg,
        hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0.5019607843137255)
    );
    color: #fff;
    text-decoration: none;
    outline: none;
    width: 200px;
    margin: 0 auto;
    display: flex;
    border-radius: 5px;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.12),
        0 12px 16px rgba(0, 0, 0, 0.08);
    border: 0;
}

.mobileCallpopup .button,
.mobileCallpopup .input {
    align-items: center;
    justify-content: center;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: color 0.3s linear;
}

.mobileCallpopup .input {
    width: 100%;
    background: linear-gradient(180deg, #fff, #e4e4e4);
    display: block;
    position: relative;
    padding: 10px 12px;
    border: 1px solid #e3e3e4;
    border-radius: 5px;
    box-shadow: none;
    color: #888;
    z-index: 1;
    background: #fff;
    margin: 8px 0;
}

.mobileCallpopup .input::-webkit-input-placeholder {
    color: rgba(79, 79, 79, 0.5);
}

.mobileCallpopup .input::-moz-placeholder {
    color: rgba(79, 79, 79, 0.5);
}

.mobileCallpopup .input:-ms-input-placeholder {
    color: rgba(79, 79, 79, 0.5);
}

.mobileCallpopup .input--error {
    border-color: #cc2128;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    background: #fff;
    margin: 0 auto;
    padding: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border: inherit;
}

a,
a:active,
a:focus,
a:focus-within,
a:hover {
    outline: 0;
    border: initial;
}

div,
section {
    box-sizing: border-box;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 5px 8px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 10px 8px;
    }
}

img.adaptive {
    vertical-align: bottom;
}

.transparent {
    opacity: 0;
}

.h-z {
    height: 0;
    overflow: hidden;
}

.bold {
    font-weight: 600;
}

.gray {
    color: #787878;
}

.red {
    color: #b71c1c;
}

.green {
    color: #388e3c;
}

img.adaptive {
    width: 100%;
    height: auto;
}

.row-gray {
    background: #eaeaea;
}

.sertificate-img {
    max-width: 100%;
}

.padding-t1-b1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.padding-t2-b2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

@media (max-width: 575px) {
    .padding-t2-b2 {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.margin-t1-b0 {
    margin-top: 1em;
}

.margin-t0-b1 {
    margin-bottom: 1em;
}

.margin-t2-b0 {
    margin-top: 2em;
}

@media (max-width: 575px) {
    .margin-t2-b0 {
        margin-top: 1em;
    }
}

.margin-t0-b2 {
    margin-bottom: 2em;
}

@media (max-width: 575px) {
    .margin-t0-b2 {
        margin-bottom: 1em;
    }
}

.margin-t1-b1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margin-t2-b2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (max-width: 575px) {
    .margin-t2-b2 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

.hidden {
    display: none;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.dc {
    display: block;
    margin: 0 auto;
}

@media (min-width: 1023.02px) {
    .mobile-lg {
        display: none !important;
    }
}

@media (min-width: 767.02px) {
    .mobile-s {
        display: none;
    }
}

@media (max-width: 1023px) {
    .desktop-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tablet-md {
        display: none !important;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.text-mini {
    font-size: 12px;
}

.text-show-more {
    overflow: hidden;
    transition: 0.3s;
}

.text-show-more + .show-more {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: none;
    color: #787878;
}

.text-show-more + .show-more.open img {
    transition: 0.3s;
    transform: rotate(180deg);
}

.text-show-more + .show-more > span {
    margin-right: 5px;
}

.text-show-more + .show-more:hover {
    color: #b71c1c;
}

.WidgetGiftForm .ui-dropdown {
    width: 100%;
}

.row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footnote {
    font-size: 10px;
    color: #434343;
    text-decoration: none;
}

@-webkit-keyframes fadein055 {
    0% {
        opacity: 0;
    }

    to {
        opacity: 0.55;
    }
}

@keyframes fadein055 {
    0% {
        opacity: 0;
    }

    to {
        opacity: 0.55;
    }
}

@-webkit-keyframes fadein01 {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein01 {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.55;
    background: #000;
    -webkit-animation: fadein055 0.5s;
    animation: fadein055 0.5s;
}

.fancybox-content {
    -webkit-animation: fadein01 0.5s;
    animation: fadein01 0.5s;
    max-width: 1140px;
}

.footer-policy {
    color: grey;
    font-size: 11px;
}

.footer-policy a {
    color: grey;
}

.nav-link {
    display: inline-block;
    color: #222;
    transition: 0.5s;
    padding: 5px 0;
}

.nav-link:hover {
    color: #b71c1c;
}

.nav-link span {
    padding: 4px 4px 4px 26px;
    background-repeat: no-repeat;
}

.desktop #textback_widget .widget-link:last-child,
.desktop .widget-link-whatsappb {
    display: none !important;
}

#video-widget-button {
    background: #252525;
    border: 0;
    cursor: default;
    height: 1px;
    width: 1px;
    margin: 0 auto;
    display: block;
}
