.wraper__list {
    background-color: #FFFFFF;
    padding: 6rem 0px;
    position: relative;
    border-radius: .5rem;
}

.wraper__list:after {
    width: 1.75rem;
    height: 1.75rem;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../img/type-list__cube.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    pointer-events: none;
}

.wraper {}

.header__contact {
    text-align: right;
}

.header__devider {
    width: 1px;
    height: 4.5rem;
    background-color: var(--color__border);
    margin: 0px 2.5rem;
}

.header__time-work {
    color: var(--color__fill-1);
    opacity: .56;
}

.header__total {
    color: var(--color__fill-1);
    font-weight: 600;
    margin-bottom: .25rem;
}

img.header__social {
    max-height: 1rem;
    margin-left: .75rem;
}

a.header__soc-link {
    transition: all ease .24s;
}

a.header__soc-link:hover {
    opacity: .56;
}

a.header__logIn {
    white-space: nowrap;
    overflow-x: elipsis
}

a.header__logIn svg {
    width: 20px;
    height: 20px;
    margin-right: .3em;
    fill: #333;
}

a.header__logIn {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.header__logIn:hover {
    color: var(--color__fill-1);
}

.link-top,
.link-phone {
    display: none;
}



.wraper__title {
    margin-bottom: 2rem;
}

img.product__img.--main-page.--big {
    max-height: 16rem;
    padding: 0px;
}

.wraper.mrg {
    margin-top: 4rem;
}

.mini-cart__count span {
    position: relative;
    top: -.05rem;
}

.header {
    background-color: white;
    z-index: 102;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header__logo {
    margin-right: 0px !important;
}

.header__logo img {
    /* height: 4rem; */
    width: 100%;
    max-width: 16rem;
}

.header__top {
    background-color: var(--color__fill-4);
}

.header__nav {}

.header__item {
    display: flex;
}

.header__item.active {}

a.header__link {
    display: flex;
    text-decoration: none;
    color: var(--color__text-1);
    transition: all ease .24s;
    font-size: .875rem;
    font-weight: 600;
    height: 3rem;
    align-items: center;
    margin-right: 2rem;
}

.header__item.active .header__link {
    color: var(--color__fill-1);
    font-weight: bold;
}

.header__messagners {
    width: 100%;
    /* margin-top: -.25rem; */
}

.header__messagners .p {
    margin-right: .5rem;
}

.header__messagner {
    display: flex;
    margin-left: .25rem;
    transition: all ease .24s;
}

.header__messagner img {
    height: 1.5rem;
}

.header__messagner:hover {}

.header__tell {
    text-decoration: none;
    width: 100%;
    color: var(--color__fill-1);
    margin-top: .15rem;
    /* margin-bottom: -.15rem; */
}

.header__tell img {
    height: 1.5rem;
    top: -.15rem;
    position: relative;
}

.header__tell span {}

.header__callback {
    width: 100%;
    text-decoration: none;
    color: var(--color__fill-2) !important;
    transition: all ease .24s;
}

.header__wraper {
    height: 7.5rem;
}




li.header__item {}

li.header__item:last-child:after {
    display: none;
}

.header__link:hover {
    color: var(--color__fill-1);
}

.header__callback:hover {
    color: var(--color__text-1) !important;
}

.header__messagner:hover {
    opacity: .56;
}

.header__item.active .header__link:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0px;
    margin-left: -1.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

.nav {
    background-color: var(--color__fill-1);
    box-shadow: 0px 1rem 2rem hsla(211, 100%, 35%, 0.32);
    z-index: 102;
    position: absolute;
    width: 100%;
    top: 10.5rem;
}

.nav__wraper {}

.nav__catalog-btn {
    height: 5rem;
    /* position: relative; */
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0px 2rem;
    transition: all ease .24s;
    cursor: pointer;
    color: white;
}

.nav__catalog-icon {}

.nav__catalog-icon i {
    width: 1.75rem;
    height: .25rem;
    display: block;
    background-color: white;
    margin: .4rem 00px;
    transition: all ease .24s;
}

.nav__catalog-icon i:first-child {
    width: 1.5rem;
    transform-origin: left center;
}

.nav__catalog-icon i:last-child {
    width: 1rem;
    transform-origin: left center;
}

.nav__catalog-btn .p.--l b {
    text-transform: uppercase;
}

.nav__catalog-btn .p.--s {
    opacity: .56;
    top: -.75rem;
    position: relative;
    margin-left: .5rem;
}

img {}

.nav * {
    /* color: white !important; */
}

.nav__arrow--down {
    position: absolute;
    right: 0px;
    width: 1rem;
}

.nav__arrow--down.--service-link {
    position: relative;
    right: inherit;
    margin-left: .25rem;
    opacity: .32;
}

.nav__item.--devider {
    width: 2px;
    height: 1.5rem;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 0px 2rem;
}

.nav__link {
    font-weight: 600;
    transition: all ease .24s;
    text-decoration: none;
    color: white !important;
    text-decoration: none !important;
}

.nav__link:hover {
    opacity: .72;
}

.mini-cart {
    height: 5rem;
    background-color: var(--color__fill-1-h);
    transition: all ease .24s;
    cursor: pointer;
    padding-top: .25rem;
    color: white;
    text-decoration: none;
}

.mini-cart:hover {
    background-color: var(--color__fill-1-a);
}

.mini-cart:active {
    background-color: var(--color__fill-1-h);
}

.mini-cart__cart {
    position: relative;
}

.mini-cart__cart img {
    height: 2.2rem;
}

.mini-cart__count {
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color__fill-3);
    border-radius: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    box-shadow: 0px 0px 0px 0.25rem #004a96;
    transition: all ease .24s;
}

.mini-cart__info {
    margin-top: -.25rem;
    margin-left: 1rem;
}

.mini-cart:hover .mini-cart__count {
    box-shadow: 0px 0px 0px 0.25rem var(--color__fill-1-a);
}

.mini-cart:active .mini-cart__count {
    box-shadow: 0px 0px 0px 0.25rem #004f7d;
}

.nav__catalog-btn:hover {
    background-color: var(--color__fill-1-h);
    border-left: 1px solid rgba(0, 0, 0, 0.00);
    border-right: 1px solid rgba(0, 0, 0, 0.00);
}

.nav__services.colls__coll.--1 {
    max-width: 20rem;
}

.nav__services li:nth-of-type(1),
.nav__services li:nth-of-type(2) {
    margin-right: 1rem;
    padding: 2px 6px;
    border-radius: 6px;
}

.nav__services li:nth-of-type(1) {
    margin-right: 1rem;
    background-color: #FA8010;
}

.nav__services li:nth-of-type(2) {
    margin-right: 1rem;
    background-color: #ffffff;
}

.nav__services li:nth-of-type(2) a {
    color: var(--color__fill-1) !important;
}

form.nav__search {
    position: relative;
}

.nav__search--input {
    height: 3.5rem;
    -webkit-appearance: none;
    border: 0px;
    border-radius: .25rem;
    font-size: 0.9rem;
    background-color: #fff;
    padding: 0px 1.5rem;
    padding-right: 2.8rem;
    width: 100%;
    outline: none;
    transition: all ease 0.24s;
    font-weight: 600;
    border-radius: .5rem;
    color: #000;
}

.nav__search--btn {
    position: absolute;
    padding: 0px;
    background-color: transparent;
    border: none;
    outline: none;
    right: 1.5rem;
    top: 1.115rem;
    transition: all ease .24s;
    cursor: pointer;
}

.nav__search--btn img {
    height: 1.25rem;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.nav__search--input::placeholder {
    /* color: rgba(255, 255, 255, 0.56); */
}

.nav__search--input:hover {
    /* background-color: rgba(255, 255, 255, 0.20); */
}

.nav__search--input:focus {
    /* background-color: rgba(255, 255, 255, 0.32); */
}

.nav__search--btn:hover {
    opacity: .56;
}

.mini-cart__title {
    opacity: .8;
}

.nav__catalog-icon {
    margin-right: 1rem;
}

.nav__catalog-btn:hover i {
    width: 1.75rem !important;
}

.catalog-sections {
    width: 100%;
    background-color: white;
    padding: 1rem 0px;
    position: relative;
    border-radius: .5rem;
}

.catalog-section--level-4 {
    /* display: none; */
    position: absolute;
    width: 15rem;
    right: -15rem;
    top: -1rem;
    padding: 1.5rem 2rem;
    background-color: white;
    border: 2px solid var(--color__fill-1);
    border-radius: .5rem;
    z-index: 2;
    margin-left: -1px;
    pointer-events: none;
    opacity: 0;
    transition: all ease .22s;
    transform: scale(.95) translateY(1.5rem);
}

.catalog-section--level-3 {
    /* display: none; */
    position: absolute;
    z-index: 2;
    display: inline-block;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    box-sizing: border-box;
    overflow: hidden;

    top: 100%;
    left: 0;

    background-color: #ffffff;
    border-radius: 8px;
    transition: height 0.3s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28);
}

.catalog-section--level-2 {
    display: none;
    position: absolute;
    width: calc(82rem - 22rem);
    left: 21.85rem;
    background-color: white;
    min-height: 100%;
    top: 0px;
    padding: 2.5rem 3rem;
    border-left: 1px solid var(--color__border);
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: start;
    background-repeat: no-repeat;
    background-position: calc(100% - 2rem) calc(100% - 2rem);
    background-size: 15rem auto;
}

a.catalog-section__link--level-1 {
    padding: 1rem 0px;
    border-bottom: 1px solid var(--color__border);
    position: relative;
    transition: all ease .24s;
    text-decoration: none;
    color: var(--color__text-1);
    font-weight: 600;
    padding-right: 2rem;
}

.catalog-section__item--level-1:last-child a.catalog-section__link--level-1 {
    /* padding-bottom: 0px; */
    border-bottom: 0px;
}

.catalog-section__icon {
    width: 1.5rem;
    margin-right: 1rem;
}

.catalog-section__icon img {
    width: 1.5rem;
    /* margin-right: 1.5rem; */
    top: .15rem;
    position: relative;
    max-height: 1.5rem;
}

.catalog-section__item--level-1 {
    color: var(--text__color-1);
    /* position: relative; */
    /* cursor: pointer; */
    transition: all ease .24s;
    padding: 0px 2rem;
}

.catalog-section__name--level-1 span {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--color__text-3);
    opacity: .56;
    transition: all ease .24s;
}

