@import "reset.css";

main {
    background-size: contain;
}

body {
    font-family: 'Roboto';
    background-color: #F1F1F1;
}

body.dark {
    background-color: #313131;
}

header {
    background-color: #FAFAFA;
    padding: 25px 0;
    z-index: 998;
    width: 100%;
}

body.dark header {
    background-color: rgba(81, 81, 81, 0.9) !important;
}

body.dark footer {
    background-color: #4E4E4E !important;
    color: #fff !important;
}

body:not(.dark) .header-logo.dark,
body:not(.dark) .footer .footer-logo.dark {
    display: none;
}

body:not(.dark) header a {
    color: #313131 !important;
}

body:not(.dark) header .header-list-title {
    color: #313131 !important;
}

body:not(.dark) header .header-list-item {
    background-color: #fff;
    color: #313131 !important;
}

body.dark .header-logo.light,
body.dark .footer .footer-logo.light {
    display: none;
}


a {
    text-decoration: none;
    color: unset;
    transition: all .2s ease-in-out;
}

a:hover {
    filter: brightness(1.1) contrast(130%);
}

a.shadow:hover {
    filter: initial;
}

a:active {
    filter: brightness(1) contrast(100%);
    opacity: .9;
}

.header-container {
    display: flex;
    width: 1335px;
    margin: 0 auto;
}

.container {
    width: 1335px;
    margin: 0 auto;
}

.header-left-side {
    flex: 2;
}

.header-right-side {}

.header-navigation {
    display: flex;
    position: relative;
}

.header-navigation>ul {
    column-gap: 40px;
    row-gap: 15px;
}

.header-navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.header-navigation ul>li>ul {
    position: absolute;
}

.header-navigation ul a:hover {
    text-decoration: underline !important;
}

.header-navigation ul li.menu-item {
    overflow: hidden;
    position: relative;
    border: none;
    float: left;
}

.header-navigation ul li:hover {
    overflow: visible;
}

.header-navigation ul li:hover ul {
    width: 218px;
    background-color: #fff;
    top: 40px;
    box-sizing: border-box;
    z-index: 999;
}

.header-navigation ul li:hover ul>li {
    width: 100%;
    padding: 12px 20px 0px;
}

.header-navigation ul li li ul {
    left: 218px;
}

.header-navigation ul li li:hover ul {
    background-color: #fff;
    top: 0px;
    box-sizing: border-box;
    z-index: 999;
}

body.dark .header-navigation ul li:hover ul,
body.dark .header-navigation ul li li:hover ul {
    background-color: #6b6b6b;
}

.header-navigation ul li li:hover ul>li {
    width: 100%;
}

