html.is-hidden {
    overflow: hidden;
}

body {
    margin: 0;
	font-family: 'Montserrat', Arial, Verdana, Tahoma, sans-serif;
}

.gl-wrapper hr {
    height: 1px;
    border: 0;
    background-color: #E2E2E2;
    margin: 25px 0;
}

.gl-wrapper {
    font-size: 16px;
    line-height: 1.2;
    min-width: 320px;
    opacity: 1;
    min-height: 100vh;
}

.gl-wrapper ol, .gl-wrapper ul {
    list-style: none;
    margin-bottom: 0;
}

.gl-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gl-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.gl-wrapper ul:not([class]) {
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: disc;
    padding-left: 30px;
}

.gl-wrapper ul:not([class]):last-child {
    margin-bottom: 0;
}

.gl-wrapper ol:not([class]) {
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
    list-style-type: decimal;
}

.gl-wrapper ol:not([class]):last-child {
    margin-bottom: 0;
}

.gl-wrapper h1, .gl-wrapper .main-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

.gl-wrapper .section-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5em;
}

.gl-wrapper .min {
    display: block;
}

.gl-wrapper_main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat";
    border: none;
    background-color: #2EBF32;
    gap: 1em;
    border-radius: 16px;
    padding: 0 1.3em;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none;
    width: fit-content;
}

.gl-wrapper_main-btn .ico-arrow {
    height: 13px;
    flex: 13px 0 0;
    background: url(../img/icons/arrow.svg) no-repeat center;
    background-size: contain;
    width: 13px;
}

.gl-wrapper_main-btn:hover {
    background-color: #249627;
}

.gl-wrapper_main-btn:active {
    box-shadow: inset 1px 2px #104412;
    border-top: 1px solid #104412;
}

.gl_site-map_section {
    padding: 2em 15px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.gl_site-map_menu {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.gl_site-map_menu a {
    color: #2EBF32;
    border-bottom: 1px solid #2EBF32;
    text-decoration: none;
    transition: border-bottom-color .3s;
}

.gl_site-map_menu a:hover {
    border-bottom-color: transparent;
}

.gl-wrapper_bg-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.54);
    z-index: 110;
}

.gl-wrapper {
    display: flex;
}

.gl-wrapper_mobile-header {
    display: none;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    position: fixed;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.1);
    padding: .5em;
    top: 0;
    width: 100%;
    z-index: 100;
}

.gl-wrapper_mobile-header .gl-wrapper_logo {
    height: 50px;
    flex: 1 0 0;
    padding-right: 36px;
    display: flex;
    justify-content: center;
}