.catalog-section__item--level-1:first-child a.catalog-section__link--level-1 {
    /* padding-top: 0px; */
}

.catalog-section__name--level-1:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    width: .75rem;
    height: 1rem;
    background-image: url(../img/catalog-section__link--arrow.svg);
    margin-top: -.5rem;
    transition: all ease .24s;
    filter: grayscale(1);
    opacity: .32;
    background-size: .75rem auto;
}

.catalog-section__item--level-1:hover .catalog-section__name--level-1:after {
    opacity: 1;
    filter: grayscale(0);
}

.catalog-section__item--level-1:hover .catalog-section__name--level-1 {
    color: var(--color__fill-1) !important;
}

.catalog-section__name--level-1 {
    position: relative;
    flex: 1;
    transition: all ease .24s;
}

.catalog-section__item--level-1:hover .catalog-section__name--level-1 span {
    color: var(--color__fill-1);
}

.catalog-section__item--level-1:hover .catalog-section--level-2,
.catalog-section__item--level-1.--hover .catalog-section--level-2 {
    /*display: inline-block;*/
    /* flex-wrap: wrap; */
    display: grid;
    max-height: 100vh;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    /*overflow: auto;*/

    /*column-width: 300px;*/
    /*column-count: 2;*/
    /*column-gap: 30px;*/
}


.catalog-sections:hover .catalog-sections__shade {
    /* z-index: 1; */
    /* display: block; */
}

.catalog-sections__shade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000057;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: none;
}

.catalog-section__item--level-2 {
    /*width: calc(50% - 1rem);*/
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 2.5rem;
    display: inline-block;
    grid-column: 1 / 2;
}

.catalog-section__item--level-2-second-col {
    grid-column: 2 / 3;
}

.catalog-section__name--level-2 {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.catalog-section__name--level-2 span {
    margin-left: .5rem;
    opacity: .4;
}

.catalog-section__name--level-2 img {
    margin-left: 10px;
    filter: brightness(-50%);
}

.catalog-section__item--level-3 {
    /* display: flex; */
    /* flex-direction: column; */
    display: inline-block;
    position: relative;
}

.catalog-section__item--level-2:hover .catalog-section--level-3 {
    height: auto;
    max-height: 500px;
    padding: 10px 0;

    column-count: 1;
}

.catalog .catalog-section__item--level-2:hover .catalog-section--level-3 {
    display: none;
}

a.catalog-section__link--level-3 {
    padding: 0.25rem 0px;
    display: block;
    padding-left: 1rem;
    transition: all ease .24s;
    font-weight: 600;
}

.catalog-section__link--level-1:after {
    width: calc(100% + 4rem);
    height: 100%;
    background-color: hsla(211, 100%, 35%, 0.08);
    content: "";
    display: block;
    left: -2rem;
    top: 0px;
    position: absolute;
    opacity: 0;
    transition: all ease-out .24s;
    transform-origin: center;
    transform: scaleX(0);
}

.catalog-section__item--level-1:hover:after {}

.catalog-section__item--level-1:hover .catalog-section__link--level-1:after,
.catalog-section__item--level-1.--hover .catalog-section__link--level-1:after {
    opacity: 1;
    transform: scaleY(1);
}

.catalog-section--bg {
    width: 15rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    opacity: .24;
}

a.catalog-section__link--level-3:hover {
    color: var(--color__fill-1);
}

a.catalog-section__link--level-2 {
    color: var(--color__text-1);
    text-decoration: none;
    display: inline-block;
    transition: all ease .24s;
    width: 100%;
}

.catalog-section__link--level-3 {
    text-decoration: none;
    color: var(--color__text-2);
    transition: all ease .24s;
}

.catalog-section__link--level-3:hover {
    color: var(--color__fill-1);
}

a.catalog-section__link--level-2:hover {
    color: var(--color__fill-1);
}

.catalog-section__name--level-3 span {
    font-size: .75rem;
    opacity: .56;
}


.catalog-section__item--level-3:hover .catalog-section--level-4 {
    pointer-events: visible;
    transform: scale(1) translateY(0rem);
    /* display: block; */
    opacity: 1;
}

.catalog-section--level-3 br:first-child {
    display: none;
}

.catalog-section__item--level-4 {}

.catalog-section__link--level-4 {
    font-size: .875rem;
    padding: .24rem 0px;
    display: block;
    text-decoration: none;
    color: var(--color__text-2);
    transition: all ease .24s;
    font-weight: 600;
}

.catalog-section__link--level-4:hover {
    color: var(--color__fill-1);
}

.catalog-section--level-4:before {
    content: "";
    display: block;
    position: absolute;
    border: .75rem solid transparent;
    border-right: .75rem solid white;
    position: absolute;
    left: -1.3rem;
    top: 1rem;
    z-index: 2;
}

.catalog-section--level-4:after {
    content: "";
    display: block;
    position: absolute;
    border: .75rem solid transparent;
    border-right: .75rem solid var(--color__fill-1);
    position: absolute;
    left: -1.5rem;
    top: 1rem;
}

.nav__catalog {
    position: absolute;
    top: 5rem;
    /* width: 82rem; */
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all ease .32s;
}

.nav__catalog .catalog-sections {
    z-index: 2;
    position: relative;
    width: 82rem;
    border-radius: 0px;
}


.nav__catalog-btn.is-open {}

.nav__catalog-btn.is-open .nav__catalog {
    opacity: 1;
    pointer-events: visible;
    z-index: 2;
}

.catalog-sections.colls__coll.--4 {}

.nav__shade {
    position: fixed;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: -2;
}

.nav__catalog-btn.is-open img.nav__arrow--down {
    display: none;
}

.nav__catalog-btn.is-open .nav__catalog-icon {}

.nav__catalog-btn.is-open .nav__catalog-icon i {
    opacity: 0;
    width: 1.75rem;
}

.nav__catalog-btn.is-open .nav__catalog-icon i:first-child {
    opacity: 1;
    transform: rotate(45deg);
}

.nav__catalog-btn.is-open .nav__catalog-icon i:last-child {
    opacity: 1;
    transform: rotate(-45deg);
}

.nav__catalog-btn.is-open .nav__catalog:after {
    opacity: 1;
}

.nav__catalog-btn .nav__catalog:after {
    border: .75rem solid transparent;
    border-bottom: .75rem solid white;
    content: "";
    position: absolute;
    top: -1.5rem;
    right: 3.75rem;
}

.nav__catalog .catalog-section--level-2 {
    width: calc(82rem - 22rem);
}

.nav__catalog-btn>.flex {
    position: relative;
    width: 100%;
    z-index: 3;
}

.nav.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
}

.subscribe {
    margin-top: 2rem;
}

.subscrible__form {
    width: 100%;
}


img.subscrible__pic {
    /* right: 4rem; */
    bottom: 0px;
    position: relative;
    height: 17.5rem;
    /*margin-top: -1.5rem;*/
    position: relative;
    top: 1px;
    align-self: flex-end;
}

.subscrible__wraper {
    flex: 1;
    align-items: flex-start;
    min-height: 16rem;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 2rem;
}

.subscribe .h3 {
    margin-bottom: 2rem;
}

.subscrible {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    z-index: 2;
    position: relative;
}

.subscrible .h3 {
    color: var(--color__fill-1);
    margin-bottom: 1.5rem;
}

.subscrible__form * {
    height: 4rem;
}

.btn.colls__coll {
    align-items: center;
}

.btn.colls__coll span {
    align-items: center;
    display: flex;
}

.subscrible__input {
    border: 0px;
    background-color: rgba(0, 87, 177, 0.13);
    font-size: 1rem;
    outline: none;
    padding: 0px 1.5rem;
    color: var(--color__fill-1);
    font-weight: 600;
    transition: all ease .24s;
    border-radius: .375rem;
}

.subscrible__input::placeholder {
    color: rgba(0, 87, 177, 0.42);
}

.subscrible__input:focus {
    /* border: 3px solid rgba(255, 255, 255, 1); */
    background-color: rgba(0, 87, 177, 0.18);
}

