@charset "UTF-8";

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.is-block {
    display: block !important
}

.is-flex {
    display: flex !important
}

.is-inline {
    display: inline !important
}

.is-inline-block {
    display: inline-block !important
}

.is-inline-flex {
    display: inline-flex !important
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-weight-bold {
    font-weight: 500 !important
}

.is-noscroll {
    -webkit-overflow-scrolling: touch;
    overflow: hidden !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    clip: rect(0, 0, 0, 0) !important;
    -webkit-overflow-scrolling: touch;
    border: none !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important
}

.is-invisible {
    visibility: hidden !important
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    box-shadow: none !important
}

.is-relative {
    position: relative !important
}

.is-disabled {
    opacity: .6;
    pointer-events: none
}

@font-face {
    font-display: swap;
    font-family: dorogakdomu;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dorogakdomu.woff) format("woff"), url(../fonts/dorogakdomu.woff2) format("woff2")
}

[class*=" ico-"]:before,
[class^=ico-]:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: dorogakdomu !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.ico-video:before {
    --icon: ""
}

.ico-soc-yt:before {
    --icon: "";
    color: red
}

.ico-soc-vk-two:before {
    --icon: "";
    color: #07f
}

.ico-soc-vk:before {
    --icon: ""
}

.ico-soc-tg:before {
    --icon: "";
    color: #28a0dc
}

.ico-search:before {
    --icon: ""
}

.ico-quotes:before {
    --icon: ""
}

.ico-pdf:before {
    --icon: ""
}

.ico-filter:before {
    --icon: ""
}

.ico-check:before {
    --icon: ""
}

.ico-download:before {
    --icon: ""
}

.ico-arrow-main:before {
    --icon: ""
}

.ico-arrow-left:before {
    --icon: ""
}

.ico-arrow-right:before {
    --icon: ""
}

.ico-arrow-down:before {
    --icon: ""
}

.ico-arrow-big {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: dorogakdomu !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.ico-arrow-big .path1:before {
    color: #ff5400;
    content: "\e910"
}

.ico-arrow-big .path2:before {
    color: #000;
    content: "\e911";
    margin-left: -7.80781rem
}

@font-face {
    font-display: swap;
    font-family: dorogakdomu;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dorogakdomu.woff2) format("woff2"), url(../fonts/dorogakdomu.woff) format("woff")
}

* {
    scrollbar-color: #6f6f6f #fff;
    scrollbar-width: rem(8)
}

::-webkit-scrollbar {
    background-color: #fff
}

::-webkit-scrollbar-track {
    background: hsla(0, 0%, 85%, .2);
    border-radius: .5rem;
    box-shadow: inset 0 0 rem(6) rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border: 0 #fff;
    border-radius: .5rem;
    transition: .28s ease-in-out
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6f6f6f
}

::-webkit-scrollbar-thumb:focus-visible {
    background-color: #6f6f6f
}

.t__header {
    position: relative
}

.t__header:not(.t__header--login) {
    background-color: #8ccb5e
}

.t__header--login .t__header--block {
    justify-content: center
}

.t__header .t__button__group {
    margin-bottom: 0
}

.t__header--block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.t__header--block .t__button--search {
    color: #d9d9d9
}

/* .t__header--sticky {
    animation: 1s forwards smoothScroll;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .25);
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 100
} */

.t__buttons {
    display: flex
}

.t__buttons--center {
    justify-content: center
}