.header-navigation ul li.menu-item {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.header-navigation>ul>li.menu-item {
    min-height: 40px;
    line-height: 40px;
}

.header-navigation ul li.menu-item a {
    text-decoration: none;
    color: #fff;
}

.header-navigation ul li.menu-item:last-child {
    padding-bottom: 12px;
}

.header-logo img {
    height: 130px;
    width: auto;
}

.header-social {
    column-gap: 13px;
    display: flex;
    flex-wrap: wrap;
}

.header-social a {
    text-decoration: none;
}

.header-social img {
    height: 40px;
    width: auto;
}

.header-right-side {
    display: flex;
    column-gap: 20px;
}

.header-time {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.header-currency {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.header-list-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 10px;
}

.header-list-item {
    box-shadow: -24px 0px 80px 0px #314F7C05;
    background-color: #6B6B6B;
    border-radius: 12px;
    padding: 8px 16px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.header-list-item .header-list-item-name {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 5px 0;
    margin-right: 10px;
    flex: 1;
}

.header-list-item .header-list-item-value {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 5px 0;
    border-left: 1px solid #ECEFF9;
    padding-left: 10px;
}

.header-list-item .header-list-item-image {
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

.header-list-item .header-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide-main-slider {
    display: flex;
    flex-direction: column;
}

.front-slider {
    background-color: #313131;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.front-slider .front-slider-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.front-slider .front-slider-content.half {
    width: 50%;
}

.front-slider .front-slider-title {
    color: #fff;
    font-size: 20px;
}

.front-slider .front-slider-title {
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 0%;
}

.front-slider .front-slider-title h1 {
    font-size: 72px;
}

.front-slider .front-slider-title h2 {
    font-size: 60px;
}

.front-slider .front-slider-title h3 {
    font-size: 48px;
}

.front-slider .front-slider-title h4 {
    font-size: 36px;
}

.front-slider .front-slider-title h5 {
    font-size: 28px;
}

.front-slider .front-slider-text {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-top: 20px;
}

.front-slider .front-slider-text p {
    margin: 15px 0;
}

.button {
    border-radius: 8px;
    padding: 10px 18px;
    border: 2px solid #EA3C3D;
    background-color: transparent;
    color: #fff;

    font-family: 'Roboto';
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    transition: all .2s ease-in-out;
}

.button.primary {
    background-color: #EA3C3D;
}

.button.primary:hover {
    box-shadow: 0px 0px 5px 0px rgba(234, 60, 61, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(234, 60, 61, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(234, 60, 61, 0.75);
}

.splide__pagination__page.is-active {
    background-color: #EA3C3D !important;
    opacity: 1;
}

.front-catalog {
    padding: 30px 0;
}

.front-catalog .front-catalog-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.front-catalog .front-catalog-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #fff;
}

.front-catalog .front-catalog-action {}

.button-arrow {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 18px;
    align-items: center;
    column-gap: 8px;
}

.button-arrow:hover {
    cursor: pointer;
}

.button-arrow span {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
}

.front-catalog-wrap {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}

.catalog-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.catalog-card .catalog-card-image {
    height: 230px;
}

.catalog-card .catalog-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.catalog-card .catalog-card-content {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    row-gap: 15px;
}

.catalog-card .catalog-card-content>h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0%;
    color: #503535;
    text-transform: capitalize;
}

.catalog-card .catalog-card-content>span {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    color: #503535;
}

.catalog-card .catalog-card-props {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.catalog-card .catalog-card-props>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #503535;
}

.catalog-card .catalog-card-props>div:not(:last-child) {
    border-right: 1px solid #ECEFF9;
}

.catalog-card .catalog-card-props>div:not(:first-child) {
    padding-left: 10px;
}

.catalog-card .catalog-card-props>div>span:nth-child(1) {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
}

.catalog-card .catalog-card-props>div>span:nth-child(2) {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
}

.catalog-card .catalog-card-footer {
    display: flex;
    padding: 0px 20px 20px;
    justify-content: space-between;
    align-items: flex-end;
}

.catalog-card .catalog-card-footer .button {
    font-size: 14px;
}

.catalog-card .catalog-card-footer>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    cursor: help;
}

.catalog-card .catalog-card-footer>div:nth-child(1)>span:nth-child(1) {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #503535;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.catalog-card .catalog-card-footer>div:nth-child(1)>span:nth-child(2) {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.front-catalog .splide__arrow--prev {
    left: -3em;
}

.front-catalog .splide__arrow--next {
    right: -3em;
}

.front-catalog .front-catalog-content-wrap {
    margin: 30px 0;
}

.front-catalog.overlay {
    background-color: #F3F3F380;
}

.front-catalog.overlay .front-catalog-title {
    color: #1c1c1c;
}

.front-about {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.front-about .front-about-wrap {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.front-about-scheme {
    background-color: #E9E9E9CC;
}

.front-about-scheme .front-about-scheme-wrap {
    padding: 50px 0;
    display: flex;
    column-gap: 30px;
}

.front-about-scheme .front-about-scheme-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.front-about-scheme .front-about-scheme-content {
    margin-bottom: 30px;
}

.front-about-scheme .front-about-scheme-left h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
}

.front-about-scheme .front-about-scheme-left ul {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 30px;
    column-gap: 20px;
    margin-top: 30px;
}

.front-about-scheme .front-about-scheme-left ul li {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.front-about-scheme .front-about-scheme-left ul li div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EA3C3D;
    background-color: #fff;
    border-radius: 50px;
}

.front-about-scheme .front-about-scheme-left ul li span {
    font-family: "Inter", sans-serif;
    ;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #4F4343;
}

.front-about-scheme .front-about-scheme-right {
    background-color: #EA3C3D;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
    max-width: 330px;
    background-position: center;
    background-size: cover;
}

.front-about-scheme .front-about-scheme-right h2 {
    font-family: "Inter", sans-serif;
    ;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    letter-spacing: -3%;
    margin-bottom: 20px;
}

.front-about-scheme .front-about-scheme-right .button {
    border-color: #fff;
    border-width: 1px;
    font-size: 16px;
}

.front-about-advantages {
    background-color: #E9E9E9CC;
}

.front-about-advantages .front-about-advantages-wrap {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
}

.front-about-advantages .front-about-advantages-wrap h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
}

.front-about-advantages .front-about-advantages-wrap ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.front-about-advantages .front-about-advantages-wrap ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
}

.front-about-advantages .front-about-advantages-wrap ul li img {
    max-width: 80px;
    height: auto;
}

.front-about-advantages .front-about-advantages-wrap ul li span {
    text-align: center;
    font-family: "Inter", sans-serif;
    ;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.front-news {
    padding: 50px 0;
}

.front-news .front-news-wrap {
    background-color: #FFFFFFCC;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.front-news .front-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.front-news .front-news-title h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
}

.front-news .front-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    width: 100%;
    column-gap: 20px;
}

.front-news .front-news-grid .front-news-main {
    display: flex;
    flex: 1;
    height: 100%;
}

.front-news .front-news-grid .front-news-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 20px;
}

.news-item {
    display: flex;
    height: 100%;
}

.front-news .front-news-grid .front-news-main .news-item {
    flex-direction: column;
}

.news-item .news-item-image {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 40%;
}

.news-item .news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-news .front-news-grid .front-news-main .news-item .news-item-image {
    height: auto;
    flex: 1;
}

.news-item .news-item-content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 15px;
    row-gap: 10px;
}