.footer {
    background-color: var(--color__fill-1);
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer__asq {
    background-color: rgba(255, 255, 255, 0.24) !important;
    height: 4rem;
    padding: 0px 4rem;
}

.footer__asq:hover {
    background-color: rgba(255, 255, 255, 0.32) !important;
    opacity: 1 !important;
}

.footer__contact--info {
    font-weight: bold;
    transition: all ease .24s;
}

.footer__contact--tilte {
    opacity: .56;
    font-size: .875rem;
    margin-top: .25rem;
}

a.footer__contact--info:hover {
    color: rgba(255, 255, 255, 0.66);
}


.footer__section-name {
    transition: all ease .24s;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer__section-name:hover {
    opacity: .8;
}

a.footer__link {
    display: inline-block;
    padding: 0.15rem 0px;
    color: rgba(255, 255, 255, 0.64);
    transition: all ease .24s;
    opacity: 1;
}

a.footer__link:hover {
    color: rgba(255, 255, 255, 1) !important;
}


.footer__top.is-hidden {}

.footer__top.is-hidden li {
    display: none;
}

.footer__top.is-hidden li:nth-child(-n+5) {
    display: block;
}

.footer__top.is-hidden li:nth-child(-n+3) {}

.footer__top.is-hidden li:nth-child(-n+5) a {
    color: rgba(255, 255, 255, 0.16);
    opacity: 1;
}

.footer__top.is-hidden li:nth-child(-n+4) a {
    color: rgba(255, 255, 255, 0.32);
}

.footer__top.is-hidden li:nth-child(-n+3) a {
    color: rgba(255, 255, 255, 0.64);
}


.footer__contacts {
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0 0 3rem;
    padding: 0 0 3rem;
}

.footer__devider {
    width: 1px;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.08);
    display: block;
    position: relative;
}


.footer__show-links {
    display: flex;
    width: 3rem;
    height: 3rem;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.24);
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -1.5rem;
    cursor: pointer;
    transition: all ease .24s;
}

.footer__top {
    position: relative;
}

.footer__show-links img {
    transform: rotate(180deg);
    transition: all ease .24s;
    width: 1.125rem;
}

.footer__top.is-hidden .footer__show-links img {
    transform: rotate(0deg);
}


.footer__show-links:hover {
    box-shadow: inset 0px 0px 0px 3rem rgba(255, 255, 255, 0.16);
}


.footer__title {
    font-size: .875rem;
    font-weight: bold;
    opacity: 0.32;
    margin-bottom: 1rem;
}

.footer__snoska {
    margin-bottom: 3rem;
}

.footer__snoska .p {
    opacity: .56;
}

.footer__offerta {}

.footer__offerta a {
    padding: 0px;
}

.footer__pays {}

img.footer__pay {
    position: relative;
    margin-top: .5rem;
    margin-right: 1.5rem;
    height: 1.5rem;
}


a.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.16);
    margin-right: .25rem;
    transition: all ease .24s;
    cursor: pointer;
    border-radius: .375rem;
}

a.footer__social:hover {
    background-color: rgba(255, 255, 255, 0.32);
}

.footer__top.is-hidden li a {
    opacity: 0;
}