.t__button__group {
    user-drag: none;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

.t__button__group.t__button__default--full .t__button__default {
    width: 100%
}

.t__button__default,
.t__button__group--center {
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    justify-content: center
}

.t__button__default {
    align-items: center;
    backface-visibility: hidden;
    background-color: #8ccb5e;
    border: .1rem solid #8ccb5e;
    border-radius: .5rem;
    color: #fff;
    display: flex;
    font-size: 1rem;
    line-height: 100%;
    min-height: 48px;
    min-height: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    text-align: center;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
    transition-timing-function: ease-out;
    vertical-align: middle;
    width: auto;
    will-change: background-color, color, border-color
}

.t__button__default--full {
    width: 100%
}

.t__button__default[disabled] {
    cursor: not-allowed;
    opacity: .6
}

.t__button__default:not(.t__button--info) {
    cursor: pointer;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.t__button__default.t__button__default--full {
    max-width: 100%;
    width: 100%
}

.t__button__default.t__button--info:not(div, span, p):focus,
.t__button__default.t__button--info:not(div, span, p):hover {
    color: currentColor !important
}

.t__button__default.t__button--info:not(div, span, p):focus-visible {
    color: currentColor !important
}

.t__button__default:not(.t__button--circle, .t__button--icon-right) {
    min-width: 160px;
    min-width: 8rem
}

.t__button__default.t__button__default--md {
    font-size: .8rem;
    min-height: 48px;
    min-height: 2.4rem
}

.t__button__default.t__button__default--md,
.t__button__default.t__button__default--sm {
    max-width: 220px;
    max-width: 11rem;
    vertical-align: middle
}

.t__button__default.t__button__default--sm,
.t__button__default.t__button__default--sm:before {
    font-size: .7rem;
    min-height: 28px;
    min-height: 1.4rem
}

.t__button__default.t__button__default--max {
    max-width: 100% !important;
    min-height: 28px;
    min-height: 1.4rem
}

.t__button__default.t__button__default--auto {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: .5rem;
    padding-right: .5rem;
    width: auto !important
}

.t__button__default-text {
    display: inline-block;
    vertical-align: middle
}

.t__button__default.t__button__default--clean {
    background-color: transparent;
    border-color: transparent
}

.t__button__default.t__button__default--clean:not(div, span, p):focus,
.t__button__default.t__button__default--clean:not(div, span, p):hover {
    color: #fff
}

.t__button__default.t__button__default--clean:not(div, span, p):focus-visible {
    color: #fff
}

.t__button__default.t__button__default--clean:not(div, span, p):focus:after,
.t__button__default.t__button__default--clean:not(div, span, p):hover:after {
    display: none
}

.t__button__default.t__button__default--clean:not(div, span, p):focus-visible:after {
    display: none
}

.t__button__default.t__button__default--link {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

.t__button__default.t__button__default--link:not(div, span, p):focus,
.t__button__default.t__button__default--link:not(div, span, p):hover {
    color: #2d2d2d
}

.t__button__default.t__button__default--link:not(div, span, p):focus-visible {
    color: #2d2d2d
}

.t__button__default.t__button__default--link:not(div, span, p):focus:after,
.t__button__default.t__button__default--link:not(div, span, p):hover:after {
    display: none
}

.t__button__default.t__button__default--link:not(div, span, p):focus-visible:after {
    display: none
}

.t__button__default:not(div, span, p):after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1
}

.t__button__default:not(div, span, p):not(.t__button__default--clean, .t__button__default--link):focus,
.t__button__default:not(div, span, p):not(.t__button__default--clean, .t__button__default--link):hover {
    background-color: transparent;
    color: #8ccb5e
}

.t__button__default:not(div, span, p):not(.t__button__default--clean, .t__button__default--link):focus-visible {
    background-color: transparent;
    color: #8ccb5e
}

.t__button__default:not(div, span, p).t__button__default--clean:hover:after,
.t__button__default:not(div, span, p).t__button__default--link:hover:after {
    opacity: .2
}

.t__button__default:not(div, span, p).t__button__default--clean:focus-visible:after,
.t__button__default:not(div, span, p).t__button__default--link:focus-visible:after {
    opacity: .2
}

.t__button__default--clear {
    background-color: transparent;
    border: .075rem solid #d9d9d9;
    color: #000
}

.t__button__default--clear.is-disabled,
.t__button__default--clear:disabled {
    border-color: #999;
    color: #999;
    cursor: not-allowed
}

.t__button__default--clear.t__button--bg {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #000
}

.t__button__default:not(.t__button__default--clear).t__button--bg {
    background-color: #fff;
    color: #fff
}

.t__button__default:not(.t__button__default--clear).t__button--yellow {
    background-color: #ffe82c;
    border-color: #ffe82c;
    color: #000
}

.t__button__default:not(.t__button__default--clear).t__button--yellow:focus,
.t__button__default:not(.t__button__default--clear).t__button--yellow:hover {
    background-color: #fff;
    color: #fff
}

.t__button__default:not(.t__button__default--clear).t__button--yellow:focus-visible {
    background-color: #fff;
    color: #fff
}

.t__button__disabled {
    cursor: not-allowed;
    opacity: .6
}

.t__button--icon {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap
}

.t__button--icon:before {
    content: var(--icon);
    display: block
}

.t__button--icon:not(.t__button--circle, .t__button--icon-right):before {
    margin-right: .5rem
}

.t__button--icon.t__button--icon-right:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: .5rem;
    order: 1
}

.t__button--price {
    display: flex;
    flex-direction: column
}

.t__button--price-old {
    color: #a7a9b6;
    font-size: .75rem;
    font-weight: 300;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.t__button--price-old:before {
    background-color: #e6b269;
    content: "";
    height: .1rem;
    left: 0;
    margin-bottom: .3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-1px);
    width: 100%
}

.t__form {
    display: flex;
    position: relative
}

.t__form.t__form--line {
    gap: 20px
}

.t__form.t__form--line .t__form--item {
    padding-left: 0;
    padding-right: 0
}

.t__form:not(.t__form--line) {
    flex-wrap: wrap
}

.t__form:not(.t__form--line) .t__form--item.t__form--buttons {
    padding-top: 1.5rem
}

.t__form--title {
    font-weight: 400;
    padding-bottom: .5rem
}

.t__form::-moz-placeholder {
    color: #999
}

.t__form::placeholder {
    color: #999
}

.t__form--buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center
}

.t__form--buttons .t__button__group {
    margin-bottom: 0;
    width: 100%
}

.t__form--item {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 1rem;
    width: 100%
}

.t__form--text {
    line-height: 1.4
}

.t__form--checkbox {
    display: none
}

.t__form--checkbox-block {
    position: relative
}

.t__form--checkbox:checked+.t__form--checkbox-text .t__form--checkbox-text--phantom:before {
    content: "Выбрано"
}

.t__form--checkbox:checked+.t__form--checkbox-text:after {
    color: #fff;
    content: "\e90a";
    font-family: dorogakdomu;
    font-size: .6rem
}

.t__form--checkbox:checked+.t__form--checkbox-text:before {
    background-color: #fff;
    border-color: #fff
}

.t__form--checkbox-label+.filled {
    -webkit-touch-callout: none;
    user-drag: none;
    -webkit-user-drag: none;
    display: inline;
    font-size: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto
}

.t__form--checkbox-label+.filled .t__input--group-info {
    background-color: #fff;
    bottom: 100%;
    box-shadow: 1px -1px 10px #ddd;
    display: inline-block;
    font-weight: 700;
    left: 0;
    padding: .25rem .5rem;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: auto;
    white-space: nowrap
}

.t__form--checkbox-label+.filled .t__input--group-info:after {
    border: .25rem solid #fff;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    content: " ";
    left: .65rem;
    margin-left: -.25rem;
    position: absolute;
    top: 100%
}

.t__form--checkbox-link {
    color: currentColor
}

.t__form--checkbox-text {
    cursor: pointer;
    display: block;
    padding-bottom: .1rem;
    padding-left: 2.05rem;
    padding-top: .1rem;
    position: relative
}