.gl-wrapper_burger {
    flex: 20px 0 0;
    height: 20px;
    background: url(../img/icons/burger.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
    width: 20px;
}

.gl-wrapper_close-btn {
    display: none;
    height: 20px;
    background: url(../img/icons/close.svg) no-repeat center;
    background-size: contain;
    margin-left: auto;
    filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
    width: 20px;
}

.gl-wrapper_sidebar {
    flex: 287px 0 0;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    padding: 2.5em 2.7em 1em;
    gap: 6em;
}

.gl-wrapper_main-content {
    flex: 1 0 0;
    padding-bottom: 3em;
}

.gl-wrapper_main-content_pad {
    padding-top: 6em;
    padding-left: 10em;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

.gl-wrapper_main-content_pad.isSafety {
	padding-left: 2em;
    padding-right: 2em;
}

.gl-wrapper_main-content_pad.isSafety .gl-wrapper_narrow-container {
	max-width:100%;
}

.gl-wrapper_main-content_pad p {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.1;
}

.gl-wrapper_main-content_pad p:last-child {
    margin-bottom: 0;
}

.gl-wrapper_main-content_pad .no-mar {
    margin-bottom: 0;
}

.gl-wrapper_logo {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.gl-wrapper_sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: .8em;
    font-size: 17px;
    font-weight: 500;
    color: #5C5C5C;
}

.gl-wrapper_sidebar-menu .title {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    margin-top: 1.2em;
    margin-bottom: .5em;
}

.gl-wrapper_sidebar-menu .title:first-child {
    margin-top: 0;
}

.gl-wrapper_sidebar-menu .title:last-child {
    margin-bottom: 0;
}

.gl-wrapper_sidebar-menu a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}

.gl-wrapper_sidebar-menu a:hover {
    color: #2EBF32;
}

.gl-wrapper_sidebar-menu li.active {
    pointer-events: none;
}

.gl-wrapper_sidebar-menu li.active a {
    color: #2EBF32;
    font-weight: 700;
}

.gl-wrapper_banner {
    min-height: 34.5vw;
    background-image: url(../img/bg/bear-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-bottom: 1em;
}

.gl-wrapper_banner .banner-leaves {
    display: block;
    height: 52%;
    background: url(../img/bg/leaves-bg.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0.3em;
    right: 0;
    left: 0;
    margin: auto;
    width: 61%;
    z-index: 2;
}

.gl-wrapper_center-container {
    max-width: 1043px;
    padding: 2.5em 15px;
    margin-left: auto;
    margin-right: auto;
}

.gl-wrapper_fourth-columns {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    gap: 2.2em 1.4%;
}

.gl-wrapper_brand-item {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
    transition: border-color .3s, color .3s;
}

.gl-wrapper_brand-item:hover {
    border-color: #2EBF32;
}

.gl-wrapper_brand-item:hover .item-title {
    color: #2EBF32;
}

.gl-wrapper_brand-item .item-img {
    height: 119px;
    background: #EFF1F4;
    line-height: 1.2;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gl-wrapper_brand-item .item-end_img {
    align-items: flex-end;
}

.gl-wrapper_brand-item .item-long_img {
    padding-left: 0;
    padding-right: 0;
}

.gl-wrapper_brand-item .item-long_img img {
    width: 100%;
}

.gl-wrapper_brand-item .item-img_letters {
    flex-direction: column;
    padding-left: 0;
    padding-left: 1em;
    align-items: flex-start;
    font-size: 26px;
}

.gl-wrapper_brand-item .item-img_mod-letters {
    flex-direction: column;
    padding-left: 0;
    padding-left: 1em;
    align-items: flex-start;
    font-size: 23px;
}

.gl-wrapper_brand-item .item-desc {
    display: flex;
    flex-direction: column;
    gap: .7em;
    padding: 1em;
    padding-bottom: 2.8em;
}

.gl-wrapper_brand-item .item-title {
    font-size: 24px;
    font-weight: 700;
    transition: color .3s;
}

.gl-wrapper_brand-item .b-letters {
    font-weight: 700;
    color: #2EBF32;
}

.gl-wrapper_brand-item .l-letters {
    color: #8B8B8B;
}

.gl-wrapper_narrow-container {
    max-width: 847px;
    padding: 0 15px 0 15px;
    display: flex;
    flex-direction: column;
    gap: 2.3em;
    width: 100%;
}

.gl-wrapper_narrow-container.help-page {
	gap: .3em;
}

.gl-wrapper_narrow-container .top-text {
    max-width: 445px;
    margin-bottom: 0;
}

.gl-wrapper_logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
}

.gl-wrapper_logos-box {
    padding: 1.4em 3em;
    border-radius: 10px;
}

.gl-wrapper_logos-box_narrow {
    max-width: 410px;
}

.gl-wrapper_logos-list {
    display: grid;
    grid-template-columns: 68% 30%;
    align-items: center;
    gap: 2em 2%;
}

.gl-wrapper_gray-box {
    background: #424242;
}

.gl-wrapper_footer-box {
    display: flex;
    flex-direction: column;
    gap: 3em;
    padding-left: 3em;
    padding-top: .5em;
}

.gl-wrapper_blockquote {
    border-left: 3px solid  #FF0000;
    font-size: 15px;
    padding-left: .5em;
}

.gl-wrapper_logos-blockquote {
    display: flex;
    gap: 3em;
}

.gl-wrapper_logos-blockquote .gl-wrapper_blockquote {
    max-width: 425px;
}

.gl-wrapper_shadow-logos {
    display: flex;
    align-items: center;
    gap: 1.2em;
    flex: 0 0 auto;
}

.gl-wrapper_shadow-logos li {
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.11);
}

.gl-wrapper_shadow-logos img {
    display: block;
}

.gl-wrapper_small-container {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

.gl-wrapper_logos-unit {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 455px;
}

.gl-wrapper_logos-unit .gl-wrapper_gray-box {
    margin-bottom: 1em;
}

.gl-wrapper_logos-unit .gl-wrapper_gray-box:last-child {
    margin-bottom: 0;
}

.gl-wrapper_large-logos {
    display: flex;
    align-items: center;
    gap: 3.6em;
    margin: -1.7em 0;
}

.gl-wrapper_logos-unit_mod .section-title {
    margin-bottom: 0;
}

.gl-wrapper_logos-unit_mod .item-logo {
    margin-left: 4em;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
    width: fit-content;
}

.gl-wrapper_typography-unit {
    margin-bottom: 3.5em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.gl-wrapper_typography-unit:last-child {
    margin-bottom: 0;
}

.gl-wrapper_typography-row {
    display: grid;
    grid-template-columns: 33% 60%;
    gap: 3em;
}

.gl-wrapper_typography-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.gl-wrapper_typography-column.right-column {
    gap: .5em;
}

.gl-wrapper_typography-column p {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
}

.gl-wrapper_typography-column .green-color {
    color: #2EBF32;
}

.gl-wrapper_typography-column .first-child {
    font-weight: 700;
}

.gl-wrapper_typography-column .second-child {
    font-size: 21px;
    font-weight: 600;
}

.gl-wrapper_typography-column .third-child {
    font-size: 19px;
}

.gl-wrapper_typography-column .fourth-child {
    font-size: 17px;
    font-weight: 300;
}

.gl-wrapper_typography-column .section-title {
    margin-bottom: 0;
}

.gl-wrapper_typography-row_myriad {
    font-family: 'Myriad Pro';
    font-weight: 400;
}

.gl-wrapper_typography-header {
    margin-bottom: 1.2em;
}

.gl-wrapper_typography-container {
    max-width: 940px;
}

.gl-wrapper_colors-container {
    max-width: 795px;
    gap: 4.2em;
}

.gl-wrapper_colors-header {
    max-width: 445px;
}

.gl-wrapper_colors-header p {
    margin-bottom: 1.4em;
}

.gl-wrapper_colors-header p:last-child {
    margin-bottom: 0;
}

.gl-wrapper_colors-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.2em;
    margin-bottom: .7em;
}

.gl-wrapper_color-item {
    display: flex;
    flex-direction: column;
    gap: .5em;
}

.gl-wrapper_color-item .item-name {
    font-size: 12px;
}

.gl-wrapper_color-item .item-header {
    height: 123px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.gl-wrapper_color-item .item-desc {
    display: flex;
    flex-direction: column;
    gap: .5em;
    font-size: 15px;
}

.gl-wrapper_color-item p {
    margin-bottom: 0;
}

.gl-wrapper_color-item .item-title {
    display: block;
    font-weight: 700;
    margin-bottom: .1em;
}

.gl-wrapper_colors-unit {
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    font-size: 15px;
}

.gl-wrapper_colors-unit .section-title {
    margin-bottom: 0;
}

.gl-wrapper_colors-unit.narrow-unit {
    max-width: 511px;
}

.gl-wrapper_colors-unit.narrow-unit p {
    max-width: 445px;
}

.gl-wrapper_logos-colors {
    display: grid;
    grid-template-columns: 43% 50%;
    gap: 1.3em 7%;
}

.gl-wrapper_logo-color {
    display: flex;
    flex-direction: column;
    gap: 3.3em;
}

.gl-wrapper_logo-color .item-row {
    display: flex;
    gap: 3em;
}

.gl-wrapper_logo-color .item-img {
    flex: 0 0 auto;
    position: relative;
}

.gl-wrapper_logo-color .item-img:before {
    content: '';
    display: block;
    background: url(../img/icons/lines/01.svg) no-repeat center;
    position: absolute;
    bottom: 100%;
    left: 49%;
    height: 5px;
    width: 100%;
}

.gl-wrapper_logo-color .item-second_img:after {
    content: '';
    display: block;
    background: url(../img/icons/lines/02.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 35%;
    left: 49%;
    height: 5px;
    width: 100%;
}

.gl-wrapper_logo-color .item-desc {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: .3em;
    margin-top: -10px;
}

.gl-wrapper_logo-color .item-mod_desc {
    justify-content: space-between;
    line-height: 1.3;
    padding-bottom: 7px;
}

.gl-wrapper_logo-color .item-text {
    display: inline-block;
}

.gl-wrapper_logo-color .bold-text {
    font-weight: 700;
}

.gl-wrapper_logo-color .item-bottom_column {
    min-height: 40px;
}

.gl-wrapper_colors-shades_box {
    display: flex;
    flex-direction: column;
    gap: .7em;
    max-width: 350px;
    margin-bottom: 1em;
}

.gl-wrapper_colors-shade_field {
    display: flex;
    height: 38px;
}

.gl-wrapper_colors-shade_field .field-white {
    border: 1px solid #8E8E8E;
    border-right: none;
    flex: 1 0 0;
    border-radius: 8px 0 0 8px;
}

.gl-wrapper_colors-shade_field .field-green {
    background: #00AB16;
    border-radius: 0 8px 8px 0;
    flex: 33% 0 0;
}

.gl-wrapper_colors-shade_text {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.gl-wrapper_colors-shade_text .bold-text {
    font-weight: 700;
}

.gl-wrapper_colors-shade_text .item-text {
    display: flex;
    flex-direction: column;
}

.gl-wrapper_colors-shade_text .right-text {
    text-align: right;
}

.gl-wrapper_colors-screen {
    display: flex;
    flex-direction: column;
    gap: .3em;
}

.gl-wrapper_colors-gradient_box {
    display: flex;
    flex-direction: column;
    gap: .3em;
    max-width: 351px;
}

.gl-wrapper_colors-gradient_box .item-subtitle {
    font-size: 12px;
}

.gl-wrapper_colors-gradient-field {
    border-radius: 8px;
    height: 39px;
    background: linear-gradient(to right, #168F21, #79C301);
}

.gl-wrapper_colors-gradient_text {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    padding-top: 10px;
    margin-bottom: 2em;
}

.gl-wrapper_colors-gradient_text .item-text {
    display: flex;
    flex-direction: column;
    gap: .4em;
}

.gl-wrapper_colors-gradient_text .item-text li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gl-wrapper_colors-gradient_text .bold-text {
    font-weight: 700;
}

.gl-wrapper_colors-gradient_text .right-text {
    text-align: right;
}

.gl-wrapper_slogan-container {
    max-width: 525px;
    gap: 1.8em;
}

.gl-wrapper_slogan-unit {
    display: flex;
    flex-direction: column;
    gap: .8em;
    font-size: 15px;
}

.gl-wrapper_slogan-unit .section-title {
    margin-bottom: 0;
}

.gl-wrapper_slogan-unit .main-slogan {
    font-size: 49px;
    color: #2EBF32;
    font-weight: 700;
    margin-top: -.35em;
}

.gl-wrapper_slogan-unit p {
    max-width: 445px;
    line-height: 1.2;
}

.gl-wrapper_slogan-unit .large-text {
    font-size: 31px;
    color: #2EBF32;
    font-weight: 700;
}

.gl-wrapper_slogan-unit_mar {
    margin-bottom: 1em;
}

.gl-wrapper_slogan-mod_unit {
    gap: .1em;
}

.gl-wrapper_mascot-container {
    max-width: 1073px;
    gap: 3em;
}

.gl-wrapper_mascot-header {
    font-size: 15px;
    max-width: 955px;
}

.gl-wrapper_mascot-header .section-title {
    margin-bottom: .9em;
}

.gl-wrapper_mascot-header .item-content {
    display: flex;
    gap: 3.6em;
}

.gl-wrapper_mascot-header .item-img {
    flex: 1 0 0;
    text-align: right;
}

.gl-wrapper_mascot-header .item-desc {
    flex: 56% 0 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.gl-wrapper_mascot-header .item-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gl-wrapper_mascot-header .item-subtitle {
    font-weight: 700;
    font-size: 17px;
}

.gl-wrapper_mascot-header p {
    margin-bottom: 1.3em;
    line-height: 1.25;
}

.gl-wrapper_mascot-header p:last-child {
    margin-bottom: 0;
}

.gl-wrapper_mascot-middle {
    display: flex;
    flex-direction: column;
    gap: 2em;
    max-width: 995px;
}

.gl-wrapper_mascot-middle .section-title {
    margin-bottom: 0;
}

.gl-wrapper_mascot-components {
    display: flex;
    gap: 2em;
    font-size: 15px;
}

.gl-wrapper_mascot-components .left-column {
    flex: 22.8% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    padding-left: 1.2em;
    padding-top: 5%;
    padding-bottom: 11%;
    text-align: right;
}

.gl-wrapper_mascot-components .center-column {
    flex: 1 0 0;
    padding-left: 2%;
    padding-top: 1%;
}

.gl-wrapper_mascot-components .right-column {
    flex: 24% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    padding-top: 5%;
    padding-bottom: 6%;
}

.gl-wrapper_mascot-components .item-component {
    position: relative;
    padding-bottom: 10px;
}

.gl-wrapper_mascot-components .second-child {
    top: 4%;
}

.gl-wrapper_mascot-components .third-child {
    top: 2.3%;
}

.gl-wrapper_mascot-components .six-child {
    top: 3.5%;
}

.gl-wrapper_mascot-components .seven-child {
    top: 2%;
}

.gl-wrapper_mascot-components .item-line {
    height: 11px;
    position: absolute;
    bottom: 0;
    left: calc(100% - 10px);
    width: 100%;
}

.gl-wrapper_mascot-components .item-line:after {
    content: '';
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.gl-wrapper_mascot-components .item-line:before {
    content: '';
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}

.gl-wrapper_mascot-components .first-line {
    width: 83%;
}

.gl-wrapper_mascot-components .five-line {
    width: 110%;
}

.gl-wrapper_mascot-components .six-line {
    width: 68%;
}

.gl-wrapper_mascot-components .seven-line {
    width: 80%;
}

.gl-wrapper_mascot-components .eight-line {
    width: 64%;
}

.gl-wrapper_mascot-components .item-mod_line {
    left: auto;
    right: calc(100% - 10px);
}

.gl-wrapper_mascot-components .item-mod_line:before {
    left: auto;
    right: 0;
}

.gl-wrapper_mascot-imgs {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding-top: 4.5em;
}

.gl-wrapper_sources-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em .5em;
}

.gl-wrapper_mascot-footer {
    display: flex;
    flex-direction: column;
    gap: 1.7em;
    max-width: 1012px;
}

.gl-wrapper_mascot-footer .section-title {
    margin-bottom: 0;
}

.gl-wrapper_mascot-examples {
    display: flex;
    flex-direction: column;
    gap: .4em;
    font-size: 15px;
}

.gl-wrapper_examples-box {
    display: grid;
    grid-template-columns: 18.8% 43% 35%;
    gap: 1.8%;
    margin-bottom: 1.2em;
}

.gl-wrapper_examples-box .center-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.gl-wrapper_examples-box img {
    border-radius: 10px;
    width: 100%;
}

.gl-wrapper_examples-screens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.gl-wrapper_examples-screens img {
    border-radius: 10px;
    width: 100%;
}

.gl-wrapper_posm-container {
    max-width: 1048px;
    gap: 5em;
}

.gl-wrapper_posm-header .section-title {
    margin-bottom: .3em;
}

.gl-wrapper_posm-header .item-content {
    display: flex;
    align-items: center;
    gap: 2em;
}

.gl-wrapper_posm-header .item-img {
    flex: 1 0 0;
    text-align: right;
}

.gl-wrapper_posm-header .item-desc {
    flex: 52% 0 0;
    display: flex;
    flex-direction: column;
    gap: .3em;
    padding-top: 1.8em;
}

.gl-wrapper_posm-header .item-desc p {
    max-width: 220px;
    line-height: 1.25;
}

.gl-wrapper_posm-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em 1.7em;
    margin-bottom: 3.2em;
}

.gl-wrapper_posm-row:last-child {
    margin-bottom: 0;
}

.gl-wrapper_posm-item {
    display: flex;
    flex-direction: column;
    gap: .6em;
}

.gl-wrapper_posm-item .item-img {
    height: 260px;
    background: #EFF1F4;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
}

.gl-wrapper_posm-item .item-img:hover {
    opacity: .8;
}

.gl-wrapper_posm-item .item-btn {
    color: #2EBF32;
    border-bottom: 1px solid #2EBF32;
    text-decoration: none;
    transition: border-color .3s;
    width: fit-content;
}

.gl-wrapper_posm-item .item-btn:hover {
    border-bottom-color: transparent;
}

.gl-wrapper_visuals-container {
    max-width: 1100px;
}

.gl-wrapper_visual-item {
    display: flex;
    gap: 3em;
    margin-bottom: .8em;
}

.gl-wrapper_visual-item:last-child {
    margin-bottom: 0;
}

.gl-wrapper_visual-item .item-img {
    flex: 30% 0 0;
}

.gl-wrapper_visual-item .item-img img {
    border-radius: 8px;
    width: 100%;
}

.gl-wrapper_visual-item .item-desc {
    display: flex;
    flex-direction: column;
    gap: .6em;
    flex: 1 0 0;
    padding: 1.2em 0;
}

.gl-wrapper_visual-item .item-title {
    font-size: 24px;
    font-weight: 700;
}

.gl-wrapper_visual-item p {
    font-size: 15px;
    max-width: 320px;
}

.gl-wrapper_visual-item .item-list {
    display: flex;
    align-items: center;
    gap: .3em 1.15em;
    margin-bottom: .4em;
    flex-wrap: wrap;
}

.gl-wrapper_visual-item .item-list.brand-icons li img {
    height: 27px;
}





/* custom */

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    color: #B1BAC7;
    font-size: .875rem;
    margin-bottom: .5em;
}

.breadcrumbs li {
    margin-right: 1.2em;
    margin-bottom: 5px;
    position: relative;
}

.breadcrumbs li:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #B1BAC7;
    position: absolute;
    top: 4px;
    right: -10px;
    transform: skew(-12deg);
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
    color: inherit;
    transition: color .3s;
}

.breadcrumbs a:hover {
    color: #0a972e;
}






/* CONTENT */
.gl-wrapper .help-page a {
    color: #359f31;
    text-decoration: none;
}

.gl-wrapper_narrow-container.help-page p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: .8em;
}

.gl-wrapper_narrow-container.help-page h2 {
    font-size: 22px;
    margin-bottom: 1.2em;
}

.gl-wrapper_narrow-container.help-page h3 {
    font-size: 20px;
    margin-bottom: 1em;
}

.gl-wrapper_narrow-container.help-page h4 {
    font-size: 18px;
    margin-bottom: .8em;
}

/* Списки */
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs),
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) {
    margin: 20px 0 20px 40px;
    list-style-type: disc;
}

.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul.none:not(.breadcrumbs),
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul.none:not(.breadcrumbs) {
    list-style-type: none;
}

.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs) li,
.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs) li:last-child,
.gl-wrapper_narrow-container.help-page .gl-wrapper_center-container ul:not(.breadcrumbs) li:last-child {
    margin-bottom: 0;
}

