.grecaptcha-badge {
    visibility: hidden;
}

.instrument-sans, .inter, .plus-jakarta-sans, .roboto, body {
    font-optical-sizing: auto
}

.h1, .h2, body, h1, h2 {
    color: var(--black-color)
}

.badge-jtr, .btn-jtr {
    justify-content: center;
    display: inline-flex
}

.btn-jtr-star::after, .btn-jtr-star::before {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    width: 25px;
    height: 25px
}

.btn-jtr, .btn-link {
    text-decoration: none
}

.badge-jtr, .btn-jtr, .notice-jtr {
    display: inline-flex
}

.badge-jtr span, .btn-jtr, .notice-jtr {
    text-align: center
}

.breadcrumb-item.active, .card-breadcrumb-item a, body {
    font-weight: 400
}

.robots__item-text, .robots__item-title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

:root {
    --white-color: #fff;
    --black-color: #000000;
    --dark-gray-color: #4f4f4f;
    --gray-color: #989797;
    --light-gray-color: #d9d9d9;
    --lighter-gray-color: #8E8E8E;
    --light-color: #efefef;
    --violet-color: #8f51c0;
    --pink-color: #ffb4ac;
    --red-color: #c81804;
    --orange-color: #ffab00;
    --light-yellow-color: #FEEECD;
    --green-color: #03955d;
    --mint-color: #a3ffdc;
    --blue-color: #377DFF;
    --light-blue-color: #4CA8FF;
    --shadow-color: #0c0c0d
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

body, html {
    height: 100%;
    padding: 0
}

body {
    font-family: Roboto, serif;
    font-style: normal;
    line-height: 1.2;
    overflow-x: hidden;
    background-color: #fff
}

main {
    min-height: 75vh
}

@media (min-width: 576px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1340px
    }
}

@media (min-width: 2000px) {
    .container-fluid {
        max-width: 1920px
    }
}

.instrument-sans {
    font-family: "Instrument Sans", serif
}

.roboto {
    font-family: Roboto, serif
}

.inter {
    font-family: Inter, serif
}

.plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", sans-serif
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Instrument Sans", serif;
    letter-spacing: .001rem
}

.h1, .h2, h1, h2 {
    font-weight: 700
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-weight: 600
}

.h1, h1 {
    font-size: 4rem
}

.h2, h2 {
    font-size: 3rem
}

.h3, h3 {
    font-size: 2.5rem
}

.t1, h4 {
    font-size: 1.5rem
}

.h5, .t3, h5 {
    font-size: 1.25rem
}

.h6, .t5, h6 {
    font-size: 1rem
}

img {
    max-width: 100%;
    height: auto
}

table.table-card tr td {
    padding-left: 0
}

@media only screen and (min-width: 390px) {
    table.table-card tr td.t6 {
        font-size: 16px
    }

    table.table-card tr td.h8, table.table-card tr td.t7 {
        font-size: 14px
    }
}

@media only screen and (min-width: 480px) {
    table.table-card tr td.t6 {
        font-size: 18px
    }

    table.table-card tr td.h8, table.table-card tr td.t7 {
        font-size: 16px
    }
}

ol, ul {
    list-style-position: inside;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0
}

ul.menu {
    margin: 0
}

ul.menu li a:focus, ul.menu li a:hover {
    outline: 0;
    background-color: transparent
}

ul.jtr-list-outside {
    list-style: outside
}

.registration-modal__modal-body-text ul li, ul.jtr-list-outside li {
    margin-bottom: 10px
}

a {
    outline: 0 !important;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none !important
}

a.disabled {
    pointer-events: none;
    cursor: pointer
}

.h5-inter {
    font-family: Inter, serif;
    font-weight: 600;
    font-size: 1.125rem
}

.h6-r, .h7, .h8, .h9 {
    font-family: Roboto, serif;
    font-weight: 600;
    letter-spacing: .001rem
}

.h7-m {
    font-weight: 500;
    letter-spacing: .001rem
}

.h7, .h7-m, .t6 {
    font-size: .875rem
}

.h8, .t7 {
    font-size: .75rem
}

.h9, .t8 {
    font-size: .625rem
}

.t1, .t3, .t4, .t5, .t6, .t7, .t8 {
    font-family: Roboto, serif !important
}

