* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 var(--offsets)
}

html {
    font-family: var(--font-1)
}

body {
    background: var(--site-bg);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body[data-scroll=no-scroll] {
    height: 100%;
    overflow: hidden;
    position: relative
}

body:has(.loco-header):not(:has(.loco-heroscreen)) main {
    margin-top: var(--header-height)
}

a {
    color: var(--links-color)
}

ol,ul {
    list-style-position: inside
}

dialog {
    border: none;
    outline: none
}

:root {
    --black: #000;
    --white: #fff;
    --grey-lighten-4: #f2f2f2;
    --grey-lighten-3: #ccc;
    --grey-lighten-2: #b3b3b3;
    --grey-lighten-1: #999;
    --grey-base: grey;
    --grey-darken-1: #666;
    --grey-darken-2: #4c4c4c;
    --grey-darken-3: #333;
    --grey-darken-4: #191919;
    --accent-lighten-4: #fffae5;
    --accent-lighten-3: #ffeb99;
    --accent-lighten-2: #ffe166;
    --accent-lighten-1: #ffd733;
    --accent-base: #fc0;
    --accent-darken-1: #cca400;
    --accent-darken-2: #997b00;
    --accent-darken-3: #665200;
    --accent-darken-4: #332900;
    --success-lighten-4: #e7feee;
    --success-lighten-3: #9ff9bd;
    --success-lighten-2: #6ef79c;
    --success-lighten-1: #3ef47b;
    --success-base: #0ef15a;
    --success-darken-1: #0bc148;
    --success-darken-2: #089136;
    --success-darken-3: #066024;
    --success-darken-4: #033012;
    --error-lighten-4: #fde9e7;
    --error-lighten-3: #f8a6a0;
    --error-lighten-2: #f47a71;
    --error-lighten-1: #f14d41;
    --error-base: #ed2012;
    --error-darken-1: #be1a0e;
    --error-darken-2: #8e140b;
    --error-darken-3: #5f0d07;
    --error-darken-4: #3007042;
    --site-bg: #fff;
    --button-color: red;
    --button-hover-color: green;
    --button-bg: #fc0;
    --button-hover-bg: #cca400;
    --secondary-button-color: blue;
    --secondary-button-hover-color: green;
    --secondary-button-bg: #000;
    --secondary-button-hover-bg: #333;
    --button-radius: 8px;
    --links-color: #fc0;
    --button-disable-bg: hsla(0,0%,52%,.49);
    --button-disable-color: #d5d5d5;
    --theme-color: #fc0;
    --theme-secondary-color: #f2f2f2;
    --card-bg: #f2f2f2;
    --card-text: #000;
    --card-text-secondary: #666;
    --text-main: #000;
    --text-secondary: #666;
    --line-main: #fc0;
    --line-secondary: #ccc;
    --contrast-color: #000;
    --contrast-bg: #fc0;
    --gradient-color-1: #d73915;
    --gradient-color-2: #e5bd1d;
    --gradient-color-3: #f5e397aa;
    --gradient2-color-1: color-mix(in srgb,var(--gradient-color-1) 40%,#fff);
    --gradient2-color-2: color-mix(in srgb,var(--gradient-color-2) 40%,#fff);
    --gradient2-color-3: color-mix(in srgb,var(--gradient-color-3) 40%,#fff);
    --gradient-hover-color-1: color-mix(in srgb,var(--gradient-color-1) 80%,#fff);
    --gradient-hover-color-2: color-mix(in srgb,var(--gradient-color-2) 80%,#fff);
    --gradient-hover-color-3: color-mix(in srgb,var(--gradient-color-3) 80%,#fff);
    --heroscreen-button-bg: #fc0;
    --heroscreen-button-bg-hover: #cca400;
    --heroscreen-button-color: #000;
    --heroscreen-button-color-hover: #000;
    --heroscreen-button-radius: 8px;
    --heroscreen-block-bg: #f2f2f2;
    --heroscreen-breadcrumbs-color: #666;
    --heroscreen-breadcrumbs-active-color: #000;
    --heroscreen-main-color: #000;
    --heroscreen-secondary-color: #666;
    --heroscreen-links-color: #fff;
    --heroscreen-bonus-color: #000;
    --header-bg: #fff;
    --header-button-bg: #fc0;
    --header-button-bg-hover: #cca400;
    --header-button-color: #000;
    --header-button-color-hover: #fff;
    --header-button-radius: 8px;
    --header-button-secondary-bg: #000;
    --header-button-secondary-bg-hover: #191919;
    --header-button-secondary-color: #fff;
    --header-button-secondary-color-hover: #fff;
    --header-button-secondary-radius: 8px;
    --header-text: #000;
    --header-text-hover: #000;
    --footer-bg: #f2f2f2;
    --footer-text-main: #000;
    --footer-text-secondary: #666;
    --footer-button-main-bg: #fc0;
    --footer-button-main-bg-hover: #cca400;
    --footer-button-main-color: #000;
    --footer-button-main-color-hover: #000;
    --footer-button-radius: 8px;
    --footer-button-secondary-bg: #000;
    --footer-button-secondary-bg-hover: #000;
    --footer-button-secondary-color: #fff;
    --footer-button-secondary-color-hover: red;
    --h-menu-burger: #000;
    --h-menu-burger-hover: #000;
    --h-menu-item-text: #000;
    --h-menu-item-text-hover: #000;
    --h-menu-item-bg: #fff;
    --h-menu-item-bg-hover: #fc0;
    --h-menu-divider: #ccc;
    --h-menu-back-text: #000;
    --h-menu-back-text-hover: #000;
    --h-menu-back-bg: #000;
    --h-menu-back-bg-hover: #000;
    --h-menu-back-border: #000;
    --h-menu-back-border-hover: #000;
    --h-menu-s-item-text: #000;
    --h-menu-s-item-text-hover: #000;
    --h-menu-s-item-bg: #fff;
    --h-menu-s-item-bg-hover: #f2f2f2;
    --thead-bg: #000;
    --thead-text: #fff;
    --thead-border: #fff;
    --trow-bg: #f9f9f9;
    --trow-text: #000;
    --trow-border: #f2f2f2;
    --trow-secondary-bg: #f2f2f2;
    --trow-secondary-text: #000;
    --c-field-bg: #fff;
    --c-field-border: #ccc;
    --c-field-border-focus: #fc0;
    --c-field-text: #000;
    --c-field-placeholder: #ccc;
    --offsets: 64px;
    --font-1: "Inter",sans-serif;
    --font-2: "Inter",sans-serif;
    --check-icon: "";
    --cross-icon: ""
}

.text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: var(--text-secondary);
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px
}

.text-block_center {
    text-align: center
}

.text-block p {
    width: 100%
}

.latter-page-update,.text-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.latter-page-update {
    color: var(--text-secondary);
    padding: 16px 0
}

button[class="site-button "] {
    background: none;
    border: none;
    color: var(--links-color);
    font-size: 16px;
    outline: none;
    text-decoration: underline
}

.site-button {
    font-size: 16px
}

button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none
}

.video-block {
    height: auto;
    width: 100%
}

.v-form__error-message {
    display: none
}

.v-form__error-message_active {
    display: block
}

.v-form__success-block {
    display: none
}

.v-form__success-block_active {
    display: block
}

.vAll-button,.vAll-button_footer,.vAll-button_footer-secondary,.vAll-button_header,.vAll-button_header-secondary,.vAll-button_hero,.vAll-button_secondary {
    --gradient2-color-1: color-mix(in srgb,var(--gradient-color-1) 40%,#fff);
    --gradient2-color-2: color-mix(in srgb,var(--gradient-color-2) 40%,#fff);
    --gradient2-color-3: color-mix(in srgb,var(--gradient-color-3) 40%,#fff);
    --gradient-hover-color-1: color-mix(in srgb,var(--gradient-color-1) 80%,#fff);
    --gradient-hover-color-2: color-mix(in srgb,var(--gradient-color-2) 80%,#fff);
    --gradient-hover-color-3: color-mix(in srgb,var(--gradient-color-3) 80%,#fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--button-radius);
    gap: 8px;
    overflow: hidden;
    padding: 12px 48px;
    position: relative;
    width: 100%
}

.vAll-button:disabled,.vAll-button_footer-secondary:disabled,.vAll-button_footer:disabled,.vAll-button_header-secondary:disabled,.vAll-button_header:disabled,.vAll-button_hero:disabled,.vAll-button_secondary:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.vAll-button:has(svg) svg,.vAll-button_footer-secondary:has(svg) svg,.vAll-button_footer:has(svg) svg,.vAll-button_header-secondary:has(svg) svg,.vAll-button_header:has(svg) svg,.vAll-button_hero:has(svg) svg,.vAll-button_secondary:has(svg) svg {
    color: inherit;
    height: 20px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vAll-button_hero {
    --button-color: var(--heroscreen-button-color);
    --button-hover-color: var(--heroscreen-button-color-hover);
    --button-bg: var(--heroscreen-button-bg);
    --button-hover-bg: var(--heroscreen-button-bg-hover);
    --button-radius: var(--heroscreen-button-radius)
}

.vAll-button_header {
    --button-color: var(--header-button-color);
    --button-hover-color: var(--header-button-color-hover);
    --button-bg: var(--header-button-bg);
    --button-hover-bg: var(--header-button-bg-hover);
    --button-radius: var(--header-button-radius)
}

.vAll-button_header-secondary {
    --button-color: var(--header-button-secondary-color);
    --button-hover-color: var(--header-button-secondary-color-hover);
    --button-bg: var(--header-button-secondary-bg);
    --button-hover-bg: var(--header-button-secondary-bg-hover);
    --button-radius: var(--header-button-secondary-radius)
}

.vAll-button_footer {
    --button-color: var(--footer-button-main-color);
    --button-hover-color: var(--footer-button-main-color-hover);
    --button-bg: var(--footer-button-main-bg);
    --button-hover-bg: var(--footer-button-main-bg-hover);
    --button-radius: var(--footer-button-radius)
}

.vAll-button_footer-secondary {
    --button-color: var(--footer-button-secondary-color);
    --button-hover-color: var(--footer-button-secondary-color-hover);
    --button-bg: var(--footer-button-secondary-bg);
    --button-hover-bg: var(--footer-button-secondary-bg-hover);
    --button-radius: var(--footer-button-radius)
}

.author-container>:not(:first-child) {
    margin-top: 48px
}

@font-face {
    font-display: swap;
    font-family: latter-icons;
    font-style: normal;
    font-weight: 400;
    src: url(https://locowinn.org/wp-content/fonts/latter-icons.woff2) format("woff2"),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJmb250ZWxsbyIgaG9yaXotYWR2LXg9IjEwMDAiPjxmb250LWZhY2UgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIGZvbnQtZmFtaWx5PSJmb250ZWxsbyIgZm9udC13ZWlnaHQ9IjQwMCIvPjxnbHlwaCBkPSJNNzI5IDQ1NHE0NCAwIDc0LTMxdDMxLTczLTMxLTczLTc0LTMwbC0yMDggM1YzOHEwLTQzLTMwLTczdC03NS0zMS03MyAzMS0zMCA3M2wzIDIxMi0yMTItM3EtNDQgMC03NCAzMFQwIDM1MHQzMCA3MyA3NCAzMWgyMTJsLTMgMjA5cTAgNDIgMzAgNzN0NzMgMzEgNzUtMzEgMzAtNzNWNDU0eiIgZ2x5cGgtbmFtZT0icGx1cyIgaG9yaXotYWR2LXg9IjgzNCIgdW5pY29kZT0i7qCAIi8+PGdseXBoIGQ9Ik03MjkgNDU1cTQ0IDAgNzQtMzJ0MzEtNzMtMzEtNzQtNzQtMzBIMTA0cS00NCAwLTc0IDMwVDAgMzUwcTAgNDMgMzEgNzR0NzMgMzF6IiBnbHlwaC1uYW1lPSJtaW51cyIgaG9yaXotYWR2LXg9IjgzNCIgdW5pY29kZT0i7qCBIi8+PGdseXBoIGQ9Ik0yNDkgMHEtMzQgMC01NiAyOEwxMyAyNjRxLTE2IDI0LTEyIDUydDI2IDQ2IDUxIDE0IDQ3LTI4bDExOC0xNTQgMjk2IDQ3NHExNiAyNCA0MyAzMHQ1My04cTI0LTE2IDMwLTQzdC04LTUzTDMwNyAzNFEyODcgMiAyNTEgMnoiIGdseXBoLW5hbWU9ImNoZWNrIiBob3Jpei1hZHYteD0iNjY3IiB1bmljb2RlPSLuoIIiLz48Z2x5cGggZD0iTTAgMzM5cTAtMzUgMjQtNjBMMjcwIDQwcTI0LTI1IDYwLTI1dDYwIDI1bDUwNSA0OTVxMjUgMjQgMjUgNTl0LTI1IDU4cS0yNSAyNS02MCAyNXQtNjAtMjVMMzMwIDIxNyAxNDUgMzk4cS0yNSAyNC02MCAyNHQtNjEtMjRRMCAzNzQgMCAzMzkiIGdseXBoLW5hbWU9Im9rIiBob3Jpei1hZHYteD0iOTIwLjQiIHVuaWNvZGU9Iu6ggyIvPjxnbHlwaCBkPSJNNDUyIDE5NHExOC0xOCAxOC00M3QtMTgtNDNxLTE4LTE2LTQzLTE2dC00MyAxNkwyMzQgMjYwIDEwMiAxMDhRODQgOTIgNTkgOTJ0LTQzIDE2UTAgMTI2IDAgMTUxdDE2IDQzbDEzOCAxNTZMMTYgNTA4UTAgNTI2IDAgNTUxdDE2IDQzcTE4IDE2IDQzIDE2dDQzLTE2bDEzMi0xNTIgMTMyIDE1MnExOCAxNiA0MyAxNnQ0My0xNnExOC0xOCAxOC00M3QtMTgtNDNMMzE0IDM1MHoiIGdseXBoLW5hbWU9ImNhbmNlbCIgaG9yaXotYWR2LXg9IjQ3MCIgdW5pY29kZT0i7qCEIi8+PGdseXBoIGQ9Ik0yOTcgNDk4cTY5IDE1MiAxMTQgMjUyIDYgMTUgMjQgMTV0MjMtMTVsMTE0LTI1MnExNjQtMTggMjc0LTMwIDE1LTMgMjEtMTh0LTYtMjdMNjU3IDIzNnEzMy0xNjEgNTUtMjcwIDMtMTUtMTAtMjV0LTI3LTJMNDM1IDc1UTI5MS02IDE5NS02MXEtMTUtOS0yOCAydC0xMSAyNWw1NiAyNzBROTAgMzQ4IDggNDIzcS0xMiAxMS02IDI2dDIxIDE5eiIgZ2x5cGgtbmFtZT0ic3RhciIgaG9yaXotYWR2LXg9Ijg2OSIgdW5pY29kZT0i7qCFIi8+PGdseXBoIGQ9Ik02MzYgMjUwIDc0NC05NyA0NjQgMTE5IDE4Ni05N2wxMDggMzQ4TDE4IDQ2MmgzMzVsMTExIDMzNSAxMTItMzM1aDMzNXoiIGdseXBoLW5hbWU9InN0YXItMiIgaG9yaXotYWR2LXg9IjkyOCIgdW5pY29kZT0i7qCGIi8+PGdseXBoIGQ9Ik0wIDM1MHEwIDIwNyAxNDcgMzU0dDM1MyAxNDYgMzU0LTE0NiAxNDYtMzU0VDg1NC00IDUwMC0xNTAgMTQ3LTQgMCAzNTBtMTYwIDgyIDIwNS0xNTYtODAtMjQ2IDIxMSAxNDhMNzA1IDI2bC03NCAyNDYgMjA5IDE1Mi0yNTggNC03OCAyNDYtODYtMjQyeiIgZ2x5cGgtbmFtZT0ic3Rhci1jaXJjbGVkIiBob3Jpei1hZHYteD0iMTAwMCIgdW5pY29kZT0i7qCHIi8+PGdseXBoIGQ9Ik0wIDUzM3EwIDI1IDE4IDQzdDQ0IDE4IDQyLTE4bDMwNS0zMDMgMzA0IDMwM3ExOCAxOCA0MyAxOHQ0My0xOCAxOC00My0xOC00M0w0MDkgOTkgMTggNDkwUTAgNTA5IDAgNTMzIiBnbHlwaC1uYW1lPSJkb3duLW9wZW4iIGhvcml6LWFkdi14PSI4MTcuNCIgdW5pY29kZT0i74CEIi8+PC9mb250PjwvZGVmcz48L3N2Zz4=#fontello) format("svg")
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: latter-icons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    font-variant: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-plus:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-cancel:before {
    content: ""
}

.icon-down-open:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-2:before {
    content: ""
}

.icon-star-circled:before {
    content: ""
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(https://locowinn.org/wp-content/fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(https://locowinn.org/wp-content/fonts/Inter-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(https://locowinn.org/wp-content/fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(https://locowinn.org/wp-content/fonts/Inter-Bold.woff2) format("woff2")
}

.section__title {
    color: var(--text-main);
    font-size: 30px;
    font-weight: 600;
    line-height: 130%;
    width: 100%
}

h1.section__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 120%
}

h2.section__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 130%
}

h3.section__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%
}

h4.section__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

h5.section__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%
}

h6.section__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.horizontal-wrapper {
    overflow: auto;
    width: 100%
}

.horizontal-wrapper::-webkit-scrollbar {
    background-color: var(--line-secondary);
    border-radius: 6px;
    height: 4px;
    width: 4px
}

.horizontal-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--line-main);
    border-radius: 6px;
    cursor: pointer
}

.vAll-app-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-secondary);
    gap: 16px
}

.vAll-app-links__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.vAll-app-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.vAll-app-links__item {
    display: block;
    height: 24px;
    width: 24px
}

.vAll-app-links__item svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

nav.langs-subdir-nav>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 12px;
    list-style: none
}

nav.langs-subdir-nav>ul,nav.langs-subdir-nav>ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

nav.langs-subdir-nav>ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

nav.langs-subdir-nav>ul li:before {
    content: none!important
}

nav.langs-subdir-nav>ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

nav.langs-subdir-nav>ul li a img {
    height: auto;
    width: 32px
}

.loco-post-card {
    height: 274px;
    position: relative;
    width: 100%
}

.loco-post-card__header-bg {
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.loco-post-card__header-bg img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-post-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--card-bg);
    border-radius: 0 16px 16px 16px;
    bottom: -103px;
    color: var(--card-text);
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 16px;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: calc(100% - 40px);
    z-index: 1
}

.loco-post-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.loco-post-card__description,.loco-post-card__title {
    display: -webkit-box;
    line-height: 150%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.loco-post-card__description {
    color: var(--card-text-secondary);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px
}

.loco-post-card__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
    gap: 4px;
    margin-top: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.loco-post-card__button svg {
    height: 20px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-post-card__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.loco-features {
    gap: 16px
}

.loco-features,.loco-features__cons,.loco-features__pros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.loco-features__cons,.loco-features__pros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: var(--card-text);
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 2px
}

.loco-features__cons-header,.loco-features__pros-header {
    background: var(--card-bg);
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding: 12px;
    text-align: center;
    text-transform: uppercase
}

.loco-features__pros-header {
    border: 1px solid var(--success-darken-1)
}

.loco-features__cons-header {
    border: 1px solid var(--error-base)
}

.loco-features__cons-list,.loco-features__pros-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--card-bg);
    border-radius: 16px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px;
    list-style: none;
    padding: 16px
}

.loco-features__cons-item,.loco-features__pros-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
    line-height: 150%
}

.loco-features__cons-item:before,.loco-features__pros-item:before {
    border-radius: 50%;
    font-family: latter-icons;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    top: 3px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-features__pros-item:before {
    color: var(--success-darken-1);
    content: var(--check-icon)
}

.loco-features__cons-item:before {
    color: var(--error-base);
    content: var(--cross-icon);
    font-size: 22px;
    font-weight: 100
}

.loco-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-main);
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-rating__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.loco-rating__title {
    display: none
}

.loco-rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    --percent: calc(20%*var(--rating, 5));
    background: -webkit-gradient(linear,left top,right top,from(var(--accent-lighten-1)),to(var(--grey-lighten-3)));
    background: linear-gradient(90deg,var(--accent-lighten-1) var(--percent),var(--grey-lighten-3) var(--percent));
    -webkit-background-clip: text;
    background-clip: text
}

.loco-rating__stars i {
    -webkit-text-fill-color: transparent;
    height: auto;
    width: 20.8px
}

.loco-rating__stars i:before {
    font-size: 20.8px;
    height: 20.8px;
    width: 20.8px
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes shakeStronger {
    0% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    to {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }
}

@keyframes shakeStronger {
    0% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    to {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }
}

@-webkit-keyframes shakeWithPause {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    16.66% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    33.33% {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }

    50% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    66.66% {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }

    83.33% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes shakeWithPause {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    16.66% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    33.33% {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }

    50% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    66.66% {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }

    83.33% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes shakeWithPauseStronger {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    40% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes shakeWithPauseStronger {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    40% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulseStronger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulseStronger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes flipX {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    40% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    60% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes flipX {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    40% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    60% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes shine {
    0% {
        left: -75%
    }

    to {
        left: 125%
    }
}

@keyframes shine {
    0% {
        left: -75%
    }

    to {
        left: 125%
    }
}

@-webkit-keyframes shakeUpDown {
    0%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@keyframes shakeUpDown {
    0%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@-webkit-keyframes pulseBonus {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulseBonus {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes floatButton {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    90% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floatButton {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    90% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes paddingBounce {
    0% {
        padding-bottom: 8px
    }

    50% {
        padding-bottom: 16px
    }

    to {
        padding-bottom: 8px
    }
}

@keyframes paddingBounce {
    0% {
        padding-bottom: 8px
    }

    50% {
        padding-bottom: 16px
    }

    to {
        padding-bottom: 8px
    }
}

@-webkit-keyframes bounce {
    0%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    6% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    12% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    18% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    24% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    30% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    36% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    43% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    6% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    12% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    18% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    24% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    30% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    36% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    43% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jittery {
    5%,50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(.97);
        transform: scale(.97)
    }

    15% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    20% {
        -webkit-transform: scale(1.03) rotate(-3deg);
        transform: scale(1.03) rotate(-3deg)
    }

    25% {
        -webkit-transform: scale(1.03) rotate(3deg);
        transform: scale(1.03) rotate(3deg)
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg);
        transform: scale(1.03) rotate(-2deg)
    }

    35% {
        -webkit-transform: scale(1.03) rotate(1deg);
        transform: scale(1.03) rotate(1deg)
    }

    40% {
        -webkit-transform: scale(1.03) rotate(0);
        transform: scale(1.03) rotate(0)
    }
}

@keyframes jittery {
    5%,50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(.97);
        transform: scale(.97)
    }

    15% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    20% {
        -webkit-transform: scale(1.03) rotate(-3deg);
        transform: scale(1.03) rotate(-3deg)
    }

    25% {
        -webkit-transform: scale(1.03) rotate(3deg);
        transform: scale(1.03) rotate(3deg)
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg);
        transform: scale(1.03) rotate(-2deg)
    }

    35% {
        -webkit-transform: scale(1.03) rotate(1deg);
        transform: scale(1.03) rotate(1deg)
    }

    40% {
        -webkit-transform: scale(1.03) rotate(0);
        transform: scale(1.03) rotate(0)
    }
}

.loco-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite;
    background: var(--contrast-bg);
    border-radius: 16px;
    gap: 20px;
    padding: 16px;
    width: 100%
}

.loco-bonus:has(.loco-promocode) {
    grid-template-columns: 1fr 1fr
}

.loco-bonus:has(.loco-promocode) .loco-bonus__value-title {
    color: var(--heroscreen-main-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.loco-bonus:has(.loco-promocode) .loco-bonus__value-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: start
}

.loco-bonus:has(.loco-promocode) .loco-bonus__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 2px
}

.loco-bonus:has(.loco-promocode) .loco-bonus__info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.loco-bonus:has(.loco-promocode) .loco-bonus__ico {
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    padding: 16px;
    width: 60px;
    -ms-flex-negative: 0;
    background: var(--contrast-bg);
    color: var(--contrast-color);
    flex-shrink: 0
}

.loco-bonus:has(>:only-child) {
    grid-template-columns: 1fr
}

.loco-bonus__content {
    display: contents
}

.loco-bonus__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%
}

.loco-bonus__ico {
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    color: var(--contrast-color);
    flex-shrink: 0
}

.loco-bonus__ico svg {
    height: 100%;
    width: 100%
}

.loco-bonus__value {
    color: var(--contrast-color);
    display: contents
}

.loco-bonus__value-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-bonus__value-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    width: 100%
}

.loco-bonus__promocode {
    display: contents
}

.loco-bonus__promocode_active {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.loco-bonus__promocode_no-promo {
    background-color: var(--button-disable-bg);
    color: var(--button-disable-color)
}

.loco-bonus__promocode-wrapper {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr
}

@container promocode-wrapper (max-width: 450px) {
    .loco-bonus__promocode-wrapper {
        grid-template-columns: 1fr
    }
}

.loco-bonus__promocode-wrapper:has(>:only-child) {
    grid-template-columns: 1fr
}

.loco-bonus__link {
    width: 100%
}

.loco-bonus:has(.loco-bonus__link) {
    gap: 12px
}

.loco-bonus:has(.loco-bonus__link) .loco-bonus__promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.loco-promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid var(--button-bg);
    border-radius: var(--button-radius);
    gap: 16px;
    height: 50px;
    justify-content: space-between;
    padding: 2px;
    width: 100%
}

.loco-promocode:has(.vAll-promocode__btn_copied) .loco-promocode__copied {
    display: inline-block
}

.loco-promocode:has(.vAll-promocode__btn_copied) svg {
    display: none
}

.loco-promocode:has(.vAll-promocode__btn_copied) .loco-promocode__value {
    position: relative
}

.loco-promocode:has(.vAll-promocode__btn_copied) .loco-promocode__value:after {
    color: var(--text-main);
    content: var(--check-icon);
    display: inline-block;
    font-family: latter-icons;
    font-size: 14px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.loco-promocode:has(.vAll-promocode__value_copied) .loco-promocode__value {
    padding-right: 24px
}

.loco-promocode__wrapper {
    display: contents
}

.loco-promocode__value {
    -webkit-box-flex: 1;
    color: var(--heroscreen-main-color);
    -ms-flex: 1;
    flex: 1;
    padding: 12px 0 12px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0
}

.loco-promocode__btn,.loco-promocode__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    overflow: hidden
}

.loco-promocode__btn {
    background-color: var(--button-bg);
    border-radius: 0 var(--button-radius) var(--button-radius) 0;
    color: var(--button-color);
    font-family: var(--font-2);
    height: 50px;
    left: 3px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -3px;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-promocode__btn:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.loco-promocode__btn[type=submit]:not(:disabled) {
    color: var(--button-color)!important
}

.loco-promocode__btn svg {
    height: 16px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1
}

.loco-promocode__btn span {
    z-index: 1
}

.loco-promocode__btn-text {
    color: var(--button-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.loco-promocode__btn-text_copied {
    display: none
}

.loco-calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--card-bg);
    border: 1px solid var(--line-main);
    border-radius: 16px;
    color: var(--card-text);
    container-type: inline-size;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px;
    max-width: 516px;
    padding: 16px;
    width: 100%
}

.loco-calculator,.loco-calculator__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loco-calculator__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.loco-calculator__heading-icon {
    background: var(--contrast-bg);
    border-radius: 50%;
    color: var(--contrast-color);
    height: 60px;
    padding: 15px;
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-calculator__heading-icon svg {
    height: 100%;
    width: 100%
}

.loco-calculator__heading-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.loco-calculator__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.loco-calculator__values svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.loco-calculator__values-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4px;
    width: 100%
}

.loco-calculator__values-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-calculator__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    gap: 10px;
    width: 100%;
    -webkit-box-flex: 1;
    border: 1px solid var(--line-secondary);
    border-radius: var(--button-radius);
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 16px
}

.loco-calculator__field:has(input:not(:-moz-placeholder-shown)) {
    border-color: var(--line-main)
}

.loco-calculator__field:has(input:not(:-ms-input-placeholder)) {
    border-color: var(--line-main)
}

.loco-calculator__field:has(input:focus),.loco-calculator__field:has(input:not(:placeholder-shown)) {
    border-color: var(--line-main)
}

.loco-calculator__field-input {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-box-flex: 1;
    background: transparent;
    border: none;
    color: var(--card-text);
    -ms-flex: 1;
    flex: 1;
    outline: none
}

.loco-calculator__field-input::-webkit-input-placeholder {
    color: var(--card-text-secondary)
}

.loco-calculator__field-input::-moz-placeholder {
    color: var(--card-text-secondary)
}

.loco-calculator__field-input:-ms-input-placeholder {
    color: var(--card-text-secondary)
}

.loco-calculator__field-input::-ms-input-placeholder {
    color: var(--card-text-secondary)
}

.loco-calculator__field-input::placeholder {
    color: var(--card-text-secondary)
}

.loco-calculator__field-input:focus::-webkit-input-placeholder {
    opacity: 0
}

.loco-calculator__field-input:focus::-moz-placeholder {
    opacity: 0
}

.loco-calculator__field-input:focus:-ms-input-placeholder {
    opacity: 0
}

.loco-calculator__field-input:focus::-ms-input-placeholder {
    opacity: 0
}

.loco-calculator__field-input:focus::placeholder {
    opacity: 0
}

.loco-calculator__field-currency {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-calculator__coef {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-calculator__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--line-secondary);
    gap: 8px;
    padding-top: 16px
}

.loco-calculator__result-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-calculator__result-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: right
}

.loco-calculator__link {
    width: 100%!important
}

.loco-breadcrumbs {
    color: var(--heroscreen-breadcrumbs-color);
    padding-left: 24px
}

.loco-breadcrumbs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none
}

.loco-breadcrumbs__item:not(:last-child),.loco-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.loco-breadcrumbs__item:not(:last-child):after {
    content: "/";
    font-size: 20px;
    position: relative;
    text-align: center
}

.loco-breadcrumbs__item:last-child .loco-breadcrumbs__item-link {
    color: var(--heroscreen-breadcrumbs-active-color,var(--heroscreen-breadcrumbs-color))
}

.loco-breadcrumbs__item-link {
    color: var(--heroscreen-breadcrumbs-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none
}

.loco-screenshots-list {
    background: var(--card-bg);
    border-radius: 16px;
    margin-top: 20px;
    padding: 16px
}

.loco-screenshots-list__block {
    counter-reset: item;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(var(--count,5),1fr);
    grid-template-rows: repeat(1,1fr);
    margin-bottom: 12px;
    width: 100%
}

.loco-screenshots-list__block a {
    display: contents
}

.loco-screenshots-list__block:has(.loco-screenshots-list__item:nth-child(n+6)) {
    cursor: -webkit-grab;
    cursor: grab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.loco-screenshots-list__block:has(.loco-screenshots-list__item:nth-child(n+6)) .loco-screenshots-list__item {
    width: calc(20% - 9.6px)
}

.loco-screenshots-list__item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-screenshots-list__item:before {
    border-radius: 16px 16px 0 0;
    color: var(--contrast-color);
    content: counters(item,"");
    counter-increment: item;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 2px 0;
    width: 65px;
    -ms-flex-negative: 0;
    background: var(--contrast-bg);
    display: inline-block;
    flex-shrink: 0;
    text-align: center
}

.loco-screenshots-list__item img {
    border-radius: 0 16px 16px 16px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-quick-links {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px;
    width: 100%
}

.loco-quick-links,.loco-quick-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.loco-quick-links__list {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 12px
}

.loco-quick-link,.loco-quick-links__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loco-quick-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: var(--card-bg);
    border-radius: 36px;
    color: var(--card-text);
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 150%;
    min-height: 46px;
    padding: 8px 16px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-quick-link:has(.loco-quick-link__img) {
    padding: 2px 16px 2px 2px
}

.loco-quick-link__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-quick-link__img {
    background: var(--white);
    border-radius: 50%;
    height: 36px;
    margin-right: 8px;
    overflow: hidden;
    padding: 6px;
    width: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-quick-link__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.loco-quick-link__arrow {
    margin-left: auto
}

.loco-quick-link__arrow svg {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    margin-left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px
}

.loco-quick-link__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loco-brand-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--contrast-bg);
    border-radius: 36px;
    gap: 8px;
    min-width: 235px;
    padding: 8px 16px
}

.loco-brand-feature__img {
    background: var(--white);
    height: 20px;
    padding: 0 4px;
    width: 20px
}

.loco-brand-feature__img img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.loco-brand-feature__title {
    color: var(--contrast-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.loco-hero-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 24px 0
}

.loco-hero-links__item {
    color: var(--heroscreen-breadcrumbs-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    text-transform: capitalize;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.loco-to-top {
    background: var(--secondary-button-bg);
    border-radius: 50px;
    bottom: 24px;
    -webkit-box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.2);
    box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.2);
    cursor: pointer;
    display: block;
    height: 34px;
    opacity: 0;
    padding: 2px;
    position: fixed;
    right: 24px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    width: 34px;
    z-index: 10000
}

.loco-to-top_active-progress {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.loco-to-top:after,.loco-to-top:before {
    content: "↑";
    cursor: pointer;
    display: block;
    font-family: system-ui;
    font-size: 18px;
    height: 34px;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 34px
}

.loco-to-top:after {
    color: var(--secondary-button-color);
    z-index: 1
}

.loco-to-top:before {
    opacity: 0;
    z-index: 2
}

.loco-to-top svg path {
    fill: none
}

.loco-to-top svg.loco-to-top__progress-circle path {
    stroke: var(--secondary-button-color);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

ol:not([class]),ul:not([class]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px;
    list-style: none
}

ol:not([class]) li,ul:not([class]) li {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    word-break: break-word
}

ol:not([class]) li a,ul:not([class]) li a {
    word-break: break-all
}

ol:not([class]) ol,ol:not([class]) ul,ul:not([class]) ol,ul:not([class]) ul {
    margin-top: 8px;
    padding-left: 16px
}

ul:not([class]) li:before {
    color: var(--contrast-bg);
    content: var(--check-icon);
    display: inline-block;
    font-family: latter-icons;
    font-size: 10px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    width: 20px;
    -ms-flex-negative: 0;
    border: none;
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px
}

ol:not([class]) {
    counter-reset: li
}

ol:not([class]) li:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: var(--contrast-bg);
    color: var(--contrast-color);
    content: counter(li);
    counter-increment: li;
    justify-content: center;
    margin-right: 8px;
    width: 20px;
    -ms-flex-negative: 0;
    border: none;
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px
}

ol:not([class]) ol,ol:not([class]) ul {
    list-style-position: inside;
    list-style-type: lower-alpha;
    padding-left: 16px
}

ol:not([class]) ol li:before,ol:not([class]) ul li:before {
    display: none
}

.loco-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 20px
}

.loco-top-table {
    border-collapse: collapse;
    border-style: hidden;
    clip-path: inset(0 0 0 0 round 12px);
    margin-bottom: 8px;
    min-width: 500px;
    table-layout: fixed;
    width: 100%
}

.loco-top-table:has(tbody tr:first-child td:nth-child(5)),.loco-top-table:has(thead tr:first-child th:nth-child(5)) {
    min-width: unset;
    table-layout: auto
}

.loco-top-table tr:not(:has(td:nth-child(3))) td:last-child {
    text-align: right
}

.loco-top-table tr:not(:has(th:nth-child(3))) th:last-child {
    text-align: right
}

.loco-top-table tr:not(:last-child) td {
    border-bottom: 1px solid var(--trow-border)
}

.loco-top-table td {
    background: var(--trow-bg,var(--card-bg));
    color: var(--trow-secondary-text,var(--card-text-secondary));
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px
}

.loco-top-table td:first-child {
    color: var(--trow-text,var(--card-text))
}

.loco-top-table th {
    background: var(--thead-bg,var(--contrast-bg));
    border: 1px solid var(--thead-border,var(--white));
    color: var(--thead-text,var(--contrast-color));
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 16px;
    text-align: left
}

.loco-download {
    -webkit-animation: bounce 10s ease-in-out infinite;
    animation: bounce 10s ease-in-out infinite;
    bottom: 0;
    display: none;
    left: 0;
    padding: 8px 8px 0;
    position: fixed;
    width: calc(var(--vw, 1vw)*100);
    z-index: 1000
}

.loco-download__card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: var(--contrast-bg);
    border-radius: 16px;
    color: var(--contrast-color);
    gap: 12px;
    justify-content: space-between;
    padding: 2px 6px 2px 2px
}

.loco-download__card,.loco-download__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loco-download__card-content {
    gap: 8px
}

.loco-download__card-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    background: var(--white);
    border-radius: 14px;
    flex-shrink: 0;
    height: 60px;
    overflow: hidden;
    padding: 4px;
    width: 60px
}

.loco-download__card-logo img {
    border-radius: 4px;
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0 6px;
    width: 100%
}

.loco-download__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4px
}

.loco-download__card-info svg {
    height: 14px;
    width: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-download__card-info svg:first-child {
    margin-right: 2px
}

.loco-download__card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.loco-download__card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.loco-download__app-downloads {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%
}

.loco-download__app-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.loco-download__app-rating i {
    height: 12px;
    width: 12px;
    -webkit-text-fill-color: unset;
    color: inherit
}

.loco-download__app-rating i:before {
    font-size: 12px;
    height: 12px;
    width: 12px
}

.loco-download__rating-value {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%
}

.loco-download__card-divider {
    background: var(--line-secondary);
    display: inline-block;
    height: 12px;
    width: 1px
}

.loco-download__card-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--secondary-button-color);
    border-radius: 12px;
    color: var(--secondary-button-bg);
    padding: 16px
}

.loco-download__card-icon svg {
    display: block;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.loco-download__card-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loco-author {
    color: var(--text-main)
}

.loco-author__title {
    margin-bottom: 20px
}

.loco-author__card {
    gap: 12px;
    max-width: 526px;
    position: relative;
    width: 100%
}

.loco-author__card,.loco-author__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loco-author__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--card-bg);
    border-radius: 16px;
    color: var(--card-text);
    gap: 8px;
    padding: 16px
}

.loco-author__info,.loco-author__info-title {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.loco-author__info-title {
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%
}

.loco-author__description {
    color: var(--card-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-author__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loco-author__img {
    -ms-flex-negative: 0;
    border-radius: 16px;
    flex-shrink: 0;
    height: 115px;
    overflow: hidden;
    width: 115px
}

.loco-author__img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-author-about {
    color: var(--heroscreen-main-color)
}

.loco-author-about__breadcrumbs-wrapper {
    position: relative
}

.loco-author-about__breadcrumbs {
    background: var(--heroscreen-block-bg);
    padding: 20px 0
}

.loco-author-about__breadcrumbs svg {
    color: var(--heroscreen-breadcrumbs-color);
    height: 16px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 5px
}

.loco-author-about__content {
    background: var(--site-bg);
    padding: 48px 0
}

.loco-author-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loco-author-about__img {
    aspect-ratio: 1/1;
    border-radius: 16px;
    max-width: 431px;
    overflow: hidden;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-author-about__img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-author-about__info {
    background: var(--heroscreen-block-bg);
    border-radius: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: -48px;
    padding: 24px
}

.loco-author-about__name {
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px
}

.loco-author-about .text-block {
    color: var(--heroscreen-secondary-color);
    margin-bottom: 32px
}

.loco-author-about__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.loco-author-about__sm-link {
    background: var(--heroscreen-button-color);
    border-radius: 50%;
    color: var(--heroscreen-button-bg);
    height: 40px;
    padding: 8px;
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.loco-author-about__sm-link svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-posts {
    color: var(--text-main)
}

.loco-posts .section__title {
    margin-bottom: 16px
}

.loco-posts__list {
    display: grid;
    gap: 118px 16px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 20px
}

.loco-posts__more-btn {
    margin: 134px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-postss__more-btn-text {
    z-index: 1
}

.loco-404 {
    background: var(--heroscreen-block-bg);
    padding: 48px 0
}

.loco-404__wrapper {
    gap: 20px;
    margin: 0 auto;
    max-width: 806px
}

.loco-404__info,.loco-404__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loco-404__info {
    gap: 16px;
    text-align: center
}

.loco-404__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 150%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-secondary);
    font-weight: 400;
    gap: 24px;
    text-align: center;
    width: 100%;
    text-wrap-mode: nowrap;
    margin-bottom: 24px
}

.loco-404__content:after,.loco-404__content:before {
    background: var(--line-secondary);
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%
}

.loco-404__title {
    color: var(--heroscreen-main-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 120%
}

.loco-404__description {
    color: var(--heroscreen-secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-404__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-404 .loco-quick-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.loco-404 .loco-bonus {
    background: transparent;
    border: 1px solid var(--contrast-bg);
    color: var(--heroscreen-main-color)
}

.loco-404 .loco-bonus:has(.loco-bonus__link) {
    gap: 20px
}

.loco-404 .loco-bonus__ico {
    border-radius: 50%;
    height: 60px;
    padding: 16px;
    width: 60px;
    -ms-flex-negative: 0;
    background: var(--contrast-bg);
    flex-shrink: 0
}

.loco-404 .loco-bonus__info {
    gap: 12px
}

.loco-404 .loco-bonus__value-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.loco-404 .loco-bonus__value-text,.loco-404 .loco-bonus__value-title {
    color: var(--heroscreen-main-color)
}

.loco-404 .loco-promocode__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 8px;
    width: 100%
}

.loco-comments {
    color: var(--text-main)
}

.loco-comments__title {
    margin-bottom: 20px
}

.loco-comments__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px
}

.loco-comments__form-wrapper,.loco-comments__success {
    width: 100%
}

.loco-comments__success-message {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px
}

.loco-comments__success-message:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%2357CF2D' d='m8.938 11.375-1.25-1.23a.72.72 0 0 0-.521-.228.72.72 0 0 0-.521.229.73.73 0 0 0 0 1.062l1.77 1.771q.23.23.521.23a.72.72 0 0 0 .521-.23l3.896-3.896a.73.73 0 0 0 0-1.062.72.72 0 0 0-.52-.23.72.72 0 0 0-.521.23zM10 18.5a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10.5q0-1.667.625-3.115a8.06 8.06 0 0 1 4.27-4.26A7.8 7.8 0 0 1 10 2.5q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.834 18 10.5a7.8 7.8 0 0 1-.625 3.104 8.06 8.06 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18.5'/%3E%3C/svg%3E") 50%/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    width: 20px
}

.loco-comments__form {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    width: 100%
}

.loco-comments__form-error-message {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 8px
}

.loco-comments__form-error-message:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23F04D92' d='M9.996 14.5q.316 0 .535-.214a.7.7 0 0 0 .219-.532.74.74 0 0 0-.214-.535.7.7 0 0 0-.532-.219.74.74 0 0 0-.535.214.7.7 0 0 0-.219.532q0 .316.214.535t.532.219m0-3q.316 0 .535-.216a.72.72 0 0 0 .219-.534v-3.5a.73.73 0 0 0-.214-.534.72.72 0 0 0-.532-.216.73.73 0 0 0-.535.216.72.72 0 0 0-.219.534V19c0-8.037.071-7.86.214-7.716a.72.72 0 0 0 .532.216m.01 7a7.8 7.8 0 0 1-3.11-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.551A7.8 7.8 0 0 1 2 10.49q0-1.657.625-3.105a8.07 8.07 0 0 1 4.27-4.26A7.8 7.8 0 0 1 10.01 2.5a7.75 7.75 0 0 1 3.105.625q1.447.625 2.541 1.719a8.1 8.1 0 0 1 1.719 2.546A7.8 7.8 0 0 1 18 10.494a7.8 7.8 0 0 1-.625 3.11 8.1 8.1 0 0 1-1.719 2.552 8.1 8.1 0 0 1-2.546 1.719 7.8 7.8 0 0 1-3.104.625'/%3E%3C/svg%3E") 50%/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    width: 20px
}

.loco-comments__form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 8px;
    width: 100%
}

.loco-comments__form-item.vAll-comments__form-item_invalid .loco-comments__form-input,.loco-comments__form-item.vAll-comments__form-item_invalid .loco-comments__form-textarea {
    background: var(--error-lighten-4);
    border-color: var(--error-base)!important;
    color: var(--error-base)!important
}

.loco-comments__form-item.vAll-comments__form-item_invalid .loco-comments__form-error {
    display: block
}

.loco-comments__form-error {
    color: var(--text-secondary);
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.loco-comments__form-error:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Ccircle cx='8' cy='8' r='6.667' fill='%23fff'/%3E%3Cpath fill='%23FF346D' d='M8 11.334a.65.65 0 0 0 .475-.192.65.65 0 0 0 .192-.475.65.65 0 0 0-.192-.475A.65.65 0 0 0 8 10a.65.65 0 0 0-.475.192.65.65 0 0 0-.192.475q0 .283.192.475a.65.65 0 0 0 .475.192m0-2.667a.65.65 0 0 0 .475-.192A.65.65 0 0 0 8.667 8V5.334a.65.65 0 0 0-.192-.475A.65.65 0 0 0 8 4.667a.65.65 0 0 0-.475.192.65.65 0 0 0-.192.474V8q0 .283.192.475A.65.65 0 0 0 8 8.667m0 6a6.5 6.5 0 0 1-2.6-.525 6.7 6.7 0 0 1-2.117-1.425A6.7 6.7 0 0 1 1.858 10.6 6.5 6.5 0 0 1 1.333 8q0-1.383.525-2.6a6.7 6.7 0 0 1 1.425-2.117q.9-.9 2.117-1.424A6.5 6.5 0 0 1 8 1.333q1.383 0 2.6.526 1.217.525 2.117 1.425T14.142 5.4t.525 2.6-.525 2.6a6.7 6.7 0 0 1-1.425 2.117q-.9.9-2.117 1.425a6.5 6.5 0 0 1-2.6.525'/%3E%3C/g%3E%3C/svg%3E") 50%/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    width: 20px
}

.loco-comments .v-form__error-message_active {
    margin-right: auto
}

.loco-comments__form-input,.loco-comments__form-textarea {
    background-color: var(--c-field-bg);
    border: 1px solid var(--c-field-border);
    border-radius: 16px;
    color: var(--c-field-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    outline: none;
    padding: 12px 16px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 100%
}

.loco-comments__form-input::-webkit-input-placeholder,.loco-comments__form-textarea::-webkit-input-placeholder {
    color: var(--c-field-placeholder);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-comments__form-input::-moz-placeholder,.loco-comments__form-textarea::-moz-placeholder {
    color: var(--c-field-placeholder);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-comments__form-input:-ms-input-placeholder,.loco-comments__form-textarea:-ms-input-placeholder {
    color: var(--c-field-placeholder);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-comments__form-input::-ms-input-placeholder,.loco-comments__form-textarea::-ms-input-placeholder {
    color: var(--c-field-placeholder);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-comments__form-input::placeholder,.loco-comments__form-textarea::placeholder {
    color: var(--c-field-placeholder);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-comments__form-input:active,.loco-comments__form-input:focus,.loco-comments__form-textarea:active,.loco-comments__form-textarea:focus {
    border-color: var(--c-field-border-focus)
}

.loco-comments__form-input:active::-webkit-input-placeholder,.loco-comments__form-input:focus::-webkit-input-placeholder,.loco-comments__form-textarea:active::-webkit-input-placeholder,.loco-comments__form-textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.loco-comments__form-input:active::-moz-placeholder,.loco-comments__form-input:focus::-moz-placeholder,.loco-comments__form-textarea:active::-moz-placeholder,.loco-comments__form-textarea:focus::-moz-placeholder {
    color: transparent
}

.loco-comments__form-input:active:-ms-input-placeholder,.loco-comments__form-input:focus:-ms-input-placeholder,.loco-comments__form-textarea:active:-ms-input-placeholder,.loco-comments__form-textarea:focus:-ms-input-placeholder {
    color: transparent
}

.loco-comments__form-input:active::-ms-input-placeholder,.loco-comments__form-input:focus::-ms-input-placeholder,.loco-comments__form-textarea:active::-ms-input-placeholder,.loco-comments__form-textarea:focus::-ms-input-placeholder {
    color: transparent
}

.loco-comments__form-input:active::placeholder,.loco-comments__form-input:focus::placeholder,.loco-comments__form-textarea:active::placeholder,.loco-comments__form-textarea:focus::placeholder {
    color: transparent
}

.loco-comments__form-textarea {
    border-radius: 16px;
    font-family: Arial,sans-serif;
    resize: none
}

.loco-comments .vAll-button {
    background-color: var(--button-bg);
    border-radius: var(--button-radius);
    color: var(--button-color);
    font-family: var(--font-2);
    height: 50px;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.loco-comments .vAll-button:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.loco-comments .vAll-button[type=submit]:not(:disabled) {
    color: var(--button-color)!important
}

.loco-comments__form-button,.loco-comments__form-button_validate {
    min-width: 225px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-comments__form-button_validate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--success-darken-1)!important;
    color: var(--white)!important;
    gap: 8px
}

.loco-comments__list {
    gap: 16px;
    width: 100%
}

.loco-comment,.loco-comments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.loco-comment {
    color: var(--card-text);
    gap: 12px
}

.loco-comment_answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    padding-left: 32px
}

.loco-comment_answer .loco-comment__avatar {
    height: 70px;
    width: 70px
}

.loco-comment_answer .loco-comment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--card-bg);
    border-radius: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 16px
}

.loco-comment__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    width: 100%
}

.loco-comment__avatar,.loco-comment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loco-comment__avatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    width: 80px;
    -ms-flex-negative: 0;
    background: var(--white);
    border-radius: 16px;
    flex-shrink: 0;
    overflow: hidden
}

.loco-comment__avatar img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-comment__avatar-initials {
    color: var(--contrast-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

.loco-comment__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--card-bg);
    border-radius: 16px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 12px;
    padding: 16px
}

.loco-comment__info,.loco-comment__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.loco-comment__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.loco-comment__info-author {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.loco-comment__info-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--card-text-secondary);
    font-size: 12px;
    font-weight: 400;
    gap: 4px;
    line-height: 150%;
    white-space: nowrap
}

.loco-comment__info-date svg {
    height: 18px;
    width: 18px;
    -ms-flex-negative: 0;
    color: var(--card-text-secondary);
    flex-shrink: 0
}

.loco-comment__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: var(--card-text-secondary)
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0
}

@-webkit-keyframes progress-animation {
    0% {
        --progress: 0
    }

    to {
        --progress: 100
    }
}

@keyframes progress-animation {
    0% {
        --progress: 0
    }

    to {
        --progress: 100
    }
}

@media (max-width: 1200px) {
    .loco-comments__wrapper {
        gap:32px
    }
}

@media (width <= 1024px) {
    :root {
        --offsets:14px
    }
}

@media (max-width: 1000px) {
    .loco-posts__list {
        grid-template-columns:repeat(2,1fr)
    }

    .loco-comments__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loco-comment_answer {
        padding-left: 24px
    }

    .loco-comment_answer .loco-comment__avatar {
        height: 60px;
        width: 60px
    }

    .loco-comment__avatar {
        height: 70px;
        width: 70px
    }
}

@media (max-width: 920px) {
    .loco-download {
        display:block
    }
}

@media (max-width: 800px) {
    .loco-author-about__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loco-author-about__img {
        max-height: 328px;
        max-width: 100%
    }

    .loco-author-about__info {
        margin-left: 0;
        margin-top: -48px;
        padding: 16px;
        width: calc(100% - 32px)
    }

    .loco-author-about .text-block {
        margin-bottom: 24px
    }
}

@media (max-width: 768px) {
    .text-block_center {
        text-align:left
    }

    .latter-page-update {
        padding: 8px 0
    }

    .section__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 130%
    }

    h1.section__title {
        font-size: 30px;
        font-weight: 600;
        line-height: 130%
    }

    h2.section__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 130%
    }

    h3.section__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 140%
    }

    h4.section__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%
    }

    h5.section__title {
        font-size: 17px
    }

    .vAll-app-links__item_android svg {
        color: #8bc34a
    }

    .vAll-app-links__item_apple svg {
        color: #455a64
    }

    .vAll-app-links__item_windows svg {
        color: #03a9f5
    }

    .loco-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loco-bonus:has(.loco-promocode) {
        grid-template-columns: 1fr
    }

    .loco-bonus:has(.loco-promocode) .loco-bonus__value-text {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .loco-bonus:has(.loco-promocode) .loco-bonus__value {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .loco-bonus:has(.loco-bonus__link) {
        grid-template-columns: 1fr
    }

    .loco-bonus:has(.loco-bonus__link) .loco-bonus__promocode {
        width: 100%
    }

    .loco-screenshots-list__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px
    }

    .loco-screenshots-list__block:has(.loco-screenshots-list__item:nth-child(n+6)) {
        gap: 8px
    }

    .loco-screenshots-list__block:has(.loco-screenshots-list__item:nth-child(n+6)) .loco-screenshots-list__item {
        width: 238px
    }

    .loco-screenshots-list__item {
        width: 238px
    }

    .loco-hero-links {
        gap: 20px;
        padding: 32px 0 8px
    }

    .loco-top .container {
        gap: 16px
    }

    .loco-author-about__breadcrumbs {
        padding: 12px 0
    }

    .loco-author-about__content {
        padding: 32px 0
    }

    .loco-author-about__name {
        font-size: 30px;
        font-weight: 600;
        line-height: 130%
    }

    .loco-404 {
        padding: 32px 0
    }

    .loco-404__title {
        font-size: 30px;
        font-weight: 600;
        line-height: 130%
    }

    .loco-404 .loco-quick-links__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loco-404 .loco-quick-link {
        width: 100%
    }

    .loco-comment__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 6px
    }
}

@media (width <= 768px) {
    :root {
        --offsets:14px
    }
}

@media (max-width: 700px) {
    .loco-404__wrapper {
        gap:32px
    }

    .loco-404 .loco-bonus:has(.loco-bonus__link) {
        gap: 12px
    }

    .loco-404 .loco-bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 600px) {
    .loco-quick-link {
        width:100%
    }

    .loco-posts__list {
        grid-template-columns: repeat(1,1fr)
    }
}

@media (max-width: 500px) {
    .loco-author__img {
        height:88px;
        width: 88px
    }
}

@media not all and (pointer: coarse) {
    .vAll-app-links__item_android:hover svg {
        color:#8bc34a
    }

    .vAll-app-links__item_apple:hover svg {
        color: #455a64
    }

    .vAll-app-links__item_windows:hover svg {
        color: #03a9f5
    }

    .loco-post-card:hover .loco-post-card__header-bg {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06)
    }

    .loco-post-card:hover .loco-post-card__content {
        -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.08);
        box-shadow: 0 6px 10px rgba(0,0,0,.08);
        width: 100%
    }

    .loco-post-card:hover .loco-post-card__button {
        color: var(--card-text-secondary)
    }

    .loco-bonus:hover {
        -webkit-animation: none;
        animation: none
    }

    .loco-promocode__btn:hover {
        background-color: var(--button-hover-bg);
        color: var(--button-hover-color)
    }

    .loco-promocode__btn[type=submit]:not(:disabled):hover {
        color: var(--button-hover-color)!important
    }

    .loco-quick-link:hover {
        background: var(--contrast-bg);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06);
        color: var(--contrast-color)
    }

    .loco-hero-links__item:hover {
        color: var(--heroscreen-breadcrumbs-active-color)
    }

    .loco-author__card:hover .loco-author__info {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06)
    }

    .loco-author__card:hover .loco-author__info-title {
        color: var(--card-text-secondary)
    }

    .loco-author-about__sm-link:hover {
        background: var(--heroscreen-button-bg-hover);
        color: var(--heroscreen-button-color-hover)
    }

    .loco-comments .vAll-button:hover {
        background-color: var(--button-hover-bg);
        color: var(--button-hover-color)
    }

    .loco-comments .vAll-button[type=submit]:not(:disabled):hover {
        color: var(--button-hover-color)!important
    }

    .loco-comments__form-button_validate:hover {
        background: var(--success-darken-1)!important;
        color: var(--white)!important
    }
}
