.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

@font-face {
    font-family: "Bebas Neue";
    src: url(../fonts/BebasNeueRegular.eot);
    src: local("../fonts/BebasNeueRegular"), local("Bebas Neue"), url(../fonts/BebasNeueRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeueRegular.woff) format("woff"), url(../fonts/BebasNeueRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bebas Neue Bold";
    src: url(../fonts/BebasNeueBold.eot);
    src: local("../fonts/BebasNeueBold"), local("Bebas Neue Bold"), url(../fonts/BebasNeueBold.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeueBold.woff) format("woff"), url(../fonts/BebasNeueBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

body, html {
    height: 100%;
    min-width: 320px
}

body {
    color: #444;
    line-height: 1.1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background: #fff !important;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background-color: #bababa;
    overflow-anchor: none
}

body p {
    margin-bottom: 16px
}

button, input, textarea {
    font-family: Roboto, sans-serif;
    font-size: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top
}

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

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto
}

.wrapper main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container {
    width: 100%;
    max-width: 1720px;
    padding: 0 20px;
    margin: 0 auto
}

.maxwidth-theme {
    padding: 0 !important
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

textarea::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

textarea:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #888;
    font-family: Roboto, sans-serif
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    display: none
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

input[type=email], input[type=search], input[type=tel], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form {
    width: 100%
}

.form__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.form input, .form select {
    display: block;
    width: 100%;
    height: 49px;
    background: #f7f7f7;
    border-radius: 10px;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #444;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px
}

.form select {
    padding-left: 16px
}

.form option {
    font-size: 16px
}

.callback__inner .form input[type=submit] {
    width: 198px;
    height: 43px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 0;
    cursor: pointer
}

select {
    width: 100%
}

.field_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 49px;
    background: #f7f7f7;
    border-radius: 10px;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #444;
    padding: 12px 20px 12px 20px;
    position: relative;
    margin-bottom: 30px
}

.field_file .select_file {
    width: 100%;
    position: relative
}

.field_file .select_file label {
    display: block;
    width: 100%
}

.field_file .text_file_upload {
    display: block;
    width: 100%;
    color: #888;
    position: relative
}

.field_file .text_file_upload:before {
    content: "";
    width: 20px;
    height: 30px;
    background: url(../img/icons/file.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -3px;
    right: 0
}

.field_file .text_file_upload b {
    font-weight: 400
}

.field_file .file_upload input[type=file] {
    display: none
}

.field_file .file_upload label {
    cursor: pointer;
    width: auto
}

.field_file .res_file {
    height: 24px
}

.field_file .res_file .filename {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    padding: 0;
    height: auto;
    display: none;
    margin: 0
}

.field_file .res_file .filename.active {
    display: block
}

.field_file .res_file span {
    font-size: 15px;
    color: #ced4da
}

.nice-select {
    width: 100%;
    height: 49px;
    background: #f7f7f7;
    border-radius: 10px;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #444;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px
}

.nice-select:hover {
    border-color: #000
}

.nice-select::after {
    content: "";
    width: 12px;
    height: 7px;
    border: none;
    background: url(../img/icons/chevron-down.svg) no-repeat;
    background-size: cover;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    right: 20px
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 24px
}

.nice-select .current {
    display: block;
    line-height: 28px;
    color: #6d6d6d;
    white-space: wrap;
    margin-right: 30px
}

.nice-select .list {
    width: 100%
}

.nice-select .list li {
    font-size: 16px;
    padding: 0 20px;
    margin: 0
}

.nice-select .list li:before {
    display: none
}

.btn {
    display: inline-block;
    background: #148b29;
    border-radius: 5px;
    padding: 12px 20px 11px 20px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

section {
    padding: 50px 0
}

section h2 {
    max-width: 1120px;
    font-size: 60px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2%;
    text-align: center;
    margin: 0 auto 60px
}

.head_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.head_section .title_section {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.head_section .more_section {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 20px
}

.title_section {
    font-family: Geologica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative
}

.title_section svg {
    display: block;
    width: 225px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0
}

.more_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.more_section svg {
    width: 24px;
    height: 24px
}

.fancybox__content:focus:not(.carousel__button.is-close), .fancybox__html5video, .fancybox__iframe {
    outline: 0 !important
}

.btn_search {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.intro_main {
    width: 100%;
    height: 800px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.intro_main .intro__text {
    padding: 60px;
    position: relative;
    z-index: 2
}

.intro_main .intro__title {
    max-width: 500px;
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2%;
    color: #fff;
    text-align: left
}

.intro_main .intro__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.intro_main .intro__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro.intro_main {
    padding: 0
}

.intro {
    padding: 30px 0 60px
}

.intro__title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center
}

.topic__heading {
    text-align: center;
    padding: 30px 0 60px
}

#pagetitle {
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center
}

.category {
    padding: 0 0 60px
}

.category__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr);
    gap: 26px;
    overflow: hidden
}

.item_category {
    display: block;
    width: 100%;
    padding: 18px 15px;
    border: 1px solid #d0e8d4;
    border-radius: 10px;
    background: #f7f7f7;
    text-align: center
}

.item_category__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    margin: 0 auto 30px
}

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

.item_category__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    color: #148b29;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .1px
}

.solutions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px 30px
}