.t2, .t3, .t4, .t5, .t6, .t7, .t8 {
    font-weight: 300 !important
}

.t4 {
    font-size: 1.125rem
}

.lh-1-1 {
    line-height: 1.1 !important
}

.lh-1 {
    line-height: 1 !important
}

.text-white {
    color: var(--white-color) !important
}

.text-black {
    color: var(--black-color) !important
}

.text-dark-gray {
    color: var(--dark-gray-color) !important
}

.text-gray {
    color: var(--gray-color) !important
}

.text-light-gray {
    color: var(--light-gray-color) !important
}

.text-red {
    color: var(--red-color) !important
}

.text-orange {
    color: var(--orange-color) !important
}

.text-pink {
    color: var(--pink-color) !important
}

.text-green {
    color: var(--green-color) !important
}

.text-mint {
    color: var(--mint-color) !important
}

.bg-white {
    background-color: var(--white-color)
}

.bg-light {
    background-color: var(--light-color)
}

.bg-light-gray {
    background-color: var(--light-gray-color)
}

.bg-gray {
    background-color: var(--gray-color)
}

.bg-dark-gray {
    background-color: var(--dark-gray-color)
}

.badge-circle-parent:hover .badge-circle_25, .bg-orange, .btn-jtr-white:hover {
    background-color: var(--orange-color)
}

.bg-light-yellow {
    background-color: var(--light-yellow-color)
}

.bg-mint, .notice-jtr-mint {
    background-color: var(--mint-color)
}

.badge-jtr-mint::before, .bg-green {
    background-color: var(--green-color)
}

.bg-light-blue {
    background-color: var(--light-blue-color)
}

.bg-violet {
    background-color: var(--violet-color)
}

.badge-jtr-pink::before, .bg-red, .input-border-red .show-password-button::after {
    background-color: var(--red-color)
}

.bg-pink {
    background-color: var(--pink-color)
}

.border {
    border: 1px solid var(--gray-color) !important
}

.border-black {
    border-color: var(--black-color) !important
}

.border-orange {
    border-color: var(--orange-color) !important
}

.border-top {
    border-top: 1px solid var(--gray-color)
}

.border-bottom {
    border-bottom: 1px solid var(--gray-color)
}

.border-left {
    border-left: 1px solid var(--gray-color)
}

.border-right {
    border-right: 1px solid var(--gray-color)
}

.br-0 {
    border-radius: 0 !important
}

.br-2 {
    border-radius: 2px
}

.br-5 {
    border-radius: 5px
}

.br-10 {
    border-radius: 10px
}

.br-16 {
    border-radius: 16px
}

.br-20 {
    border-radius: 20px
}

