.catalog-products {
    margin-top: 100px;
}

.catalog-products .product {
    padding: 32px 0 42px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
}

.catalog-products .product-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-products .product-name {
    font-family: "Circe-Bold";
    font-size: 24px;
    padding-left: 5px;
}

.catalog-products .product-name .product-count {
    margin-left: 5px;
}

.catalog-products .product-count {
    font-family: "Circe-Regular";
    font-size: 20px;
    color: #c4c4c4;
}

.catalog-products .product-properties {
    margin: 35px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-family: "Circe-Regular";
    font-size: 20px;
}

.catalog-products .product-properties li {
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    margin-right: 16px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
}

.catalog-products .product-properties.hidden-text li {
    position: relative;
    overflow: hidden;
    width: 25%;
}

.catalog-products .product-properties li:last-child {
    margin-right: 0;
}

.catalog-products .product-properties li::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(270deg, #FFFFFF 10%, rgba(255, 255, 255, 0) 100%);
}

.catalog-products .product-properties-location {
    background-image: url(/local/templates/main/img/catalog/property-location.svg);
}

.catalog-products .product-properties-size {
    background-image: url(/local/templates/main/img/catalog/property-size.svg);
}

.catalog-products .product-properties-variety {
    background-image: url(/local/templates/main/img/catalog/property-variety.svg);
}

.catalog-products .product-properties-type {
    background-image: url(/local/templates/main/img/catalog/property-type.svg);
}

.catalog-products .product-price {
    font-family: "Circe-Regular";
    font-size: 16px;
}

.catalog-products .product-price p {
    margin-top: 0;
}

.catalog-products .product-price span {
    font-family: "Circe-Bold";
    font-size: 32px;
}

.catalog-products .product-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-products .product-buy-quantity {
    height: 50px;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
}

.catalog-products .product-buy-quantity-num {
    width: 55px;
    border: none;
    text-align: center;
    font-family: "Circe-Bold";
    font-size: 20px;
    outline: none;
    -moz-appearance: textfield;
}

.catalog-products .product-buy-quantity-num::-webkit-inner-spin-button,
.catalog-products .product-buy-quantity-num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.catalog-products .product-buy-quantity-minus {
    margin-left: 15px;
    font-size: 20px;
}

.catalog-products .product-buy-quantity-plus {
    margin-right: 15px;
    font-size: 25px;
}

.catalog-products .product-buy-quantity .sign {
    width: 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
    border: none;
    font-family: "Circe-Bold";
    font-size: 20px;
    color: #d62631;
    outline: none;
    cursor: pointer;
}

.catalog-products .product-buy-button {
    width: 155px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Circe-Regular";
    font-size: 16px;
    background: #d62531;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
}

.catalog-products .product-buy-button:hover {
    background: #a4282e;
}

.catalog-products .product-buy-button.choose {
    width: 210px;
}

.catalog-products .product-buy-button.in-cart {
    width: 210px;
    border: 1px solid #d62631;
    background: white;
    color: #d62631;
}

.catalog-products .product-buy-button.in-cart::after {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    margin-left: 10px;
    background: url("/local/templates/main/img/redCheckmark.svg") no-repeat center;
}

.catalog-help {
    margin-top: 100px;
}

.catalog-help .container {
    display: flex;
}

.catalog-help .container>div {
    width: 50%;
}

.catalog-help_img img {
    width: 100%;
    height: 100%;
}

.catalog-help-content {
    padding: 40px;
    position: relative;
    color: white;
    background: #2c2c2c url(/local/templates/main/img/catalog/help-bg.png) no-repeat center;
}

.catalog-help-title {
    margin: 0;
    font-family: "Circe-Bold";
    font-size: 32px;
    line-height: 34px;
}

.catalog-help-descr {
    max-width: 375px;
    margin: 15px 0 0 0;
    font-family: "Circe-Regular";
    font-size: 16px;
}

.catalog-help-question {
    width: 135px;
    height: 50px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Circe-Regular";
    color: white;
    background: #d62631;
    text-decoration: none;
}

.catalog-help-question:hover {
    background: #a4282e;
}

.catalog-help-contacts {
    position: absolute;
    right: 40px;
    bottom: 40px;
    line-height: 34px;
}

.catalog-help-contacts a {
    color: white;
    text-decoration: none;
}