.t__form--checkbox-text:after,
.t__form--checkbox-text:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    height: 1.3rem;
    width: 1.3rem
}

.t__form--checkbox-text:after {
    color: currentColor;
    line-height: 1.4rem;
    text-align: center
}

.t__form--checkbox-text:before {
    background-color: #f0f0f0;
    border: .05rem solid transparent
}

.t__form--send .t__form {
    flex-direction: column
}

.t__form--send .t__form,
.t__form--send-icon {
    display: flex
}

.t__form--send-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--primaryColor);
    border-radius: 50%;
    font-size: 1.5rem;
    height: 6rem;
    justify-content: center;
    margin: 2rem auto;
    position: relative;
    width: 6rem
}

.t__form--send .t__form--error {
    --primaryColor: #f5e6e6;
    --primaryColorText: #e56
}

.t__form--send .t__form--error .t__form--send-icon:after,
.t__form--send .t__form--error .t__form--send-icon:before {
    background-color: var(--primaryColorText);
    border-radius: .17647rem;
    content: "";
    height: .1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2rem
}

.t__form--send .t__form--error .t__form--send-icon:before {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg)
}

.t__form--send .t__form--error .t__form--send-icon:after {
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

.t__form--send .t__form--success {
    --primaryColor: #fcf7ef;
    --primaryColorText: #e1b164
}

.t__form--send .t__form--success .t__form--send-icon:after {
    color: var(--primaryColorText);
    content: "\e917";
    display: block;
    font-family: mamo;
    line-height: 1.64706rem;
    text-align: center
}

.t__form--training-base .t__form--item {
    padding-top: 0
}

.t__form--training-base .t__form--title {
    padding-bottom: 1.1rem
}

.t__form--training-base--info {
    padding-bottom: .5rem
}

.t__form--training-base .t__form--footer {
    background-color: #fff;
    color: #fff
}

.t__form--training-base .t__form--footer-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 1.3rem
}

.t__form--training-base .t__button__default:not(.t__button--bg),
.t__form--training-base .t__footnote {
    color: #fff
}

.t__form--training-base .ico-pay-courses {
    align-items: center;
    display: flex
}

.t__form--training-base .ico-pay-courses:before {
    color: #fff;
    font-size: 1.2rem;
    margin-right: .5rem
}

.t__form--training-base .t__button__group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 20px;
    justify-content: flex-start
}

.t__form--gallery-content {
    line-height: 0
}

.t__form--gallery-content iframe {
    height: 22.5rem;
    width: 40rem
}

.t__input.t__textarea {
    min-height: 120px;
    min-height: 6rem
}

.t__input--text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .75rem
}

.t__input--group {
    background-color: #fff;
    border: .075rem solid #d9d9d9;
    border-radius: .5rem;
    display: flex;
    position: relative
}

.t__input--group:not(.is-line) {
    flex-wrap: wrap
}

.t__input--group-error {
    background-color: #f5e6e6;
    border-color: #f5e6e6;
    color: #e56
}

.t__input--group .t__input {
    flex-grow: 1;
    padding: 0 1rem;
    width: 100%
}

.t__input--block+.t__input--label-info {
    left: 0;
    position: absolute;
    top: 100%
}

.t__input--label {
    display: block;
    position: relative
}

.t__input--label-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: center;
    align-items: center;
    display: flex
}

.t__input--label-group .t__input--group {
    margin-bottom: 0;
    width: 100%
}

.t__input--label-group .t__input--label-text {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1rem;
    white-space: nowrap
}

.t__input--label-info,
.t__input--label-text {
    display: block;
    letter-spacing: .05em
}

.t__input--label-text {
    color: #000;
    font-size: .6rem;
    line-height: .65rem;
    padding-bottom: .3rem;
    padding-left: .2rem
}

.t__input--label-info {
    color: #909090;
    font-size: .5rem;
    line-height: .55rem
}

.t__input--label--required {
    color: #e56
}

.t__input--label .filled {
    background-color: #fff;
    bottom: calc(100% + .5rem);
    box-shadow: 1px -1px 10px #ddd;
    font-size: .55rem;
    font-weight: 600;
    margin: 0;
    padding: .3rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: auto;
    width: auto;
    z-index: 1
}

.t__input--label.t__input--group-error {
    background-color: #f2dede;
    border: .05rem solid #eed3d7;
    color: #b94a48
}

.t__input--label .t__input--group-errors-list {
    list-style: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
    opacity: 0;
    padding: 0
}

.t__input--label .t__input--group-info {
    background-color: #fff;
    box-shadow: 1px -1px 10px #ddd;
    display: inline-block;
    font-weight: 700;
    padding: .25rem .5rem;
    text-align: center;
    text-transform: none
}

.t__input--label .t__input--group-info:after {
    border: .25rem solid #fff;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    content: " ";
    left: 90%;
    margin-left: -.25rem;
    position: absolute;
    top: 100%
}

.t__input--label .t__input--group-errors-list.filled {
    opacity: 1
}

.t__input--label .parsley-checkemail,
.t__input--label .parsley-equalto,
.t__input--label .parsley-length,
.t__input--label .parsley-pattern,
.t__input--label .parsley-required,
.t__input--label .parsley-type,
.t__input--label .parsley-urlstrict {
    color: #e56
}

.t__input--label+.t__form--buttons,
.t__input--label+.t__input--label {
    padding-top: 1rem
}

.page-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100);
    width: 100%
}

@supports (-webkit-touch-callout:none) {
    .page-wrapper {
        min-height: -webkit-fill-available
    }
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #eee;
    flex-grow: 1
}

body footer,
body header,
body section,
main {
    width: 100%
}

body,
html {
    color: #535353;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4
}

.preloader {
    z-index: 999999
}