.max-height-0 {
    max-height: 0 !important;
    overflow: hidden !important
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.btn-jtr {
    align-items: center;
    min-height: 30px;
    line-height: 1.2;
    border: 1px solid;
    border-radius: 5px;
    font-family: "Instrument Sans", serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    outline: 0
}

.btn-jtr-orange, .btn-jtr-orange:hover, .btn-jtr-white {
    border-color: var(--orange-color)
}

@media only screen and (min-width: 576px) {
    .btn-jtr {
        min-height: 40px;
        font-weight: 600;
        font-size: 16px
    }
}

.btn-jtr-orange {
    background-color: var(--orange-color);
    color: var(--black-color)
}

.btn-jtr-orange:hover {
    background-color: var(--white-color)
}

.btn-jtr-white {
    background-color: var(--white-color);
    color: var(--black-color)
}

.btn-jtr-red, .btn-jtr-white.border-red {
    border-color: var(--red-color)
}

.btn-jtr-red, .btn-jtr-white.border-red:hover {
    background-color: var(--red-color);
    color: var(--white-color)
}

.btn-jtr-orange:focus, .btn-jtr-white:focus {
    background-color: var(--white-color);
    -webkit-box-shadow: inset 0 0 0 2px var(--orange-color);
    box-shadow: inset 0 0 0 2px var(--orange-color)
}

.btn-jtr-white.border-red:focus {
    background-color: var(--white-color);
    -webkit-box-shadow: inset 0 0 0 2px var(--red-color);
    box-shadow: inset 0 0 0 2px var(--red-color);
    color: var(--black-color)
}

.btn-jtr-mint:hover, .btn-jtr-red:hover {
    color: var(--black-color)
}

.btn-jtr-red:focus {
    background-color: var(--white-color);
    -webkit-box-shadow: inset 0 0 0 2px var(--red-color);
    box-shadow: inset 0 0 0 2px var(--red-color)
}

.btn-jtr-light-gray {
    background-color: var(--light-gray-color);
    border-color: var(--light-gray-color);
    color: var(--black-color) !important
}

.btn-jtr-light-gray:hover {
    background-color: var(--gray-color);
    border-color: var(--gray-color);
    color: var(--white-color) !important
}

.btn-jtr-mint {
    background-color: var(--mint-color);
    color: var(--green-color);
    border-color: var(--mint-color)
}

.btn-jtr-gray {
    background-color: var(--gray-color);
    border-color: var(--gray-color);
    color: var(--white-color)
}

.btn-jtr-star, .btn-jtr-write {
    background-color: var(--white-color);
    position: relative
}

.btn-jtr-gray:hover {
    background-color: var(--light-gray-color);
    border-color: var(--light-gray-color);
    color: var(--black-color)
}

.btn-jtr-star:hover, .btn-jtr-write:hover {
    border-color: var(--orange-color)
}

.btn-jtr-star:hover, .btn-link:hover, .card-breadcrumb-item a:hover {
    color: var(--orange-color)
}

.btn-jtr-star {
    color: var(--black-color);
    padding-left: 45px
}

.btn-link, .robots__item:hover .robots__item-title a {
    color: var(--orange-color) !important
}

.btn-jtr-star::before {
    top: 6px;
    background-image: url(/images/ikons/star-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.btn-jtr-star::after, .btn-jtr-write::before {
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
}

.btn-jtr-star::after {
    top: 5px;
    background-image: url(/images/ikons/star-icon_color.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity .2s linear
}

.btn-jtr-write::after, .btn-jtr-write::before {
    display: block;
    left: 9px;
    top: 9px;
    width: 20px;
    height: 20px;
    background-size: cover;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center
}

.btn-jtr-star:focus {
    -webkit-box-shadow: inset 0 0 0 2px var(--orange-color);
    box-shadow: inset 0 0 0 2px var(--orange-color)
}

.btn-jtr-star.active::before, .btn-jtr-write:hover::before {
    opacity: 0
}

.btn-jtr-star.active::after, .btn-jtr-write:hover::after, .show-password-button.active::after {
    opacity: 1
}

.btn-link {
    font-size: 1em
}

.btn-link:hover {
    text-decoration: underline !important;
    color: var(--orange-color);
}

.breadcrumb-item.active, .my-pagination__page-link.active {
    color: var(--black-color)
}

.btn-jtr-write {
    min-height: 40px;
    min-width: 40px;
    border-color: var(--black-color)
}

.btn-jtr-write::before {
    background-image: url(/images/ikons/write-icon.svg);
    transition: opacity .2s linear
}

.btn-jtr-write::after {
    background-image: url(/images/ikons/write-icon_color.svg);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.collapse-filters-btn {
    width: 30px;
    height: 30px;
    background-image: url(/images/ikons/filters-ikon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0
}

.badge-jtr {
    position: relative;
    min-height: 22px;
    border-radius: 5px;
    font-family: Roboto, serif;
    font-weight: 300;
    font-size: 12px;
    padding: 4px 4px 4px 14px
}

.badge-jtr-mint {
    background-color: var(--mint-color);
    border-color: var(--mint-color);
    color: var(--green-color)
}

.badge-jtr-pink {
    background-color: var(--pink-color);
    border-color: var(--pink-color);
    color: var(--red-color)
}

.badge-circle_25, .badge-jtr-gray, .show-password-button::after {
    background-color: var(--gray-color)
}

@media only screen and (max-width: 480px) {
    .badge-jtr-mint {
        font-size: 10px !important
    }
}

.badge-jtr::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 4px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.badge-jtr-gray {
    color: var(--white-color)
}

.badge-circle_25 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px
}

.notice-jtr {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px
}

.inputs-jtr .input-group, .inputs-jtr input[type=date], .inputs-jtr input[type=email], .inputs-jtr input[type=number], .inputs-jtr input[type=password], .inputs-jtr input[type=search], .inputs-jtr input[type=tel], .inputs-jtr input[type=text], .inputs-jtr select, .modal.modal-jtr form input[type=date], .modal.modal-jtr form input[type=email], .modal.modal-jtr form input[type=number], .modal.modal-jtr form input[type=password], .modal.modal-jtr form input[type=tel], .modal.modal-jtr form input[type=text], .search-input {
    min-height: 30px
}

.inputs-jtr .input-group input, .modal.modal-jtr form .input-group input[type=email], .modal.modal-jtr form .input-group input[type=password], .modal.modal-jtr form .input-group input[type=tel], .modal.modal-jtr form .input-group input[type=text], .modal.modal-jtr form input[type=date], .modal.modal-jtr form input[type=number] {
    border-color: transparent
}

.show-password-button {
    position: relative;
    width: 44px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: url(/images/ikons/eye-ikon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px
}

.show-password-button::after {
    content: "";
    position: absolute;
    top: 7px;
    left: calc(50% - 1px);
    display: block;
    width: 1px;
    height: 24px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.input-border-red {
    border-color: var(--red-color) !important
}

.input-border-red .show-password-button {
    background-image: url(/images/ikons/eye-ikon_red.svg)
}

.jtr-check-input_radio .form-check-input {
    background: 0 0;
    box-shadow: none;
    border: 2px solid var(--dark-gray-color);
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    margin-bottom: .25em
}

.jtr-check-input_radio .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.jtr-check-input_radio .form-check-input:checked[type=radio] {
    background-color: var(--dark-gray-color);
    border-color: var(--dark-gray-color);
    -webkit-box-shadow: inset 0 0 0 3px var(--white-color);
    box-shadow: inset 0 0 0 3px var(--white-color)
}

.mycustom-scroll .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .search__form-loupe {
    background-color: transparent
}

.breadcrumb-block, .card-title, .page-title {
    margin-bottom: 25px
}

@media only screen and (min-width: 576px) {
    .card-title {
        font-size: 24px
    }

    .page-section-title.h5, .page-subtitle.h7, .page-text.t4 {
        font-size: 20px
    }

    .page-subtitle.h8, .page-text.t8 {
        font-size: 14px
    }

    .page-text.t5 {
        font-size: 18px
    }

    .page-text.t6, .page-text.t7 {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) {
    .page-title {
        font-weight: 700;
        font-size: 36px
    }

    .page-section-title.h6 {
        font-size: 18px
    }

    .page-subtitle.h8 {
        font-size: 16px
    }

    .card-title, .page-title {
        margin-bottom: 30px
    }
}

.my-pagination, .page-section {
    margin-bottom: 30px
}

.breadcrumb-top-block, .page-section-scroll {
    padding-top: 30px
}

.page-catalog, .registration-modal__modal-body-radio {
    margin-bottom: 20px
}

@media only screen and (min-width: 576px) {
    .page-catalog {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) {
    table.table-card tr td.t6 {
        font-size: 20px
    }

    .page-text.t7, table.table-card tr td.h8 {
        font-size: 18px
    }

    .btn-jtr-star {
        min-height: 48px;
        padding-left: 48px
    }

    .btn-jtr-star::before {
        width: 30px;
        height: 30px;
        top: 9px
    }

    .btn-jtr-star::after {
        width: 30px;
        height: 30px;
        top: 8px
    }

    .btn-jtr-write {
        min-height: 48px;
        min-width: 65px
    }

    .btn-jtr-write::after, .btn-jtr-write::before {
        width: 26px;
        height: 26px;
        left: 19px;
        top: 10px
    }

    .page-text.t4 {
        font-size: 24px
    }

    .page-section {
        margin-bottom: 40px
    }

    .page-section-scroll {
        padding-top: 40px
    }
}

@media only screen and (min-width: 992px) {
    .show-password-button::after {
        top: 9px
    }

    .section__title {
        font-size: 36px
    }

    .card-title {
        font-size: 30px
    }

    .page-section-title.h5, .page-subtitle.h7 {
        font-size: 22px
    }

    .page-mini-title.h6, .page-stable-title.h6, .page-subtitle.h8, .page-text.t6, .stable-text.t6 {
        font-size: 18px
    }

    .page-section-title.h6 {
        font-size: 20px
    }

    .card-title, .page-title {
        margin-bottom: 40px
    }

    .page-stable-text.t6, .stable-text.t7 {
        font-size: 16px
    }

    .stable-text.t8 {
        font-size: 12px
    }

    .page-section {
        margin-bottom: 60px
    }

    .page-section-scroll {
        padding-top: 60px
    }
}

@media only screen and (min-width: 1400px) {
    .page-section {
        margin-bottom: 80px
    }

    .page-section-scroll {
        padding-top: 80px
    }
}

.search {
    padding-top: 30px;
    margin-bottom: 30px
}

.search__form .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search__form-loupe {
    width: 38px;
    border: none;
    background-image: url(/images/ikons/loupe-ikon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    padding: 5px 10px
}

.breadcrumb-item {
    font-weight: 300;
    font-size: 10px
}

.breadcrumb-item a {
    color: var(--dark-gray-color)
}

.card-breadcrumb-item {
    font-size: 12px
}

@media only screen and (min-width: 390px) {
    .search {
        padding-top: 40px;
        margin-bottom: 40px
    }

    .breadcrumb-top-block {
        padding-top: 40px
    }

    .breadcrumb-item {
        font-size: 12px
    }

    .card-breadcrumb-item {
        font-size: 14px
    }

    .my-pagination {
        margin-bottom: 40px
    }
}

.my-pagination__page-item {
    margin: 0 5px
}

.my-pagination__page-link {
    color: var(--gray-color)
}

.my-chosen-select + .chosen-container {
    width: 100%;
    font-size: 1rem;
    border: none;
    box-shadow: none;
    background: 0 0
}

.chosen-container-multi .chosen-choices {
    min-height: 40px;
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    box-shadow: none;
    background: 0 0;
    padding-left: 12px
}

.chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-choice, .search-choice {
    position: relative;
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    box-shadow: none;
    background: 0 0;
    margin: 5px 5px 0 0
}

.search-choice {
    padding: 4px 10px
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 4px 20px 4px 10px
}

.search-choice-close {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-image: url(/images/ikons/search-choice-close-ikon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 10px
}

@media only screen and (min-width: 480px) {
    .card-breadcrumb-item {
        font-size: 16px
    }

    .filters-form-title {
        font-size: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .filters-form-title {
        font-size: 24px
    }
}

.mycustom-scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--lighter-gray-color);
    height: 30px;
    width: 10px
}

.filters-checks .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.filters-checks .form-check-input:checked[type=checkbox] {
    background-color: var(--gray-color);
    background-image: url(/images/ikons/check-ikon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center
}

.filters-form-buttons {
    padding-top: 40px;
    margin-bottom: 40px
}

.media-item {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: var(--orange-color);
    padding: 3px
}

.media-item:hover img {
    filter: invert(100%)
}

.modal.modal-jtr .modal-content{
    background-color: var(--light-color);
}
.modal.modal-jtr .btn-close {
    width: 35px;
    height: 34px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(/images/ikons/close-ikon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    padding: 0;
    margin-top: 3px;
    margin-right: 3px;
}
.modal-header__logo img {
    max-width: 60px;
}
.modal.modal-jtr form input[type="password"],
.modal.modal-jtr form input[type="text"],
.modal.modal-jtr form input[type="email"],
.modal.modal-jtr form input[type="tel"],
.modal.modal-jtr form input[type="number"],
.modal.modal-jtr form input[type="date"]{
    min-height: 30px;
}
.modal.modal-jtr form .input-group input[type="password"],
.modal.modal-jtr form .input-group input[type="text"],
.modal.modal-jtr form .input-group input[type="email"],
.modal.modal-jtr form .input-group input[type="tel"],
.modal.modal-jtr form input[type="number"],
.modal.modal-jtr form input[type="date"]{
    border-color: transparent;
}

.modal.modal-jtr .modal-body{
    padding: 30px 20px;
}
.modal-jtr .google-ikon{
    width: 20px;
    height: 20px;
}
.google-ikon2{
    width: 22px;
    height: 22px;
}
.modal-jtr .modal-footer{
    padding: 0 20px 40px;
}
@media only screen and (min-width: 768px) {
    .modal-header__logo img {
        max-width: 70px;
    }
    .modal.modal-jtr .modal-body{
        padding: 40px 60px;
    }
    .modal-jtr .modal-footer{
        padding: 0 60px 40px;
    }
}
@media only screen and (min-width : 390px) {
    .modal-jtr .t6{
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .modal-header__logo img {
        max-width: 82px;
    }
    .modal.modal-jtr form input[type="password"],
    .modal.modal-jtr form input[type="text"],
    .modal.modal-jtr form input[type="email"],
    .modal.modal-jtr form input[type="tel"]{
        min-height: 40px;
    }
    .modal.modal-jtr .t6{
        font-size: 18px;
    }
}
/*--------------------------------------------------------------LoginModal*/

/*--------------------------------------------------------------LoginModal*/
/*--------------------------------------------------------------RegistrationModal*/
.registration-modal__modal-body-radio{
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px){
    .registration-modal__modal-body-radio {
        margin-bottom: 40px;
    }
}
.registration-modal__modal-body-text ul li{
    margin-bottom: 10px;
}
/*------------------------------------------------------------//RegistrationModal*/
/*-------------------------------------------------------------------DeleteAccountModal*/
.modal.modal-jtr.modal-delete .modal-content{
    background-image: url(/images/setting-top.png);
    background-position: top center;
    background-size: 100% 40px;
    background-repeat: no-repeat;
}
.modal.modal-jtr.modal-delete .modal-body__aria-progress{
    height: 10px;
}
.modal.modal-jtr.modal-delete .modal-body__aria-progress .progress-bar{
    height: 10px;
    width: 0;
}
.modal.modal-jtr.modal-delete .modal-body__aria-progress .progress-bar.animated{
    animation: 1s delprogress linear;
    animation-fill-mode: forwards;
}
@keyframes delprogress {
    0% {width: 0}
    25% {width: 25%}
    50% {width: 50%}
    75% {width: 75%}
    100% {width: 100%}
}
/*---------------------------------------------------------------------------------------//Table*/
/*---------------------------------------------------------------------------------------------Lists*/
ul, ol {
    list-style-position: inside;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}
ul.menu{
    margin: 0;
}
ul.menu li a:hover,
ul.menu li a:focus{
    outline: none;
    background-color: transparent;
}
ul.jtr-list-outside,
ol.jtr-list-outside{
    list-style: outside;
}
ul.jtr-list-outside li,
ol.jtr-list-outside li{
    margin-bottom: 10px;
}

/*--------------------------------------------------------------------------------------------//Lists*/
a{
    /* outline: none !important; */
    /* -webkit-transition: all 0.2s linear; */
    /* -o-transition: all 0.2s linear; */
    transition: all 0.2s linear;
    text-decoration: none !important;

}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: pointer;  /* устанавливаем курсор в виде стрелки */
    color: currentColor !important;
}
a.hover-orange:hover{
    color: var(--orange-color) !important;
}
a.hover-underline:hover{
    text-decoration: underline !important;
}
/*---------------------------------------------------------------------------------------------------------//HTML Tags*/
/*-----------------------------------------------------------------//DeleteAccountModal*/
/*--------------------------------------------------------------------------------------//Modal*/

.robots__item {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.robots__item:hover {
    border-color: var(--orange-color) !important
}

.robots__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0
}

.robots__item-title {
    height: 5em;
    overflow-y: hidden
}

.robots__item-text {
    white-space: nowrap;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .robots__item-bottom span.h5 {
        font-size: 16px
    }
}

#companiesCarousel li, #robotsCardBottomCarousel li, #robotsCarousel li {
    margin-left: 5px;
    margin-right: 5px
}

#companiesCarousel .f-carousel__dot, #robotsCardBottomCarousel .f-carousel__dot, #robotsCarousel .f-carousel__dot {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    margin-bottom: 12px
}

@media only screen and (min-width: 420px) {
    #companiesCarousel .f-carousel__dot, #robotsCardBottomCarousel .f-carousel__dot, #robotsCarousel .f-carousel__dot {
        width: 25px
    }
}

#robotsCardBottomCarousel .f-carousel__slide {
    width: 100%;
    padding: 0 12px 10px
}

@media (min-width: 576px) {
    #robotsCardBottomCarousel .f-carousel__slide {
        width: calc(100% / 2)
    }
}

@media only screen and (min-width: 768px) {
    .search {
        padding-top: 60px;
        margin-bottom: 60px
    }

    .search-input {
        min-height: 40px
    }

    .breadcrumb-top-block {
        padding-top: 60px
    }

    .breadcrumb-block {
        margin-bottom: 30px
    }

    .breadcrumb-item {
        font-size: 14px
    }

    .my-pagination {
        margin-bottom: 60px
    }

    .filters-checks {
        font-size: 16px
    }

    #robotsCardBottomCarousel .f-carousel__slide {
        width: calc(100% / 3)
    }
}

#robotsCardBottomCarousel .f-carousel__nav .f-button, #robotsCardBottomCarousel .f-carousel__nav .f-button svg {
    display: none
}

@media only screen and (min-width: 992px) {
    .breadcrumb-block {
        margin-bottom: 40px
    }

    .card-breadcrumb-item {
        font-size: 18px
    }

    .search-choice {
        margin-right: 20px;
        margin-bottom: 20px
    }

    #robotsCardBottomCarousel .f-carousel__slide {
        width: calc(100% / 4)
    }

    #robotsCardBottomCarousel .f-carousel__nav .f-button, #robotsCardBottomCarousel .f-carousel__nav .f-button svg {
        display: flex
    }
}

#robotsCardBottomCarousel .f-carousel__nav .f-button.is-next {
    right: -8px
}

#robotsCardBottomCarousel .f-carousel__nav .f-button.is-prev {
    left: -8px
}

@media only screen and (min-width: 1200px) {
    .btn-jtr {
        min-height: 48px;
        font-size: 20px
    }

    .card-title {
        font-size: 36px
    }

    .page-section-title.h5, .page-subtitle.h7 {
        font-size: 24px
    }

    .page-stable-title.h8 {
        font-size: 14px
    }

    .page-catalog {
        margin-bottom: 40px
    }

    .search {
        padding-top: 80px;
        margin-bottom: 80px
    }

    .breadcrumb-top-block {
        padding-top: 80px
    }

    .breadcrumb-item {
        font-size: 16px
    }

    .card-breadcrumb-item {
        font-size: 20px
    }

    .my-pagination {
        margin-bottom: 80px
    }

    #robotsCardBottomCarousel .f-carousel__nav .f-button.is-next {
        right: -35px
    }

    #robotsCardBottomCarousel .f-carousel__nav .f-button.is-prev {
        left: -35px
    }
}