/* Списки целей */
.goal-list {
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
}

.goal-list li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.goal-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: #2CA836;
    border-radius: 50%;
}

.goal-list li:last-child {
    margin-bottom: 0;
}

/* Нумерованные списки */
.numbered-list {
    margin-left: 20px;
    padding-left: 0;
    counter-reset: item;
}

.numbered-list li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    counter-increment: item;
}

.numbered-list li:before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: #2CA836;
    font-weight: bold;
}

/* payment */
.order_payment-card {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: .8em;
}

.order_payment-card li {
    padding: 0 .6em;
    list-style-type: none;
}

.order_payment-card img {
    max-width: 100%;
}

/* Страница обработки персональных данных */
.gl-wrapper_narrow-container.help-page .item_agreement {
    border: 1px solid #eeeeee;
    padding: 25px 0 25px 15px;
    background-color: #fdfdfd;
    display: grid;
    cursor: pointer;
}

.gl-wrapper_narrow-container.help-page .item_agreement h3 {
    padding-top: 20px;
}

.gl-wrapper_narrow-container.help-page .item_agreement h4 {
    padding-top: 0;
    margin-bottom: 0;
    float: left;
    cursor: pointer;
}

.gl-wrapper_narrow-container.help-page .item_agreement .name i.barr {
    margin-left: 12px;
    margin-top: 4px;
    background: url('../img/tarr-big.gif') top right no-repeat;
    display: inline-block;
    height: 9px;
    width: 15px;
}

