.slide-toggle h4:hover,
.slide-toggle h3:hover,
.slide-toggle p:hover {
    color: #17a;
    cursor: pointer;
}

.catalog-filter-title {
    color: #3c3c3c;
}

.slide-toggle h3::before,
.slide-toggle p::before {
    content: '';
    position: absolute;
    left: 0;
    /* top: 50%; */
    margin-top: 12px;
    margin-left: 13px;
    width: 16px;
    height: 16px;
    background: url("/images/icons/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.slide-toggle h4::before {
    content: '';
    position: absolute;
    left: 0;
    /* top: 50%; */
    margin-top: 10px;
    margin-left: 150px;
    width: 16px;
    height: 16px;
    background: url("/images/icons/cd-icon-arrow-black.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.slide-toggle h3.closed::before,
h4.closed::before,
p.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.ss-value-text {
    line-height: 17px;
}

.ss-option {
    line-height: 24px;
}

#floatingCirclesG {
    position: relative;
    width: 208px;
    height: 208px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 37px;
    width: 37px;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 0.362s;
    -o-animation-duration: 0.362s;
    -ms-animation-duration: 0.362s;
    -webkit-animation-duration: 0.362s;
    -moz-animation-duration: 0.362s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 85px;
    animation-delay: 0.1395s;
    -o-animation-delay: 0.1395s;
    -ms-animation-delay: 0.1395s;
    -webkit-animation-delay: 0.1395s;
    -moz-animation-delay: 0.1395s;
}

#frotateG_02 {
    left: 24px;
    top: 24px;
    animation-delay: 0.186s;
    -o-animation-delay: 0.186s;
    -ms-animation-delay: 0.186s;
    -webkit-animation-delay: 0.186s;
    -moz-animation-delay: 0.186s;
}

#frotateG_03 {
    left: 85px;
    top: 0;
    animation-delay: 0.2225s;
    -o-animation-delay: 0.2225s;
    -ms-animation-delay: 0.2225s;
    -webkit-animation-delay: 0.2225s;
    -moz-animation-delay: 0.2225s;
}

#frotateG_04 {
    right: 24px;
    top: 24px;
    animation-delay: 0.269s;
    -o-animation-delay: 0.269s;
    -ms-animation-delay: 0.269s;
    -webkit-animation-delay: 0.269s;
    -moz-animation-delay: 0.269s;
}

#frotateG_05 {
    right: 0;
    top: 85px;
    animation-delay: 0.3155s;
    -o-animation-delay: 0.3155s;
    -ms-animation-delay: 0.3155s;
    -webkit-animation-delay: 0.3155s;
    -moz-animation-delay: 0.3155s;
}

#frotateG_06 {
    right: 24px;
    bottom: 24px;
    animation-delay: 0.362s;
    -o-animation-delay: 0.362s;
    -ms-animation-delay: 0.362s;
    -webkit-animation-delay: 0.362s;
    -moz-animation-delay: 0.362s;
}

#frotateG_07 {
    left: 85px;
    bottom: 0;
    animation-delay: 0.4085s;
    -o-animation-delay: 0.4085s;
    -ms-animation-delay: 0.4085s;
    -webkit-animation-delay: 0.4085s;
    -moz-animation-delay: 0.4085s;
}

#frotateG_08 {
    left: 24px;
    bottom: 24px;
    animation-delay: 0.455s;
    -o-animation-delay: 0.455s;
    -ms-animation-delay: 0.455s;
    -webkit-animation-delay: 0.455s;
    -moz-animation-delay: 0.455s;
}

@keyframes f_fadeG {
    0% {
        background-color: rgba(17, 119, 170, 0.98);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgba(17, 119, 170, 0.98);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgba(17, 119, 170, 0.98);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgba(17, 119, 170, 0.98);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgba(17, 119, 170, 0.98);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}


/* .select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.select2-container.form-control {
    height: auto !important;
} */


/* Стили для плашки с результатами */

#search_box-result {
    display: none;
    width: calc(100% + 40px);
    max-height: calc(100vh - 64px);
    margin: 0;
    padding: 0 0 120px;
    border: 1px solid #fff;
    background: #f4f4f4;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    overflow: auto;
    position: absolute;
    top: calc(100% + 9px);
    left: -20px;
    z-index: 9999;
}

#search_box-result .search_result {
    padding: 0 15px;
    width: 100%!important;
}

@media (min-width: 768px) {
    #search_box-result {
        padding: 0;
    }
}

.search_result-footer a.btn {
    margin: 0;
}

.search_result-footer p span {
    display: inline-block;
    margin: 0 5px 0 0;
}

.search_box_table table {
    width: 100%;
    min-width: 0px !important;
    margin: 0 0 0px;
    border-collapse: collapse;
    text-align: left;
}

.search_box_table table tr {
    background: #f4f4f4;
}

.search_box_table table tr:nth-of-type(2n) {
    background: #fbfbfb;
}

.search_box_table table tr td {
    border-bottom: 1px solid #d7dbdc;
}

.search_box_table table tr td:nth-of-type(3) {
    width: 200px;
    vertical-align: middle;
}

.search_td {
    width: 200px !important;
}

.order-table-image-search {
    width: 70px;
    padding: 5px;
    background: #fff;
    border: 1px solid #e5e8e8;
}

.img_card {
    height: 233px;
    width: 233px;
}

.search_result.article-table table td {
    padding: 10px 10px 10px 0;
}

.search_result.article-table table td:nth-of-type(1) {
    width: 70px;
    padding: 10px;
}

.search_result.article-table table td:nth-of-type(2) {
    width: calc(100% - 170px);
}

.search_result.article-table table td:nth-of-type(3) {
    width: 101px;
}

.search_result .order-table-image-search {
    width: 100%;
}

.order-table h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 20px;
}

.search_result-cost {
    font-size: 16px;
}

.search_result-footer {
    text-align: center;
    padding: 15px;
    background: #f4f4f4;
    border-top: 1px solid #d7dbdc;
}

.search_result-footer p {
    margin: 0;
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.search_result-footer a.btn {
    margin: 15px auto 0;
}

@media (min-width: 767px) {
    .search_result-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 35px;
        text-align: left;
    }
    .search_result-footer p {
        font-size: 25px;
        line-height: 28px;
    }
    .search_result-footer a.btn {
        margin: 0;
    }
    .search_result {
        width: calc(100% - 25px);
        left: 0;
    }
    .search_result-cost {
        font-size: 25px;
    }
    .order-table h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 25px;
    }
    .search_result .order-table-image-search {
        width: 70px;
    }
    .search_result.article-table table td {
        padding: 10px 20px;
    }
    .search_result.article-table table td:nth-of-type(1) {
        width: 110px !important;
        padding: 10px 20px;
    }
    .search_result.article-table table td:nth-of-type(2) {
        width: calc(100% - 290px);
    }
    .search_result.article-table table td:nth-of-type(3) {
        width: 182px;
    }
}

@media (min-width: 1200px) {
    .search_result {
        width: 100%;
        top: calc(100% + 15px);
    }
}

.gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    color: transparent !important;
    background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
    background-size: 1000px 640px;
    position: relative;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
/*
     */
/*
*/