.breadcrumbs {
    padding: 1rem 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.breadcrumbs__link {
    color: var(--color__fill-1);
    text-decoration: none;
    transition: all ease .24s;
    font-weight: 700;
}

li.breadcrumbs__devider {
    margin: 0px 1rem;
}

.breadcrumbs__link:hover {
    color: var(--color__text-1);
}

.breadcrumbs__active {
    opacity: .40;
    text-overflow: ellipsis;
    max-width: 34rem;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

img.breacrcrumb__back {
    margin-right: .5rem;
    position: relative;
    top: .10rem;
    height: 1rem;
}

.breadcrumbs__link.--back {
    color: var(--color__fill-1);
    filter: grayscale(1);
    opacity: .56;
}

.breadcrumbs__link.--back:hover {
    filter: grayscale(0);
    opacity: 1;
}

.wraper__title--count {
    color: var(--color__text-3);
    position: relative;
    top: 3px;
    margin-left: 1.5rem;
    opacity: .56;
}

.filter__property {
    padding: 2rem;
    background-color: white;
    margin-bottom: .5rem;
    border-radius: .5rem;
    border: 2px solid var(--color__fill-2-h);
}

.filter {
    /* margin-top: 1rem; */
}

.filter__value {
    margin-bottom: .5rem;
}

.filter__values.is--hidden .filter__value {
    display: none;
}

.filter__values {
    padding-top: 1.5rem;
    border-top: 1px solid var(--color__border);
}

.filter__title {
    padding-bottom: 1.25rem;
    font-weight: 700;
    color: var(--color__text-1);
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    transition: all ease .24s;
    cursor: pointer;
}

.filter__bagecount {
    margin-left: .3rem;
    background-color: #FA8010;
    padding: 1px 6px 1px 6px;
    border-radius: 6px;
    color: var(--color__white);
    font-size: .75em;
    font-weight: 300;
}

.filter__toggle {
    color: var(--color__fill-1);
    margin-top: 1.75rem;
    cursor: pointer;
    transition: all ease .24s;
}

.filter__toggle img {
    margin-right: 1.5rem;
    position: relative;
    left: .25rem;
    transition: all ease .24s;
    transform: rotate(180deg);
}

.filter__values.is--hidden .filter__value:nth-child(-n+5) {
    display: block;
}

.filter__title img {
    position: relative;
    top: .30rem;
    opacity: .24;
    filter: grayscale(1);
    transition: all ease .24s;
    transform: rotate(180deg);
}

.filter__title:hover img {
    opacity: 1;
    filter: grayscale(0);
}

.filter__title:hover {
    color: var(--color__fill-1);
}

.filter__toggle:hover {
    filter: grayscale(1);
}

.filter__values.is--hidden {}

.filter__property.is-hidden {}

.filter__property.is-hidden .filter__values {
    display: none;
}

.filter__property.is-hidden .filter__title {
    padding-bottom: 0px;
}

.filter__price {
    width: calc(50% - .5rem);
    height: 3rem;
}

.filter__values.is--hidden .filter__toggle img {
    transform: rotate(0deg);
}

.filter__property.is-hidden .filter__title img {
    transform: rotate(0deg);
}

.filter__price-slider {
    padding: 0px .5rem;
    margin-top: 1.5rem;
}

.wraper__side {
    z-index: 4;
    position: relative;
    /* border-radius: .5rem; */
}



.sort {
    padding: 1rem 2rem;
    background-color: white;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.select.--sort {
    padding: 0px;
    width: auto;
    height: auto;
    background-color: transparent;
    background-image: url(../img/sort_arr.svg);
    padding-right: 1.5rem;
    background-position: center right;
    /* max-width: 5rem; */
    cursor: pointer;
    border-left: 0px;
    font-weight: 600;
}

.sort__views {}

.sort__view {
    margin-left: 1rem;
    opacity: 0.24;
    filter: grayscale(1);
    cursor: pointer;
    transition: all ease .24s;
}

.sort__view.is-active {
    filter: grayscale(0);
    opacity: 1;
}

.sort__view img {
    height: 1.5rem;
}

.sort__view.is-active img {}

.sort__view:hover {
    opacity: 1;
}



.pagination {
    /* padding: 2.5rem; */
    /* background-color: white; */
    margin-top: 2rem;
}

.pagination__loadmore {
    display: none;
    width: 100%;
    max-width: 34rem;
    height: 4.5rem;
    font-size: 1.125rem;
    /*margin-bottom: 2rem;*/
}

.pagination__loadmore img {
    margin-right: 1rem;
    width: 1.5rem;
}

.pagination__arrows {}

.pagination__goto-start {
    margin-right: 2rem;
}

.pagination__goto-start img {}

.pagination__goto-back {}

.pagination__goto-back img {}

.pagination__arrows a {
    display: flex;
    opacity: .32;
    cursor: pointer;
    transition: all ease .24s;
}

.pagination__arrows a img {
    height: 1rem;
}

.pagination__goto-next {
    margin-right: 2rem;
}

.pagination__goto-next img {}

.pagination__goto-end {}

.pagination__goto-end img {}

.pagination__numbs {
    margin: 0px 3rem;
}

.pagination__numb {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0px;
    color: var(--color__text-1) !important;
}



.category.--view-1 {}

.category.--view-1 .product {
    border-right: 1px solid var(--color__border);
}

.category.--view-1 .product:nth-child(2n) {
    border-right: 1px solid transparent;
}

.category.--view-1>* {
    width: calc((100% / 2) - .5rem);
    display: flex;
    flex-direction: column;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.category.--view-1 .product__info {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.category.--view-1 .product__info {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.category {
    width: calc(100% + .5rem);
    margin-bottom: -.5rem;
}




.category.--view-2 {}

.category.--view-2 .product {
    border-right: 1px solid var(--color__border);
}

.category.--view-2 .product:nth-child(3n) {
    border-right: 1px solid transparent;
}

.category.--view-2>* {
    width: calc((100% / 4) - .5rem);
    display: flex;
    flex-direction: column;
    margin-right: .5rem;
    margin-bottom: .5rem;
    flex-direction: column;
    justify-content: space-between;
}

.category.--view-2 .product__info {
    /* padding-bottom: 1.5rem; */
    /* padding-top: 1.5rem; */
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.category.--view-2 .product__info>div {
    margin-top: auto;
    padding-top: 1rem;
}

.category.--view-2 .product__buy {
    margin-bottom: 0px;
}

.category.--view-2 .product__addtocart {
    /*width: 100%;*/
    /*margin-top: 1rem;*/
    flex-grow: 1;
    margin-left: 0.5rem;
    padding: 0 .5rem;
    height: 3rem;
    font-size: .8rem;
}

a.product__more-2 {
    font-size: .875rem;
    color: var(--color__text-3);
    margin-top: .5rem;
}

.category.--view-2 img.product__img {
    display: block;
    /* min-width: 100%; */
    /* max-width: 100%; */
    /*max-height: 15rem;*/
    max-height: 100%;
    margin: 0;
    padding: 0;
    /*padding: 1rem;*/
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    /* -o-object-position: center; */
    /* object-position: center; */
}

.category.--view-2 a.product__pic {
    /*height: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem 0;
    overflow: hidden;
    box-sizing: border-box;
}

.category.--view-2 .product__name {
    justify-content: center;
    font-size: .8rem;
    margin-bottom: 0;
}

.category.--view-2 .product__prices {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}

.category .product__prices .product__price_set.--detail {
    color: var(--color__text-3);
    margin: .5rem 0 .35rem;
}

.category.--view-2 .product__buy .flex {
    flex-wrap: nowrap;
    width: 100%;
}

.category.--view-2 input.count-calc__input.--fix-product {
    min-width: 4rem;
    font-size: 1rem;
}



.category.--view-3 {
    width: calc(100%);
}

.category.--view-3 .product {
    border-right: 1px solid var(--color__border);
}

.category.--view-3 .product {
    border-right: 0px solid transparent;
    flex-direction: row;
    align-items: stretch;
}

.category.--view-3>* {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem;
}

.category.--view-3 .product__info {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.product.--main-page {
    width: calc((100% / 4) - .5rem);
}

.product.--main-page.--big {
    width: calc((100% / 2) - .5rem);
}





.product {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid var(--color__border);
    position: relative;
    transition: all ease .24s;
    border: 0px !important;
    border-radius: .5rem;
}

.product .product__head .product__marker_blk,
.pdr-detail__info .product__marker_blk {
    position: absolute;
    top: .5rem !important;
    right: .5rem;
    z-index: 1;
}

.pdr-detail__info .product__marker_blk {
    top: 1rem !important;
    right: 1rem;
}

.product__info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
}

.product__info>div {
    margin-top: auto;
}

.product__img {
    max-height: 14rem;
    max-width: 10rem;
    position: relative;
    /*margin-top: 1rem;*/
    margin-top: 3rem;
}

.product__pic {
    width: 100%;
    position: relative;
    height: 12rem;
}

.product__addtocart {
    /* width: 10.25rem; */
}

.category .product__addtocart {
    padding: 0rem 1.5rem;
    height: 3rem;
    margin-left: 0.5rem;
}

.product__addtocart img {
    margin-right: .5rem;
    height: 1rem;
    position: relative;
    top: 0rem;
}

.product__name {
    text-decoration: none;
    font-weight: 600;
    color: var(--color__text-1);
    transition: all ease .24s;
    cursor: pointer;
    margin-bottom: 1.5rem;
    display: flex;
}

.product__name:hover {
    color: var(--color__fill-1);
}

.category .product__name {
    margin-bottom: 1rem;
    font-size: .8rem;
}

.product__info-desc {
    margin: 10px 0 0;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 300;
}

.product__old-price {
    font-weight: 600;
    opacity: 1;
    /* text-decoration: line-through; */
    color: var(--color__text-3);
    font-size: .75rem;
}

.product__price,
.product__price * {
    font-size: 1rem;
    font-weight: 800;
    color: var(--color__text-1);
}

.product__properys {
    margin-bottom: 1.5rem;
}

.product__propery {
    /* color: var(--color__text-3); */
    margin: .25rem 0px;
}

.product__propery>* {
    width: 50%;
    color: var(--color__text-3);
}

.product__propery>*:last-child {
    text-align: right;
    color: var(--color__text-1) !important;
}

.product__buy {
    margin-bottom: 1.5rem;
}

.product__more {
    background-color: hsla(213, 100%, 37%, 0.08) !important;
}

.product__more:hover {
    background-color: hsla(213, 100%, 37%, 0.24) !important;
}

.product__more:active {
    background-color: rgba(0, 141, 221, 0.248) !important;
}

.product__marker {
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #ccc;
    padding: 0px .5rem;
    font-size: .75rem;
    font-weight: 700;
    right: 2rem;
    top: 2rem;
    z-index: 2;
}

.pdr-detail__info .product__marker {
    top: 1rem !important;
    right: 1rem;
}

.product .product__head .product__marker_blk .product__marker,
.pdr-detail__info .product__marker_blk .product__marker {
    position: static;
    margin: 1px;
}

.product__marker.--sale,
.product__marker.--newtip {
    color: white;
    border-radius: .25rem;
}

.product__marker.--sale {
    background-color: #FA8010;
}

.product__marker.--newtip {
    background-color: #4db45f;
}

.product__art {
    position: absolute;
    left: 1rem;
    top: 1rem;
    opacity: .56;
    color: var(--color__text-3);
    z-index: 2;
}

.sort .p {
    color: var(--color__text-3);
    margin-right: 1rem;
}

.sort__selects>* {
    margin-right: 2.5rem;
}

.select.--sort:hover {
    border-left: 0px;
}

.pagination__numb.is-acitve {
    background-color: rgb(255, 255, 255);
    color: var(--color__fill-1) !important;
}

.pagination__arrows a:hover {
    opacity: 1;
}

a.footer__social img {}

a.product__name.p.--l.--main-page.--big {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center;
}

a.product__addtocart.btn.--fill-green.--main-page.--big {
    width: auto;
}

li.breadcrumbs__devider img {
    height: 1.3125rem;
}


.seotext {
    /* background-color: #E8EAEB; */
    border-top: 1px solid rgba(0, 87, 177, 0.12);
}

.seotext__content {
    height: 8.75rem;
    overflow: hidden;
}

.seotext__content * {
    color: var(--color__text-1);
}

.seotext__mask {
    width: 100%;
    height: 5rem;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.seotext__show {
    transition: all ease .24s;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -2rem;
    height: 4rem;
    width: 4rem;
    background-color: white;
    border-radius: 4rem;
    box-shadow: 0px .5rem 2rem rgba(0, 0, 0, 0.08);
    z-index: 2;
    cursor: pointer;
}

.seotext__show img {
    transition: all ease .24s;
}

.seotext__show:hover {
    transform: translateY(-.25rem);
    box-shadow: 0px 0.75rem 3rem rgba(0, 0, 0, 0.12);
    filter: grayscale(1);
}

.seotext.is-open {}

.seotext.is-open .seotext__mask {
    display: none;
}

.seotext.is-open .seotext__show img {
    transform: rotate(180deg);
}

.seotext.is-open .seotext__content {
    height: auto;
}

.product:hover {
    /* border-right: 1px solid transparent !important; */
    /* border-bottom: 1px solid transparent; */
    z-index: 2;
    position: relative;
    box-shadow: 0px 0.75rem 2rem -0.15rem rgba(0, 0, 0, 0.08);
}

.product__head {
    position: relative;
}

.product__flex {
    flex: 1;
    padding-right: 2.5rem;
}

.product__head.--view-3 {
    width: 17.5rem;
    border-right: 1px solid var(--color__border);
}

.category.--view-3 .product__head {
    width: 20%;
}

.category.--view-3 img.product__img {
    max-width: 100%;
    max-height: calc(100% - 3rem);
    padding: 1rem;
}

.category.--view-3 a.product__more {
    margin-top: .5rem;
    font-size: .875rem;
}

.category.--view-3 .product__properys {
    margin-bottom: 0px;
}


.product.--service .product__head {
    padding-top: 2rem;
}

.catalog__category {
    background-color: white;
    padding: 2.5rem;
    border-bottom: 1px solid var(--color__border);
    border-right: 1px solid var(--color__border);
}

.catalog__categorys .catalog__category {
    padding: 1.8rem;
}

.catalog__category .catalog-section__item--level-2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.catalog__category {}

.catalog__categorys {
    align-items: stretch;
}

.catalog__categorys>* {
    width: calc(100% / 4);
}

.catalog__category:nth-child(4n) {
    border-right: 1px solid transparent;
}

.catalog__category:nth-child(+n+4) {
    border-bottom: 0px;
}

.catalog__category a.catalog-section__link--level-3 {
    padding-left: 0px;
}

.catalog-section__pic--level-2 {
    height: 10rem;
    flex-wrap: nowrap;
}

img.catalog-section__img--level-2 {
    max-width: 100%;
    max-height: 70px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    top: initial !important;
    margin: 0px !important;
    background-image: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    /* filter: grayscale(1); */
}


.type-carusel__header {
    /* padding: 2.5rem; */
    /* background-color: white; */
    /* border-bottom: 1px solid var(--color__border); */
    margin-bottom: 2rem;
}

.type-carusel__title {}

.type-carusel__title h3 {
    font-weight: 600;
}

.type-carusel__title div {
    margin-left: 1rem;
    top: .15rem;
    position: relative;
    opacity: .4;
}

.type-carusel__buttons {}

.type-carusel__buttons>* {
    width: 3rem !important;
    height: 3rem !important;
    padding: 0px !important;
    position: relative !important;
    margin: 0px !important;
    right: inherit !important;
    left: inherit !important;
    margin-left: .375rem !important;
}

.type-carusel__buttons img {
    height: 1.25rem;
}

.type-carusel__paginatin {
    position: relative !important;
    margin-right: 2rem !important;
}

.type-carusel__paginatin span.swiper-pagination-bullet {
    width: .5rem;
    height: .5rem;
    background: rgba(0, 87, 177, 0.24) !important;
    opacity: 1 !important;
    margin: 0px .25rem;
    border-radius: .5rem;
    transition: all ease .24s !important;
}

.type-carusel__paginatin span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color__fill-1) !important;
    width: 2.5rem !important;
}

div#products {}

.type-carusel {}

.type-carusel .product:hover {
    box-shadow: none;
}

.type-carusel .swiper-slide.swiper-slide-next .product {
    /* box-shadow: inset -1px 0px 0px 0px var(--color__border), inset 1px 0px 0px 0px var(--color__border); */
}

.type-carusel__more {
    padding: 2.5rem;
    background-color: white;
    /* border-top: 1px solid var(--color__border); */
}

.type-carusel__more a {
    max-width: 22rem;
    height: 4.5rem;
    width: 100%;
    font-size: 1.125rem;
}


.type-carusel__content .product__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5rem;
    max-height: calc(1.5rem * 2);
}

.type-carusel__content {}

.type-carusel__content .product {
    border-right: 1px solid var(--color__border);
}

.prd-detail__art {
    opacity: .32;
}

.pdr-detail__title {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.pdr-detail__title h1 {
    width: 100%;
    padding-right: 2rem;
    font-size: 2rem;
    line-height: 2.5rem;
}

/*.pdr-detail__title-desc {*/
/*    width: 100%;*/
/*    margin-top: 0;*/
/*    font-size: 1.5rem;*/
/*    line-height: 2rem;*/
/*}*/

.pdr-detail__manufacture-logo {
    width: 11.25rem;
    background-color: white;
    height: 5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -.5rem;
}

.pdr-detail__manufacture-logo img {
    max-width: 100%;
    max-height: 3rem;
}

.pdr-detail__info {
    background-color: white;
    padding: 3rem;
    position: relative;
}

.pdr-detail__gallery {
    /* flex: 1; */
    background-color: white;
    margin-right: 1rem;
    padding: 3rem;
    width: 100%;
    max-width: 53rem;
}

.fotorama__thumb-border {
    border-color: #008ddd !important;
}

.fotorama__nav-wrap {
    border-top: 1px solid var(--color__border);
    padding-top: 2rem;
}

.pdr-detail__header-top {
    position: relative;
    z-index: 2;
}

.pdr-detail__vide-play {
    width: 4rem;
    height: 4rem;
    padding: 0px;
    border-radius: 4rem;
    margin-right: 1rem;
}

.pdr-detail__video {}

.pdr-detail__header-top .p {
    opacity: .56;
}

a.share-link {
    display: flex;
    margin-left: .25rem;
    transition: all ease .25s;
}

a.share-link:hover {
    opacity: .8;
}

.share {}

.share .p {
    margin-right: 0.75rem;
    font-size: 1rem;
}


.product__propery a {
    text-decoration: none;
    color: var(--color__fill-1);
    transition: all ease .24s;
}

.product__propery a:hover {
    color: #000000;
}


.product__properys.--border {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color__border);
}

.product__propery:last-child {
    margin-bottom: 0px;
}

.pdr-detail__vide-play img {
    width: 1rem;
    position: relative;
    margin-left: .25rem;
}

a.share-link img {
    height: 2.5rem;
    border-radius: .25rem;
}


img.pdr-detail__pay.--1 {
    width: 4.125rem;
}

img.pdr-detail__pay.--2 {
    width: 3.375rem;
}

img.pdr-detail__pay {
    margin: 0px .75rem;
}

.pdr-detail__pays {
    margin: 1.5rem;
}

img.pdr-detail__pay.--3 {
    width: 4.125rem;
}

.pdr-detail__buy-1-click {
    margin-top: 1.5rem;
}

.pdr-detail__buy-1-click:hover svg * {
    fill: white;
}

.pdr-detail__buy-1-click svg * {
    transition: all ease .24s;
}


.pdr-detail__buy-1-click svg {
    margin-right: .5rem;
}


.product__old-price.--detail {
    font-size: 1.125rem;
}

.product__price.--detail {
    font-size: 1.5rem !important;
}

.product__price.--detail span {
    font-size: 2rem !important;
}

.product__price.--detail strike {
    position: relative;
    margin-left: .5rem;
    padding: 0 .3rem;
    text-decoration: none;
    font-weight: 600;
    opacity: .9;
}

.product__price.--detail strike:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    background: var(--color__fill-3);
    margin-top: -1px;
    width: 100%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.pdr-detail__info .product__marker {
    top: 3rem !important;
    right: 3rem;
}

.product__old-price.--detail {}

.product__price_set.--detail {
    margin: 1rem 0 2rem;
    font-size: .75rem;
    font-weight: 600;
}

.product__price_set.--detail .--color__fill-3 {
    color: var(--color__fill-3);
}

.count-calc__btn {
    padding: 0px;
    width: 2.5rem;
    height: 2.5rem;
}

.count-calc__btn img {
    width: 1rem;
}

.count-calc__input {
    outline: none;
    /*    pointer-events: none;*/
    width: 4rem;
    height: 2.5rem;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 800;
    color: var(--colo__text-1);
    background-color: transparent;
}

.count-calc {
    padding: .5rem;
    background-color: var(--color__gray-1);
    border-radius: .56rem;
}

.pdr-detail__buyer {
    margin-top: 1rem;
}

.fotorama__stage__shaft {
    width: 100% !important;
}

.fotorama__stage.fotorama__pointer {
    width: 100% !important;
}

.fotorama__stage {
    width: 100% !important;
    max-width: 100% !important;
}

.pdr-detail__desc {
    padding: 3rem 6rem 0;
    /* padding-bottom: 6rem; */
    background-color: white;
    margin-top: 1rem;
}

.pdr-detail__tab-devider {
    height: 2.5rem;
    width: 1px;
    background-color: var(--color__border);
    margin: 0px 2.5rem;
}

.pdr-detail__tab {
    padding: 2.5rem 0px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all ease .24s;
}


.pdr-detail__tab:hover {
    color: var(--color__fill-1);
}

.pdr-detail__tab.is-active {
    box-shadow: inset 0px -.3rem 0px var(--color__fill-1);
    color: var(--color__fill-1);
}

.pdr-detail__tabs {
    box-shadow: inset 0px -.3rem 0px #f4f7f8;
}

.pdr-detail__wraper {
    max-width: 46rem;
    width: 100%;
}

.pdr-detail__wraper img {
    max-width: 100% !important;
    height: auto !important;
}

a.pdr-detail__asq {
    height: 3rem;
    padding: 0px 1.5rem;
    font-size: .875rem;
}

.pdr-detail__informer {
    padding: 2rem;
    background-color: #edf3f8;
    text-align: center;
    position: relative;
    /* border-radius: 1rem; */
}

.pdr-detail__informer p {
    margin: 1rem 0px;
}

.pdr-detail__informer:after {
    content: "";
    display: block;
    position: absolute;
    border: .75rem solid transparent;
    border-left: .75rem solid #edf3f8;
    border-bottom: .75rem solid #edf3f8;
    right: -1.5rem;
    bottom: 0px;
}

.pdr-advantages__item {
    padding: 2rem 0px;
    border-bottom: 1px solid var(--color__border);
    justify-content: center;
}

.pdr-advantages__icon {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

img.advantages__pic {
    width: 100%;
    max-width: 3.25rem;
    height: auto;
}

/*img.advantages__pic.--1 {*/
/*    height: 3.5rem;*/
/*}*/

/*img.advantages__pic.--2 {*/
/*    width: 3.25rem;*/
/*}*/

.pdr-advantages__icon {
    height: 5.5rem;
}

.pdr-advantages__item:last-child {
    border-bottom: 0px;
}

.pdr-detail__no-photo {
    height: calc(100% - 7rem);
}

.pdr-detail__no-photo img {
    width: 8.25rem;
}


.sort__tags {}

.sort__tags>* {
    height: 2.5rem;
    font-size: .875rem;
    padding: 0px 1.5rem;
    margin-right: .5rem;
}

.sort__selects>*:last-child {
    margin-right: 0px;
}

.project__param {
    color: var(--color__text-2);
}

.project__params {
    padding-right: 2rem;
}

.projects {
    width: calc(100% + .5rem) !important;
}

.project {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    overflow: hidden;
}

.project:nth-child(-n+2) {
    border-right: 0px;
}

.projects>* {
    width: calc(100% / 2);
}

.project__info {
    padding: 2.5rem;
    padding-top: 2rem;
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.swiper-slide .projects.--news .project__info {
    padding: 1.5rem;
}

.project__tags {
    display: flex;
    padding: 1.5rem 2.5rem;
    position: absolute;
    bottom: 0px;
}

a.project__tag {
    height: 1.5rem;
    padding: 0.5rem;
    font-size: .75rem;
    box-shadow: none !important;
}

a.project__pic {
    display: flex;
    height: 21.5rem;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.project__header {
    position: relative;
}

.project .project__info {
    border-right: 1px solid var(--color__border);
    border-bottom: 1px solid var(--color__border);
    border: 0px !important;
}

.project:nth-child(2n) .project__info {
    border-right: 1px solid transparent;
    border-bottom: 1px solid var(--color__border);
}

.project__bottom {
    /* margin-top: 1rem; */
}

.project__name {
    text-decoration: none;
    color: var(--color__text-1);
    transition: all ease .24s;
    font-weight: 600;
}

.project__name:hover {
    color: var(--color__text-1) !important;
}


.project-detail__fotorama {
    margin-top: -6rem;
    margin-bottom: 6rem;
    border-bottom: .25rem solid #F4F7F8;
    padding-bottom: 2rem;
}

.personal__side {
    padding: 2.5rem;
    background-color: white;
    border-radius: .5rem;
}

.personal__content {
    flex: 1;
    background-color: white;
    padding: 2.5rem;
    margin-right: 1em;
}

.cart__total--title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color__text-3);
    margin-bottom: .25rem;
    opacity: .64;
}

.personal__side {}

.personal__side .btn {
    width: 100%;
}

.personal__side .btn {
    margin-top: 1rem;
}


img.pdr-detail__pay.--1.cart__total {
    height: 1rem;
    width: auto;
}

img.pdr-detail__pay.--2.cart__total {
    height: 1.5rem;
    width: auto;
}

img.pdr-detail__pay.--3.cart__total {
    height: 1rem;
    width: auto;
}

.cart_content_item .flex {
    flex-grow: 1;
}

.cart__side-prices {
    margin-bottom: 1.5rem;
}

a.product-mini__img {
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    /* border: 1px solid var(--color__border); */
}

.cart_content_item a.product-mini__img {
    flex-grow: 0;
}

a.product-mini__img img {
    max-width: 100%;
}


.product-mini__name {
    max-width: 18rem;
    width: 100%;
    margin-left: 2rem;
    margin-right: 1rem;
    text-decoration: none;
    color: var(--color__text-1);
    transition: all ease .24s;
    cursor: pointer;
    font-weight: 600;
}

.product-mini {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--color__border);
}

.product-mini:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

span.p.--l {}

a.product-mini__name:hover {
    color: var(--color__fill-1);
}

.product-mini__name span:last-child {
    margin-left: .5rem;
    opacity: .40;
}

#basket_items .product-mini__name span:last-child {
    margin-left: 0;
}



.count-calc.--mini {
    padding: 0px;
    background-color: transparent;
    position: relative;
}

.count-calc__btn.--mini {
    width: 2rem;
    height: 2rem;
}

.count-calc__btn.--mini img {
    width: .75rem;
}

input.count-calc__input.--mini {
    width: 3rem;
    font-size: 1.5rem;
}

.product-mini__price {
    margin-left: 1rem;
}

.product-mini__price span {
    font-size: 1.25rem;
}

a.product-mini__delete {
    font-size: .875rem;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    text-decoration: none;
    font-weight: 700;
    color: #ff671e;
    transition: all ease .24s;
}

a.product-mini__delete img {
    position: relative;
    top: .15rem;
    margin-right: .5rem;
    width: .75rem;
}

a.product-mini__delete:hover {
    filter: grayscale(1);
}

.personal__content.--order {
    padding: 0px;
    background-color: transparent;
}

.order-form {
    padding: 2.5rem;
    background-color: white;
    border-radius: .5rem;
}


.order-form__param {
    position: relative;
    padding: 2rem 2.5rem;
    /* border: .5rem solid #f0f0f0; */
    margin-bottom: 1rem;
}

.order-form__param .tumbler .tumbler__trigger,
.order-form__param .tumbler .tumbler__label {
    margin-bottom: 0.5rem;
}

.order-form__params-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.order-form__params-wrap .order-form__param {
    width: 32%;
    margin-bottom: 0;
}

.order-form__param:last-child {
    margin-bottom: 0px;
}

.order-form__params-contact-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.order-form__params-contact-wrap .person-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
}

.order-form__border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
    border: .5rem solid rgba(0, 87, 177, 0.08);
    transition: all ease .24s;
    border-radius: .5rem;
}

.tumbler .flex.--align-center {
    z-index: 2;
    position: relative;
}

.tumbler input:checked+.order-form__border {
    border: .5rem solid var(--color__fill-2);
}

.order-form__param .tumbler .flex.--align-center {
    position: inherit;
}

.tumbler input:checked+*>.order-form__border {
    border: .5rem solid rgba(0, 87, 177, 0.32);
}

.order__buttons {}

.order__buttons>* {
    height: 4rem;
    width: 9rem;
    font-size: 1.125rem;
    margin-right: 1rem;
}

.order-form__offerta {
    color: var(--color__text-3);
    margin-top: 1rem;
}

.order-form__offerta a {
    color: var(--color__fill-1);
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: all ease .24s;
}

.order-form__offerta a:hover {
    color: var(--color__text-1);
}

.order-form__bottom {
    margin-top: 2.5rem;
}

.order-form__param .input {
    height: 3.5rem;
    /* border-left: .25rem solid transparent; */
}

.input__wrap.--min {
    width: 100%;
    max-width: 6rem;
}

.input__wrap.--big {
    width: 100%;
    max-width: 13rem;
}

.order-form__inputs {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color__border);
}

.order-form__inputs .input__wrap {
    margin-bottom: 0px;
}

.order-form__param .input__title {
    margin-bottom: .5rem;
}

.order__step {
    flex: 1;
    background-color: white;
    height: 5.5rem;
    margin-bottom: .5rem;
    padding: 1.5rem 0px;
    opacity: .56;
    cursor: pointer;
    transition: all ease .24s;
    text-decoration: none;
    justify-content: center;
    filter: grayscale(1);
    margin-right: .5rem;
    margin-bottom: 0.5rem;
    border-radius: .5rem;
}

.order__step:last-child {
    margin-right: 0px;
}

.order__step:hover {
    opacity: .8;
}

.order__step-numb {
    width: 2rem;
    height: 2rem;
    background-color: var(--color__fill-1);
    border-radius: 2rem;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: white;
    font-size: 1.125rem;
}

.order__step-name {
    margin-left: 1rem;
    color: var(--color__fill-1);
    font-weight: 700;
    font-size: .875rem;
}

a.order__step.flex.is-active {
    filter: grayscale(0);
    opacity: 1;
    box-shadow: 0px .5rem 0px white;
    border-radius: .5rem .5rem 0px 0px;
}

.order-total__title {
    font-weight: 600;
    opacity: 1;
    margin-bottom: .5rem;
}

.order-total__price {
    font-weight: 800;
}

.order-total__price span {
    font-size: 1.5rem;
}

.order-total__mini-title {
    font-weight: 600;
    opacity: .4;
    margin-bottom: .5rem;
}

.order-total__line {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--color__border);
}