.front-news .front-news-grid .front-news-main .news-item .news-item-content {
    padding: 10px 0;
}

.news-item .news-item-content span {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    color: #B42827;
}

.news-item .news-item-content h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #260000;
}

.news-item .news-item-content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #503535;
    flex: 1;
}

.front-reviews {
    padding: 70px 0;
}

.front-reviews .front-reviews-wrap {
    display: flex;
    flex-direction: column;
}

.front-reviews .front-reviews-wrap h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFFFFF;
}

.front-reviews .front-reviews-splide {
    margin-top: 30px;
}

.front-reviews .splide__arrow--prev {
    left: -3em;
}

.front-reviews .splide__arrow--next {
    right: -3em;
}

.review {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.review .review-image {
    height: 300px;
}

.review .review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review .review-content {
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.review .review-content h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
}

.review .review-content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    white-space: pre-line;
}

footer {
    background-color: #FAFAFA;
    color: #503535;
}

.footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.footer .footer-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    row-gap: 20px;
}

.footer .footer-center {
    flex: 1;
    justify-content: center;
}

.footer .footer-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: end;
    row-gap: 20px;
}

.footer .footer-logo img {
    width: 180px;
    height: auto;
}

.footer .footer-slogan {
    max-width: 200px;
}

.footer .footer-slogan p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.footer .footer-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer .footer-contacts a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;

}

.footer .footer-social ul {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
}

.footer .footer-social ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-social ul li img {
    width: 40px;
    height: auto;
}

.footer .footer-center ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.footer .footer-center ul li a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}

.catalog-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog-header .catalog-header-wrap {
    padding: 60px;
    row-gap: 40px;
    display: flex;
    flex-direction: column;
}

.catalog-header .catalog-header-title {
    max-width: 80%;
}

.catalog-header .catalog-header-title h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #313131;
}

.catalog-header .catalog-header-title h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #313131;
    margin-top: 20px
}

.catalog-header .catalog-header-title h1 strong {
    color: #EA3C3C;
}

.catalog-header .catalog-header-content {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #8B7474;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.catalog {
    display: flex;
}

.catalog .catalog-wrap {
    display: flex;
}

.catalog-filters {
    background-color: #FFFFFF;
    flex: 0 0 300px;
    padding: 20px;
    box-sizing: border-box;
}

.catalog-filters .catalog-filters-header {
    display: none;
    justify-content: flex-end;
}

.catalog-filters .catalog-filters-header .catalog-filters-header-close {
    cursor: pointer;
}

.catalog-filters .catalog-filters-header .catalog-filters-header-close img {
    width: 30px;
    height: 30px;
}

.catalog-filters .button {
    font-size: 16px;
}

.catalog-filters .button:not(.primary) {
    color: #EA3C3D;
    border-width: 1px;
}

.catalog-filters form button[type="submit"] {
    display: none;
}

.catalog-filters form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: sticky;
    top: 20px;
}

