@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@100;300;400;500;900&display=swap');

@font-face {
    font-family: 'Mon';
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alumni Sans', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.35rem;
}

h1 {
    font-size: 24px;
    letter-spacing: 0.65rem;
}

p {
    margin-bottom: 1.5rem;
}

blockquote {
    margin: 0 0 1rem;
    background: #D1F8F2;
    padding: 30px;
    border-left: 3px #D90A1E solid;
    font-style: italic;
}

img,
svg {
    max-width: 100%
}


body {
    font-size: 18px;
    line-height: 1.2;
    background-color: #ffffff;
    /*     background-image: url(../img/abstract-background.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #1e0e7d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: inherit;
}

body.js-filter-show-sidebar,
body.js-menu-show-sidebar {
    overflow: hidden;
}

hr {
    border-color: rgb(230 230 230 / 23%)
}

@media (min-width: 1460px) {
    .container {
        max-width: 1320px
    }
}

a {
    transition: .2s;
}

[class^=icon-],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    fill: currentColor;
    fill-rule: evenodd;
    width: 22px;
    height: 22px;
}

* {
    outline: none;
    box-sizing: border-box;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.icon-close {
    width: 18px;
    height: 18px;
}

.icon-filter,
.icon-sort {
    width: 24px;
    height: 24px;
}

.icon-down {
    width: 12px;
    height: 8px;
}

.icon-cart {
    width: 28px;
    height: 28px;
    vertical-align: -6px;
}

.icon-scroll {
    width: 52px;
    height: 52px;
}

.icon-phone {
    width: 17px;
    height: 17px;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    font-size: 18px;
    border-radius: 3px;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    width: 100%;
    border: 1px solid #E5E5E5;
    height: 39px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 16px;
}

textarea.form-control {
    height: auto;
    padding: 10px 10px;
}


.breadcrumbs {
    margin-bottom: 40px;
    display: inline-flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 3px;
    justify-content: center;
}

.breadcrumb a {
    color: #bf1313;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #D90A1E;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    content: '/';
    padding: 0 8px;
    color: #000000;
}

.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px;
    border: 0;
    background: 0;
    font-size: 10px;
    margin-top: -10px;
    margin-right: -10px;
    padding: 8px;
    line-height: 0;
}

.modal-form .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.modal-dialog {
    max-width: 590px;
}

.modal-header {
    padding: 50px 25px 10px;
}

.modal-body {
    padding-bottom: 30px;
}

.modal-title {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 3px;
}

.modal-text {

    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.modal-text.text-secondary {
    margin-top: 0;
}

.modal-content {
    background-color: #faf6f6;
    border-radius: 0;
    color: #160b0b;
}

.modal .close {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10;
    height: 35px;
    width: 35px;
}

.modal .close svg path {
    fill: #fff;
}

.field.checkbox.agree {
    margin-bottom: 15px;
}

.field.checkbox.agree label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 10px;
}

.field.checkbox.agree label a {
    color: #030101;
    border-bottom: 1px solid;
    text-decoration: none;
}

.field.checkbox.agree label a:hover {
    border-color: transparent;

}

.field.checkbox input {
    display: none;
}

.field.checkbox label:after,
.field.checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
}

.field.checkbox label:before {
    border: 1px solid #E5E5E5;
    background: transparent;
    border-radius: 3px;
}

.field.checkbox label:after {
    margin: 5px;
    width: 11px;
    height: 6px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.field.checkbox input:checked + label:after,
.field.checkbox input:checked + label:before {
    border-color: #1e0e7d;
}


form .loading {
    width: 40px;
    height: 10px;
    display: inline-block;
    background-image: url(../img/three-dots-w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.section {
    padding-top: 50px;
    padding-bottom: 115px;
}

.section-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.section-title .heading-1 {
    font-size: 48px;
    letter-spacing: 0.35rem;
    font-family: 'Alumni Sans', sans-serif;
}

.header__content {
	background-color: #1e0f7d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 115px;
	padding-left: 90px;
	padding-right: 90px;
}

.header__content a {
    color: #fff;
    text-decoration: none;
}

.header-menu {
    height: 51px;
    width: 60px;
    position: relative;
    cursor: pointer;
    z-index: 11;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    letter-spacing: 11px;
}

body.home .logo {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}


.header__flag {
    width: 60px;
    height: 100%;
    position: relative;
}

.header__flag-img {
    position: absolute;
    top: 0;
    width: 160px;
    transition: .5s;
    z-index: -1;
}


.section-article {
    padding-bottom: 0;
}

.article-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0px 9px 20px 0px rgb(0 0 0 / 7%);
    transition: .2s;
}

.article-card-title {
    min-height: 66px;
    padding-bottom: 15px;
    overflow: hidden;
}

.article-card-title a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}

.article-card-desc {
    color: #6F6F6F;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-card-more a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.article-card:hover {
    background: #D1F8F2;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: none;
}

.article-card:hover .article-card-title a {
    color: #000;
}

.article-card:hover .article-card-more a {
    border-bottom-color: #000;
}

.post-content {
    line-height: 1.6;
}

.post-content ul {
    list-style-type: none;
    padding-left: 22px;
    padding-top: 12px;
    margin-bottom: 27px;
}

.post-content ul li {
    margin-bottom: 0.55rem;
}

.post-content ul li::before {
    width: 6px;
    height: 6px;
    float: left;
    margin-top: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #D90A1E;
    vertical-align: middle;
    content: '';
    margin-left: -22px;
}

.post-content a {
    border-bottom: 1px solid;
    text-decoration: none;
}

.post-content a:hover {
    border-color: transparent;
}

.post-content b,
.post-content strong {
    font-weight: bold;
}

.post-content sup {
    color: #D90A1E;
}


.widget.filter-search {
    display: none;
}

.js-filter-mobile-btn {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 0.35rem;
    padding-left: 15px;
    padding-right: 15px;
}

button.slick-arrow {
    display: none !important;
}

#menu_offcanvas {
    position: fixed;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    right: -500px;
    height: 100%;
    overflow: auto;
    width: 500px;
    background: #15222a;
    padding-top: 150px;
    padding-left: 90px;
    padding-bottom: 100px;
    padding-right: 50px;
    z-index: 10;
}

#menu_offcanvas.active {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay {
    content: "";
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #404040;
    opacity: .5;
    filter: alpha(opacity=20);
    cursor: pointer;
}


.js-menu-show-sidebar .overlay,
.js-filter-show-sidebar .overlay {
    display: block;
}

.menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.menu a:hover {
    color: #D90A1E;
}

.menu > li {
    padding: 8px 0;
}

.menu > li > a {
    font-size: 36px;
    letter-spacing: px;
    font-weight: 300;
}

.soc {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.soc a:hover {
    opacity: 0.5;
}

.header-nav-burger {
    right: 0;
    top: 22px;
    background: #fff;
    box-sizing: border-box;
    background-clip: content-box;
    width: 60px;
    min-width: 60px;
    height: 6px;
    border-radius: 12px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 3;
    position: absolute;
}

.header-nav-burger:before,
.header-nav-burger:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 6px;
    width: 100%;
    right: 0;
    border-radius: 6px;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.header-nav-burger:before {
    top: -17px;
}

.header-nav-burger:after {
    bottom: -17px;
}

.js-menu-show-sidebar .header-nav-burger {
    background: 0 0;
    background-clip: content-box;
    width: 24px;
}

.js-menu-show-sidebar .header-nav-burger:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    width: 110%;
}

.js-menu-show-sidebar .header-nav-burger:after {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 110%;
}

.pagination ul {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    border: 1px solid #0e0e0e;
    color: #090808;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #e1e1e1;
    font-size: 14px;
    border-radius: 3px;
}

.pagination li a.active,
.pagination li a:hover {
    border-color: #fff;
}

.pagination li .icon-arrow {
    stroke: #171212;
    width: 7px;
}

.catalog-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #D1F8F2;
    text-decoration: none !important;
}

.catalog-btn.active,
.catalog-btn:hover {
    background: #D90A1E;
    color: #000;
}

.widget-title {
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrats', sans-serif;
    font-size: 25px;
    letter-spacing: normal;
}

.widget-title a {
    text-decoration: none;
    border-bottom: 1px solid;
}

.widget-title a:hover {
    border-color: transparent;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.tag-cloud a {
    margin: 5px 5px;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 12px;
    color: #030303;
    text-decoration: none !important;
    transition: box-shadow .35s;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ececec;
    white-space: nowrap;
}

.tag-cloud a:hover {
    background: #4a5964;
}

[data-toggle="collapse"] .expanded-text,
[data-show-hidden-siblings] .expanded-text {
    display: none;
}

[data-toggle="collapse"][aria-expanded="true"] .collapsed-text,
[data-toggle="collapse"].no-more .collapsed-text,
[data-show-hidden-siblings][aria-expanded="true"] .collapsed-text,
[data-show-hidden-siblings].no-more .collapsed-text {
    display: none;
}

[data-toggle="collapse"][aria-expanded="true"] .expanded-text,
[data-toggle="collapse"].no-more .expanded-text,
[data-show-hidden-siblings][aria-expanded="true"] .expanded-text,
[data-show-hidden-siblings].no-more .expanded-text {
    display: inline;
}

.widget.filter {
    margin-top: -13px;
}

.widget .select2-container .select2-selection--single {
    height: 43px;
    line-height: 43px;
    background-color: #ececec;
    border: 1px solid #e4e4e4;
}

.select2-results__option {
    color: #000;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
}

.widget input.form-control {
    height: 43px;
    line-height: 43px;
    background-color: #ececec;
    color: #000000;
    border-radius: 3px;
    border: 1px solid #292727;
    font-size: 18px;
}

.filter-form {
    width: 100%;
}

.filter-form-control-group {
    display: flex;
}

.filter-form-control-group .filter-form-control {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.filter-form-control .loading {
    background-image: url(../img/three-dots.svg);
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -5px;
    bottom: 50%;
}

.filter-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.filter-reset {
    color: #fff;
    border: 0;
}

.filter-submit {
    margin-bottom: 7px;
}

.filter-reset {
    border: none;
    text-transform: lowercase;
    padding: 0 !important;
    border-radius: 0;
    font-size: 18px;
}

.filter-reset:hover {
    border-bottom-color: transparent;
    color: #d90a1e;
}


.form-title {
    font-weight: bold;
    font-size: 20px;
}

.form-text-secondary {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #6F6F6F;
}

.form-buttons {
    text-align: center;
}

.cont-text {
    margin-bottom: 30px;
}

.cont-form {
    margin-bottom: 50px;
}

.cont-content {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 30px;
}

.cont-content a {
    color: #000;
}

.cont-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.cont-header span {
    font-size: 18px;
    font-weight: bold;
}

.cont-block {
    margin-bottom: 30px;
}

.cont-info {
    padding-left: 34px;
    line-height: 1.3;
}

.cont-info a {
    display: block;
}

.cont-header .icon-inf {
    width: 24px;
    height: 19px;
}

.cont-header .icon-inf {
    width: 24px;
    height: 19px;
}

.cont-header .icon-inf.cmail {
    height: 15px;
}

.product-card-specs {
    margin: 15px 0 30px;
    color: #6F6F6F;
}

.product-card-specs li {
    display: flex;
    margin-bottom: 8px;
}

.product-card-specs .key {
    flex-basis: 50%;
}

.product-card-specs .value {
    color: #000;
    font-weight: 500;
}

.product-price {
    flex-basis: 50%;
    font-size: 32px;
    font-weight: 900;
    color: #D90A1E;
    white-space: nowrap;
}

.product-card-order {
    justify-content: space-between;
    gap: 20px;
}

.product-card-order > button {
    width: 100%;
}

button.slick-arrow {
    font-size: 0;
    border: 0;
    width: 23px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.product-card-main-slider .slick-arrow {
    width: 16px;
    display: block !important;
}

.product-card-main-slider .slick-prev {
    background-image: url(../img/scrollarrowtoleft-w.svg);
    left: 15px;
}

.product-card-main-slider .slick-next {
    background-image: url(../img/scrollarrowtoright-w.svg);
    right: 15px;
}

.product-card-main-slider .slick-list {
    padding: 0;
    border-radius: 5px;
}

.product-card-gallery-thumbs .slider-wrapper2,
.product-card-gallery-thumbs .slider-nav {
    padding-top: 10px;
    margin-left: -5px;
    margin-right: -2px;
}

.product-card-gallery-thumbs .slider-slide {
    display: inline-flex;
    padding-left: 5px;
    padding-right: 5px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.product-card-gallery-thumbs .slider-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card-gallery-thumbs .slick-current.slick-active img {
    opacity: 0.5;
}

.product-card-gallery-thumbs .slider-slide-wrap {
    border-radius: 5px;
    overflow: hidden;
}

.product-card-gallery-thumbs .slick-track {
    margin-left: 0;

}

.accordion-dropdownlink {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    gap: 10px;
}

.accordion-submenu {
    display: none;
    padding: 15px;
}

.accordion-panel {
    border-bottom: 1px solid #E5E5E5;
}

.accordion-panel:last-child {
    border-bottom: none;
}

.accordion-panel.open .accordion-dropdownlink .icon-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.error-page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page-contant {
    max-width: 750px;
    position: relative;
    text-align: center;
}

.error-page-contant h1 {
    font-size: 300px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.error-page-primary {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 20px;
    margin-bottom: -52px;
}

.error-page-secondary {
    font-family: 'Alumni Sans', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 100;
    letter-spacing: 12px;
    margin-top: -27px;
}

.error-page-text {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.heading-1 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.heading-1:after {
    content: "";
    height: 3px;
    background-color: #0a0909;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.heading-2 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    font-size: 18px;
}

.footer {
    font-size: 15px;
/*     border-top: 1px solid #484848; */
/*     background-color: #000000; */
}