.catalog-help-contacts .phone {
    font-family: "Circe-Bold";
    font-size: 32px;
}

.catalog-help-contacts .email {
    font-family: "Circe-Regular";
    font-size: 24px;
}

.category.catalog-services .container {
    background: url(/local/templates/main/img/catalog/services-cart.png) no-repeat left bottom;
}

.catalog-filters .container {
    justify-content: space-between;
}

.catalog-filters-tabs-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.rd-order-list__tab-wrapper {
    margin-bottom: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.catalog-filters-tabs-list .init {
    display: none;
}

.catalog-filters-tabs-list li {
    display: block;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 4px solid rgba(0, 0, 0, 0.0001);
}

.catalog-filters-tabs-list li:not(:last-child) {
    margin-right: 50px;
}

.catalog-filters-tabs-list li:hover {
    border-bottom: 4px solid #d62631;
}

.catalog-filters-tabs-list li:hover a {
    color: #d62631;
}

.catalog-filters-tabs-list li[aria-selected=true] {
    border-bottom: 4px solid #d62631;
}

.catalog-filters-tabs-list li[aria-selected=true] a {
    font-family: "Circe-Bold";
    color: #d62631;
}

.catalog-filters-tabs-list a {
    display: block;
    height: 100%;
    font-family: "Circe-Regular";
    font-size: 20px;
    color: black;
    text-decoration: none;
    outline: none;
}

.catalog-filters--sales-parts-list .catalog-filters-tabs-list a,
.rd-order-list__tab-wrapper .catalog-filters-tabs-list a {
    font-family: "Circe-Light";
}

.catalog-filters-tabs .tab {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #f9f9f9;
    border-top: 1px solid #d6d6d6;
}

.catalog-filters--sales-parts-list .catalog-filters-tabs .tab {
  padding-bottom: 70px;
  margin-bottom: 58px;
}

.sort-immediate-need {
  display: flex;
  align-items: center;
  padding-left: 36px;
  padding-top: 40px;
}

.sort-immediate-need__label {
  position: relative;
  padding-top: 3px;
  margin-right: 8px;
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  user-select: none;
  cursor: pointer;
}

.sort-immediate-need__label::before {
  position: absolute;
  content: "";
  top: 0;
  left: -36px;
  width: 20px;
  height: 20px;
  border: 1px solid #343434;
  box-sizing: border-box;
  border-radius: 2px;
}

.sort-immediate-need__input:checked + .sort-immediate-need__label::before {
  background: url("/local/templates/main/img/checkMark.svg") #D62631 no-repeat center;
  border: 1px solid #D62631;
}

.catalog-filters-tabs .tab-clear {
    display: flex;
    align-items: center;
    position: absolute;
    right: 55px;
    top: 35px;
    font-family: "Circe-Regular";
    font-size: 16px;
    color: #d62631;
    text-decoration: none;
}

.catalog-filters--sales-parts-list .catalog-filters-tabs .tab-clear {
  right: 55px;
  top: inherit;
  bottom: 40px;
  height: 32px;
}

.catalog-filters-tabs .tab-clear::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: url("/local/templates/main/img/catalog/tab-clear.svg") no-repeat center;
}

.catalog-filters-tabs #kolesnie_pari {
    padding-right: 100px;
}

.catalog-filters-item {
  margin-bottom: 30px;
  margin-right: 40px;
}


.catalog-filters--sales-parts-list .catalog-filters-item {
  width: 384px;
}

.catalog-filters--sales-parts-list .catalog-filters-item--immediate-need {
  width: 220px;
}

.unchecked-immediate-need.catalog-filters--sales-parts-list .catalog-filters-item:nth-child(1) .dropdown-search {
  pointer-events: none;
  opacity: 0.5;
}
.unchecked-immediate-need.catalog-filters--sales-parts-list .catalog-filters-item:nth-child(2) .select2-container {
  pointer-events: none;
  opacity: 0.5;
}

.catalog-filters--sales-parts-list .catalog-filters-item:nth-child(3n){
  margin-right: 0;
}

.catalog-filters-item-name {
    margin: 0 0 16px 0;
    font-family: "Circe-Regular";
    font-size: 16px;
}

.catalog-filters-item .dropdown-search {
    position: relative;
}