.item_solutions {
    width: calc(33.33% - 20px);
    max-width: 500px;
    border: 2px solid #d0e8d4;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 28px
}

.item_solutions__img {
    margin-bottom: 30px
}

.item_solutions__img img {
    width: 100%;
    height: auto
}

.item_solutions__title {
    font-size: 40px;
    color: #148b29;
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    margin-bottom: 10px
}

.item_solutions__descr {
    max-width: 412px;
    font-size: 20px;
    color: #000;
    letter-spacing: .2px;
    padding: 0 10px;
    margin: 0 auto
}

.excellence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px 108px;
    padding-top: 80px
}

.item_excellence {
    max-width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.item_excellence__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

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

.item_excellence__descr {
    font-size: 30px;
    color: #888;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.item_excellence__descr span {
    display: block;
    font-size: 40px;
    color: #444;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px
}

.compound {
    padding-top: 80px
}

.compound__title {
    font-size: 40px;
    color: #148b29;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px
}

.compound__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    max-width: 1275px;
    margin: 0 auto
}

.item_compound {
    background: #f7f7f7;
    border-radius: 40px;
    padding: 20px 40px;
    font-size: 30px;
    color: #000;
    text-align: center
}

.item_compound span {
    display: block;
    font-size: 20px;
    color: #888
}

.efficiency__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.item_efficiency {
    border: 2px solid #d0e8d4;
    border-radius: 20px;
    overflow: hidden
}

.item_efficiency__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    background: #e8f4ea;
    padding: 15px 20px 15px 20px;
    font-size: 40px;
    color: #148b29;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.item_efficiency__descr {
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: center
}
/* Section Clients */

.clients__list {
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 50px;
    margin: 0 auto;
}

.item_client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 140px;
}

.item_client img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item_about {
    width: calc(25% - 20px);
    max-width: 300px;
    padding-left: 20px;
    border-left: 2px solid #d0e8d4
}

.item_about__number {
    font-size: 40px;
    color: #148b29;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px
}

.item_about__number span {
    display: block;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -2%;
    margin-bottom: -5px
}

.item_about__descr {
    font-size: 30px;
    font-weight: 400
}

.services__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 35px 30px;
    max-width: 1290px;
    margin: 0 auto
}

.item_services {
    border: 2px solid #d0e8d4;
    border-radius: 20px;
    padding: 29px 15px;
    text-align: center
}

.item_services__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    max-width: 100%;
    height: 70px;
    margin: 0 auto 15px
}

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

.item_services__descr {
    font-size: 30px;
    font-weight: 400
}

.advantages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    gap: 40px 20px;
    max-width: 1285px;
    margin: 0 auto
}

.item_advantages {
    text-align: center
}

.item_advantages__title {
    font-size: 30px;
    color: #148b29;
    margin-bottom: 10px
}

.item_advantages__descr {
    font-size: 20px
}

.step__list {
    max-width: 1286px;
    margin: 0 auto
}

.item_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 41px 0;
    border-top: 2px solid #d0e8d4;
    padding-right: 60px;
    position: relative
}