.footer a {
    text-decoration: none;
    border-bottom: 1px solid;
}

.footer--container {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}

.main-page__head {
    text-align: center;
}

.main-page__body {
    padding-bottom: 65px;
}

.catalog-total {
    font-size: 16px;
}

.catalog-total span {
    color: #000000;
}

.card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #4f5050;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.card-image,
.card-info,
.card-order {
    width: 100%;
}

.card-image {
    max-width: 300px;
    height: 219px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .4s;
}

.card-item:hover .card-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: .4s;
}

.card-order {
    max-width: 190px;
}

.card-sku {
    font-size: 10px;
    padding: 3px 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    color: #999999;
    font-weight: 400;
    border-radius: 3px;
}

.card-sku span {
    color: #e60000;
}

a.card-title {
    color: #100f0f;
    font-weight: 600;
    text-decoration: none;
}

.card-attributes {
    margin-top: 20px;
}

.card-attributes {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.card-attributes span {
    color: #bf1313;
}

a.card-more {
    color: #100f0f;
    border-bottom: 1px solid;
    margin-top: 15px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

a.card-more:hover,
a.card-title:hover {
    color: #e60000;
    border-color: transparent;
}

.card-order .btn {
    font-size: 24px;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.card-price-old {
    color: #999999;
    text-decoration: line-through;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.cont {
    margin-top: 15px;
}

.cont a {
    display: block;
    color: #000000;
    margin-top: 7px;
    text-decoration: none;
}

.cont a:hover {
    opacity: .5;
}

.card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.card-head .heading-1 {
    font-size: 32px;
    letter-spacing: 0.35rem;
    font-family: 'Alumni Sans', sans-serif;
}

.card-parts .card-item:last-child {
    border-color: transparent;
}


.catalog-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.catalog-element--mobile {
    margin-bottom: 24px;
    position: relative;
}

.catalog-sort select.sort-select2 {
    opacity: 0;
    visibility: hidden;
}

.catalog-sort .select2-selection {
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 16px;
    color: #fff;
}

.catalog-sort .select2-selection .select2-selection__rendered {
    color: #fff;
    line-height: 32px;
    padding-right: 32px;
    text-align: right;
}

.catalog-sort .select2-selection .select2-selection__arrow {
    width: 20px;
    height: 32px;
    background-image: url(../img/down-arrow-white.svg);
    background-size: 13px 9px;
    background-position: 1px center;
}

button#js-sort-button {
    position: relative;
}

button.filter-sort-btn {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 55px;
}

#js-filter-mobile {
    position: fixed;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    right: -100%;
    height: 100%;
    overflow: auto;
    width: 100%;
    max-width: 500px;
    background: #15222a;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 60px;
    padding-right: 20px;
    z-index: 20;
}

#js-filter-mobile.active {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.js-filter-mobile-btn.close {
    position: absolute;
    right: 22px;
    top: 33px;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#js-filter-mobile .widget-title {
    margin-bottom: 35px;

}

#js-filter-mobile .widget.filter {
    margin-top: 0;
}