.preloader,
.preloader .icon {
    background-color: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.preloader .icon {
    background-image: url(../img/preloader.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    transition: .2s;
    z-index: 5
}

.page-loaded .preloader .icon {
    opacity: 0
}

.preloader:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(0);
    transition: .8s;
    width: 51%;
    z-index: 0
}

.page-loaded .preloader:before {
    transform: translateX(-101%)
}

.preloader:after {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(0);
    transition: .8s;
    width: 51%;
    z-index: 2
}

.page-loaded .preloader:after {
    transform: translateX(101%)
}

.progress {
    background-color: #fff;
    background-repeat: no-repeat;
    height: .1rem;
    width: 0
}

.wrapper.wrapper--bg .container {
    background-color: var(--bg);
    max-width: 1820px;
    max-width: 91rem
}

.t__hr {
    border: none;
    border-top: .05rem solid #d3d4da
}

.t__text--li {
    padding-left: 1.5rem;
    position: relative
}

.t__text--li:before {
    color: #e6b269;
    content: "—";
    font-size: .75rem;
    left: 0;
    line-height: 1.05rem;
    margin-right: .5rem;
    position: absolute;
    top: 0
}

.t__text--pre {
    font-weight: 300;
    line-height: 1.3;
    max-width: 1000px;
    max-width: 50rem
}

.t__flex {
    display: flex
}

.t__link {
    color: #009cff;
    display: inline-flex;
    position: relative
}

.t__link--list {
    cursor: pointer
}

.t__link:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: .05rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 100%
}

.t__link:hover:before {
    transform: scaleX(1);
    visibility: visible
}

.t__link:focus-visible:before {
    transform: scaleX(1);
    visibility: visible
}

.t__title {
    font-weight: 50;
    line-height: 1.1
}

.t__title.t__title--big {
    font-size: clamp(3rem, 8vw, 9rem);
    line-height: .9
}

.t__title--pre {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.1
}

.t__title--info {
    font-weight: 300;
    line-height: 1.3
}

.t__section--title {
    font-weight: 400;
    line-height: 1
}

.t__section--nav {
    margin-bottom: 0
}

.t__section--nav .t__button__default {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.t__content--top {
    display: flex;
    flex-wrap: wrap
}

.t__content--top-text,
.t__content--top-text p {
    font-weight: 400;
    line-height: 1.4
}

.t__content--top-pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center
}

.t__content--top-img {
    max-width: 49.3096646943%
}

.t__content--top.t__content--top-main {
    justify-content: space-between
}

.t__content--top.t__content--top-main .t__title--info {
    font-weight: 400
}

.t__content--top.t__content--top-main .t__content--right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.t__content--top.t__content--top-colm {
    flex-direction: column
}

.t__content--top.t__content--top-colm>* {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.t__content--top.t__content--top-half {
    justify-content: space-between
}

.t__content--left {
    flex-direction: column
}

.t__content--box,
.t__content--left {
    display: flex
}

.t__content--list-item {
    padding-bottom: .25rem
}

.t__content--title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.05rem
}

.t__content--title+.t__content--text {
    margin-top: 1.35rem
}

.t__content--bg {
    position: relative
}

.t__box {
    color: #535353;
    display: flex;
    flex-wrap: wrap
}

.t__box--name {
    font-weight: 400
}

.t__box--item {
    -ms-flex-line-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.t__box--block,
.t__box--item {
    display: flex;
    width: 100%
}

.t__box--block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fafafa;
    border: .05rem solid #f5f5f5;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 1.75rem
}

.t__box--info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
    max-height: 292px;
    max-height: 14.6rem;
    overflow: auto
}

.t__box--footer {
    font-weight: 800
}

.t__box--footer,
.t__box--list-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between
}

.t__box--list-item+.t__box--list-item {
    border-top: .05rem solid rgba(0, 0, 0, .3)
}

.t__box--list-item-name {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    padding-right: 3rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.t__box--list-item-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    white-space: nowrap
}

.t__box--list-item-qut {
    font-weight: 400
}

.t__login {
    background-color: #fff;
    display: flex;
    flex-direction: column
}

.t__login section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-line-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-grow: 1;
    justify-content: center
}

.t__login .container,
.t__login section {
    -webkit-box-align: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}

.t__login .container {
    -ms-flex-line-pack: center;
    -ms-flex-align: center
}

.t__login .t__title {
    text-align: center
}

.t__login .t__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    border: .05rem solid #4c4c4c;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    max-width: 608px;
    max-width: 30.4rem;
    min-width: auto;
    padding: 1.7rem 1rem;
    width: 100%
}

.t__login .t__form--item {
    max-width: 440px;
    max-width: 22rem
}

.t__login .t__form--title {
    font-weight: 400;
    padding-bottom: 1rem
}

.t__login .t__form--text-info {
    font-weight: 600;
    text-align: center
}

.t__login .t__form .t__button__group {
    justify-content: center
}

.is-green {
    color: #4eb14c
}

.is-red {
    color: #da3923
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-142px)
    }

    to {
        transform: translateY(0)
    }
}

a.scroll-to-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    align-items: center;
    backface-visibility: hidden;
    background-color: #fff;
    border: .1rem solid #535353;
    border-radius: 50%;
    bottom: 1.15rem;
    display: flex;
    height: 2.2rem;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 3.65rem;
    text-align: center;
    text-decoration: none;
    transition: opacity .3s, visibility .3s, background-color .1s;
    visibility: hidden;
    width: 2.2rem;
    will-change: opacity, visibility, background-color;
    z-index: 1
}

a.scroll-to-top:after {
    border-left: .1rem solid #535353;
    border-top: .1rem solid #535353;
    content: "";
    display: block;
    height: .6rem;
    margin-top: .25rem;
    transform: rotate(45deg);
    width: .6rem
}