.item_step:last-child {
    border-bottom: 2px solid #d0e8d4
}

.item_step__number {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 60px;
    color: #d0e8d4;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-right: 157px
}

.item_step__title {
    font-size: 40px;
    color: #148b29;
    font-weight: 700;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 95px
}

.item_step__text {
    display: none;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 415px;
    font-size: 20px
}

.item_step__btn {
    width: 32px;
    height: 32px;
    background-image: url(../img/icons/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px
}

.item_step.active .item_step__title {
    width: 40%;
    max-width: 415px
}

.item_step.active .item_step__text {
    display: block
}

.item_step.active .item_step__btn {
    background-image: url(../img/icons/minus.svg)
}

.callback {
    background: #148b29;
    border-radius: 20px;
    color: #fff;
    padding: 100px 20px;
    margin: 50px 0
}

.callback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1284px;
    margin: 0 auto
}

.callback__text {
    width: 48%;
    max-width: 580px
}

.callback__title {
    font-family: "Bebas Neue Bold", sans-serif;
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px
}

.callback__descr {
    font-size: 30px
}

.callback__form {
    width: 48%;
    max-width: 480px
}

.catalog__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    gap: 20px
}

.item_catalog {
    display: block;
    height: 600px;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.item_catalog__title {
    max-width: 80%;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.9px;
    position: relative;
    z-index: 2
}

.item_catalog__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.item_catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.card_top {
    display: block;
    height: 517px;
    background: #d9d9d9;
    border-radius: 20px;
    overflow: hidden
}

.card_top__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.card_top__img img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto
}

.about__text {
    max-width: 1069px;
    margin: 0 auto;
    padding-top: 60px
}

.about__text.text_hidden {
    display: none
}

.about__text p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    margin-bottom: 30px
}

.about__text p em {
    font-style: normal;
    color: #148b29
}

.about__text ul {
    padding-left: 30px;
    margin-bottom: 30px
}

.about__text ul li {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px
}

.about__text .note {
    max-width: 633px;
    font-size: 20px;
    color: #888;
    margin-bottom: 60px
}

.about__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.about__btn .btn {
    width: 198px;
    height: 43px;
    background: #fff;
    color: #148b29;
    border: 1px solid #148b29;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about__btn .btn:hover {
    background: #148b29;
    color: #fff
}

.news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.card_news {
    display: block
}

.card_news__img {
    display: block;
    height: 416px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden
}

.card_news__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card_news__title {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    margin-bottom: 15px
}

.card_news__date {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    color: #888
}

.application__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 82px;
    max-width: 1285px;
    border: 1px solid #148b29;
    border-radius: 20px;
    padding: 60px 180px;
    margin: 0 auto
}

.application__img {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.application__img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.application__text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.application h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #148b29;
    text-align: left;
    margin-bottom: 60px
}

.application__qr {
    width: 198px;
    height: 198px;
    margin-bottom: 30px
}

.application__qr img {
    width: 100%;
    height: auto
}

.application__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.application__link a {
    display: block;
    width: 197px;
    height: 58px
}

.application__link a img {
    width: 100%;
    height: auto
}

.show_mobile {
    display: none
}

.show_tablet {
    display: none
}

.show_tablet_big {
    display: none
}

.section {
    margin: 120px 0
}

.main_section {
    margin: 0 0 120px 0
}

@media (max-width: 1640px) {
    .intro_main {
        height: 700px
    }

    .intro_main .intro__title {
        font-size: 100px
    }

    .item_catalog {
        height: 500px
    }

    .item_catalog__title {
        font-size: 50px
    }

    .card_top {
        height: 400px
    }

    .about__text p {
        font-size: 26px
    }

    .about__text ul li {
        font-size: 18px
    }

    .about__text .note {
        font-size: 18px
    }

    .card_news__img {
        height: 360px
    }

    .card_news__title {
        font-size: 24px
    }

    .card_news__date {
        font-size: 18px
    }

    .application h2 {
        font-size: 50px;
        margin-bottom: 40px
    }
}