#js-filter-mobile .filter-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    bottom: 0;
    background: #16232B;
    width: 100%;
    max-width: 500px;
    right: 0;
    padding: 10px 20px;
    gap: 10px;
    box-shadow: 0 0 26px 4px #000;
}

#js-filter-mobile .filter-submit {
    margin-bottom: 0;
    width: 100%;
}

#js-filter-mobile .filter-reset {
    background: #2F3A42;
    height: 44px;
    border-radius: 3px;
    width: 44px;
    min-width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tabs {
    margin-bottom: 35px;
}

.tabs-list {
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #2f3a42;
}

.tabs-list li {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 30px;
    margin: 0;
    border-radius: 3px 3px 0 0;
    list-style: none;
    cursor: pointer;
    border-bottom: none;
    display: block;
    margin-left: -1px;
}

.tabs-list li:hover {
    opacity: 0.7;
}

.tabs-list li.tab-active {
    background: #ececec;
}

.tabs-list li:not(:last-child) {
}

.tabs-list li sup {
    position: absolute;
    top: -5px;
    padding-left: 5px;
    opacity: 0.5;
}

.tabs-accordion {
    font-size: 17px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px;
    display: none;
    border: 1px solid #2f3a42;
    background: #2f3a42;
    padding: 12px 15px;
    margin-bottom: 7px;
    border-radius: 3px;
}