#robotsCardBottomCarousel .robots__item-image {
    height: auto
}

@media only screen and (min-width: 576px) {
    .robots__item-title {
        height: 4em
    }

    #companiesCarousel, #robotsCardBottomCarousel, #robotsCarousel {
        margin-left: -12px
    }

    #robotsCardBottomCarousel .robots__item-image {
        height: 150px
    }
}

@media only screen and (min-width: 992px) {
    table.table-card tr td.h8, table.table-card tr td.t7 {
        font-size: 20px
    }

    .table.table-card tr td {
        padding-bottom: 20px
    }

    table.table-card tr td.t6 {
        font-size: 24px
    }

    table.table-card tr td.h8 {
        font-size: 22px
    }

    .inputs-jtr .input-group, .inputs-jtr input[type=date], .inputs-jtr input[type=email], .inputs-jtr input[type=number], .inputs-jtr input[type=password], .inputs-jtr input[type=search], .inputs-jtr input[type=tel], .inputs-jtr input[type=text], .inputs-jtr select, .modal.modal-jtr form input[type=email], .modal.modal-jtr form input[type=password], .modal.modal-jtr form input[type=tel], .modal.modal-jtr form input[type=text] {
        min-height: 40px
    }

    .modal-header__logo img {
        max-width: 82px
    }

    .modal.modal-jtr .t6 {
        font-size: 18px
    }

    #robotsCardBottomCarousel .robots__item-image {
        height: 170px
    }
}

#robotCardCarousel .f-carousel__nav .f-button, #robotsCardBottomCarousel .f-carousel__nav .f-button {
    border-radius: 50px;
    background-color: var(--light-gray-color);
    width: 34px;
    height: 34px
}

#robotCardCarousel .f-carousel__nav .f-button svg, #robotsCardBottomCarousel .f-carousel__nav .f-button svg {
    --f-button-svg-width: 12px;
    --f-button-svg-height: 12px;
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px
}

.text-cols-2 {
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%
}

@media only screen and (max-width: 932px) and (orientation: landscape) {
    .text-cols-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media only screen and (max-width: 430px) and (orientation: portrait) {
    .text-cols-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}