@media (max-width: 1400px) {
    .category__list {
        gap: 20px
    }

    .item_category__img {
        width: 100%;
        height: 140px
    }

    .item_category__title {
        font-size: 18px
    }

    .item_solutions__title {
        font-size: 32px
    }

    .item_excellence__descr {
        font-size: 26px
    }

    .item_excellence__descr span {
        font-size: 32px
    }

    .compound__title {
        font-size: 32px
    }

    .item_compound {
        font-size: 24px
    }

    .services__list {
        gap: 20px
    }

    .item_services__descr {
        font-size: 26px
    }
}

@media (max-width: 1380px) {
    .application__inner {
        padding: 60px 140px
    }
}

@media (max-width: 1367px) {
    section h2 {
        font-size: 50px
    }

    .intro__title {
        font-size: 100px
    }

    #pagetitle {
        font-size: 100px
    }

    .item_efficiency__title {
        font-size: 34px;
        height: 80px
    }

    .item_about__number {
        font-size: 36px
    }

    .item_about__number span {
        font-size: 90px
    }

    .item_about__descr {
        font-size: 26px
    }

    .item_step__number {
        font-size: 50px;
        margin-right: 120px
    }

    .item_step__title {
        font-size: 36px;
        margin-right: 80px
    }
}

@media (max-width: 1279.98px) {
    section {
        padding: 40px 0
    }

    section h2 {
        font-size: 40px;
        margin-bottom: 50px
    }

    .intro_main {
        height: 600px
    }

    .intro_main .intro__title {
        font-size: 80px
    }

    .intro {
        padding: 30px 0 40px
    }

    .intro__title {
        font-size: 90px
    }

    .topic__heading {
        padding: 30px 0 40px
    }

    #pagetitle {
        font-size: 90px
    }

    .category {
        padding: 0 0 40px
    }

    .category__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .solutions__list {
        gap: 20px
    }

    .item_solutions {
        width: calc(33.33% - 15px)
    }

    .item_solutions__title {
        font-size: 26px
    }

    .item_solutions__descr {
        min-height: 18px
    }

    .excellence {
        gap: 50px 60px;
        padding-top: 60px
    }

    .item_excellence {
        gap: 15
    }

    .item_excellence__img {
        width: 50px;
        height: 50px
    }

    .item_excellence__descr {
        font-size: 22px
    }

    .item_excellence__descr span {
        font-size: 24px
    }

    .compound {
        padding-top: 60px
    }

    .compound__title {
        font-size: 26px
    }

    .item_compound {
        font-size: 20px;
        padding: 15px 30px;
        border-radius: 30px
    }

    .item_compound span {
        font-size: 18px
    }

    .item_efficiency__title {
        font-size: 28px;
        height: 60px
    }

    .item_efficiency__descr {
        font-size: 18px
    }

    .item_about__number {
        font-size: 32px
    }

    .item_about__number span {
        font-size: 80px
    }

    .item_about__descr {
        font-size: 20px
    }

    .item_services__descr {
        font-size: 24px
    }

    .item_advantages__title {
        font-size: 24px
    }

    .item_step__number {
        font-size: 40px;
        margin-right: 80px
    }

    .item_step__title {
        font-size: 30px
    }

    .item_step__text {
        font-size: 18px;
        max-width: 400px
    }

    .callback {
        margin: 40px 0;
        padding: 80px 20px
    }

    .callback__title {
        font-size: 60px
    }

    .callback__descr {
        font-size: 24px
    }

    .item_catalog {
        height: 400px;
        padding: 20px
    }

    .item_catalog__title {
        font-size: 40px
    }

    .card_top {
        height: 360px
    }

    .about__text {
        padding-top: 40px
    }

    .about__text p {
        font-size: 20px;
        margin-bottom: 20px
    }

    .about__text ul li {
        font-size: 16px
    }

    .about__text .note {
        font-size: 16px;
        margin-bottom: 40px
    }

    .about__btn {
        margin-top: 40px
    }

    .card_news__img {
        height: 300px
    }

    .card_news__title {
        font-size: 20px
    }

    .card_news__date {
        font-size: 16px
    }

    .application__inner {
        padding: 60px 80px
    }

    .hide_tablet_big {
        display: none !important
    }

    .show_tablet_big {
        display: block
    }

    .section {
        margin: 90px 0
    }

    .main_section {
        margin: 0 0 90px 0
    }
}