.tabs-accordion.tab-active {
    background: #2f3a42;
    border-color: #ffffff;
}

.tabs-accordion .arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
}

.tabs-container {
    padding: 0;
    clear: left;
}

.tabs-product.tab-content {
    display: none;
    padding: 25px 0;
}

.tab-content-active {
    display: block;
}

.product-fix-panel {
    background: #16232B;
    box-shadow: 0 0 26px 4px #000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 10px 15px;
    display: none;
}

.product-fix-panel__order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-fix-panel__order .card-price-old--product {
    margin: 0;
    order: initial;
    width: 100%;
}

.product-fix-panel__order .btn-primary {
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
}

.product-fix-panel__tel {
    position: relative;
}

.product-fix-panel__btn {
    height: 44px;
    width: 44px;
    min-width: 44px;
    display: flex;
    background: #2F3A42;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-fix-panel__cont {
    position: absolute;
    bottom: 100%;
    background: #16232b;
    width: 290px;
    right: 0;
    padding: 19px 25px;
    margin-bottom: 13px;
    border-radius: 3px;
    box-shadow: 0px -2px 14px 3px #ffffff47;
    display: none;
}

.product-fix-panel__tel.active .product-fix-panel__cont {
    display: block;
}


.product-specs {
    margin: 30px 0;
    padding-bottom: 30px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.product-specs li {
    display: flex;
    padding: 3px 0;
}

.product-specs .key {
    flex-basis: 30%;
}

.product-specs .value {
    color: #1e0e7d;
    flex-basis: 70%;
}

.product-content {
    display: flex;
    gap: 30px;
    margin-top: 34px;
}

.product-content__image {
    width: 50%;
}

.product-content__info {
    width: 50%;
}

.product-slider__img {
    display: block;
    padding-bottom: 75%;
    width: 100%;
    position: relative;
}

.product-content__carusel {
    margin-top: 10px;
    overflow: hidden;
}

.product-content__carusel .slick-slider {
    margin-left: -4px;
    margin-right: -4px;
}

.product-content__carusel .slider-slide {
    cursor: pointer;
    margin: 0 5px;
}

.product-content__carusel .slider-slide-wrap {
    border-radius: 3px;
    overflow: hidden;
    height: 83px;
}

.product-content__carusel .slick-current.slick-active img {
    opacity: 0.5;
}

.product-content__thumbs {
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.product-content__thumbs .slick-arrow {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    padding: 5px;
    display: block !important;
    background-color: #fff;
    background-size: 12px;
}

.product-content__thumbs .slick-prev {
    background-image: url(../img/scrollarrowtoleft.svg);
    left: auto;
    top: auto;
    right: 45px;
    bottom: 15px;
}

.product-content__thumbs .slick-next {
    background-image: url(../img/scrollarrowtoright.svg);
    right: 15px;
    top: auto;
    bottom: 15px;
}

.product-content__order .btn-primary {
    height: 58px;
    font-size: 24px;
    font-weight: 700;
}

.sku {
    background: #fff;
    display: inline;
    color: #999999;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
}

.sku span {
    color: #D90A1E;
}

.card-price-old--product {
    text-align: left;
    font-weight: 400;
    margin-bottom: 8px;
}

a.readmore-js-toggle {
    border: none;
    color: #fff;
}

a.readmore-js-toggle span {
    border-bottom: 1px solid;
    font-size: 16px;
}

.main-block {
    padding-top: 100px;
}

.section-title--main-block {
    text-align: center;
}

.section-title--main-block h1 {
    font-size: 40px;
    line-height: 1.2;
    display: block;
    letter-spacing: 1.2rem;
/*     font-weight: 200; */
    margin-bottom: 5px;
}

.section-title--main-block h2 {
    font-size: 40px;
    font-weight: 300;
}

.car-list__items {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 25px;
    flex-direction:row;
}

.car-list__item {
    text-decoration: none !important;
    color: #000000;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
}

.car-list__image img {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.car-list__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.advantages-block__items {
    display: flex;
    gap: 30px;
}

.advantages-block__item {
    background: #1e0e7d;
    text-align: center;
    padding: 35px;
}

.advantages-block__title {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.35rem;
    font-family: 'Alumni Sans', sans-serif;
    font-weight: 500;
    margin-top: 25px;
    color: white;
}

.advantages-block__text {
    color: #ffffff;
    margin-top: 15px;
    padding-bottom: 15px;
}

.main-block__filter-form .filter-form {
    display: flex;
    gap: 20px;
}

.main-block__filter-form .filter-form-control,
.main-block__filter-form .filter-footer {
    width: 100%;
}

@media (min-width: 768px) {
    .section-title .heading-1 br {
        display: none;
    }
}

@media (max-width: 1899px) {
    .header__flag-img {
        width: 100px;
    }
}

@media (max-width: 1499px) {
    .header__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header__flag-img {
        width: 100px;
    }

    .breadcrumbs {
        margin-bottom: 25px;
    }

    .main-page__body--product {
        margin-top: 120px;
    }

    .main-page__head {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1399px) {
    .card-image {
        max-width: 259px;
    }

    .main-page__head {
        padding-left: 110px;
        padding-right: 110px;
    }

    body {
        background-image: none;
    }

    .wrapper:after,
    .wrapper:before {
        content: "";
        position: fixed;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        top: 0;
        background-size: 35%;
    }

    .wrapper:before {
/*         background-image: url(../img/abstract-background-1.png); */
        left: 0;
        background-position: 0 0;
    }

    .wrapper:after {
/*         background-image: url(../img/abstract-background-2.png); */
        right: 0;
        background-position: 100% 0;
    }
}


@media (max-width: 1199px) {

    .wrapper:after,
    .wrapper:before {
        background-size: 35%;
    }

    .header__content {
        height: 70px;
    }

    .header__flag-img {
        width: 44px;
    }

    .logo {
        font-size: 24px;
    }

    body.home .header-show .logo {
        opacity: 1;
        visibility: visible;
    }

    .header-menu {
        height: 22px;
        width: 32px;
    }

    .header__flag {
        width: 32px;
    }

    .header-nav-burger {
        top: 10px;
        width: 32px;
        min-width: 32px;
        height: 3px;
    }

    .header-nav-burger:before {
        top: -10px;
        height: 3px;
    }

    .header-nav-burger:after {
        bottom: -10px;
        height: 3px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .menu > li > a {
        font-size: 30px;
    }

    .card-items {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .card-item {
        width: calc(50% - 10px);
        flex-wrap: wrap;
        gap: 20px;
    }

    .card-image {
        max-width: 100%;
    }

    .card-info .card-more {
        display: none;
    }

    .card-order {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .card-price-old {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .card-order .btn {
        width: 100%;
        order: 2;
    }

    .card-order .cont {
        width: 100%;
        order: 3;
    }

    .card-order a.card-more {

        order: 4;
    }

    .card-parts .card-item:last-child {
        border-color: #4f5050;
    }

    .main-page__body--product {
        margin-top: 56px;
    }

    .product-content {
        display: block;
    }

    .product-content__image {
        width: 100%;
    }

    .product-content__info {
        width: 100%;
        margin-top: 35px;
    }

    .main-page__head {
        padding-left: 60px;
        padding-right: 60px;
    }

    .main-block {
        padding-top: 57px;
    }

    .main-block__filter-form .filter-form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-block__filter-form .filter-form-control,
    .main-block__filter-form .filter-footer {
        width: 48%;
    }

    .advantages-block__item {
        padding: 25px 20px;
        width: 33.3333%;
    }

    .advantages-block__title {
        font-size: 24px;
        margin-top: 17px;
    }

    .advantages-block__text {
        font-size: 14px;
    }

    .section-title--main-block h1 {
        font-size: 66px;
    }

    .wrapper {
        position: relative;
        padding-top: 67px;
    }

    .header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 15;
        background-color: #16232b;
        -webkit-transition: background-color .2s linear;
        -ms-transition: background-color .2s linear;
        transition: background-color .2s linear;

    }

    .header-show {
        background-color: #16232b;
    }
}

@media (max-width: 991px) {

    .wrapper:after, .wrapper:before {
        background-size: 59%;
    }

    .header-show .header__flag-img {
        margin-top: -116px;
    }

    .main-page__body--product {
        margin-top: 0px;
    }

    .product-content__order {
        display: none;
    }

    .product-fix-panel {
        display: block;
    }
}

@media (max-width: 767px) {


    .tabs-accordion {
        display: block;
    }

    .tabs-list {
        display: none;
    }

    .product-content {
        margin-top: 25px;
    }

    .product-specs {
        font-size: 14px;
        padding-bottom: 0;
    }

    .product-specs .key {
        flex-basis: 50%;
    }

    .product-specs .value {
        flex-basis: 50%;
    }

    .section-title--main-block h1 {
        font-size: 40px;

    }

    .section-title--main-block h2 {
        font-size: 24px;
    }

    .main-block__filter-form .filter-form-control,
    .main-block__filter-form .filter-footer {
        width: 100%;
    }

    .main-block__filter-form .filter-form {
        gap: 10px;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-title .heading-1 {
        font-size: 30px;
        text-align: center;
    }


    body.home .header__flag-img {
        display: none;
    }

    .advantages-block__items {
        flex-wrap: wrap;
    }

    .advantages-block__item {
        padding: 25px;
        width: 100%;
    }


}

@media (max-width: 575px) {
    .pagination ul {
        flex-wrap: wrap;
    }

    .wrapper {
        padding-top: 67px;
    }

    .wrapper:after, .wrapper:before {
        background-size: 80%;
    }

    .logo {
        letter-spacing: 5px;
    }

    .heading-1 {
        font-size: 30px;
    }

    .header__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu_offcanvas {
        right: -360px;
        width: 360px;
        padding-top: 80px;
        padding-left: 70px;
        padding-bottom: 50px;
        padding-right: 40px;
    }


    .error-page-primary {
        font-size: 67px;
    }

    .error-page-contant h1 {
        font-size: 254px;
    }

    .error-page-secondary {
        font-size: 37px;
    }

    .card-item {
        width: 100%;
    }

    .card-image {
        height: 245px;
    }

    .catalog-total {
        font-size: 14px;
    }

    .footer--container {
        flex-wrap: wrap;
        gap: 15px;
        text-align: center;
    }

    .deweloper,
    .copyright {
        width: 100%;
    }

    .widget-title {
        font-size: 24px;
        letter-spacing: 0.35rem;
    }

    .car-list__items {
        gap: 15px;
    }

    .car-list__image {
        width: 80px;
        height: 80px;
    }

    .section-title--main-block h1 {
        letter-spacing: .6rem;
    }
}

@media (max-width: 375px) {
}