.catalog-filters-item .dropdown-search input {
    width: 324px;
    padding: 13px 30px 14px 18px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.0001) !important;
    outline: none;
    font-family: "Circe-Regular";
    font-size: 16px;
    border-radius: 2px;
}

.catalog-filters--sales-parts-list .catalog-filters-item .dropdown-search input {
  padding: 9px 36px 9px 18px;
}

.catalog-filters--sales-parts-list .catalog-filters-item .dropdown-search input::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.6;
}

.catalog-filters-item .dropdown-search input:hover {
    border: 1px solid #d6d6d6;
}

.catalog-filters-item .dropdown-search input::-webkit-calendar-picker-indicator {
    display: none;
}

/* .catalog-filters-item .dropdown-search::after {
    content: "";
    z-index: 1;
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 23px;
    background: url(/local/templates/main/img/catalog/filter-triangle.svg) no-repeat center;
} */

.catalog-filters--sales-parts-list .catalog-filters-item .dropdown-search::after {
  background: none;
}

.catalog-filters-item datalist {
    font-family: "Circe-Regular";
    font-size: 16px;
}

@media (max-width: 992px) {
    .catalog-products {
        margin-top: 50px;
    }
    .catalog-products .product {
        flex-direction: column;
    }
    .catalog-products .product-properties {
        flex-direction: column;
        align-items: flex-start;
    }
    .catalog-products .product-properties.hidden-text li{
        width: 100%;
    }
    .catalog-products .product-properties li:not(:last-child) {
        margin-bottom: 12px;
    }
    .catalog-products .product-right {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 25px;
    }
    .catalog-products .product-price {
        margin: 15px 0;
        min-width: 155px;
    }
    .catalog-products .product-price span {
        font-size: 28px;
    }
    .catalog-products .product-buy {
        width: 100%;
        justify-content: space-between;
    }
    .catalog-help {
        margin-top: 50px;
    }
    .catalog-help .container {
        padding: 0 !important;
    }
    .catalog-help .container>div {
        width: 100%;
    }
    .catalog-help-content {
        padding: 40px 20px;
    }
    .catalog-help_img {
        display: none;
    }
    .catalog-help-contacts {
        position: static;
        margin-top: 100px;
    }
    .catalog-help-title {
        font-size: 32px;
    }
    .catalog-help-descr {
        font-size: 24px;
    }
    .category.catalog-services .container {
        background: none;
    }
    .catalog-filters-tabs-list {
        flex-direction: column;
        list-style: none;
    }
    .catalog-filters-tabs-list li {
        padding: 5px 10px;
        z-index: 2;
        background: none;
        font-size: 20px;
    }
    .catalog-filters-tabs-list li:hover {
        border-bottom: none;
    }
    .catalog-filters-tabs-list li:not(.init) {
        float: left;
        /* display: none; */
    }
    .catalog-filters-tabs-list .init {
        display: flex;
        align-items: center;
    }
    .catalog-filters-tabs-list .init::after {
        content: "";
        width: 13px;
        height: 9px;
        margin-left: 8px;
        display: block;
        background: url(/local/templates/main/img/catalog/tabs-drop-arrow.svg) no-repeat center;
    }
    .catalog-filters-tabs-list .init a {
        font-family: "Circe-Bold";
        font-size: 20px;
        color: #d62631;
    }
    .catalog-filters-tabs-list li[aria-selected=true] {
        border-bottom: none;
    }
    .catalog-filters-tabs .tab {
        padding: 16px 15px 30px 16px;
        flex-direction: column;
    }
    .catalog-filters-tabs .tab-clear {
        position: static;
        margin: 10px auto 0 auto;
    }
    .catalog-filters-tabs .tab .dropdown-search {
        width: calc(100% - 20px);
    }
    .catalog-filters-tabs .tab .dropdown-search::after {
        right: -3px;
    }
    .catalog-filters-tabs .select2-container {
        width: 100%;
        min-width: 100%;
    }
    .catalog-filters-item .dropdown-search input {
        padding-right: 19px;
    }
    .catalog-filters-item:not(:last-child) {
        margin-right: 0;
    }
    .catalog-filters #kolesnie_pari {
        padding-right: 16px;
    }
}
.col.col-4.size {
    /* overflow: hidden; */
}

/*# sourceMappingURL=style.css.map */