a.scroll-to-top:hover {
    opacity: .5 !important
}

a.scroll-to-top:focus-visible {
    opacity: .5 !important
}

a.scroll-to-top.visible {
    opacity: 1;
    visibility: visible
}

.custom-scroll {
    padding-right: .6rem
}

.container .simplebar-vertical {
    background-color: #d8dcdf;
    width: .05rem
}

.container .simplebar-vertical .simplebar-scrollbar {
    background: #000;
    width: .1rem
}

.container .simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1
}

/* NEW BLOCKS */

.t__header--dop {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.t__header--nav {
    display: flex;
    width: calc(100% - 40px);
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.t__header--item {
    font: 400 23px/1.1 'Manrope', sans-serif;
    color: #FFF;
}

.t__header--item.active {
    text-decoration: underline;
}

.t__header--item:hover {
    text-decoration: underline;
}

.t__header--mobile__menu {
    cursor: pointer;
    display: none;
    width: 30px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.t__header--mobile__menu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
}

.t__header--mobile__wrap {
    z-index: 100;
    display: flex;
    opacity: 0;
    flex-direction: column;
    padding: 50px 20px;
    position: fixed;
    gap: 40px;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100vh;
    background-color: #8ccb5e;
    transition: all .4s ease;
}

.t__header--mobile__wrap.active {
    opacity: 1;
    right: 0;
}

.t__header--mobile__menu--close {
    position: absolute;
    cursor: pointer;
    width: 40px;
    top: 10px;
    right: 10px;
}

.main-title {
    font: 50 1.3rem/1.1 'Manrope', sans-serif;
    color: #535353;
}

.btns-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px;
}
.btns-wrap.supply,
.btns-wrap.change-price {
    padding: 40px 0;
}

.main-btn {
    flex-shrink: 0;
    display: block;
    padding: 10px 10px;
    width: 240px;
    border: 3px solid #8CCB5E;
    text-align: center;
    color: #282828;
    font: 600 20px/1 'Manrope', sans-serif;
    transition: all .2s ease-in;
}
.main-btn:hover {
    background: #8CCB5E;
    color: #FFFFFF;
}
.supply .main-btn:nth-child(2) {
    margin-left: auto;
}
.main-btn:first-child {
    margin-left: 0;
}
.main-btn:last-child {
    margin-right: 0;
}
.main-btn.fill {
    background: #8CCB5E;
    color: #FFFFFF;
}
.main-btn.fill:hover {
    background: transparent;
    color: #282828;
}
.btns-wrap.under-table {
    justify-content: center;
    padding: 30px 0 70px 0;
}

.main-table {
    padding: 25px 0 50px 0;
}
.main-table__list-tabs {
    display: flex;
    align-items: center;
    gap: 70px;
    border-bottom: 2px solid #8CCB5E;
}
.main-table__list-item {
    cursor: pointer;
    font: 600 20px/1 'Manrope', sans-serif;
    color: #282828;
    padding-bottom: 25px;
    position: relative;
}
.main-table__list-item.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -4px;
    left: 0;
    background-color: #8CCB5E;

}

.table {
    display: none;
    /* margin-top: 20px; */
    width: 100%;
    font: 600 16px/1.1 'Manrope', sans-serif;
}
.table.active {
    display: table;
}
.table th {
    padding: 20px 0 15px 0;
    color: rgba(40, 40, 40, 0.70);
    border-bottom: 1px solid rgba(40, 40, 40, 0.70);
}
.table td {
    padding: 20px 0;
    text-align: center;
    color: #282828;
}
.table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(40, 40, 40, 0.70);
}
.table .table-th-id,
.table .table-id {
    text-align: left;
}
.table .table-file {
    color: #53C9E3;
}