.order-total__line:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.order-total__wrap.--total {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px dashed var(--color__border);
}

.input__wrap.--big2 {
    width: calc((100% / 3) - 1.5rem);
}

.order-form__params-contact-wrap .input__wrap.--big2 {
    width: 100%;
    margin-bottom: 0;
}

.order-form__param .--align-center .input__wrap.--big2 {
    margin-right: 2rem;
}

.order-form__param .tumbler .tumbler__trigger {
    width: 2rem;
}

.order-form.--final {
    padding: 0px;
}

.order-form__thanks-desc {
    flex: 1;
}

.order-form__number {
    color: var(--color__fill-1);
}

.order-form__delivery-more {
    text-decoration: none;
    font-weight: 700;
    transition: all ease .24s;
    color: var(--color__fill-1);
}

.order-form__delivery-more:hover {
    color: var(--color__text-1);
}

.person-type {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /*margin-bottom: 2.5rem;*/
    margin-bottom: 0;
}

.person-type h4 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.person-type .label {
    width: 48%;
}

.person-type input[type="radio"] {
    display: none;
}

.person-type input[type="radio"]+label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 2.5rem;
    box-sizing: border-box;

    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;

    border: .5rem solid rgba(0, 87, 177, 0.08);
    border-radius: .5rem;
    cursor: pointer;
}