.filter {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.filter .filter-inline {
    display: flex;
    align-items: end;
    flex: 1;
    row-gap: 10px;
    column-gap: 15px;
}

.filter .filter-inline>span {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 20px;
    color: #1A202C;
}

.filter .filter-name {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -2%;
    color: #1A202C;
}

.filter-input {
    background-color: #F6F7F9;
    padding: 15px 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.filter .filter-from-to {
    display: flex;
    column-gap: 15px;
}

.filter-input input {
    border: none;
    background-color: transparent;
    width: 100%;
}

.filter-select-wrap {
    background-color: #F6F7F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.filter-select {
    text-overflow: ellipsis;
}

.filter-select label>div {
    color: #503535;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.filter-select span {
    color: #503535;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: capitalize;
    white-space: nowrap;
}

.filter-select img {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 14px;
    height: 14px;
}

.filter-select.showed img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-select-content-wrap {
    position: absolute;
    padding-top: 8px;
    display: none;
    width: 260px;
    z-index: 99;
    max-width: 100%;
}

.filter-select.showed .filter-select-content-wrap {
    display: block;
}

.filter-select.showed .filter-select-content-wrap .filter-select-content {
    display: flex;
    flex-direction: column;
    background: #F6F7F9;
    border-radius: 10px;
    padding: 15px 20px;
    row-gap: 15px;
    max-height: 300px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    overflow-y: auto;
}

.catalog-content {
    flex: 1;
}

.filter .filter-loader {
    display: none;
}

.filter-select .checkbox {
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #282828;
}

.checkbox:hover input~.checkmark {
    background-color: #F6F7F9;
}

.checkbox input:checked~.checkmark {
    background-color: #EA3C3D;
    border-color: #EA3C3D;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #282828;
}

.radio:hover input~.checkmark {
    background-color: #F6F7F9;
}

.radio input:checked~.checkmark {
    background-color: #EA3C3D;
    border-color: #EA3C3D;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.radio input:checked~.checkmark:after {
    display: block;
}

.radio .checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catalog-content {
    padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.catalog-content .catalog-content-notify {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -2%;
    color: #8B7474;
    white-space: pre-line
}

.catalog-content .catalog-content-dates {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.catalog-content .catalog-content-dates ul {
    display: flex;
}

.catalog-content .catalog-content-dates ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #8B7474;
    cursor: pointer;
    text-align: center;
    align-items: center;
}

.catalog-content .catalog-content-dates ul li.active {
    color: #ea3c3d;
}

.catalog-content .catalog-content-dates ul li:not(:last-child) {
    border-right: 1px solid #C3D4E966;
}

.catalog-content .catalog-content-sort {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.catalog-content .catalog-content-sort ul {
    display: flex;
    align-items: center;
}

.catalog-content .catalog-content-sort ul li:not(:last-child) {
    border-right: 1px solid #C3D4E966;
}

.catalog-content .catalog-content-sort ul li.catalog-sort-icon {
    padding-right: 20px;
    cursor: pointer;
}

.catalog-content .catalog-content-sort ul li.catalog-sort-icon img {
    display: none;
}

.catalog-content .catalog-content-sort ul li.catalog-sort-icon.ascend img:nth-child(1) {
    display: block;
}

.catalog-content .catalog-content-sort ul li.catalog-sort-icon.descend img:nth-child(2) {
    display: block;
}

.catalog-content .catalog-content-sort ul li.catalog-sort-item {
    padding: 0 20px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #8B7474;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
}

.catalog-content .catalog-content-sort ul li.catalog-sort-item.active {
    color: #ea3c3d;
}

.catalog-content .catalog-mobile-sort {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100%;
    transition: all .3s ease-in-out;
    background-color: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
}

.catalog-content .catalog-mobile-sort ul li.catalog-sort-item {
    padding: 0 20px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #8B7474;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
}

.catalog-content .catalog-mobile-sort ul li.catalog-sort-item.active {
    color: #ea3c3d;
}

.catalog-mobile-sort .catalog-sort-header {
    display: flex;
    justify-content: flex-end;
}

.catalog-mobile-sort .catalog-sort-header .catalog-sort-header-close {
    cursor: pointer;
}

.catalog-mobile-sort .catalog-sort-header .catalog-sort-header-close img {
    width: 30px;
    height: 30px;
}

.catalog-mobile-sort ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.catalog-mobile-sort ul li {
    font-size: 20px !important;
}

.catalog-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
}

.catalog-content .catalog-loader {
    justify-content: center;
    margin: 40px 0;
    flex: 1;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    color: #8B7474;
    display: none;
}

.catalog-not-found {
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}

.catalog-not-found .catalog-not-found-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex: 3;
}

.catalog-not-found .catalog-not-found-content h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -2%;
    color: #8B7474;
}

.catalog-not-found .catalog-not-found-content p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -2%;
    color: #8B7474;
}

.catalog-not-found .catalog-not-found-action {
    display: flex;
    flex: 1;
    justify-content: end;
    align-items: center;
}

.car-top {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 30px;
    z-index: 999;
    opacity: 1;
    cursor: pointer
}

