

/* Start:/local/templates/celit/css/main.css?1768896278146479*/
@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    font-family: "Museo Sans Cyrl 500";
}
body {
    margin: 0;
    padding: 0;
}
h1 {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 5.6rem;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}
h2,
h3,
h4,
h5 {
    color: #303030;
}
h2 {
    margin: 10px 0 5px 0;
    font-size: 2.8rem;
    font-family: "Bebas Neue";
}
h3 {
    margin: 10px 0 5px 0;
    font-size: 2.8rem;
}
h4 {
    margin: 10px 0 5px 0;
    font-size: 2.4rem;
}
p {
    margin: 0 0 10px 0;
}
ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #303030;
}
p {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #666;
}
input {
    outline: none;
}
.catalog_input input {
    -moz-appearance: textfield;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    background-color: #041014;
    background-color: #041014cc;
}
.header.scrollDown {
    -webkit-animation: slideDown;
    animation: slideDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*@-webkit-keyframes slideDown {
    form {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}*/
@keyframes slideDown {
    form {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #303030;
}
.header_main {
    background-color: transparent;
    position: absolute;
}
.header .container.search {
    overflow: hidden;
}
.header .container.search .searchbox {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 700";
}
.header_left,
.header_right {
    width: 30%;
}
.header_left .logo img,
.header_right .logo img {
    width: 110px;
    height: 100%;
}
.header_right {
    padding-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_mid {
    width: 50%;
}
.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.header_nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 5px;
}
.header_nav > ul > li:hover .subnav {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}
.header_nav > ul > li > a {
    letter-spacing: 0.1em;
    line-height: 92px;
    display: inline-block;
}
.header_nav > ul > li:hover > a {
    color: #0085d3;
}
.header_soc a {
    margin: 0 5px;
}
.header_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.header_cart a {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_cart a:nth-child(1) {
    margin-right: 20px;
}
.header_cart a:nth-child(1) svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_cart a:nth-child(1):hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.header_cart a:nth-child(2) svg path:nth-child(1) {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.header_cart a:nth-child(2) svg path:nth-child(2) {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
.header_cart a:nth-child(2):hover svg path:nth-child(1) {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.header_cart a:nth-child(2):hover svg path:nth-child(2) {
    -webkit-animation-name: download-icon;
    animation-name: download-icon;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.header_cart-count {
    margin-left: 20px;
    position: relative;
    font-size: 1.2rem;
    height: 14px;
}
.header_cart-count:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 0.2;
}
.header_search {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}
.header_search div,
.header_search svg {
    cursor: pointer;
}
.header_search svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_search #search:hover svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
@-webkit-keyframes download-icon {
    from {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    65% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
@keyframes download-icon {
    from {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    65% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
.searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 20px 25px 45px;
    background-color: #272727;
    position: absolute;
    height: 64px;
    top: 100%;
    left: 16.4%;
    right: 17%;
    width: calc(100% - 33.5%);
    -webkit-transform: translateY(-280%);
    transform: translateY(-280%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.searchbox_title {
    color: #ccc;
    font-size: 20px;
    font-family: "Bebas Neue";
    margin-right: 5px;
}
.searchbox_input {
    width: calc(100% - 130px - 25px - 10px);
    margin-right: 5px;
    position: relative;
}
.searchbox_input form {
    border-left: 2px solid #cfcfcf;
}
.searchbox_input input {
    font-family: "Bebas Neue";
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border: none;
    background-color: transparent;
    padding: 1px 5px;
    outline: none;
    color: #cfcfcf;
    width: 100%;
}
.searchbox_input input:focus + span {
    width: 100%;
}
.searchbox_input span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #cfcfcf;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.95, 0.41, 0.78, 0.78);
    animation-timing-function: cubic-bezier(0.95, 0.41, 0.78, 0.78);
}
.searchbox_close {
    cursor: pointer;
}
.searchbox_close svg path {
    fill: #ccc;
}
.searchbox .search__result {
    max-height: 70vh;
    overflow-y: auto;
}
.searchbox .search__result a:hover {
    background-color: #aeaeae;
}
.subnav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 45px 0 140px 0;
}
.subnav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
}
.subnav .accordion__content a {
    text-transform: inherit;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 300";
    padding: 8px 5px;
    line-height: 1.2em;
    display: block;
}
.subnav .accordion__item .accordion__arrow,
.subnav .accordion__item input {
    display: none;
}
.subnav .accordion__item.parent .accordion__arrow,
.subnav .accordion__item.parent input {
    display: block;
}
.subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.subnav ul li {
    line-height: normal;
    border-top: 1px solid #c4c4c4;
}
.subnav ul li:nth-last-child(1) {
    border-bottom: 1px solid #c4c4c4;
}
.subnav ul li a {
    font-family: "Museo Sans Cyrl 900";
    font-weight: bold;
    font-size: 1rem;
    color: #303030;
    text-transform: none;
    line-height: 1.4;
    display: block;
    padding: 13px 15px;
    margin: 4px 0;
    text-transform: uppercase;
}
.subnav ul li a:hover {
    background-color: #f8f8f8;
}
.subnav_left {
    width: 410px;
    margin-right: 70px;
}
.subnav_mid {
    width: 410px;
    margin-right: 70px;
}
.subnav_mid ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.subnav_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subnav .allcatalog {
    color: #303030;
    white-space: nowrap;
}
.subnav_heading {
    font-family: "Bebas Neue";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: normal;
    margin-bottom: 25px;
    color: #303030;
}
.subnav_heading a {
    color: #303030;
    font-family: "Bebas Neue";
}
.slider-main:not(.slick-initialized) {
    opacity: 0;
    visibility: hidden;
}
body:has(.slider-main:not(.slick-initialized)) {
    background: #303030;
}
.slider-main.slick-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
.slider-main {
    background-color: #303030;
    margin-bottom: 0;
    position: relative;
}
.slider-main_descr-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: auto;
    z-index: 2;
    width: 50%;
}
.slider-main-wrap {
    position: relative;
    overflow: hidden;
}
.slider-main-wrap .container {
    position: relative;
}
.slider-main_item {
    height: calc(100vh - 1px) !important;
    position: relative;
}
.slider-main_item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-main_item #particles-js {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider-main_item .container {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}
.slider-main_descr {
    width: 75%;
    font-size: 1.6rem;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
}
.slider-main_descr table {
    margin-bottom: 60px;
    width: 50%;
    text-align: left;
}
.slider-main_descr table td {
    padding: 5px 10px;
}
.slider-main-heading {
    font-size: 7.2rem;
    line-height: 1em;
    color: #fff;
    font-family: "Bebas Neue";
    font-weight: bold;
    margin-bottom: 20px;
}
.slider-main_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.slider-main_img img {
    width: auto;
    height: auto;
}
.slider-main .slick-dots-wrap {
    position: absolute;
    bottom: 50px;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 40px;
    border-style: dashed;
    background-color: #303030;
    z-index: 3;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.scrolltodown {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: "Bebas Neue";
}
.scrolltodown p {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.1em;
}
#progresswrap {
    width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#progressbar {
    background-color: #0085d3;
    height: 3px;
    width: 0;
    -webkit-animation: progress;
    animation: progress;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.img-wrap img {
    width: 100%;
    height: auto;
}
.img-wrap.col-2 {
    flex-direction: column-reverse;
}
.img-wrap.col-2 img:nth-child(2) {
    transform: translate(0);
}
.arr {
    width: 40px;
    height: 47px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid transparent;
}
.arr:hover {
    cursor: pointer;
}
.arr-l {
    background-image: url("/local/templates/celit/css/../image/arrow-l.png");
}
.arr-r {
    background-image: url("/local/templates/celit/css/../image/arrow-r.png");
}
.btn {
    padding: 10px 30px;
    border-radius: 40px;
    font-family: "Museo Sans Cyrl 700";
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    outline: none;
}
.btn svg {
    width: 30px;
    height: 30px;
    padding: 8px;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.btn-fill {
    color: #fff;
    background-color: #0085d3;
    border: 1px solid #0085d3;
}
.btn-fill:hover {
    background-color: #fff;
    color: #303030;
}
.btn-fill:disabled {
    border-color: #f4f4f4;
    color: #0085d3;
    background-color: #f4f4f4;
}
.btn-fill:active {
    background-color: #f7f7f7;
}
.btn-dashed {
    border: 1px solid #303030;
    border-style: dashed;
    color: #303030;
}
.btn-dashed:hover {
    border-color: #0085d3;
    background-color: #0085d3;
    color: #fff;
}
.btn-dashed:active {
    background-color: #0085d3b0;
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn_circle {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #0085d3;
    border-radius: 50%;
    position: relative;
}
.btn_circle:after {
    content: "";
    background-image: url(/local/templates/celit/css/../images/plus.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 12px;
    height: 12px;
}
.btn-up {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.btn-up:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #303030;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.btn-up:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.btn-up:hover svg path {
    stroke: #fff;
}
.btn-up svg {
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-up svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.heading {
    font-family: "Bebas Neue";
    font-size: 5.6rem;
    line-height: 1.2em;
    font-weight: bold;
    color: #303030;
}
.theme-dark {
    color: #303030;
}
.theme-dark h1 {
    color: #303030;
}
.theme-white {
    color: #fff;
}
.heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-img {
    max-height: 65%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-img img {
    height: 100%;
    width: auto;
}
.subbed:after {
    content: "";
    width: 6px;
    height: 8px;
    background-image: url("/local/templates/celit/css/../image/subbed.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}
.msk {
    position: absolute;
    top: 59%;
    width: 100%;
    left: 160px;
    bottom: 0;
}
.msk_text {
    position: absolute;
    opacity: 0;
}
.msk_text.active {
    -webkit-animation: fadeOut;
    animation: fadeOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
.msk-2 {
    position: absolute;
    top: 59%;
    width: 100%;
    left: 160px;
    bottom: 0;
}
.msk-2_text {
    position: absolute;
    opacity: 0;
}
.msk-2_text.active {
    -webkit-animation: fadeOut;
    animation: fadeOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
.krsndr {
    position: absolute;
    width: 100%;
    bottom: 350px !important;
    left: 200px;
}
.krsndr_text {
    opacity: 0;
}
.krsndr_text.active {
    opacity: 0;
    -webkit-animation: fadeOut;
    animation: fadeOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
.rstv {
    fill: #3e3e3e;
    position: absolute;
    top: 71%;
    width: 100%;
    bottom: 0;
}
.rstv_text {
    opacity: 0;
}
.rstv_text.active {
    display: block;
    opacity: 0;
    -webkit-animation: fadeOut;
    animation: fadeOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
.vlgd,
.spb,
.msk {
    fill: #3e3e3e;
}
.spb_text,
.rstv_text,
.msk_text,
.krsndr_text,
.msk-2_text,
.city_text {
    display: block;
    margin: 0 auto;
    font-family: "Museo Sans Cyrl 500";
    font-size: 1.6rem;
    line-height: 1.2em;
    color: #fff;
    position: absolute;
    opacity: 0;
}
.slider-main_img svg circle {
    fill: #3e3e3e;
}
.almt_text,
.minsk_text {
    display: none;
}
.msk {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
.krsndr {
    -webkit-animation-delay: 4s !important;
    animation-delay: 4s !important;
}
.msk-2 {
    -webkit-animation-delay: 9s !important;
    animation-delay: 9s !important;
}
.rstv {
    -webkit-animation-delay: 14s !important;
    animation-delay: 14s !important;
}
.city.animate {
    -webkit-animation: pulse;
    animation: pulse;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
@-webkit-keyframes pulse {
    from,
    to {
        fill: #3e3e3e;
    }
    50% {
        fill: #0085d3;
    }
}
@keyframes pulse {
    from,
    to {
        fill: #3e3e3e;
    }
    50% {
        fill: #0085d3;
    }
}
@-webkit-keyframes fadeOut {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.docs {
    background-color: #f8f8f8;
}
.docs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.docs_item {
    width: 33.3%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
    margin-right: 2px;
    border-right: 2px solid #fff;
    font-family: "Museo Sans Cyrl 700";
    font-size: 1rem;
    text-transform: uppercase;
    color: #303030;
}
.docs_item:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.docs_item:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
    width: 39%;
}
.docs_item:nth-child(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    border: none;
}
.docs_item:hover .docs_img {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
.docs_num {
    color: #c4c4c4;
    -webkit-transform: rotate(-90deg) translateX(20px);
    transform: rotate(-90deg) translateX(20px);
    left: 12%;
    margin-right: 10px;
}
.docs_img {
    margin-right: 20px;
    width: 34px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.docs_img img {
    width: auto;
    height: 37px;
}
.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter {
    cursor: pointer;
    padding: 17px 40px;
    border-radius: 25px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #303030;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-right: 10px;
    min-width: 140px;
    text-align: center;
    border: 1px dashed transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter:nth-last-child(1) {
    margin-right: 0;
}
.filter:hover {
    border-color: #0085d3;
    background-color: #0085d3;
    color: #fff;
}
.filter.active {
    border: 1px dashed #303030;
}
.filter.active:hover {
    border-color: #0085d3;
}
.production_main-slider_item {
    /*margin: 0 12px;*/
    position: relative;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.production_main-slider_item a {
    width: 100%;
}
.production_main-slider_item:hover .production_main-slider_img:before {
    background-color: #8c8c8c5c;
}
.production_main-slider_img {
    position: relative;
    width: 100%;
}
.production_main-slider_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f61;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.production_main-slider_img img {
    width: 100%;
}
.production_main-slider_marker {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 1.2rem;
    color: #fff;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 24px;
    padding: 5px 15px;
}
.production_main-slider_title {
    position: absolute;
    left: 30px;
    bottom: 50px;
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    width: 70%;
    text-align: left;
}
.production_main-slider .slick-prev,
.production_main-slider .slick-next {
    top: calc(50% - 16px);
}
.production_main-slider .slick-prev {
    right: unset !important;
    left: 224px !important;
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
}
.production_main-slider .slick-prev:before {
    content: "" !important;
    color: #ffffff;
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
    background-size: cover;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.production_main-slider .slick-prev:hover {
    background-color: #0085d3;
    -webkit-transform: scale(1.4166) translate(0, -50%);
    transform: scale(1.4166) translate(0, -50%);
}
.production_main-slider .slick-prev:hover:before {
    background-image: url("/local/templates/celit/css/../image/ar-l-white.png");
}
.production_main-slider .slick-prev:hover:focus {
    background: #0085d3;
}
.production_main-slider .slick-prev:focus {
    background: #fff;
}
.production_main-slider .slick-next {
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
    left: unset !important;
    right: 222px !important;
}
.production_main-slider .slick-next:before {
    content: "" !important;
    color: #ffffff;
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
    background-size: cover;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.production_main-slider .slick-next:hover {
    background-color: #0085d3;
    -webkit-transform: scale(1.4166) translate(0, -50%);
    transform: scale(1.4166) translate(0, -50%);
}
.production_main-slider .slick-next:hover:before {
    background-image: url("/local/templates/celit/css/../image/ar-l-white.png");
}
.production_main-slider .slick-next:hover:focus {
    background: #0085d3;
}
.production_main-slider .slick-next:focus {
    background: #fff;
}
.production-slick-dots-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    float: unset !important;
}
.production-slick-dots-wrap .production-arr {
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
}
.production-slick-dots-wrap .production-arr:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    width: 4px;
    height: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.production-slick-dots-wrap .production-arr-l:before {
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}
.production-slick-dots-wrap .production-arr-r:before {
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
}
.production-slick-dots-wrap .slick-dots li {
    width: 8px;
}
.production-slick-dots-wrap .slick-dots li button:before {
    background-color: #ffffff;
    border: 1px solid #303030;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.production-slick-dots-wrap .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
    background-color: #0085d3;
    border-color: #0085d3;
}
.production {
    padding: 60px 0 30px;
}
.production .heading-wrap {
    margin-bottom: 45px;
    gap: 30px;
}
.production_main-slider_wrap .production-arr {
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
}
.production_main-slider_wrap .production-arr:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    width: 4px;
    height: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.production_main-slider_wrap .production-arr-l:before {
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
}
.production_main-slider_wrap .production-arr-r:before {
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}
.production_main-slider_wrap .slick-dots li button:before {
    background-color: #ffffff;
    border: 1px solid #303030;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.production_main-slider_wrap .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
    background-color: #0085d3;
    border-color: #0085d3;
}
.press {
    padding: 30px 0 80px 0;
}
.press .tab-container .filters {
    top: -100px;
}
.press_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.press_video {
    min-height: 400px !important;
}
.press_video .video-wrap {
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
}
.press_video .video-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.press_item {
    width: calc(33.3% - 16px);
    margin-right: 24px;
    margin-bottom: 70px;
}
.press_item:hover .press_img:after {
    background-color: #8c8c8c5c;
    display: block;
}
.press_item .youtube_text {
    font-size: 4rem;
    line-height: 1.1em;
    text-align: left;
    padding: 0 48px;
    -webkit-transform: translate(0);
    transform: translate(0);
    top: unset;
    bottom: 50px;
}
.press_item .play {
    left: 48px;
    top: unset;
    right: unset;
    bottom: 150px;
}
.press_item.played:after {
    content: unset !important;
    display: none;
}
.press_item.played .youtube_text {
    display: none;
}
.press_item:nth-child(1) {
    position: relative;
}
.press_item:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25252599;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
}
.press_item:nth-child(1) .press_img {
    margin-bottom: 0;
    max-height: unset;
    height: 100%;
}
.press_item:nth-child(1) .press_img:after {
    height: 100%;
}
.press_item:nth-child(1) .press_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.press_item:nth-child(1) .press_descr {
    position: absolute;
    top: 280px;
    left: 0px;
    color: #fff;
    z-index: 10;
}
.press_item:nth-child(1) .press_descr p {
    color: #fff;
}
.press_item:nth-child(1) .press_text {
    color: #fff;
}
.press_item:nth-of-type(3n) {
    margin-right: 0;
}
.press_img {
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}
.press_img:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f2f2f61;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 99%;
}
.press_img img {
    width: 100%;
    height: auto;
}
.press_descr {
    padding-left: 25px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.press_date {
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
}
.press_title {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1em;
    font-family: "Bebas Neue";
    font-weight: bold;
}
.press_text {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5em;
}
.press_text p {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5em;
}
.press .heading-wrap {
    margin-bottom: 40px;
}
.tab-container {
    position: relative;
}
.tab-container .filters {
    position: absolute;
    top: -80px;
    right: 0;
}
.tab-container .filters .tab {
    margin-right: 10px;
}
.tab-container .filters .tab:nth-last-child(1) {
    margin-right: 0;
}
.subheading {
    font-size: 2rem;
    line-height: 1.5em;
}
.loading-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 56px;
}
.loading-section-wrapper.active:before {
    -webkit-transform: rotate(90deg) translateY(-1px) translateX(-4px);
    transform: rotate(90deg) translateY(-1px) translateX(-4px);
}
.loading-section-wrapper:before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.loading-section-wrapper + input + i {
    right: 42px;
    display: none;
}
.loading-section-wrapper + input + i + .accordion__content {
    padding: 0;
    background: #f8f8f8;
}
.loading-section-wrapper + input + i + .accordion__content a {
    padding-left: 30px;
    padding-right: 40px;
    margin-bottom: 20px;
}
.loading-section-wrapper img {
    position: absolute;
    top: 13px;
    left: 20px;
    width: auto;
    height: 30px;
}
.loading-section-wrapper a {
    width: 100%;
    padding-left: 65px;
    font-size: 1.2rem;
    line-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.order {
    background-size: cover !important;
    position: relative;
    text-align: center;
    height: 350px;
}
.order:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
}
.order .subheading {
    margin-bottom: 30px;
}
.order .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-about {
    padding: 80px 0 100px 0;
}
.main-about .heading {
    font-size: 4rem;
    line-height: 1.12em;
    color: #303030;
}
.main-about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-about_left,
.main-about_right {
    width: 50%;
}
.main-about_left {
    padding-right: 6%;
}
.main-about .btn {
    margin-top: 30px;
}
.footer_contacts {
    background-color: #f8f8f8;
    padding: 60px 0 50px;
    font-family: "Museo Sans Cyrl 300";
}
.footer_contacts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_contacts-item {
    font-size: 1.6rem;
    line-height: 1.2em;
}
.footer_contacts-item b {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #303030;
}
.footer_contacts-item a {
    color: #303030;
    display: block;
}
.footer_contacts-item > div,
.footer_contacts-item p {
    line-height: 30px;
}
.footer_tel a {
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: normal;
}
.footer_mail a {
    line-height: 30px;
}
.footer_soc a {
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
    margin-right: 8px;
}
.footer_soc a:before,
.footer_soc a:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer_soc a:before {
    background-color: transparent;
    border: 1px dashed #303030;
    z-index: 3;
}
.footer_soc a:after {
    background-color: #303030;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
    z-index: 1;
}
.footer_soc a:hover svg path {
    fill: #fff;
}
.footer_soc a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.footer_soc a:hover:before {
    border: 1px solid #303030;
}
.footer_soc a:nth-last-child(1) {
    margin-right: 0;
}
.footer_soc a svg {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.footer_heading {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
    max-width: 110px;
    color: #303030;
}
.footer_nav {
    padding: 50px 0 20px;
}
.footer_nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.footer_nav-item {
    min-width: 17.8%;
    padding-right: 50px;
}
.footer_nav-item ul li {
    margin-bottom: 5px;
}
.footer_nav-item ul li:nth-child(1) a {
    font-size: 1rem;
    line-height: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    color: #303030;
}
.footer_nav-item ul li a {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.4em;
}
.footer_bot {
    padding: 20px 0;
}
.footer_bot .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    font-size: 1.2rem;
    line-height: 1.2em;
    position: relative;
}
.footer_bot .container:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 80px;
    right: 80px;
    top: -20px;
}
.footer_dev {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer_dev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #999;
    font-weight: bold;
}
.footer_dev a:hover svg path {
    fill: #c90034;
}
.footer_dev a:hover {
    color: #f0303b;
    transition: 0.5s;
}
.search__result-catalog a:nth-child(1) {
    display: none;
}
.footer_dev a svg {
    margin-right: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer_dev a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer_copy {
    width: 50%;
}
.title {
    font-size: 4rem;
    line-height: 1.1em;
    color: #303030;
    font-family: "Bebas Neue";
    font-weight: bold;
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    overflow: auto;
}
.modal_content {
    background-color: #fff;
    padding: 90px 70px 70px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal_close {
    position: absolute;
    cursor: pointer;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}
.modal .title {
    margin-bottom: 50px;
    text-align: center;
}
.modal_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal_input {
    margin-right: 8px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    background-color: #f4f4f4;
    position: relative;
}
.modal_input:nth-child(2n) {
    margin-right: 0;
}
.modal_input input {
    width: 100%;
    font-size: 1.4rem;
    line-height: 56px;
    height: 56px;
    padding: 0 20px 0 76px;
    background-color: #f4f4f4;
    border: none;
}
.modal_input input::-webkit-input-placeholder {
    color: #303030;
}
.modal_input input:-ms-input-placeholder {
    color: #303030;
}
.modal_input input::-ms-input-placeholder {
    color: #303030;
}
.modal_input input::placeholder {
    color: #303030;
}
.modal_input input.visible {
    display: block;
}
.modal_input-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.modal_input-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 0px;
    width: 1px;
    height: 26px;
    background-color: #e5e5e5;
}
.modal .btn-wrap {
    margin-top: 10px;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: none;
}
.selectric-wrapper .selectric {
    border: none;
}
.selectric-wrapper .selectric .label {
    font-family: "Museo Sans Cyrl 500";
    font-size: 1.4rem;
}
.selectric-wrapper .selectric .button:before {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 1px;
    height: 26px;
    background-color: #e5e5e5;
}
.accordion {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #00432f;
}
.accordion__item {
    position: relative;
    list-style-type: none;
    border-top: 1px solid #c4c4c4;
}
.accordion__item:nth-last-child(1) {
    border-bottom: 1px solid #c4c4c4;
}
.accordion__item:hover > .accordion__title {
    background-color: #f8f8f8;
}
.accordion__item input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 49px;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    z-index: 10;
}
.accordion__item input[type="checkbox"]:checked {
    width: 100%;
}
.accordion__title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    font-family: "Museo Sans Cyrl 900";
    letter-spacing: 0.1em;
    background-color: #f8f8f8;
    padding: 0 15px;
    margin: 4px 0;
    color: #303030;
    display: block;
}
.accordion__title.active {
}
.accordion__arrow {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 9;
}
.accordion__arrow::before {
    content: "";
    position: absolute;
    border: 5px solid #3e3e3e;
    border-color: transparent;
    border-bottom-color: #3e3e3e;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
input[type="checkbox"]:checked ~ .accordion__arrow {
    top: 21px;
}
input[type="checkbox"]:checked ~ .accordion__arrow::before {
    border-color: transparent;
    border-top-color: #3e3e3e;
}
input[type="checkbox"]:checked ~ .accordion__title {
    background-color: #fff;
}
.accordion__content {
    position: relative;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 2;
    padding: 0px 15px;
    border-top: 1px solid #c4c4c4;
}
.accordion__content a {
    display: block;
    font-family: "Museo Sans Cyrl 500";
    font-size: 1.4rem;
    line-height: 1.2em;
}
.accordion__content a:nth-child(1) {
    margin-top: 15px;
}
.accordion__content a:nth-last-child(1) {
    margin-bottom: 15px;
}
input[type="checkbox"]:checked ~ .accordion__content {
    max-height: 0;
    opacity: 0;
}
.section-bg {
    min-height: 246px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.section-bg:after {
    content: "";
    background-color: #4b4b4b8a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-bg h1 {
    z-index: 10;
    position: absolute;
    bottom: 40px;
}
.breadcrumbs {
    padding: 50px 0;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs ul li:nth-last-child(1) a {
    color: #303030;
}
.breadcrumbs ul li:nth-last-child(1) a:after {
    content: none;
}
.breadcrumbs ul li a {
    color: #999;
    font-size: 1.2rem;
    line-height: 2em;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.breadcrumbs ul li a:hover {
    color: #303030;
}
.breadcrumbs ul li a:after {
    content: "/";
    position: absolute;
    right: -10px;
    top: 0;
}
.about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about_left {
    max-width: 700px;
    margin-right: 130px;
}
.about_right {
    max-width: calc(100% - 830px);
    padding-right: 100px;
}
.about_right .press_descr {
    padding-left: 0;
    margin-bottom: 25px;
}
.about .title {
    margin-bottom: 35px;
}
.about .text {
    padding-left: 100px;
}
.about .text .video {
    width: 100%;
    height: 300px;
    margin: 30px 0;
}
.video iframe {
    width: 100%;
    height: 100%;
}
.text {
    padding-bottom: 100px;
}
.text h3 {
    color: #303030;
    float: left;
    width: 350px;
    font-size: 2rem;
    line-height: 1.3em;
    margin: 35px 0px 35px -100px;
    font-weight: normal;
}
.text .gallery {
    margin-top: 60px;
    margin-bottom: 40px;
}
.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gallery_item {
    margin-right: 10px;
    width: 32%;
}
.gallery_item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.gallery_item a:hover:after,
.gallery_item a:hover:before {
    opacity: 1;
}
.gallery_item a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.gallery_item a:after,
.gallery_item a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.gallery_item a:after {
    background-image: url("/local/templates/celit/css/../image/search.png");
    width: 12px;
    height: 12px;
}
.gallery_item a:before {
    width: 68px;
    height: 68px;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    background-color: #0085d3;
    border-radius: 50%;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.youtube_text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 2.2rem;
    line-height: 1.2em;
    position: absolute;
    top: calc(50% + 80px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    text-transform: uppercase;
}
.youtube .play {
    position: absolute;
    height: 80px;
    width: 80px;
    -webkit-transition: none;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
.youtube .play:before,
.youtube .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.youtube .play:before {
    border: 1px dashed #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.youtube .play:after {
    background-image: url(/local/templates/celit/css/../image/play.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    left: 54%;
}
.youtube:hover .play {
    background-position: 0 0;
}
.press-center {
    padding-bottom: 100px;
}
.press-center .press_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.press-center .tab-container .filters {
    top: -85px;
}
.press-center .press_item {
    position: relative;
}
.press-center .press_item:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25252599;
}
.press-center .press_item:nth-child(1) .press_img {
    margin-bottom: 0;
    max-height: unset;
    height: 100%;
}
.press-center .press_item:nth-child(1) .press_img:after {
    height: 100%;
}
.press-center .press_item:nth-child(1) .press_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.press-center .press_item:nth-child(1) .press_descr {
    position: absolute;
    bottom: 27px;
    top: initial;
    /* top: 280px; */
    left: 0px;
    color: #fff;
    z-index: 10;
}
.press-center .press_item:nth-child(1) .press_descr p {
    color: #fff;
}
.press-center .press_item:nth-child(1) .press_text {
    color: #fff;
}
.news {
    padding-bottom: 70px;
}
.news_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
}
.news_left {
    width: 50%;
    padding-right: 70px;
    text-align: center;
}
.news_left img {
    max-width: 100%;
}
.news_right {
    width: 50%;
}
.news_right img {
    max-width: 100%;
}
.news_date {
    font-size: 1.2rem;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3e3e3e;
}
.news_title {
    color: #303030;
    font-size: 2rem;
    line-height: 1.4em;
}
.news_last-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.news_last-wrap .press_item {
    width: 33.3%;
    padding: 20px 50px;
    border-right: 1px solid #e5e5e5;
    margin-right: 0;
    margin-bottom: 0;
}
.news_last-wrap .press_item:nth-last-child(1) {
    border: none;
}
.news_last-wrap .press_item:nth-child(1) {
    position: relative;
}
.news_last-wrap .press_item:nth-child(1):after {
    content: unset;
    display: none;
}
.news_last-wrap .press_item:nth-child(1) .press_descr {
    position: static;
    color: #303030;
}
.news_last-wrap .press_item:nth-child(1) .press_descr p {
    color: #303030;
}
.news_last-wrap .press_item:nth-child(1) .press_text {
    color: #303030;
}
.news_last-wrap .press_descr {
    padding: 0;
}
.dealers_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}
.dealers_address .selectric-wrapper {
    width: 436px;
    margin-right: 34px;
}
.dealers_address .selectric-wrapper .label {
    margin: 0 76px 0 25px;
}
.dealers_address .selectric-wrapper .button {
    right: 0;
    left: unset;
}
.dealers_address .selectric-wrapper .button:before {
    left: 0;
    right: unset;
}
.dealers_city .selectric-wrapper {
    margin-right: 0;
}
.dealers_wrap {
    margin-bottom: 70px;
}
.dealers_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 20px;
}
.dealers_item {
    width: 33.3%;
    padding-right: 8%;
    margin-bottom: 15px;
}
.dealers_name {
    color: #303030;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.dealers_name.official {
    position: relative;
}
.dealers_name.official:after {
    content: "";
    background-image: url("/local/templates/celit/css/../image/official.png");
    width: 8px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    margin-left: 10px;
}
.official_info p {
    display: inline-block;
}
.ymap-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url("/local/templates/celit/css/../image/yandex-before-load.jpg") #ffffff no-repeat;
    background-position: center center;
    background-size: cover;
}
/* Блок, в котором появится Яндекс.Карта */
#map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 410px;
    cursor: pointer;
    background-color: transparent;
}
ymaps {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
/* Индикатор загрузки, который показывается до загрузки карты */
.loader {
    display: none;
}
.loader:after,
.loader:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.loader.is-active {
    top: 0;
    opacity: 1;
}
.loader-default:after {
    display: none;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: "";
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: solid 8px #ffffff;
    border-left-color: transparent;
    border-radius: 50%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes blink {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
@keyframes blink {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
.catalog-category {
    position: relative;
    margin-bottom: 70px;
}
.catalog-category .heading-wrap {
    margin-bottom: 20px;
}
.catalog-category .container {
    /* position: absolute;
    top: -85px;
    right: 250px;
    width: 50%; */
}
.catalog-category .container .filters {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.parallax {
    -webkit-perspective: 1px;
    perspective: 1px;
}
.download_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.download_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.download_wrap ul li {
    border-top: 1px solid #c4c4c4;
    padding: 10px 0;
}
.download_wrap ul li:nth-last-child(1) {
    border-bottom: 1px solid #c4c4c4;
}
.download_wrap ul li a {
    font-size: 1.6rem;
    color: #303030;
    text-transform: none;
    line-height: 1.4em;
    display: block;
    padding: 0 15px;
    margin: 4px 0;
}
.download_wrap ul li a:hover {
    background-color: #f8f8f8;
}
.download_item {
    width: calc(25% - 18px);
    background-color: #f8f8f8;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 30px;
    position: relative;
}
.download_item:nth-child(4n) {
    margin-right: 0;
}
.download_item:hover {
    background-color: #e6f3fb;
}
.download_item:hover .download_link {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.download_item .img-wrap {
    text-align: center;
    padding: 100px 0 40px 0;
}
.download_item .img-wrap img {
    width: auto;
}
.download_num {
    color: #c4c4c4;
    margin-bottom: 10px;
}
.download_name {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: bold;
}
.download_link {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #0085d3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.download_inner .btn-wrap {
    margin-top: 120px;
    width: 100%;
}
.contacts .tab-container .filters {
    right: 320px;
}
.contacts_wrap {
    padding: 25px 0 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts_item {
    font-size: 1.4rem;
    line-height: 1.8em;
    width: 30%;
}
.contacts_item a {
    color: #666666;
}
.contacts_item b,
.contacts_item p b {
    font-weight: 700;
    color: #3e3e3e;
}
.contacts_item .footer_soc {
    margin-top: 40px;
}
.contacts .ymap-container {
    background-image: url("/local/templates/celit/css/../image/yandex-before-load-contacts.jpg");
}
.feedback_wrap {
    padding: 0 100px;
    margin-bottom: 100px;
}
.feedback .title {
    margin-bottom: 40px;
}
.contacts_form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.contacts_form-left {
    margin-right: 20px;
}
.contacts_form-left,
.contacts_form-right {
    width: 50%;
}
.contacts_form .modal_input {
    width: 100%;
    margin-right: 0;
}
.contacts_form .textarea {
    position: relative;
}
.contacts_form textarea {
    resize: none;
    width: 100%;
    height: 208px;
    border: none;
    padding: 18px 14px 14px 74px;
    color: #303030;
    background-color: #f4f4f4;
    position: relative;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 500";
}
.contacts_form textarea::-webkit-input-placeholder {
    color: #303030;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 500";
}
.contacts_form textarea:-ms-input-placeholder {
    color: #303030;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 500";
}
.contacts_form textarea::-ms-input-placeholder {
    color: #303030;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 500";
}
.contacts_form textarea::placeholder {
    color: #303030;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 500";
}
.contacts_form .checkbox {
    margin-bottom: 35px;
}
.contacts_form .btn-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox > span {
    font-size: 1.4rem;
    line-height: 1.1em;
    margin-left: 15px;
    color: #666;
    width: 100%;
}
.checkbox > input {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0085d3;
    border-radius: 3px;
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.checkbox > input:checked {
    background-color: #0085d3;
}
.checkbox > input:checked + span::before {
    color: #fff;
    content: "";
    background-image: url("/local/templates/celit/css/../image/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 9px;
    text-align: center;
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
}
.catalog_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
}
.catalog_side-nav input[type="checkbox"]:checked ~ .accordion__arrow {
    top: 25px;
}
.catalog_side-nav .accordion__arrow {
    top: 19px;
    display: none !important;
}
.catalog_side {
    width: 350px;
    margin-right: 24px;
}
.catalog_side > .catalog_side-nav {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.catalog_side > .catalog_side-nav > .accordion__content {
    border-bottom: 1px solid #b16565;
    margin-bottom: 60px;
    padding: 0;
}
.catalog_side > .catalog_side-nav > .accordion__content > a {
    position: relative;
    padding: 0 15px;
}
.catalog_side > .catalog_side-nav > .accordion__content > a:nth-child(1) {
    margin-top: 20px;
}
.catalog_side > .catalog_side-nav > .accordion__content > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    bottom: -15px;
    left: 0;
}
.catalog_side > .catalog_side-nav > .accordion__content > a:nth-last-child(1):after {
    content: unset;
    display: none;
}
.catalog_side > .catalog_side-nav .accordion__item .accordion__arrow,
.catalog_side > .catalog_side-nav .accordion__item input {
    display: none;
}
.catalog_side > .catalog_side-nav .accordion__item.parent .accordion__arrow,
.catalog_side > .catalog_side-nav .accordion__item.parent input {
    display: block;
}
.catalog_side .accordion__title {
    line-height: 1.5em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    padding-right: 20px;
}
.catalog_side .back {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 900";
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog_side .back:before {
    content: "";
    background-image: url("/local/templates/celit/css/../image/back.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.catalog_side .accordion__item {
    border-color: #e5e5e5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.catalog_side .accordion__item:hover .accordion__title {
    position: relative;
}
.catalog_side .accordion__title.active:before {
    opacity: 1;
    height: 57px;
    color: #303030;
}
.catalog_side .accordion__title.active {
    color: #303030 !important;
}
.catalog_side .accordion__item input {
    height: 56px;
}
.catalog_side .accordion__title {
    padding-left: 15px;
    line-height: 56px;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.catalog_side .accordion__title:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 4px;
    opacity: 0;
    height: calc(100% + 2px);
    background-color: #0085d3;
}
.catalog_content {
    width: 100%;
}
.catalog_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}
.catalog_top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog_search-wrap {
    margin-right: 30px;
}
.catalog_search {
    position: relative;
}
.catalog_search img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
.catalog_search input {
    line-height: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
    width: 380px;
    padding-left: 45px;
    font-size: 1.4rem;
}
.catalog_search input::-webkit-input-placeholder {
    color: #3e3e3e;
}
.catalog_search input:-ms-input-placeholder {
    color: #3e3e3e;
}
.catalog_search input::-ms-input-placeholder {
    color: #3e3e3e;
}
.catalog_search input::placeholder {
    color: #3e3e3e;
}
.catalog_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog_sort p {
    margin-bottom: 0;
    margin-right: 15px;
}
.catalog_sort select {
    border: none;
}
.catalog_sort .selectric .label {
    margin: 0 50px 0 76px;
}
.catalog_tabs {
    border: 1px solid #e5e5e5;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog_tabs-item {
    background-color: #f8f8f8;
    cursor: pointer;
}
.catalog_tabs-item:nth-child(1) {
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    padding: 17px 17px 16px 22px;
}
.catalog_tabs-item:nth-child(2) {
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    padding: 17px 22px 16px 17px;
}
.catalog_tabs-item.active {
    background-color: #fff;
}
.catalog_tabs-item.active svg path {
    fill: #0085d3;
}
.catalog_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.catalog_items.rows .catalog_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog_items.rows .catalog_item:hover {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.catalog_items.rows .catalog_item .img-wrap {
    width: 240px;
}
.catalog_items.rows .catalog_item-x2 {
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.catalog_items.rows .catalog_item-x2 .catalog_item-cost {
    margin-bottom: 0;
    font-size: 2.4rem;
}
.catalog_items.rows .catalog_item-x2 .catalog_item-name {
    font-size: 2.2rem;
}
.catalog_items.rows .catalog_item-descr {
    width: 100%;
    padding: 30px;
}
.catalog_items.rows .catalog_item-descr-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.catalog_items.rows .catalog_item-marker {
    margin-bottom: 0;
}
.catalog_items.rows .catalog_item-marker,
.catalog_items.rows .catalog_item-name {
    margin-right: 15px;
}
.catalog_items.rows .catalog_item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.catalog_items.rows .catalog_item-control {
    position: static;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: none;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    width: auto;
}
.catalog_items.rows .catalog_item-cost {
    margin-right: 20px;
}
.catalog_items.rows .catalog_item-count {
    display: none;
}
.catalog_items.rows .catalog_item-link {
    padding: 5px;
}
.catalog_item {
    width: 33.3%;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    background-color: #fff;
}
.catalog_item .catalog_item-tocart svg {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.catalog_item:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 3;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
}
.catalog_item:hover .catalog_item-control {
    visibility: visible;
    opacity: 1;
    bottom: -70px;
    -webkit-box-shadow: 0px 14px 12px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 14px 12px 0px rgba(0, 0, 0, 0.17);
}
.catalog_item .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 270px;
}
.catalog_item .img-wrap img {
    max-width: 100%;
}
.catalog_item-link {
    padding: 30px;
    display: block;
}
.catalog_item-descr {
    padding: 30px;
}
.catalog_item-name {
    font-family: "Bebas Neue";
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: bold;
    width: 90%;
}
.catalog_item-info {
    color: #999;
    font-size: 1.4rem;
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 20px;
    min-height: 60px;
}
.catalog_item-cost {
    font-size: 2.4rem;
    color: #303030;
    font-family: "Bebas Neue";
    font-weight: bold;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog_item-cost span {
    color: #c4c4c4;
    margin-right: 10px;
    text-decoration: line-through;
}
.catalog_item-cost span + * {
    color: #ff0e0e;
}
.catalog_item-control {
    position: absolute;
    bottom: -30px;
    left: -1px;
    right: -1px;
    padding: 0 30px 30px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    z-index: 3;
    width: calc(100% + 2px);
    border: 1px solid #e5e5e5;
    border-top: none;
    text-align: center;
}
.catalog_item-count {
    margin-right: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.catalog_item-tocart {
    width: 48px;
    height: 52px;
    border-radius: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 1rem;
    border: none;
    outline: none;
}
.catalog_item-tocart:disabled {
    color: #999 !important;
}
.catalog_item-tocart:disabled:before {
    background-color: #f4f4f4;
}
.catalog_item-tocart:disabled svg {
    fill: #999;
}
.catalog_item-tocart:disabled svg path {
    fill: #999;
}
.catalog_item-tocart:active {
    background-color: #f7f7f7;
}
.catalog_item-tocart:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0085d3;
    width: 48px;
    height: 52px;
    z-index: -1;
    border-radius: 90px;
}
.catalog_item-marker {
    border-radius: 16px;
    border: 1px solid transparent;
    line-height: 18px;
    display: inline-block;
    padding: 1px 10px;
    font-family: "Museo Sans Cyrl 900";
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    margin-right: 10px;
}
.catalog_item-marker.new {
    color: #fff;
    border: none;
    background-color: #1bac6fd9;
}
.catalog_item-marker.discount {
    color: #ff0e0e;
    border-color: #ff0e0e80;
}
.catalog_item-marker.discount_custom {
    color: #ff0e0e;
    border-color: #ff0e0e80;
}
.catalog_input {
    border: 1px solid #e5e5e5;
    border-radius: 90px;
    max-width: 142px;
    padding: 0 50px;
    position: relative;
}
.catalog_input-value {
    font-size: 1.4rem;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    width: 45px;
    border: none;
}
.catalog_input-value::-webkit-inner-spin-button,
.catalog_input-value::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.catalog_input-minus,
.catalog_input-plus {
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    z-index: 1;
    cursor: pointer;
}
.catalog_input-minus:hover,
.catalog_input-plus:hover {
    background-color: #f8f8f8;
}
.catalog_input-minus:active,
.catalog_input-plus:active {
    background-color: #f4f4f4;
}
.catalog_input-minus {
    left: 0;
    background: url("/local/templates/celit/css/../image/input-minus.png") center no-repeat;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}
.catalog_input-plus {
    right: 0;
    background: url("/local/templates/celit/css/../image/input-plus.png") center no-repeat;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}
.catalog_item-x2 {
    width: 66.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 30px 70px 80px;
}
.catalog_item-x2:hover .catalog_item-control {
    visibility: visible;
    opacity: 1;
    bottom: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.catalog_item-x2 .catalog_item-link {
    padding: 0;
    width: 50%;
}
.catalog_item-x2 .catalog_item-descr {
    width: 50%;
}
.catalog_item-x2 .catalog_item-name {
    font-size: 4rem;
}
.catalog_item-x2 .catalog_item-cost {
    margin-bottom: 30px;
    font-size: 3.6rem;
    color: #303030;
}
.catalog_item-x2 .catalog_item-cost span {
    display: block;
}
.catalog_item-x2 .catalog_item-control {
    position: unset;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border: 0;
}
.catalog_item-x2 .catalog_item-count {
    display: none;
}
.catalog_showmore {
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5;
    margin-bottom: 70px;
    margin-top: -40px;
}
.catalog_showmore a {
    color: #303030;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 900";
    text-align: center;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
    font-weight: bold;
}
.catalog_showmore a img {
    margin-right: 10px;
}
.catalog_text {
    color: #999;
    margin-bottom: 30px;
}
.catalog_text p {
    color: #999;
    font-size: 2rem;
    line-height: 1.4em;
}
.catalog_text table p {
    font-size: 1.4rem;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}
.pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #303030;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    font-size: 1.4rem;
}
.pagination a:hover:before {
    background-color: #e5e5e5;
}
.pagination a:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: transparent;
    width: 32px;
    height: 32px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pagination a.active {
    color: #fff;
}
.pagination a.active:before {
    background-color: #0085d3;
}
.pagination_prev.disable,
.pagination_next.disable {
    color: #999;
    border-color: #e5e5e5;
}
.pagination_prev.disable svg path,
.pagination_next.disable svg path {
    stroke: #999;
}
.pagination_prev,
.pagination_next {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 900";
    border: 1px solid;
    border-radius: 90px;
    line-height: 32px;
    padding: 0 20px;
    letter-spacing: 0.1em;
    border-color: #c4c4c4;
}
.pagination_prev {
    margin-right: 30px;
}
.pagination_prev svg {
    margin-right: 5px;
    vertical-align: text-top;
}
.pagination_next {
    margin-left: 30px;
}
.pagination_next svg {
    margin-left: 5px;
    vertical-align: text-top;
}
.pagination_text {
    display: inline-block;
}
.catalog_text .column {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.catalog_text .column p {
    font-size: 1.4rem;
}
.card .catalog_item-cost.hidden-block {
    opacity: 0;
}
.card_color,
.card_abrasiveness,
.card_hardness {
    margin-bottom: 45px;
}
.card_color svg,
.card_abrasiveness svg,
.card_hardness svg {
    margin-right: 13px;
}
.card_color .card_title,
.card_abrasiveness .card_title,
.card_hardness .card_title {
    margin-bottom: 0px;
    font-family: "Museo Sans Cyrl 900";
    color: #303030;
}
.card_color .parameters,
.card_abrasiveness .parameters,
.card_hardness .parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card_color .parameter,
.card_abrasiveness .parameter,
.card_hardness .parameter {
    font-size: 1.2rem;
    color: #666;
    line-height: 48px;
    border-radius: 48px;
    padding: 0 18px;
    border: 1px solid transparent;
    margin-right: 10px;
    font-family: "Museo Sans Cyrl 700";
}
.card_color .parameter.active,
.card_abrasiveness .parameter.active,
.card_hardness .parameter.active {
    color: #0085d3;
    border-color: #e5e5e5;
}
.card_colors {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card_colors span.color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}
.card_colors .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    min-width: 150px;
    position: relative;
    min-height: 22px;
    margin-bottom: 10px;
}
.card_colors .radio_text {
    color: #666;
    font-family: "Museo Sans Cyrl 700";
    margin-left: 14px;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
}
.card_colors input[type="radio"] {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    outline: none !important;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.card_colors input[type="radio"]:checked ~ .radio_text {
    color: #303030;
}
.card_colors input[type="radio"]:checked + span.color {
    border-color: #0085d3;
    box-shadow: 0 0 5px 0 #0085d3;
}
.card_row-type {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card_processing_type-wrap {
    padding-left: 20px;
}
.card_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
}
.card_left,
.card_right {
    width: 50%;
}
.card_left {
    padding-right: 130px;
}
.card_left .card_gallery-item .img-wrap {
    padding: 65px;
    position: relative;
}
.card_left .card_gallery-item a {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: url(/local/templates/celit/css/../image/zoom-in.svg), auto;
}
.card_right .card_heading + .card_title {
    font-size: 2rem;
    line-height: 1.2em;
    text-transform: inherit;
    font-weight: 400;
    letter-spacing: inherit;
}
.card_gallery-wrap .card_gallery-nav {
    overflow: hidden;
}
.card_gallery-item {
    border: 1px solid #e5e5e5;
    position: relative;
}
.card_gallery-item .img-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
}
.card_gallery-item .img-wrap img {
    max-width: 100%;
}
.card_gallery-nav {
    background-color: #cbcbcb;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.card_gallery-nav .slick-list.draggable {
    padding: 0 !important;
}
.card_gallery-nav-item {
    margin-right: 20px;
    outline: none;
    cursor: pointer;
}
.card_gallery-nav-item .img-wrap {
    height: 105px;
    width: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    maring: 0 auto;
}
.card_gallery-nav-item .img-wrap img {
    width: auto;
}
.card_gallery-nav-item.slick-current .img-wrap {
    border: 1px solid #fff;
}
.card_gallery-help {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.card_gallery-help .img-wrap {
    width: 100%;
    text-align: center;
    height: auto !important;
    padding: 0 !important;
}
.card_gallery-help .img-wrap img {
    width: auto !important;
}
.card_gallery-help p {
    color: #999;
    text-align: center;
}
.card_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card_heading .catalog_item-marker {
    margin-top: 10px;
}
.card_heading h1 {
    color: #303030;
    margin-right: 15px;
}
.card_title {
    color: #303030;
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.card_code {
    color: #999;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 45px;
}
.card_code .scrollto {
    margin-left: 70px;
    color: #0085d3;
    border-bottom: 1px dashed #0085d3;
}
.card_ndc {
    color: #0085d3;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 15px;
    display: none !important;
}
.card .catalog_item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.card .catalog_item-control {
    position: static;
    bottom: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    border: none;
    width: unset;
}
.card .catalog_item-cost {
    font-size: 4rem;
}
.card .catalog_item-tocart {
    text-transform: uppercase;
    min-width: 150px;
    width: 150px;
    font-family: "Museo Sans Cyrl 900";
    color: #fff;
}
.card .catalog_item-tocart:before {
    width: 100%;
}
.card .catalog_item-tocart svg {
    margin-left: 10px;
}
.card_title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #303030;
}
.card_form {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #303030;
    font-weight: bold;
}
.card_form:before {
    content: "";
    background: url("/local/templates/celit/css/../images/form.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 28px;
}
.card_form-headform .ico {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.card_form-select {
    margin-bottom: 40px;
}
.card_form-select .selectric {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
}
.card_form-select .selectric > span {
    margin: 10px;
}
.card_form-select .selectric .button {
    height: 80px;
}
.card_form-select .selectric .button:before {
    top: 26px;
}
.card_form-select .selectric-wrapper {
    width: 100%;
}
.card_form-select .selectric-wrapper .label {
    margin: 0 76px 0 25px;
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.card_form-select .selectric-wrapper .button {
    right: 0;
    left: auto;
}
.card_form-select .selectric-wrapper .button:before {
    left: 0;
    right: auto;
}
.card_form-select .selectric-wrapper .ico {
    vertical-align: middle;
    zoom: 1;
    display: inline-block;
    height: 60px;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.card_form-select .selectric-wrapper .ico-1 {
    background: url("/local/templates/celit/css/../image/nabor.png");
}
.card_form-select .selectric-wrapper .ico-2 {
    background: url("/local/templates/celit/css/../image/nabor-2.png");
}
.card_specify-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.card_specify {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2em;
    padding-left: 40px;
    width: 50%;
    color: #303030;
}
.card_specify:before {
    content: "";
    background: url("/local/templates/celit/css/../images/specify.svg") center no-repeat;
    background-size: contain;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.card_specify a {
    color: #0085d3;
}
.card_link {
    background-color: #f8f8f8;
    color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 900";
    padding: 13px 20px 13px 20px;
    position: relative;
    margin-bottom: 3px;
}
.card_link:nth-last-child(1) {
    margin-bottom: 0;
}
.card_link:before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/celit/css/../image/ar-l-dark.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
}
.card_link .img-wrap {
    width: 30px;
    margin-right: 15px;
}
.card_link .img-wrap img {
    width: auto;
    height: 30px;
}
.card_info {
    margin-bottom: 130px;
}
.card_tab-container .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    color: #303030;
    border: none;
    background: none;
    position: absolute;
    cursor: pointer;
    top: 21px;
    right: 100px;
}
.card_tab-container .print img {
    margin-right: 10px;
}
.card_tab-container .tabs_content {
    font-size: 1.4rem;
    line-height: 2em;
    color: #303030;
}
.card_tab-container .tabs_content > div {
    background-color: #f8f8f8;
    padding: 50px 80px 80px 80px;
    overflow: auto;
}
.card_tab-container .tabs_content p {
    color: #303030;
}
.card_tab-container .tabs_content ul li {
    position: relative;
    padding-left: 20px;
}
.card_tab-container .tabs_content ul li:before {
    content: "";
    width: 8px;
    height: 6px;
    background-image: url("/local/templates/celit/css/../image/ok.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}
.card_tab-container .tabs_content table {
    width: 1060px;
    display: block;
}
.card_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
    border-top: 1px solid #e5e5e5;
}
.card_tabs-left,
.card_tabs-right {
    display: none;
}
.card_tabs li {
    margin-right: 50px;
}
.card_tabs li:nth-last-child(1) {
    margin-right: 0;
}
.card_tabs li a {
    font-family: "Museo Sans Cyrl 900";
    font-size: 1.2rem;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 5px;
    border-bottom: 3px solid transparent;
}
.card_tabs li a svg {
    margin-right: 10px;
    width: 40px;
}
.card_tabs li a svg path {
    fill: #999;
}
.card_tabs li a.active {
    color: #303030;
    border-color: #0085d3;
}
.card_tabs li a.active svg path {
    fill: #303030;
}
.card_processing {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 50px;
}
.card_processing:before {
    content: "";
    position: absolute;
    background: url("/local/templates/celit/css/../image/tooth.png") center no-repeat;
    background-size: contain;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
}
.card_processing .card_title {
    padding-left: 32px;
    margin-bottom: 25px;
}
.card_processing_mobile-wrap {
    display: none;
}
.card_processing_mobile-link {
    font-size: 1.2rem;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px;
    min-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card_processing_mobile-link.processing-select + .card_processing_mobile-count {
    color: #999;
}
.card_processing_mobile-link.processing-select {
    color: #ff0e0e;
}
.card_processing_mobile-link.processing-edit {
    color: #0085d3;
}
.card_processing_mobile-count {
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #303030;
    font-weight: bold;
}
.card_processing-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card_processing-wrap .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: 60px;
    cursor: pointer;
}
.card_processing-wrap .radio_text {
    color: #666666;
    font-family: "Museo Sans Cyrl 700";
    margin-left: 14px;
    letter-spacing: 0.05em;
}
.card_processing-wrap input[type="radio"] {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    outline: none !important;
    -webkit-appearance: none;
}
.card_processing-wrap input[type="radio"]::before {
    position: relative;
    top: -1px;
    left: -1px;
    display: block;
    content: "";
    background: white;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    display: block;
}
.card_processing-wrap input[type="radio"]:checked::before {
    border-color: #c4c4c4;
}
.card_processing-wrap input[type="radio"]:disabled::before {
    cursor: not-allowed;
    background-color: #eaeaea;
    border-color: #c4c4c4;
}
.card_processing-wrap input[type="radio"]::after {
    position: relative;
    top: -17px;
    left: 15px;
    display: block;
    content: "";
    background: dodgerblue;
    border-radius: 100%;
    width: 0;
    height: 0;
}
.card_processing-wrap input[type="radio"]:checked::after {
    -webkit-transition: all ease-in-out 100ms 0;
    transition: all ease-in-out 100ms 0;
    top: -10px;
    left: 4px;
    width: 4px;
    height: 4px;
    display: block;
}
.card_processing-wrap input[type="radio"]:disabled::after {
    background: #cccccc;
    display: block;
}
.card_processing-wrap input[type="radio"]:checked + .radio_text {
    color: #303030;
}
.card_processing_type .card_processing_type-img {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 30px;
    width: 50px;
    height: 100px;
}
.card_processing_type-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    max-height: 50px;
}
.card_processing_type-row .card_title {
    margin-bottom: 0;
}
.card_processing_type-row .selectric {
    border: none;
}
.card_processing_type-row .selectric .label {
    height: 40px;
    line-height: 40px;
    margin: 0 50px 0 0;
    padding-left: 15px;
    color: #303030;
    font-family: "Museo Sans Cyrl 700";
}
.card_processing_type-row .selectric .button {
    width: 40px;
    height: 40px;
    left: auto;
    right: 0;
}
.card_processing_type-row .selectric .button:before {
    content: unset;
    display: none;
}
.card_processing_type-img {
    margin-right: 20px;
}
.card_processing_type-name {
    margin-right: 30px;
}
.card_processing_type-unit {
    margin-right: 24px;
    min-width: 110px;
}
.card_processing_type-amount {
    width: 70px;
    margin-right: 20px;
}
.card_processing_type-amount.disable .card_processing_type-amount-input:before {
    color: #999;
}
.card_processing_type-amount-input {
    position: relative;
}
.card_processing_type-amount-input:before {
    content: "уп.";
    position: absolute;
    bottom: 5px;
    left: 65%;
    font-size: 1.2rem;
    color: #303030;
    font-family: "Museo Sans Cyrl 700";
}
.card_processing_type-amount-input input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 1.2rem;
    color: #303030;
}
.card_processing_type-amount-input input:disabled {
    background: unset;
    color: #999;
}
.card_processing_type-price.card_title {
    text-transform: none;
    margin-right: 10px;
}
.card_processing_type-price.card_title:before {
    content: "x";
    font-size: 1.2rem;
    color: #999;
    display: inline-block;
    font-family: "Museo Sans Cyrl 500";
    margin-right: 10px;
}
.card_processing_type-sum {
    color: #0085d3;
}
.card_processing_type-sum:before {
    content: "=";
    font-size: 1.2rem;
    color: #999;
    display: inline-block;
    font-family: "Museo Sans Cyrl 500";
    margin-right: 10px;
}
.card_processing_type-end,
.card_processing_type-prev,
.card_processing_type-single {
    margin-bottom: 50px;
    display: none;
}
.card_allsum {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.card_allsum .catalog_item-tocart {
    width: 48px;
    border: none;
    background: unset;
}
.card_allsum .catalog_item-tocart svg {
    margin-left: -3px;
}
.card_allsum .card_title {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-right: 20px;
}
.card_allsum .card_title:nth-child(1) {
    letter-spacing: 0.1em;
}
.card_allcount {
    color: #0085d3;
}
.error {
    background-image: url("/local/templates/celit/css/../image/404.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 92px);
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    position: relative;
    color: #fff;
}
.error:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008a;
    z-index: -1;
}
.error_heading {
    font-family: "Museo Sans Cyrl 900";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.error_title {
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.error .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.tabs_content table tr:nth-last-child(1) td {
    border-bottom: none;
}
.tabs_content table tr td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}
.tabs_content table tr td:nth-child(1) {
    font-weight: bold;
    padding: 5px 5px 5px 0px;
}
.tabs_content table tr td:nth-last-child(1) {
    border-right: none;
}
.inner-heading {
    margin-top: 70px;
}
.basket {
    color: #303030;
}
.basket_empty.hidden {
    display: none;
}
.basket_empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_empty .basket_one-title {
    margin-bottom: 20px;
}
.basket_empty a {
    margin-bottom: 30px;
}
.basket_wrap {
    margin-bottom: 170px;
}
.basket_one,
.basket_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_heading {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    font-size: 1.4rem;
}
.basket_heading .basket_col-releaseform {
    color: #303030;
}
.basket_body {
    margin-bottom: 35px;
}
.basket_col-pic {
    width: 210px;
}
.basket_col-pic .img-wrap {
    width: 110px;
    height: auto;
}
.basket_col-title {
    width: 330px;
}
.basket_col-releaseform {
    width: 240px;
    color: #666;
    font-size: 1.4rem;
    padding-right: 90px;
}
.basket_col-amount {
    width: 270px;
}
.basket_col-sum {
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket_col-sum .basket_one-title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket_col-sum .basket_one-title .basket_one-title {
    margin-left: 4px;
}
.basket_one {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.basket_one-title {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.basket_one-descr {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.3em;
    direction: ltr;
}
.basket_one-del {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
}
.basket_one-del:before,
.basket_one-del:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 2px;
    background-color: #c4c4c4;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.basket_one-del:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.basket_one-del:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.basket_one-del:active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.basket_one-del:active:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.basket_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.basket_total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.basket_total-row:nth-child(3) {
    margin-bottom: 40px;
}
.basket_total-title,
.basket_total-amount,
.basket_total-sum {
    min-width: 100px;
}
.basket_total-title {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #303030;
    text-transform: uppercase;
    text-align: right;
    margin-right: 20px;
    font-family: "Museo Sans Cyrl 900";
}
.basket_total-amount {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #666;
}
.basket_total-sum {
    font-weight: bold;
    color: #0085d3;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 900";
}
.basket_total-btns {
    margin-top: 40px;
}
.basket_total-btns .btn:nth-child(1) {
    margin-right: 10px;
}
.radio-wrap .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: 60px;
    cursor: pointer;
}
.radio-wrap .radio_text {
    color: #666666;
    font-family: "Museo Sans Cyrl 700";
    margin-left: 14px;
    letter-spacing: 0.05em;
}
.radio-wrap input[type="radio"] {
    position: relative;
    display: inline-block;
    width: auto;
    height: 10px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    outline: none !important;
    -webkit-appearance: none;
}
.radio-wrap input[type="radio"]::before {
    position: relative;
    top: -1px;
    left: -1px;
    display: block;
    content: "";
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 100%;
    width: 12px;
    height: 12px;
}
.radio-wrap input[type="radio"]:checked::before {
    border-color: #c4c4c4;
}
.radio-wrap input[type="radio"]:disabled::before {
    cursor: not-allowed;
    background-color: #eaeaea;
    border-color: #c4c4c4;
}
.radio-wrap input[type="radio"]::after {
    position: relative;
    top: -17px;
    left: 15px;
    display: block;
    content: "";
    background: dodgerblue;
    border-radius: 100%;
    width: 0;
    height: 0;
}
.radio-wrap input[type="radio"]:checked::after {
    -webkit-transition: all ease-in-out 100ms 0;
    transition: all ease-in-out 100ms 0;
    top: -10px;
    left: 4px;
    width: 4px;
    height: 4px;
}
.radio-wrap input[type="radio"]:disabled::after {
    background: #cccccc;
}
.radio-wrap input[type="radio"]:checked + .radio_text {
    color: #303030;
}
.checkout_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
}
.checkout_left,
.checkout_right {
    width: 50%;
}
.checkout_right {
    padding-left: 100px;
}
.checkout_right form {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.checkout_amount {
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: bold;
    direction: ltr;
    color: #303030;
    padding-left: 15px;
}
.checkout .basket_col-pic {
    width: 190px;
}
.checkout .basket_col-title {
    width: 220px;
}
.checkout .basket_col-amount {
    width: 120px;
}
.checkout .basket_col-sum {
    width: 150px;
}
.checkout .basket_total-topay {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}
.checkout .basket_total-topay .basket_total-sum {
    color: #ff0e0e;
}
.checkout .basket_body,
.checkout .basket_heading {
    padding-left: 20px;
}
.checkout .basket_body {
    max-height: 616px;
    overflow: auto;
    direction: rtl;
    scrollbar-color: #f4f4f4;
}
.checkout .basket_body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    -moz-appearance: none !important;
}
.checkout .basket_body::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: transparent;
    -moz-appearance: none !important;
}
.checkout .basket_body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f4f4f4;
    -moz-appearance: none !important;
}
.checkout .basket_one {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
}
.checkout .basket_one-title {
    direction: ltr;
}
.checkout .basket_one .basket_col-sum,
.checkout .basket_one .basket_col-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.checkout_row {
    margin-bottom: 40px;
}
.checkout_title {
    color: #303030;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.checkout_subtitle {
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #999;
    margin-bottom: 40px;
}
.checkout .radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkout .radio-wrap .radio {
    min-width: 165px;
    margin-right: 0;
    margin-bottom: 10px;
}
.checkout .radio-wrap .radio_text {
    font-size: 1.2rem;
}
.checkout_inputs .modal_input {
    width: 100%;
}
.checkout_inputs .selectric-wrapper {
    margin-bottom: 20px;
}
.checkout_inputs .selectric .button {
    left: auto;
    right: 0;
}
.checkout_inputs .selectric .button:before {
    right: auto;
    left: 0;
}
.checkout_inputs .checkbox {
    margin: 20px 0 30px 0;
}
.checkout_inputs .btn-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.checkout_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}
.checkout_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.checkout_link:nth-child(1) {
    margin-right: 25px;
}
.checkout_link .img-wrap {
    width: 40px;
    margin-right: 15px;
}
.notification {
    padding: 25px 70px 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #f4f4f4;
    background: #fff;
    z-index: 99;
}
.notification-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 999;
}
.notification-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
    background-image: url("/local/templates/celit/css/../image/notification-close.png");
    background-position: center;
    background-repeat: no-repeat;
}
.notification-icon {
    margin-right: 20px;
}
.notification-text {
    font-family: "Museo Sans Cyrl 500";
    font-size: 1.8rem;
    line-height: 1.4em;
}
.notification-link a {
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #0085d3;
    text-decoration: underline;
}
.alert-success.hidden {
    opacity: 0;
    visibility: hidden;
}
.alert-success {
    position: fixed;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    z-index: 9999;
    width: 520px;
    left: calc(50% - 520px / 2);
    min-height: 180px;
    top: calc(50% - 180px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 50px 70px 60px 70px;
    opacity: 1;
    visibility: visible;
}
.alert-danger.hidden {
    opacity: 0;
    visibility: hidden;
}
.alert-danger {
    border: 1px solid #f4f4f4;
    position: fixed;
    bottom: 0px;
    left: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 70px 25px 25px;
    background-color: #fff;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
.alert-danger .alert-img {
    width: 40px;
    height: 40px;
    background-image: url("/local/templates/celit/css/../image/alert-danger.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.alert-danger .alert-text {
    font-family: "Museo Sans Cyrl 500";
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #303030;
}
.alert-title {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.alert-text {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #666;
}
.modal-kits-wrapper {
    width: 100%;
    position: fixed;
    top: 65px;
    background: #c3c3c3c3;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.modal-kits-wrapper.active {
    z-index: 998;
    visibility: visible;
}
.mobile-select {
    border: 1px solid #e5e5e5;
    position: relative;
    background: #ffff;
    width: 100%;
    padding: 25px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
}
.mobile-select.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 1000;
}
.mobile-select .img-wrap {
    text-align: center;
}
.mobile-select .img-wrap img {
    width: auto;
    height: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-select_wrap {
    border-bottom: 1px solid #e5e5e5;
}
.mobile-select_heading {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.2em;
    color: #303030;
    margin-bottom: 5px;
}
.mobile-select_title {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.mobile-select_price {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2em;
    color: #0085d3;
    margin-bottom: 15px;
}
.mobile-select_selects {
    display: block !important;
    margin-bottom: 30px;
}
.mobile-select_selects .selectric-wrapper {
    margin-bottom: 10px;
}
.mobile-select_selects input {
    width: 100%;
    background-color: #f8f8f8;
    border: none;
    padding: 24px;
    font-size: 1.4rem;
}
.mobile-select_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 20px;
}
.mobile-select_total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mobile-select_total-row:nth-child(3) {
    margin-bottom: 40px;
}
.mobile-select_total-title,
.mobile-select_total-amount,
.mobile-select_total-sum {
    min-width: 100px;
}
.mobile-select_total-title {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #303030;
    text-transform: uppercase;
    text-align: right;
    margin-right: 20px;
    font-family: "Museo Sans Cyrl 900";
}
.mobile-select_total-amount {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #666;
}
.mobile-select_total-sum {
    font-weight: bold;
    color: #0085d3;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: "Museo Sans Cyrl 900";
}
.mobile-select_total-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}
.mobile-select_total-btns .btn:nth-child(1) {
    margin-right: 5px;
}
.number-item {
    margin-right: 7px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}
.payment .text h3 {
    float: unset;
    width: unset;
    margin: 5px 0 10px 0;
}
.payment .text a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.payment .text a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 40%;
}
.notifyjs-foo-base {
    opacity: 1;
    width: 520px;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    padding: 50px 70px 60px 70px;
    position: relative;
    text-align: center;
}
.notifyjs-foo-base .title {
    font-size: 3.6rem;
    line-height: 1;
    color: #303030;
    margin-bottom: 20px;
}
.notifyjs-foo-base .subtitle {
    font-size: 1.4rem;
}
.notifyjs-foo-base .close {
    position: absolute;
    top: 0;
    right: 0;
}
.notifyjs-corner .notifyjs-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh !important;
    width: 100vw !important;
    margin: 0 !important;
}
.selectric-input {
    clip: unset !important;
    display: none !important;
}
.selectric-items {
    border: usnet !important;
}
.card .catalog_item-control {
    background: unset !important;
    border: none !important;
    width: 50%;
    display: flex;
    /* flex-wrap: wrap; */
}
.btn-animated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Museo Sans Cyrl 700";
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
}
.btn-animated .btn-text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.btn-animated:hover {
    -webkit-animation-name: btn-animated;
    animation-name: btn-animated;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    border-radius: 40px;
    height: 48px;
    width: 140px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
}
.btn-animated:hover:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.btn-animated:hover .btn-text {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes btn-animated {
    from {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    to {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}
@keyframes btn-animated {
    from {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    to {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}
.slick-slide {
    outline: none;
}
.container.countries {
    margin-bottom: 0 !important;
}
.container.countries .accordion__content {
    padding: 0;
}
.container.countries .accordion__item:nth-last-child(1) {
    border-bottom: 1px solid #c4c4c4;
}
.container.countries .accordion__item .download_wrap ul li a {
    margin-top: 0;
    margin-bottom: 0;
}
.container.countries .accordion__item .download_wrap ul li:nth-child(1) {
    border-top: 0;
}
.container.countries .accordion__item .download_wrap ul li:nth-last-child(1) {
    border-bottom: 0;
}
.container.countries .accordion__item input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 49px;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    z-index: 10;
}
.container.countries .accordion__item input[type="checkbox"]:checked {
    width: 100%;
}
.card_links input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 49px;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    z-index: 10;
}
.card_links input[type="checkbox"]:checked {
    width: 100%;
}
div.search-popup {
    font-size: 1.5rem;
    background: #fff !important;
}
.search-popup .search-popup-el-name,
.search-popup-el-cnt {
    color: #303030 !important;
}
.search__result {
    position: absolute;
    left: 0;
    top: 43px;
    display: inline-block;
    width: 100%;
    width: calc(100% - 19px);
    background: #303030;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    font-size: 1.2rem;
    color: #fff;
}
.search__result_vis {
    opacity: 1;
    visibility: visible;
}
.search__result_load {
    background: url("/local/templates/celit/css/../images/loader.gif") center no-repeat;
    background-size: 25px;
    padding: 20px 0;
}
.search__result a,
.search__result p {
    display: block;
    width: 100%;
    color: #fff;
    margin: 2px 0;
    line-height: 1.6em;
    font-size: 1.3rem;
    padding: 0 10px;
}
.catalog_search .search__result {
    width: 100%;
    color: #303030;
    background: #fff;
    top: 53px;
}
.catalog_search-wrap .search__hover .search__result {
    opacity: 1;
    visibility: unset;
}
.catalog_search .search__result img {
    left: 0;
    width: 48px;
}
.catalog_search .search__result a,
.catalog_search .search__result p {
    color: #303030;
    padding: 10px 55px;
    position: relative;
}
.change-set {
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1;
    margin: 10px 0;
    color: #0085d3;
    font-family: "Museo Sans Cyrl 500";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.change-set:hover {
    color: #303030;
}
.modal_input .search__result {
    background-color: #f4f4f4;
    width: 100%;
    color: #303030;
    top: 58px;
    max-height: 200px;
    overflow-y: auto;
}
.modal_input .search__result a,
.modal_input .search__result p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #303030;
    margin: 2px 0;
    line-height: 1.6em;
    font-size: 1.3rem;
    padding: 0 10px;
}
.modal_input .search__result a img,
.modal_input .search__result p img {
    margin-right: 10px;
}
.modal_input .search__result a.selected,
.modal_input .search__result a:hover {
    background-color: #c4c4c4;
}
.search__result a,
.search__result p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    margin: 2px 0;
    line-height: 1.6em;
    font-size: 1.3rem;
    padding: 0 10px;
}
.search__result a img,
.search__result p img {
    margin-right: 10px;
}
.search__result a.selected {
    background-color: #c4c4c4;
}
.search-page {
    position: relative;
}
.search-page .search__result {
    top: 62px;
    max-width: 757px;
    background: #fff;
    border: 1px solid #ddd;
}
.search-page .search__result a,
.search-page .search__result p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #303030;
    margin: 2px 0;
    line-height: 1.6em;
    font-size: 1.2rem;
    padding: 0 10px;
}
.search-page .search__result a img,
.search-page .search__result p img {
    margin-right: 10px;
}
.js-delivery-region,
.js-delivery-city,
.js-delivery-city-only {
    display: none;
}
.js-delivery-region.visible,
.js-delivery-city.visible,
.js-delivery-city-only.visible {
    display: block;
}
.js-delivery-region input:disabled,
.js-delivery-city input:disabled,
.js-delivery-city-only input:disabled {
    cursor: no-drop;
}
.dealers_address .selectric-wrapper .button,
.selectric-wrapper .button {
    left: auto;
}
.delivery-info {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px 10px 10px;
    font-size: 1.1rem;
    line-height: 1.2em;
    color: #999;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.delivery-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}
.delivery-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket .basket_col-title {
    padding-right: 30px;
}
.checkout .basket_col-title {
    padding-right: 10px;
}
.card .card_link {
    margin-bottom: 0;
}
.preloader {
    top: 50%;
    left: 50%;
    width: 142px;
    margin: 0 auto;
    height: 40px;
    background: #fff;
    -webkit-filter: contrast(20);
    filter: contrast(20);
    opacity: 0;
    width: 100%;
}
.preloader .dot {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 15px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}
.preloader .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}
.preloader .dots span {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 14px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
}
@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
.btn-online-pay {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
}
.form-horizontal.no-border {
    padding-bottom: 0;
    border-bottom: 0;
}
.ki-yandex-kassa .form-name {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ki-yandex-kassa .form-name .value {
    text-align: left;
    width: auto;
}
.ki-yandex-kassa .form-name .label {
    flex-basik: 20%;
}
.ki-yandex-kassa .form-row {
    padding: 10px;
    font-size: 1.4rem;
}
.ki-yandex-kassa .form-row input,
.ki-yandex-kassa .form-row label {
    font-weight: 500;
}
.ki-yandex-kassa .form-row input {
    font-weight: bold;
}
.ki-yandex-kassa .modal-content {
    margin: 15% auto;
}
.ki-yandex-kassa .modal-footer {
    padding-top: 20px;
}
.ki-yandex-kassa .modal-footer > input {
    height: 48px;
}
.ki-yaka form {
    border-bottom: 0;
}
input[value="Онлайн оплата"] {
    display: none;
}
.checkout-delivery-row {
    margin-bottom: 2px;
}
.card .catalog_item-control.catalog_null {
    display: block;
}
.catalog_null {
    width: 100% !important;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #303030;
}
.catalog_null a {
    color: #0085d3;
}
.debug-component {
    margin: 0 !important;
}
.karta-sayta {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.4em;
}
.sitemap ul {
    padding-left: 40px;
    list-style-type: disc;
}
.sitemap .text > ul {
    list-style-type: none;
}
.sitemap ul a {
    font-size: 18px;
}
.sitemap ul a:hover {
    text-decoration: underline;
}
.sitemap ul li {
    margin-bottom: 5px;
}
.basket_one-kit .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket_one-kit .img-wrap img {
    transform: rotate(90deg);
    width: auto;
    max-width: 100%;
}
.basket_one-kit .catalog_input {
    padding: 0 25px;
}
.basket_one-kit .basket_one-title {
    margin-bottom: 0;
}
.catalog_input-packs {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.basket_one-kit .img-wrap-2 {
    flex-direction: column;
}
.basket_one-kit .img-wrap-2 img:nth-child(2) {
    transform: translate(0);
}
.basket_one-kit .catalog_input-packs .catalog_input {
    margin-right: 15px;
}
.basket_one-kit .catalog_input-packs .catalog_input-minus,
.basket_one-kit .catalog_input-packs .catalog_input-plus {
    width: 28px;
}
.tech-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c4c4c4c4;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s;
    z-index: 99;
}
.tech-modal.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tech-modal-container {
    background: #fff;
    width: 600px;
    padding: 48px 35px;
    position: relative;
}
.tech-modal-content {
    display: flex;
    flex-direction: column;
    max-height: 290px;
    overflow-y: auto;
    padding: 30px 0 0 0;
}
.tech-modal-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    -moz-appearance: none !important;
}
.tech-modal-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: transparent;
    -moz-appearance: none !important;
}
.tech-modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f4f4f4;
    -moz-appearance: none !important;
}
.tech-modal-content a {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.4em;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    padding-left: 40px;
}
.tech-modal-content a.doc {
    position: relative;
}
.tech-modal-content a.doc:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 30px;
    height: 57px;
    background-size: contain;
    background-image: url("/local/templates/celit/css/../images/doc.svg");
    background-repeat: no-repeat;
}
.tech-modal-content a.pdf {
    position: relative;
}
.tech-modal-content a.pdf:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 30px;
    height: 57px;
    background-size: contain;
    background-image: url("/local/templates/celit/css/../images/pdf.svg");
    background-repeat: no-repeat;
}
.tech-modal-content a:hover {
    color: #0085d3;
}
.tech-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.tech-close svg {
    width: 100%;
    height: auto;
}
.tech-close svg,
.tech-close path {
    transition: 0.125s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.tech-close:hover svg,
.tech-close:hover path {
    fill: #0085d3;
}
.catalog-section-all {
    /*    display: flex;
        justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.catalog-section-all-item {
    /*width: 49%;*/
    position: relative;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.catalog-section-all-item .img-wrap {
    position: relative;
}
.catalog-section-all-item .img-wrap img {
    opacity: 0.6;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    display: block;
}
.catalog-section-all-item .img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
}
.catalog-section-all-item:hover .img-wrap img {
    opacity: 0.75;
}
.catalog-section-all-name {
    position: absolute;
    bottom: 50px;
    left: 30px;
    font-size: 4rem;
    color: #fff;
    font-family: "Bebas Neue";
    font-weight: bold;
    width: 60%;
}
.catalog_side-nav .accordion__item.current > .accordion__title {
    background-color: #0085d3;
    color: #fff;
}
.catalog_side-nav .accordion__content {
    padding: 0;
    border-top: 0;
}
.catalog_side-nav .accordion .accordion {
    margin-bottom: 0;
}
.catalog_side-nav .accordion__content a:nth-last-child(1) {
    margin-bottom: 0;
}
.catalog_side-nav > .accordion > .accordion__item:hover > .accordion__title {
    background-color: #0085d3;
    color: #fff;
}
.catalog_side-nav > .accordion > .accordion__item:hover > .accordion__title:before {
    display: none;
}
.catalog_side-nav > .accordion > .accordion__item:nth-child(1) {
    /* border-top: 1px solid #c4c4c4; */
}
.catalog_side-nav > .accordion > .accordion__item {
    border-top: 0;
}
.catalog_side-nav > .accordion .accordion__item > .accordion__title {
    font-family: "Museo Sans Cyrl 900";
    margin-top: 0;
}
.catalog_side-nav .accordion__item .accordion__title {
    font-size: 10px;
}
.accordion__item-parent .accordion__title {
    background-color: #fff;
}
.catalog_side-nav > .accordion > .accordion__item > .accordion__title {
    background-color: #f8f8f8;
}
.catalog_side-nav > .accordion > .accordion__item.current > .accordion__title {
    background-color: #0085d3;
}
.catalog_side-nav .accordion-childs {
    padding: 0 30px;
    border-top: 1px solid #c4c4c4;
}
.catalog_side-nav .accordion-childs a {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px !important;
}
.catalog_side-nav .accordion-childs a:hover {
    color: #0085d3;
}
.catalog_side-nav .accordion__item {
    border-top: 0;
    border-bottom: 1px solid #c4c4c4;
}
.catalog_side-nav .accordion__item-parent .accordion__item:nth-last-child(1) {
    border-bottom: 0;
}
.catalog_side-nav .accordion__item-parent > .accordion__content > .accordion > .accordion__title {
    margin-top: 0;
}
.catalog_side-nav .accordion__item:hover > .accordion__title {
    background-color: inherit;
}
.catalog-gategory {
    display: flex;
    flex-wrap: wrap;
}
.catalog-gategory.section-lvl-2 .catalog-gategory-item {
    position: relative;
    padding: 0;
    height: 286px;
}
.catalog-gategory.section-lvl-2 .catalog-gategory-item-img {
    opacity: 0.75;
    height: 100%;
}
.catalog-gategory.section-lvl-2 .catalog-gategory-item-img img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog-gategory.section-lvl-2 .catalog-gategory-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}
.catalog-gategory.section-lvl-2 .catalog-gategory-item-name {
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
}
.catalog-gategory-item {
    width: calc(33.3% - 18px);
    margin-right: 24px;
    padding: 17px 30px;
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
    height: 340px;
    transition: 0.3s;
}
.catalog-gategory-item:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 3;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
.catalog-gategory-item:nth-child(3n) {
    margin-right: 0;
}
.catalog-gategory-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.catalog-gategory-item-img img {
    width: 100%;
    height: auto;
    max-height: 185px;
    object-fit: contain;
}
.catalog-gategory-item-name {
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    font-family: "Bebas Neue";
}
.action-wrap__link {
    display: block;
}
.action-wrap a {
    margin-bottom: 30px;
}
.action-wrap__slider a {
    margin-bottom: 0;
}
.action-wrap__img {
    width: 100%;
    max-width: 100%;
}
.action-wrap {
    margin-bottom: 30px;
    position: relative;
}
.action-wrap__slider {
    overflow: hidden;
}
.action-wrap__slider__left,
.action-wrap__slider__right {
    cursor: pointer;
}
.action-wrap__slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.action-slider_wrap-dots .slick-dots {
    padding-top: 0;
}
.action-slider_wrap-dots .slick-dots li {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    position: relative;
    margin: 0;
    cursor: pointer;
}
.action-slider_wrap-dots .slick-dots li:before {
    background-color: #ffffff;
    border: 1px solid #303030;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.action-slider_wrap-dots .slick-dots li.slick-active::before {
    width: 5px;
    height: 5px;
    background-color: #0085d3;
    border-color: #0085d3;
}
.action-slider_wrap-dots .slick-dots li.slick-active button:before {
    display: none;
}
.action-wrap__slider__left {
    background-image: url("/local/templates/celit/image/ar-l-dark.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 10px;
    height: 8px;
    background-position: center;
    width: 40px;
    transform: rotate(-180deg);
}
.action-wrap__slider__right {
    background-image: url("/local/templates/celit/image/ar-l-dark.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 10px;
    height: 8px;
    background-position: center;
    width: 40px;
}
.action-wrap__slider-top-arrow {
    display: flex;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: calc(100% + 50px);
    justify-content: space-between;
    left: -25px;
}
.action-wrap__slider-top-left,
.action-wrap__slider-top-right {
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: none;
    background-size: 6px;
    position: relative;
}
.action-wrap__slider-top-left:before,
.action-wrap__slider-top-right:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 9px;
    background-image: url(/local/templates/celit/image/ar-l-dark.png);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.action-wrap__slider-top-left:hover:before,
.action-wrap__slider-top-right:hover:before {
    filter: invert(1);
}
.action-wrap__slider-top-left:hover,
.action-wrap__slider-top-right:hover {
    background-color: #0085d3;
    -webkit-transform: scale(1.4166);
    transform: scale(1.4166);
}
.action-wrap__slider-top-left:hover {
    transform: scale(1.4166) rotate(-180deg);
}
/* #news:before {
  display: block;
        content: "";
  height: 55px;
  margin-bottom: -55px;
}
#action:before {
  display: block;
        content: "";
  height: 55px;
  margin-bottom: -55px;
} */
.action-slider_wrap-dots .slick-dots li:first-child:last-child {
    display: none;
}
.popup-container-img-- {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 78, 78, 0.6);
    z-index: 9999999;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.popup-container-img-- a {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
.popup-container-img-- img {
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
}
.popup-container-img-close-- {
    content: "";
    position: absolute;
    top: 20px;
    right: 40px;
    width: 30px;
    height: 30px;
}
.popup-container-img-close-- img {
    padding: unset;
}
.catalog_item-tocart:disabled {
    position: relative;
}
.catalog_item-tocart:disabled:after {
    position: absolute;
    content: "Выберите форму выпуска!";
    bottom: calc(100% + 10px);
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    color: #303030;
}
.catalog_item-tocart:disabled:hover:after {
    display: block;
}
#disabled_checkout_text {
    font-size: 14px;
    padding: 10px 0;
    margin: 15px 0;
    color: #f00;
}
.disabled_checkout.btn-fill {
    color: #fff;
    background-color: #dbdcde;
    border: 1px solid #dbdcde;
}
.basket_col-sum .basket_one-title {
    flex-wrap: wrap;
}
.discount_marker {
    display: block;
    font-size: 13px;
    color: #fff;
    background-color: #ff0000b5;
    font-weight: normal;
    text-transform: none;
    /*text-align: center;*/
    flex-basis: 100%;
    border: none;
    max-width: 80px;
    width: 100%;
    text-align: center;
}
.basket_one-title .discount_marker {
}
.catalog_item-marker.discount_marker {
    top: 45px;
}
.discount_old_price {
    display: block;
    width: max-content;
    font-size: 21px;
    position: relative;
}
.discount_old_price:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}
.discount_new_price {
    display: block;
    width: 100%;
    text-align: left;
}
.new_video_main_page.press_item {
    width: 100%;
    margin: auto;
}
.new_video_main_page .youtube {
    position: absolute;
    top: 0;
    bottom: 0;
}
.main-about_new .heading {
    margin-bottom: 30px;
}
.press_video.new_video_main_page {
    min-height: 380px !important;
}
.catalog_menu_wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 70px;
    margin-right: 70px;
}
.menu_root_item {
}
/*.accordion__item.parent {
    padding-right: 30px;
}*/
.production_main-slider_filters {
    max-width: 100%;
}
@media (max-width: 760px) {
    .catalog-section-all {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 670px) {
    .production_main-slider_filters {
        flex-wrap: wrap;
        gap: 15px;
    }
    .production_main-slider_filters .filter {
        margin-right: 0;
    }
    .production_main-slider_filters .filter:not(.active) {
        border: 1px dashed #30303012;
    }
}
@media screen and (max-width: 475px) {
    .popup-container-img-close-- {
        top: -35px;
        right: 5px;
    }
}
@media screen and (max-width: 425px) {
    .popup-container-img-close-- {
        top: 10px;
        right: 10px;
    }

    .press-center .press_item:nth-child(1) .press_descr {
        bottom: 10px;
        padding-right: 15px;
    }

    .press-center .press_item:nth-child(1) .press_descr .press_title {
        margin-bottom: 10px;
    }

    .press-center .press_item:nth-child(1) .press_descr .press_date {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 550px) {
    .catalog_item .discount_marker {
        left: 20px;
    }
    .catalog_item-marker.discount_marker {
        left: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .popup-container-img-close-- {
        top: 10px;
        right: 10px;
    }
}
body {
    top: 0 !important;
}
.skiptranslate {
    display: none;
    height: 0;
}
#translate_wr {
    /*    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
}
.language__img {
    cursor: pointer;
    opacity: 0.25;
    /*    transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;*/
}
.language__img.language__img_active,
.language__img:hover {
    /*transform: scale(1.05);*/
    opacity: 1;
}
.language__img {
    cursor: pointer;
    opacity: 0.5;
    padding: 5px;
}
.preloader_custom {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #0000003d;
    background-image: url(/local/templates/celit/image/preloader.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.preloader_custom.active {
    display: block;
    opacity: 1;
    z-index: 999999;
}
/*.catalog_item-control, .header_cart a[href="/basket/"]{
    display: none!important;
}*/
/* End */


/* Start:/local/templates/celit/css/swiper-bundle.min.css?166496943316471*/
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/celit/css/responsive.css?170323521244742*/
@media screen and (max-width: 1920px) {
    .footer_bot .container:before {
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1850px) {
    .catalog-category .container {
        right: 0;
    }
}

@media screen and (max-width: 1600px) {
    .production_main-slider_wrap {
        padding-left: 160px;
    }
    .production_main-slider_wrap .slick-prev {
        right: 290px !important;
    }
    .production-slick-dots-wrap {
        margin-left: 0;
    }
    .catalog-category .container {
        right: 0;
    }
    .contacts .tab-container .filters {
        right: 160px;
    }
}

@media screen and (max-width: 1536px) {
    .production_main-slider_wrap {
        padding-left: 128px;
    }
    .production_main-slider_wrap .slick-prev {
        right: 285px !important;
    }
    .production-slick-dots-wrap {
        margin-left: -128px;
    }
    .contacts .tab-container .filters {
        right: 128px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 100%;
    }
    .production_main-slider_wrap {
        padding-left: 80px;
    }
    .production_main-slider_wrap .slick-prev {
        right: 275px !important;
    }
    .production_main-slider .slick-prev {
        left: 165px !important;
    }
    .production_main-slider .slick-next {
        right: 165px !important;
    }
    .production-slick-dots-wrap {
        margin-left: -80px;
    }
    .about {
        padding-bottom: 100px;
    }
    .about .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about_left, .about_right {
        max-width: unset;
        margin-right: 0;
        padding-right: 0;
    }
    .about .text .video {
        margin-bottom: 10px;
    }
    .news_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news_left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .news_left img {
        width: auto;
    }
    .news_left, .news_right {
        width: 100%;
    }
    .contacts .tab-container .filters {
        right: 80px;
    }
    .card_tab-container .print {
        top: unset;
        bottom: -40px;
    }
}

@media screen and (max-width: 1366px) {
    .production_main-slider .slick-prev {
        left: 150px !important;
    }
    .production_main-slider .slick-next {
        right: 150px !important;
    }
    .slider-main_img >svg {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100vw;
        height: auto;
    }
    .slider-main_img >svg >g {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(21%, 60%) scale(0.5);
        display: inline-block;
    }
}

@media screen and (max-width: 1280px) {


    .popup-container-img-close-- {
        right: 40px;
        top: 40px;
    }
    .heading {
        font-size: 4.5rem;
    }
    .order {
        height: 310px;
    }
    .order .container {
        width: 100%;
    }
    .order .subheading {
        margin-top: 5px;
        font-size: 1.8rem;
        line-height: 1.5em;
    }
    .production_main-slider .slick-prev {
        left: 143px !important;
    }
    .production_main-slider .slick-next {
        right: 147px !important;
    }
    .production_main-slider_wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .production_main-slider_wrap > div {
        margin: 0 80px;
    }
    .production_main-slider_wrap .slick-prev {
        right: 10px !important;
    }
    .production_main-slider_wrap .slick-next {
        left: 10px !important;
    }
    .production_main-slider_wrap .slick-next, .production_main-slider_wrap .slick-prev {
        opacity: 0.9;
        width: 40px;
        height: 40px;
        display: none !important;
    }
    .production_main-slider_item {
        margin-right: 0px;
        margin-left: 0px;
    }
    .production_main-slider_img {
        width: 100%;
    }
    .production-slick-dots-wrap {
        margin-left: 0px;
    }
    .download_item {
        width: calc(33.3% - 24px);
    }
    .download_item:nth-child(3n) {
        margin-right: 0;
    }
    .download_item:nth-child(4n) {
        margin-right: 24px;
    }
    .catalog_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog_side {
        width: 100%;
        margin-bottom: 50px;
    }
    .catalog_side .back {
        width: 250px;
    }
    .catalog_content {
        width: 100%;
    }
    .card_left {
        padding-right: 60px;
    }
    .card_gallery-item .img-wrap img {
        width: 100%;
    }
    .catalog-category .container {
    }
    .production-slick-dots-wrap {
        margin-top: 0;
    }
    .production_main-slider .slick-dots {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .production_main-slider .production_main-slider_item {
        margin-right: 24px !important;
    }
    .production_main-slider .production-arr {
        display: none;
    }
    .press_item .youtube_text {
        font-size: 3rem;
    }
    .slider-main_item {
        height: calc(100vh - 120px) !important;
    }
}

@media screen and (max-width: 1279px) {
    .production_main-slider .production_main-slider_item {
        margin: 0px 10px !important;
    }
}

@media screen and (max-width: 1200px) {

    .catalog-section-all-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .ki-yandex-kassa .form-row .value {
        text-align: left;
    }
    .catalog-section-all-item:nth-child(1) {
        margin-right: 15px;
    }
    .catalog-section-all-item:nth-child(2) {
        margin-left: 15px;
    }

    .productiom .header-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1155px) {
    .catalog-category .slick-dots {
        display: block !important;
    }
    .header_right {
        margin-right: 40px;
    }
    .menu-toggle {
        position: absolute;
        right: 80px;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 23px;
        cursor: pointer;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .menu-toggle span {
        display: inline-block;
        width: 23px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 5px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 2px;
    }
    .menu-toggle span:nth-child(2) {
        width: 7px;
    }
    .menu-toggle span:nth-child(3) {
        width: 14px;
    }
    .menu-toggle.active span {
        background-color: #fff;
    }
    .menu-toggle.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(2px) translateX(4px);
        transform: rotate(45deg) translateY(2px) translateX(4px);
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    .menu-toggle.active span:nth-child(3) {
        opacity: 0;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
    .menu-toggle.active span:nth-child(4) {
        -webkit-transform: rotate(-45deg) translateY(-6px) translateX(8px);
        transform: rotate(-45deg) translateY(-6px) translateX(8px);
    }
    .header {
        padding: 25px 0;
    }
    .header_mid {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        position: fixed;
        top: 0;
        right: 0;
        background-color: #303030;
        z-index: 99;
        width: 425px;
        min-height: 100vh;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        overflow-x: auto;
    }
    .header_mid.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .header_nav {
        padding-top: 34px;
    }
    .header_nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header_nav ul li {
        margin-bottom: 0;
        width: 100%;
        text-align: left;
    }
    .header_nav ul li > a {
        font-size: 1.2rem;
        line-height: 4em;
    }
    .header_nav > ul > li {
        width: 100%;
        text-align: center;
    }
    .header_nav > ul > li:hover .subnav {
        position: unset;
    }
    .subnav {
        display: none;
        padding: 40px 20px;
        top: 30px;
        z-index: -5;
    }
    .subbed:after {
        content: unset;
    }
    .subbed_left, .subbed_mid, .subbed_right {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        height: 33%;
    }
    .subbed_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .subbed .container {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .searchbox {
        left: 0;
        width: 100%;
    }
    .searchbox input {
        z-index: -1;
    }
    .docs {
        padding: 15px 0 25px 0;
    }
    .docs .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .docs_item {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .docs_item:nth-child(1) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: none;
    }
    .docs_item:nth-child(2), .docs_item:nth-child(3) {
        border: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .press_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .press_video {
        min-height: 350px;
    }
    .press_item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .press_item:nth-child(1) {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .press_item:nth-child(1) .press_descr {
        position: unset !important;
        padding-top: 30px;
    }
    .press_img {
        /*max-width: 500px;*/
    }
    .press_img img {
        width: 100%;
        height: auto;
    }
    .main-about_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-about_wrap .heading {
        margin-bottom: 20px;
    }
    .main-about_wrap .subheading {
        margin-bottom: 10px;
    }
    .main-about_left, .main-about_right {
        width: 100%;
    }
    .footer_nav {
        display: none;
    }
    .footer_bot .container:before {
        content: unset;
    }
    .footer_contacts .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_heading {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_contacts-item {
        width: 33%;
        margin-bottom: 20px;
    }
    .news_last-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news_last-wrap .press_item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .news_last-wrap .press_item:nth-child(1) {
        width: 100%;
        margin-bottom: 0;
    }
    .news_last-wrap .press_item:nth-child(1) .press_descr {
        padding-top: 0;
    }
    .dealers_address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .dealers_country {
        margin-bottom: 20px;
    }
    .feedback_wrap {
        padding: 0;
    }
    .card_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card_left, .card_right {
        width: 100%;
    }
    .card_left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .card_tabs {
        padding: 0 40px;
    }
    .card_tabs li {
        margin-right: 30px;
    }
    .card_specify-wrap {
        margin-top: 60px;
    }
    .card_links {
        margin-bottom: 30px;
    }
    .card .tabs_content > div {
        padding-left: 40px;
        padding-right: 40px;
    }
    .checkout_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .checkout_left, .checkout_right {
        width: 100%;
        padding-left: 0;
    }
    .checkout_left .basket_wrap {
        margin-bottom: 50px;
    }
    .basket_one, .basket_heading {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .press_item .youtube_text {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .slider-main_img >svg {
        top: 60px;
    }
    .slider-main_img >svg >g {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(13%, 60%) scale(0.5);
        display: inline-block;
    }
    .heading {
        margin-bottom: 25px;
    }
    .heading-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .production_main-slider {
        padding: 0 80px;
    }
    .production_main-slider .slick-prev {
        left: 65px !important;
    }
    .production_main-slider .slick-next {
        right: 65px !important;
    }

    .action-wrap__slider__dots .action-wrap__slider__left, 
    .action-wrap__slider__dots  .action-wrap__slider__right {
        display: none !important;
    }

}

@media screen and (max-width: 980px) {
    .card_tabs li svg {
        display: none;
    }
    .card_info .print {
        display: none;
    }
    .catalog-category .container {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    #translate_wr {
/*        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-gap: 5px;
        -moz-gap: 5px;
        gap: 5px;*/
    }
    .language__img {
        display: block;
    }
    .header {
        padding: 15px 0;
    }
    .footer_contacts .container {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer_contacts-item {
        width: 100%;
    }
    .dealers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dealers_item {
        width: 50%;
    }
    .catalog-category .container {
        position: unset;
    }
    .catalog-category .filters {
        margin-bottom: 30px;
    }
    .download_item {
        width: calc(50% - 12px);
    }
    .download_item:nth-child(2n) {
        margin-right: 0;
    }
    .download_item:nth-child(3n) {
        margin-right: 24px;
    }
    .contacts_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts_item {
        width: 50%;
        margin-bottom: 35px;
    }
    .catalog_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catalog_top-right {
        margin-bottom: 20px;
    }
    .catalog_item {
        width: 50%;
    }
    .catalog_item-x2 {
        padding: 0;
        width: 50%;
    }
    .card_info .tab-container {
        margin-bottom: 50px;
    }
    .card_specify {
        width: 100%;
    }
    .card_heading + .card_title {
        line-height: 1.3em;
        font-weight: 400;
        font-size: 1.5rem;
        text-transform: unset;
        letter-spacing: unset;
        margin-top: 5px;
    }
    .card_links {
        margin-bottom: 30px;
    }
    .card_tabs {
        padding: 0 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .card_tabs li {
        margin-right: 0px;
    }
    .card .tabs_content > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .popup-container-img-close-- {
        right: 40px;
        top: 20px;
    }
    .discount_new_price {
        text-align: center;
    }
    .catalog-section-all {
        flex-direction: column;
    }
    .catalog-section-all-item {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .breadcrumbs {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .container {
        padding: 0 20px;
    }
    .header_left {
        width: 100px;
    }
    .header_left img {
        width: 100%;
        height: auto;
    }
    .header_right {
        width: 50%;
        margin-right: 65px;
    }
    .header_cart a {
        margin: 0 20px;
    }
    .slider-main_map .slider-main_img div {
        top: 50% !important;
        left: 0% !important;
        width: 100% !important;
        text-align: center;
    }
    .slider-main_map .slider-main_descr {
        width: 100%;
    }
    .slider-main-heading {
        font-size: 4.6rem;
        margin-bottom: 55px;
    }
    .slider-main_item {
        height: calc(100vh - 160px) !important;
    }
    .slider-main_item > img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .production_main-slider {
        padding: 0 20px;
    }
    .production_main-slider .slick-prev {
        left: 8px !important;
    }
    .production_main-slider .slick-prev:hover {
        -webkit-transform: scale(1.1166) translate(0, -50%);
        transform: scale(1.1166) translate(0, -50%);
    }
    .production_main-slider .slick-next {
        right: 7px !important;
    }
    .production_main-slider .slick-next:hover {
        -webkit-transform: scale(1.1166) translate(0, -50%);
        transform: scale(1.1166) translate(0, -50%);
    }
    .production_main-slider_title {
        font-size: 3rem;
        right: 30px;
        width: calc(100% -  60px);
    }
    .production_main-slider_wrap > div {
        margin: 0 20px;
    }
    .menu-toggle {
        right: 45px;
    }
    .filters {
        width: 100%;
    }
    .filter {
        min-width: 90px;
    }
    .press .press_wrap {
        margin-bottom: 10px;
    }
    .press .press_item {
        min-height: unset;
    }
    .press .press_item:nth-last-child(1), .press .press_item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .press .press_item:nth-child(1) .press_img {
        min-height: unset;
        max-width: unset;
    }
    .press .press_item:nth-child(1) .press_descr {
        top: unset;
        bottom: 10px;
        padding-bottom: 0;
    }
    .press .press_descr {
        position: unset !important;
    }
    .press .filter {
        min-width: 100px;
        padding: 17px 35px !important;
    }
    .press .container .heading-wrap {
        margin-bottom: 90px;
    }
    .press_video {
        min-height: 300px;
    }
    .press_item {
        display: block;
    }
    .press_item:nth-child(1) {
        display: block;
    }
    .press_item:nth-child(1) .press_descr {
        position: absolute !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .press_item:nth-child(1) .press_img {
        /*min-height: 530px;*/
    }
    .press_img {
        min-width: unset;
    }
    .press_descr {
        padding-left: 15px;
    }
    .main-about {
        padding: 50px 0 60px 0;
    }
    .main-about .heading {
        font-size: 2.7rem;
    }
    .main-about_wrap .subheading {
        line-height: 1.4em;
        font-size: 1.8rem;
    }
    .about .text {
        padding-left: 0px;
        padding-bottom: 50px;
    }
    .about .text h3 {
        margin: 0;
        margin-bottom: 10px;
        width: unset;
    }
    .title {
        font-size: 3rem;
    }
    .press-center {
        padding-top: 175px;
    }
    .press-center .press_item:nth-child(1) .press_img {
        max-width: unset;
    }
    .news_left img {
        width: auto;
        max-width: 100%;
    }
    .news_last-wrap .press_item:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news_last-wrap .press_item:nth-child(1) .press_descr {
        position: unset !important;
    }
    .contacts .tab-container .filters {
        position: unset;
        margin: 20px 0 30px 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .feedback_wrap {
        padding-top: 20px;
    }
    .contacts_form-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts_form-left, .contacts_form-right {
        width: 100%;
        margin-right: 0;
    }
    .contacts .contacts_form-left {
        margin-right: 0;
    }
    .section-bg h1 {
        font-size: 4rem;
        line-height: 1.2em;
    }
    .catalog_text .column {
        -webkit-columns: unset;
        columns: unset;
    }
    .catalog_item-x2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog_item-x2 .catalog_item-link, .catalog_item-x2 .catalog_item-descr {
        width: 100%;
    }
    .catalog_item-x2 .catalog_item-name {
        font-size: 2.2rem;
    }
    .catalog_item-x2 .catalog_item-cost {
        font-size: 2.4rem;
    }
    .catalog_item-name {
        margin-bottom: 10px;
    }
    .catalog_item:hover .catalog_item-control {
        bottom: -60px;
    }
    .catalog_item .img-wrap {
        min-height: 150px;
    }
    .catalog_item .img-wrap img {
        width: auto;
    }
    .catalog_item-info {
        min-height: 112px;
    }
    .catalog_item-control {
        bottom: -45px;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .catalog_input {
        padding: 0 40px;
        min-width: 91px;
    }
    .catalog_input-minus, .catalog_input-plus {
        width: 35px;
    }
    .card_gallery-item .img-wrap {
        height: auto;
    }
    .card_left .card_gallery-item .img-wrap {
        padding: 0;
    }
    .card_left .card_gallery-item a {
        padding-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .card_left .card_gallery-item a img {
        width: 70%;
    }
    .card_processing-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card_processing-wrap .radio {
        margin-bottom: 10px;
    }
    .card_info {
        margin-bottom: 100px;
    }
    .card_info .card_tab-container {
        overflow: hidden;
    }
    .card_tab-container {
        border-top: 1px solid #e5e5e5;
    }
    .card_tabs li {
        min-width: 100px;
        display: inline-block;
    }
    .card_tabs li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .basket_wrap .checkout_links {
        margin-bottom: 20px;
        position: unset !important;
    }
    .basket_heading {
        display: none;
    }
    .basket_body {
        border-top: 1px solid #e5e5e5;
    }
    .basket_one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .basket_col-pic {
        width: auto;
        margin-bottom: 10px;
    }
    .basket_col-amount {
        width: auto;
        margin-bottom: 15px;
    }
    .basket_col-releaseform {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .basket_col-sum {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .basket_col-sum .basket_one-title {
        margin-bottom: 10px;
        justify-content: center;
    }
    .checkout_amount {
        padding-left: 0;
    }
    .checkout .basket_one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .checkout .basket_one-descr {
        margin-bottom: 10px;
    }
    .checkout .basket_col-pic {
        width: auto;
        margin-bottom: 10px;
    }
    .checkout .basket_body {
        max-height: 592px;
    }
    .press_item .youtube_text {
        font-size: 2.7rem;
    }
    .js-summa .basket_one-title {
        margin-bottom: 0;
    }
    .download_wrap ul li {
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .download_wrap ul li a {
        line-height: 1.5em;
    }
    .btn-animated {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-family: "Museo Sans Cyrl 700";
        font-size: 1rem;
        letter-spacing: 0.1em;
        color: #fff;
    }
    .btn-animated .btn-text {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        display: none;
    }
    .btn-animated:hover {
        -webkit-animation-name: unset;
        animation-name: unset;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        border-radius: usnet;
        height: 48px;
        width: 48px;
        -webkit-transition: unset;
        transition: unset;
        cursor: unset;
        outline: unset;
    }
    .btn-animated:hover:after {
        -webkit-transition: unset;
        transition: unset;
        opacity: unset;
    }

    .action-wrap__slider__right:hover {
        transform: scale(1);
    }

    .action-wrap__slider-top-left:hover {
        transform: scale(1) rotate(-180deg);
    }

    .action-wrap__slider-top-arrow {
        width: calc(100% + 20px);
        left: -10px;
    }




}

@media screen and (max-width: 900px) and (max-height: 415px)  {

    .slider-main_img >svg {
        top: 20px;
    }

    .slider-main_img >svg >g {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(13%, 49%) scale(0.4);
        display: inline-block;
    }
    .press .press_wrap {
        margin-bottom: 10px;
    }
    .press .press_item {
        min-height: unset;
    }
    .press .press_item:nth-last-child(1), .press .press_item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .press .press_item:nth-child(1) .press_img {
        min-height: unset;
        max-width: unset;
    }
    .press .press_item:nth-child(1) .press_descr {
        top: unset;
        bottom: 10px;
        padding-bottom: 0;
    }
    .press .press_descr {
        position: unset !important;
    }
    .press .filter {
        min-width: 100px;
        padding: 17px 35px !important;
    }
    .press .container .heading-wrap {
        margin-bottom: 90px;
    }
    .press_video {
        min-height: 300px;
    }
    .press_item {
        display: block;
    }
    .press_item:nth-child(1) {
        display: block;
    }
    .press_item:nth-child(1) .press_descr {
        position: absolute !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .press_item:nth-child(1) .press_img {
        min-height: 530px;
    }
    .press_img {
        min-width: unset;
    }
    .press_descr {
        padding-left: 15px;
    }
    .main-about {
        padding: 50px 0 60px 0;
    }
    .main-about .heading {
        font-size: 2.7rem;
    }
    .main-about_wrap .subheading {
        line-height: 1.4em;
        font-size: 1.8rem;
    }
    .about .text {
        padding-left: 0px;
        padding-bottom: 50px;
    }
    .about .text h3 {
        margin: 0;
        margin-bottom: 10px;
        width: unset;
    }
    .title {
        font-size: 3rem;
    }
    .press-center {
        padding-top: 0px;
    }
    .press-center .press_item:nth-child(1) .press_img {
        max-width: unset;
    }
    .press_item {
        margin-bottom: 30px;
    }
    .news_left img {
        width: auto;
        max-width: 100%;
    }
    .news_last-wrap .press_item:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news_last-wrap .press_item:nth-child(1) .press_descr {
        position: unset !important;
    }
    .menu-toggle {
        right: 25px;
    }
    .container {
        padding: 0 20px;
    }
    .slider-main_map .slider-main_descr-wrap {
        top: 44%;
    }
    .slider-main_map .slider-main_img div {
        top: 75% !important;
        left: 0% !important;
        width: 100% !important;
        text-align: center;
    }
    .slider-main-heading {
        font-size: 3.6rem;
    }
    .slider-main_item {
        height: 100vh !important;
    }
    .slider-main .container {
        bottom: 25px;
    }
    .slider-main .slick-dots-wrap {
        bottom: 0;
    }
    .slider-main_img svg {
        height: auto;
    }
    .press_item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .press_item:nth-child(1) {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .press_item:nth-child(2n) {
        margin-right: 0;
    }
    .catalog_item .img-wrap {
        min-height: auto;
    }
    .catalog_item .img-wrap img {
        max-width: 50%;
    }
    .catalog_item-info {
        min-height: 70px;
    }
    .catalog_item-link, .catalog_item-descr {
        padding: 15px;
    }
    .card_left .card_gallery-item .img-wrap {
        height: 250px;
    }
    .card_left .card_gallery-item .img-wrap a {
        height: 100%;
    }
    .card_left .card_gallery-item .img-wrap img {
        width: auto;
        height: 100%;
    }
    .production .production_main-slider_title {
        font-size: 2.3rem;
        right: 30px;
        width: calc(100% - 60px);
    }
    .production .slick-list {
        margin: 0 auto !important;
    }
    .section-bg {
        min-height: 150px;
        height: 150px;
    }
    .section-bg h1 {
        bottom: 20px;
        font-size: 4rem;
        line-height: 1.1em;
    }
    .about {
        padding-bottom: 60px;
    }
    .about .text {
        padding-bottom: 30px;
    }
    .about .text .video {
        height: 200px;
    }
    .text .gallery {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #map-yandex {
        height: 240px;
    }
    .footer_heading, .footer_contacts-item {
        width: 50%;
    }
    .text {
        padding-bottom: 40px;
    }
    .payment .text a img {
        width: 100%;
    }
    .modal_content {
        width: 90%;
        padding: 20px 40px 20px 40px;
        top: 59%;
    }
    .modal_close {
        top: 14px;
        right: 10px;
    }
    .modal .title {
        margin-bottom: 20px;
    }
    .production_main-slider_title {
        font-size: 2.7rem;
        bottom: 20px;
    }
    .catalog-category, .basket_wrap {
        margin-bottom: 30px;
    }
    .basket_wrap .checkout_links {
        padding-top: 0;
    }
}

@media screen and (max-height: 400px) and (max-width: 690px) {
    .press-center {
        padding-top: 80px;
    }
    .press_item:nth-child(3n) {
        margin-right: 20px;
    }
    .production_main-slider, .production_main-slider {
        padding: 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .slider-main_img >svg {
        top: 30vh;
    }
    .slider-main_img >svg >g {
        transform: translate(-1%, 50%) scale(0.28)
    }
    .download_name {
        width: 100%;
    }
    .download_item {
        padding: 20px;
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .download_item:nth-child(3n) {
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .download_item .img-wrap {
        padding: 0 20px 20px;
    }
    .card_processing_mobile-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .card_processing_type-price, .card_processing_type-unit, .card_processing_type-amount, .card_processing_type-sum {
        display: none;
    }
    .notifyjs-foo-base {
        width: 87%;
        padding: 30px 20px 50px 20px;
    }
    .notifyjs-corner .notifyjs-container {
        width: 100% !important;
    }
}

@media screen and (max-width: 550px) {
    .catalog-section-all-name {
        font-size: 2.6rem;
        bottom: 20px;
    }
    .catalog-gategory-item {
        width: calc(100%);
        margin-right: 0;
    }
    .catalog-gategory-item:nth-child(3n) {
        margin-right: 0;
    }


    .heading {
        font-size: 3.8rem;
    }
    .order .subheading {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 4rem;
        line-height: 1.1em;
    }
    .slider-main-heading {
        font-size: 3.6rem;
    }
    .footer_bot {
        padding: 35px 0;
    }
    .footer_bot .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_copy {
        margin-bottom: 20px;
    }
    .dealers_item {
        width: 100%;
        padding-right: 0;
    }
    .dealers .selectric-wrapper {
        width: 100%;
    }
    .contacts_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts_item {
        width: 100%;
    }
    .error img {
        width: 100%;
    }
    .catalog_top-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catalog_search-wrap {
        margin-bottom: 20px;
    }
    .catalog_tabs {
        display: none;
    }
    .catalog_top-right {
        width: 100%;
    }
    .catalog_search {
        width: 100%;
    }
    .catalog_search-wrap {
        width: 100%;
        margin-right: 0;
    }
    .catalog_search input {
        width: 100%;
    }
    .catalog_item-name, .catalog_item-info {
        width: 100%;
    }
    .catalog_item-link, .catalog_item-descr {
        padding: 10px;
    }
    .catalog_item-marker {
        /*position: absolute;*/
        top: 20px;
        margin-right: 0;
    }
    .catalog_item-marker.new {
        left: 20px;
    }
    .catalog_item-marker.discount {
        left: 20px;
        top: 50px;
    }
    .basket_total-btns .btn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .basket_total-btns .btn-wrap .btn {
        width: 100%;
    }
    .basket_total-btns .btn-wrap .btn:nth-child(1) {
        margin-bottom: 10px;
    }
    .alert-danger {
        width: 92%;
    }
    .alert-danger .alert-text {
        width: 100%;
        line-height: 1.3em;
    }
    .alert-success {
        width: calc(100% - 40px);
        left: 20px;
    }
    .slider-main_map .slider-main_descr-wrap {
        /*top: 30%;*/
        width: 75%;

    }
    .modal .title {
        margin-bottom: 30px;
        font-size: 2.7rem;
    }
    .modal_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modal_input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .modal_content {
        width: calc(100% - 60px);
        padding: 50px 20px 30px 20px;
        top: 53%;
    }
    .card_wrap {
        padding-bottom: 50px;
    }
    .card_tabs {
        display: block;
        white-space: nowrap;
        padding: 0 40px;
        position: relative;
        border-top: none;
    }
    .card_tabs-left, .card_tabs-right {
        display: block;
        position: absolute;
        top: 0px;
        height: 58px;
        width: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        z-index: 10;
    }
    .card_tabs-left:after, .card_tabs-right:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .card_tabs-left {
        left: 0px;
    }
    .card_tabs-right {
        right: 0px;
    }
    .notification {
        padding: 20px 30px;
        width: calc(100%);
        right: 30px;
        left: 10px;
    }
    .card .catalog_item-marker {
        position: unset;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .filter {
        padding: 17px 25px;
    }
    .press_img img {
        width: 100%;
        height: auto;
    }
    .pagination_text {
        display: none;
    }
    .checkout_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .checkout_links a {
        margin-bottom: 15px;
    }
    .section-bg {
        min-height: 150px;
    }
    .section-bg h1 {
        font-size: 3rem;
    }
    .production_main-slider_title {
        bottom: 30px;
        font-size: 2.3rem;
        left: 40px;
        right: 40px;
        width: calc(100% - 80px);
    }
    .header_left a img {
        width: 100%;
        height: auto;
    }
    .production_main-slider .production_main-slider_item {
        margin: 0 auto !important;
    }
    .card .catalog_item-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .searchbox_input {
        position: static;
    }
    .search__result {
        width: 100vw;
        top: 64px;
    }
    .footer_dev {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer_copy {
        text-align: center;
    }
    .checkout_row {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 420px) {
    .slider-main_img >svg >g {
        transform: translate(-1%, 50%) scale(0.27)
    }
    .header_mid {
        width: 100%;
    }
    .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tab-container .filters {
        top: -140px !important;
    }
    .tab-container .filters .tab {
        margin-right: 0 !important;
        margin-bottom: 3px !important;
    }
    .press .container .heading-wrap {
        margin-bottom: 170px;
    }
    .header_left a.logo img {
        width: 90px;
    }


}


@media screen and (max-width: 370px) {
    .catalog_items {
        flex-wrap: wrap;
    }

    .catalog_item {
        width: 100%;
    }

    .catalog_items.rows  .catalog_item {
        width: 100%;
        flex-wrap: wrap;
    }

    .catalog_items.rows  .catalog_item .catalog_item-link {
        width: 100%;
    }

    .catalog_items.rows  .catalog_item .catalog_item-descr {
        width: 100%;
    }  

}


@media screen and (max-width: 425px) and (max-height: 500px)  {

    .city_text {
        display: none;
    }

    .popup-container-img-- {
        overflow: auto;
    }

    .slider-main-heading {
        margin-bottom: 20px;
    }

    .popup-container-img-close-- {
        top: 40px;
    }
}

@media screen and (max-width: 375px) {
    .filter {
        padding: 17px 20px;
        margin-right: 5px;
    }
}

@media print {
    .header, .print, .breadcrumbs, .footer_nav, .footer_bot, .card_code, .catalog_item-marker {
        display: none !important;
    }
    .footer_contacts .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_soc {
        display: none;
    }
    .footer_heading {
        width: 100%;
    }
    .card_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card_left, .card_right {
        width: 100%;
    }
    .card_left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .card_specify-wrap, .card_links, .card_processing, .card_form, .card_form-select {
        display: none;
    }
    .card_tabs {
        display: none;
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: none;
    }
    .card_tabs li {
        margin-right: 0 !important;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .card_tabs li a.active {
        border-color: transparent;
        color: #999;
    }
    .card_gallery-help {
        display: none;
    }
    .card .tabs_content > div {
        display: block !important;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .card .tabs_content table {
        display: block;
        width: 100%;
    }
    .tab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tab-container_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog_item-control {
        display: none;
    }
    .catalog_item-controls {
        page-break-after: always;
    }
}
/* End */


/* Start:/local/templates/celit/fonts/stylesheet.css?16564111603971*/

@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500.ttf') format('truetype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-300Italic.eot');
	src: local('MuseoSansCyrl-300Italic'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300Italic.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-500Italic.eot');
	src: local('MuseoSansCyrl-500Italic'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500Italic.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-500Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900.ttf') format('truetype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900.svg') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700.ttf') format('truetype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-700Italic.eot');
	src: local('MuseoSansCyrl-700Italic'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700Italic.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-700Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-300.eot');
	src: local('MuseoSansCyrl-300'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300.ttf') format('truetype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-300.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-100.eot');
	src: local('MuseoSansCyrl-100'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100.ttf') format('truetype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-100Italic.eot');
	src: local('MuseoSansCyrl-100Italic'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100Italic.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-100Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('/local/templates/celit/fonts/MuseoSansCyrl-900Italic.eot');
	src: local('Museo Sans Cyrl 900 Italic'), local('MuseoSansCyrl-900Italic'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900Italic.woff') format('woff'),
		url('/local/templates/celit/fonts/MuseoSansCyrl-900Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: fallback;
}

/* End */


/* Start:/local/templates/celit/fonts/bebasneue.css?16564111601572*/
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url('/local/templates/celit/fonts/bebasneuethin.woff2') format('woff2'), url('/local/templates/celit/fonts/bebasneuethin.woff') format('woff'), url('/local/templates/celit/fonts/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Light'), local('BebasNeue-Light'), url('/local/templates/celit/fonts/bebasneuelight.woff2') format('woff2'), url('/local/templates/celit/fonts/bebasneuelight.woff') format('woff'), url('/local/templates/celit/fonts/bebasneuelight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Book'), local('BebasNeueBook'), url('/local/templates/celit/fonts/bebasneuebook.woff2') format('woff2'), url('/local/templates/celit/fonts/bebasneuebook.woff') format('woff'), url('/local/templates/celit/fonts/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('/local/templates/celit/fonts/bebasneueregular.woff2') format('woff2'), url('/local/templates/celit/fonts/bebasneueregular.woff') format('woff'), url('/local/templates/celit/fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('/local/templates/celit/fonts/bebasneuebold.woff2') format('woff2'), url('/local/templates/celit/fonts/bebasneuebold.woff') format('woff'), url('/local/templates/celit/fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

/* End */


/* Start:/local/templates/celit/slick/slick-theme.css?16686736323372*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/celit/slick/./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/celit/slick/./fonts/slick.eot");
  src: url("/local/templates/celit/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/celit/slick/./fonts/slick.woff") format("woff"), url("/local/templates/celit/slick/./fonts/slick.ttf") format("truetype"), url("/local/templates/celit/slick/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 12px 0 0 0;
  margin: 0;
  width: auto;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0%;
  left: 50%;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 4.5px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
  height: 13px;
}
/* End */


/* Start:/local/templates/celit/slick/slick.css?16686729531538*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* End */


/* Start:/local/templates/celit/css/selectric.css?16564111604317*/
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px 0 76px;
  font-size: 12px;
  line-height: 56px;
  color: #444;
  height: 56px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #303030;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/local/templates/celit/css/style.css?16649795184167*/
canvas{
    display:block;
    vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles{
    font-size: 1.1em;
}

#stats,
.count-particles{
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles{
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    height: 100%;
    background-color: transparent;
    /*background-image: url(/local/templates/celit/css/);*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*Слайдер на главной с новостями ---------------------------------------------*/
.press_slider_mainPage .heading-wrap {
    margin-bottom: 45px;
}
.press_slider_mainPage .slide_scroll_wr {
    overflow-x: scroll;
    margin-bottom: 40px;
    scroll-behavior: smooth;
}
.press_slider_mainPage .press_item:nth-of-type(3n) {
    margin-right: 24px!important;
    margin: 0;
}
.press_slider_mainPage .press_item{
    margin-right: 24px;
    width: 340px;
    margin-bottom: 20px;
}
.press_slider_mainPage .press_filters .tab{
    margin-right: 15px;
}
.press_slider_mainPage .press_filters .tab:last-of-type{
    margin-right: 0;
}
.press_slider_mainPage .news_main-slider{
    display: none;
}
.press_slider_mainPage .news_main-slider.active{
    display: flex;
    width: max-content;
}
.press_slider_mainPage{
    width: 100%;
    overflow: hidden;
}
.press_slider_mainPage .news_main-slider{
    width: 130%;
}
.press_slider_mainPage .press_img {
    font-size: 0;
}
.press_slider_mainPage .press_img:after {
    height: 100%;
}
/*firefox*/
.press_slider_mainPage .slide_scroll_wr{
    scrollbar-color: #2F8FFF #4e4e4e17;
    scrollbar-width: thin;
}

.press_slider_mainPage .slide_scroll_wr::-webkit-scrollbar{
    width:6px;
    height: 6px;
}
.press_slider_mainPage .slide_scroll_wr::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: transparent;
    background-color: #0085D380;
    border-radius: 2px;
}
.press_slider_mainPage .slide_scroll_wr::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: transparent;
    background-color: #0085D3;
}
.press_slider_mainPage .slide_scroll_wr::-webkit-scrollbar-track{
    border-width:0;
}
.press_slider_mainPage .slide_scroll_wr::-webkit-scrollbar-track:hover{
    border-left: solid 1px transparent;
    background-color: #eeeeee17;
}
/*Слайдер на главной с новостями END -----------------------------------------*/

.main-about_new .main-about_left{
    margin-bottom: 40px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    position: relative;
    bottom: 0;
    margin-top: 30px;
}
.swiper-pagination-bullet{
    background-color: #ffffff;
    border: 1px solid #303030;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    opacity: 1;
    margin: 0 6px!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0085d3;
    border-color: #0085d3;
}
.product_swiper_container{
    position: relative;
}
.filter_prod_main_page {
    cursor: pointer;
    padding: 17px 40px;
    border-radius: 25px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #303030;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-right: 10px;
    min-width: 140px;
    text-align: center;
    border: 1px dashed transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter_prod_main_page.active {
    border: 1px dashed #303030;
}
.production_main-slider_item.hidden{
    display: none;
}
/* End */


/* Start:/local/templates/celit/css/fancybox/jquery.fancybox.min.css?165641116012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/celit/components/bitrix/menu/bottom_menu/style.min.css?1656411160490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/celit/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/celit/template_styles.css?17754665421753*/
.debug-component {
    /* margin: 300px 50px; */
    margin: 100px 50px;
}

pre {
    /* margin: 200px; */
    font-size: 17px;
}

.catalog_side .accordion__content .active {
    color: #0085D3;
}

.search-popup  {
    z-index: 999999 !important;
    background: unset !important;
}

.search-popup .search-popup-row {
    background: unset !important;
}

.search-popup .search-popup-el-name, .search-popup-el-cnt {
    color: #fff;
}

.search-popup .search-popup-row-active {
    background: #EEEEEE;
}

.search-popup .search-popup-row-active .search-popup-el-name,
.search-popup .search-popup-row-active .search-popup-el-cnt {
    color: #000 !important;
}

.dealers_wrap .site-url {
    font-size: 25px;
}

.news_right a {
    text-decoration: underline;
}


.select-choose-shape {
    display: none;
}

.select-choose-shape.active {
    display: block;
}

.selectric-items .ico, .selectric .ico {
    background-size: contain;
    background-repeat: no-repeat;
}

.error {
    width: 100%;
}

.basket .basket_wrap {
    position: relative;
}

.basket .basket_links {
    position: absolute;
    top: -110px;
    left: 200px;
}

.card_circle-select .release-option {
    display: none;
}

.card_circle-select .release-option.show {
    display: block;
}

.container.countries {
    margin-bottom: 30px;
}

.download.country .download_wrap {
    margin-bottom: 20px;
}

.search-popup-el {
    transition: 0.3s;
}

.catalog-search .search-popup-el {
    color: #000 !important;
}
.file-input-wr label{
    height: 56px;
    padding: 10px 20px 10px 76px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #303030;
    width: 100%;
    cursor: pointer;
}
.file-input-wr input{
    padding: 0;
    width: 1px;
    height: 1px;
}
/* End */
/* /local/templates/celit/css/main.css?1768896278146479 */
/* /local/templates/celit/css/swiper-bundle.min.css?166496943316471 */
/* /local/templates/celit/css/responsive.css?170323521244742 */
/* /local/templates/celit/fonts/stylesheet.css?16564111603971 */
/* /local/templates/celit/fonts/bebasneue.css?16564111601572 */
/* /local/templates/celit/slick/slick-theme.css?16686736323372 */
/* /local/templates/celit/slick/slick.css?16686729531538 */
/* /local/templates/celit/css/selectric.css?16564111604317 */
/* /local/templates/celit/css/style.css?16649795184167 */
/* /local/templates/celit/css/fancybox/jquery.fancybox.min.css?165641116012795 */
/* /local/templates/celit/components/bitrix/menu/bottom_menu/style.min.css?1656411160490 */
/* /local/templates/celit/template_styles.css?17754665421753 */