.person-type input[type="radio"]:checked+label {
    border: .5rem solid rgba(0, 87, 177, 0.32);
    color: var(--color__fill-2);
}

.location-block {
    width: 100%;
}

.bx-sls .dropdown-icon {
    display: none;
}

.location-block .bx-sls .bx-ui-sls-container {
    height: 4rem;
}

.location-block .bx-sls .dropdown-block {
    padding: 0px 1.5rem;
    background-color: var(--color__fill-4);
    border-radius: .375rem;
    border: none;
    border-left: .25rem solid var(--color__fill-1);
}

.location-block .bx-sls .dropdown-block:hover {
    border-left: .25rem solid var(--color__fill-1-h);
}

.location-block .bx-sls .bx-ui-sls-fake,
.location-block .bx-sls .bx-ui-sls-route {
    height: 4rem;
}

.location-block .bx-sls .dropdown-fade2white {
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(237, 243, 248, 0) 0%, rgba(237, 243, 248, 1) 30%);
    border-radius: .375rem;
    overflow: hidden;
}

.location-block .bx-sls .bx-ui-sls-clear {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.location-block .bx-sls .bx-ui-sls-pane {
    top: 100%;
}

.location-block .bx-sls input[type="text"]:focus {
    color: var(--color__fill-1-h) !important;
}

.page-404 {
    text-align: center;
}

.page-404 p {
    max-width: 34rem;
    text-align: center;
}

.page-404 h1 {
    text-align: center;
    margin-top: 1rem;
}

img.bg__404 {
    max-width: 14.25rem;
    width: 100%;
    margin: 0px auto;
}



.contacts {
    min-height: 72px;
    background-color: #f9f9f9;
    position: relative;
    /* margin-bottom: -80px; */
    min-height: 32rem;
    margin-top: -6rem !important;
}

.contacts .info {
    position: absolute;
    z-index: 2;
    left: 4rem;
    top: 6rem;
    background-color: white;
    width: 40rem;
    box-shadow: 0px 24px 96px -36px #00000070;
    border-radius: .5rem;
}

.contacts .info .items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.contacts .info .items .item {
    width: 20rem;
    padding: 2rem 2.5rem;
    position: relative;
    border-bottom: 1px solid var(--color__border);
    border-right: 1px solid var(--color__border);
    text-decoration: none;
}

.contacts .info .items .item .title {
    font-size: .875rem;
    font-weight: 600;
    opacity: .48;
    margin-bottom: .25rem;
    color: var(--color__text-1);
}

.contacts .info .items .item .vall {
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--color__text-1);
}