@media (max-width: 991.98px) {
    .main {
        padding-top: 20px
    }

    .container {
        padding: 0 15px
    }

    .form__inner {
        gap: 15px
    }

    .form input, .form select {
        font-size: 16px;
        height: 44px;
        padding: 15px
    }

    .form input[type=submit] {
        font-size: 16px;
        height: 44px;
        padding: 15px
    }

    .field_file {
        font-size: 16px;
        height: 44px;
        padding: 12px 15px
    }

    .field_file .text_file_upload:before {
        width: 15px;
        height: 25px
    }

    .nice-select {
        font-size: 16px;
        height: 44px;
        padding: 15px
    }

    .nice-select {
        padding: 10px
    }

    .btn {
        font-size: 16px
    }

    section {
        padding: 30px 0
    }

    section h2 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 400;
        line-height: .9
    }

    .title_section {
        font-size: 36px;
        padding-bottom: 25px
    }

    .title_section svg {
        width: 169px;
        height: 15px
    }

    .intro__title {
        font-size: 60px
    }

    #pagetitle {
        font-size: 60px
    }

    .category {
        padding: 0 0 30px
    }

    .item_category__img {
        margin-bottom: 10px
    }

    .item_category__title {
        min-height: 10px
    }

    .item_solutions {
        border-radius: 10px
    }

    .item_solutions__title {
        font-size: 24px
    }

    .excellence {
        gap: 40px;
        padding-top: 40px
    }

    .item_excellence__descr {
        font-size: 18px
    }

    .item_excellence__descr span {
        font-size: 20px
    }

    .compound {
        padding-top: 40px
    }

    .compound__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .item_compound {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 20px
    }

    .item_compound span {
        font-size: 16px
    }

    .efficiency__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .item_efficiency {
        border-radius: 10px
    }

    .item_efficiency__title {
        font-size: 24px;
        font-weight: 500;
        height: 50px
    }

    .item_efficiency__descr {
        font-size: 16px
    }

    .item_about {
        padding-left: 15px
    }

    .item_about__number {
        font-size: 28px
    }

    .item_about__number span {
        font-size: 70px
    }

    .item_about__descr {
        font-size: 18px
    }

    .item_services {
        border-radius: 10px
    }

    .item_services__img {
        width: 50px;
        height: 50px
    }

    .item_services__descr {
        font-size: 20px
    }

    .advantages__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .item_advantages__title {
        font-size: 20px
    }

    .item_advantages__descr {
        font-size: 18px
    }

    .item_step {
        padding: 30px 60px 30px 0
    }

    .item_step__number {
        font-size: 30px;
        width: 30px;
        margin-right: 40px
    }

    .item_step__title {
        font-size: 24px;
        margin-right: 50px
    }

    .item_step__text {
        font-size: 16px
    }

    .callback {
        margin: 30px 0;
        padding: 50px 20px;
        border-radius: 10px
    }

    .callback__text {
        width: 43%
    }

    .callback__title {
        font-size: 40px;
        margin-bottom: 20px;
        letter-spacing: 1px
    }

    .callback__descr {
        font-size: 20px;
        margin-bottom: 20px
    }

    .callback__form {
        width: 53%
    }

    .catalog__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .top__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .about__btn .btn:hover {
        background: #fff;
        color: #148b29
    }

    .news__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .application__inner {
        gap: 50px
    }

    .application h2 {
        font-size: 40px
    }

    .hide_tablet {
        display: none !important
    }

    .show_tablet {
        display: block
    }
}