.gl-wrapper_narrow-container.help-page .item_agreement a {
    text-decoration: none;
    color: #333;
}

.gl-wrapper_narrow-container.help-page .item_agreement a.opened i.barr {
    background-position: bottom right;
}

.gl-wrapper_narrow-container.help-page .item_agreement ul {
    padding: 0 0 10px 20px;
}

/* sitemap */
.sitemap-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sitemap-column {
    flex: 1;
    min-width: 300px;
}

.sitemap-column h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.sitemap-column ul {
    list-style: none;
    padding-left: 0;
    gap: 5px !important;
    margin: 0 0 5px !important;
}

.sitemap-column ul ul {
    padding-top: 10px;
    padding-left: 20px;
}

.sitemap-column li {
    margin-bottom: 8px;
}

.static-sections li {
    margin-bottom: 10px;
}

/* ===== АДАПТАЦИЯ ДЛЯ ЭКРАНОВ < 992px ===== */
@media (max-width: 991px) {
    .gl-wrapper_narrow-container.help-page p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: .7em;
    }
    
    .gl-wrapper_narrow-container.help-page h2 {
        font-size: 20px;
        margin-bottom: 1em;
    }
    
    .gl-wrapper_narrow-container.help-page h3 {
        font-size: 18px;
        margin-bottom: .8em;
    }
    
    .gl-wrapper_narrow-container.help-page h4 {
        font-size: 16px;
        margin-bottom: .7em;
    }
    
    /* Списки на мобильных */
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs),
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) {
        margin: 15px 0 15px 25px;
    }
    
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs) li,
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) li {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    
    /* Списки целей на мобильных */
    .goal-list {
        margin-left: 15px;
    }
    
    .goal-list li {
        font-size: 15px;
        padding-left: 18px;
        margin-bottom: 8px;
    }
    
    .goal-list li:before {
        top: 10px;
        width: 3px;
        height: 3px;
    }
    
    /* Нумерованные списки на мобильных */
    .numbered-list {
        margin-left: 15px;
    }
    
    .numbered-list li {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    /* Карты оплаты на мобильных */
    .order_payment-card {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: .6em;
    }
    
    .order_payment-card li {
        padding: 0 .4em;
    }
    
    /* Соглашения на мобильных */
    .gl-wrapper_narrow-container.help-page .item_agreement {
        padding: 15px 0 15px 10px;
    }
    
    .gl-wrapper_narrow-container.help-page .item_agreement h3 {
        padding-top: 15px;
    }
    
    .gl-wrapper_narrow-container.help-page .item_agreement ul {
        padding: 0 0 8px 15px;
    }
    
    /* Карта сайта на мобильных */
    .sitemap-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .sitemap-column {
        min-width: 100%;
    }
    
    .sitemap-column h2 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    
    .sitemap-column ul ul {
        padding-left: 15px;
    }
    
    .sitemap-column li {
        margin-bottom: 6px;
    }
    
    .static-sections li {
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container > ul:not(.breadcrumbs),
    .gl-wrapper_narrow-container.help-page .gl-wrapper_narrow-container ul:not(.breadcrumbs) {
        margin: 12px 0 12px 20px;
    }
    
    .goal-list {
        margin-left: 10px;
    }
    
    .goal-list li {
        padding-left: 15px;
    }
    
    .numbered-list {
        margin-left: 10px;
    }
    
    .numbered-list li {
        padding-left: 18px;
    }
    
    .gl-wrapper_narrow-container.help-page .item_agreement {
        padding: 12px 0 12px 8px;
    }
}












/* охрана труда */
.workplace-safety-content .safety-section {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.workplace-safety-content .safety-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.workplace-safety-content .safety-section h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.workplace-safety-content .safety-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.workplace-safety-content .safety-goal {
    background: #f8fff8;
    border-left: 4px solid #2CA836;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
}

.workplace-safety-content .goal-title {
    font-weight: 600;
    color: #2CA836;
    margin-bottom: 15px;
    font-size: 18px;
}

.workplace-safety-content .documents-section {
    margin-top: 30px;
    padding: 20px;
    background: #f5f9ff;
    border-radius: 4px;
}

.workplace-safety-content .documents-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 18px;
}

.workplace-safety-content .documents-list {
    margin-left: 20px;
    padding-left: 0;
}

.workplace-safety-content .document-link {
    color: #2CA836;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.workplace-safety-content .document-link:hover {
    color: #269C36;
    text-decoration: underline;
}

.workplace-safety-content .safety-section img {
    width: 100%;
    border-radius: 20px;
    margin: 2em 0;
    opacity: 1;
    transition: opacity .425s;
}

.workplace-safety-content .safety-section img:hover {
    opacity: .7;
}


/* Кнопка "Наверх" */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2CA836;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(44, 168, 54, 0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    border: none;
    cursor: pointer;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top:hover {
    background: #269C36;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}



/* модуль cookie файлов */
#popup-window-content-awz_cmp_cookies {
    border-radius: 10px;
}

.awz_cookies_sett__save,
.awz_cookies_sett__save:hover {
    border-radius: 6px;
    background: #2CA836 !important;
}

.awz_cookies_sett__detail-alert {
    color: #000 !important;
}

.awz_cookies_sett__message {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em !important;
    max-width: 670px !important;
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.08);
    transition: color .3s, box-shadow .3s;
}

.awz_cookies_sett__bg1 {
    background: rgb(255, 255, 255, .85) !important;
}

@media only screen and (max-width: 530px) {
    .awz_cookies_sett__message {
        z-index: 1100!important;
        bottom: 77px!important;
    }
}




/* RESPONSIVE LAYOUTS */
@media only screen and (max-width: 1800px) {
    .gl-wrapper_sidebar {
        padding-top: 3em;
        padding-left: 2em;
        gap: 4em;
    }

    .gl-wrapper_main-content_pad {
        padding-top: 3em;
        padding-left: 7em;
    }
}

@media only screen and (max-width: 1559px) {
    .gl-wrapper_sidebar {
        padding-top: 2em;
        gap: 2em;
    }

    .gl-wrapper_main-content_pad {
        padding-top: 2em;
        padding-left: 4em;
    }

    .gl-wrapper_sources-row .item-img {
        max-width: 32%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gl-wrapper_sources-row .second-img {
        max-width: 25%;
    }

    .gl-wrapper_sources-row .third-img {
        max-width: 40%;
    }

    .gl-wrapper_visual-item {
        gap: 2em;
    }

    .gl-wrapper_visual-item p {
        margin-bottom: 0;
    }

    .gl-wrapper_visual-item .item-list {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1359px) {
    .gl-wrapper_sidebar {
        padding-left: 1em;
    }

    .gl-wrapper_mascot-components .left-column {
        padding-left: 0;
    }

    .gl-wrapper_visual-item .item-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .gl-wrapper_fourth-columns {
        grid-template-columns: 33% 33% 33%;
        gap: 1.2em 1.4%;
    }

    .gl-wrapper h1 {
        margin-bottom: .7em;
    }

    .gl-wrapper_main-content_pad {
        padding-left: 2em;
    }

    .gl-wrapper_logos-box {
        padding: 1em 1.3em;
    }

    .gl-wrapper_footer-box {
        padding-left: 1em;
    }

    .gl-wrapper_main-content_pad {
        padding-left: 1em;
    }

    .gl-wrapper_typography-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.3em;
    }

    .gl-wrapper_colors-row {
        gap: 1em;
    }

    .gl-wrapper_mascot-imgs {
        padding-top: 2.5em;
    }

    .gl-wrapper_mascot-components {
        font-size: 1.2vw;
    }

    .gl-wrapper_posm-item .item-img {
        height: 20vw;
    }
}

@media only screen and (max-width: 1024px) {
    .gl-wrapper_sidebar {
        flex: 200px 0 0;
        padding-right: 1em;
    }

    .gl-wrapper_brand-item .item-img_letters {
        padding-left: .5em;
    }

    .gl-wrapper_brand-item .item-img_mod-letters {
        padding-left: .5em;
    }

    .gl-wrapper_brand-item .item-title {
        font-size: 20px;
    }

    .gl-wrapper_sidebar-menu .title {
        font-size: 18px;
        margin-top: .7em;
        margin-bottom: 0;
    }

    .gl-wrapper_sidebar-menu {
        font-size: 16px;
    }

    .gl-wrapper_logos-row {
        gap: 1em;
    }

    .gl-wrapper_logos-list {
        grid-template-columns: 63% 35%;
    }

    .gl-wrapper_colors-container {
        gap: 2.3em;
    }

    .gl-wrapper_colors-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .gl-wrapper_logos-colors {
        display: flex;
        flex-wrap: wrap;
    }

    .gl-wrapper_logo-color {
        gap: 1.2em;
    }

    .gl-wrapper_posm-container {
        gap: 3em;
    }

    .gl-wrapper_posm-row {
        margin-bottom: 2em;
    }

    .gl-wrapper_posm-row {
        gap: 1.3em 1em;
    }

    .gl-wrapper_visual-item {
        gap: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .gl-wrapper_mobile-header {
        display: flex;
    }

    .gl-wrapper_center-container {
        padding-top: 0;
    }

    .gl-wrapper {
        padding-top: 66px;
    }

    .gl-wrapper_sidebar {
        position: fixed;
        left: 0;
        height: 100vh;
        padding: 1em;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        max-width: 400px;
        border-right: none;
        left: -100%;
        width: 100%;
        top: 0;
        transition: left .3s;
        z-index: 120;
    }

    .gl-wrapper_sidebar.is-open {
        left: 0;
    }

    .gl-wrapper_logo {
        height: 70px;
    }

    .gl-wrapper_close-btn {
        display: block;
    }

    .gl-wrapper_banner {
        min-height: 39vw;
    }

    .gl-wrapper_logos-row {
        display: flex;
        flex-direction: column;
    }

    .gl-wrapper_narrow-container {
        gap: 1.3em;
        padding: 0;
    }

    .gl-wrapper_main-content_pad {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1em;
        gap: 2em;
    }

    .gl-wrapper_footer-box {
        gap: 1.7em;
    }

    .gl-wrapper_small-container {
        gap: 2em;
    }

    .gl-wrapper_logos-unit_mod .item-logo {
        margin-left: 2em;
        margin-bottom: .2em;
        margin-top: .2em;
    }

    .gl-wrapper_small-container {
        padding-left: 0;
    }

    .gl-wrapper_large-logos {
        gap: 1em;
        margin: 0;
    }

    .gl-wrapper_typography-unit {
        margin-bottom: 1em;
    }

    .gl-wrapper_mascot-components {
        font-size: 1.8vw;
    }

    .gl-wrapper_mascot-header .item-content {
        gap: 1em;
    }

    .gl-wrapper_posm-item .item-img {
        height: 30vw;
    }

    .gl-wrapper_visual-item .item-title {
        font-size: 20px;
    }

    .gl-wrapper_visual-item .item-desc {
        padding: .5em 0;
    }

    .workplace-safety-content .safety-section h2 {
        font-size: 24px;
    }

    .workplace-safety-content .safety-section p {
        font-size: 15px;
    }

    .workplace-safety-content .safety-goal,
    .workplace-safety-content .documents-section {
        padding: 15px;
    }

    .workplace-safety-content .goal-list {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .gl-wrapper_fourth-columns {
        grid-template-columns: 49% 49%;
        gap: 1.2em 2%;
    }

    .gl-wrapper h1 {
        font-size: 22px;
    }

    .gl-wrapper_brand-item .item-img {
        height: 22vw;
    }

    .gl-wrapper_brand-item .item-img_letters {
        font-size: 20px;
    }

    .gl-wrapper_brand-item .item-title {
        font-size: 18px;
    }

    .gl-wrapper_brand-item .item-img_mod-letters {
        font-size: 20px;
    }

    .gl-wrapper_brand-item .item-desc {
        padding: .7em;
        gap: .3em;
    }

    .gl-wrapper_brand-item {
        font-size: 14px;
    }

    .gl-wrapper_main-content {
        padding-bottom: 2em;
    }

    .gl-wrapper_logos-blockquote {
        gap: 1em;
    }

    .gl-wrapper_shadow-logos {
        flex: 90px 0 0;
    }

    .gl-wrapper_footer-box {
        padding-left: 0;
    }

    .gl-wrapper_main-btn {
        font-size: 16px;
    }

    .gl-wrapper .section-title {
        font-size: 22px;
    }

    .gl-wrapper_main-content_pad p {
        font-size: 14px;
    }

    .gl-wrapper_blockquote {
        font-size: 14px;
    }

    .gl-wrapper_logos-unit {
        max-width: 100%;
    }

    .gl-wrapper_typography-column p {
        font-size: 23px;
    }

    .gl-wrapper_typography-row {
        display: flex;
        flex-direction: column;
        gap: 1.2em;
    }

    .gl-wrapper_typography-header {
        margin-bottom: 0;
    }

    .gl-wrapper_colors-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .gl-wrapper_colors-unit {
        gap: 1em;
    }

    .gl-wrapper_colors-gradient_text {
        margin-bottom: 1em;
    }

    .gl-wrapper_slogan-unit .main-slogan {
        font-size: 35px;
    }

    .gl-wrapper_slogan-unit .large-text {
        font-size: 20px;
    }

    .gl-wrapper_slogan-unit_mar {
        margin-bottom: 0;
    }

    .gl-wrapper_sources-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em .5em;
    }

    .gl-wrapper_sources-row .item-img {
        max-width: 100%;
    }

    .gl-wrapper_mascot-components .right-column {
        padding-top: 3.7%;
    }

    .gl-wrapper_mascot-header .item-content {
        flex-direction: column;
    }

    .gl-wrapper_mascot-components .item-line {
        height: 5px;
    }

    .gl-wrapper_mascot-components .item-component {
        padding-bottom: 6px;
    }

    .gl-wrapper_mascot-components .eight-line {
        width: 65%;
    }

    .gl-wrapper_mascot-imgs {
        gap: .7em;
    }

    .gl-wrapper_mascot-header .item-img {
        text-align: center;
    }

    .gl-wrapper_posm-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .gl-wrapper_posm-item .item-img {
        height: 42vw;
    }

    .gl-wrapper_posm-item {
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .gl-wrapper_examples-box {
        display: flex;
        flex-direction: column;
        gap: .25em;
    }

    .gl-wrapper_mascot-footer {
        gap: .5em;
    }

    .gl-wrapper_examples-box .center-column {
        gap: .25em;
    }

    .gl-wrapper_examples-screens {
        display: flex;
        flex-direction: column;
        gap: .25em;
    }

    .gl-wrapper_visual-item {
        flex-direction: column;
    }

    .gl-wrapper_logo-color {
        font-size: 13px;
    }
}

@media only screen and (max-width: 379px) {
    .gl-wrapper_visual-item .gl-wrapper_main-btn {
        width: 100%;
    }
}