.contacts .info .items .item .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
    pointer-events: none;
}

.contacts .info .items .item .pic img {
    height: 2.5rem;
    max-width: 2.5rem;
}

.contFB .form {
    /* padding: 40px; */
    position: relative;
}

.contacts .map {
    position: relative;
    z-index: 1;
    /* filter: grayscale(100%); */
}

.contacts .info .items .item:nth-child(2n) {
    border-right: 0px;
}

.contFB .form input {
    width: calc(25% + 6px);
    margin: 0px;
    border: 6px solid #F4F8FC;
    margin-right: -6px;
    height: 80px;
    padding: 0px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all ease 0.24s;
    z-index: 1;
    position: relative;
    outline: none;
}

.contFB .form input:hover {}

.contFB .form input::placeholder,
.contFB .form textarea::placeholder {
    color: #b5b5b5;
}

.contFB .form input:focus {
    border: 6px solid #00afc8;
    z-index: 2;
}

.contFB .form textarea {
    margin: 0px;
    border: 6px solid #F4F8FC;
    height: 80px;
    padding: 0px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all ease 0.24s;
    z-index: 1;
    position: relative;
    outline: none;
    border-top: 2px solid transparent;
    height: 240px;
    padding-top: 24px;
    width: 100%;
}

.contFB .form .offerta {
    position: absolute;
    left: 48px;
    z-index: 2;
    bottom: 56px;
    font-size: 14px;
}

.contFB .form button {
    position: absolute;
    bottom: 48px;
    right: 48px;
    z-index: 2;
}

.contFB .form .offerta .flex .text {
    flex: 1;
}

.contFB .form textarea:focus {
    border: 6px solid #00afc8;
}

.contacts .info:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.5rem solid transparent;
    border-left: 1.5rem solid white;
    right: -3rem;
    top: calc(50% - 1.5rem);
    z-index: 2;
}

.contacts__title {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid var(--color__border);
}

.contacts__bottom {
    padding: 2rem 2.5rem;
    width: 100%;
}


.projects.--news>* {
    width: calc((100% / 3) - .5rem);
    margin-right: .5rem;
    margin-bottom: .5rem;
}


.project__bottom.--news {}

.project__bottom.--news>.p {
    color: var(--color__text-3);
    margin-bottom: 2rem;
}

a.project__name.--news {
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 650;
    color: var(--color__fill-1);
}

.project__info .p.--desc {
    margin-top: .85rem;
    margin-bottom: 2.5rem;
    opacity: .56;
}


a.project__pic.--news {
    height: 12rem;
}


.project:nth-child(2n) .project__info {
    border-right: 1px solid var(--color__border);
    border-bottom: 1px solid var(--color__border);
}

.projects.--news .project:nth-child(3n) .project__info {
    border-right: 0px solid transparent;
    border-bottom: 1px solid var(--color__border);
}

.news-detail__pic {
    margin-top: -6rem !important;
    display: block;
}

.order__btn.--buy-1-click {
    height: 4rem;
    position: relative;
    margin-top: 2.25rem;
}

a.product-mini__name.--buy-1-click {
    flex: 1;
}

div#buy-1-click {}

div#buy-1-click .product-mini {
    margin-bottom: -1.25rem !important;
    /* padding-bottom: 0px; */
    /* border-bottom: 0px; */
}

.popup a.product-mini__img {
    width: 6rem;
    height: 6rem;
    padding: .5rem;
}

div#add {}

div#add a.btn {
    margin-right: 1rem;
    flex: 1;
    padding: 0px;
    height: 4rem;
}

div#add a.btn:last-child {
    margin-right: 0px;
}

div#add .product-mini {
    /* margin: 1rem 0px; */
    /* padding: 0px; */
    margin-top: 1rem;
}

.main-page__header {
    margin-top: 2rem;
}

.main-page__header .catalog-section__item--level-1 {
    display: none;
}

.main-page__header .catalog-section__item--level-1:nth-child(-n+5) {
    display: block;
}

.main-page__header .catalog-section__item--level-1:nth-child(5n) {}

.main-page__header .catalog-section__item--level-1:nth-child(5n) a.catalog-section__link--level-1.flex.--align-center {
    border-bottom: 0px;
}

.main-page__header a.catalog-sections__show-all {
    display: flex !important;
    padding: 1.5rem 2rem;
    justify-content: center;
    text-decoration: none;
    color: var(--color__fill-1);
    font-weight: 700;
    background-color: white;
    border-top: 1px solid var(--color__border);
    cursor: pointer;
    transition: all ease .24s;
}

.main-page__header a.catalog-sections__show-all:hover {
    /* color: var(--color__text-1); */
    background-color: #edf6fc;
}

img.slider__img {
    width: 100%;
    border-radius: .56rem;
}


.swiper-pagination__wraper {
    /* display: flex; */
    background-color: white;
    padding: 0px .25rem;
    border-radius: 1rem;
    padding-bottom: .125rem;
}

.swiper-pagination__wrape-main {
    display: flex;
    justify-content: center;
    /* bottom: 3rem; */
    position: relative;
    z-index: 2;
    margin-left: 2rem;
}

.swiper-wrapper {}

.swiper-pagination__wraper .type-carusel__paginatin {
    margin-right: 0px !important;
}

.main-page__header .colls__coll.--4 {
    z-index: 2;
    position: relative;
}

.main-page__advantages {
    margin-top: 1rem;
    padding: 1rem;
    background-color: white;
    border-radius: .5rem;
    margin-bottom: 1rem;
}

.main-page__advantages .pdr-advantages__item {
    padding: 0px;
    border-bottom: 0px;
    width: 32.7%;
    height: 160px;
    margin: 0 .25rem;
}

.main-page__advantages .pdr-advantages__item .pdr-advantages__desc {
    width: 100%;
    text-align: center;
}

.pdr-advantages__devider {
    width: 1px;
    height: 3.5rem;
    background-color: var(--color__border);
}

.tiles {
    margin-top: 2rem;
}

.tiles__tile {
    width: 100%;
    display: flex;
    background-size: cover;
    background-position: center;
    text-decoration: none;
}

.tiles>* {
    width: calc(100% / 3 - .5rem);
}

.tiles__mask {
    text-align: center;
    color: white;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 35rem;
    background-color: rgba(0, 0, 0, 0.64);
    position: relative;
    transition: all ease .24s;
}

.tiles__icon {
    margin-bottom: 1.5rem;
}

.tiles__icon img {
    height: 4rem;
}

.tiles__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.tiles__desc {
    opacity: 1;
}

.btn.--border.--white {
    color: white;
    box-shadow: inset 0rem 0rem 0rem 0.1875rem white;
}

.btn.--border.--white:hover {
    color: white;
    box-shadow: inset 0rem 0rem 0rem 0.1875rem white;
    background-color: white;
    color: var(--color__fill-1);
}

.btn.--border.--white:active {
    opacity: .72;
}

.tiles__mask:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border: 1px solid rgba(255, 255, 255, 0.24);
    left: 1rem;
    top: 1rem;
    pointer-events: none;
}

.tiles__tile:hover {}

.tiles__tile:hover .tiles__mask {
    background-color: rgba(0, 0, 0, 0.80);
}

.catalog-sections {
    display: block;
}

.type-carusel__title {
    flex: 1;
}

.tiles__mask {
    width: 100%;
}

.wraper__title h1 {
    font-weight: 700;
}

.count-calc__btn.--fix-product {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .25rem;
    margin: .1rem;
}

.count-calc__btn.--fix-product img {
    width: .65rem;
}

input.count-calc__input.--fix-product {
    height: 3rem;
    background-color: rgba(0, 87, 177, 0.12);
    border-radius: .375rem;
    min-width: 4rem;
    text-align: center;
    padding-left: 0rem;
    padding-right: 1.5rem;
    color: var(--color__fill-1);
}

.count-calc__buttons {
    position: absolute;
    right: .45rem;
    top: .45rem;
}

.count-calc.--mini {}

.count-calc.--fix-product {
    margin-right: .5rem;
}

