

/* Start:/local/templates/generator/components/bitrix/breadcrumb/generator/style.min.css?1741268629467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/generator/styles.css?1740406229314*/
.text-background {
    position: relative;
    display: inline-block;
}

.text-background::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -7px;
    z-index: -1;
    width: calc(100% + 19px);
    height: calc(100% - 10px);
    background: var(--clr-dark-blue);
    border-radius: 23px;
}
/* End */


/* Start:/local/templates/generator/template_styles.css?178773575243795*/
@charset "utf-8";

@font-face {
    font-family: 'Geologica-Light';
    src: url('/local/templates/generator/assets/fonts/Geologica-Light.woff') format('woff'),
    url('/local/templates/generator/assets/fonts/Geologica-Light.otf') format('otf'),
    url('/local/templates/generator/assets/fonts/Geologica-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Thin';
    src: url('/local/templates/generator/assets/fonts/Geologica-Thin.woff') format('woff'),
    url('/local/templates/generator/assets/fonts/Geologica-Thin.otf') format('otf'),
    url('/local/templates/generator/assets/fonts/Geologica-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Medium';
    src: url('/local/templates/generator/assets/fonts/Geologica-Medium.woff') format('woff'),
    url('/local/templates/generator/assets/fonts/Geologica-Medium.otf') format('otf'),
    url('/local/templates/generator/assets/fonts/Geologica-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Bold';
    src: url('/local/templates/generator/assets/fonts/Geologica-Bold.woff') format('woff'),
    url('/local/templates/generator/assets/fonts/Geologica-Bold.otf') format('otf'),
    url('/local/templates/generator/assets/fonts/Geologica-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Black';
    src: url('/local/templates/generator/assets/fonts/Geologica-Black.woff') format('woff'),
    url('/local/templates/generator/assets/fonts/Geologica-Black.otf') format('otf'),
    url('/local/templates/generator/assets/fonts/Geologica-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'peace_sans';
    src: url('/local/templates/generator/assets/fonts/peace_sans.woff') format('woff'),
    url('/local/templates/generator/assets/fonts/peace_sans.otf') format('otf'),
    url('/local/templates/generator/assets/fonts/peace_sans.ttf') format('truetype');
}

body {
    font-family: 'Geologica-Thin' !important;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000;
    line-height: 1.6;
}

/* хром, сафари */
body::-webkit-scrollbar {
    width: 0;
}

/* ie 10+ */
body {
    -ms-overflow-style: none;
}

/* фф (свойство больше не работает, других способов тоже нет)*/
body {
    overflow: -moz-scrollbars-none;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

strog, b {
    font-family: 'Geologica-Bold';
}

ol,
ul,
nav {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFDD53;
    transition: .4s;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}

:focus, button {
    outline: 0;
    border: none;
}

.adm-workarea input {
    -webkit-appearance: listbox;
}

.container:before, .container:after {
    display: none;
}

.container {
    display: block;
    width: 1400px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

header .top, .header__menu-list {
    display: flex;
}

.header__menu-list {
    gap: 20px;
    flex: 1;
}

header .top {
    background: #000;
    border-radius: 9px;
    padding: 17px 40px;
    box-sizing: border-box;
    margin-top: 25px;
}

header .bottom {
    text-align: center;
    margin-top: -22px;
}

header .bottom .logo {
    display: block;
    max-width: 288px;
    margin: 0 auto;
}

header .bottom .logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.header__menu-item {
    list-style: none;
}

.header__menu-item:last-child {
    margin-left: auto;
    margin-right: 40px;
}

.header__menu-item a {
    font-size: 15px;
    font-family: 'Geologica-Black';
    text-transform: uppercase;
    color: #fff;
}

.header__menu-item a:hover {
    color: #FFDD53;
}

.tel {
    margin-left: auto;
}

.tel a {
    color: #fff;
    /* pointer-events: none; */
    font-family: 'Geologica-Bold';
    font-size: 16px;
}

.btn {
    font-family: 'Geologica-Bold';
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    width: 229px;
    height: 57px;
    border-radius: 9px;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
    flex-shrink: 0;
}

.btn.yellow {
    background: #FFDD53;
    border: 2px solid #FFDD53;
}

.btn:hover {
    cursor: pointer;
    background: #FFDD53;
}

.btn.yellow:hover {
    border: 2px solid #000;
}

.main-banner .container {
    display: flex;
    margin-top: 60px;
    gap: 40px;
}

h1 {
    font-family: 'peace_sans';
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.1;
}

.main-banner .left > h1 {
    font-family: 'peace_sans';
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.1;
}

.main-banner .left > span {
    display: block;
    font-size: 19px;
    margin: 15px 0 45px;
}

.main-banner .right img {
    max-width: 640px;
    display: block;
}

.main-banner .tags {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
}

.main-banner .tags p {
    font-family: 'Geologica-Bold';
    font-size: 15px;
    text-transform: uppercase;
    background: #FFDD53;
    display: inline-block;
    border-radius: 31px;
    padding: 8px 18px;
    line-height: 1;
}

footer {
    margin-top: 85px;
}

footer .top {
    display: flex;
    background: #000;
    border-radius: 47px;
    color: #fff;
    padding: 45px 65px 80px;
    gap: 310px;
}

footer .top .right {
    display: flex;
    gap: 190px;
    margin-top: 75px;
}

footer .top .left {
    flex-shrink: 0;
}

footer .address b, .footer-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'peace_sans';
    display: block;
    font-size: 18px;
}

footer .footer-menu .header__menu-list {
    flex-direction: column;
}

.footer-logo img {
    display: block;
    max-width: 290px;
    margin-bottom: 65px;
}

footer .tels {
    margin-bottom: 35px;
}

footer .tels a {
    /* pointer-events: none; */
}

footer .tels a, footer .mail a {
    display: block;
    color: #fff;
    font-family: 'Geologica-Medium';
    font-size: 16px;
}

footer .mail a:hover, footer .bottom a:hover {
    color: #FFDD53;
}

footer .bottom {
    display: flex;
    justify-content: space-between;
    margin: 27px 0 38px;
    font-size: 13px;
}

footer .bottom a {
    color: #000;
}

.slider-nav .slid {
    width: 100px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-for .slid {
    width: 540px;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generator-catalog-element .flex {
    display: flex;
    gap: 60px;
}

.generator-catalog-element h1 {
    text-transform: none;
    width: 80%;
    margin-bottom: 35px;
}

.generator-catalog-element .char-block {
    flex-direction: column;
    width: 42%;
}

.slider-for {
    width: 540px;
}

.slider-nav {
    width: 100px;
}

.generator-catalog-element .left {
    display: flex;
}

.slider-nav .slid img, .slider-for .slid img {
    max-width: 100%;
    max-height: 100%;
}

h2 {
    font-family: 'peace_sans';
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.1;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.service-list__text {
    margin-top: 25px;
    font-size: 19px;
    padding-right: 220px;
    display: none;
}

.service-list__item {
    display: flex;
    gap: 240px;
    padding: 45px 0 35px 50px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: -2px;
}

.service-list__item .number, .service-list__title {
    font-family: 'peace_sans';
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
}

.service-list__title {
    cursor: pointer;
    padding-right: 185px;
    transition: .4s;
}

.service-list__acc {
    width: 100%;
}

.service-list__title::before {
    content: '';
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: .4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    pointer-events: none;
}

.service-list__title::after {
    content: '';
    background: url(/local/templates/generator/assets/images/arrow.svg);
    width: 32px;
    height: 20px;
    position: absolute;
    transition: .4s;
    right: 51px;
    top: 50%;
    transform: translateY(-50%);
}

.service-list__title.opened::before {
    background: #FFDD53;
}

.service-list__title.opened::after {
    transform: translateY(-50%) rotate(90deg);
}

.partners {
    margin-top: 135px;
}

.service {
    margin-top: 180px;
}

.mob-menu {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    text-align: center;
    padding: 60px 30px 50px;
}

.mob-menu .header__menu-list {
    flex-direction: column;
    gap: 10px;
}

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

.flex-column .tel {
    margin: 0 auto;
}

.mob-menu img {
    max-width: 60%;
    margin: 0 auto 50px;
}

.close {
    background: url(/local/templates/generator/assets/images/close.svg);
    background-size: 100%;
    background-position: center;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    z-index: 9999;
}

.close.black {
    background: url(/local/templates/generator/assets/images/black-close.svg);
    background-size: 100%;
    background-position: center;
}

.bx-filter .close {
    display: none;
}

.mob-menu .header__menu-item:last-child {
    margin-left: auto;
    margin-right: auto;
}

.product-item-generator {
    width: 266px;
    margin: 0 auto;
}

.catalog-tops .catalog-tops-content:first-child {
    margin-top: 180px;
}

.catalog-tops .catalog-tops-content {
    margin-top: 115px;
}

.product-item-generator .product-item-generator-image-wrapper {
    width: 100%;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-item-generator .product-item-generator-image-wrapper .flag {
    border-radius: 40px;
    position: absolute;
    background: #ffdd53;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #000;
    font-family: 'Geologica-Black';
    text-transform: uppercase;
    padding: 7px 12px 7px 35px;
    bottom: 0;
    left: 0;
}

.product-item-generator .product-item-generator-image-wrapper .flag::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
}

.product-item-generator .product-item-generator-image-wrapper .flag.hands::before {
    background: url(/local/templates/generator/assets/images/hands.svg) no-repeat center;
    background-size: 90%;
}

.product-item-generator .product-item-generator-image-wrapper .flag.electro::before {
    background: url(/local/templates/generator/assets/images/electro.svg) no-repeat center;
    background-size: 90%;
}

.char {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin: 11px 0 2px;
    position: relative;
    overflow: hidden;
}

.char > * {
    background: #fff;
}

.char::before {
    content: '.....................................................................................................................';
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.char p {
    font-family: 'Geologica-Medium';
    padding-right: 3px;
}

.char span {
    padding-left: 3px;
}

.product-item-generator-title a {
    color: #000;
    font-size: 19px;
    line-height: 1.3;
    display: block;
    margin-top: 15px;
}

.product-item-generator-price-container span {
    font-family: 'Geologica-Black';
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    color: #000;
    margin-top: 20px;
}

.product-item-generator .product-item-generator-image-wrapper img {
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.catalog-tops-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.products-slider {
    width: calc(100% - 425px);
    flex-shrink: 0;
}

.partners-list {
    width: 273px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-list img {
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.slick-dots {
    display: flex;
    width: 50%;
    margin: 15px auto 0;
    border-radius: 47px;
    background: #F0F0F0;
}

.slick-dots li {
    flex: 1;
    border-radius: 47px;
    height: 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    display: none;
    margin: 0;
}

.usual-none {
    display: none;
}

.slick-dots li.slick-active {
    background: #000;
}

.partners .container {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.partners-slider-container {;
    width: calc(100% - 415px);
    flex-shrink: 0;
}

.catalog-tops .catalog-tops-content .title .btn {
    margin-top: 25px;
}

.flex-catalog-page {
    display: flex;
    gap: 25px;
}

.filter-block {
    width: 292px;
}

.bx-breadcrumb {
    margin: 75px 0 61px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: 'Geologica-Bold';
    font-size: 15px;
    text-transform: uppercase;
    color: #808080;
}

.bx-breadcrumb .bx-breadcrumb-item a span, .bx-breadcrumb .bx-breadcrumb-item span.angle-right {
    color: #000;
}

.user-generator-catalog-first-page ul li .bx_catalog_line_img {
    display: none;
}

.user-generator-catalog-first-page .bx_catalog_line_title a {
    color: #000;
    font-size: 18px;
}

.slick-arrow {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: .4s;
    font-size: 0;
    background-color: transparent;
    background-image: url(/local/templates/generator/assets/images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.title-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 70px;
}

.sorts {
    display: flex;
    align-items: center;
    font-size: 13px;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 35px;
}

.sorts-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sorts-row .srt a {
    border: 1px solid #000;
    border-radius: 31px;
    padding: 2px 35px 2px 16px;
    color: #000;
    display: block;
    position: relative;
}

.tabs-content > *:not(:first-child) {
    display: none;
}

.tabs {
    margin-top: 70px;
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

.tab {
    font-family: 'Geologica-Black';
    font-size: 24px;
    padding: 4px 20px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 27px;
    transition: .4s;
}

.all-char {
    display: inline-block;
    margin: 25px 0 35px;
    font-family: 'Geologica-Black';
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    transition: .4s;
}

.contact--container {
    display: flex;
    gap: 48px;
    align-items: center;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.contact-form .mfeedback form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-form h2 {
    margin-bottom: 40px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.contact-form input {
    width: 100%;
    height: 33px;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
    font-family: 'Geologica-Thin' !important;
    font-size: 14px;
    padding: 0;
}

.mf-checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: -13px;
    margin-bottom: -13px;
}

.contact-form input[type="checkbox"] {
    outline: 2px solid #000;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    outline-offset: 0 !important;
    width: 23px;
    height: 23px;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid #fff;
}

.contact-form input[type="checkbox"]:checked {
    background: #000000;
}

.contact-form input[type='submit'] {
    font-family: 'Geologica-Bold' !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9px;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
    padding: 6px 12px;
    background-color: #fff;
    width: 100%;
    margin-top: 15px;
    height: 57px;
    cursor: pointer;
    transition: .4s linear;
}

.contact-form input[type='submit']:hover {
    background: #ffdd53;
}

.contact_link {
    color: #000;
    border-bottom: 1px solid #000;
    transition: .4s linear;
}

.contact_link:hover {
    border-bottom: 1px solid transparent;
}

div.contact-form textarea {
    width: calc(100% - 8px);
    border: 2px solid #000;
}

.flex-peices-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-peices-container .btn {
    width: 249px;
}

.generator-char-container .flex-column-char .char-block-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.generator-char-container .flex-column-char .col1 {*/
/*    flex: 1;*/
/*}*/

.char-block-one > * {
    background: #fff;
}

.char-block-one {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 0 23px;
    position: relative;
    overflow: hidden;
    width: 45%;
}

.bx-pagination .bx-pagination-container ul li {
    margin: 0;
}

.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 0;
    height: inherit;
    min-width: inherit;
    line-height: inherit;
    color: #000;
    vertical-align: middle;
}

.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9999;
    overflow: auto;
    transition: none;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1090px;
    box-sizing: border-box;
    border-radius: 27px;
    padding: 80px;
}

.openModal .title {
    font-family: 'peace_sans';
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 40px;
}

.form__form-block.form-block {
    position: relative;
    width: 100%;
    height: 33px;
    margin-bottom: 35px;
}

.form__form-block.form-block input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
    font-family: 'Geologica-Thin' !important;
    font-size: 14px;
    padding: 0;
}

.form__form-block.form-block label.active {
    font-size: 11px;
    top: -15px;
}

.form__form-block.form-block label.error {
    font-size: 11px;
    top: -15px;
    color: #b40000;
}

.form__form-select {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px;
    color: #000000;
    gap: 15px;
    margin-top: 23px;
    line-height: 1.2;
}

.form__form-select input[type="checkbox"] {
    outline: 2px solid #000;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    outline-offset: 0 !important;
    width: 23px;
    height: 23px;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 50%;
    border: 5px solid #fff;
}

.black_theme_modal.black_theme_modal-new1 .fa-times {
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
    width: 37px;
    height: 37px;
}

.form__form-select a,
.form__form-select .open-black_theme_modal-sogl,
.form__form-select .open-black_theme_modal-sogl2,
.form__form-select .open-black_theme_modal-sogl3 {
    color: inherit;
    border-bottom: 1px solid #000;
    transition: .4s;
    text-decoration: none;
    padding-bottom: 0px;
    display: inline;
    cursor: pointers;
}

input[type="checkbox"]:checked {
    background: #000000;
}

.form__form-select a {
    border-bottom: 1px solid #000000;
    color: #000000;
    transition: .4s;
}

.form__form-select a:hover {
    border-bottom: 1px solid transparent;
}

.form__form-select::before {
    content: 'Обязательное поле';
    font-size: 10px;
    display: block;
    color: #b40000;
    position: absolute;
    bottom: -18px;
    left: 39px;
    line-height: 1.1;
    width: 100%;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form__form-select.active::before {
    opacity: 1;
}

.form__form-block.form-block-submit input[type="submit"] {
    background-color: #fff;
    width: 100%;
    margin-top: 50px;
}

.form__form-block.form-block-submit input[type="submit"]:hover {
    background-color: #ffdd53;
    cursor: pointer;
}

.form__form-block.form-block label {
    position: absolute;
    transition: .4s;
    font-size: 14px;
    color: #000;
    left: 0;
    top: 5px;
    font-weight: normal;
}

.openModal .flex {
    display: flex;
    gap: 48px;
}

.form-modal-content {
    flex: 1;
}

.openModal .flex img {
    width: 418px;
}

.openModal .close {
    top: 0px;
    right: -50px;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #FFDD53;
    color: #000;
    font-size: 14px;
}

.bx-pagination .bx-pagination-container ul li span {
    background-color: transparent;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
    border: none;
    color: transparent;
    margin: 0 10px;
    font-size: 0;
    width: 16px;
    height: 10px;
    padding: 0;
    display: block;
    background: url(/local/templates/generator/assets/images/leftarr.svg) !important;
    background-repeat: no-repeat;
    line-height: 0;
    min-width: inherit;
    min-height: inherit;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    transform: rotate(180deg);
}

.char-block-all:not(:last-child) {
    margin-bottom: 50px;
}

.tabs-content h3 {
    font-family: 'Geologica-Black';
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.char-block-one p {
    font-family: 'Geologica-Medium';
    padding-right: 3px;
}

.char-block-one span {
    padding-left: 3px;
    text-transform: lowercase;
}

.char-block-one::before {
    content: '.........................................................................................................................................................................................................................................................................';
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.flex-peices-container p {
    font-family: 'Geologica-Black';
    font-size: 40px;
    line-height: 1.1;
}

.all-char:hover {
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.tab:hover, .tab.active {
    cursor: pointer;
    border: 1px solid #FFDD53;
    background: #FFDD53;
}

.sorts-row .srt a:hover {
    border: 1px solid #FFDD53;
    background: #FFDD53;
}

.sorts-row select {
    border: 1px solid #000;
    border-radius: 31px;
    padding: 2px 21px 2px 16px;
    color: #000;
    display: block;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
}

.sorts-row .sorts-row-select {
    position: relative;
}

.sorts-row .sorts-row-select::before {
    content: '';
    width: 7px;
    height: 12px;
    background: url(/local/templates/generator/assets/images/arrowup.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 14px;
    z-index: 99;
}

.sorts-row .srt a::before {
    content: '';
    width: 14px;
    height: 12px;
    background: url(/local/templates/generator/assets/images/darrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.filter-block h3 {
    font-family: 'Geologica-Black';
    font-size: 24px;
    margin-bottom: 24px;
}

.single_block:not(:last-child) {
    margin-bottom: 25px;
}

.single_block .cat_title {
    font-family: 'Geologica-Bold';
    margin-bottom: 15px;
    display: block;
    line-height: 1.1;
    color: #808080;
}

.bx-filter-parameters-box-title-generator {
    font-family: 'Geologica-Bold';
    margin-bottom: 15px;
    display: block;
    line-height: 1.1;
    color: #000;
}

#set_filter {
    border: 2px solid #FFDD53;
    background: #FFDD53;
    width: 100%;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none !important;
}

.btn-themes.bx-active, .btn-themes.focus, .btn-themes:active, .btn-themes:focus, .btn-themes:hover {
    color: initial;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0 !important;
    outline-offset: inherit !important;
}

.bx-ui-slider-handle {
    background: #000;
}

.bx-filter-input-checkbox input[type="checkbox"] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #F2F2F2;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.bx-filter .bx-ui-slider-track-container {
    padding: 25px 0 35px;
    margin: 0;
    width: 100%;
}

.bx-filter .bx-filter-parameters-box-container-block {
    padding: 0;
    width: 47%;
}

.bx-filter .bx-ui-slider-range {
    z-index: 999;
    position: relative;
}

.bx-filter .bx-filter-parameters-box:not(:last-child) {
    margin-bottom: 24px;
}

.bx-filter-parameters-box-container-block.bx-left {
    margin-right: 6%;
}

.bx-filter .bx-ui-slider-handle {
    width: 20px;
    height: 20px;
    top: -8px;
    border-radius: 50%;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    background: #F2F2F2;
    border-radius: 5px;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: 0;
}

.bx-filter .bx-ui-slider-track {
    height: 5px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: 0;
}

.bx-filter .bx-filter-input-container input {
    width: 100%;
    font-size: 18px;
    height: 35px;
    margin: 0;
    background: #fff;
    outline: none;
    border: 1px solid #000;
    border-radius: 31px;
    padding: 2px 35px 2px 16px;
    color: #000;
    display: block;
    font-family: 'Geologica-Thin' !important;
    font-size: 14px;
}

.bx-filter .bx-filter-param-label.disabled {
    pointer-events: none;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: block;
    text-align: left;
    margin-left: 10px;
    font-family: 'Geologica-Thin' !important;
    font-size: 14px;
    line-height: 1;
}

.bx-filter .bx-filter-input-checkbox {
    display: flex;
    align-items: center;
}

.bx-filter-input-checkbox input[type="checkbox"]:checked {
    background-image: url(/local/templates/generator/assets/images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.bx-filter .bx-ui-slider-pricebar-v {
    background: #000;
}

#del_filter {
    color: #808080;
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Geologica-Bold';
    padding: 0;
    border: none;
    margin: 24px auto 0;
    display: block;
    transition: .4s;
}

#del_filter:hover {
    color: #000;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#set_filter:hover {
    color: #000;
    border: 2px solid #000;
}

.single_block.active .cat_title, .main_menu_6 .active a, .single_block .cat_title:hover, .main_menu_6 a:hover {
    color: #000;
}

.main_menu_6 a {
    color: #808080;
    font-size: 14px;
}

#catalog_main {
    border: 2px solid #000;
    border-radius: 27px;
    padding: 25px;
    margin-bottom: 25px;
}

.bx-filter .bx-filter-section {
    border: 2px solid #000;
    border-radius: 27px;
    padding: 25px;
}

.bx-filter-popup-result {
    display: none !important;
}

.slick-arrow.slick-prev {
    transform: rotate(180deg);
}

.slick-arrow:hover {
    cursor: pointer;
    background-color: #FFDD53;
}

.append-arrow-circle {
    display: flex;
    gap: 11px;
    margin-top: 60px;
    position: relative;
}

.append-arrow-circle::before {
    content: '';
    height: 2px;
    background: #000;
    position: absolute;
    width: calc((100vw - 1425px) / 2);
    left: calc((100vw - 1400px) / 2 * -1);
    top: 50%;
    transform: translateY(-50%);
}

[hidden] {
    display: none !important;
}

.mob-menu-btn {
    display: none;
}

.for-mob {
    display: none;
}

.products-block {
    flex: 1;
}

.bx-filter-parameters-box-container {
    padding-bottom: 0;
}

.products-block .items-user-row .catalog-view {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.open-filter {
    display: none;
}

.products-block .items-user-row .catalog-view .product-item-generator-price-container span {
    margin: 0 0 15px 0;
}

.products-block .items-user-row:not(:last-child) {
    margin-bottom: 45px;
}

.products-block .items-user-row .catalog-view .product-item-generator-title a {
    margin: 0 0 15px 0;
}

.char-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-block .items-user-row .catalog-view .char {
    width: 48%;
}

.products-block .items-user-row .catalog-view .centered {
    flex: 1;
}

.products-block .items-user-row .catalog-view .right {
    width: 160px;
}

.products-block .items-user-row .catalog-view .right .btn {
    width: 100%;
}

.products-block .items-user-row .catalog-view.product-item-generator .product-item-generator-image-wrapper {
    width: 211px;
    height: 211px;
}

@media (max-width: 1580px) {
    .container {
        width: 1300px;
    }

    .product-item-generator {
        width: 226px;
    }

    .product-item-generator-title a {
        font-size: 17px;
    }

    .append-arrow-circle::before {
        width: calc((100vw - 1325px) / 2);
        left: calc((100vw - 1300px) / 2 * -1);
    }

    .main-banner .left > h1, h2, .service-list__item .number, .service-list__title, h1 {
        font-size: 41px;
    }

    .generator-catalog-element .char-block {
        width: 62%;
    }

    .slider-for .slid, .slider-for {
        width: 490px;
    }

    .product-item-generator-price-container span {
        font-size: 24px;
    }

    .generator-char-container .flex-column-char {
        gap: 140px;
    }

    footer .top {
        gap: 270px;
    }

    .partners-slider-container {
        width: calc(100% - 365px);
    }
}

@media (max-width: 1366px) {
    .container {
        width: 1180px;
    }

    .service-list__item {
        gap: 150px;
    }

    .partners-slider-container {
        width: calc(100% - 345px);
    }

    .partners-list {
        width: 233px;
        height: 126px;
    }

    footer .top {
        gap: 170px;
    }

    .products-block .items-user-row .catalog-view .char {
        width: 90%;
    }

    .char::before {
        content: '.....................................................................................................................................................................................................';
    }

    .product-item-generator-title a {
        font-size: 17px;
    }

    .append-arrow-circle::before {
        width: calc((100vw - 1204px) / 2);
        left: calc((100vw - 1180px) / 2 * -1);
    }

    .flex-peices-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .generator-char-container .flex-column-char {
        gap: 100px;
        margin-top: 40px;
    }

    .product-item-generator-price-container span {
        font-size: 22px;
    }

    .main-banner .right img {
        max-width: 490px;
    }

    .products-slider {
        width: calc(100% - 345px);
    }

    .main-banner .left > h1, h2, .service-list__item .number, .service-list__title, h1 {
        font-size: 36px;
    }
}

@media (max-width: 1240px) {
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .main-banner .right {
        width: 40%;
        flex-shrink: 0;
    }

    header .bottom .logo {
        max-width: 248px;
    }

    .main-banner .right img {
        max-width: 100%;
    }

    .title-top-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 35px;
    }

    .products-block .items-user-row .catalog-view {
        gap: 25px;
    }

    .products-block .items-user-row .catalog-view .char {
        width: 96%;
    }

    .openModal .close {
        top: -45px;
        right: 0;
    }

    .openModal .flex img {
        width: 328px;
    }

    .openModal .title {
        font-size: 40px;
    }

    .generator-catalog-element .char-block {
        width: 100%;
    }

    .slider-for .slid, .slider-for {
        width: 460px;
    }

    .filter-block {
        width: 230px;
    }

    .main-banner .left > h1, h2, .service-list__item .number, .service-list__title, h1 {
        font-size: 34px;
    }

    .main-banner .tags p, .btn {
        font-size: 14px;
    }

    .main-banner .left > span {
        font-size: 18px;
        margin: 15px 0 25px;
    }

    .catalog-tops .catalog-tops-content:first-child, .catalog-tops .catalog-tops-content, .service, .partners {
        margin-top: 90px;
    }

    .partners .container {
        flex-direction: column;
        gap: 30px;
    }

    .service-list__title {
        padding-right: 125px;
    }

    .service-list__item {
        gap: 90px;
    }

    .append-arrow-circle {
        margin-top: 30px;
    }

    .footer-logo img {
        max-width: 250px;
        margin-bottom: 55px;
    }

    .products-slider, .partners-slider-container {
        width: 100%;
    }

    .append-arrow-circle::before {
        display: none;
    }

    footer .top {
        gap: 130px;
    }

    footer .top .right {
        gap: 100px;
        margin-top: 65px;
    }

    .catalog-tops-content {
        gap: 20px;
        flex-direction: column;
    }

    .service-list__text {
        padding-right: 40px;
    }
}

@media (max-width: 1024px) {
    .footer-menu {
        display: none;
    }

    #catalog_main {
        display: none;
    }

    .usual-none {
        display: block;
    }

    .generator-catalog-element h1 {
        display: none;
    }

    .bx-breadcrumb {
        margin: 65px 0 31px;
    }

    .mob-title {
        font-family: 'peace_sans';
        font-size: 30px;
        text-transform: uppercase;
        line-height: 1.1;
        margin-bottom: 50px;
    }

    .openModal .flex img {
        display: none;
    }

    .openModal .title {
        text-align: center;
    }

    .openModal {
        padding: 60px;
    }

    .bx-filter {
        position: fixed;
        z-index: 9999;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box;
        display: none;
    }

    .generator-catalog-element .right {
        flex: 1;
    }

    .slider-nav {
        display: none;
    }

    .char-block-one {
        width: 100%;
    }

    .bx-filter .bx-filter-section {
        width: 100%;
        height: 100%;
        border: none;
        padding: 60px 30px;
    }

    .bx-filter .close {
        display: block;
    }

    .filter-block {
        width: 0;
    }

    .open-filter {
        display: block;
        font-family: 'peace_sans';
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 35px;
    }

    .flex-catalog-page {
        gap: 0;
    }
}

@media (max-width: 850px) {

    .footer-menu {
        display: none;
    }

    .main-banner .left > h1, h2, .service-list__item .number, h1 {
        font-size: 30px;
    }

    .mob-menu-btn {
        display: block;
        width: 35px;
        height: 22px;
        background: url(/local/templates/generator/assets/images/menu.svg);
    }

    footer .top {
        flex-direction: column;
    }

    footer .top .right {
        gap: 20px;
        margin-top: 25px;
        text-align: center;
        width: 100%;
    }

    footer .top .right .tels-mail {
        width: 100%;
    }

    .openModal .title {
        font-size: 34px;
    }

    .footer-logo img {
        margin: 0 auto;
    }

    footer .address {
        text-align: center;
        margin-top: 35px;
    }

    .service-list__item {
        gap: 40px;
    }

    .main-banner .btn {
        margin: 0 auto;
    }

    .generator-catalog-element .right {
        text-align: center;
    }

    .generator-char-container .flex-column-char {
        flex-direction: column;
        gap: 17px;
    }

    .tab {
        font-size: 19px;
    }

    .tabs {
        margin-top: 60px;
        gap: 14px;
        flex-wrap: wrap;
    }

    .char-block-all:not(:last-child) {
        margin-bottom: 40px;
    }

    .flex-peices-container {
        align-items: center;
        gap: 30px;
    }

    .mob-title {
        text-align: center;
    }

    .generator-catalog-element .flex {
        flex-direction: column;
        gap: 35px;
    }

    .generator-catalog-element .left {
        justify-content: center;
    }

    .generator-catalog-element .char-block {
        margin: 0 auto;
    }

    .main-banner .right img {
        max-width: 100%;
        width: 100%;
    }

    .main-banner .tags {
        justify-content: center;
    }

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

    header .header__menu-list {
        display: none;
    }

    header .bottom {
        margin-top: -32px;
    }

    header .bottom .logo {
        max-width: 207px;
    }

    header .tel a {
        font-size: 0;
        width: 22px;
        height: 22px;
        background: url(/local/templates/generator/assets/images/tel.svg) no-repeat right;
        display: block;
        pointer-events: all;
    }

    footer .top {
        gap: inherit;
        justify-content: space-between;
        padding: 45px 45px 50px;
    }

    .main-banner .container {
        margin-top: 30px;
        flex-direction: column;
    }

    .main-banner .right {
        width: 100%;
    }

    footer .bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
        line-height: 1.2;
        font-size: 14px;
    }

    .title-flex {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .title-flex .btn {
        margin: 25px auto 0;
    }

    .service-list__item {
        padding: 45px 0 35px 0px;
    }

    .service-list__title {
        font-size: 24px;
    }

    .append-arrow-circle {
        justify-content: center;
    }

    h2, h1 {
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .sorts {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .products-block .items-user-row .catalog-view {
        flex-direction: column;
    }

    .char-block {
        max-width: 480px;
    }

    .open-filter {
        text-align: center;
    }

    .catalog-tops .catalog-tops-content:first-child, .catalog-tops .catalog-tops-content, .service, .partners {
        margin-top: 50px;
    }

    .catalog-tops .catalog-tops-content .title .btn {
        margin: 25px auto 0;
    }

    .bx-breadcrumb .bx-breadcrumb-item:last-child {
        margin-right: 0;
    }

    .bx-breadcrumb {
        margin: 35px 0 25px;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-item-generator-title a, .product-item-generator-price-container span {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .main-banner .right {
        width: 100%;
        flex-shrink: 0;
    }

    .slider-for .slid, .slider-for {
        width: 100%;
    }

    .flex-peices-container .btn {
        width: 100%;
    }

    .slider-for .slid {
        height: auto;
    }

    .main-banner .tags p {
        font-size: 11px;
    }

    .service-list__item .number {
        display: none;
    }

    .service-list__title {
        font-size: 19px;
    }

    .service-list__title::before {
        right: 0;
    }

    .service-list__title::after {
        right: 15px;
    }

    .product-item-generator {
        width: 100%;
    }

    .btn {
        font-size: 14px;
        width: 100%;
    }

    header .top {
        padding: 17px 25px;
    }

    header .bottom {
        margin-top: -22px;
    }

    .products-block .items-user-row .catalog-view.product-item-generator .product-item-generator-image-wrapper {
        width: 100%;
        height: auto;
    }

    .sorts {
        gap: 15px;
    }

    .products-block .items-user-row .catalog-view .right {
        width: 100%;
    }

    .main-banner .left > span {
        line-height: 1.3;
    }

    .main-banner .tags {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 31px;
    }

    .partners-list {
        width: 100%;
        height: 146px;
    }

    .tabs-content h3 {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .openModal .title {
        font-size: 26px;
    }

    .openModal {
        padding: 45px 35px;
        top: 30px;
        transform: translate(-50%, 0);
    }

    .black_theme_modal.black_theme_modal-new1 .fa-times {
        right: -5px;
        top: 25px;
    }

    .slick-dots {
        margin: 35px auto 0;
    }

    .char-block-one {
        margin: 0 0 13px;
    }

    .flex-peices-container p {
        font-size: 30px;
    }

    footer .top {
        padding: 45px 25px 50px;
    }

    footer {
        margin-top: 65px;
    }

    footer .tels a {
        pointer-events: all;
    }

    .catalog-tops-content .title a {
        display: none;
    }

    .footer-logo img {
        max-width: 220px;
    }

    .for-mob {
        display: flex;
        margin: 30px 0;
    }

    .product-item-generator-title a {
        margin-top: 30px;
    }
}

@media (max-width: 375px) {
    .main-banner .left > h1, h2, .service-list__item .number, .mob-title {
        font-size: 25px;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .main-banner .left > h1, h2, .service-list__item .number, .mob-title {
        font-size: 21px;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 11px;
    }
}

/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/generator/style.min.css?1741268629467 */
/* /local/templates/generator/styles.css?1740406229314 */
/* /local/templates/generator/template_styles.css?178773575243795 */