.car-top.show {
    bottom: 5% !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car-top.car-down {
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car-top:after,
.car-top:before {
    content: "";
    position: absolute;
    -o-transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    opacity: 0
}

.car-top.car-run:after,
.car-top.car-run:before,
.car-top:hover:after,
.car-top:hover:before {
    opacity: 1
}

.car-top.default.car-run:before,
.car-top.default:before {
    top: -1px;
    left: 0;
    width: 85px;
    height: 89px;
    background: url(../img/car-focus.png) no-repeat 0 0
}

.car-top.back_to_top_type-custom img {
    max-width: 100%;
    width: auto;
    height: auto
}

.car-top.default img:nth-child(2) {
    display: none;
}

.car-top.optimus img:nth-child(2) {
    display: block;
}

.car-top.optimus img:nth-child(1) {
    display: none;
}

.car-top.back_to_top_type-custom.car-run:before,
.car-top.back_to_top_type-custom:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover !important;
    background-position: center center !important
}

.car-top.back_to_top_type-custom:hover:before {
    opacity: 1
}

.single {}

.single .single-wrap {
    padding: 30px 0;
}

.single .single-header {
    margin-bottom: 30px;
}

.single .single-header h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -2%;
    color: #8B7474;
}

.single .single-content {
    display: flex;
    column-gap: 40px;
}

.single .single-content-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    row-gap: 40px;
}

.single .single-content-sticky {
    display: flex;
    flex: 1;
}

.single .single-gallery {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.single .single-gallery .single-gallery-main {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.single .single-gallery .single-gallery-main a:hover {
    filter: none !important;
}

.single .single-gallery .single-gallery-main img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.single .single-gallery .single-gallery-main img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single .single-gallery .single-gallery-other {
    display: flex;
}

.single .single-gallery .single-gallery-other ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 15px;
    column-gap: 15px;
    width: 100%;
}

.single .single-gallery .single-gallery-other ul li {
    border-radius: 10px;
    overflow: hidden;
}

.single .single-gallery .single-gallery-other ul li img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.single .single-gallery .single-gallery-other ul li:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single .single-price {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
}

.single .single-price-actions {
    margin-top: 20px;
}

.single .single-price h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    color: #2C1F1A;
}

.single .single-price h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    color: #2C1F1A;
}

.single .single-price ul {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    color: #503535CC;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    line-height: 30px;
}

.single .single-price ul li:not(:last-child) {
    margin-bottom: 10px;
}

.single .single-price ul li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
        ". . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . "
}

.single .single-price ul span:first-child {
    padding-right: 0.33em;
    background: #FFFFFF;
}

.single .single-price ul span:last-child {
    color: #503535;
}

.single .single-price ul span+span {
    float: right;
    padding-left: 0.33em;
    background: #FFFFFF;
}

.single .single-text {
    font-family: 'Roboto';
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
    color: #8B7474;
}

.single .single-text p {
    line-height: 130%;
}

.single-content-sticky-wrap {
    position: sticky;
    top: 20px;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.single .single-auction {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.single .single-auction img {
    width: 100%;
}

.single .single-about-auction {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.single .single-about-auction .single-about-auction-wrap {
    padding: 25px;
}

.single .single-about-auction h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    color: #2C1F1A;
}

.single .single-about-auction ul {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #503535CC;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.single .single-about-auction ul b {
    font-weight: 700;
}

.single .single-props {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.single .single-props .single-props-actions {
    margin-top: 10px;
}

.single .single-props h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -3%;
    color: #2C1F1A;
}

.single .single-props .single-props-inline {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    color: #503535;
}

.single .single-props ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
}

.single .single-props ul li {
    font-family: 'Roboto';
    font-size: 24px;
    color: #503535CC;
}

.single .single-props ul li span:nth-child(1) {
    font-weight: 400;
}

.single .single-props ul li span:nth-child(2) {
    font-weight: 700;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin-top: 10px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #EA3C3C;
}

.range-input {
    position: relative;
    top: -10px;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #EA3C3C;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #EA3C3C;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.news-list {
    padding: 40px 0;
}

.news-list .news-list-wrap {
    display: flex;
    flex-direction: column;
}

.news-list .news-list-header {
    margin-bottom: 40px;
}

.news-list .news-list-header h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 48px;
    color: #260000;
}

.news-list .news-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
}

.pagination {
    margin-top: 40px;
}

.pagination-wrapper {
    margin: 100px 0;
}

.pagination ul.page-numbers {
    display: flex;
    align-items: center;
    list-style: none;
    color: #9B9B9B;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    padding: 0;
}

.pagination ul.page-numbers a {
    color: #9B9B9B;
}

.pagination ul.page-numbers a:not(.next):not(.prev),
.pagination ul.page-numbers span.current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 6px;
}

.pagination ul.page-numbers .next,
.pagination ul.page-numbers .prev {
    display: flex;
    align-items: center;
    margin: 0 12px;
}