@media (max-width: 769px) {
    .title_section {
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .title_section svg {
        width: 112.5px;
        height: 10px
    }

    .more_section {
        font-size: 13px;
        margin-top: 5px
    }

    .intro_main {
        height: 500px;
        border-radius: 15px
    }

    .intro_main .intro__text {
        padding: 40px
    }

    .intro_main .intro__title {
        font-size: 60px
    }

    .category__list {
        gap: 15px
    }

    .item_category__title {
        font-size: 16px
    }

    .solutions__list {
        gap: 15px
    }

    .item_solutions {
        width: calc(33.33% - 10px)
    }

    .item_solutions__title {
        font-size: 22px;
        font-weight: 500
    }

    .item_solutions__descr {
        font-size: 16px
    }

    .item_excellence {
        gap: 10px
    }

    .item_excellence__img {
        width: 40px;
        height: 40px
    }

    .item_excellence__descr {
        font-size: 16px
    }

    .item_excellence__descr span {
        font-size: 18px
    }

    .compound__title {
        font-size: 22px;
        font-weight: 500
    }

    .compound__list {
        gap: 15px
    }

    .item_compound {
        font-size: 16px;
        padding: 10px;
        border-radius: 10px
    }

    .item_compound span {
        font-size: 14px
    }

    .item_efficiency__descr {
        font-size: 14px;
        letter-spacing: .2px
    }

    .item_about {
        width: 100%;
        max-width: 100%;
        border-left: none;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d0e8d4
    }

    .item_about:last-child {
        margin-bottom: 0
    }

    .item_about__number {
        margin-bottom: 10px
    }

    .item_about__number span {
        display: inline
    }

    .item_about__descr {
        font-size: 16px
    }

    .services__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 15px
    }

    .item_services__descr {
        font-size: 16px
    }

    .item_advantages__title {
        font-size: 18px
    }

    .item_advantages__descr {
        font-size: 16px
    }

    .callback__text {
        width: 100%
    }

    .callback__form {
        width: 100%;
        max-width: 100%
    }

    .item_catalog {
        height: 360px;
        border-radius: 15px
    }

    .item_catalog__title {
        font-size: 30px
    }

    .card_top {
        border-radius: 15px
    }

    .about__text p {
        font-size: 18px
    }

    .about__text ul li {
        font-size: 14px
    }

    .about__text .note {
        font-size: 14px;
        margin-bottom: 30px
    }

    .about__btn {
        margin-top: 20px
    }

    .card_news__img {
        border-radius: 15px
    }

    .card_news__title {
        font-size: 18px
    }

    .card_news__date {
        font-size: 14px
    }

    .application {
        margin: 30px 0 20px
    }

    .application__inner {
        padding: 0 0 390px;
        border: none;
        border-radius: 0;
        display: block;
        position: relative
    }

    .application__img {
        width: 100%;
        height: 281px;
        position: absolute;
        bottom: 110px;
        left: 0
    }

    .application h2 {
        font-size: 36px;
        font-weight: 400;
        color: #000;
        text-align: center;
        margin-bottom: 20px
    }

    .application__qr {
        display: none
    }

    .application__link {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .application__link a {
        width: 140px;
        height: 40px;
        margin: 10px auto 0
    }

    .hide_mobile {
        display: none !important
    }

    .show_mobile {
        display: block
    }

    .section {
        margin: 50px 0
    }

    .main_section {
        margin: 0 0 50px 0
    }
}

@media (max-width: 700px) {
    .item_solutions {
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding: 10px
    }

    .item_solutions__img {
        display: none
    }

    .item_solutions__descr {
        margin: 0
    }
}

@media (max-width: 640px) {
    .form__inner {
        gap: 10px
    }

    .form input, .form select {
        font-size: 12px;
        height: 30px;
        margin-bottom: 10px;
        padding: 10px
    }

    .form input[type=submit] {
        width: 100%;
        height: 35px;
        padding: 5px;
        margin-top: 20px
    }

    .field_file {
        font-size: 12px;
        height: 30px;
        margin-bottom: 10px;
        padding: 8px 10px
    }

    .field_file .text_file_upload:before {
        width: 14px;
        height: 24px;
        top: -3px
    }

    .nice-select {
        font-size: 12px;
        height: 30px;
        margin-bottom: 10px;
        padding: 0 10px
    }

    .nice-select .list li {
        font-size: 12px
    }

    section {
        padding: 20px 0
    }

    section h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    section h2 br {
        display: none
    }

    .intro_main {
        height: auto
    }

    .intro_main .intro__text {
        padding: 0
    }

    .intro_main .intro__title {
        color: #000;
        text-align: center;
        max-width: 300px;
        font-size: 45px;
        margin: 0 auto 6px
    }

    .intro_main .intro__title br {
        display: none
    }

    .intro_main .intro__img {
        height: 180px;
        position: static;
        border-radius: 5px
    }

    .intro {
        padding: 20px 0
    }

    .intro__title {
        font-size: 45px
    }

    .topic__heading {
        padding: 20px 0
    }

    #pagetitle {
        font-size: 45px
    }

    .category {
        padding: 0 0 20px
    }

    .category__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 10px
    }

    .item_category {
        border-radius: 5px;
        padding: 14px 10px
    }

    .item_category__img {
        width: 80px;
        height: 80px;
        margin-bottom: 5px
    }

    .item_category__title {
        font-size: 12px
    }

    .solutions__list {
        gap: 10px
    }

    .item_solutions {
        border-radius: 5px
    }

    .item_solutions__title {
        font-size: 20px;
        padding: 0;
        margin-bottom: 5px
    }

    .item_solutions__descr {
        font-size: 12px;
        padding: 0
    }

    .excellence {
        padding-top: 20px
    }

    .item_excellence__img {
        width: 25px;
        height: 30px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .item_excellence__descr {
        font-size: 12px;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .item_excellence__descr span {
        font-size: 16px;
        font-weight: 400;
        margin-top: 0
    }

    .compound {
        padding-top: 20px
    }

    .compound__title {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: left
    }

    .compound__list {
        gap: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .item_compound {
        font-size: 12px;
        padding: 5px 10px;
        text-align: left;
        border-radius: 5px
    }

    .item_compound span {
        display: inline;
        font-size: 12px;
        color: #000
    }

    .efficiency__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        gap: 10px
    }

    .item_efficiency {
        border-radius: 5px
    }

    .item_efficiency__title {
        font-size: 20px;
        height: 30px;
        padding: 5px 10px
    }

    .item_efficiency__descr {
        font-size: 12px;
        padding: 5px 15px
    }

    .item_about__number {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0
    }

    .item_about__number span {
        font-size: 20px
    }

    .item_about__descr {
        font-size: 12px
    }

    .item_services__img {
        width: 30px;
        height: 30px
    }

    .item_services__descr {
        font-size: 12px
    }

    .item_services__descr br {
        display: none
    }

    .advantages__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        gap: 15px
    }

    .item_advantages {
        text-align: left
    }

    .item_advantages__title {
        font-size: 16px;
        margin-bottom: 0
    }

    .item_advantages__descr {
        font-size: 12px
    }

    .item_step {
        padding: 17px 50px 17px 0
    }

    .item_step__number {
        font-size: 20px;
        margin-right: 10px
    }

    .item_step__title {
        width: calc(100% - 40px);
        font-size: 20px;
        margin-right: 0
    }

    .item_step__text {
        font-size: 12px;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-top: 7.5px;
        padding-left: 40px
    }

    .item_step__btn {
        width: 24px;
        height: 24px
    }

    .item_step.active .item_step__title {
        width: calc(100% - 40px);
        max-width: 100%
    }

    .item_step.active .item_step__btn {
        top: 15px;
        margin-top: 0
    }

    .callback {
        padding: 30px 10px;
        border-radius: 5px;
        margin: 20px 0
    }

    .callback__title {
        font-size: 36px;
        margin-bottom: 10px
    }

    .callback__descr {
        font-size: 16px
    }

    .catalog {
        padding: 0 0 20px
    }

    .catalog__list {
        gap: 10px;
        margin-top: 10px;
    }

    .item_catalog {
        height: 150px;
        padding: 5px;
        border-radius: 5px
    }

    .item_catalog__title {
        font-size: 20px
    }

    .top__list {
        gap: 10px
    }

    .card_top {
        height: 170px;
        border-radius: 5px
    }

    .about__text {
        padding-top: 10px
    }

    .about__text p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .about__text ul {
        padding-left: 20px;
        margin-bottom: 10px
    }

    .about__text ul li {
        font-size: 12px;
        margin-bottom: 5px
    }

    .about__text .note {
        font-size: 12px;
        margin-bottom: 20px
    }

    .about__btn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px
    }

    .about__btn .btn {
        width: 140px;
        height: 30px;
        font-size: 12px;
        font-weight: 400;
        padding: 5px
    }

    .news__list {
        gap: 10px
    }

    .card_news__img {
        height: 140px;
        border-radius: 5px;
        margin-bottom: 5px
    }

    .card_news__title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .card_news__date {
        font-size: 12px
    }

    .application h2 {
        font-size: 30px
    }
}