.breadcrumb-wrap {
    padding: 0 0 40px 0;
}
.breadcrumb-link {
    position: relative;
    font: 600 18px/1.1 'Manrope', sans-serif;
    color: #282828;
}
.breadcrumb-link:first-child {
    text-decoration: underline;
}
.breadcrumb-link:not(:first-child) {
    font-size: 16px;
}
.breadcrumb-link:hover {
    text-decoration: underline;
}
.breadcrumb-link:not(:last-child) {
    padding-right: 23px;
}
.breadcrumb-link:not(:last-child):after {
    content: '';
    position: absolute;
    width: 29px;
    height: 34px;
    background-image: url(/local/templates/telegraph_ro/img/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.table-options {
    position: relative;
    width: 50px;
}
.table .options-btn {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 10px 20px;
}
.table-options span {
    display: block;
    width: 5px;
    height: 5px;
    background: #8CCB5E;
}
.options-menu {
    z-index: 99;
    display: none;
    position: absolute;
    left: -305px;
    top: 40px;
    font: 600 23px/1.1 '', sans-serif;
    text-align: left;
    color: #282828;
    width: 290px;
    padding: 20px;
    border: 2.5px solid #8CCB5E;
    background: #FCFBFB;
}
.options-menu.active {
    display: block;
}
.options-menu a {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}
.table-btn {
    width: 240px;
}

.assortment-sum {
    padding: 40px 0;
    display: flex;
    gap: 40px;
}
.assortment-sum-item {
    padding: 20px 35px;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
    max-width: 380px;
    width: 100%;
    min-height: 170px;
    display: flex;
    flex-direction: column;
}
.assortment-sum-num {
    margin-top: auto;
    font-weight: 600;
}
.btns-wrap.assortment {
    justify-content: flex-start;
    gap: 40px;
}
.btns-wrap.assortment .main-btn {
    width: fit-content;
}
.btns-wrap.assortment .main-btn.ml {
    margin-left: auto;
}

.assortment .table .table-th-id {
    text-align: center;
}
.td-mobile-info {
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.btns-wrap.change-price .main-btn {
    width: auto;
}
.btns-wrap.change-price .main-btn:nth-child(2) {
    margin-left: auto;
}
.main-table.change-price .options-menu {
    width: 230px;
    left: -235px;
}

.assortment-search input {
    border: 1px solid grey;
    height: 46px;
}
.assortment-search button {
    margin-left: 5px;
    text-align: center;
    background: #8CCB5E;
    height: 45px;
    width: 46px;
    color: #FFFFFF;
}

.assortment-filter {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* border: 1px solid grey; */
    height: 46px;
    padding: 0 20px 0 10px;
}
.assortment-filter::after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 20px;
    right: 0;
    background: url(/local/templates/telegraph_ro/img/arrow-filter.svg);
    transition: all ease-in .3s;
}
.assortment-filter.active::after {
    rotate: 180deg;
}
.assortment-filter-list {
    display: none;
    cursor: auto;
    z-index: 99;
    position: absolute;
    width: 168px;
    top: 46px;
    left: 0;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 2.3px 1.9px 4.7px 0.3px rgba(0, 0, 0, 0.07);
    /* max-height: 131px; */
    /* overflow: auto; */
}
.assortment-filter-inner{
    overflow: auto;
    max-height: 131px;
}
.assortment-filter-list.active {
    display: block;
}
.assortment-filter-item {
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.assortment-filter-item span {
    margin-left: auto;
    color: #999;
}
.assortment-filter-item label {
    cursor: pointer;
}

.footer-dev {
    padding: 20px 10% 10px 0;
    text-align: right;
    background-color: #eee;
    font-size: 14px;
}























/* NEW BLOCKS */

@media screen and (min-width:576px) {
    .is-hidden-minimobile {
        display: none !important
    }

    .t__form--item-50 {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }

    .t__form--checkbox-text,
    .t__form--training-base--info>span {
        font-size: .8rem
    }

    .t__input--group .t__input.t__textarea {
        padding-bottom: .9rem;
        padding-top: .9rem
    }

    .t__content--top-right {
        flex-basis: calc(72.14286% - 40px);
        max-width: calc(72.14286% - 40px);
        max-width: calc(72.14286% - 2rem)
    }

    .t__content--top.t__content--top-main .t__content--left {
        flex-basis: 57.1428571429%;
        max-width: 57.1428571429%
    }

    .t__content--top.t__content--top-main .t__content--left .t__section--nav {
        margin-bottom: 2.5rem
    }

    .t__content--top.t__content--top-main .t__content--right {
        flex-basis: calc(42.85714% - 30px);
        max-width: calc(42.85714% - 30px);
        max-width: calc(42.85714% - 1.5rem)
    }

    .t__content--bg {
        align-items: stretch;
        display: flex;
        gap: 30px
    }

    .t__content--bg .t__text--pre-bg {
        flex-basis: calc(79.12088% - 30px);
        max-width: calc(79.12088% - 30px);
        max-width: calc(79.12088% - 1.5rem)
    }

    .t__content--bg:after {
        background-image: url(../img/svg/logo-b.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        content: "";
        display: block;
        margin-top: 1%;
        width: 20.8791208791%
    }
}

@media screen and (min-width:576px) and (max-width:1023px) {
    .container {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .container,
    .wrapper.wrapper--bg {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .wrapper.wrapper--bg {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .t__text--pre {
        font-size: .9rem
    }

    .t__title {
        font-size: 1.1rem
    }

    .t__section--title,
    .t__title {
        padding-bottom: 1rem
    }

    .t__section--title {
        font-size: 2rem
    }

    .t__section--title+.t__slider--control {
        margin-bottom: 1rem
    }

    .t__content--top-left {
        flex-basis: 50%;
        max-width: 50%
    }

    .t__content--top.t__content--top-half .t__content--top-text,
    .t__content--top.t__content--top-half .t__section--title {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        max-width: calc(50% - 1rem)
    }
}

@media screen and (min-width:576px) and (max-width:1407px) {
    .t__text--pre {
        font-size: 1rem
    }

    .t__box {
        font-size: .9rem
    }

    .t__box,
    .t__box--item {
        gap: 40px
    }

    .t__box--item-left {
        flex-basis: calc(50% - 25px);
        max-width: calc(50% - 25px);
        max-width: calc(50% - 1.25rem)
    }

    .t__box--item-left .t__box--block:not(.t__box--block-big) {
        flex-basis: 100%;
        max-width: 100%
    }

    .t__box--item-right {
        flex-basis: calc(50% - 25px);
        max-width: calc(50% - 25px);
        max-width: calc(50% - 1.25rem)
    }

    .t__box--block {
        min-height: 120px;
        min-height: 6rem;
        padding: .75rem 1.5rem
    }

    .t__box--list-item {
        padding-bottom: .8rem;
        padding-top: .8rem
    }

    .t__box--list-item-name {
        min-height: 40px;
        min-height: 2rem
    }
}

@media screen and (min-width:576px) and (max-width:768px) {
    .t__section--nav {
        margin-top: 1.85rem
    }
}

@media screen and (min-width:769px) {
    .is-hidden-tablet {
        display: none !important
    }

    .t__header .container {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    /* .t__header--sticky .container {
        padding-bottom: .4rem;
        padding-top: .4rem
    } */

    .t__form--title {
        font-size: 1.8rem
    }

    .t__form--text {
        font-size: .8rem
    }

    .t__form--training-base .t__form--content {
        padding: 2rem 2.3rem
    }

    .t__form--training-base .t__form--footer {
        padding: 2.3rem
    }

    .t__form--training-base .t__button__group {
        justify-content: flex-start
    }

    .t__hr--container .container {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .t__title--aside {
        margin-left: 1.7rem;
        padding-top: 1rem
    }

    .t__section--nav {
        margin-top: 3rem
    }

    .t__content--box {
        justify-content: flex-start
    }

    .t__content--box>.t__content--text {
        max-width: calc(100% - 300px);
        max-width: calc(100% - 15rem)
    }

    .t__content--box>.t__content--aside {
        max-width: 280px;
        max-width: 14rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .is-hidden-desktop {
        display: none !important
    }

    ::-webkit-scrollbar {
        width: 1rem
    }

    .t__header--logo {
        max-width: 227px;
        max-width: 11.35rem
    }

    .t__buttons {
        margin-bottom: 1rem;
        margin-top: 1rem
    }

    .t__buttons .t__button--default.t__button--icon+.t__button--default.t__button--icon {
        margin-left: .2rem
    }

    .t__buttons .t__button--default+.t__button--default,
    .t__buttons+.t__buttons {
        margin-left: 1rem
    }

    .t__form {
        min-width: 100%
    }

    .t__input {
        font-size: .8rem;
        min-height: 46px;
        min-height: 2.3rem
    }

    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
        max-width: 96rem
    }

    .container,
    .wrapper.wrapper--bg {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .t__page .container {
        padding-bottom: 5rem;
        padding-top: 1.75rem
    }

    .t__content--top-left {
        flex-basis: calc(72.14286% - 40px);
        max-width: calc(72.14286% - 40px);
        max-width: calc(72.14286% - 2rem)
    }

    .t__content--top.t__content--top-half {
        gap: 40px
    }

    .t__content--top.t__content--top-half .t__section--title {
        flex-basis: 27.8571428571%;
        max-width: 27.8571428571%
    }

    .t__content--top.t__content--top-half .t__content--top-text {
        flex-basis: calc(72.14286% - 40px);
        max-width: calc(72.14286% - 40px);
        max-width: calc(72.14286% - 2rem)
    }

    .t__box--name {
        min-height: 56px;
        min-height: 2.8rem
    }

    .t__login .t__title {
        padding-bottom: 4.5rem
    }

    .t__login .t__form--title {
        font-size: 1.25rem
    }

    .t__login .t__form--text-info {
        font-size: .85rem
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1407px) {

    .container,
    .wrapper.wrapper--bg {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .t__text--pre,
    .t__title {
        font-size: 1.3rem
    }

    .t__title {
        padding-bottom: 1.7rem
    }

    .t__title--info {
        font-size: 1.3rem
    }

    .t__section--title {
        font-size: 2.5rem;
        padding-bottom: 1.5rem
    }

    .t__section--title+.t__slider--control {
        margin-bottom: 1.5rem
    }

    .t__content--top-text,
    .t__content--top-text p {
        font-size: 1rem
    }

    .t__content--top-text p {
        margin-bottom: .6rem
    }
}

@media screen and (min-width:1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .is-hidden-fullhd {
        display: none !important
    }

    .container,
    .wrapper.wrapper--bg {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem
    }

    .t__text--pre {
        font-size: 1.8rem
    }

    .t__title {
        font-size: 1.5rem;
        padding-bottom: 1.8rem
    }

    .t__title--info {
        font-size: 1.6rem
    }

    .t__section--title {
        font-size: 3rem;
        padding-bottom: 2rem
    }

    .t__section--title+.t__slider--control {
        margin-bottom: 2rem
    }

    .t__content--top-text,
    .t__content--top-text p {
        font-size: 1.2rem
    }

    .t__content--top-text p {
        margin-bottom: .9rem
    }

    .t__box,
    .t__box--item {
        gap: 50px
    }

    .t__box--item-left {
        flex-basis: calc(58.9011% - 50px);
        max-width: calc(58.9011% - 50px);
        max-width: calc(58.9011% - 2.5rem)
    }

    .t__box--item-left .t__box--block:not(.t__box--block-big) {
        flex-basis: calc(50% - 25px);
        max-width: calc(50% - 25px);
        max-width: calc(50% - 1.25rem)
    }

    .t__box--item-right {
        flex-basis: 41.0989010989%;
        max-width: 41.0989010989%
    }

    .t__box--block {
        min-height: 170px;
        min-height: 8.5rem;
        padding: 1rem 1.75rem
    }

    .t__box--list-item {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .t__box--list-item-name {
        min-height: 50px;
        min-height: 2.5rem
    }
}

@media screen and (max-width:1450px) {
    .t__header--nav {
        display: none;
    }

    .t__header--mobile__menu {
        display: flex;
    }
}

@media screen and (max-width:1310px) {
    .btns-wrap.assortment .main-btn.ml {
        margin-left: unset;
    }
    .btns-wrap.assortment {
        gap: 20px;
    }
}

@media screen and (max-width:1200px) {
    .main-btn {
        margin-left: unset !important;
    }
}

@media screen and (max-width:1150px) {
    /* .main-btn {
        width: auto;
    } */
    .table-btn {
        width: auto;
    }
    .table-btn .main-btn {
        width: max-content;
        font-size: 16px;
    }
}

@media screen and (max-width:1023px) {
    .is-hidden-touching {
        display: none !important
    }

    ::-webkit-scrollbar {
        width: .5rem
    }

    .t__header--logo {
        max-width: 110px;
        max-width: 5.5rem
    }

    .t__buttons {
        margin-bottom: .5rem
    }

    .t__buttons,
    .t__buttons .t__button--default+.t__button--default,
    .t__buttons+.t__buttons {
        margin-top: .5rem
    }

    .t__buttons>.t__button--default+.t__button--default {
        margin-left: .5rem
    }

    .t__button__group .t__button__default {
        margin: 0
    }

    .t__button__default {
        margin-left: auto;
        margin-right: auto;
        max-width: 220px;
        max-width: 11rem
    }

    .t__input {
        font-size: .75rem;
        min-height: 44px;
        min-height: 2.2rem
    }

    .t__page .container {
        padding-bottom: 3rem;
        padding-top: 1.25rem
    }

    .t__title--info {
        font-size: .9rem
    }

    .t__content--top-text,
    .t__content--top-text p {
        font-size: .7rem
    }

    .t__content--top-text p {
        margin-bottom: .6rem
    }

    .t__box {
        font-size: .8rem;
        gap: 30px
    }

    .t__box--name {
        min-height: 30px;
        min-height: 1.5rem
    }

    .t__box--item {
        gap: 30px
    }

    .t__box--item-left,
    .t__box--item-right {
        flex-basis: 100%;
        max-width: 100%
    }

    .t__box--block {
        min-height: 80px;
        min-height: 4rem;
        padding: .6rem 1.1rem
    }

    .t__box--list-item {
        padding-bottom: .6rem;
        padding-top: .6rem
    }

    .t__login .t__title {
        padding-bottom: 1.75rem
    }

    .t__login .t__form--title {
        font-size: .9rem
    }

    .t__login .t__form--text-info {
        font-size: .65rem
    }
}

@media (max-width:930px) {
    .btns-wrap {
        justify-content: flex-start;
    }
}

@media (max-width:920px) {
    .main-table__list-tabs {
        gap: 20px;
    }

    .main-table {
        overflow: auto;
    }
    .table {
        min-width: 780px;
    }
    .main-table.assortment .table {
        min-width: 850px;
    }

    .table td {
        padding: 10px 0;
    }

    .table .options-btn {
        top: 0;
    }

    .options-menu {
        font-size: 16px;
        left: -290px;
        top: 30px;
    }
    .table-btn {
        order: 3;
    }
    .table-btn .main-btn {
        margin: 0 auto;
    }

    .main-table.change-price .options-menu {
        width: 180px;
        left: -180px;
    }
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none !important
    }

    .t__header .container {
        padding: .5rem 1.5rem
    }

    .t__button__default {
        font-size: .7rem;
        min-height: 46px;
        min-height: 2.3rem
    }

    .t__form--title {
        font-size: 1.2rem
    }

    .t__form::-moz-placeholder {
        font-size: .7rem
    }

    .t__form::placeholder {
        font-size: .7rem
    }

    .t__form--text {
        font-size: .75rem
    }

    .t__form--training-base .t__form--content,
    .t__form--training-base .t__form--footer {
        padding: 1rem
    }

    .t__form--training-base .t__button__group {
        align-content: flex-start;
        flex-wrap: wrap
    }

    .t__hr--container .container {
        padding-bottom: 0;
        padding-top: 0
    }

    .t__text {
        font-size: .75rem
    }

    .t__title--aside {
        padding-bottom: 1.5rem;
        padding-top: .3rem
    }

    .supply .main-btn:nth-child(2) {
        margin-left: unset;
    }
    .btns-wrap {
        gap: 15px;
    }

    .main-table__list-item {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .assortment-search {
        order: 1;
    }

    .assortment-filter {
        order: 2;
    }
}

@media screen and (max-width:706px) {
    .t__text--li {
        font-size: .75rem
    }

    .assortment-sum {
        flex-direction: column;
        gap: 20px;
    }
    .assortment-sum-item {
        padding: 10px;
        font-size: 16px;
        max-width: 100%;
        min-height: 115px;
    }
    .btns-wrap.assortment {
        gap: 20px;
    }
}

@media screen and (max-width:575px) {
    .is-hidden-mobile-only {
        display: none !important
    }

    .t__header .container {
        padding: .5rem 1rem
    }

    .t__header--username {
        display: none
    }

    .t__button__default {
        padding: 0 .8rem
    }

    .t__form.t__form--line .t__form--item.t__form--buttons {
        padding-top: 0
    }

    .t__form--checkbox-text,
    .t__form--checkbox:checked+.t__form--checkbox-text,
    .t__form--training-base--info>span {
        font-size: .75rem
    }

    .t__form--training-base--info {
        display: flex;
        flex-direction: column
    }

    .t__form--training-base .t__button__default {
        max-width: 100%;
        width: 100%
    }

    .container {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .container,
    .wrapper.wrapper--bg {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .wrapper.wrapper--bg {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .t__link {
        font-size: .75rem
    }

    .t__title {
        font-size: 1rem;
        padding-bottom: .55rem
    }

    .t__section--title {
        font-size: 1.5rem;
        padding-bottom: .5rem
    }

    .t__section--title+.t__slider--control {
        margin-bottom: .5rem
    }

    .t__section--nav {
        margin-top: 1.5rem
    }

    .t__content--top-left {
        order: 2
    }

    .t__content--top-right {
        order: 1;
        width: 100%
    }

    .t__content--top.t__content--top-main {
        gap: 40px
    }

    .t__content--box,
    .t__content--top.t__content--top-main {
        flex-direction: column
    }

    .assortment .table tbody {
        grid-template-columns: 1fr;
    }

    .btns-wrap.change-price {
        justify-content: center;
    }
    .btns-wrap.change-price .main-btn {
        width: 280px;
    }
}

@media (max-width:380px) {
    .t__header--mobile__wrap {
        width: 320px;
    }
    .assortment-search input {
        width: 207px;
    }
}

@media screen and (max-width:319px) {

    body,
    html {
        min-width: 319px
    }

    body:after,
    body:before {
        content: "";
        display: block;
        position: fixed
    }

    body:before {
        background-color: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10000
    }

    body:after {
        color: #666;
        content: "Пасхалочка! Устройство с разрешением меньше чем в 320px - не существует ;)" !important;
        font-size: .875rem;
        left: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 10001
    }
}