.dark body,
.dark .gray,
.dark .tab-grey,
.dark .white,
.dark .bloki {
    background: linear-gradient(#000000, #040916) !important;
}
.primary,
.primary a,
a.primary {
    color: var(--primary);
}
.bg-primary,
.primary-bg {
    background: var(--primary);
}
.dark a {
    color: #dadde5;
}
.bg-dark {
    background-color: #030710 !important;
}
.bg-gray {
    background: #eff2f7;
}
.text-secondary {
    color: #aeb2c0 !important;
}
.secondary,
.secondary a,
a.secondary {
    color: var(--secondary);
}
.light,
.light a,
a.light {
    color: var(--light);
}
.light-bg {
    background: var(--light);
}
.success {
    color: var(--success);
}
.success-bg {
    background-color: var(--success);
}
.btn-success {
    color: #fff;
    background-color: var(--success);
    border-color: #ffffff40;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-black {
    background: #040916;
    color: #fff;
    border-color: #040916;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-black:hover {
    color: #fff;
}
.btn-gray {
    background-color: #686d7a;
    color: #fff;
}
.btn-c {
    padding: 0.1rem 0.9rem;
    border-radius: 1.65rem;
}
.fon {
    background: linear-gradient(to bottom right, #fff, #fff, #fbfaf2, #f5fff8, #edf9ff, #fff);
}
.fon-dark {
    background-color: #001638;
    background-image: radial-gradient(circle farthest-side at center bottom, #001638, #000000 125%);
    color: #fff;
}
.fon-white {
    background-color: #fff;
}
.dark .fon-white {
    background-color: #ffffff0f;
}
.dark .fon-white:hover {
    background-color: #000;
}
.btn:hover {
    opacity: 0.8;
}
.f_content ul {
    padding-inline-start: 10px !important;
}
.absolute {
    position: absolute;
}
ul,
ol {
    padding-inline-start: 20px;
}
h1,
.h1 {
    font-size: 2.3vw;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
}
.fs-40 {
    font-size: 40px;
}
.fs-45 {
    font-size: 45px;
}
.fs-50 {
    font-size: 50px;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fon-fix {
    background-attachment: fixed;
}
.text-shadow-1 {
    text-shadow: 0px 0px 5px #000;
}
.underline {
    text-decoration: underline;
    font-weight: 600;
    color: #000;
}
.flexx {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flexxm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.flexxx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.flexxx > div {
    flex: 0 0 calc(33.33333333% - 20px);
    max-width: calc(33.33333333% - 20px);
}
.flexxxx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.flexxxx > div {
    flex: 0 0 25%;
    max-width: 25%;
}
.block-black > div {
    background-color: #ffffff17;
    border-radius: 2rem;
    border: 1px solid #222;
    padding: 20px;
}
.bl {
    background-color: #ffffff17;
    padding: 2rem 1.5rem 1rem 1.5rem;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
}
.dark .bl, .dark .img-thumbnail {
    background-color: #ffffff0f !important;
	border: 1px solid #ebf2f61a !important;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-49 {
    width: 49%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-100 {
    max-width: 100% !important;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.ml-10 {
    margin-left: -10px !important;
}
.ml-15 {
    margin-left: -10px !important;
}
.mr-10 {
    margin-left: -10px !important;
}
.mr-15 {
    margin-left: -10px !important;
}
.op-8 {
    opacity: 0.8;
}
.op-6 {
    opacity: 0.6;
}
.op-4 {
    opacity: 0.4;
}
.op-3 {
    opacity: 0.3;
}
.op-2 {
    opacity: 0.2;
}
.bez-perenosa {
    white-space: nowrap;
}
.flex4 {
    flex-basis: fit-content;
}
.grid2 {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}
.grid2 article {
    display: contents;
}
.modal-body .iforms_basic {
    background: linear-gradient(to bottom right, #edf2fa, #fff, #edf2fa, #ffffff, #edf2fa);
    border-radius: 30px;
    text-align: center;
}
.stolbik {
    text-align: center;
    font-size: 20px;
}
.stolbik .field.col {
    flex-basis: content;
}
.stolbik .icms-form-body .row {
    flex-direction: column;
}
.stolbik .chosen-choices {
    border-radius: 3rem !important;
}
.stolbik input.chosen-search-input {
    height: 3.5em !important;
}
.stolbik .button,
.stolbik .button span {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.stolbik .button.btn {
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-size: 20px;
}
.iforms_container .input.form-control {
    height: 3.3em;
    border-radius: 2rem;
    font-size: 1.2rem;
    text-align: center;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 20%);
}
.ft_iformscheckbox {
    font-size: 13px;
}
.form-dark .box {
    background-color: #00000082 !important;
}
.knopka {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.knopka svg {
    margin-right: 7px;
}
.btn100,
a.btn100,
.btn-100 .btn {
    padding: 0.5rem 0.9rem;
    border-radius: 1.65rem;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn {
    padding: 0.5rem 0.9rem;
    border-radius: 1.65rem;
}
.btn:hover {
    opacity: 0.8;
}
.btn2 {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}
a.btn3:hover {
    color: #96a1b9;
}
.btn3 {
    color: #96a1b9;
    background-color: #ebf2f6;
    border-color: #e6e8ed;
}
.btn4 {
    color: #fff;
    background-color: #96a1b9;
    border-color: #96a1b9;
}
.dark .btn4 {
    background-color: #ffffff0f;
}
a.btn4:hover {
    color: #fff;
}
.btn-soc {
    background-image: linear-gradient(88deg, #4214e1, #1cb66d, #00b7d9);
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-max {
    padding: 0.5rem 0.6rem;
    color: #ffffff;
    background-image: radial-gradient(circle farthest-side at center bottom, #00cce7, #4214e1, #9614e1 125%);
    border-color: #ffffff40;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-wa {
    padding: 0.5rem 0.6rem;
    color: #ffffff;
    background-color: #3eab9a;
    border-color: #ffffff40;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-tg {
    padding: 0.5rem 0.6rem;
    color: #ffffff;
    background-color: #00aeef;
    border-color: #ffffff40;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn2:hover,
.btn3:hover,
.btn-wa:hover,
.btn-tg:hover,
.btn-max:hover {
    color: #ffffff;
    opacity: 0.8;
}
.list .btn {
    margin-top: 15px;
	margin-bottom: 12px;
    white-space: nowrap;
}
.list.list-bloki .btn {
    margin-top: 0px;
	margin-bottom: 0px;
}
.buttonz {
    background: #1cc67f;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    padding: 15px 35px;
}
.buttonz:hover {
    background: #12e98f;
    color: #fff;
}
.btn-outline-info {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-info:hover {
    background-color: #a60000;
    border-color: #a60000;
}
.btn-menu {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
    height: max-content;
    margin: auto 0;
    padding: 0.3rem 0.75rem;
    font-size: 14px;
    font-weight: 600;
}
.btn-menu svg {
    margin-right: 5px;
}
.recalc .btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}
.recalc .btn span {
    width: 100%;
}
.icms-forms__zakaz {
    display: flex;
    flex-wrap: wrap;
}
.icms-forms__zakaz .buttons {
    margin-top: 46px;
}
.icms-footer__middle .nav-link {
    padding: 0.2rem 1rem;
}
b {
    font-weight: 500;
}
.white-space-nowrap {
    white-space: nowrap;
}
#web {
    display: flex;
    line-height: 60px;
}
#web a {
    display: block;
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none !important;
    background-image: linear-gradient(to right, #007766, #04d0a3, #00eeff, #008d6d, #06caae, #04d0a3, #005959, #007766);
    color: transparent !important;
    background-position: 0 0;
    background-repeat: repeat;
    animation: background 10s infinite alternate;
    font-family: Arial;
    font-stretch: ultra-condensed;
}
@keyframes background {
    100% {
        background-position: 200px 0;
    }
}
#web a:after {
    display: block;
    margin-top: -17px;
    content: '';
    background: linear-gradient(to right, #007766 0%, #007766 30%, transparent 30%, transparent 35%, #9606ae 35%, #9606ae 65%, transparent 65%, transparent 70%, #00bbff 70%, #00bbff 100%);
    width: 100%;
    height: 1px;
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #d6e5f2;
}
*::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
    width: 10px;
}
*::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
    opacity: 0.8;
}
.alert-primary {
    color: #008da3;
    background-color: #dcfcff;
}
.red {
    color: #c00;
}
.text-white,
.text-white a {
    color: #fff !important;
}
.text-white a.dropdown-item {
    color: #fff !important;
}
.grey,
.grey a {
    color: #99a !important;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.border {
    border: 1px solid #eff0f0 !important;
}
.bg-light {
    background-color: #a9b9bf24 !important;
}
.form-control,
.chosen-container-single .chosen-single {
    border: 1px solid #e4e4e5;
}
.input-group-prepend .input-group-text {
    background-color: #f9f9f9;
    border: 1px solid #e4e4e5;
    padding-right: 20px;
    padding-left: 12px;
	color:#ccc;
}
.dark .input-group-prepend .input-group-text {
	opacity: 0.4;
}
.ui-slider .ui-slider-range {
    background-color: #e4e4e5;
}
.icms-filter-container label {
    color: #8a8f99;
    font-weight: 400 !important;
}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    color: #111 !important;
}
.alert.alert-info.mt-4 {
    display: none;
}
.box {
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 1rem !important;
    background-color: #fff !important;
    padding: 1rem;
}
.dark .box {
    background-color: #000 !important;
}
.scroll {
    height: -webkit-fill-available;
    max-height: 300px;
    flex-wrap: nowrap !important;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #444;
}
.dark .scroll {
    scrollbar-color: var(--primary) #000;
}
.scroll1 div {
    height: -webkit-fill-available;
    max-height: 300px;
    flex-wrap: nowrap !important;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #444;
}
.dark .scroll1 div {
    scrollbar-color: var(--primary) #000;
}
.edit-block nav {
    display: inline-flex;
    background: #d8f6d9;
    border-radius: 20px;
    padding: 0 5px;
}
.sticky {
    position: sticky;
    top: 0;
}
aside.col-lg-4 {
    flex: 0 0 24%;
    max-width: 24%;
}
aside .icms-widget .card-body {
    padding: 2rem 0;
}
aside h5.card-header {
    font-size: 1.2vw;
    color: #d1d6dc;
    padding: 19px 0px 0px 0px;
}
.icms-content__author-user_items_link {
    text-align: center;
    margin-top: 35px;
}
.invert {
    filter: invert(1) hue-rotate(213deg);
    background: #fff;
}
.invert-chb {
    filter: invert(1) grayscale(1);
}
iframe {
    border-width: 0px;
}
.icms-svg-icon {
    font-size: 19px;
}
.glass {
    background: #00000080;
    font-size: 18px;
    padding: 20px;
    border: 1px solid #484848;
    border-radius: 20px;
}
/* Шапка ============================================================ */
.bg-black a,
.bg-dark a {
    color: #fff;
}
.icms-footer__middle .navbar-brand.mr-3 {
    margin-right: 0px !important;
}
.header-black {
    background-color: var(--secondary) !important;
}
.icms-frontpage header {
    position: fixed;
    z-index: 9;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: transparent !important;
}
.icms-frontpage header:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff !important;
    opacity: 0.3;
    z-index: -1;
}
.icms-frontpage header.header-black:before {
    background-color: #040916 !important;
}
.header2 {
    position: fixed;
    width: 100%;
    z-index: 99;
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}
.header-black.header2 {
    background-color: #0409168c !important;
    backdrop-filter: blur(10px);
}
.icms-content-header h1 {
    padding-bottom: 20px;
}
.preheader {
    background-color: #ffffff22 !important;
    font-size: 15px !important;
    line-height: 40px;
}
.header2 .preheader {
    display: none;
}
.preheader .wa {
    font-weight: 600;
}
.preheader .icms-svg-icon {
    font-size: 17px;
}
.autojp-currencies-mini .d-inline b {
    opacity: 0.6;
    font-size: 12px;
}
.carousel-inner,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    height: 500px;
}
.icms-footer__middle {
    background-color: var(--secondary);
    margin-top: 60px !important;
}
.header-black .preheader a {
    color: #fff;
}
.dark #map {
    filter: invert(1) hue-rotate(213deg);
}
.tel svg path {
    fill: var(--primary) !important;
}
.header-black .tel svg path {
    fill: #fff !important;
}
.icms-frontpage .icms-footer__middle,
.contacts .icms-footer__middle {
    margin-top: -6px !important;
}
a.logo {
    font-size: 26px;
    font-weight: 700;
    display: block;
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none !important;
    background-image: linear-gradient(45deg, var(--primary), var(--primary), var(--primary), #ff0000, var(--primary), #fba7a7, var(--primary), var(--primary));
    color: transparent !important;
    background-position: 0 0;
    background-repeat: repeat;
    animation: background 4s infinite alternate;
    font-family: Arial;
    font-stretch: ultra-condensed;
}
@keyframes background {
    100% {
        background-position: 200px 0;
    }
}
.logo span {
    color: #fff;
}
.blogo img.d-sm-block {
    max-height: 90px;
    margin-top: -40px;
}
header .soc svg {
    width: 30px;
    height: 30px;
    margin: 5px;
}
.icms-footer__middle .soc svg {
    width: 45px;
    height: 45px;
    margin: 5px;
}
.tel {
    font-size: 17.6px;
    font-weight: 600;
}
.tel svg {
    width: 29px;
    height: 29px;
}
.time svg {
    width: 25px;
    height: 25px;
}
.soc {
    display: flex;
    align-items: center;
}
.icms-footer__middle .soc a {
    font-size: 15px;
}
.icms-footer__middle .soc svg {
    width: 45px;
    height: 45px;
    margin: 5px;
}
.soc img {
    border-radius: 25px;
}
header .soc img {
    height: 30px;
    margin-right: 5px;
}
.icms-footer__middle .soc img {
    height: 45px;
    margin-right: 5px;
}
.gis {
    width: 50px;
    overflow: hidden;
    display: inline-block;
}
.prava a {
    color: #ffffff8c !important;
    text-decoration: none;
}
.underhead {
    background-position-y: 60% !important;
    background-size: cover !important;
    position: relative;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    order: -1;
    overflow: hidden;
}
.underhead:before {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    opacity: 0.85;
}
.underhead h1,
.underhead h2,
.underhead h3 {
    position: relative;
}
.fon-black .dropdown-menu {
    background-color: #262626;
}
.time span {
    opacity: 0.8;
}
.icms-content-header__field {
    font-size: 18pt;
}
.icms-content-header__field a {
    color: #c7ddeb;
}
.icms-footer__middle .footer-none {
    display: none !important;
}
.gtranslate_wrapper a {
    color: #000 !important;
}
.gtranslate_wrapper a.notranslate {
    color: #fff !important;
}
.prava {
    font-size: 12px;
}
/* Меню ============================================================ */
nav.navbar ul ul ul {
    left: 100px;
    top: 0;
    position: absolute;
}
.categories-menu .dropdown-menu {
    background-color: #3384ff;
}
.dark .dropdown-menu {
    background-color: #181818f5;
    z-index: 9;
}
.dropdown-item {
    padding: 0rem 1.5rem;
    line-height: 40px;
}
.dropdown-item:before {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(45deg, transparent, #00000024, transparent);
}
.dropdown-menu > li:first-child > a {
    border-radius: 20px 20px 0 0;
}
.dropdown-menu > li:last-child > a {
    border-radius: 0 0 20px 20px;
}
.header2 .categories-menu,
header .navbar,
.header1 .navbar {
    display: block;
}
.preheader .menubuton span {
    background: #ad0000;
    border-radius: 20px;
    padding: 3px 16px;
    color: #fff;
}
.preheader .menubuton span:hover {
    background: var(--primary);
}
.preheader a.nav-link {
    padding: 0.5rem 2rem 0.5rem 0rem;
}
.menu-auc-buton span {
    color: #ff4545;
    font-weight: 600;
}
.preheader a.wa svg {
    color: #1ab56f;
    font-weight: 600;
}
.menu-glav span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-glav .active span {
    color: #b5c1c8;
}
.menu-glav span sup {
    font-size: 10px;
    font-weight: 400;
    color: #b5c1c8;
    margin-left: 1px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.menu-main .btn a {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
}
.menu-main .btn a span {
    font-size: 16px;
    font-weight: 600;
}
header .header-none,
.icms-footer__middle .footer-none {
    display: none;
}
.icms-footer__middle .menu-main > li {
    width: 47%;
}
.icms-footer__middle .menu-main .dropdown .dropdown-menu span {
    color: #000;
}
.flagru {
    background: url(/templates/modern/images/flagru.svg);
}
.flagcn {
    background: url(/templates/modern/images/flagcn.svg);
}
.flagkr {
    background: url(/templates/modern/images/flagkr.svg);
}
.flagjp {
    background: url(/templates/modern/images/flagjp.svg);
}
.flagru,
.flagcn,
.flagkr,
.flagjp {
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: center left;
    padding-left: 16px;
    margin-left: 5px;
}
.bolt svg {
    color: #ffca00;
    font-size: 15px;
    width: 0.6rem;
}
/* Кастом для главной ============================================================ */
.glavnaya .preheader {
    background-color: transparent !important;
}
.glavnaya header.bg-black {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: linear-gradient(#000, transparent) !important;
}
.glavnaya header.bg-black.header2 {
    background: #000000aa !important;
}
.glav .wdg {
    padding: 10rem 0rem 4rem 0rem;
}
.glavnaya .icms-footer__middle {
    margin-top: 0px !important;
}
/* Виджеты ============================================================ */
.wd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.wdg {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto;
    padding: 4rem 0rem;
    z-index: 1;
}
.podshapka .wdg {
    padding: 1rem 0rem 2rem 0rem;
}
.podshapka h2 {
    font-size: 4rem;
}
.api-glav.seo .items-description.text-secondary {
    display: none;
}
.y-center .wdg {
    align-items: center;
}
.y-top .wdg {
    align-items: flex-start;
}
.wd .img-thumbnail {
    background-color: transparent !important;
    border: 0px solid #dee2e500 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
    padding: 0rem;
}
.wd video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd-black-gradient:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(#00000030 100px, #000);
    content: ' ';
    display: block;
}
.wd-white-gradient:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(#ffffff60 100px, #fff);
    content: ' ';
    display: block;
}
#wd-btn {
    margin: 30px 0 50px 0;
}
#wd-btn a {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 17px;
    border-radius: 50px;
}
.right-25 {
    margin-left: -25px;
    box-shadow: -3px 0px 7px #00000066;
}
.wd .h1 {
    display: block;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 10px;
}
.wd .h2,
.wd .h3,
.wd .h4,
.wd .h5 {
    font-size: 40px;
    display: block;
}
.widget_text_block ul {
    padding-inline-start: 22px;
}
.ekran {
    background: linear-gradient(45deg, #e8f1ff, white);
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 111px;
    font-size: 1.640625rem;
}
.ekran .ekran-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ekran .card-header {
    padding: 0rem;
    font-size: 50px !important;
    font-weight: 900 !important;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.ekran .card {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.125);
}
.ekran-container h5 {
    font-size: 50px !important;
    font-weight: 900 !important;
    margin-bottom: 30px;
}
.ekran-left {
    z-index: 3;
}
.ekran-left h5 {
    text-align: left !important;
}
.ekran-center {
    text-align: center !important;
    z-index: 2;
}
.ekran-right {
    text-align: right !important;
    z-index: 1;
}
.ekran .ekran .btn-outline-info {
    padding: 0px 15px 6px 15px;
    font-size: 21px;
    border-radius: 50px;
    border: 2px solid !important;
}
.ekran .icms-widget .links {
    bottom: 15px;
    left: 0;
}
.ekran .card-body {
    padding: 1.5rem 0 4rem 0 !important;
}
h5 .icms-svg-icon {
    font-size: 60px;
    color: var(--primary);
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
}
.card {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0rem;
}
.dark .card {
    background-color: #ffffff0f;
}
.w-1280 {
    max-width: 1280px;
    margin: 0 auto;
}
.rounded-lg {
    border-radius: 20px !important;
}
h4.w-1280 {
    padding: 50px 0px 20px 0px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
.icms-widget {}
h5.card-header {
    background-color: transparent;
    justify-content: center;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    padding: 50px 0px 0px 0px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.icms-widget.card {
    display: block;
}
.icms-widget .card-body {
    padding: 4rem 0;
}
.modal-body {
    background: linear-gradient(to bottom right, #edf2fa, #fff, #edf2fa, #ffffff, #edf2fa);
    border-radius: 30px;
}
.icms-widget__content_list .second_type_images {
    max-height: 30px;
    max-width: 30px;
}
.icms-widget__content_list .ft_images .value {
    flex-wrap: no-wrap;
    justify-content: center;
}
.white {
    background-color: #fff !important;
}
.white .card-body,
.gray .card-body,
.blue .card-body,
.black .card-body {
    max-width: 1600px;
    margin: 0px auto;
}
.top-120 > .card-body {
    margin: -120px auto 0px auto;
}
.gray {
    background: linear-gradient(#e8ebf2, #f7f7f7) !important;
}
.blue {
    background-color: #001638;
    background-image: radial-gradient(circle farthest-side at center bottom, #001638, #000000 125%);
    color: #fff;
}
.black {
    background-color: #000;
    background-image: radial-gradient(circle farthest-side at 30% bottom, #333, #000 70%);
    color: #fff;
}
.blur-5 {
    backdrop-filter: blur(5px);
}
.blur-10 {
    backdrop-filter: blur(10px);
}
.blur-40 {
    backdrop-filter: blur(40px);
}
.blur-5 video {
    backdrop-filter: blur(5px);
    filter: blur(5px);
}
.blur-10 video {
    filter: blur(10px);
}
.blur-40 video {
    filter: blur(40px);
}
.kol3 .content_list > div,
.kol3 .d-flex > div {
    flex: 0 0 calc(33.33% - 30px);
    margin: 15px;
    transition: all 400ms;
}
.kol3 .content_list > div:hover,
.kol3 .d-flex > div:hover {
    margin-top: -7px;
}
.kol3 .h5 a {
    font-size: 1.6rem;
    color: #444;
}
.dark .kol3 .h5 a {
    color: #fff;
}
.kol3 .card {
    box-shadow: 0 10px 10px #0a56b50d;
    moz-box-shadow: 0 10px 10px #0a56b50d;
    border-radius: 20px;
}
.kol4.black .content_list > div,
.kol4.black .d-flex > div {
    box-shadow: 0 0px 0px #000;
    -moz-box-shadow: 0 0px 0px #000;
}
.kol4 .content_list > div,
.kol4 .d-flex > div {
    flex: 0 0 22%;
    margin: 1%;
    transition: all 400ms;
}
.kol4 .content_list > div:hover,
.kol4 .d-flex > div:hover {
    margin-top: -7px;
}
.card.icms-widget__tabbed {
    border: 0px solid rgba(0, 0, 0, 0);
    padding: 15px;
}
.card.icms-widget__tabbed .card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.card.icms-widget__tabbed .card-body {
    padding: 1.25rem 0rem;
}
.col-lg.order-2.mb-3.mb-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}
.form_line fieldset,
.form_line form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_line .mt-md-4,
.form_line .my-md-4 {
    margin-top: 0.8rem !important;
}
.form_line .form-group {
    margin-right: 1rem;
}
.form_line p {
    text-align: center;
    font-size: 18px;
}
form fieldset {
    border: solid 0px rgba(0, 0, 0, 0.125);
}
.icms-footer__middle .form-control.input {
    background-color: #ffffff00;
}
.about {
    background: url(../images/about.jpg) no-repeat bottom left;
}
.w70 .widget_text_block {
    width: 70%;
}
.zvonok {
    background: url(../images/zvonok.jpg) top center;
    color: #fff;
    padding: 40px 0px;
}
.zvonok-svetlyj {
    background: url(../images/zvonok-svetlyj.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0px;
}
.bg-dark .icms-svg-icon {
    color: #fff;
}
.icms-widget__content_list .icms-content-fields {
    background: #fff !important;
}
.icms-widget__content_list .f_photo {
    margin: -10px -10px 0px -10px;
}
.dogovor {
    background: url("../images/dogovor.jpg") fixed no-repeat center center;
    background-size: cover;
}
.icms-widget .col-lg-4 {
    flex-basis: calc(25% - 8px);
    margin: 4px;
}
.icms-widget .categories .mb-3 {
    flex-basis: calc(20% - 8px);
}
.icms-content__has_cover_preset {
    flex-basis: calc(33.33% - 20px);
    margin: 10px !important;
    padding: 0px !important;
    background-color: #fff !important;
    text-align: center;
    border: 2px solid #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
}
.dark .icms-content__has_cover_preset {
    background-color: #ffffff0f !important;
}
.icms-widget .set_cover_preset .pt-2 {
    padding-top: 0rem !important;
}
.icms-widget .mb-3 h3 .text-warning {
    display: none;
}
.icms-widget .mb-3 h3 a {
    padding: 11px 15px 15px 15px;
    display: block;
}
.icms-widget__tabbed > .card-header .nav-link {
    font-size: 27px;
    text-transform: uppercase;
}
.gradient {
    background: linear-gradient(to bottom right, #fff, #fff, #fffef4, #ebfbf0, #e2f4ff);
}
.gradient-bloki .mb-3 {
    background: linear-gradient(to bottom right, #fff, #fff, #fffef4, #ebfbf0, #e2f4ff);
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    transition: box-shadow .2s ease-out;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
}
.gradient-bloki .mb-3:hover {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, .08);
}
.gradient-bloki .icms-content-fields {
    background: transparent !important;
}
.kolonkipobokam {
    display: flex;
    justify-content: space-between;
    background: url("../images/kolonkipobokam.webp") no-repeat center center;
    background-size: contain;
}
.kolonkipobokam .kleft,
.kolonkipobokam .kright {
    max-width: 300px;
    padding: 15px;
}
.kolonkipobokam .kleft h3 {
    color: #000;
}
.dark .kolonkipobokam .kleft h3 {
    color: #fff;
}
.kolonkipobokam .kright h3 {
    color: #df0404;
}
.kolonkipobokam p {
    margin: 3px 0px 50px 0px;
    color: #888;
}
.shag {
    flex-basis: 19%;
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-size: 14px;
    color: #777;
    position: relative;
}
.shag span {
    font-size: 17px;
    color: #333;
    display: block;
}
.dark .shag span {
    color: #fff;
}
.shag p {
    position: absolute;
    font-size: 120px;
    font-weight: 900;
    left: 32px;
    color: #7b8e9d;
    user-select: none;
}
.shag svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0px auto;
    padding: 24px;
    background: #fff;
    border-radius: 50%;
    visibility: visible !important;
    font-size: 100px;
    color: var(--primary);
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.shag svg {
    background: #ffffff0f;
}
@keyframes tossing {
    0% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-4deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(4deg);
    }
    100% {
        -webkit-transform: rotate(-4deg);
    }
}
.cd-image-container {
    position: relative;
    width: 100%;
    margin: 0em auto;
}
.cd-image-container img {
    display: block;
    max-width: 100%;
    border-radius: 25px;
}
.cd-image-label {
    position: absolute;
    bottom: 100px;
    right: 20px;
    color: #20406f;
    top: 0;
    text-shadow: 0px 0px 7px #fff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
    visibility: hidden;
}
.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.is-visible .desc {
    font-size: 17px;
    color: #000;
    white-space: nowrap;
}
.is-visible .cd-resize-img .desc strong {
    color: var(--primary);
}
.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid var(--primary);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}
.cd-resize-img .cd-image-label {
    right: auto;
    left: 20px;
    top: 0;
}
.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}
@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: var(--primary) url("/templates/modern/images/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
    background-color: #555;
}
.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.yaponiya:before {
    content: 'ЯПОНИЯ';
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: -10px 0px 30px 0px;
    font-weight: 500;
}
.faq:before {
    content: 'ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ';
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: -10px 0px 30px 0px;
    font-weight: 500;
}
.tab-white {
    background: #fff;
    padding: 40px 0px;
}
.tab-white .card-header,
.tab-white .tab-content {
    background-color: transparent;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.tab-black {
    background: #000;
    padding: 40px 0px;
}
.tab-black .card-header,
.tab-black .tab-content {
    background-color: transparent;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.tab-grey {
    background: #f9f9f9;
    padding: 80px 0px;
}
.tab-grey .card-header,
.tab-grey .tab-content {
    background-color: transparent;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
details {
    display: block;
    background: #fff;
    box-shadow: 0 10px 15px -5px rgb(0 0 0 / 5%);
    border-radius: 42px;
    overflow: hidden;
    margin-top: 1.8rem;
}
.dark details {
    background: #ffffff0f;
}
summary::-webkit-details-marker {
    display: none;
}
summary::-moz-list-bullet {
    list-style-type: none;
}
summary::marker {
    display: none;
}
summary {
    display: block;
    margin-bottom: -1px;
    padding: 20px 35px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 1.4em;
    cursor: pointer;
    position: relative;
}
summary:before {
    top: 34%;
    right: .9em;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;
    content: "";
    position: absolute;
    transition: transform .5s;
}
.dark summary:before {
    filter: invert(1);
}
details[open] > summary:before {
    transform: scale(1, -1);
}
summary ~ * {
    padding: 20px 1em 0px 2em;
}
details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}
@keyframes sweep {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
summary:focus {
    outline: 0;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0), inset 0 0 0px rgba(0, 0, 0, 0);
}
.icms-filter-container {
    z-index: 2;
}
.krutit,
body > section .icms-widget__tabbed {
    overflow: hidden;
    position: relative;
}
.krutit select,
body > section .icms-widget__tabbed select,
body > section .icms-widget__tabbed .chosen-container,
.icms-widget__tabbed .tab-content,
.krutit .tab-content {
    position: relative;
}
.krutit:before,
body > section .icms-widget__tabbed:nth-child(even):before {
    display: block;
    position: absolute;
    content: '';
    width: 550px;
    height: 450px;
    top: 60px;
    left: -400px;
    background-color: #c2c8d326;
    border-radius: 250px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 20000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 20000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 20000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(-0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(-0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(-0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(-0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.krutit:after,
body > section .icms-widget__tabbed:nth-child(odd):after {
    display: block;
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    top: 50px;
    right: -400px;
    background-color: #c2c8d326;
    border-radius: 250px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 30000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 30000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 30000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 30000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 0;
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.showcase_list_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
}
.showcase_list_grid.sc_three_col .my_default_list_item {
    width: calc(25% - 10px);
    margin: 0px 0px 10px 0px !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
}
.showcase_list_grid.sc_three_col .my_default_list_item:hover {
    transition: box-shadow .2s ease-out;
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, .08);
}
.showcase_list_grid .my_default_list_item .my_item_wrap .miw_description .miw_footer {
    background: transparent;
    border-top: 0px solid #eee;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.miw_photo.imgLiquid_bgSize.imgLiquid_ready {
    width: auto !important;
}
.icms-widget .links {
    position: absolute;
    bottom: 40px;
}
#widget_wrapper_51 .overflow-hidden {
    border-radius: 18px !important;
}
#widget_wrapper_83 .card-body:before {
    text-align: center;
    content: 'Фото перед погрузкой, фото по приходу во Владивосток. Информация, даты, документы...';
    display: block;
    font-size: 21px;
    width: 100%;
    padding: 0 15px;
}
#filter_pos_4183_83 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#filter_pos_4183_83 .buttons {
    margin: 5px 5px -9px 5px;
}
#filter_pos_4183_83 .collapse__angle-up {
    display: none;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}
.sl-justify .icms-content-fields div {
    display: inline-block;
}
.sl-justify .f_photo,
.sl-justify .f_title,
.sl-justify .f_price {
    width: 100%;
}
.sl-justify .f_title {
    font-size: 21px;
}
.sl-justify .f_price {
    font-size: 20px;
    text-align: center;
}
.sl-justify .swiper {
    padding-bottom: 40px;
}
.swiper .f_fio {
    display: block !important;
    text-align: center;
    padding-top: 13px;
}
.swiper {
    width: 100%;
    padding: 0px;
}
.swiper-slide img {
    border-radius: 25px;
}
.mySwiper .swiper-slide img {
    height: auto;
    border-radius: 25px;
}
.swiper-button-next,
.swiper-button-prev {
    background: transparent;
    top: var(--swiper-navigation-top-offset, 45%);
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
}
.swiper-button-next,
.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    --swiper-theme-color: var(--primary);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #fff;
    text-shadow: 1px 1px 3px #223946;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #fff;
    text-shadow: 1px 1px 3px #223946;
}
.swiper .icms-content-fields {
    margin-bottom: 30px;
}
.swiper-slide .mb-4 {
    width: 100%;
    margin-bottom: 2rem !important;
}
.sl-center .icms-content-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding-bottom: 10px;
}
.sl-around .icms-content-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 10px;
}
.sl-between .icms-content-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px);
}
.d-block .row {
    display: block !important;
}
.icms-widget .swiper-slide {
    background: #fff;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 1rem;
    padding: 7px 5px;
}
.dark .icms-widget .swiper-slide {
    background: #ffffff0f;
}
.box-shadow-0 .swiper-slide {
    box-shadow: 0 0px 0px #fff;
    background: transparent;
}
.wg-otzyvy .swiper-slide {
    background: #fff;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 1rem;
    padding: 7px 5px;
}
.wg-otzyvy .ft_text {
    padding: 15px;
    height: -webkit-fill-available;
    max-height: 305px;
    flex-wrap: nowrap !important;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #eee;
    border-radius: 25px;
}
.icms-widget .f_title a,
.wg-otzyvy .f_title a {
    display: block;
    padding-top: 17px;
    padding-bottom: 10px;
    line-height: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}
.dark .icms-widget .f_title a,
.dark .wg-otzyvy .f_title a {
    color: #fff;
}
.info_bar {
    background-color: #00000000;
}
.blok:hover {
    box-shadow: 0 10px 10px #0a56b50d;
    moz-box-shadow: 0 10px 10px #0a56b50d;
}
.blok-33 {
    width: 33.33%;
}
.blok-66 {
    width: 66.77%;
}
.blok-66 .blok {
    width: calc(50% - 20px);
}
.bloki .flex-column {
    display: flex;
}
.blok {
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e4eaed;
}
.dark .blok {
    border: 1px solid #e4eaed1a;
}
.blok p {
    margin-bottom: 0rem;
}
.blok svg {
    position: absolute;
    right: 20px;
    color: var(--primary);
}
.preimuschestva .fon1 {
    height: calc(100% - 20px) !important;
    background: url(../images/fon1.webp) no-repeat bottom left;
    background-size: cover;
    color: #fff;
}
.preimuschestva .blok:hover {
    transform: scale(1.2);
    z-index: 2;
    box-shadow: 0 10px 10px #0a56b50d;
    moz-box-shadow: 0 10px 10px #0a56b50d;
}
.kol4 .card {
    box-shadow: 0 10px 10px #0a56b50d;
    moz-box-shadow: 0 10px 10px #0a56b50d;
    border-radius: 20px;
}
.icms-filter-link__close {
    right: 0.4rem;
    top: 0rem;
}
.pagination {
    padding-bottom: 40px;
}
#map div:last-child {
    width: 100% !important;
}
#map div:last-child iframe {
    width: 100% !important;
    height: 800px !important;
}
.icms-widget__content_filter .form-group.col-md-12 {
    max-width: 20%;
}
.icms-widget__content_filter {
    background-color: #a9b9bf24 !important;
    border-radius: 25px !important;
    padding: 1rem !important;
}
.icms-widget__content_filter .form-group label span,
.icms-widget__content_filter .form-group.f_kpp {
    display: none;
}
.icms-widget__content_filter .form-group.f_city {
    order: -1;
}
.text-success svg {
    color: var(--primary) !important;
}
.f-mt-0 .icms-footer__middle {
    margin-top: 0px !important;
}
/* Список ============================================================ */
.category_description {
    margin-top: 40px;
    background: #ebf2f6;
    border-radius: 1rem;
    padding: 25px;
}
.dark .category_description {
    background: #ffffff0f;
}
.content_list {
    justify-content: space-between;
}
.content_list .tile {
    display: flex;
    flex: 0 0 calc(33.33% - 15px);
    background: #fff;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 1rem;
    padding: 10px 5px;
}
.dark .content_list .tile {
    background: #ffffff0f;
}
.content_list .icms-content-fields,
.icms-widget .icms-content-fields {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
    align-items: center;
    text-align: center;
}
.content_list .field,
.icms-widget .swiper-slide .field {
    display: flex;
    justify-content: center;
    margin: 0 0.2rem 0.2rem 0.2rem !important;
    color: #000;
}
.dark .content_list .field,
.dark .icms-widget .swiper-slide .field {
    color: #fff;
}
.content_list .f_photo,
.icms-widget .f_photo {
    order: -1;
    width: 100% !important;
}
.content_list.tiled .f_photo a,
.icms-widget .f_photo a {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
}
.content_list.tiled .f_photo a > img,
.icms-widget .f_photo a > img {
    display: block;
    border-radius: 1rem;
    transition: 1s;
}
.content_list.tiled .f_photo a > img:hover,
.icms-widget .f_photo a > img:hover {
    transform: scale(1.2);
}
.content_list .f_title,
.icms-widget .f_title {
    width: 100%;
}
.content_list .f_title a {
    display: block;
    padding-top: 17px;
    padding-bottom: 10px;
    line-height: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}
.dark .content_list .f_title a {
    color: #fff;
}
.content_list .f_price {
    display: flex;
    order: 10;
    font-size: 20px;
    width: 40%;
}
.icms-widget .f_price {
    order: 10;
}
.content_list .f_price .value,
.icms-widget .f_price .value {
    font-size: 20px;
    font-weight: 500;
    color: #cc0000;
}
.content_list .f_old_price,
.icms-widget .f_old_price {
    font-size: 20px;
    text-decoration: line-through;
    color: #9ba9b4;
    order: 9;
}
.content_list .scroll {
    padding: 15px;
    height: -webkit-fill-available;
    max-height: 250px;
    flex-wrap: nowrap !important;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #eee;
    border-radius: 25px;
}
.content_list .f_fio,
.icms-widget .f_fio {
    display: block !important;
    text-align: center;
}
.videoreviews_list_item {
    display: block !important;
    width: 100%;
    flex: 0 0 calc(25% - 20px) !important;
}
.videoreviews_list_item .ft_videosyoutube {
    display: block;
    width: 100%;
}
.reviews_list_item {
    flex: 0 0 calc(25% - 20px) !important;
}
.chosen-container-multi .chosen-choices,
.form-control,
.chosen-container-single .chosen-single,
.input-group-text,
.chosen-container .chosen-drop,
.chosen-container-single .chosen-single {
    border: 1px solid #ebf2f6;
}
.custom-control-label::before {
    border: 1px solid #d6dee9;
}
.icms-favorites__btn .stretched-link {
    width: auto !important;
}
.auto_item {
    display: flex;
    flex-wrap: wrap;
}
.auto_item .info_bar {
    order: -1;
    display: inline-flex;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-top: 0;
    position: absolute;
    right: 17px;
    top: 24px;
}
.auto_item .icms-favorites__btn .stretched-link {
    height: 20px;
    overflow: hidden;
}
.auto_item .icms-favorites__btn .icms-svg-icon {
    font-size: 30px;
}
.auc-auto .info_bar {
    align-content: flex-start;
    margin: 0rem !important;
    position: absolute !important;
    right: 0px;
}
.auto-spisok h3 .icms-svg-icon {
    font-size: 22px;
}
.auto-spisok .info_bar {
    font-size: 12px;
    font-weight: 400;
}
.auto-spisok .info_bar .bi_date_pub time {
    position: absolute;
    left: -50px;
    top: -7px;
}
.pervyj td:first-child,
.sold .edit-block {
    display: none;
}
.dark .chosen-container .chosen-drop {
    background: #000102;
}
.chosen-container-multi .chosen-choices .search-choice {
    border: 1px solid #4a4a4a;
    background-color: #000000;
}
/* Страница ============================================================ */
.breadcrumb:after {
    background: none;
}
.content_item {
    margin: 0 10px;
}
.content_item .f_photos .value div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icms-content-header__image:before {
    background: #000815b0 !important;
}
.icms-content-header__image .content_item {
    margin: 0 auto;
    max-width: 1600px;
}
.auto_item .icms-content-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_item .icms-content-fields .ft_videosyoutube {
    width: 100%;
}
.fields_group {
    background: #fff;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}
.dark .fields_group {
    background: #ffffff0f;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}
.fields_group:nth-child(1) {
    width: 60%;
    float: left;
}
.fields_group:nth-child(2) {
    width: 38%;
    float: right;
}
.content_item .ft_image .img-fluid {
    border-radius: 1rem;
}
.content_item .ft_image .hover_image:after {
    border-radius: 25px;
}
.second_type_images {
    margin-right: 0.29rem;
    margin-top: 0.5rem;
    width: 32%;
}
.second_type_images .img-thumbnail {
    padding: 0rem;
}
.icms-content-fields__group_title {
    display: none;
}
.content_item .f_old_price {
    position: absolute;
    float: left;
    margin-right: 15px;
}
.content_item .f_old_price .value {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #999;
}
.content_item .f_old_price .value:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    border-bottom: 2px solid #00000085;
    bottom: 40%;
}
.content_item .f_price .value {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.content_item .f_zakaz .iforms {
    text-align: center;
}
.content_item .f_zakaz a {
    margin-bottom: 5px;
}
.content_item .ft_url {
    margin: 10px 0px;
    display: inline-block;
}
.content_item .ft_url:hover {
    filter: grayscale(1);
    transition-duration: 0.5s;
}
.content_item .field:not(.form-group) .title_left,
.content_item .field:not(.form-group) .title_top,
.content_list .field:not(.form-group) .title_left,
.content_list .field:not(.form-group) .title_top {
    font-weight: 400;
}
blockquote,
.bb_quote {
    background-color: #ffffff;
    border-left: 5px solid var(--primary);
}
.auto_item .f_marka {
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
}
.auto_item .f_model {
    float: none !important;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
}
.auto_item .f_modification,
.auto_item .f_smodification {
    font-size: 12px;
}
.auto_item .field:not(.form-group) {
    margin-bottom: 0rem;
}
.auto_item .field_label {
    color: #999;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
}
.auto_item .fields_group_auto_1 .field_label:after {
    display: block;
    width: 40px;
    height: 20px;
    background-image: linear-gradient(45deg, transparent, #fff);
    margin-left: -40px;
}
.fields_group_auto_1 .field:nth-child(even) {
    background: #f7f9fd;
}
.fields_group_auto_1 .field {
    padding: 5px 10px;
}
.auto_item .f_model,
.auto_item .f_marka,
.auto_item .f_modification,
.auto_item .f_smodification,
.auto_item .f_price,
.auto_item .f_zakaz,
.auto_item .f_content {
    background: transparent !important;
}
.add-auto .icms-form-body legend {
    display: none;
}
.add-auto .icms-form-body #tab-pub_wrap legend {
    display: block;
}
.add-auto .icms-form-body .form-group {
    width: 18%;
    float: left;
    margin-right: 2%;
    min-height: 100px;
}
.add-auto .icms-form-body #f_photos {
    width: 73%;
}
.add-auto .icms-form-body #f_content,
.icms-form-body #f_auclist {
    width: 31%;
}
.add-auto .icms-form-body #f_desc {
    width: 100%;
}
.icms-content-auto__icon.icms-content__has_cover_preset {
    flex-basis: calc(11% - 10px);
    margin: 5px !important;
    border: 1px solid #e7e7e7;
}
.dark .icms-content-auto__icon.icms-content__has_cover_preset {
    border: 1px solid #ffffff1f;
}
.icms-content-auto__icon.icms-content__has_cover_preset img {
    height: 18px;
    margin-bottom: 4px;
}
a.icms-content-auto__icon.icms-content__has_cover_preset:hover {
    color: #cc0000;
    text-decoration: none;
}
.icms-content-auto__icon .card-body {
    padding: 0.25rem;
}
.icms-content-auto__icon .h5 {
    font-size: 1rem;
}
.my-3.auto-filter {
    margin-top: 2rem !important;
}
.auto_list .f_title a {
    padding: 0px;
    line-height: 10px;
}
.auto_list .f_modification {
    width: 100%;
    color: #999;
}
.content_list .f_price {
    order: -1;
    width: auto;
    font-size: 20px;
    background: #fff;
    padding: 7px 12px;
    border-radius: 50%;
    margin-top: -22px !important;
    z-index: 2;
    box-shadow: 0px -6px 6px #00435c0a;
}
.dark .content_list .f_price {
    background: #12151e;
}
.dark .content_list .f_city {
    order: -2;
    width: auto;
    font-size: 14px;
    background: #fff;
    padding: 7px 12px 0px 12px;
    border-radius: 50%;
    margin-top: -22px !important;
    z-index: 2;
    box-shadow: 0px -6px 6px #00435c08;
}
.dark .content_list .f_city {
    background: #101216;
}
.content_list .f_modification .value {
    margin-top: -7px;
}
.field svg {
    color: #c7cfd5;
    vertical-align: text-bottom;
}
.icon-benzin,
.icon-dizel,
.icon-gibrid,
.icon-electro {}
.icon-benzin svg {
    color: #ff7f00;
}
.icon-dizel svg {
    color: #b84000;
}
.icon-electro svg {
    color: #ffca00;
}
.icon-gibrid svg:first-child {
    color: #ffca00;
    margin-right: -7px;
}
.icon-gibrid svg:last-child {
    color: #ff7f00;
}
.api-lot .info_bar {
    position: absolute !important;
    z-index: 2;
    right: 17px;
    top: -7px;
}
.api-lot .info_bar .icms-svg-icon {
    font-size: 30px;
}
.icms-filter-panel .chosen-container-single .chosen-single{
    line-height: calc(1.5em + 0.75rem - 2px);
}
.icms-filter-panel .input.form-control {
    padding-bottom: 3px;
}
.dark .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-radius: 1.25rem;
}
.dark .input-group-prepend {
    margin-right: -16px;
}
/* Аукционы   ============================================================*/
.chosen-container, .1chosen-container-single .chosen-single {height: calc(1.5em + 0.75rem + 20px); line-height: calc(1.5em + 0.75rem + 20px);}
.form-control, .chosen-container-active.chosen-with-drop .chosen-single {border-radius: 3rem;}*/
.calc-polya {
    flex-basis: 36%;
    flex-grow: 0;
    margin: 0 auto;
}
.calc-raschet {
    flex-basis: 63%;
    flex-grow: 0;
}
.calc-polya form .child_field {
    padding-left: 0rem;
}
.auc-wd .auc-filter .btn {
    width: 100%;
    max-width: 100%;
}
.block-prices-item .flexxm b {
    white-space: nowrap;
}
.no-chosen-marka_name,
.no-chosen-model_name,
.no-chosen-kuzov,
.no-chosen-grade {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.api header,
.api-lot header {
    order: -2;
}
.api-lot .icms-footer__middle {
    margin-top: 0px !important;
}
.api-glav .breadcrumb,
.api-glav main h1 {
    display: none;
}
.mnth td {
    padding: 15px;
}
.mnth .i2 {
    text-align: center;
    font-weight: 600;
}
.mnth td:nth-child(odd) {
    background: #00000005;
}
.mnth tr:nth-child(odd) {
    background: #f8f8f8;
}
.order-2.mb-3 {
    margin-bottom: 0px !important;
}
.api .settings a span {
    color: #ff5e00;
    font-weight: 600;
    padding: 20px 10px;
}
.api .settings a span:hover {
    opacity: 0.7;
}
.card-tech a {
    color: #444;
}
.input-group-prepend {
    position: absolute;
    z-index: 9;
}
.input-group-prepend .input-group-text {
    background-color: #ffffff00;
    border: 0px solid #ffffff00;
	padding-right: 5px;
}
.chosen-container-single .chosen-single, .icms-filter-panel .form-control, .chosen-container-multi .chosen-choices .search-field input[type="text"] {
    padding: 0 0 0 2rem;
}

.tab-content .swiper {
    margin-top: 45px !important;
}
.auc-list {
    background: #fff;
    border-radius: 25px !important;
    padding: 10px;
}
.auc-list a.underline:hover {
    color: var(--primary);
}
.auc-list img {
    border-radius: 15px !important;
}
.auc-auto {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.swiper-slide .price b {
    font-size: 20px;
}
.photo-list {
    padding: 1rem 1rem 1rem 1rem !important;
}
.info-list {
    padding: 1rem 1rem 1rem 1rem !important;
}
.price-list {
    padding: 1rem 1rem 1rem 1rem !important;
}
.bg-auc {
    background-color: #f9f9fc !important;
    padding: 2.2rem 1rem 1rem 1.5rem !important;
}
.dark .bg-auc {
    background-color: transparent !important;
}
.bg-info {
    background-color: #f8fdff !important;
    border-radius: 25px;
}
.dark .bg-info {
    background-color: #ffffff05 !important;
    border: 0px;
}
.form-group.col-md-3.field.ft_string.f_lot {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.form-group.col-md-3.field.ft_list.f_time,
.form-group.col-md-3.field.ft_list.f_rate {
    flex: 0 0 12.4%;
    max-width: 12.4%;
}
.form-group.col-md-3.field.ft_list.f_kpp_type {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.form-group.col-md-3.field.ft_list.f_rate {
    margin-left: 2px;
}
.form-group.f_days {
    font-size: 15px;
}
.input-group.mr-3 {
    margin-right: -3rem !important;
}
.custom-control-inline {
    margin-right: 0.5rem;
}
.car-list .icms-content-subcats {
    position: relative;
    height: auto;
    padding: 0px;
}
.icms-widgets .icms-content-subcats {
    position: absolute;
    height: 64px;
    overflow: hidden;
    transition: transform 0.3s ease-out;
    padding: 0px 10px;
}
.items-list a.link-h5 span.kuzov {
    font-size: 16px;
    font-weight: 300 !important;
    color: #555;
}
.list-cena-prod {
    display: none !important;
}
.list-cena-prod span,
.list-cena-col span {
    padding-right: 3px;
}
.mb-4.items-description-top {
    margin-bottom: 0rem !important;
    color: #a2adb2;
}
.mb-4.items-description {
    margin-bottom: 0rem !important;
}
.api-subcats {
    position: relative;
    height: 68px;
    margin-bottom: 20px;
}
.counters,
.icms-content-subcats {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icms-widget .icms-content-subcats {
    top: 20px;
}
.icms-content-subcats {
    background: #fff;
    height: 68px;
    min-height: 68px;
    overflow: hidden;
    transition: transform 0.3s ease-out;
    margin-top: 15px;
    padding: 10px 20px 0px 20px;
    border-radius: 20px;
    border: 1px solid #eff2f7;
}
.dark .icms-content-subcats {
    background: #191c1e !important;
    border: 1px solid #eff2f70f;
}
.dark .icms-content-subcats:after {
    background-image: linear-gradient(to top, #000000, transparent);
}
.icms-content-subcats:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    content: '';
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to top, #f6fbff, transparent);
    z-index: 10;
}
.icms-content-subcats:hover:after {
    display: none;
}
.icms-content-subcats a {
    color: #727c88;
}
.counters .badge {
    margin-left: -3px;
    color: #6f7f86;
    vertical-align: super;
    padding: 0px;
    font-weight: 400;
}
.counters a {
    color: #8a9298;
}
.dark .counters a {
    color: #fff;
}
.counters a:hover .badge {
    color: #000;
}
.auc .TOYOTA,
.fix .TOYOTA,
.stats .TOYOTA,
.car-list .TOYOTA,
.japan .TOYOTA {
    order: -20;
}
.auc .HONDA,
.fix .HONDA,
.stats .HONDA,
.car-list .HONDA,
.japan .HONDA {
    order: -19;
}
.auc .NISSAN,
.fix .NISSAN,
.stats .NISSAN,
.car-list .NISSAN,
.japan .NISSAN {
    order: -18;
}
.auc .SUZUKI,
.fix .SUZUKI,
.stats .SUZUKI,
.car-list .SUZUKI,
.japan .SUZUKI {
    order: -17;
}
.auc .SUBARU,
.fix .SUBARU,
.stats .SUBARU,
.car-list .SUBARU,
.japan .SUBARU {
    order: -16;
}
.auc .DAIHATSU,
.fix .DAIHATSU,
.stats .DAIHATSU,
.car-list .DAIHATSU,
.japan .DAIHATSU {
    order: -15;
}
.auc .MAZDA,
.fix .MAZDA,
.stats .MAZDA,
.car-list .MAZDA,
.japan .MAZDA {
    order: -14;
}
.auc .MITSUBISHI,
.fix .MITSUBISHI,
.stats .MITSUBISHI,
.car-list .MITSUBISHI,
.japan .MITSUBISHI {
    order: -13;
}
.auc .ISUZU,
.fix .ISUZU,
.stats .ISUZU,
.car-list .ISUZU,
.japan .ISUZU {
    order: -12;
}
.korea .KIA,
.koreya .KIA {
    order: -20;
}
.korea .HYUNDAI,
.koreya .HYUNDAI {
    order: -19;
}
.korea .DAEWOO,
.koreya .DAEWOO {
    order: -18;
}
.korea .GENESIS,
.koreya .GENESIS {
    order: -17;
}
.korea .SSANGYONG,
.koreya .SSANGYONG {
    order: -16;
}
.korea .KGM,
.koreya .KGM {
    order: -14;
}
.korea .SAMSUNG,
.koreya .SAMSUNG {
    order: -13;
}
.korea .POLESTAR,
.koreya .POLESTAR {
    order: -12;
}
.OTHER {
    order: 2;
}
.che .EXEED,
.china .EXEED,
.che .CHANGAN,
.china .CHANGAN,
.che .CHERY,
.china .CHERY,
.che .GEELY,
.china .GEELY,
.che .JAECOO,
.china .JAECOO,
.che .JETOUR,
.china .JETOUR,
.che .HAVAL,
.china .HAVAL,
.che .OMODA,
.china .OMODA,
.che .JETTA,
.china .JETTA {
    order: -30;
}
.auc .TOYOTA a,
.japan .TOYOTA a,
.fix .TOYOTA a,
.stats .TOYOTA a,
.car-list .TOYOTA a,
.auc .HONDA a,
.japan .HONDA a,
.fix .HONDA a,
.stats .HONDA a,
.car-list .HONDA a,
.auc .NISSAN a,
.japan .NISSAN a,
.fix .NISSAN a,
.stats .NISSAN a,
.car-list .NISSAN a,
.auc .SUZUKI a,
.japan .SUZUKI a,
.fix .SUZUKI a,
.stats .SUZUKI a,
.car-list .SUZUKI a,
.auc .SUBARU a,
.japan .SUBARU a,
.fix .SUBARU a,
.stats .SUBARU a,
.car-list .SUBARU a,
.auc .DAIHATSU a,
.japan .DAIHATSU a,
.fix .DAIHATSU a,
.stats .DAIHATSU a,
.car-list .DAIHATSU a,
.auc .MAZDA a,
.japan .MAZDA a,
.fix .MAZDA a,
.stats .MAZDA a,
.car-list .MAZDA a,
.auc .MITSUBISHI a,
.japan .MITSUBISHI a,
.fix .MITSUBISHI a,
.stats .MITSUBISHI a,
.car-list .MITSUBISHI a,
.auc .ISUZU a,
.japan .ISUZU a,
.fix .ISUZU a,
.stats .ISUZU a,
.car-list .ISUZU a,
.AION a,
.AVATR a,
.BAIC a,
.BESTURN a,
.BYD a,
.CHANGAN a,
.CHERY a,
.DONGFENG a,
.EXEED a,
.GEELY a,
.GREAT.WALL a,
.HAVAL a,
.HIPHI a,
.HONGQI a,
.JAC a,
.JAECOO a,
.JETOUR a,
.JETTA a,
.KAIYI a,
.LANTU a,
.LI.AUTO a,
.che .MG a,
.china .MG a,
.NETA a,
.NIO a,
.OMODA a,
.POLESTAR a,
.che .TANK a,
.china .TANK a,
.TRUMPCHI a,
.VOYAH a,
.WEY a,
.XIAOMI a,
.ZEEKR a,
.ORA a,
.ROEWE a,
.SGMW a,
.SOUEAST a,
.SAIC a,
.XPENG a,
.ENOVATE a,
.HANTENG a,
.HUAWEI a,
.che .VOLKSWAGEN a,
.china .VOLKSWAGEN a,
.BMW a,
.MERCEDES a,
.TESLA a,
.TOYOTA a,
.LAMBORGHINI a,
.LAND.ROVER a,
.PORSCHE a,
.LEXUS a,
.korea .HYUNDAI a,
.koreya .HYUNDAI a,
.korea .KIA a,
.koreya .KIA a,
.korea .DAEWOO a,
.koreya .DAEWOO a,
.korea .GENESIS a,
.koreya .GENESIS a,
.korea .SSANGYONG a,
.koreya .SSANGYONG a,
.korea .KGM a,
.koreya .KGM a,
.korea .VOLKSWAGEN a,
.koreya .VOLKSWAGEN a,
.korea .SAMSUNG a,
.koreya .SAMSUNG a,
.OTHER a {
    color: #000;
}
.BAIC.BJEV a,
.BAIC.CHANGHE a,
.JAC.MOTORS a,
.JAC.REFINE a,
.YIWEI.JAC a,
.korea .BAIC.YINXIANG a,
.korea .BYD a,
.koreya .BAIC.YINXIANG a,
.koreya .BYD a,
.DONGFENG.HONDA a,
.GENESIS.COUPE a,
.GENESIS.DH a,
.moto .BMW a,
.motos .BMW a,
.bike .BMW a,
.BMW.ALPINA a {
    color: #8a9298;
}
.dark .icms-content-subcats a {
    color: #fff;
}
.icms-filter-container {
    border-radius: 25px !important;
}
.icms-filter-container .ft_checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.items-list p {
    margin-bottom: 0.5rem;
}
.items-list.che-list a:nth-child(2) {
    position: relative;
    float: left;
    right: 0px;
}
.items-list .link-h5 {
    display: block;
    line-height: 18px;
    font-weight: 600;
}
.items-list a.link-h5 {
    font-size: 22px;
    color: #000;
}
#lot .stiker {
    position: absolute;
    top: 40px;
    color: #fff700;
    text-shadow: 0px 0px 3px #000;
}
#lot .stiker-electro {
    top: 16px;
}
.list-img .stiker {
    position: absolute;
    bottom: 10px;
    color: #fff700;
    text-shadow: 1px 1px 1px #000;
}
.list-img .stiker img {
    width: 19px;
    vertical-align: -0.125em;
    margin-left: -11px;
    margin-right: -4px;
}
.list-img .stiker-electro {
    bottom: 30px;
}
.sanction {
    text-align: right;
}
.price-lot .sanction {
    font-size: 17px;
    margin-bottom: 10px;
}
.price-lot .sanction span {
    color: var(--primary);
    font-weight: 600;
}
.auc-list .sanction span {
    color: var(--primary);
    font-weight: 600;
}
.oblozhka a:first-child img {
    width: 100%;
}
.oblozhka-spec a:first-child {
    display: none;
}
.oblozhka a:last-child img,
.oblozhka-spec a:last-child img {
    position: absolute;
    top: 0px;
    right: -16px;
    max-width: 70px;
}
.oblozhka a {
    position: absolute;
    top: 3px;
    right: 2px;
    width: 70px;
}
.oblozhka.moto-img a {
    position: relative;
}
.oblozhka a:nth-child(1) {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
}
.oblozhka a:nth-child(2) {
    z-index: 2;
}
.items-list .cena {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.cena b {
    color: #333;
}
.recalc .form-group {
    flex-wrap: nowrap;
}
.konstruktor {
    width: 100%;
}
.list-cena-col .titles {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    color: #555;
    zoom: 0.8;
    bottom: -200px;
    right: 5px;
    background: #f9f9f9;
    padding: 15px;
    z-index: 9999;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 15px;
    transition: visibility 0s, opacity 0s linear;
}
.dark .list-cena-col .titles {
    color: #ffffff;
    background: #121317;
    box-shadow: 0px 0px 10px #dddddd1f;
}
.list-cena-col:hover .titles {
    visibility: visible;
    opacity: 1;
    transition: visibility 1.1s 0.5s, opacity 1.1s linear;
}
.che .list-cena-col:hover .titles {
    top: 15px;
}
.titles {
    min-width: 460px;
    margin-top: 16px;
}
.titles2008 {
    min-width: 360px;
    margin-top: 16px;
}
.cena .inf,
.konstruktor .inf {
    color: #999;
    border-bottom: 1px dotted;
}
.inform {
    color: var(--primary);
    border-bottom: 1px dotted;
}
.rate {
    color: #ffa000;
    font-weight: 600;
}
.moto-img img {
    margin-right: 0rem !important;
    width: 25px;
}
.auc-wd {
    font-size: 14px;
}
.auc-wd .auc-h5 {
    display: block;
    line-height: 16px;
    margin-bottom: 10px;
    color: #434962;
    font-size: 15px;
    font-weight: 600;
}
.dark .auc-wd .auc-h5 {
    color: #ffffff;
}
.auc-wd .card-body {
    position: relative;
}
.auc-wd .col {
    padding-right: 0px;
}
.auc-wd p {
    margin-top: 0;
    margin-bottom: 0rem;
}
.auc-wd .bg-info {
    padding: 1rem !important;
    width: 100%;
}
.auc-wd .bg-info p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.auc-wd .bg-auc {
    padding: 1rem !important;
    width: 100%;
}
.blokami {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#calc-auc {
    width: 100% !important;
    height: 600px !important;
    border: none;
    overflow: auto;
    margin: 0 auto;
}
#calc-che {
    width: 100% !important;
    height: 900px !important;
    border: none;
    overflow: auto;
    margin: 0 auto;
}
#calc-moto {
    width: 100% !important;
    height: 500px !important;
    border: none;
    overflow: auto;
    margin: 0 auto;
}
#calc iframe {
    height: 80vh;
    border-radius: 30px;
    border-right: 3px solid #c1c1c1;
    border-left: 0px;
    overflow: hidden;
}
.auc-wd .star {
    position: absolute;
    margin-top: -31px !important;
    right: 13px;
}
.auc-wd .auc-list {
    width: 24%;
    float: left;
    margin: 4px;
}
.auc-wd .auc-list .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.auc-wd .auc-img a {
    width: 100%;
}
.auc-wd .auc-img a:first-child {
    display: block;
}
.auc-wd .auc-img a:nth-child(2) {
    display: none;
}
.auc-wd .auc-img:hover a:first-child {
    display: none;
}
.auc-wd .auc-img:hover a:nth-child(2) {
    display: block;
}
.auc-wd .tab-content > .tab-pane {
    display: none;
}
.auc-wd .tab-content > .active {
    display: flex;
    flex-wrap: wrap;
}
.auc-wd .che-img {
    max-height: 230px;
    overflow: hidden;
}
.auc-wd .che-img a:last-child {
    display: none;
}
.auc-wd .rounded {
    border-radius: 1.25rem !important;
    overflow: hidden;
    background: #ffffff0f;
    box-shadow: 0px 3px 8px #1e449814;
}
.auc-wd .auc-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 290px;
    overflow: hidden;
    text-align: center;
}
.auc-wd img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.obnovit {
    position: absolute;
    background: #ffffff;
    padding: 5px;
    border-radius: 30px;
    top: 5px;
    left: 5px;
}
.imglot {
    width: 49%;
    float: left;
}
.imglot:first-child {
    width: 100%;
    margin: 0 0 2% 0;
}
.imglot:first-child img {
    width: 100%;
}
.imglot:nth-child(even) {
    margin: 0 2% 2% 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 0px !important;
    margin-top: 100px !important;
    width: 28% !important;
    height: 100vh !important;
}
.pswp__button--arrow--left:before {
    content: " < " !important;
    top: 33% !important;
    background: none !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    height: 80px !important;
    width: 82px !important;
    position: static !important;
    font-size: 60px;
    color: #fff;
    padding: 5px 30px 18px 25px;
}
.pswp__button--arrow--right:before {
    content: " > " !important;
    top: 33% !important;
    background: none !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    height: 80px !important;
    width: 82px !important;
    position: static !important;
    font-size: 60px;
    color: #fff;
    padding: 5px 25px 18px 30px;
}
.lot .btn {
    margin-bottom: 0.25rem;
}
.lot3 {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 20px;
}
.lot3 h5 {
    margin-bottom: 30px;
    width: 100%;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.lot3 p {
    margin-bottom: 0rem;
    line-height: 1.37;
}
.lot3 .w-60 {
    background: #f9f9f9;
    padding: 0 20px;
}
.lot3 .w-45 {
    padding: 75px 0 0 0px;
}
.lot3 .w-55 img {
    max-width: 380px;
    width: 100%;
    margin-bottom: 30px;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.btn-podrob {
    background: #20406f;
    color: #fff;
}
.btn-podrob:hover {
    background: #2e5c9f;
    color: #fff;
}
.cena-lot {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    align-items: center;
}
.cena-lot span {
    display: block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
    line-height: 15px;
}
.cena-lot b {
    white-space: nowrap;
}
#calc_1-auc,
#calc_2-auc {
    height: 800px;
    border: 0;
}
#calc,
#info {
    display: none;
}
.modal-body #calc,
.modal-body #info {
    display: flex;
    flex-wrap: wrap;
}
#lot {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
}
.lot {
    background-color: #fff;
    width: 69%;
    margin-right: 1%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
    border: 1px solid #fff;
}
.zakazat-foto,
.zakazat-perevod,
.knopka-stats-model {
    display: flex;
}
.car-lot h1 {
    font-size: 4rem;
}
.car-lot .car-none {
    opacity: 0;
}
.car-lot .car-none b {
    opacity: 1;
}
.car-lot .cena-lot .mb-2 {
    display: none;
}
.car-lot .params-lot {
    padding: 2rem 2rem 1rem 2rem;
}
.car-lot .specifications {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.car-lot .specifications h3 {
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}
.car-lot .specifications p {
    display: flex;
    margin: 0.7rem;
    background: #fff;
    width: 31%;
    border-radius: 20px;
    padding: 20px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.car-lot .specifications .icms-svg-icon {
    color: var(--primary);
    font-size: 15px;
}
.car-lot .specifications span {
    width: auto;
}
.car-lot .specifications .num-stages {
    width: 100% !important;
    text-align: center;
    background: #fff;
    border-radius: 25px;
}
.car-lot .specifications .num-stages th:nth-child(odd) {
    background: #f9f9f9;
    padding: 7px 2px;
}
.car-lot .specifications .num-stages td:nth-child(even) {
    background: #f9f9f9;
    padding: 12px 2px;
}
.car-params-lot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.car-params-lot .h5 {
    width: 100%;
    margin: 200px auto 50px auto;
    text-align: center;
}
.car-params-lot p {
    width: 32%;
}
.car-params-lot .colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.api-lot .img-thumbnail {
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 2rem;
}
.col-auc-list-img {
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}
.photo-lot {
    flex: 0 0 62%;
    max-width: 62%;
    margin-left: 1%;
    border-radius: 25px;
    padding: 1rem 0.5rem 1rem 0.5rem;
}
.photo-lot .mySwiper2 {
    height: auto;
    max-height: 468px;
    border-radius: 30px;
}
.params-lot {
    flex: 0 0 37%;
    max-width: 37%;
    padding: 2rem 2rem 1rem 2rem;
    font-weight: 600;
}
.params-lot p {
    display: flex;
    margin-bottom: 0.7rem;
    width: 100%;
    justify-content: space-between;
}
.params-lot span {
    display: block;
    width: 130px;
    font-weight: 400;
}
.params-lot p {
    padding: 5px;
    margin: 0px;
}
.params-lot p:nth-child(even) {
    background: #f7f9fd;
}
.params-lot .alisa {
    margin-bottom: 4px !important;
}
.params-lot .icms-widget {
    font-weight: 400;
}
.params-lot .pw a {
    text-decoration: underline;
}
span.c-grade {
    width: 100%;
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #777;
}
.list-cena-col {
    width: 100%;
}
.price-lot {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 30%;
    background-color: #fff;
    padding: 2rem 1.5rem 1rem 1.5rem;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
}
.price-lot p {
    margin-bottom: 0rem;
}
.price-titles p {
    font-size: 13px;
    line-height: 13px;
}
.bloki {
    background-color: #fff;
    padding: 2rem 1.5rem 1rem 1.5rem;
    box-shadow: 0 3px 20px #00435c1c;
    border-radius: 25px;
}
.block-prices-list .flexxm {
    padding: 2px 10px;
}
.block-prices-list .flexxm:nth-child(odd) {
    background: #f0f3f5;
}
.dark .block-prices-list .flexxm:nth-child(odd) {
    background: #000;
}
.block-prices-list .flexxm:nth-child(even) {
    background: #e2e7eb;
}
.dark .block-prices-list .flexxm:nth-child(even) {
    background: #111;
}
.block-prices-item .flexxm {
    padding: 4px 10px;
}
.block-prices-item .flexxm:nth-child(odd) {
    background: #f8f9fb;
}
.block-prices-item .flexxm:nth-child(even) {
    background: #eef3fb;
}
.price-lot .flexxm h6,
.block-prices-item h6,
.block-prices-list h6 {
    margin-bottom: 0rem;
    font-weight: 400;
}
.price-lot .flexxm p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    opacity: 0.8;
}
.price-lot .flexxm b {
    white-space: nowrap;
}
.block-prices .flexxm b i {
    color: #8899a5;
    font-style: normal;
}
.btn-lot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.btn-lot a {
    margin-bottom: 0.5rem !important;
}
.price-lot .btn {
    margin-top: 3px;
}
.desc-lot {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0rem 1.5rem 1.5rem 1.5rem;
}
.desc-lot .info-block {
    display: flex;
    justify-content: space-between;
    flex: 1 100%;
}
.desc-lot .info-block div {
    flex-basis: 100%;
    background: #f7f9fd;
    border-radius: 20px;
    padding: 20px 30px;
    margin: 0rem 0.75rem;
    text-align: center;
}
.desc-lot .info-block div:first-child {
    margin-left: 0;
}
.desc-lot div div:last-child {
    margin-right: 0;
}
.desc-lot .info-block .icms-svg-icon {
    font-size: 80px;
    display: block;
    margin: 0 auto;
    color: #bfd0dd;
}
.desc-lot-vert {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
}
.desc-lot-vert .info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 100%;
}
.desc-lot-vert .info-block div {
    flex-basis: 100%;
    background: #f7f9fd;
    border-radius: 20px;
    padding: 20px 30px;
    margin: 0.75rem 0rem;
    text-align: center;
}
.desc-lot-vert .info-block div:first-child {
    margin-left: 0;
}
.desc-lot-vert div div:last-child {
    margin-right: 0;
}
.desc-lot-vert .info-block .icms-svg-icon {
    font-size: 60px;
    display: block;
    margin: 0 auto;
    color: #bfd0dd;
}
.descript {
    margin: 20px;
}
.konstruktor {
    text-align: center;
}
.info-lot .img-thumbnail {
    border: 0px solid #fff;
}
.auc-list b {
    color: #444;
    white-space: nowrap;
}
.cena-col b {
    font-weight: 500;
}
.grey b {
    color: #99a !important;
}
.list-params {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.list-params-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.list-params span,
.list-params-right span {
    display: inline-block;
    min-width: 92px;
    font-weight: 400;
    color: #999;
    text-align: right;
}
.cena {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
    padding: 0rem 1.5rem 0.5rem 1.5rem !important;
}
.cena p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 22px;
}
.cena > b {
    border-bottom: 1px dashed;
}
.cena-col span {
    margin-right: 5px;
}
.cena .modal-body span {
    color: #fff;
    font-weight: 300;
}
.cena-prod b {
    font-size: 16px;
    color: #656e74;
}
.list-img {
    display: flex;
}
.list-img a {
    max-height: 254px;
    overflow: hidden;
    border-radius: 15px !important;
}
.list-img a img {
    width: 100%;
}
.list-img a:first-child {
    margin-right: 10px;
}
.list-img-moto {
    display: block;
}
.list-img-moto a {
    float: left;
    margin: 0 3px 3px 0;
}
.list-img-moto a:first-child {
    margin-right: 10px;
}
.list-img-moto a img {
    height: 56px;
}
.list-img-moto a:first-child img {
    height: 176px;
}
.link-h5 b {
    font-weight: 500;
}
.param-equip {
    white-space: nowrap;
    max-width: 173px;
    overflow: hidden;
}
.modal-body header {
    display: none !important;
}
.underhead svg {
    background: #00000047;
    padding: 5px;
    border-radius: 30px;
    overflow: visible;
}
.content_datasets_auc .nav-link {
    background: #ebf2f6 !important;
    margin-right: 10px;
}
.dark .content_datasets_auc .nav-link {
    background: #ffffff17 !important;
}
.content_datasets_auc a.nav-link {
    color: #000;
}
.dark .content_datasets_auc a.nav-link {
    color: #fff;
}
.content_datasets_auc .nav-link.active {
    background: #000 !important;
}
.dark .content_datasets_auc .nav-link.active {
    background: #ffffff0f !important;
}
.korea .f_hide_sanctions {
    margin-right: 10px;
}
.cena .btn-auc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
}
.btn-auc a {
    margin-top: 5px;
}
.list-params b {
    white-space: nowrap;
}
.list-params-right .btn-auc span {
    color: #fff;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.ml-10 {
    margin-left: -10px !important;
}
.list .price:hover .titles2008 {
    display: block;
    position: absolute;
    top: calc(-100% - 150px);
    right: 0;
    background: #f9f9f9;
    padding: 8px 8px 10px 15px;
}
.list .price .price-vl {
    display: flex;
    justify-content: flex-end;
    line-height: 14px;
}
.list .price svg {
    color: #ddd;
    font-size: 21px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #eee;
    padding: 2px;
}
.list .price .info-red svg {
    color: var(--primary);
    border: 2px solid var(--primary);
}
.list .price b.price_city {
    font-size: 25px;
    font-weight: 600;
}
.list.list-bloki .price b.price_city {
    font-size: 22px;
}
.list .price b.status {
    font-size: 18px;
    font-weight: 600;
}
.list .sanction {
    text-align: left;
}
.refresh-cena:hover {
    cursor: pointer;
}
.info-specifications ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-inline-start: 0px;
}
.info-specifications li {
    list-style: none;
    background: linear-gradient(172deg, #fff, #fff, transparent, transparent);
    padding: 5px 5px 5px 15px;
    border-radius: 20px 20px 0px 0px;
    width: calc(25% - 6px);
    box-shadow: 0px -5px 6px 0px #00435c0a;
    border-top: 3px solid #ebf0ff;
    border-left: 3px solid #f3f6ff;
    color: #6e7b85;
}
.dark h5,
.dark .shag,
.dark .info-specifications li b {
    color: #dadde5 !important;
}
.dark .info-specifications li {
    background: linear-gradient(172deg, #000000, #040916, transparent, transparent) !important;
    box-shadow: 0px -5px 6px 0px #00435c0a !important;
    border-top: 3px solid #2f323b !important;
    border-left: 0px solid #171920 !important;
    color: #fff !important;
}
.info-specifications li b {
    color: #000 !important;
    font-weight: 400;
}
.tolko-konstruktor {
    color: var(--primary);
    font-size: 14px;
}
.tolkokonstruktor a {
    color: var(--primary);
    opacity: 0.5;
}
.edit_wlinks .delete.btn {
    display: none;
}
.edit.btn {
    background-color: #ff650b;
}
.edit.btn:hover {
    background-color: #ff650b;
    opacity: 0.7;
}
.glavnaya .auc-filter {
    flex-basis: 100%;
}
.glavnaya .auc-filter .fields.form-row .field:nth-child(5),
.glavnaya .fields.form-row .field:nth-child(3),
.glavnaya .fields.form-row .field:nth-child(6),
.glavnaya .fields.form-row .field:nth-child(7),
.glavnaya .fields.form-row .field:nth-child(8),
.glavnaya .fields.form-row .field:nth-child(9),
.glavnaya .fields.form-row .field:nth-child(10),
.glavnaya .fields.form-row .field:nth-child(11),
.glavnaya .fields.form-row .field:nth-child(12),
.glavnaya .fields.form-row .field:nth-child(13),
.glavnaya .fields.form-row .field:nth-child(14),
.glavnaya .fields.form-row .field:nth-child(15),
.glavnaya .fields.form-row .field:nth-child(16),
.glavnaya .fields.form-row .field:nth-child(17) {
    display: none;
}
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(5),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(3),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(6),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(7),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(8),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(9),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(10),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(11),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(12),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(13),
.glavnaya .auc-filter:hover .fields.form-row .field:nth-child(14) {
    display: block;
}
.auc-auto svg {
    color: #96a1b9;
}
.star svg {
    color: #ffa500;
}
.photos-lot {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}
.photos-lot .col-4 {
    padding: 0px;
    margin: 6px;
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
}
.items-description {
    background: #fff;
    padding: 1rem 1rem 0rem 1rem !important;
}
.list-bloki {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-bloki .ml-10 {
    margin-left: 0px !important;
}
.list-bloki .auc-list {
    width: 24%;
}
.list-bloki .list-img,
.list-bloki .auc-auto,
.list-bloki .cena {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.list-cena-col .price {
	    justify-content: space-around;
}
.list-bloki .cena {
    display: flex;
}
.list-bloki .items-list a.link-h5 {
    font-size: 18px;
    color: #000 !important;
    overflow: hidden;
    white-space: nowrap;
}
.list-bloki .items-list a.link-h5:hover {
    overflow: visible;
}
.list-bloki .items-list a.link-h5 .grade {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}
.list-bloki .items-list a.link-h5:hover .grade {
    background: #fff;
    padding-right: 20px;
    z-index: 2;
    position: relative;
}
.dark .list-bloki .items-list a.link-h5:hover .grade {
    background: #0f0f10;
}
.list-bloki .list-btn .btn {
    margin: 5px 0px 5px 20px;
}
.list-bloki .list-img a {
    margin: 0;
}
.list-bloki .list-img a:nth-child(2) {
    position: absolute;
    opacity: 0;
    width: calc(100% - 16px);
}
.list-bloki .list-img a:nth-child(2):hover {
    opacity: 1;
}
.list-bloki .list-params {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
.list-bloki .list-params p svg {
    padding-right: 3px;
}
.list-bloki .list-params span,
.list-bloki .list-params-right span {
    text-align: left;
    min-width: auto;
}
.list-bloki .list-params-right {
    display: flex;
    justify-content: space-between;
}
.list-bloki .bg-info {
    background-color: transparent !important;
}
.list-bloki .cena {
    padding: 0 !important;
}
.list-bloki .cena span {
    font-size: 10.5px;
}
.list-bloki .list-cena-col {
    width: 49%;
}
.list-bloki .cena .cena-col {
    width: 50%;
}
.list-bloki .price .price-vl {
    justify-content: flex-start;
}
.list-bloki .cena .btn-auc {
    flex-basis: 49%;
    width: 49%;
}
.list-bloki .cena .list-btn {
    width: 50%;
    text-align: right;
}
.list-bloki .param-kpp,
.list-bloki .param-color,
.list-bloki .param-lot {
    display: none;
}
.list-bloki .cena b {
    font-size: 15px;
    font-weight: 500;
}
.list-bloki .cena .list-cena-prod b {
    font-size: 14px;
    font-weight: 500;
}
.list-bloki .list-img a {
    overflow: hidden;
    border-radius: 15px !important;
    margin: -18px -18px 0px -18px;
}
.photo-lot .mySwiper {
    height: auto;
}
.korea-lot .photo-lot .mySwiper2 {
    height: auto;
    max-height: 468px;
}
.koreya .list-img a {
    overflow: hidden;
    border-radius: 15px !important;
}
.history-inspection iframe {
    height: 100%;
    min-height: 800px !important;
    padding-bottom: 20px;
}
.car-list .content_datasets_auc {
    margin-top: 0px !important;
}
.car-list .auc-list {
    background: #ffffff;
}
.car-list .bg-info {
    background-color: #f9fafb !important;
}
.car-list .list-bloki .list-params p {
    width: 100%;
    justify-content: space-between;
}
.car-list .items-description {
    margin-bottom: 0rem !important;
}
.container.colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.container.colors .row {
    width: 17%;
    margin-bottom: 5px;
}
.seo .breadcrumb {
    opacity: 1.0;
}
.knopka-calculator {
    display: none;
}
.block-prices.block-prices-item {
    position: relative;
}
.block-prices h5 {
    margin: 0.5rem 0 0 0;
}
.block-prices h5 b {
    float: right;
    font-weight: 700;
    margin-right: 9px;
}
.lot-vo-vladivostoke b {
    font-size: 26px;
    font-weight: 700;
}
.desc-foto-lot {
    padding: 20px;
}
.photo-lot .desc-foto-lot {
    margin-top: 15px;
    padding: 5px;
}
.knopka-vse {
    white-space: nowrap;
}
.flag {
    height: 17px !important;
    margin: 0px 5px 4px 0px;
    border: 1px solid #bfc5cd;
}
.flag40 {
    height: 40px !important;
    margin: 0px 2px 4px 0px;
    border: 1px solid #bfc5cd;
}
.dark .page-link,
.dark .page-item.disabled .page-link {
    background-color: #000000;
    border: 1px solid #2a2a2a;
}
@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1600px;
    }
}
@media (max-width: 1600px) {
    .wd .h1 {
        font-size: 60px;
    }
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 100%;
    }
}
@media (min-width: 1440px) {
    h5.card-header {
        font-size: 2.2vw;
        font-weight: 700;
    }
}
@media (max-width: 1440px) {
    .time {
        display: none;
    }
    .icms-widget__tabbed > .card-header .nav-link {
        font-size: 1.2vw;
    }
    .auc-list .auc-auto {
        max-width: 30%;
    }
    .wd .h1 {
        font-size: 48px;
    }
    .icms-content-auto__icon.icms-content__has_cover_preset {
        flex-basis: calc(15% - 12px);
        margin: 2px !important;
    }
}
@media (max-width: 1200px) {
    .wd .h1 {
        font-size: 40px;
    }
    .wd .h2,
    .wd .h3,
    .wd .h4,
    .wd .h5 {
        font-size: 20px;
    }
    #wd-btn {
        text-align: center;
    }
    .icms-widget__content_filter .form-group.col-md-12 {
        max-width: 30%;
    }
}
@media (min-width: 1080px) {}
@media (max-width: 1080px) {
    .auc-list .auc-auto {
        max-width: 25%;
    }
    .icms-content-auto__icon.icms-content__has_cover_preset {
        flex-basis: calc(20% - 4px);
        margin: 2px !important;
    }
    .fs-1 {
        font-size: max(1em, min(3.3em, 3.6vw));
        white-space: nowrap;
    }
}
@media (min-width: 992px) {
    header img.d-sm-block {
        max-height: 50px;
    }
    .dropdown-menu {
        padding: 0px;
    }
    .dropdown-item:focus {
        border-radius: 20px;
    }
    .blogo img.d-sm-block {
        max-height: 90px;
        margin-top: -40px;
    }
    header.header2 img.d-sm-block,
    .blogo.header2 img.d-sm-block {
        max-height: 28px;
        margin-top: 0px;
    }
    .blogo .preheader .container {
        padding-left: 300px;
    }
    .icms-widget__content_list .col-lg-3 {
        flex: 0 0 24%;
        margin: 5px;
        padding: 0px;
        border-radius: 20px;
        overflow: hidden;
        transition: box-shadow .2s ease-out;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
    }
    .icms-widget__content_list .col-lg-3:hover {
        box-shadow: 0 12px 32px 0 rgba(0, 0, 0, .08);
    }
}
@media (max-width: 992px) {
    .wd .h1 {
        font-size: 28px;
    }
    header img.d-sm-block,
    .blogo img.d-sm-block {
        max-height: 40px;
        margin-top: 0px;
    }
    .auc-list .oblozhka {
        flex-basis: 100%;
        display: flex;
    }
    .items-list {
        border: 1px solid #e5e5e5 !important;
        border-radius: 20px !important;
        padding: 5px 0;
    }
    .icms-widget__content_filter .form-group.col-md-12 {
        max-width: 50%;
    }
    .info .icms-content__has_cover_preset {
        flex-basis: calc(25% - 10px);
        margin: 0px 10px 25px 0px !important;
    }
    .icms-footer__middle .navbar-dark .dropdown-menu {
        background-color: #f5f2f2eb;
    }
    .icms-header__middle .mob-open .dropdown-menu {
        display: block;
    }
}
@media (min-width: 768px) {
    .fields.form-row .col-md-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    header img.d-sm-block {
        max-height: 50px;
    }
    .icms-footer__middle img.d-sm-block {
        max-height: 50px;
    }
    header.header2 img.d-sm-block {
        max-height: 28px;
        margin-top: 0px;
    }
    .icms-footer__middle img.d-sm-block {
        max-width: 170px;
    }
    .mob {
        display: none;
    }
    .auc-wd .flex-md-row {
        width: 25%;
        flex-direction: column !important;
        padding: 0px 5px 0px 7px;
    }
    .photos-lot,
    .pervoe-foto-bolshoe .f_photos .value > div {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .photos-lot a:first-child,
    .photos-lot a:nth-child(8),
    .photos-lot a:nth-child(15),
    .pervoe-foto-bolshoe .f_photos .value > div a:first-child {
        -ms-grid-column-span: 2;
        -ms-grid-row-span: 2;
        grid-column: span 2;
        grid-row: span 2;
    }
    .photos-lot .col-4,
    .pervoe-foto-bolshoe .f_photos .second_type_images {
        width: 100%;
        max-width: 100%;
    }
    .photos-lot img,
    .pervoe-foto-bolshoe .f_photos {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .mob {
        display: block;
    }
    .mobn,
    .links-wrap {
        display: none !important;
    }
    h1,
    .h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .mob-fs-12 {
        font-size: 12px;
    }
    .mob-fs-14 {
        font-size: 14px;
    }
    .mob-fs-16 {
        font-size: 16px;
    }
    .mob-fs-17 {
        font-size: 17px;
    }
    .mob-fs-20 {
        font-size: 20px;
    }
    .mob-fs-21 {
        font-size: 21px;
    }
    .mob-fs-24 {
        font-size: 24px;
    }
    .mob-fs-30 {
        font-size: 30px;
    }
    .mob-fs-36 {
        font-size: 36px;
    }
    .mob-fs-40 {
        font-size: 40px;
    }
    .mob-fs-45 {
        font-size: 45px;
    }
    .mob-fs-50 {
        font-size: 50px;
    }
    .mob-fw-300 {
        font-weight: 300;
    }
    .mob-fw-400 {
        font-weight: 400;
    }
    .mob-fw-500 {
        font-weight: 500;
    }
    .mob-fw-600 {
        font-weight: 600;
    }
    .mob-fw-700 {
        font-weight: 700;
    }
    .mob-fw-800 {
        font-weight: 800;
    }
    .mt-mobile-1 {
        margin-top: 0.25rem !important;
    }
    .mt-mobile-2 {
        margin-top: 0.5rem !important;
    }
    .mt-mobile-3 {
        margin-top: 1rem !important;
    }
    .mt-mobile-4 {
        margin-top: 1.5rem !important;
    }
    .mt-mobile-5 {
        margin-top: 3rem !important;
    }
    .mb-mobile-1 {
        margin-top: 0.25rem !important;
    }
    .mb-mobile-2 {
        margin-top: 0.5rem !important;
    }
    .mb-mobile-3 {
        margin-top: 1rem !important;
    }
    .mb-mobile-4 {
        margin-top: 1.5rem !important;
    }
    .mb-mobile-5 {
        margin-top: 3rem !important;
    }
    summary {
        font-size: 15px;
        padding: 12px 17px;
    }
    details {
        margin-top: 10px;
    }
    .flexx,
    .form_line fieldset,
    .form_line form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .flexxx > div {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-bottom: 15px;
    }
    .box {
        padding: 1rem;
    }
    .api .podshapka {
        zoom: 0.7 !important;
        text-align: center;
    }
    .api .podshapka .wdg {
        padding: 1rem 0rem;
    }
    .api .podshapka .wdg > div {
        justify-content: center;
    }
    .header2 .navbar {
        display: block;
    }
    .preheader .container {
        zoom: 0.8;
    }
    header .navbar-brand img,
    .icms-footer__middle .navbar-brand img {
        height: 40px !important;
    }
    .icms-footer__middle .col-sm-3 {
        padding-left: 0px;
    }
    .icms-footer__middle .nav-link {
        padding: 0.2rem 0.4rem;
    }
    .m-zoom-7 {
        zoom: 0.7 !important;
    }
    .ekran-container {
        flex-wrap: wrap;
    }
    .glav {
        text-align: center;
    }
    .glav video {
        width: auto;
        height: 100%;
    }
    .glav .p-4 {
        padding: 0.5rem !important;
    }
    .glav .m-5 {
        margin: 0.5rem !important;
    }
    .glav .wdg {
        padding: 5rem 0rem 3rem 0rem;
    }
    .wd .h1 {
        font-size: 35px;
    }
    #wd-btn {
        margin: 10px 0px;
    }
    .wdg .col {
        flex-basis: 100%;
    }
    .icms-widget__tabbed > .card-header .nav-link {
        font-size: 3.5vw;
    }
    .mmenu .navbar-collapse {
        position: absolute !important;
        min-width: 290px;
        right: 0;
        background: #fff !important;
        padding: 15px !important;
        z-index: 99;
    }
    .header-black .mmenu .navbar-collapse {
        background: #000 !important;
    }
    .podshapka h2 {
        font-size: 3rem;
    }
    .hd {
        height: 50px;
    }
    .kol3 .content_list > div,
    .kol3 .d-flex > div {
        flex: 0 0 calc(50% - 20px);
        margin: 5px;
        transition: all 400ms;
    }
    .kol3 .h5 a {
        font-size: 1.6rem;
        color: #444;
    }
    .kol3 .card-body div > div {
        border-radius: 2rem;
        overflow: hidden;
    }
    .kol3 .h5 {
        font-size: 5vw;
        text-align: center;
    }
    .kol4 .content_list > div,
    .kol4 .d-flex > div {
        flex: 0 0 45%;
        margin: 2%;
    }
    .bloki {
        flex-wrap: wrap;
    }
    .blok-33 {
        width: 100%;
    }
    .blok-66 {
        width: 100%;
    }
    .blok-66 .blok {
        width: calc(100% - 20px);
    }
    .preimuschestva .fon1 p {
        margin-bottom: 200px;
    }
    .top-120 > .card-body {
        margin: -70px auto 0px auto;
    }
    .fields_group_auto_0 {
        width: 100%;
    }
    .field.ft_images .value {}
    .field.ft_images .img-photos {
        width: calc(33% - 3px);
        margin: 4px 4px 0 0;
    }
    .showcase_list_grid.sc_three_col .my_default_list_item {
        width: calc(50% - 8px);
        margin: 5px;
    }
    .sc_is_photo {
        height: 220px;
    }
    .icms-widget .categories .mb-3 {
        flex-basis: calc(50% - 8px);
    }
    .kolonkipobokam .kleft {
        max-width: 50%;
    }
    .kolonkipobokam .kright {
        border-left: 3px solid #e8ebf2;
    }
    .fd-c {
        display: flex;
        flex-direction: column;
    }
    .glav a {
        font-size: 1.2rem;
    }
    .miw_block_polosa {
        right: 0px;
    }
    .icms-widget__content_list.row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .icms-content__has_cover_preset {
        flex-basis: calc(50% - 20px);
    }
    .icms-content__has_cover_preset .h5,
    .set_cover_preset h3 {
        font-size: 3vw;
    }
    .content_list .tile {
        flex: 0 0 100%;
    }
    .content_list .field,
    .icms-widget .swiper-slide .field {
        font-size: 12px;
        line-height: 20px;
    }
    .content_list .f_price,
    .icms-widget .f_price {
        margin-top: -15px !important;
    }
    .icms-widget .mb-3 h3 a {
        padding: 11px 5px 15px 5px;
    }
    .shag {
        flex-basis: 48%;
        margin: 0px;
        font-size: 11px;
    }
    .shag svg {
        background: #fff9;
    }
    .widget_text_block {
        padding: 0px 15px;
    }
    .widget_text_block img {
        width: 100% !important;
        float: none !important;
        margin: 0px !important;
    }
    .card.icms-widget__tabbed {
        padding-right: 10px;
        padding-left: 10px;
    }
    #widget_wrapper_63 .col {
        flex-basis: 48%;
        max-width: 48%;
    }
    .fields_group:nth-child(1) {
        width: 100%;
        box-shadow: 0 3px 20px #00435c1c;
        border-radius: 25px;
        padding: 15px;
        margin-bottom: 20px;
        float: none;
    }
    .fields_group:nth-child(2) {
        width: 100%;
        box-shadow: 0 3px 20px #00435c1c;
        border-radius: 25px;
        padding: 15px;
        margin-bottom: 20px;
        float: none;
    }
    .video-reviews iframe {
        width: 100% !important;
        max-width: 100% !important;
    }
    #map div:first-child {
        display: none !important;
    }
    .icms-widget__content_filter .form-group.col-md-12 {
        max-width: 100%;
    }
    .tab-grey {
        padding: 0px;
    }
    h5 .icms-svg-icon {
        display: none;
    }
    .kolonkipobokam h3 {
        font-size: 18px;
    }
    .kolonkipobokam span {
        font-size: 12px;
        font-weight: 600;
    }
    .kolonkipobokam p {
        font-size: 12px;
    }
    .auto_item .f_photos .second_type_images {
        width: 48%;
    }
    aside.col-lg-4,
    .icms-form-body .form-group {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        float: none;
        margin-right: 0%;
        min-height: auto;
    }
    aside h5.card-header {
        font-size: 7vw;
    }
    .underhead {
        background-position-y: -60px !important;
        padding: 15px 0;
    }
    .underhead h3 {
        font-size: calc(1rem + 0.6vw);
    }
    .underhead svg {
        width: 30px;
        height: 30px;
    }
    .icms-content-auto__icon.icms-content__has_cover_preset {
        flex-basis: calc(33% - 3px);
        margin: 2px !important;
    }
    #widget_wrapper_156 span a {
        margin-bottom: 10px;
    }
}
@media (max-width: 420px) {
    .wd .h1 {
        font-size: 30px;
    }
}
@media (max-width: 360px) {
    .wd .h1 {
        font-size: 26px;
    }
}
/* Аукционы  мобильные  ============================================================ */
@media (min-width: 769px) {
    .icms-filter-container .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}
@media (min-width: 1080px) {
    .icms-filter-container .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 768px) {
    .auc-auto {
        flex-basis: 100%;
        max-width: 100%;
    }
    .auc-wd .auc-list {
        width: 100%;
    }
    .auc-h5 {
        font-size: 1rem;
        padding-bottom: 5px;
    }
    .auc-wd .auc-list {
        margin: 2px;
    }
    .card-body {
        padding: 0.5rem;
    }
    .items-list {
        flex-direction: column;
        border: 1px solid #e5e5e5 !important;
        border-radius: 20px !important;
        padding: 5px 0;
    }
    .items-list .korea-img,
    .items-list .stats-img,
    .items-list .moto-img {
        flex-basis: 100%;
        order: -2;
    }
    .items-list .bg-info {
        flex-basis: 100%;
        padding: 10px 10px !important;
    }
    .items-list .bg-auc {
        padding: 10px 20px !important;
    }
    .items-list .auc-opisanie {
        flex-basis: 100% !important;
        max-width: 100%;
    }
    .items-list .auc-opisanie .row {
        flex-direction: column;
        overflow: hidden;
        margin: 0px;
    }
    .items-list .auc-opisanie {
        max-width: 100%;
    }
    .items-list .tech-auto .col {
        flex-basis: 100%;
    }
    .items-list p {
        margin-bottom: 0rem;
    }
    .photos-lot {
        flex-direction: column;
    }
    .photos-lot,
    .info-specifications,
    .descript {
        margin-right: -15px;
        margin-left: -15px;
    }
    .photos-lot .p-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .photos-lot .p-2 .row .col {
        flex-basis: 100%;
    }
    .moto-img img {
        width: auto;
    }
    main h1 {
        text-align: center;
    }
    main article > p {
        text-align: center;
    }
    .menu-main {
        padding-bottom: 50px;
    }
    .menu-main .icms-svg-icon {
        font-size: 20px;
    }
    .strany {
        margin: 0 auto;
    }
    .zvonok-svetlyj .card-body,
    .zvonok .card-body {
        padding: 0 15px;
    }
    .tab-faq {
        padding: 80px 10px;
    }
    .soct {
        position: absolute;
        bottom: 5px;
        left: 10px;
    }
    .soct svg {
        color: #2ca5da;
    }
    .socv {
        position: absolute;
        bottom: 5px;
        left: 44px;
    }
    .socv svg {
        color: #0077ff;
    }
    .socy {
        position: absolute;
        bottom: 5px;
        left: 80px;
    }
    .socy svg {
        color: #ff0000;
    }
    .socw {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }
    .socw svg {
        color: #0ec143;
    }
    .icms-widget__content_list,
    .blokami {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: thin;
        scrollbar-color: blue orange;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .icms-widget__content_list::-webkit-scrollbar,
    .blokami::-webkit-scrollbar {
        height: 7px;
    }
    .icms-widget__content_list::-webkit-scrollbar-track,
    .blokami::-webkit-scrollbar-track {
        background: #f1e3e3;
    }
    .icms-widget__content_list::-webkit-scrollbar-thumb,
    .blokami::-webkit-scrollbar-thumb {
        background-color: var(--primary);
        border-radius: 3px;
    }
    .icms-widget__content_list > div,
    .blokami > div {
        flex: 0 0 90% !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        scroll-padding: 0 0 0 20px;
        scroll-margin-left: 10px;
    }
    .icms-widget__content_list h4,
    .icms-widget__content_list h5 {
        font-weight: 400;
        font-size: 1rem;
        padding-bottom: 8px;
    }
    .auc-wd .auc-img {
        height: 250px;
    }
    .swiper {
        margin-top: 0px !important;
    }
    .icms-content-subcats {
        display: none;
    }
    .lot3 .col {
        flex-basis: auto;
        padding: 15px;
    }
    .col-auc-list-img {
        order: -1;
    }
    .items-list.che-list a:nth-child(2) {
        float: none;
    }
    .icms-widgets .icms-filter-panel,
    .icms-widget__content_filter,
    .icms-widget .icms-filter-panel {
        height: 85px;
        overflow: hidden;
    }
    .icms-widgets .icms-filter-panel:hover,
    .icms-widget__content_filter:hover,
    .icms-widget .icms-filter-panel:hover {
        height: auto;
        overflow: visible;
    }
    .moblock {
        display: block !important;
    }
    .lot {
        width: calc(100% + 30px);
        box-shadow: 0 3px 10px #00435c1c;
        border-radius: 15px;
        padding: 10px;
        margin: 0 -15px 20px -15px;
    }
    .price-lot {
        flex: 0 0 calc(100% + 30px);
        box-shadow: 0 3px 10px #00435c1c;
        border-radius: 15px;
        padding: 10px;
        margin: 0 -15px 20px -15px;
        padding: 2rem 1rem 1rem 1rem;
    }
    .photo-lot {
        flex: 0 0 100%;
        margin-left: 0%;
        max-width: 100%;
        padding: 0rem 0.5rem 0rem 0.5rem;
    }
    .info-lot {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2rem 1rem 1rem 1rem;
        overflow: hidden;
    }
    .info-lot span {
        display: block;
        width: 130px;
        font-weight: 400;
    }
    .che-list img {
        width: 100%;
        margin-bottom: 10px;
    }
    .desc-lot {
        padding: 2rem 1rem 1rem 1rem;
    }
    .desc-lot .info-block div {
        padding: 20px 10px;
        margin: 0.5rem;
    }
    .params-lot {
        padding: 2rem 0.5rem 1rem 0.5rem;
    }
    .params-lot b {
        width: 50%;
        text-align: left;
    }
    .price-lot .btn {
        margin-bottom: 0.2rem;
    }
    .col-4,
    .col-5,
    .col-6,
    .params-lot,
    .list-bloki .auc-list {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .list .cena,
    .cena {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px !important;
    }
    .cena-col {
        text-align: right;
    }
    .cena-col span {
        margin-right: 0px;
    }
    .list .cena a.btn-success,
    .cena a.btn-success {
        padding-left: 17px;
        padding-right: 17px;
    }
    .cena-col .grey {
        font-size: 13px;
    }
    .list .cena b,
    .cena b {
        font-size: 20px;
        font-weight: 600;
    }
    .list-img a {
        max-height: fit-content;
    }
    .moblock {
        display: block !important;
    }
    .tab-content .swiper {
        margin-top: 0px !important;
    }
    .icms-widget .card-body {
        padding: 1rem 0;
    }
    .cena .item-info,
    .cena .auc-info {
        min-width: 340px;
    }
    .fields_group:nth-child(1),
    .fields_group:nth-child(2) {
        width: calc(100% + 30px);
        box-shadow: 0 3px 10px #00435c1c;
        border-radius: 15px;
        padding: 10px;
        margin: 0 -15px 20px -15px;
    }
    .lot,
    .price-lot {
        box-shadow: 0 3px 10px #00435c1c;
        border-radius: 15px;
        max-width: 120%;
    }
    .lot {
        padding: 1rem 0.5rem 0rem 0.5rem;
    }
    .buttons-lot {
        text-align: center;
    }
    .info-che li {
        width: 100%;
    }
    .btn-auc {
        display: flex;
        justify-content: space-between;
        flex-basis: 100%;
        width: 100%;
    }
    .bg-info {
        background-color: transparent !important;
    }
    .list-params {
        flex-direction: column;
        justify-content: flex-start;
        padding: 3px;
    }
    .list-params-right {
        justify-content: flex-start;
        padding: 3px;
        align-items: flex-start;
        overflow: hidden;
    }
    .list-params span,
    .list-params-right span {
        color: #888;
        font-size: 12px;
    }
    .list-cena-prod b {
        font-size: 15px !important;
        margin-left: 5px;
        color: #888;
    }
    .api-subcats,
    .desc-foto-lot,
    .desc-lot-vert {
        display: none;
    }
    .items-description {
        height: 80px;
        overflow: hidden;
    }
    .items-description:hover {
        height: auto;
    }
    .api-list .cena {
        flex-direction: row-reverse;
    }
    .kuzov {
        display: block;
        font-weight: 300;
        font-size: 15px;
        color: #111 !important;
    }
    .cena {
        align-items: flex-end;
    }
    .tolkokonstruktor {
        display: none;
    }
    .api-glav .mt-5 {
        margin-top: 0rem !important;
    }
    .auc-list .ml-10 {
        margin-left: 0px !important;
    }
    .api .items-list p {
        width: 100%;
        margin-right: 10px;
    }
    .list-cena-col .price {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .seo .list-cena-col .price {
        justify-content: flex-start;
    }
    .seo .list .cena,
    .cena {
        flex-direction: row;
    }
    .api .cena p {
        justify-content: flex-start;
    }
    .api .sanction {
        text-align: left;
    }
    .btn-podrobnee {
        padding: 0.5rem 0.42rem;
    }
    .btn-lot a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .top-120 .card-body > div {
        justify-content: space-around;
        margin-bottom: 0rem !important;
    }
    .f12 {
        font-size: 10px;
    }
    .list-params-right span {
        min-width: auto;
    }
    .auc-list .auc-auto {
        margin-bottom: -1px;
        padding-bottom: 0px !important;
    }
    .bg-info.cena {
        padding-top: 0px !important;
    }
    .auc .list-params {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        padding: 3px;
    }
    .api .price .price-vl {
        padding-left: 3px;
        justify-content: flex-start;
        color: #7e89a1;
    }
    .items-list .cena {
        text-align: left;
    }
    .che .list-params span,
    .che .list-params-right span {
        display: none;
    }
    .che .list-params-right {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .che .items-list .link-h5 {
        margin-bottom: 0px;
    }
    .che .list-params-right span {
        min-width: 77px;
    }
    .info-specifications li {
        width: 100%;
    }
    .korea .items-list .link-h5 {
        margin-bottom: 0px;
    }
    .korea .list-params-right span {
        min-width: 77px;
    }
    .videoreviews_list_item {
        width: 100%;
        flex: 0 0 100% !important;
    }
    .reviews_list_item {
        flex: 0 0 100% !important;
    }
    .content_datasets_auc {
        margin-top: 0px !important;
    }
    .list-bloki .auc-list {
        width: 100%;
    }
    .list-bloki .items-list {
        flex-direction: row;
    }
    .car-lot .lot {
        width: 100%;
    }
    .car-lot h1 {
        font-size: 1.5rem;
    }
    .car-lot .specifications p {
        margin: 0.7rem 0;
        width: 100%;
    }
    .car-lot .specifications .num-stages {
        display: block;
        overflow-x: auto;
    }
    .car-lot .price-lot {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .photo-lot .mySwiper2 {
        height: 260px;
    }
    .car-lot .photo-lot .mySwiper2 {
        height: 260px;
    }
    .blok svg {
        right: 5px;
        top: 7px;
    }
    .btn-menu a {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    img,
    .content_list.tiled .ft_image a > img,
    .icms-widget .ft_image a > img,
    .swiper-slide img,
    .img-fluid {
        max-width: 100% !important;
        height: auto !important;
    }
    .form-group.col-md-3.field.ft_string.f_lot,
    .form-group.col-md-3.field.ft_list.f_time,
    .form-group.col-md-3.field.ft_list.f_rate,
    .form-group.col-md-3.field.ft_list.f_kpp_type {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .titles {
        min-width: 100%;
    }
    .history-inspection iframe {
        min-height: 500px !important;
    }
    .calculator > .col {
        flex-basis: 100%;
        padding: 0px !important;
    }
}
@media (max-width: 360px) {
    .list-cena-col .titles {
        zoom: 0.7;
    }
}
@media (pointer:coarse) {
    .preimuschestva .blok:hover {
        transform: none;
    }
}
.dark,
.dark .modal-body,
.dark .modal-body .iforms_basic {
    background-image: linear-gradient(156deg, #010225, #000, #000);
    background-attachment: fixed;
    color: #ffffff;
}
.dark .lot,
.dark .lot3,
.dark .price-lot,
.dark .box,
.dark .form-control,
.dark .ui-slider-horizontal,
.dark .api-lot .img-thumbnail,
.dark .desc-lot .info-block div,
.dark .auc-list {
    background-color: #ffffff0f;
    background: #ffffff0f !important;
    color: #fff;
    border: 1px solid #ebf2f61a;
}
.dark .border,
.dark .chosen-container-multi .chosen-choices,
.dark .form-control,
.dark .chosen-container-single .chosen-single,
.dark .chosen-container .chosen-drop,
.dark .chosen-container-single .chosen-single {
    border: 1px solid #ebf2f61a !important;
}
.dark .chosen-container-multi .chosen-choices,
.dark .chosen-container-single .chosen-single,
.dark .custom-control-label::before {
    background-color: #ffffff0f;
}
.dark .form-control{
    background-color: #000000f0 !important;
}
.dark .icms-filter-panel .form-control {
    margin-right: 5px;
}
.dark .chosen-container-multi .chosen-choices,
.dark .form-control,
.dark .chosen-container-single .chosen-single,
.dark .input-group-text,
.dark .chosen-container .chosen-drop,
.dark .chosen-container-single .chosen-single {
    border: none;
}
.dark .input-group-text {
    background-color: transparent;
}
.dark .input-group.mr-3 {
    margin-right: 0rem !important;
}
.dark .chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div:after,
.dark .chosen-container-single .chosen-single abbr {
    background-color: transparent;
    box-shadow: none;
}
.dark .chosen-container-single .chosen-single div {
    background-color: transparent;
}
.auc-wd.dark .auc-h5,
.dark .input-group-text,
.dark .chosen-container-multi .chosen-choices .search-field input[type="text"],
.dark .chosen-container-single a:not([href]):not([tabindex]),
.dark .chosen-container-single a:not([href]):not([tabindex]),
.dark .chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    color: #ffffff !important;
}
.dark a,
.dark .icms-frontpage a,
.dark .icms-filter-container label,
.dark .items-list a.link-h5,
.dark .auc-list b,
.dark .items-list a.link-h5 span.kuzov{
    color: #fff;
}
.dark .list-bloki .items-list a.link-h5 {
    color: #fff !important;
}
.dark .auc-auto svg,
.dark .block-prices .flexxm b i {
    color: #ffffff85;
}
.dark .btn3 {
    background-color: #00000014;
    border-color: #ffffff14;
}
.dark .btn4 {
    border-color: #ffffff0f;
}
.dark .fields_group_auto_1 .field:nth-child(even),
.dark .params-lot p:nth-child(even),
.dark .block-prices-item .flexxm:nth-child(odd) {
    background: #f7f9fd0a;
}
.dark .block-prices-item .flexxm:nth-child(even) {
    background: #eef3fb17;
}
.dark .info_bar {
    border-top: none;
}
.dark .lot3 img {
    filter: invert(1);
}
.desc-lot .info-block .icms-svg-icon {
    opacity: 0.5;
}
.dark .rounded,
.dark .black .rounded,
.dark .tab-black .rounded {
    background: #ffffff0f;
}
.dark .blue .border,
.dark .black .border,
.dark .tab-black .border {
    border: 1px solid #bdd3ff1f !important;
}
.dark .black .swiper-slide {
    background: transparent;
}
.dark .blue .bg-info,
.dark .black .bg-info,
.dark .tab-black .bg-info {
    background-color: #f8fdff08 !important;
}
.dark .blue .auc-h5,
.dark .black .auc-h5,
.dark .tab-black,
.dark .tab-black .auc-h5,
.dark .tab-black a {
    color: #fff;
}
.dark .tab-black .nav-tabs .nav-link.active,
.dark .tab-black .nav-tabs .nav-item.show .nav-link {
    color: #cacaca;
}
.dark .nav-tabs .nav-link.active,
.dark .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
}
.dark .shag span {
    color: #ffffff;
}
.dark .is-visible .desc {
    color: #ddd !important;
}
.dark .cd-image-label {
    color: #ffffff;
    text-shadow: 0px 0px 7px #000;
}
.dark .api-lot .img-thumbnail {
    border: 1px solid #595f6e !important;
}