.count-calc__btn.--plus.--fix-product {
    position: absolute;
    right: .35rem;
    top: 0.35rem;
}

.count-calc__btn.--minus.--fix-product {
    position: absolute;
    right: .35rem;
    bottom: .35rem;
}

.product__old-price span:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    left: 0px;
    top: 50%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.product__old-price span:last-child {
    position: relative;
    padding: 0 .3rem;
}

span.product__sale-present {
    background-color: var(--color__fill-3);
    padding: 0px .25rem;
    border-radius: .25rem;
    margin-right: .5rem;
    color: white;
}

img.manufacutre__pic {
    max-height: 100%;
    max-width: 100%;
}

.manufacutre__logo {
    padding: 1rem;
    border: 1px solid var(--color__border);
    width: 156px;
    height: 105px;
    overflow: hidden;
}

.manufacutre__name {
    margin-top: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0057b1;
    width: 100%;
}

.manufacutre {
    transition: all ease .24s;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

.manufacutrs,
.catalog__descr {
    padding: 2.5rem;
    background-color: white;
    border-radius: .5rem;
    margin-bottom: 1rem;
    position: relative;
}

.--manufacutrs-right {}


.--manufacutrs-right {
    position: absolute !important;
    right: -1.5rem !important;
    top: calc(50% - 1.5rem) !important;
    width: 3rem !important;
    height: 3rem !important;
    padding: 0px;
    border-radius: 3rem !important;
}

.manufacutre:hover {
    opacity: .56;
}

.catalog__descr {
    margin-top: 2rem;
}

.category.--view-3 .count-calc.--mini.--fix-product,
.category.--view-2 .count-calc.--mini.--fix-product {
    margin-right: 0px;
}

.swiper-slide.category.--view-2 {}

.swiper-slide.category.--view-2 .product {
    width: 100%;
    margin: 0px;
}

.pdr-detail__side .swiper-slide.category.--view-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vall {}

.contacts .info .items a.item {
    color: var(--color__fill-1) !important;
}

.contacts .info .items a.item .vall {
    color: var(--color__fill-1);
}

a.js-popup.btn.--fill-green {}

.contacts__bottom a.js-popup.btn.--fill-green {
    width: 16rem;
    height: 4rem;
}

.swiper-slide.projects.--news {}

.swiper-slide.projects.--news .project {
    width: 100%;
}

.swiper-slide .project {
    width: 100%;
    margin: 0px;
}

.swiper-slide .projects.--news {
    width: 100% !important;
}

.slider {
    margin-top: 1rem;
    overflow: hidden;
}

.slider .swiper-container {
    overflow: visible;
}

.--slider-btn {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 100% !important;
}

.swiper-pagination__wrape-main {
    /* position: absolute; */
    /* bottom: 3rem; */
    /* left: 3rem; */
}

.swiper__navigation {
    position: absolute;
    bottom: .85rem;
    left: 2rem;
}

.swiper-slide.category.--view-2 .product {
    min-height: 25rem;
}


.product-mini__count {}

.product-mini__count .count-calc.--mini.--fix-product {
    font-size: initial;
}

.product-mini__count .count-calc.--mini.--fix-product input.count-calc__input,
.bx-filter-parameters-box-container {
    display: flex;
    justify-content: space-between;
}

input#set_filter {}

.bx-filter-parameters-box-container .btn {
    flex: 1;
    -webkit-appearance: none;
    max-width: calc(50% - .25rem);
    margin-top: .5rem;
}

.about__wrap .colls__coll.--6 {
    margin-right: 0;
}

.about__wrap b {
    font-weight: 600;
    color: var(--color__fill-1);
}

.seminar-item {
    padding: 6rem 5rem;
}

.seminar-item .flex {
    justify-content: space-between;
}

.seminar-item.type-editor h3:nth-of-type(1) {
    margin-top: 0;
}

.seminar-item .colls__coll.--4 {
    margin-right: 0;
}

.seminar-item .news-detail__pic {
    margin-top: 0 !important;
    margin-bottom: 2rem;
}

.search-wrap .category {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.search-wrap .product__pic {
    height: 18rem;
}

.search-wrap .product__img {
    width: calc(100% - 2rem);
    margin-top: 4rem;
}

.search-wrap .product__buy,
.search-wrap .product__buy .flex {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.search-wrap .product__buy .btn.--fill-green {
    width: 100%;
    margin-top: 1.5rem;
}

.search-page form {
    position: relative;
}

.search-page input[type="text"] {
    width: 100%;
    height: 4rem;
    padding: 0px 1.5rem;
    padding-right: 2.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: 0px;
    border-radius: .5rem;
    background-color: rgba(0, 87, 177, 0.13);
    color: var(--color__fill-1);
    outline: none;
    transition: all ease 0.24s;
    -webkit-appearance: none;
}

.search-page input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 4rem;
    font-size: 0;
    border: none;
    border-radius: 0 .5rem .5rem 0;
    background-color: var(--color__fill-2);
    background-image: url(../img/nav__search.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.search-page input[type="submit"]:hover {
    background-color: var(--color__fill-2-h);
}

.contact h4 {
    margin-top: 0;
}

.contact .map {
    margin-right: 0;
    min-height: 300px;
    border-radius: .5rem;
    overflow: hidden;
}

.contact p {
    margin: 0.5rem 0;
}

.contact a {
    color: var(--color__fill-2-h);
    text-decoration: none;
}

.contact a:hover {
    opacity: 0.7;
}

.modifications__links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.modifications {
    padding-top: 30px;
}

.modifications+.modifications {
    padding-top: 0;
}

.modifications h4,
.modifications_title {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--color__fill-1);
}

.modifications_title {
    margin: 0;
    padding-top: 30px;
}

.modifications__links a {
    margin: 0.5rem 0;
    margin-right: 0.5rem;
}

.modifications.--grouped .pdr-detail__tabs {
    box-shadow: none;
}

.modifications.--grouped .pdr-detail__wraper {
    max-width: 100%;
}

.modifications.--grouped .pdr-detail__tab-devider {
    height: 1.5rem;
    margin: 0 .25rem;
    background: transparent;
}

.modifications.--grouped .pdr-detail__tab {
    height: 2.5rem;
    margin-bottom: .5em;
    padding: 0 1rem;
    font-size: .85rem;
}

.modifications.--grouped .pdr-detail__tab.is-active {
    background-color: var(--color__fill-1);
    box-shadow: inset 0rem 0rem 0rem 0.1875rem var(--color__fill-1);
    color: var(--color__white);
}

.modifications__links a,
.modifications.--grouped .modifications__links a {
    height: 2.5rem;
    padding: 0rem 1rem;
    font-size: .85rem;
}

.--i {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: var(--color__fill-4-a);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.--i:hover {
    background-color: var(--color__fill-2);
    color: var(--color__white);
    fill: var(--color__white);
}

.--i .--qi {
    width: 4px;
    height: 8px;
}

.type-editor .personal_user_sale_group,
.type-editor .personal_user_sale_group hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.type-editor .personal_user_sale_group {
    padding: 2rem 1.5rem;
}

.type-editor .personal_user_sale_group>div:first-of-type,
.type-editor .personal_user_sale_group svg,
.type-editor .personal_user_sale_group .--progress {
    position: relative;
}

.type-editor .personal_user_sale_group>div {
    line-height: 1rem;
}

.type-editor .personal_user_sale_group>div:first-of-type {
    padding: .4rem 1rem 0 0;
}

.type-editor .personal_user_sale_group>div:nth-of-type(2) {
    max-width: calc(100% - 1rem - 80px);
}

.type-editor .personal_user_sale_group hr {
    margin: 8px 0;
    border-width: 0 0 1px;
}

.type-editor .personal_user_sale_group.--ugroup_6 svg g:first-of-type {
    fill: rgb(51 51 51);
}

.type-editor .personal_user_sale_group .--progress,
.type-editor .personal_user_sale_group .--progress>div:first-of-type {
    height: 5px;
}

.type-editor .personal_user_sale_group .--progress {
    width: 100%;
    margin: 1.5rem 0 3rem;
    background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 10px, #acb6bf 10px, #acb6bf 20px);
}

.type-editor .personal_user_sale_group .--progress>div:first-of-type {
    width: 30%;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.type-editor .personal_user_sale_group .--progress .--level_point,
.type-editor .personal_user_sale_group .--progress .--cur_point,
.type-editor .personal_user_sale_group .--progress .--level_point span {
    position: absolute;
}

.type-editor .personal_user_sale_group .--progress .--level_point {
    width: 0;
    top: 0;
    padding-top: 30px;
    border-right: 1px solid #acb6bf;
    font-size: 0.65rem;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.type-editor .personal_user_sale_group .--progress .--level_point:nth-child(2) {
    border-right: 0;
    border-left: 1px solid #acb6bf;
    text-align: left;
}

.type-editor .personal_user_sale_group .--progress .--level_point span {
    bottom: 0;
    right: 5px;
}

.type-editor .personal_user_sale_group .--progress .--level_point:nth-child(2) span,
.type-editor .personal_user_sale_group .--progress .--level_point:nth-child(3) span {
    left: 5px;
}

.type-editor .personal_user_sale_group .--progress .--cur_point {
    width: 3px;
    height: 14px;
    left: 30%;
    top: -4.5px;
    background-color: #fa8010;
}