@media (max-width: 560px) {
    .more_section span {
        display: none
    }
}

@media (max-width: 540px) {
    .excellence {
        gap: 15px
    }

    .item_excellence {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .intro_main {
        border-radius: 0
    }

    .services__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        gap: 10px
    }

    .item_services {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 30px 1fr;
        grid-template-columns:30px 1fr;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 10px;
        text-align: left;
        border-radius: 5px
    }

    .item_services__img {
        margin-bottom: 0
    }

    .item_catalog__title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.news__btn .btn {
    width: 198px;
    height: 43px;
    background: #fff;
    color: #148b29;
    border: 1px solid #148b29;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
@media (max-width: 992px) {
    .news__btn {
    margin-top: 30px;
}
}
.news-list .index-block__title{
    max-width: 1120px;
    font-size: 60px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2%;
    text-align: center;
    margin: 0 auto 60px;
}
.news-list .index-block__subtitle {
    display:none;
}
.news-list .index-block__part--left {
    margin: auto;
}
.news-list .news-list__item-image {
    border-radius: 20px;
}
.NEWS .index-block--fon{    
    background: #fff;
}
.news-list .right_link_block {
    display:none;
}
.banners-big__title {
    max-width: 500px;
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2%;
    color: #fff;
    text-align: left;
    font-family: "Bebas Neue", sans-serif;
    padding-left: 60px;
}
.banners-big__text-block {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.9px;
  padding-left: 60px;
  color: #fff;
}
html body .index-block--padding-bottom-80 > div {
    padding-bottom: 0px;
}
.CUSTOM_TEXT .index-block--fon{
    background: #fff;
}
.NEWS .news-list-template {
    border: none;
}
section.application {
    padding: 100px 0 50px 0px;
}
.mobilll {display:none;}
@media (max-width: 1280px) { 
  .banners-big__text-block {
    font-size: 50px;
  }
}
@media (max-width: 991px) { 
  .banners-big__text-block {
    font-size: 22px;
    padding-left: 40px;
    margin-top: 80px;
  }
  .banners-big__text {
    display: block;
  }
	html body .collls2 {
    z-index: 99;
} 
body.mmenu_leftside #mobilemenu.show {
    z-index: 99999999999;
}
html .mobilll {
        display: block;
        font-size: 45px !important;
        line-height: 1 !important;
		padding-top: 15px;
    }
.maxwidth-theme {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
html body .news-list .index-block__title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}
html #main .mobile-offset {
	flex-wrap: wrap;
	padding: 0 0 0 0px;
	gap: 15px;
}
html #main .mobile-scrolled:not(.grid-list--no-gap) > div {
        padding: 0px 0px 0px 0px;
}
html #main .mobile-scrolled--items-2 > div {
	width: 47%;
}
html .news-list__item-image-wrapper--TOP {
    height: auto !important;
    padding-top: 100%;
}
.news-list__item-text-top-part {
    height: auto;
}
html #main .news-list .maxwidth-theme{
	padding-left: 5px !important;
    padding-right: 5px !important;
} 
.news-list__item-text-top-part {
    height: auto!important;
}
}
html #main .news-list__item-text-top-part.flexbox {flex-direction: column;}
html #main .news-list__item-text-wrapper .news-list__item-title{
    font-weight: 500;
	order: -1;
}

.body.index .main .container {
	padding: 0 20px;
	max-width: 1760px;
}

.body.index .main .container .drag-block {
	padding: 0 !important;
}

.body.index .main .maxwidth-theme {
	max-width: 100% !important;
}

.body.index .news-list .grid-list--items-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1260px) {
    .clients__list {
        gap: 40px;
    }

    .item_client {
        width: calc(16.6% - 40px);
        height: auto;
    }
}

@media (max-width: 860px) {
    .clients__list {
        gap: 20px 30px;
    }

    .item_client {
        width: calc(33.3% - 20px);
    }
}