.pagination ul.page-numbers .arrow::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #9B9B9B;
    position: relative;
    right: -2px;
    transform: rotate(-45deg);
}

.pagination ul.page-numbers .arrow {
    display: flex;
    align-items: center;
    background-color: #9B9B9B;
    width: 10px;
    height: 1px;
    position: relative;
}

.pagination ul.page-numbers .arrow.arrow-left {
    margin-right: 12px;
    transform: scaleX(-1);
}

.pagination ul.page-numbers .arrow.arrow-right {
    margin-left: 12px;
}

.pagination ul.page-numbers .current {
    background-color: #ff4c4c;
    color: white;
}

.pagination ul.page-numbers .hidden {
    display: none !important;
}

.article {
    padding: 40px 0;
}

.article .article-wrap {
    display: flex;
    flex-direction: column;
}

.article .article-header {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.article .article-header h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 48px;
    color: #260000;
}

.article .article-header span {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #B42827;
}

.article .article-content {}

.about-text {}

.about-text .about-text-wrap {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about-text .about-text-header {}

.about-text .about-text-header h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    color: #260000;
}

.about-text .about-text-content {
    font-family: 'Roboto';
    line-height: 110.00000000000001%;
}

.about-numbers {}

.about-numbers .about-numbers-wrap {
    display: flex;
    column-gap: 30px;
    padding: 70px 0;
}

.about-numbers .about-numbers-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.about-numbers .about-numbers-left h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
}

.about-numbers .about-numbers-right {
    flex: 1;
}

.about-numbers .about-numbers-right img {
    width: 100%;
    border-radius: 10px;
}

.about-numbers .about-numbers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 50px;
    margin-top: 40px;
}

.about-numbers .about-numbers-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about-numbers .about-numbers-item img {
    width: 70px;
}

.about-numbers .about-numbers-item span {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #929A9E;
}

.contact-form {}

.contact-form .contact-form-wrap {
    display: flex;
    column-gap: 30px;
    margin: 70px 0;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-form .contact-form-left {
    flex: 1;
}

.contact-form .contact-form-left h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}

.contact-form .contact-form-left .contact-form-form-wrap {
    margin-top: 20px;
}

.contact-form .contact-form-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form .contact-form-right h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
}

.contact-form .contact-form-right>ul {
    margin-top: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}

.contact-form .contact-form-social {
    margin-top: 20px;
}

.contact-form .contact-form-social>ul {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.contact-form .contact-form-social>ul li {
    width: 40px;
}

.contact-form .contact-form-social>ul li img {
    width: 100%;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.form-wrap input:not([type=submit]),
.form-wrap textarea {
    background-color: #F6F7F9;
    width: 100%;
    border-radius: 10px;
    padding: 20px 25px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    box-sizing: border-box;
}

.form-wrap input:not([type=submit]),
.form-wrap textarea {
    border: none;
}

.form-wrap input[type=submit] {
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #B42827;
    border: 1px solid #B42827;
}

.map {
    width: 100%;
    max-height: 400px;
}

.transparent {
    background-color: transparent !important;
}

.calculator {
    margin: 50px 0;
    display: flex;
}

.calculator .calculator-selector {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
}

.calculator .calculator-selector ul {
    display: flex;
    justify-content: space-between;
}

.calculator .calculator-selector ul li {
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

.calculator .calculator-selector ul li a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #8B7474;
}

.calculator .calculator-selector ul li a.active {
    color: #B42827;
}

.calculator .calculator-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.calculator .calculator-form {
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.calculator .calculator-form .calculator-form-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
}

.calculator .calculator-form .calculator-form-wrap .filter-select,
.calculator .calculator-form .calculator-form-wrap .filter-input {
    height: 50px;
    min-width: 220px;
    position: relative;
}

.calculator .calculator-form .calculator-form-wrap .filter-select .filter-select-wrap {
    height: 100%;
    box-sizing: border-box;
}

.calculator .calculator-form .form-footer {
    margin-top: 40px;
}

.wysiwyg p {
    margin-bottom: 20px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.calculator .calculator-result {
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.calculator .calculator-result ul {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    color: #503535CC;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
}

.calculator .calculator-result ul span {
    color: #503535;
}

.calculator .calculator-result h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    color: #2C1F1A;
}

.calculator .calculator-loader {
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.calculator .calculator-loader h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    color: #2C1F1A;
    text-align: center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #0000008c;
    display: none;
    overflow-y: auto;
}

.modal-overlay.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    display: none;
    flex-direction: column;
    background-color: #fff;
    min-width: 600px;
    max-width: 100%;
    border-radius: 20px;
}

.modal.show {
    display: flex;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 30px 30px;
    column-gap: 30px;
}

.modal .modal-header h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;

}

.modal .modal-header img {
    width: 50px;
}

.modal .modal-content {
    padding: 0 30px 30px;
}

.mobile-header {
    display: none;
    height: 64px;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}

.mobile-header .header-logo img {
    height: 100%;
}

.mobile-header .mobile-header-actions {
    display: flex;
    column-gap: 10px;
}

.mobile-header .mobile-header-actions a img {
    height: 40px;
    width: auto;
}

.mobile-header .mobile-header-actions .mobile-menu-button {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.mobile-header .mobile-header-actions .mobile-menu-button img:last-child {
    display: none;
}

.mobile-header .mobile-header-logo {
    height: 100%;
}

.mobile-header .mobile-header-logo .header-logo,
.mobile-header .mobile-header-logo {
    height: 100%;
}

.catalog-content .catalog-content-sort ul li.catalog-filters-icon,
.catalog-content .catalog-content-sort ul li.catalog-sort-field-icon {
    padding: 0 20px;
    cursor: pointer;
    display: none;
}

.catalog-content .catalog-content-sort ul li span {
    display: none;
    margin: 0 20px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color: #8B7474;
}

.footer-copyright {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
    font-size: 14px;
}

@media (max-width: 1460px) {
    .container {
        width: 1000px;
    }

    .header-container {
        width: 1000px;
    }

    .catalog-content-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1156px) {
    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .header-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        flex-direction: column;
        row-gap: 30px;
    }

    .header-navigation ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .front-slider .front-slider-content.half {
        width: 100%;
        background: rgb(49 49 49 / 70%);
    }

    .front-slider .front-slider-title h2 {
        font-size: 48px;
    }

    .front-slider .front-slider-text {
        font-size: 18px;
    }

    .front-news .front-news-grid {
        grid-template-columns: 1fr;
    }

    .front-news .front-news-header {
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 20px;
    }

    .splide__arrows {
        display: none;
    }

    .catalog-header .catalog-header-wrap {
        padding: 40px 0;
    }

    .catalog-content .catalog-content-sort ul {
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 10px;
        justify-content: space-around;
    }

    .catalog-content .catalog-content-dates ul {
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 10px;
    }

    .catalog-content .catalog-content-dates ul li:not(:last-child) {
        border: none;
    }

    .catalog-content .catalog-content-sort ul li:not(:last-child) {
        border: none;
    }

    .catalog-content .catalog-content-sort ul li.catalog-sort-item {
        padding: 0;
    }

    .single .single-props ul li {
        font-size: 18px;
    }

    .single .single-price ul {
        font-size: 18px;
    }

    .single .single-price h3 {
        font-size: 20px;
    }

    .single .single-price h2 {
        font-size: 24px;
    }

    .single .single-about-auction h2 {
        font-size: 24px;
    }

    .header-navigation ul>li>ul {
        row-gap: 10px;
        margin-top: 10px;
        padding-left: 25px;
        margin-bottom: -10px;
        position: relative;
    }

    .header-navigation ul li:hover ul {
        width: 100%;
        top: 0;
        background-color: transparent !important;
        z-index: 1;
    }

    .header-navigation ul li:hover ul>li {
        padding: 0;
    }
}

@media (max-width: 980px) {
    .catalog-content-grid {
        grid-template-columns: 1fr;
    }

    .catalog-filters {
        flex: 0 0 230px;
    }

    .header-navigation>ul>li:first-child,
    .header-navigation>ul>li:last-child {
        display: none;
    }

    body {
        padding-top: 64px;
    }

    header {
        position: fixed;
        width: 100%;
        height: calc(100% - 64px);
        overflow-x: auto;
        top: 64px;
        box-sizing: border-box;
        right: -100%;
        transition: all .3s ease-in-out;
        z-index: 9999;
    }

    body.is-mobile {
        margin: 0;
        height: 100%;
        overflow: hidden
    }

    body.is-mobile header {
        right: 0px;
    }

    body.is-mobile .mobile-header .mobile-header-actions .mobile-menu-button img:last-child {
        display: block;
    }

    body.is-mobile .mobile-header .mobile-header-actions .mobile-menu-button img:first-child {
        display: none;
    }

    .mobile-header {
        display: flex;
        background-color: #ffffffdb;
    }

    body.dark .mobile-header {
        background-color: #4E4E4EE5;
    }

    .catalog-filters.showed form button[type="submit"] {
        display: block;
    }

    .catalog-content .catalog-mobile-sort.showed {
        bottom: 0;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
    }
}

@media (max-width: 768px) {
    .catalog-filters .catalog-filters-header {
        display: flex;
    }

    .modal {
        min-width: unset;
        max-width: 90%;
        box-sizing: border-box;
    }

    .modal .modal-header h3 {
        font-size: 30px;
    }

    .single .single-content {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .single-about-auction {
        display: none;
    }

    .catalog-content {
        padding: 20px 0;
    }

    .catalog .catalog-wrap {
        flex-direction: column;
    }

    .front-about-scheme .front-about-scheme-wrap {
        flex-direction: column;
        row-gap: 30px;
    }

    .front-about-scheme .front-about-scheme-left ul {
        grid-template-columns: 1fr;
    }

    .front-about-advantages .front-about-advantages-wrap ul {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .footer .footer-wrap {
        flex-direction: column;
        row-gap: 40px;
    }

    .footer .footer-right {
        align-items: flex-start;
    }

    .header-right-side {
        flex-direction: column;
        row-gap: 30px;
    }

    .calculator .calculator-selector ul {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 30px;
    }

    .filter .filter-inline {
        flex-wrap: wrap;
    }

    .catalog-header .catalog-header-wrap {
        padding: 20px 0;
        box-sizing: border-box;
    }

    .catalog-header .catalog-header-title h1 {
        font-size: 48px;
    }

    .catalog-header .catalog-header-title h2 {
        font-size: 34px;
    }

    .catalog-header .catalog-header-title {
        max-width: 100%;
    }

    .about-numbers .about-numbers-wrap {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .contact-form .contact-form-wrap {
        flex-direction: column;
        row-gap: 30px;
    }

    .contact-form .contact-form-right h2 {
        font-size: 26px;
    }

    .contact-form .contact-form-left h2 {
        font-size: 28px;
    }

    .contact-form .contact-form-right>ul {
        font-size: 18px;
    }

    .about-numbers .about-numbers-item {
        align-items: center;
    }

    .news-list .news-list-grid {
        grid-template-columns: 1fr;
    }

    .pagination ul.page-numbers {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .catalog-content .catalog-content-sort ul li.catalog-filters-icon,
    .catalog-content .catalog-content-sort ul li.catalog-sort-field-icon {
        display: block;
    }

    .catalog-content .catalog-content-sort ul li.catalog-sort-item {
        display: none;
    }

    .catalog-content .catalog-content-sort ul li:not(:last-child) {
        border-right: 1px solid #C3D4E966;
    }

    .catalog-content .catalog-content-sort ul {
        justify-content: flex-start;
        column-gap: 0;
    }

    .catalog-content .catalog-content-sort ul li span {
        display: block;
    }

    .catalog-filters {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -100vh;
        transition: all .3s ease-in-out;
    }

    .catalog-filters.showed {
        bottom: 0;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
        max-height: calc(100% - 64px);
        overflow-x: auto;
    }

    .filter-select-content-wrap {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .catalog-header .catalog-header-title h1 {
        font-size: 38px;
        overflow: hidden;
    }

    .catalog-header .catalog-header-title h2 {
        font-size: 28px;
        overflow: hidden;
    }

    .container {
        padding: 0 10px;
    }

    .calculator .calculator-form .calculator-form-wrap .filter {
        width: 100%;
    }

    .about-numbers .about-numbers-grid {
        grid-template-columns: 1fr;
    }

    .front-slider .front-slider-title h2 {
        font-size: 30px;
    }

    .front-slider .front-slider-text {
        font-size: 16px;
    }

    .button {
        font-size: 18px;
    }

    .front-catalog .front-catalog-title {
        font-size: 22px;
    }

    .front-catalog .front-catalog-header {
        row-gap: 10px;
    }

    .button-arrow {
        padding: 10px 14px;
    }

    .front-about-scheme .front-about-scheme-left h1 {
        font-size: 22px;
    }

    .front-about-scheme .front-about-scheme-right h2 {
        font-size: 28px;
    }

    .front-about-advantages .front-about-advantages-wrap h1 {
        font-size: 28px;
    }

    .front-news .front-news-title h1 {
        font-size: 24px;
    }

    .single .single-props h1 {
        font-size: 28px;
    }

    .single .single-props .single-props-inline {
        font-size: 18px;
    }

    .single .single-props ul li {
        font-size: 16px;
    }

    .single .single-price ul {
        font-size: 16px;
    }

    .single .single-price h2 {
        font-size: 20px;
    }

    .front-about .front-about-wrap {
        padding: 0;
    }

    .about-numbers .about-numbers-left h2 {
        font-size: 22px;
        text-align: center;
    }

    .modal .modal-header h3 {
        font-size: 24px;
    }

    .car-top {
        display: none !important;
    }
}