

/* Start:/local/templates/software/css/reset.css?17224757973720*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'IBM Plex Sans', sans-serif;
}

/* HTML5 display-role reset for older browsers */
body {
    -webkit-overflow-scrolling: touch;

    /*   -ms-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%; */
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

[hidden] {
    display: none;
}

a,
li,
a:active,
a:hover {
    outline: 0 !important;
}

img {
    border: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="submit"],
button,
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
}

select,
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    display: block;
    width: 100%;
    outline: none;
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-appearance: none;
}

select::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="color"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="range"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
textarea::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
    resize: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* End */


/* Start:/local/templates/software/css/slick.css?17224757971750*/
/* Slider */
.slick-slider {
    box-sizing: border-box;

    display: block;
    position: relative;

    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;

    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.slick-list {
    display: block;

    margin: 0;
    overflow: hidden;

    padding: 0;
    position: relative;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;

    margin-right: auto;
    position: relative;
    top: 0;
}

.slick-track:before,
.slick-track:after {
    content: '';

    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;

    display: block;

    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/components/veeble/cookie/templates/.default/style.css?17537172612821*/
.cookie-notification * {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

/* Cookie Notification Styles */
.cookie-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    padding: 24px;
    z-index: 1000;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    animation: slideUp 0.4s ease-out;
}

.cookie-notification .cookie-text a{
    color: #3858c9 !important;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.cookie-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    opacity: 0.7;
}

.cookie-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    padding: 0 !important;
}

.cookie-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0 0 16px 0;
    padding: 0;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cookie-button {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cookie-button.primary {
    background: #4f46e5;
    color: white;
}

.cookie-button.primary:hover {
    background: #4338ca;
    transform: translateY(-1px);
}

.cookie-button.secondary {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

.cookie-button.secondary:hover {
    background: #e5e7eb;
    color: #4b5563;
}

.cookie-button.link {
    background: none;
    color: #4f46e5;
    padding: 10px 0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-button.link:hover {
    color: #4338ca;
}

@media (max-width: 768px) {
    .cookie-notification {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 20px;
        max-width: none;
    }

    .cookie-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cookie-button {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .cookie-notification {
        left: 8px;
        right: 8px;
        bottom: 8px;
        padding: 16px;
    }

    .cookie-title {
        font-size: 15px;
    }

    .cookie-text {
        font-size: 13px;
    }

    .cookie-button {
        font-size: 13px;
        padding: 10px 16px;
    }
}
/* End */


/* Start:/local/components/cleverence/form.master.any/templates/subscribe/style.css?16956929932259*/
.inner-footer .inner-subscribe-wrap {
    margin-bottom: 50px;
}

.inner-footer .form-title {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.inner-footer .field-input {
    margin-bottom: 25px;
    position: relative;
}

.inner-footer .field-input .field-title {
    background-color: #3858c9;
    border-radius: 12px;
    bottom: -10px;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 500;
    height: 21px;
    left: 20px;
    line-height: 21px;
    max-width: 90%;
    overflow: hidden;
    padding: 0 6px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.inner-subscribe-wrap .field-input .field-title {
    background-color: #3858c9;
    border-radius: 12px;
    bottom: -10px;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 500;
    height: 21px;
    left: 20px;
    line-height: 21px;
    max-width: 90%;
    overflow: hidden;
    padding: 0 6px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.inner-subscribe-wrap .field-input_error.field-input .field-title,
.inner-subscribe-wrap .field-input_success.field-input .field-title {
    display: block;
}

.inner-subscribe-wrap .field-input_error.field-input .field-title {
    background-color: #f24052;
}

@media (min-width: 1024px) {
    .footer-main-panel .inner-subscribe-wrap {
        box-sizing: border-box;
        -ms-grid-column: 2;
        grid-column-end: 3;
        grid-column-start: 2;
        -ms-grid-row: 1;
        grid-row-end: 2;
        grid-row-start: 1;
        margin: 0 0 4.5rem 0;
        padding: 0 0 0 10px;
        width: 100%;
    }

    .footer-main-panel .form-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 27px;
    }

    .footer-main-panel .field-input {
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: 0 15px 0 0;
    }

    .footer-main-panel .field-input input {
        min-height: 57px;
    }

    .footer-main-panel .field-button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .footer-main-panel .field-button .form-button {
        height: 57px;
        padding: 0 30px;
        width: auto;
    }
}
/* End */


/* Start:/local/templates/software/components/bitrix/menu/bottom_left/style.css?1722475797673*/
.inner-footer .btn-menu {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: left;
}

.inner-footer .btn-menu:before {
    background-size: 100% auto;
    content: "";
    display: none;
    height: 18px;
    margin: -9px -9px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all ease 0.2s;
    width: 18px;
}

@media (min-width: 500px) {
    .inner-footer .btn-menu svg {
        display: none;
    }
}

@media (max-width: 500px) {
    .btn-menu_parent {
        border-bottom: 1px solid #828cae;
    }
}

/* End */


/* Start:/local/components/elements/social/templates/new/style.css?1722475797171*/
.ns-container-social__img {
    display: inline-block;
}

.ns-container-social__img + .ns-container-social__img {
    margin-left: 10px;
}

@media (max-width: 500px) {

}

/* End */


/* Start:/local/templates/software/template_styles.css?1744214394149374*/
@charset "UTF-8";

:root {
    --clr-base: #2f3035;
    --clr-title: #06195e;
    --clr-att: #2ea6e1;
    --clr-att-dark: #3858c9;
    --clr-att-second: #e97215;
    --clr-bg: #f8f8f8;
    --clr-bg-att: #3858c9;
    --clr-bg-att-light: #2ea6e1;
    --clr-bg-att-dark: #06195e;
    --clr-att-hover: #300;
    --clr-light: #e4e4e;
    --min: 375px;
    --max: 1320px;
    --paddingContainer: 25px;
    font-size: 10px;
}

.sl-wrap~.sl-wrap {
    display: none;
}

.elm-hidden {
    display: none;
}

.ft {
    font-family: 'RF Dewi', sans-serif;
}

.ft * {
    font-family: 'RF Dewi', sans-serif;
}

.fm {
    font-family: 'IBM Plex Sans', sans-serif;
}

.fm * {
    font-family: 'IBM Plex Sans', sans-serif;
}

/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
    color: var(--clr-base);
    background: #fff;
    font-size: 14px;
    line-height: 1.42857143;
}

p,
ul,
ol,
table,
blockquote,
.bq-text {
    position: relative;
    margin-bottom: 1.42857143em;
}

p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
    max-width: 100%;
}

p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
    margin-bottom: 0 !important;
}

li {
    position: relative;
}

.menu,
.list {
    margin: 0;
    padding: 0;
}

.menu li,
.list li {
    margin: 0;
    padding: 0;
}

.menu li:before,
.list li:before {
    display: none;
}

a {
    text-decoration: none;
    color: var(--clr-att);
}

a:hover {
    text-decoration: none;
    color: var(--clr-att-dark);
}

a.link-main,
.link-main {
    text-decoration: none;
    border-bottom: 1px solid;
}

.link-out {
    display: inline-block;
    position: relative;
    color: var(--clr-att-dark);
    text-decoration: underline;
    padding: 0 0 0 18px;
}

.link-out:hover {
    text-decoration: none;
    color: var(--clr-att-dark);
}

.link-out:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/arrow-out.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.link-phone {
    white-space: nowrap;
}

h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
    display: block;
    position: relative;
    font-weight: bold;
    margin: 1em 0;
    font-family: 'RF Dewi', sans-serif;
}

h1 *,
.h1-title *,
h2 *,
.h2-title *,
h3 *,
.h3-title *,
h4 *,
.h4-title *,
h5 *,
.h5-title *,
h6 *,
.h6-title * {
    font-family: 'RF Dewi', sans-serif;
}

h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
    margin-top: 0;
}

.h1-title,
h1 {
    font-size: 32px;
    line-height: 1.4;
    font-family: 'RF Dewi', sans-serif;
}

.h1-title *,
h1 * {
    font-family: 'RF Dewi', sans-serif;
}

.h2-title,
h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}

.h2-title.title-large,
h2.title-large {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}

.h3-title,
h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.text-att,
.title-att {
    color: var(--clr-att);
}

.text-light,
.title-light {
    color: var(--clr-light);
}

.text-center,
.title-center {
    text-align: center;
}

@media (max-width: 1399px) {
    :root {
        font-size: 9.5px;
    }
}

@media (max-width: 1199px) {
    :root {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    :root {
        font-size: 7px;
    }
    .inner-wrap, .page-full {
        padding-left: var(--paddingContainer);
        padding-right: var(--paddingContainer);
    }
    .breadcrumbs-box a {
        max-width: 100px !important;
    }
}

@media (min-width: 1024px) {
    :root {
        --paddingContainer: 30px;
    }

    .h1-title,
    h1 {
        font-size: 7.2rem;
    }

    .h2-title,
    h2 {
        font-size: 3.4rem;
        line-height: 1.24;
        font-weight: 600;
    }

    .h2-title.title-large,
    h2.title-large {
        font-size: 3.2rem;
    }

    .h3-title,
    h3 {
        font-size: 22px;
        line-height: 1.27;
        font-weight: bold;
    }
}

@media (min-width: 1400px) {
    :root {
        --paddingContainer: 40px;
    }
}

/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: var(--min);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

.cnt-full-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
}

.inner-wrap,
.page-full {
    position: relative;
    clear: both;
    margin: 0 auto;
    min-width: var(--min);
    max-width: var(--max);
    width: 100%;
}

.inner-wrap .inner-wrap,
.page-full .inner-wrap {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.inner-wrap .cnt-section,
.page-full .cnt-section {
    min-width: 0;
}

.page-full {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.wrap,
.header,
.nav,
.footer,
.cnt-section {
    position: relative;
    clear: both;
    min-width: var(--min);
    width: 100%;
}

.wrap {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrap>.cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav,
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    text-align: left;
}

.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
    margin: 0;
    padding: 0;
}

.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
    display: none;
}

.nav a,
.header a,
.footer a {
    text-decoration: none;
    position: relative;
    transition: all ease 0.2s;
}

.wrap-header-top .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body:not(.menu-show) .wrap-header-light .header .logo {
    filter: brightness(0) invert(1);
}

body:not(.menu-show) .wrap-header-light .popup-menu-wrap .btn-popup-toggle {
    color: #fff;
}

body:not(.menu-show) .wrap-header-light .popup-menu-wrap .btn-popup-toggle .button-ico {
    filter: brightness(0) invert(1);
}

.footer {
    overflow: hidden;
    background: var(--clr-bg-att-dark);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
}

.footer .main-inner-panel {
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 10px 0;
    padding: 5rem 0 1rem 0;
    min-height: 606px;
    min-height: 60.6rem;
}

.footer .bottom-inner-panel {
    border-top: 1px solid #2d3f81;
    padding: 22px 0 49px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer .left-inner-panel {
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 0;
    padding: 0 2rem 0 0;
    max-width: calc(100% - 67rem);
}

.footer .right-inner-panel {
    width: 670px;
    width: 67rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer .info-inner-wrap {
    margin-bottom: 73px;
    margin-bottom: 7.3rem;
    line-height: 1.6;
    font-weight: 500;
}

.footer .info-inner-wrap a {
    color: inherit;
}

.footer .info-inner-wrap p {
    margin-bottom: 10px;
}

.footer .form-inner-wrap {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
}

.footer .copyright-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px 0 0;
}

.footer .copyright-inner-wrap .menu {
    margin: 0 -24px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .copyright-inner-wrap .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 24px 0 0;
}

.footer .soc-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer .menu-inner-wrap {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.footer .menu-inner-wrap .menu {
    columns: 3;
    column-gap: 10px;
}

.footer .menu-inner-wrap .menu>li {
    break-inside: avoid-column;
    width: 100%;
}

.footer .menu-inner-wrap .menu>li>a {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0;
}

.footer .menu-inner-wrap .menu>li>a:hover {
    color: #828cae;
}

.footer .menu-inner-wrap a {
    display: block;
    padding: 3px 0 3px 0;
    font-size: 18px;
}

.footer .download-inner-wrap {
    margin-bottom: 32px;
}

.footer .download-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 0 0;
}

.footer .download-title {
    display: block;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
    max-width: 200px;
}

.footer .logo-wrap {
    width: 212px;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.footer .soc-title {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 24px 0 0;
    margin: 0;
}

.footer .soc-buttons {
    display: -ms-flexbox;
    display: flex;
}

.footer .form-title {
    margin-bottom: 27px;
    margin-bottom: 2.7rem;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

.footer .form-inner {
    display: -ms-flexbox;
    display: flex;
}

.footer .form-field-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    padding-left: 15px;
}

.footer .form-field-input {
    -ms-flex: 1;
    flex: 1;
}

.footer .form-input {
    height: 57px;
    height: 5.7rem;
    border-radius: 15px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 0 10px 0 18px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer .btn {
    height: 57px;
    height: 5.7rem;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.footer .button-soc {
    margin: 0 14px 0 0;
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer .button-soc:last-child {
    margin: 0;
}

.footer [placeholder]::-webkit-input-placeholder {
    color: #fff;
}

.footer [placeholder]:-moz-placeholder {
    color: #fff;
}

.footer [placeholder]::-moz-placeholder {
    color: #fff;
}

.footer [placeholder]:-ms-input-placeholder {
    color: #fff;
}

.footer .text-light {
    font-weight: inherit;
    color: #828cae;
}

.footer .btn-action-app {
    width: 141px;
    margin: 0 20px 20px 0;
}

.footer a {
    color: #828cae;
}

.footer a:hover {
    color: #fff;
}

.header {
    padding: 15px 0;
    z-index: 99;
}

.header .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 57px;
}

.header .action-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    line-height: 1;
}

.header .action-inner-wrap .btn {
    height: 47px;
    border-radius: 15px;
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
}

.header .logo-wrap {
    width: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 11;
}

.header .menu-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: -15px;
}

.header .nav-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 40px 0 0;
    padding: 0 4rem 0 0;
    display: none;
}

.header .nav-inner-wrap .breadcrumbs-box {
    padding: 0;
    margin: 0;
}

.popup-menu-wrap .popup-content-block {
    display: none;
}

.popup-menu-wrap .action-wrap {
    margin-bottom: 28px;
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
}

.popup-menu-wrap .action-wrap .btn {
    width: 100%;
    height: 46px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
}

.popup-menu-wrap .buttons-wrap {
    padding: 38px 0 0 0;
    width: 100%;
}

.popup-menu-wrap .button-wrap {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
}

.popup-menu-wrap .button-wrap:last-child {
    margin-bottom: 0;
}

.popup-menu-wrap .button-info {
    display: block;
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
    color: #403e3e;
}

.popup-menu-wrap .button-info b {
    font-size: 12px;
    font-weight: 500;
}

.popup-menu-wrap .button-info a:not(:hover) {
    color: inherit;
}

.popup-menu-wrap .menu-wrap {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--clr-title);
}

.popup-menu-wrap .menu-wrap a {
    display: block;
    padding: 8px var(--paddingContainer) 7px var(--paddingContainer);
    color: inherit;
}

.popup-menu-wrap .menu-wrap a:hover,
.popup-menu-wrap .menu-wrap a.active {
    color: var(--clr-att);
}

.popup-menu-wrap .btn-popup-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-title);
    padding: 0 15px;
    z-index: 11;
}

.popup-menu-wrap .btn-popup-toggle.active {
    color: var(--clr-att-dark);
}

.popup-menu-wrap .btn-popup-toggle.active .button-ico img,
.popup-menu-wrap .btn-popup-toggle.active .button-ico svg {
    opacity: 0;
}

.popup-menu-wrap .btn-popup-toggle.active .button-ico:before {
    opacity: 1;
}

.popup-menu-wrap .btn-popup-toggle .button-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.popup-menu-wrap .btn-popup-toggle .button-ico img,
.popup-menu-wrap .btn-popup-toggle .button-ico svg {
    transition: all ease 0.2s;
}

.popup-menu-wrap .btn-popup-toggle .button-ico:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/close-menu.svg) center no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transition: all ease 0.2s;
}

.popup-menu-wrap .btn-popup-toggle .button-title {
    padding-left: 10px;
}

.logo {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    letter-spacing: normal;
    font-weight: 400;
}

.logo:hover {
    text-decoration: none;
}

.logo img {
    display: block;
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 1023px) {
    .wrap {
        overflow: hidden;
        position: relative;
    }

    .logo-wrap {
        order: 1;
    }

    .header .nav-inner-wrap {
        display: block;
        order: 3;
        width: 100%;
        margin-top: 10px;
        flex: none;
    }

    .header .nav-inner-wrap span,
    .header .nav-inner-wrap a {
        color: rgb(81, 99, 163) !important;
    }

    .header .menu-inner-wrap {
        order: 2;
    }

    .header .inner-wrap {
        flex-wrap: wrap;
    }

    .section-mobile-full {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
    }

    .footer .soc-title {
        display: none;
    }

    .menu-show {
        overflow: hidden;
    }

    .popup-menu-wrap .popup-content-block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        background: rgba(255, 255, 255, 0.8);
        padding-top: 85px;
    }

    .popup-menu-wrap .popup-content-inner {
        display: block;
        padding: 10px 0 40px 0;
        width: 100%;
        -ms-flex: 1;
        flex: 1;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .popup-menu-wrap .popup-content-inner::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.wrap-header-light .header .breadcrumbs-box .menu li:after {
    filter: none;
}

@media (max-width: 767px) {
    .footer {
        font-size: 18px;
        line-height: 1.5;
        padding: 25px 0;
    }

    .footer .main-inner-panel,
    .footer .left-inner-panel,
    .footer .right-inner-panel,
    .footer .bottom-inner-panel {
        display: block;
        padding: 0;
        margin: 0;
        max-width: inherit;
    }

    .footer .copyright-inner-wrap {
        width: 100%;
        padding-right: 0;
        padding: 15px 0 0 0;
        margin: 0 0 25px 0;
        border-top: 1px solid #828cae;
    }

    .footer .menu-inner-wrap .menu {
        display: block;
        columns: inherit;
        column-gap: 0;
    }

    .footer .menu-inner-wrap .menu ul {
        padding-bottom: 10px;
        display: none;
        animation: fadein ease 0.2s;
    }

    .footer .menu-inner-wrap .menu .open ul {
        display: block;
    }

    .footer .menu-inner-wrap .menu>li.open>a:before {
        transform: rotate(0);
    }

    .footer .menu-inner-wrap .menu>li>a {
        font-size: 16px;
        display: block;
        position: relative;
        padding-right: 30px;
    }

    .footer .menu-inner-wrap .menu>li>a:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        background: url(/local/templates/software/./img/icons/arrow-menu-footer.svg) center no-repeat;
        background-size: 100% auto;
        right: 0;
        top: 50%;
        margin-top: -12px;
        transform: rotate(180deg);
        transition: all ease 0.2s;
    }

    .footer .soc-inner-wrap {
        display: block;
        margin-bottom: 40px;
    }

    .footer .form-inner-wrap,
    .footer .info-inner-wrap,
    .footer .download-inner-wrap {
        display: none;
    }

    .footer .logo-wrap {
        width: 151px;
        margin-bottom: 25px;
    }

    @supports (display: contents) {
        .footer .inner-wrap {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .footer .main-inner-panel,
        .footer .left-inner-panel,
        .footer .right-inner-panel,
        .footer .bottom-inner-panel {
            display: contents;
        }

        .footer .logo-wrap {
            -ms-flex-order: 1;
            order: 1;
        }

        .footer .soc-inner-wrap {
            -ms-flex-order: 2;
            order: 2;
            width: 100%;
        }

        .footer .menu-inner-wrap {
            -ms-flex-order: 3;
            order: 3;
            margin-bottom: 25px;
            width: 100%;
        }

        .footer .copyright-inner-wrap {
            -ms-flex-order: 4;
            order: 4;
            margin-bottom: 0;
            width: 100%;
        }
    }
}

@media (min-width: 1024px) {
    .wrap-header-fixed {
        padding-top: 120px;
    }

    .wrap-header-fixed .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: #fff;
        box-shadow: 5px 0px 10px 6px rgba(0, 0, 0, 0.10);
    }

    .wrap-header-fixed .header .nav-inner-wrap {
        display: none;
    }

    .wrap-header-fixed .header .menu-inner-wrap {
        display: block;
    }

    .wrap-header-fixed.wrap-header-top {
        padding-top: 0;
    }

    .wrap-header-light .header .breadcrumbs-box {
        color: #5163a3;
    }

    .header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .inner-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 90px;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .logo-wrap {
        display: none;
    }

    .header .nav-inner-wrap {
        display: block;
        -ms-flex-order: 1;
        order: 1;
    }

    .header .menu-inner-wrap {
        display: none;
        -ms-flex-order: 1;
        order: 1;
    }

    .header .action-inner-wrap {
        display: block;
        -ms-flex-order: 5;
        order: 5;
    }

    .popup-menu-wrap {
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        -ms-flex: 1;
        flex: 1;
        width: auto;
    }

    .popup-menu-wrap .popup-content-block {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .popup-menu-wrap .menu-wrap {
        padding: 0;
        margin: 0;
        font-size: 1em;
    }

    .popup-menu-wrap .menu-wrap .menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -2rem 0 -2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup-menu-wrap .menu-wrap .menu li {
        margin: 0;
    }

    .popup-menu-wrap .menu-wrap .menu a {
        display: block;
        padding: 0 2rem;
        color: #000;
        transition: all ease 0.2s;
    }

    .popup-menu-wrap .menu-wrap .menu a:hover {
        color: var(--clr-att-second);
    }

    .popup-menu-wrap .btn-popup-toggle,
    .popup-menu-wrap .action-wrap,
    .popup-menu-wrap .buttons-wrap {
        display: none;
    }
}

/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-equipment {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
}

.item-tile-equipment .tile-photo-wrap {
    display: block;
    margin-bottom: 8px;
}

.item-tile-equipment .tile-title,
.item-tile-equipment .tile-info-wrap {
    display: block;
}

.item-tile-equipment .tile-photo {
    height: 130px;
    width: 100%;
    aspect-ratio: inherit;
}

.item-tile-logo.tile-photo {
    aspect-ratio: 56/54;
    border-radius: 7px;
    background: rgba(56, 88, 201, 0.2);
}

.item-tile-video {
    display: block;
    position: relative;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.29;
    color: #1f1f1f;
    font-weight: 500;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(73, 118, 235, 0.52);
}

.item-tile-video .tile-info-wrap {
    display: block;
    padding: 16px 16px 16px 16px;
}

.item-tile-video .tile-photo-wrap {
    display: block;
}

.item-tile-video:hover {
    color: #1f1f1f;
}

.item-tile-video .tile-photo {
    aspect-ratio: 272/157;
}

.item-tile-client {
    display: block;
    position: relative;
    padding: 5px;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.29;
    color: #1f1f1f;
    font-weight: 500;
    border-radius: 15px;
    overflow: hidden;
    background: #eee;    
}

.item-tile-client .tile-info-wrap {
    display: block;
    padding: 16px 16px 16px 16px;
}

.item-tile-client .tile-photo-wrap {
    display: block;
}

.item-tile-client:hover {
    color: #1f1f1f;
}

.item-tile-client .tile-photo {
    aspect-ratio: 3/1;
}

.item-wrap:last-child .item-tile-work .tile-info-wrap:after {
    display: none;
}

.item-wrap:last-child .item-tile-work .tile-title-wrap:after {
    background: #fff;
}

.item-tile-work {
    font-size: 14px;
    line-height: 1.29;
    font-weight: 500;
}

.item-tile-work .tile-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px 0;
    position: relative;
}

.item-tile-work .tile-title-wrap:before {
    content: "";
    display: block;
    width: 34px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 100%;
    background: url(/local/templates/software/./img/icons/arrow-right.svg) center no-repeat;
    background-size: 100% auto;
    margin-top: -8px;
}

.item-tile-work .tile-title-wrap:after {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    top: 50%;
    margin-top: 1px;
    bottom: -2px;
    right: 100%;
    margin-right: 32px;
    background: var(--clr-att);
}

.item-tile-work .tile-info-wrap {
    padding-left: 15px;
    display: block;
    position: relative;
}

.item-tile-work .tile-info-wrap:after {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    top: -16px;
    bottom: -100px;
    right: 100%;
    margin-right: 32px;
    background: var(--clr-att);
}

.item-tile-work .tile-number {
    display: none;
}

.item-tile-work .tile-title {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: var(--clr-title);
    padding: 0 0 0 9px;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
}

.item-tile-work .tile-ico {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--clr-base);
    padding: 15px 15px 40px 15px;
    position: relative;
}

.item-tile-price.tile-att {
    z-index: 6;
}

.item-tile-price.tile-att:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -5px;
    right: -5px;
    background: #c4e9fb;
    border-radius: 22px;
    box-shadow: 0 0 7px 0 rgba(46, 166, 225, 0.82);
    transition: all ease 0.2s;
}

.item-tile-price .tile-title-wrap,
.item-tile-price .tile-price-wrap,
.item-tile-price .tile-info-wrap,
.item-tile-price .tile-action-wrap {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.item-tile-price .tile-title-wrap {
    position: static;
}

.item-tile-price .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0 26px 0;
}

.item-tile-price .tile-action-wrap {
    text-align: center;
}

.item-tile-price .tile-info-title {
    font-size: 1em;
    font-weight: inherit;
    color: var(--clr-att-second);
    margin: 0 0 9px 0;
}

.item-tile-price .tile-title,
.item-tile-price .tile-price-wrap {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 25px 0;
    color: var(--clr-title);
    display: block;
}

.item-tile-price .tile-title {
    position: relative;
    z-index: 5;
    font-weight: bold;
    font-family: 'IBM Plex Sans', sans-serif;
}

.item-tile-price .tile-title * {
    font-family: 'IBM Plex Sans', sans-serif;
}

.item-tile-price .tile-title .tile-ico {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.item-tile-price .tile-price-wrap {
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    white-space: nowrap;
}

.item-tile-price .tile-price-wrap:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background: var(--clr-att);
}

.item-tile-price .tile-price-title,
.item-tile-price .tile-price-unit {
    display: inline;
    margin: 0 10px 0 0;
    white-space: nowrap;
    font-weight: bold;
}

.item-tile-price .tile-price {
    display: inline;
    font-size: 1.4em;
    font-weight: inherit;
    font-weight: bold;
}

.item-tile-price .btn {
    height: 34px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
}

.item-tile-price .list {
    margin: 0;
}

.item-tile-price .list li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 20px;
}

.item-tile-price .list li:last-child {
    margin-bottom: 0;
}

.item-tile-price .list li:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/list-chk.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.item-tile-price .tile-sticker {
    position: absolute;
    top: -20px;
    right: 12px;
}

.item-tile-compare {
    display: block;
    position: relative;
    min-height: 100%;
    border-radius: 16px;
    background: rgba(46, 166, 225, 0.13);
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.5;
    font-size: 14px;
    line-height: 1.29;
    color: #1f1f1f;
    font-weight: 500;
}

.item-tile-compare.tile-main {
    font-size: 14px;
    line-height: 1.29;
}

.item-tile-compare .tile-ico {
    width: 110px;
    width: 11rem;
    height: 110px;
    height: 11rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
}

.item-tile-icon {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 12px;
    background: #e7e7e7;
    padding: 12px;
    min-height: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #3858c9;
    transition: all ease 0.2s;
}

.button-title-text {
    color: #3858c9;
}

.btn-8 {
    border-radius: 8px !important;
}

.item-tile-icon:hover {
    background: rgba(56, 88, 201, 0.5);
    color: #3858c9;
}

.button-border_hov:hover {
    background: #3858c9 !important;
    color: #fff !important;
}

.item-tile-icon .tile-title,
.item-tile-icon .tile-subtitle {
    display: block;
    font-size: 1em;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.item-tile-icon .tile-subtitle {
    font-weight: bold;
}

.item-tile-icon .tile-ico {
    width: 41px;
    height: 41px;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-tile-icon .tile-title-wrap {
    margin-top: 5px;
    display: block;
    -ms-flex: 1;
    flex: 1;
}

.item-tile-step {
    display: block;
    position: relative;
    padding: 15px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    color: var(--clr-base);
}

.item-tile-step .tile-number {
    display: block;
    position: relative;
    margin-bottom: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    background: var(--clr-att-second);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'RF Dewi', sans-serif;
}

.item-tile-step .tile-number * {
    font-family: 'RF Dewi', sans-serif;
}

.item-tile-total {
    line-height: 1.5;
    font-weight: 500;
}

.item-tile-total .tile-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--clr-title);
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    font-family: 'RF Dewi', sans-serif;
}

.item-tile-total .tile-title * {
    font-family: 'RF Dewi', sans-serif;
}

.item-tile-total .tile-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--clr-att);
}

:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
    transform: scale(1.03);
}

.elm-photo,
.tile-photo {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    line-height: 1;
}

.elm-photo.action-video:after,
.tile-photo.action-video:after,
.elm-photo.action-video-small:after,
.tile-photo.action-video-small:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(/local/templates/software/./img/icons/play.svg) center no-repeat;
    background-size: 100% auto;
    margin: auto;
}

.elm-photo.action-video-small:after,
.tile-photo.action-video-small:after {
    background-image: url(/local/templates/software/./img/icons/play-small.svg);
    background-size: 20px auto;
}

.elm-photo:before,
.tile-photo:before {
    content: "";
    display: none;
    padding-top: 100%;
}

.elm-photo img,
.tile-photo img {
    display: block;
    position: relative;
    width: 100%;
    transition: all ease-out 1s;
}

.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
    display: block;
}

.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
    display: block;
}

.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@supports (aspect-ratio: 1) {

    .elm-photo:not(.photo-cover, .photo-contain),
    .tile-photo:not(.photo-cover, .photo-contain) {
        aspect-ratio: inherit !important;
    }

    .photo-cover,
    .photo-contain {
        aspect-ratio: 1;
    }

    .photo-cover:before,
    .photo-contain:before {
        display: none !important;
    }
}

.elm-price,
.tile-price {
    white-space: nowrap;
}

.elm-price.price-old,
.tile-price.price-old {
    text-decoration: line-through;
}

[data-unit]:after {
    content: attr(data-unit);
    font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}

.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.elm-overlay {
    display: none;
    animation: fadein ease 0.2s;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120;
}

.elm-overlay.active {
    display: block;
}

.elm-sticker,
.tile-sticker {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    background: #f24052;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 3;
    color: #fff;
    font-family: 'RF Dewi', sans-serif;
}

.elm-sticker *,
.tile-sticker * {
    font-family: 'RF Dewi', sans-serif;
}

.elm-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
}

.elm-user .elm-photo {
    width: 112px;
    height: 112px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
}

.elm-user .user-title-wrap {
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding-left: 40px;
    padding-left: 4rem;
}

.elm-user .user-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--clr-title);
    margin: 0 0 4px 0;
}

.elm-decor {
    display: block;
    width: 0;
    height: 0;
    background: var(--clr-att-second);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    pointer-events: none;
    filter: blur(6px);
}

@media (max-width: 1023px) {
    .item-tile-total .tile-title {
        font-weight: bold;
    }

    .elm-user {
        font-size: 16px;
        line-height: 1.4;
    }

    .elm-user .user-title {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 500;
        margin-bottom: 0;
    }

    .elm-user .user-title-wrap {
        padding-left: 15px;
    }

    .elm-user .elm-photo {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 479px) {
    .item-tile-price .tile-price-unit {
        display: block;
    }
}

@media (min-width: 1024px) {
    .item-tile-equipment {
        font-size: 15px;
        line-height: 1.58;
    }

    .item-tile-equipment .tile-photo-wrap {
        margin-bottom: 13px;
    }

    .item-tile-video {
        font-size: 1.8rem;
        line-height: 1.33;
    }

    .item-tile-video .tile-info-wrap {
        padding: 20px 22px;
    }

    .item-tile-client {
        font-size: 1.8rem;
        line-height: 1.33;
    }

    .item-tile-client .tile-info-wrap {
        padding: 20px 22px;
    }

    .tile-info {
        font-weight: 700;
    }

    .item-tile-video .tile-photo {
        aspect-ratio: 346/208;
    }

    .item-wrap:last-child .item-tile-work .tile-title-wrap:after {
        background: var(--clr-att);
        display: block;
    }

    .item-wrap:last-child .item-tile-work .tile-title-wrap:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--clr-att);
        bottom: -34px;
    }

    .item-tile-work .tile-number {
        display: block;
        font-size: 22px;
        line-height: 0.82;
        color: var(--clr-base);
        margin-bottom: 10px;
    }

    .item-tile-work .tile-title-wrap {
        padding: 0;
        margin-bottom: 82px;
    }

    .item-tile-work .tile-title-wrap:before {
        height: 20px;
        width: calc(100% - 5px);
        background: url(/local/templates/software/./img/icons/arrow-right-d.svg) right center no-repeat;
        background-size: auto 100%;
        top: auto;
        right: 5px;
        left: auto;
        bottom: -39px;
    }

    .item-tile-work .tile-title-wrap:after {
        height: 2px;
        width: auto;
        left: 0;
        right: 10px;
        top: auto;
        bottom: -30px;
        margin: 0;
        display: none;
    }

    .item-tile-work .tile-info-wrap {
        padding: 0;
    }

    .item-tile-work .tile-info-wrap:after {
        display: none;
    }

    .item-tile-work .tile-title {
        font-size: 18px;
        line-height: 1.40909091;
    }

    .item-tile-work .tile-ico {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .item-tile-work .tile-ico img {
        position: static;
        height: 100%;
        width: auto;
        max-width: inherit;
    }

    .item-tile-price {
        font-size: 16px;
        line-height: 1.25;
        padding: 20px 20px 40px 20px;
    }

    .item-tile-price.tile-att:before {
        top: -20px;
        bottom: -20px;
        left: -8px;
        right: -8px;
    }

    .item-tile-price .tile-title-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 36px;
    }

    .item-tile-price .tile-title-wrap .tile-title {
        -ms-flex: 1;
        flex: 1;
        margin: 0;
    }

    .item-tile-price .tile-title-wrap .tile-sticker {
        margin: 0;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .item-tile-price .tile-info-wrap {
        padding-top: 25px;
        padding-bottom: 26px;
    }

    .item-tile-price .tile-info-title {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .item-tile-price .tile-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 36px;
    }

    .item-tile-price .tile-price-wrap {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 8px;
    }

    .item-tile-price .tile-price-wrap:before {
        height: 2px;
        background: var(--clr-att-dark);
    }

    .item-tile-price .tile-price {
        font-size: 35px;
    }

    .item-tile-price .list li {
        margin-bottom: 9px;
        padding-left: 22px;
    }

    .item-tile-price .btn {
        height: 48px;
        padding: 0 22px;
        font-size: 16px;
        border-radius: 8px;
    }

    .item-tile-price .btn:not(.button-att-light):not(:hover) {
        background-color: transparent;
        color: var(--clr-att-dark);
    }

    .item-tile-price .btn:not(.button-att-light):hover,
    .item-tile-price .btn:not(.button-att-light).active {
        background-color: var(--clr-att-dark);
        border-color: var(--clr-att-dark);
    }

    .item-tile-price .btn:not(.button-att-light):hover .button-ico,
    .item-tile-price .btn:not(.button-att-light).active .button-ico {
        filter: brightness(0) invert(1);
    }

    .item-tile-price .btn:not(.button-att-light):active {
        background-color: var(--clr-att);
        border-color: var(--clr-att);
    }

    .item-tile-price .btn:not(.button-att-light):active .button-ico {
        filter: brightness(0) invert(1);
    }

    .item-tile-price .btn.button-att-light:not(:hover) {
        background: var(--clr-att-dark);
        border-color: var(--clr-att-dark);
    }

    .item-tile-price .btn.button-att-light:hover,
    .item-tile-price .btn.button-att-light.active {
        background-color: var(--clr-att);
        border-color: var(--clr-att);
    }

    .item-tile-price .btn.button-att-light:active {
        background-color: var(--clr-att-dark);
        border-color: var(--clr-att-dark);
    }

    .item-tile-price .btn.button-att-light:active .button-ico {
        filter: brightness(0) invert(1);
    }

    .item-tile-compare {
        padding: 30px;
        font-size: 14px;
        line-height: 1.37;
        font-weight: 500;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;        
    }

    .item-tile-compare.tile-main {
        font-size: 14px;
        line-height: 1.37;
        font-weight: 500;
    }

    .item-tile-compare .tile-ico {
        display: block;
    }

    .item-tile-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-width: 216px;
        padding: 14px 14px 14px 14px;
        border-radius: 20px;
        font-size: 1.8rem;
        line-height: 1.22;
        text-align: left;
    }

    .item-tile-icon .tile-ico {
        margin: 0;
        width: 7.2rem;
        height: 7.2rem;
    }

    .item-tile-icon .tile-title-wrap {
        margin: 0;
        padding: 0 0 0 2.4rem;
        white-space: normal;
    }

    .item-tile-step {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 2rem;
        display: -ms-flexbox;
        display: flex;
    }

    .item-tile-step .tile-number {
        width: 4.8rem;
        height: 4.8rem;
        line-height: 4.8rem;
        font-size: 2.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
    }

    .item-tile-step .tile-title {
        -ms-flex: 1;
        flex: 1;
        padding-left: 1.6rem;
    }

    .item-tile-total {
        font-size: 1.8rem;
        line-height: 1.33;
    }

    .item-tile-total .tile-title {
        margin-bottom: 2.5rem;
        font-size: 2.6rem;
        font-weight: bold;
    }

    .elm-sticker,
    .tile-sticker {
        height: 37px;
        line-height: 37px;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 18px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .item-tile-compare .tile-title {        
        padding-left: 20px;
    }
    .item-tile-compare .tile-title .title-bold {
        font-weight: bold;
    }
}

@media (min-width: 1600px) {
    .item-tile-price .tile-title {
        font-size: 20px;
    }

    .item-tile-compare {
        padding: 30px;
        font-size: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 25px;
    }

    .item-tile-compare.tile-main {
        font-size: 16px;
    }

    .item-tile-compare .tile-title {        
        padding-left: 20px;
    }

    .item-tile-compare .tile-ico {
        display: block;
    }
}

/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.button-info-popup-box {
    position: relative;
}

.button-info-popup-box:hover {
    z-index: 2;
}

.button-info-popup-box:hover .button-popup-action {
    display: block;
}

.button-info-popup-box:hover .btn-action-app {
    z-index: 5;
}

.button-info-popup-box .button-popup-action {
    display: none;
    background: #000;
    animation: fadein ease 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-radius: 20px 20px 29px 29px;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    padding: 14px 14px 75px 14px;
    overflow: hidden;
}

.button-info-popup-box .button-popup-action .elm-photo {
    background: #fff;
    border-radius: 10px;
    padding: 3px;
}

.button-info-popup-box .button-popup-action .popup-info {
    display: block;
    margin-top: 10px;
}

[id^="section"] {
    scroll-margin-top: 30px;
}

body.popup-open {
    overflow: hidden;
}

.popup-outer-box {
    display: none;
    padding: 50px 20px;
    animation: fadein ease 0.2s;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(47, 48, 53, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.popup-outer-box.active {
    display: -ms-flexbox;
    display: flex;
}

.popup-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    width: 684px;
    width: 68.4rem;
    border-radius: 4rem;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    z-index: 20;
}

.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-box .popup-title-wrap {
    padding: 40px 90px 8px 57px;
    padding: 4rem 9rem 0.8rem 5.7rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--clr-title);
}

.popup-box .popup-content-wrap {
    padding: 30px 57px 40px 57px;
    padding: 3rem 5.7rem 4rem 5.7rem;
}

.popup-box .popup-title {
    display: block;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.26;
    font-weight: bold;
    margin-bottom: 22px;
    color: var(--clr-title);
    font-family: 'RF Dewi', sans-serif;
}

.popup-box .popup-title * {
    font-family: 'RF Dewi', sans-serif;
}

.popup-box .popup-title:last-child {
    margin-bottom: 0;
}

.popup-box .btn-action-ico.ico-popup-close {
    position: absolute;
    top: 50px;
    top: 5rem;
    right: 50px;
    right: 5rem;
    z-index: 2;
}

.popup-box .btn-action-ico.ico-popup-close:before {
    background-size: 24px auto;
}

.popup-form-box .frm-row,
.popup-form-box .frm-row-submit {
    margin: 0 -4px;
}

.popup-form-box .frm-row-submit {
    padding-top: 10px;
}

.popup-form-box .frm-row-submit .frm-field {
    margin-bottom: 0;
}

.popup-form-box .frm-field {
    padding: 0 4px;
    margin-bottom: 8px;
}

.popup-form-box .field-info {
    font-size: 14px;
    line-height: 1.4;
    color: #83848c;
    margin-top: 22px;
}

.popup-form-box .field-info a:not(:hover) {
    color: inherit;
}

.popup-form-box .btn {
    height: 62px;
    padding: 0 30px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 500;
}

.popup-form-box .form-input {
    border-radius: 14px;
    font-size: 20px;
    height: 63px;
    padding-left: 22px;
}

.popup-form-box .elm-user {
    margin-bottom: 42px;
    margin-bottom: 4.2rem;
}

.elm-user .user-info {
    color: #2f3035;
}

.equipments-slider-box {
    margin-bottom: 62px;
}

.equipments-slider-box .btn {
    width: 100%;
    height: 57px;
    font-size: 18px;
    font-weight: 500;
}

.equipments-slider-box .btn.button-border:not(:hover) {
    background-color: #f8f8f8;
    color: var(--clr-att-dark);
}

.soft-info-box {
    margin-bottom: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.soft-info-box .text-inner-wrap {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
}

.button-border-lig:hover {
    background: #3858C9 !important;
    color: #fff !important;
}

.soft-info-box .items-inner-wrap {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 28px;
    position: relative;
    border-radius: 15px;
    border: 1px solid #3858C9;
    padding: 30px 5px 20px 5px;
}

.soft-info-box .items-wrap {
    margin: 0 -5px -10px -5px;
    -ms-flex-pack: center;
    justify-content: center;
}

.tiles-icons-box .tile-title-wrap:after {
    content: attr(data-text);
    font-weight: 700;
    text-transform: uppercase;
}

.tile-title-d {
    color: #3858C9 !important;
}

.soft-info-box .items-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 130px;
    background: #fff;
    padding: 0 15px;
    margin-left: -65px;
    transform: translateY(-50%);
}

.soft-info-box .items-logo img,
.soft-info-box .items-logo a {
    display: block;
    width: 100%;
}

.soft-info-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 20%;
}

.soft-info-box .item-wrap:first-child:before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 100%;
    background: #fff;
    margin-right: -5px;
}

.soft-info-box .item-wrap:nth-child(5):before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 100%;
    background: #fff;
    margin-left: -5px;
}

.soft-info-box .action-inner-wrap {
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 22px;
}

.soft-info-box .action-inner-wrap .btn {
    width: 100%;
    height: 57px;
    font-size: 18px;
    font-weight: 500;
}

.soft-info-box .action-inner-wrap .btn.button-border:not(:hover) {
    background-color: #f8f8f8;
    color: var(--clr-att-dark);
}

.soft-info-box p {
    margin: 0;
}

.soft-info-box .text-small {
    display: none;
}

.soft-info-box .h2-title {
    margin-bottom: 32px;
    color: var(--clr-title);
}

.video-slider-box {
    margin-bottom: 62px;
}

.video-slider-box .title-box .action-wrap {
    display: none;
}

.video-slider-box .title-box .btn.button-link:hover {
    color: var(--clr-att);
}

.video-slider-box .slider-wrap {
    padding: 0 26px;
    margin: 0 -11px;
}

.video-slider-box .sl-wrap {
    padding: 0 11px;
}

.video-slider-box .ico-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -20px;
}

.video-slider-box .ico-arrow-next {
    left: auto;
    right: -30px;
}

.video-slider-box .slick-dots {
    padding-top: 38px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.video-slider-box .slick-list {
    overflow: visible;
}

.video-slider-box .slick-slide {
    /* transition: opacity ease 0.2s; */
}
.video-slider-box .slick-slide.slick-active {
    transition: opacity 0.3s step-end;
}

.video-slider-box .slick-slide:not(.slick-active) {
    opacity: 0;
    pointer-events: none;
}

.clients-slider-box {
    margin-bottom: 114px;
}

.clients-slider-box .title-box .action-wrap {
    display: none;
}

.clients-slider-box .title-box .btn.button-link:hover {
    color: var(--clr-att);
}

.clients-slider-box .slider-wrap {
    padding: 0 26px;
    margin: 0 -11px;
}

.clients-slider-box .sl-wrap {
    padding: 10px;
}

.clients-slider-box .ico-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -20px;
}

.clients-slider-box .ico-arrow-next {
    left: auto;
    right: -30px;
}

.clients-slider-box .slick-dots {
    padding-top: 38px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.clients-slider-box .slick-list {
    overflow: visible;
}

.clients-slider-box .slick-slide.slick-active {
    transition: opacity 0.5s step-end;
}

.clients-slider-box .slick-slide:not(.slick-active) {
    opacity: 0;
    pointer-events: none;
}



.base-info-box {
    margin-bottom: 87px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 30px;
}

.base-info-box .action-inner-wrap {
    margin-top: 6px;
}

.base-info-box .links-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -36px 0 0;
    padding-top: 4px;
}

.base-info-box .bg-inner-wrap {
    min-width: var(--min);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100dvw;
    background: var(--clr-title);
}

.base-info-box .list-inner-wrap {
    margin-bottom: 24px;
    padding: 0 36px 0 0;
    min-width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}

.base-info-box .list {
    margin-bottom: 0;
    width: 100%;
}

.base-info-box .list li {
    margin-bottom: 10px;
}

.base-info-box .list li:last-child {
    margin-bottom: 0;
}

.base-info-box .list a {
    color: #fff;
}

.base-info-box .photo-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -50px 0 0;
    position: relative;
    bottom: -70px;
    margin-top: -70px;
}

.base-info-box .elm-photo {
    width: 324px;
}

.base-info-box .btn {
    height: 49px;
    border-radius: 8px;
    padding: 0 17px;
    font-size: 18px;
    font-weight: bold;
}

.base-info-box .decor01 {
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 18%;
    right: 62%;
    filter: blur(4px);
}

.base-info-box .decor02 {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 8%;
    right: 10%;
}

.base-info-box .decor03 {
    width: 111px;
    height: 111px;
    position: absolute;
    bottom: 9%;
    right: 88%;
}

.tiles-work-box {
    margin-bottom: 62px;
}

.tiles-work-box .info-inner-wrap {
    margin-top: 15px;
}

.tiles-work-box .items-wrap {
    margin: 0;
    position: relative;
}

.tiles-work-box .item-wrap {
    padding: 0;
    margin-bottom: 24px;
    padding-left: 32px;
}

.tiles-work-box .button-wrap {
    margin-bottom: 18px;
}

.tiles-work-box .button-wrap .btn {
    height: 57px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.tiles-work-box .button-wrap .btn .button-ico {
    display: none;
}

.tiles-work-box .button-wrap .btn .button-title:before {
    content: attr(data-title-mobile);
}

.tiles-work-box .info-wrap {
    line-height: 1.57;
}

.tiles-prices-box {
    margin-bottom: 62px;
}

/*.tiles-prices-box .item-wrap.active {*/
/*    border-top: none;*/
/*}*/

.tiles-prices-box .item-wrap.active~.active {
    border-top: none;
}

.tiles-prices-box .items-inner-wrap {
    margin-bottom: 32px;
    border: 1px solid #c7c7d6;
    border-radius: 15px;
}

.tiles-prices-box .item-wrap {
    border-left: 1px solid #c7c7d6;
    border-top: 1px solid #c7c7d6;
    width: 50%;
}

.tiles-prices-box .item-wrap:nth-child(1),
.tiles-prices-box .item-wrap:nth-child(2) {
    border-top: none;
}

.tiles-prices-box .item-wrap:first-child,
.tiles-prices-box .item-wrap.active.first {
    border-left: none;
    border-top: none;
}

.tiles-prices-box .link-mobile-wrap {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.5;
}

.tiles-prices-box .info-inner-wrap {
    font-size: 16px;
    line-height: 1.5;
}

.tiles-prices-box .actions-inner-wrap {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tiles-prices-box .actions-inner-wrap .button-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 22px;
}

.tiles-prices-box .actions-inner-wrap .button-wrap .btn {
    width: 100%;
}

.tiles-prices-box .actions-inner-wrap .link-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    margin-bottom: 22px;
}

.tiles-prices-box .desc-inner-wrap {
    position: relative;
    font-weight: 500;
}

.tiles-prices-box .desc-inner-wrap .elm-ico {
    position: absolute;
    top: 4px;
    left: 0;
    display: none;
    width: 16px;
    height: 16px;
}

.tiles-prices-box .tabs-inner-wrap {
    margin-bottom: 26px;
}

.tiles-prices-box .title-box {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.tiles-prices-box .title-box .title-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px 0 0;
}

.tiles-prices-box .title-box .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 8px;
}

.tiles-prices-box .title-box .action-wrap .btn {
    font-size: 1em;
    font-weight: 400;
}

.tiles-prices-box .title-box .action-wrap .btn .button-title:before {
    content: attr(data-title-mobile);
}

.tiles-prices-box .title-box .action-wrap .btn .button-ico {
    display: none;
}

.tiles-prices-box .js-tab-block:not(.active) {
    display: none;
}

.tiles-compare-box {
    margin-bottom: 62px;
}

.tiles-compare-box .wrap-number {
    display: none;
}

.tiles-compare-box .title-box {
    font-weight: 500;
}

.frm-popup-content_col a {
    color: #3858c9;
}

.tiles-compare-box .title-box b {
    font-weight: 600;
}

.tiles-compare-box .items-title-wrap {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tiles-compare-box .items-title-wrap .title-button {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 34px;
    padding: 0 30px;
}

.tiles-compare-box .items-title-wrap .title-button .btn {
    white-space: normal;
    padding: 10px 15px;
    border-radius: 12px;
    height: auto;
    min-height: 61px;
    font-size: 14px;
    line-height: 1.29;
    font-weight: bold;
    pointer-events: none;
    overflow: visible;
    position: static;
    width: 100%;
    font-family: 'RF Dewi', sans-serif;
}

.tiles-compare-box .items-title-wrap .title-button .btn * {
    font-family: 'RF Dewi', sans-serif;
}

.tiles-compare-box .items-title-wrap .title-button .btn:before,
.tiles-compare-box .items-title-wrap .title-button .btn:after {
    content: "";
    display: block;
    width: 12px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 25%;
    margin-left: -6px;
    background: url(/local/templates/software/./img/icons/arrow-end-m.svg) center bottom no-repeat;
    background-size: 100% auto;
}

.tiles-compare-box .items-title-wrap .title-button .btn:before {
    left: auto;
    right: 25%;
}

.tiles-compare-box .items-title-wrap .title-left,
.tiles-compare-box .items-title-wrap .title-right {
    display: block;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.12;
    font-weight: bold;
    color: var(--clr-att-second);
    font-family: 'RF Dewi', sans-serif;
}

.tiles-compare-box .items-title-wrap .title-left *,
.tiles-compare-box .items-title-wrap .title-right * {
    font-family: 'RF Dewi', sans-serif;
}

.tiles-compare-box .items-wrap {
    margin: 0 -8px;
}

.tiles-compare-box .item-wrap {
    padding: 0 8px;
    width: 50%;
    margin-bottom: 8px;
}

.tiles-compare-box .item-wrap[data-compare]:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -8px;
    width: 16px;
    height: 1px;
    background: var(--clr-att-dark);
}

.tiles-compare-box .wrap-button {
    padding-top: 26px;
    width: 100%;
    text-align: center;
}

.tiles-compare-box .wrap-button+.wrap-button {
    display: none;
}

.tiles-compare-box .wrap-button .btn {
    height: 58px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

.tiles-icons-box {
    margin-bottom: 62px;
}

.tiles-icons-box .title-box {
    margin-bottom: 20px;
}

.tiles-icons-box .title-box .h2-title {
    line-height: 1.15789474;
}

.tiles-icons-box .title-box .icon-wrap {
    margin-top: 20px;
}

.tiles-icons-box .title-box .icon-logo {
    display: block;
    width: 80px;
}

.tiles-icons-box .title-box .icon-logo img {
    display: block;
    width: 100%;
}

.tiles-icons-box .items-wrap {
    margin: 0 -8px -8px -8px;
}

.tiles-icons-box .item-wrap {
    padding: 0 8px;
    margin-bottom: 8px;
    width: 50%;
}

.tiles-icons-box .more-box {
    margin-top: 18px;
}

.tiles-icons-box .info-inner-wrap {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 26px;
}

.tiles-icons-box .frm-popup-content {
    margin-bottom: 18px;
    line-height: 1.12;
}

.tiles-icons-box .h3-title {
    margin: 0 0 8px 0;
    color: var(--clr-title);
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold;
}

.tiles-icons-box .action-wrap {
    margin-top: 22px;
}

.tiles-icons-box .action-wrap .btn {
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
}

.tiles-icons-box .action-wrap .btn.button-border:not(:hover) {
    color: var(--clr-att-dark);
}

.tiles-icons-box .action-wrap .btn.button-border:hover {
    background: rgba(56, 88, 201, 0.2);
    border-color: var(--clr-att-dark);
    color: var(--clr-att-dark);
}

.tiles-icons-box .action-wrap .btn.button-border:active {
    background-color: var(--clr-att-dark);
    border-color: var(--clr-att-dark);
    color: #fff;
}

/* product groups box */
.product-groups-box {
    margin-bottom: 116px;
}
.product-groups-box .title-box {
    margin-bottom: 38px;
}
.product-groups-box .title-box .h2-title {
    line-height: 1.15789474;
}
.product-groups-box .groups-wrap {
    display: flex;
    flex-wrap: wrap;
}
.product-groups-box .group-wrap {
    width: 178px;
    height: 156px;
    padding: 6px;
    border: 1px solid #cecece;
    border-radius: 8px;
    margin-right: 14px;
    margin-bottom: 14px;
}
.product-groups-box .group-link {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-groups-box .group-ico {
    display: flex;
    height: 60px;
    flex-shrink: 1;
}
.product-groups-box .group-ico img {
    width: 60px;
    height: 60px;
    margin: auto;
}
.product-groups-box .group-title {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin: 0 auto;
}



.product-info-box {
    margin-bottom: 120px;
    margin-bottom: 12rem;
}

.product-info-box .title-box {
    max-width: 1097px;
}

.product-info-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.product-info-box .box-inner-wrap.js-tab-block {
    display: none;
}

.product-info-box .box-inner-wrap.js-tab-block.active {
    display: -ms-flexbox !important;
    display: flex !important;
}

.product-info-box .photo-inner-wrap {
    width: 378px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-info-box .info-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 86px 0 0 57px;
    padding: 86px 0 0 5.7rem;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #000;
}

.product-info-box .list-inner-wrap {
    margin-bottom: 38px;
}

.product-info-box .list-inner-wrap .list {
    margin-bottom: 0;
    font-weight: 500;
}

.product-info-box .list-inner-wrap .list li {
    margin-bottom: 19px;
    padding-left: 34px;
    position: relative;
}

.product-info-box .list-inner-wrap .list li:after {
    content: "";
    display: block;
    width: 19px;
    height: 21px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/checked.svg) center no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 0.75em;
    margin-top: -11px;
}

.product-info-box .list-inner-wrap .list li:last-child {
    margin-bottom: 0;
}

.product-info-box .section-third .list-inner-wrap {
    margin-bottom: 0;
}

.product-info-box .buttons-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 -10px -45px 0;*/
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
    padding-left: 0 !important;
}

.button-att-tab {}

.product-info-box .buttons-inner-wrap .button-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px 10px 0;
}

.product-info-box .buttons-inner-wrap .btn {
    padding: 0 22px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'RF Dewi', sans-serif;
}

.product-info-box .buttons-inner-wrap .btn * {
    font-family: 'RF Dewi', sans-serif;
}

.product-info-box .buttons-inner-wrap .btn.button-att-light:not(.active) {
    background-color: transparent;
    border-color: transparent;
    color: #b6b6b6;
}

.product-info-box .buttons-inner-wrap .btn.button-att-light:not(.active):hover {
    color: var(--clr-att);
}

.product-info-box .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px -10px -17px;
    margin: 0 -1.7rem -10px -1.7rem;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-info-box .action-wrap {
    padding: 0 17px 0 17px;
    padding: 0 1.7rem 0 1.7rem;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-info-box .action-wrap .btn {
    height: 57px;
    height: 5.7rem;
    padding: 0 2rem;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 8px;
}

.product-info-box .tags-inner-wrap {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1f1f1f;
    margin-bottom: 16px;
}

.product-info-box .tags-inner-wrap .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px 0 0;
}

.product-info-box .tags-inner-wrap .list li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 13px 12px 22px;
}

.product-info-box .tags-inner-wrap .list li:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--clr-title);
    position: absolute;
    left: 0;
    top: 0.75em;
    margin-top: -5px;
}

.product-info-box .tags-inner-wrap a:not(:hover) {
    color: inherit;
}

.product-info-box .h3-title {
    margin: 0 0 22px 0;
    color: #000;
    font-weight: 600;
    font-family: 'RF Dewi', sans-serif;
}

.product-info-box .action-wrap .button-link_new {
    color: #3858c9;
}

.product-info-box .action-wrap .button-link_new:hover {
    color: #5a7aeb;
}

.btn-15 {
    border-radius: 15px !important;
}

.product-info-box .h3-title * {
    font-family: 'RF Dewi', sans-serif;
}

.steps-tiles-box {
    margin-bottom: 62px;
}

.steps-tiles-box .items-outer-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #c7c7d6;
}

.steps-tiles-box .item-wrap {
    padding: 0;
    margin: 0;
    border-top: 1px solid #c7c7d6;
    border-left: 1px solid #c7c7d6;
    width: 100%;
}

.steps-tiles-box .items-wrap {
    margin: -1px 0 0 -1px;
}

.totals-tiles-box {
    margin-bottom: 62px;
}

.totals-tiles-box .items-wrap {
    margin: 0 -10px -25px -10px;
}

.totals-tiles-box .item-wrap {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 25px;
}

.side-info-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    border-radius: 2.5rem;
    background: rgba(46, 166, 225, 0.13);
    padding: 25px 30px;
    padding: 25px 3rem;
    font-size: 14px;
    line-height: 1.43;
    color: #403e3e;
    position: sticky;
    top: 110px;
}

.side-info-box .items-wrap {
    margin: 0 -10px 0 -10px;
}

.side-info-box .item-wrap {
    padding: 0 10px;
    width: 33.33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}

.side-info-box .item-wrap.wrap-button {
    width: auto;
    -ms-flex: 1;
    flex: 1;
    max-width: 66.66%;
}

.side-info-box .item-wrap.wrap-button+.wrap-button {
    max-width: 100%;
}

.side-info-box .side-section {
    margin-bottom: 18px;
}

.side-info-box .side-section:last-child {
    margin-bottom: 0;
}

.side-info-box .side-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    color: var(--clr-base);
    font-family: 'RF Dewi', sans-serif;
}

.side-info-box .side-title * {
    font-family: 'RF Dewi', sans-serif;
}

.side-info-box .side-section-title {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 18px 0;
    font-weight: 500;
    color: inherit;
}

.side-info-box .wrap-title {
    font-size: 13px;
    line-height: 1.47;
    margin: 0 0 4px 0;
    font-weight: 400;
}

.side-info-box b {
    font-weight: 500;
}

.side-info-box .btn {
    width: 192px;
    height: 59px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
}

.side-info-box .btn .button-ico {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    margin-top: -3px;
}

.side-info-box .button-info-popup-box {
    width: 172px;
}

.side-info-box .btn-action-app {
    width: 172px;    
    border-radius: 50px;
    overflow: hidden;
    line-height: 0;
}

.content-outer-wrap .side-wrap {
    display: none;
}
.content-outer-wrap-download {
    display:block;
    margin-bottom: 60px;
}
.wrap-50{
    width:50% !important;
}
.solution_with_manager_popup_soft_new .btn:disabled {
    opacity: 0.5;
}

.top-lead-box {
    font-size: 16px;
    line-height: 1.37;
    font-weight: 400;
    padding-top: 107px;
    margin-bottom: 180px;
    position: relative;
    z-index: 2;
}

.top-lead-box h1,
.top-lead-box h2,
.top-lead-box .js-anchor-button,
.top-lead-box p {
    color: #fff !important;
}

.top-lead-box .bg-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: 375px;
    background-size: cover;
    transform: translateX(-50%);
    z-index: -1;
}

.top-lead-box .title-inner-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.top-lead-box .info-inner-wrap {
    position: relative;
    z-index: 3;
    font-weight: 400;
}

.top-lead-box .photo-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: -140px;
    margin-top: -140px;
    position: relative;
    z-index: 2;
}

.top-lead-box .photo-inner-main {
    display: none;
    width: 1026px;
    margin: -160px 0 0 -120px;
    margin: -16rem 0 0 -12rem;
}

.top-lead-box .photo-inner-main .elm-photo.action-video:after {
    width: 64px;
    height: 64px;
    bottom: 60px;
}

.top-lead-box .photo-inner-small {
    display: none;
    -ms-flex-order: 2;
    max-width: 300px;
    order: 2;
    width: 45%;
}

.top-lead-box .photo-more-wrap {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.46;
    font-weight: 500;
    color: #939393;
    padding-bottom: 30px;
}

.top-lead-box .photo-more-wrap .elm-photo {
    width: 85px;
    height: 85px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--clr-bg-att-dark);
}

.top-lead-box .photo-more-wrap .elm-photo:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    background: rgba(0, 0, 0, 0.4);
    border: 3px solid #fff;
    border-radius: 50%;
}

.top-lead-box .photo-title-wrap {
    display: block;
    padding-left: 11px;
}

.top-lead-box .photo-title-wrap .photo-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    margin: 0 0 6px 0;
    color: #1f1f1f;
}

.top-lead-box .menu-wrap {
    display: none;
    font-size: 16px;
    line-height: 1.5;
}

.top-lead-box .menu-wrap a {
    color: inherit;
}

.top-lead-box .menu-wrap a:hover {
    color: var(--clr-att-second);
}

.top-lead-box .menu-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -33px 0 0;
    margin: 0 -3.3rem 0 0;
}

.top-lead-box .menu-wrap .menu li {
    padding: 0 33px 0 0;
    padding: 0 3.3rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.top-lead-box .h1-title {
    margin-bottom: 15px;
}

.top-lead-box .h2-title {
    margin-bottom: 8px;
    margin-top: 0;
}

.top-lead-box .btn {
    padding: 0 13px;
    font-size: 16px;
    font-weight: bold;
}

.top-lead-box .decor-a01 {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 8%;
    left: 14%;
    filter: blur(5px);
    transition: all ease 0.2s;
    animation: animate-dot ease 10s infinite;
    animation-direction: reverse;
    animation-delay: 0s;
}

.top-lead-box .decor-a02 {
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 4%;
    left: 30%;
    filter: blur(1px);
    transition: all ease 0.2s;
    animation: animate-dot ease 10s infinite;
    animation-delay: 1s;
}

.top-lead-box .decor-a03 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0%;
    left: 59%;
    filter: blur(5px);
    transition: all ease 0.2s;
    animation: animate-dot ease 10s infinite;
    animation-delay: 2s;
}

.top-lead-box .decor-a04 {
    display: none;
    animation: animate-dot ease 10s infinite;
    animation-delay: 3s;
}

.top-lead-box .decor-a05 {
    display: none;
    animation: animate-dot ease 10s infinite;
    animation-delay: 4s;
}

.top-lead-box .decor01 {
    width: 81px;
    height: 81px;
    filter: blur(29px);
    transition: all ease 0.2s;
    bottom: 30%;
    right: -40px;
    position: absolute;
}

.top-lead-box .decor02 {
    width: 81px;
    height: 81px;
    filter: blur(29px);
    transition: all ease 0.2s;
    top: 20%;
    left: -140px;
    position: absolute;
}

.breadcrumbs-box {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
    color: var(--clr-base);
}

.breadcrumbs-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -28px 0 0;
    margin: 0 -2.8rem 0 0;
}

.breadcrumbs-box .menu li {
    padding: 0 28px 0 0;
    padding: 0 2.8rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

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

.breadcrumbs-box .menu li:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/arrow-breadcrumbs.svg) center no-repeat;
    background-size: 100% auto;
    top: 10px;
    left: 100%;
    margin-top: -12px;
    margin-left: -26px;
    filter: brightness(0) grayscale(1);
}

.breadcrumbs-box a:not(:hover) {
    color: #000;
}

.btn-trf_hover .btn:hover {
    background-color: #06195e !important;
    border-color: #06195e !important;
}

.btn-rs_hover .btn:hover {
    background-color: #5a7aeb !important;
    border-color: #5a7aeb !important;
    color: #fff !important;
}

.more-box {
    margin: 25px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--clr-att-dark);
}

.more-box .btn-action-icon:hover {
    color: var(--clr-att-dark);
    opacity: 0.6;
}

.more-box .btn-action-icon .button-ico {
    filter: none;
    transition: all ease 0.2s;
}

.more-box .btn-action-icon.active .button-ico {
    transform: rotate(180deg);
}

.title-box {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.title-box .h2-title,
.title-box .h1-title {
    margin: 0 0 15px 0;
    color: var(--clr-title);
}

.title-box .h2-title:last-child,
.title-box .h1-title:last-child {
    margin-bottom: 0;
}

.title-box p {
    margin-bottom: 8px;
}

.title-box b {
    font-weight: 600;
}

.tabs-buttons-box {
    margin-bottom: 12px;
    pointer-events: none;
}

.tabs-buttons-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 0 0;
}

.tabs-buttons-box .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 5px 0 0;
}

.tabs-buttons-box .menu .btn {
    pointer-events: auto;
}

.tabs-buttons-box .menu .btn span {
    margin-left: 5px;
}

.tabs-box {
    margin-bottom: 12px;
}

.tabs-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 0 0;
}

.tabs-box .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 25px 0 0;
}

@media (max-width: 1399px) {
    .product-info-box .photo-inner-wrap {
        width: 240px;
    }

    .product-info-box .buttons-inner-wrap {
        padding-left: 270px;
    }

    .product-info-box .info-inner-wrap {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .product-info-box .photo-inner-wrap {
        width: 200px;
    }

    .product-info-box .buttons-inner-wrap {
        padding-left: 230px;
    }

    .product-info-box .info-inner-wrap {
        font-size: 15px;
    }
}

@media (max-width: 1023px) {

    .top-lead-box .decor-a01,
    .top-lead-box .decor-a02,
    .top-lead-box .decor-a03 {
        animation: none;
    }

    .top-lead-box .actions-wrap {
        padding-top: 20px;
    }

    .equipments-slider-box .sl-wrap:nth-child(3)~.sl-wrap {
        display: none;
    }    

    .tiles-compare-box .item-wrap:nth-child(2n):before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        width: 16px;
        margin-right: -8px;
        height: 1px;
        background: var(--clr-att-dark);
    }

    .popup-outer-box {
        padding: 0;
    }

    .popup-outer-box.popup-succefull {
        background: none;
        padding: 0 25px;
        background: rgba(255, 255, 255, 0.8);
    }

    .popup-outer-box.popup-succefull .popup-box {
        background: none;
        padding: 160px 25px 40px 25px;
    }

    .popup-outer-box.popup-succefull .popup-box .popup-title-wrap {
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        border-radius: 25px;
        width: 100%;
        padding: 50px 32px;
        background: rgba(56, 88, 201, 0.2);
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .popup-outer-box.popup-succefull .popup-box .popup-title-wrap .popup-title-wrap {
        padding: 0;
    }

    .popup-outer-box.popup-succefull .popup-box .popup-title-wrap .btn-action-ico.ico-popup-close {
        position: fixed;
    }

    .popup-outer-box.popup-succefull .popup-box .popup-title {
        font-size: 20px;
    }

    .popup-box {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        width: 100%;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .popup-box::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .popup-box .btn-action-ico.ico-popup-close {
        top: 40px;
        right: 10px;
    }

    .popup-box .btn-action-ico.ico-popup-close:before {
        background-size: 16px auto;
    }

    .popup-box .popup-title-wrap {
        font-size: 16px;
        line-height: 1.4;
        padding: 90px 15px 30px 15px;
    }

    .popup-box .popup-content-wrap {
        padding: 0 15px 40px 15px;
    }

    .popup-box .popup-title {
        font-size: 24px;
        line-height: 1.29;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .popup-form-box .frm-row-submit {
        padding-top: 0;
    }

    .popup-form-box .field-info {
        font-size: 12px;
        margin-top: 16px;
    }

    .popup-form-box .form-input {
        font-size: 16px;
    }

    .popup-form-box .btn {
        height: 51px;
        border-radius: 14px;
        padding: 0 18px;
        font-size: 18px;
    }

    .popup-form-box .elm-user {
        /*margin-bottom: 70px;*/
    }

    .equipments-slider-box .slider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .equipments-slider-box .sl-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 10px;
        margin-bottom: 50px;
    }

    .equipments-slider-box .sl-wrap~.sl-wrap {
        display: block;
    }    

    .tiles-icons-box.more-outer-wrap:not(.active) .item-wrap:nth-child(4)~.item-wrap {
        display: none;
    }
}

@media (max-width: 767px) {

    .product-groups-box {
        margin-bottom: 62px;
    }

    .product-groups-box .groups-wrap {        
        grid-template-columns: repeat(2, 1fr);
    }

    .product-groups-box .group-wrap {
        width: 155px;        
        margin-right: 24px;
        margin-bottom: 24px;
    }

    .product-groups-box .title-box {
        margin-bottom: 28px;
    }

    .clients-slider-box {
        margin-bottom: 62px;
    }

    .soft-info-box .info-inner-wrap {
        display: contents;
    }

    .product-info-box .box-inner-wrap {
        border-radius: 25px;
        padding: 25px;
        background-color: #f2f2f2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
    }
    .product-info-box .box-banners-wrap-3 {
        margin-top: -40px;
    }

    .product-info-box .photo-inner-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-info-box .info-inner-wrap {
        font-size: 16px;
        line-height: 1.37;
        padding: 0;
    }

    .product-info-box .buttons-inner-wrap {
        margin: 0 -30px 12px 0;
        padding: 0;
    }

    .product-info-box .buttons-inner-wrap .button-wrap {
        padding: 0 30px 10px 0;
        margin: 0;
        margin-right: 200px;
    }

    .product-info-box .buttons-inner-wrap .btn.button-att-light {
        height: 40px;
        border-radius: 0;
        border: none;
        padding: 0;
        background: none;
    }

    .product-info-box .buttons-inner-wrap .btn.button-att-light.active {
        color: var(--clr-title);
    }

    .product-info-box .buttons-inner-wrap .btn.button-att-light.active:before {
        opacity: 1;
    }

    .product-info-box .buttons-inner-wrap .btn.button-att-light:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        opacity: 0;
        background: var(--clr-att);
    }

    .product-info-box .actions-inner-wrap {
        width: 100%;
        padding-left: 20px;
    }

    .product-info-box .list-inner-wrap .list li {
        margin-bottom: 15px;
    }

    .product-info-box .list-inner-wrap .list li:after {
        top: 50%;
    }

    .product-info-box .h3-title {
        font-weight: bold;
    }

    .product-info-box .tags-inner-wrap {
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 30px;
    }

    .product-info-box .tags-inner-wrap .h3-title {
        display: none;
    }

    .product-info-box .tags-inner-wrap .list {
        display: block;
        margin: 0;
    }

    .product-info-box .tags-inner-wrap .list li {
        padding: 0;
        margin: 0 0 12px 0;
    }

    .product-info-box .tags-inner-wrap .list li:last-child {
        margin-bottom: 0;
    }

    .product-info-box .tags-inner-wrap .list li:after {
        display: none;
    }

    .product-info-box .h3-title {
        margin-bottom: 18px;
    }

    .product-info-box .action-wrap .btn {
        height: 48px;
        font-size: 16px;
    }

    .box-inner-wrap .banners-wrap {
        flex-wrap: wrap;
    }

    .product-info-box .section-third .honest-new {
        width: 50px;
        position: absolute;        
        bottom: 0;
        right: 5px;
    }
    .product-info-box .section-third .honest-new img {
        width: 100%;
    }

    @supports (display: contents) {
        .product-info-box .box-inner-wrap {
            -ms-flex-align: center;
            align-items: center;
        }

        .product-info-box .section-second .photo-inner-wrap {
            width: 100%;
        }

        .product-info-box .section-second .photo-inner-wrap .elm-photo {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }        

        .product-info-box .section-third .photo-inner-wrap .elm-photo {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

        .product-info-box .info-inner-wrap {
            display: contents;
        }

        .product-info-box .photo-inner-wrap {
            width: 138px;
            margin-left: -10px;
            margin-bottom: 0;
        }

        .product-info-box .tags-inner-wrap {
            width: calc(100% - 128px);
            padding-left: 16px;
            margin-bottom: 0;
        }

        .product-info-box .list-inner-wrap {
            padding-top: 30px;
        }
    }
}

@media (max-width: 639px) {
    .equipments-slider-box .sl-wrap:nth-child(3)~.sl-wrap {
        display: block;
    }

    .equipments-slider-box .sl-wrap:nth-child(3)~.sl-wrap~.sl-wrap {
        display: none;
    }    

    .steps-tiles-box.more-outer-wrap:not(.active) .item-wrap:nth-child(3)~.item-wrap {
        display: none;
    }

    .product-groups-box .group-wrap {
        width: 145px;        
        margin-right: 16px;
        margin-bottom: 16px;
    }
}

@media (min-width: 640px) {
    
    .video-slider-box .title-box {
        display: -ms-flexbox;
        display: flex;
    }

    .video-slider-box .title-box .title-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px 0 0;
    }

    .video-slider-box .title-box .title-wrap:last-child {
        padding-right: 0;
    }

    .video-slider-box .title-box .action-wrap {
        display: block;
        font-size: 18px;
        color: #848484;
        padding-right: 50px;
        padding-top: 10px;
    }

    .video-slider-box .title-box .action-wrap a:not(:hover) {
        color: inherit;
    }

    .video-slider-box .slick-track {
        display: -ms-flexbox;
        display: flex;
    }

    .video-slider-box .slick-track:before,
    .video-slider-box .slick-track:after {
        display: none;
    }

    .video-slider-box .slick-track .slick-slide {
        min-height: 100%;
        float: none;
        height: auto;
    }

    .video-slider-box .slick-track .slick-slide>div {
        min-height: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    .video-slider-box .slick-track .sl-wrap {
        display: block !important;
        width: 100%;
        min-height: 100%;
    }

    .video-slider-box .ico-arrow-prev {
        left: -50px;
    }

    .video-slider-box .ico-arrow-next {
        right: -50px;
    }

    .clients-slider-box .title-box {
        display: -ms-flexbox;
        display: flex;
    }

    .clients-slider-box .title-box .title-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px 0 0;
    }

    .clients-slider-box .title-box .title-wrap:last-child {
        padding-right: 0;
    }

    .clients-slider-box .title-box .action-wrap {
        display: block;
        font-size: 18px;
        color: #848484;
        padding-right: 50px;
        padding-top: 10px;
    }

    .clients-slider-box .title-box .action-wrap a:not(:hover) {
        color: inherit;
    }

    .clients-slider-box .slick-track {
        display: -ms-flexbox;
        display: flex;
    }

    .clients-slider-box .slick-track:before,
    .clients-slider-box .slick-track:after {
        display: none;
    }

    .clients-slider-box .slick-track .slick-slide {
        min-height: 100%;
        float: none;
        height: auto;
    }

    .clients-slider-box .slick-track .slick-slide>div {
        min-height: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    .clients-slider-box .slick-track .sl-wrap {
        display: block !important;
        width: 100%;
        min-height: 100%;
    }

    .clients-slider-box .ico-arrow-prev {
        left: -50px;
    }

    .clients-slider-box .ico-arrow-next {
        right: -50px;
    }

    .tiles-icons-box .item-wrap {
        width: 33.33%;
    }

    .steps-tiles-box .item-wrap {
        width: 50%;
    }

    .steps-tiles-box .more-box {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .equipments-slider-box .sl-wrap {
        width: 33.33%;
    }    

    .tiles-icons-box.more-outer-wrap:not(.active) .item-wrap:nth-child(4)~.item-wrap {
        display: block;
    }

    .tiles-icons-box.more-outer-wrap:not(.active) .item-wrap:nth-child(6)~.item-wrap {
        display: none;
    }
}

@media (min-width: 768px) {
    .product-info-box .section-second {
        -ms-flex-align: center;
        align-items: center;
    }

    .product-info-box .section-second .photo-inner-wrap {
        width: 48%;
    }

    .product-info-box .section-third .photo-inner-wrap {
        width: 317px;
    }

    .soft-info-box {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    .soft-info-box .info-inner-wrap {
        width: 60%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 3rem 0 0;
    }

    .soft-info-box .items-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        border-width: 2px;
        border-radius: 25px;
    }

    .soft-info-box .items-logo {
        width: 225px;
        margin-left: -112px;
        padding: 0 12px;
    }

    .soft-info-box .items-wrap {
        margin: 0 -8px -16px -8px;
    }

    .soft-info-box .item-wrap {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .soft-info-box .item-wrap:first-child:before {
        margin-right: -8px;
    }

    .soft-info-box .item-wrap:nth-child(5):before {
        margin-left: -8px;
    }

    .tiles-prices-box .actions-inner-wrap {
        display: -ms-flexbox;
        display: flex;
    }

    .tiles-prices-box .desc-inner-wrap {
        padding-left: 24px;
    }

    .tiles-prices-box .desc-inner-wrap .elm-ico {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tiles-prices-box .tabs-inner-wrap {
        display: -ms-flexbox;
        display: flex;
    }

    .tiles-prices-box .tabs-inner-wrap .tabs-box {
        -ms-flex: 1;
        flex: 1;
        padding-right: 40px;
    }

    .tiles-prices-box .tabs-inner-wrap .tabs-buttons-box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 9px;
    }
}

@media (min-width: 1024px) {
    .product-info-box .actions-inner-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product-info-box .h3-title {
        font-weight: bold;
    }

    [id^="section"] {
        scroll-margin-top: 100px;
    }

    .popup-outer-box.popup-succefull .popup-box {
        width: 66rem;
        padding-top: 8px;
        padding-bottom: 40px;
        border-radius: 25px;
    }

    .popup-outer-box.popup-succefull .popup-box .popup-title {
        font-size: 3rem;
    }

    .popup-outer-box.popup-succefull .popup-box .btn-action-ico.ico-popup-close {
        top: 50%;
        margin-top: -20px;
        margin-right: -8px;
    }

    .popup-outer-box.popup-succefull .popup-box .btn-action-ico.ico-popup-close:before {
        background-size: 32px auto;
    }

    .equipments-slider-box {
        margin-bottom: 12rem;
    }

    .equipments-slider-box .action-inner-wrap {
        margin-top: 40px;
    }

    .equipments-slider-box .slider-wrap {
        padding: 0 50px;
        margin: 0 -11px;
    }

    .equipments-slider-box .ico-arrow {
        position: absolute;
        top: 87px;
        left: -50px;
        margin-top: -20px;
    }

    .equipments-slider-box .ico-arrow-next {
        left: auto;
        right: -50px;
    }

    .equipments-slider-box .btn {
        border-radius: 15px;
        width: auto;
        padding: 0 14px;
    }   

    .soft-info-box {
        margin-bottom: 12rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .soft-info-box .text-inner-wrap {
        margin-bottom: 20px;
    }

    .soft-info-box .text-inner-wrap .h2-title {
        margin-bottom: 1.1em;
    }

    .soft-info-box .items-inner-wrap {
        margin-top: 15px;
        padding-top: 45px;
        margin-bottom: 0;
    }

    .soft-info-box .action-inner-wrap {
        margin: 0;
    }

    .soft-info-box .action-inner-wrap .btn {
        width: auto;
        padding: 0 24px;
        border-radius: 15px;
    }

    .soft-info-box .text-small {
        display: block;
        font-size: 14px;
        line-height: 1.71;
    }

    .soft-info-box .text-small a:not(:hover) {
        color: var(--clr-title);
    }

    .soft-info-box p {
        margin-bottom: 1.3em;
    }

    .video-slider-box {
        padding-bottom: 50px;
        margin-bottom: 12rem;
    }

    .video-slider-box .slider-wrap {
        padding: 0 5rem;
    }    

    .clients-slider-box .slider-wrap {
        padding: 0 5rem;
    }

    .base-info-box {
        margin-bottom: 12rem;
        position: relative;
        padding: 30px 300px 42px 0;
        min-height: 320px;
    }

    .base-info-box .photo-inner-wrap {
        margin: 0;
        width: 324px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4rem;
        left: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .base-info-box .photo-inner-wrap .elm-photo {
        width: 324px;
    }

    .base-info-box .bg-inner-wrap {
        right: 0;
        left: auto;
        width: 100dvw;
        transform: none;
        top: 0;
        bottom: 0;
        height: auto;
        margin: 0;
        border-radius: 0 147px 0 0;
    }

    .base-info-box .action-inner-wrap {
        padding-top: 10px;
    }

    .base-info-box .action-inner-wrap .btn {
        height: 57px;
        border-radius: 15px;
        font-size: 18px;
    }

    .base-info-box .h2-title.title-large {
        font-size: 30px;
    }

    .base-info-box .decor01 {
        bottom: 12%;
        right: 4%;
        width: 21px;
        height: 21px;
        filter: blur(6px);
    }

    .base-info-box .decor02 {
        top: 14%;
        right: 17%;
        width: 44px;
        height: 44px;
        filter: blur(6px);
    }

    .base-info-box .decor03 {
        width: 97px;
        height: 97px;
        bottom: 18%;
        right: auto;
        left: 35%;
        filter: blur(12px);
    }

    .tiles-work-box {
        margin-bottom: 12rem;
    }

    .tiles-work-box .items-wrap {
        margin: 0 -11px -40px -11px;
    }

    .tiles-work-box .item-wrap {
        width: 25%;
    }

    .tiles-work-box .info-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 1.71;
        margin-top: 63px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tiles-work-box .info-wrap {
        padding: 0 0 0 40px;
        margin: 0;
        max-width: 525px;
    }

    .tiles-work-box .button-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
    }

    .tiles-work-box .button-wrap .btn {
        padding: 0 34px;
        font-size: 18px;
        border-radius: 15px;
        font-family: 'IBM Plex Sans', sans-serif;
    }

    .tiles-work-box .button-wrap .btn * {
        font-family: 'IBM Plex Sans', sans-serif;
    }

    .tiles-work-box .button-wrap .btn .button-title:before {
        content: attr(data-title-desktop);
    }

    .tiles-work-box .button-wrap .btn .button-ico {
        display: block;
    }

    .tiles-prices-box {
        margin-bottom: 11.2rem;
    }

    .tiles-prices-box .items-inner-wrap {
        border-radius: 22px;
    }

    .tiles-prices-box .link-mobile-wrap {
        display: none;
    }

    .tiles-prices-box .info-inner-wrap {
        font-size: 1.8rem;
        line-height: 1.33;
    }

    .tiles-prices-box .actions-inner-wrap .button-wrap .btn {
        height: 57px;
        padding: 0 28px;
        font-size: 18px;
        border-radius: 15px;
    }

    .tiles-prices-box .actions-inner-wrap .button-wrap .btn:not(:hover) {
        background: none;
        color: var(--clr-att-dark);
    }

    .title-large-dark {
        color: #000 !important;
    }

    .tiles-prices-box .actions-inner-wrap .button-wrap .btn:hover,
    .tiles-prices-box .actions-inner-wrap .button-wrap .btn.active {
        background-color: var(--clr-att-dark) !important;
        border-color: var(--clr-att-dark) !important;
        color: #fff !important;
    }

    .button-link_v {
        color: #3858c9 !important;
    }

    .slick-dots .slick-active button {
        background: #3858c9 !important;
    }

    .tiles-prices-box .actions-inner-wrap .button-wrap .btn:hover .button-ico,
    .tiles-prices-box .actions-inner-wrap .button-wrap .btn.active .button-ico {
        filter: brightness(0) invert(1);
    }

    .tiles-prices-box .actions-inner-wrap .button-wrap .btn:active {
        background-color: var(--clr-att);
        border-color: var(--clr-att);
    }

    .tiles-prices-box .actions-inner-wrap .button-wrap .btn:active .button-ico {
        filter: brightness(0) invert(1);
    }

    .tiles-prices-box .tabs-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        -ms-flex-align: center;
        align-items: center;
    }

    .tiles-prices-box .tabs-box {
        -ms-flex: 1;
        flex: 1;
        padding: 0 40px 0 0;
    }

    .tiles-prices-box .tabs-box .menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .tiles-prices-box .tabs-buttons-box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .tiles-prices-box .title-box .action-wrap .btn.button-link {
        text-decoration: underline;
    }

    .tiles-prices-box .title-box .action-wrap .btn.button-link:hover {
        text-decoration: none;
        color: var(--clr-att);
    }

    .tiles-prices-box .title-box .action-wrap .btn .button-title:before {
        content: attr(data-title-desktop);
    }

    .tiles-prices-box .title-box .action-wrap .btn .button-ico {
        display: block;
    }

    .tiles-compare-box {
        margin-bottom: 12rem;
    }

    .tiles-compare-box .items-wrap {
        margin: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tiles-compare-box .wrap-number {
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        font-size: 32px;
        font-weight: 800;
        color: var(--clr-att-dark);
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        width: 28%;
        font-family: 'RF Dewi', sans-serif;
    }

    .tiles-compare-box .wrap-number * {
        font-family: 'RF Dewi', sans-serif;
    }

    .tiles-compare-box .wrap-number:before,
    .tiles-compare-box .wrap-number:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        height: 1px;
        background: var(--clr-att-dark);
        width: calc(50% - 34px);
    }

    .tiles-compare-box .wrap-number:before {
        left: auto;
        right: 15px;
    }

    .tiles-compare-box .item-wrap {
        margin-bottom: 16px;
        width: 44%;
        position: relative;
        padding: 0;
    }

    .tiles-compare-box .item-wrap:nth-child(2n):before {
        left: auto;
        right: 100%;
        margin-left: auto;
        margin-right: -15px;
    }

    .tiles-compare-box .item-wrap:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 100%;
        background: url(/local/templates/software/./img/icons/dot.svg) center no-repeat;
        background-size: 100% auto;
        margin-top: -15px;
        margin-left: -15px;
        z-index: 2;
    }

    .tiles-compare-box .wrap-button {
        padding-top: 12px;
    }

    .tiles-compare-box .wrap-button:after,
    .tiles-compare-box .wrap-button:before {
        display: none;
    }

    .tiles-compare-box .wrap-button+.wrap-button {
        display: block;
    }

    .tiles-compare-box .wrap-button .btn {
        height: 5.8rem;
        border-radius: 8px;
        padding: 0 14px;
        font-size: 1.8rem;
        font-weight: bold;
        min-width: 21.5rem;
    }

    .tiles-compare-box .title-box {
        font-weight: 500;
        margin-bottom: 3.8rem;
    }

    .tiles-compare-box .title-box b {
        font-weight: 500;
    }

    .tiles-compare-box .items-title-wrap {
        margin-bottom: 30px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tiles-compare-box .items-title-wrap .title-left,
    .tiles-compare-box .items-title-wrap .title-right {
        font-size: 22px;
        line-height: 1.27;
        color: var(--clr-att-dark);
        width: 40%;
    }

    .tiles-compare-box .items-title-wrap .title-button {
        padding: 0;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn {
        width: 100%;
        padding: 16px 20px;
        border-radius: 12px;
        font-size: 22px;
        line-height: 1.27;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn:after {
        left: 20%;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn:before {
        right: 20%;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn br {
        display: none;
    }

    .tiles-icons-box {
        margin-bottom: 12rem;
    }

    .tiles-icons-box .more-box {
        display: none;
    }

    .tiles-icons-box .info-inner-wrap {
        margin-top: 3.8rem;
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .tiles-icons-box .title-box {
        margin-bottom: 3.8rem;
    }

    .tiles-icons-box .items-wrap {
        margin: 0 0px 0px 0;
    }

    .tiles-icons-box .item-wrap {
        white-space: nowrap;
        width: auto;
        padding: 0 15px 15px 0;
        margin: 0;
    }

    .tiles-icons-box .items-wrap {
        margin-right: -15px;
    }

    /*.tiles-icons-box .item-wrap:nth-child(5n) {*/
    /*    margin-right: 0px;*/
    /*}*/
    .tiles-icons-box .h3-title {
        font-size: 22px;
        line-height: 1.27;
        margin-bottom: 12px;
        font-weight: bold;
    }

    .tiles-icons-box .frm-popup-content {
        font-size: 16px;
        font-weight: 500;
    }

    .tiles-icons-box .action-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .tiles-icons-box .action-wrap .btn {
        height: 6.7rem;
        padding: 0 18px;
        border-radius: 15px;
        font-size: 1.8rem;
    }

    .steps-tiles-box {
        margin-bottom: 12rem;
    }

    .steps-tiles-box .items-outer-wrap {
        border-radius: 2.5rem;
    }

    .totals-tiles-box {
        margin-bottom: 9.8rem;
    }

    .totals-tiles-box .items-wrap {
        margin: 0 -2rem -5rem -2rem;
    }

    .totals-tiles-box .item-wrap {
        padding: 0 2rem;
        margin-bottom: 5rem;
    }

    .content-outer-wrap {
        display: -ms-flexbox;
        display: flex;
    }

    .content-outer-wrap .side-wrap {
        width: 320px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-order: 2;
        order: 2;
        display: block;
    }
    .content-outer-wrap-download {
        display:none
    }

    .content-outer-wrap .content-wrap {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 4rem 0 0;
        max-width: calc(100% - 320px);
    }

    .top-lead-box {
        padding-top: 73px;
        padding-bottom: 0;
        margin-bottom: 5rem;
        font-size: 1.8rem;
        line-height: 1.44;
    }

    .top-lead-box .bg-inner-wrap {
        /* background-image: url(/local/templates/software/./img/bg-d.jpg); */
        background-image: url(/local/templates/software/./img/bg-points.png);
    }
    .top-lead-box .inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-lead-box .title-inner-wrap {
        margin: 0 0 8.4rem 0;
    }

    .top-lead-box .info-inner-wrap {
        width: 72rem;
        margin: 0;
        padding-top: 1.8rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .top-lead-box .photo-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 72rem);
        margin: 0;
        padding: 0;
        bottom: auto;
        display: block;
        position: relative;
    }

    .top-lead-box .photo-inner-small {
        width: 250px;
        position: absolute;
        bottom: 0;
        left: -4rem;
        z-index: 2;
    }

    .top-lead-box .photo-more-wrap {
        display: none;
    }

    .top-lead-box .photo-inner-main {
        display: block;
    }

    .top-lead-box .menu-wrap {
        display: block;
    }

    .top-lead-box .actions-wrap {
        margin: 8rem -3.2rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-lead-box .action-info {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: #3c55ac;
        padding-top: 12px;
        font-weight: 400;
    }

    .top-lead-box .action-info a {
        color: inherit;
    }

    .top-lead-box .action-info a:hover {
        color: #fff;
    }

    .top-lead-box .action-wrap {
        padding: 0 3.2rem 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 4rem;
    }

    .top-lead-box .btn {
        height: 6.9rem;
        padding: 0 23px;
        border-radius: 1.6rem;
        font-size: 2rem;
        font-weight: 600;
    }

    .top-lead-box .btn.button-dborder:not(:hover) {
        border-color: #fff;
        background-color: transparent;
        color: #fff;
    }

    .top-lead-box .btn.button-dborder:hover {
        border-color: #fff;
        color: #fff;
        background: #0a2278;
    }

    .top-lead-box .btn.button-dborder:active {
        border-color: #fff;
        color: #fff;
        background: var(--clr-title);
    }

    .top-lead-box .h2-title {
        margin-bottom: 0.4em;
    }

    .top-lead-box p {
        max-width: 37.33333333em;
    }

    .top-lead-box .decor01 {
        width: 172px;
        height: 172px;
        filter: blur(52px);
        bottom: 30%;
        right: -210px;
    }

    .top-lead-box .decor02 {
        width: 113px;
        height: 113px;
        filter: blur(24px);
        top: 15%;
        left: -180px;
        position: absolute;
    }

    .top-lead-box .decor-a01 {
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: 50%;
        left: -10%;
        filter: blur(4px);
    }

    .top-lead-box .decor-a02 {
        width: 22px;
        height: 22px;
        position: absolute;
        bottom: 13%;
        left: 40%;
        filter: blur(2px);
    }

    .top-lead-box .decor-a03 {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 10%;
        left: 68%;
        filter: blur(4px);
    }

    .top-lead-box .decor-a04 {
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 14%;
        right: 20%;
        filter: blur(2px);
        z-index: 20;
    }

    .top-lead-box .decor-a05 {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 16%;
        right: 7%;
        filter: blur(2px);
    }

    .title-box {
        margin-bottom: 5.2rem;
        font-size: 18px;
    }

    .clients-slider-box .title-box {
        margin-bottom: 3.8rem;
    }

    .title-box .h2-title,
    .title-box .h1-title {
        margin-bottom: 12px;
    }

    .title-box.title-space .h2-title,
    .title-box.title-space .h1-title {
        margin-bottom: 5rem;
    }

    .title-box.title-space .h2-title:last-child,
    .title-box.title-space .h1-title:last-child {
        margin-bottom: 0;
    }

    .tabs-box {
        margin-bottom: 30px;
    }

    .tabs-box .menu {
        margin: 0 -5rem 0 0;
    }

    .tabs-box .menu li {
        margin-right: 5rem;
    }

    .tabs-buttons-box {
        margin-bottom: 30px;
    }

    .tabs-buttons-box .menu {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0;
        border: 1px solid #c7c7d6;
        padding: 5px;
        border-radius: 15px;
    }

    .tabs-buttons-box .menu li {
        margin: 0;
    }

    .product-info-box .section-third .honest-new {
        width: 96px;
        position: absolute;
        top: 29px;
        right: -48px;
    }
    .product-info-box .section-third .honest-new img {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .soft-info-box {
        display: block;
    }

    .soft-info-box .info-inner-wrap {
        width: 100%;
        padding-right: 0;
    }

    .soft-info-box .items-inner-wrap {
        width: 100%;
        margin-top: 40px;
    }

    .top-lead-box .info-inner-wrap {
        max-width: 50%;
        padding-right: 50px;
    }
}

@media (min-width: 1400px) {
    .product-info-box .section-second .photo-inner-wrap .elm-photo {
        margin: 0 -50px 0 0;
    }    

    .tiles-prices-box .item-wrap {
        width: 25%;
    }

    .tiles-prices-box .item-wrap.active {
        border-top: none;
    }

    .tiles-prices-box .item-wrap.active~.active {
        border-top: none;
    }

    .tiles-prices-box .item-wrap.active~.active~.active {
        border-top: none;
    }

    .tiles-prices-box .item-wrap.active~.active~.active~.active {
        border-top: none;
    }

    .tiles-compare-box .items-inner-wrap {
        margin: 0 auto;
        max-width: 1136px;
    }

    .tiles-compare-box .items-title-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 1136px;
    }

    .tiles-compare-box .items-title-wrap .title-button {
        margin-bottom: 60px;
        position: relative;
    }

    .tiles-compare-box .items-title-wrap .title-button:after,
    .tiles-compare-box .items-title-wrap .title-button:before {
        content: "";
        display: block;
        width: 32px;
        height: 33px;
        background: url(/local/templates/software/./img/icons/arrow-end.svg) center no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        left: 10%;
        margin-top: 90px;
        margin-left: -21px;
    }

    .tiles-compare-box .items-title-wrap .title-button:before {
        left: auto;
        right: 10%;
        margin-left: auto;
        margin-right: -15px;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn {
        width: auto;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn .button-title {
        position: relative;
        z-index: 2;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn:after {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 30%;
        height: 100px;
        background: none;
        border-left: 2px solid var(--clr-att-dark);
        border-top: 2px solid var(--clr-att-dark);
        border-radius: 12px 0 0 0;
    }

    .tiles-compare-box .items-title-wrap .title-button .btn:before {
        position: absolute;
        top: 50%;
        right: 10%;
        width: 30%;
        height: 100px;
        background: none;
        border-right: 2px solid var(--clr-att-dark);
        border-top: 2px solid var(--clr-att-dark);
        border-radius: 0 12px 0 0;
    }

    .tiles-icons-box .text-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .tiles-icons-box .text-inner-wrap .action-wrap {
        margin: 0;
        padding-left: 30px;
    }

    .tiles-icons-box .text-inner-wrap .info-wrap {
        margin: 0;
        -ms-flex: 1;
        flex: 1;
    }

    .tiles-icons-box .text-inner-wrap .info-wrap p {
        max-width: 63.4rem;
    }

    .tiles-icons-box .title-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .tiles-icons-box .title-box .title-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 3rem 0 0;
    }

    .tiles-icons-box .title-box .icon-wrap {
        width: 137px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
    }

    .tiles-icons-box .title-box .icon-logo {
        width: 100%;
    }

    .steps-tiles-box .item-wrap {
        width: 33.33%;
    }
}

@media (min-width: 1600px) {
    .tiles-icons-box {
        /* .item-wrap {
			flex-basis: auto;
			flex-grow: 1;
		}
		.item-tile-icon {
			width: 100%;
		} */
    }

    .tiles-icons-box .items-wrap {
        /*margin-right: -25px;*/
    }

    .tiles-work-box .item-wrap {
        width: 25%;
    }

    .totals-tiles-box .item-wrap {
        width: 27%;
    }

    .totals-tiles-box .item-wrap:last-child {
        width: 19%;
    }
}

/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
    text-overflow: ellipsis;
}

.form-input {
    text-overflow: ellipsis;
    border: 1px solid var(--clr-att-dark);
    padding-left: 19px;
    padding-right: 10px;
    font-size: 20px;
    font-size: 2rem;
    height: 62px;
    height: 6.2rem;
    color: var(--clr-att-dark);
}

select.form-input {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px;
    background-image: url(/local/templates/software/./img/icons/arrow-select.svg);
    background-position: right 20px center;
    background-color: #fff;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    line-height: 1em;
    text-indent: 0.01px;
    outline: none;
}

select.form-input.form-input-clear {
    height: auto;
    border: none;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: inherit;
    padding: 0 16px 0 0;
    color: inherit;
    font-weight: bold;
    background-image: url(/local/templates/software/./img/icons/arrow-select.png);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right center;
}

select::-ms-expand {
    display: none;
}

select.form-input:required:invalid {
    color: #adadad;
}

[placeholder]::-webkit-input-placeholder {
    color: #bfc9ff;
}

[placeholder]:-moz-placeholder {
    color: #bfc9ff;
}

[placeholder]::-moz-placeholder {
    color: #bfc9ff;
}

[placeholder]:-ms-input-placeholder {
    color: #bfc9ff;
}

.btn {
    height: 47px;
    border-radius: 8px;
    border: 2px solid var(--clr-att-dark);
    background: var(--clr-att-dark);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.btn:hover {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
    color: #fff;
}

.btn:hover .button-arrow {
    transform: translateX(8px);
}

.btn:active {
    background-color: var(--clr-att-dark);
    border-color: var(--clr-att-dark);
    color: #fff;
}

.btn.button-tab-small {
    height: 28px;
    border-radius: 10px;
    border: none;
    padding: 0 6px;
    background: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-att-dark);
}

.btn.button-tab-small:hover {
    color: var(--clr-title);
    background: none;
}

.btn.button-tab-small.active {
    color: #fff;
    background: var(--clr-att-dark);
}

.btn.button-tab {
    height: auto;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: var(--clr-title);
    padding: 9px 0;
    border-radius: 0;
    background: none;
    border: none;
    font-family: 'RF Dewi', sans-serif;
}

.btn.button-tab * {
    font-family: 'RF Dewi', sans-serif;
}

.btn.button-tab:hover,
.btn.button-tab.active {
    color: var(--clr-att-dark);
}

.btn.button-tab:hover:before,
.btn.button-tab.active:before {
    opacity: 1;
}

.btn.button-tab:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease 0.2s;
    height: 3px;
    border-radius: 2px;
    background: var(--clr-att);
}

.btn.button-link {
    padding: 0 !important;
    height: auto;
    background: none;
    color: var(--clr-att);
    border-radius: 0;
    border: none;
}

.btn.button-link:hover {
    background: none;
    border: none;
    color: var(--clr-att-dark);
}

.btn.button-att-light:not(:hover) {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
}

.btn.button-att-light:hover {
    background-color: var(--clr-att-dark);
    border-color: var(--clr-att-dark);
}

.btn.button-att-light:active {
    background-color: var(--clr-title);
    border-color: var(--clr-title);
}

.btn.button-second:not(:hover) {
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second);
}

.btn.button-second:hover {
    background-color: #fe892d;
    border-color: #fe892d;
}

.tiles-compare-box .btn {
    border: none !important;
}

.btn.button-second:active {
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second);
}

.btn.button-light:not(:hover) {
    background-color: #fff;
    border-color: #fff;
}

.btn.button-light:not(:hover).button-border {
    color: #fff;
}

.btn.button-border:not(:hover) {
    background-color: transparent;
    color: #231f20;
}

.btn.button-border:hover,
.btn.button-border.active {
    background-color: var(--clr-att-dark);
    border-color: var(--clr-att-dark);
}

.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
    filter: brightness(0) invert(1);
}

.btn.button-border:active {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
}

.btn.button-border:active .button-ico {
    filter: brightness(0) invert(1);
}

.btn.button-border.button-border-light:hover {
    background: rgba(56, 88, 201, 0.2);
    border-color: var(--clr-att-dark);
    color: var(--clr-att-dark);
}

.btn.button-border.button-border-light:active {
    background: var(--clr-att-dark);
    border-color: var(--clr-att-dark);
    color: #fff;
}

.btn .button-arrow {
    display: inline;
    font-size: 1.3em;
    margin-left: 10px;
    margin-right: 10px;
    transition: all ease 0.2s;
}

.btn .button-ico {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    transition: all ease 0.2s;
}

.btn .button-ico:last-child {
    margin-right: 0;
}

.btn .button-ico:first-child {
    margin-left: 0;
}

.btn .button-title[data-title]:before {
    content: attr(data-title);
}

.btn .button-title[data-show]:before {
    content: attr(data-show);
}

.btn.active .button-title[data-title-active]:before {
    content: attr(data-title-active);
}

.btn.active .button-title[data-hide]:before {
    content: attr(data-hide);
}

.btn-action-ico {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: all ease 0.2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-action-ico:not(.btn) {
    background: none;
    border: none;
    box-shadow: none;
}

.btn-action-ico.btn {
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: block;
}

.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all ease 0.2s;
}

.btn-action-ico img,
.btn-action-ico svg {
    max-width: 24px;
    max-height: 24px;
}

.btn-action-ico:before,
.btn-action-ico:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

.btn-action-ico:hover {
    text-decoration: none;
}

.btn-action-ico:hover:not(.btn) {
    background: none;
    box-shadow: none;
}

.btn-action-ico.ico-arrow {
    z-index: 20;
    cursor: pointer;
}

.btn-action-ico.ico-arrow:before {
    background-image: url(/local/templates/cleverence_new/img/icons/arrow-slider.svg);
    background-size: 24px auto;
}

.btn-action-ico.ico-arrow:hover {
    opacity: 0.7;
}

.btn-action-ico.ico-arrow-prev:before {
    transform: rotate(180deg);
}

.btn-action-ico.ico-menu-close:before {
    background-image: url(/local/templates/software/./img/icons/close-menu.svg);
}

.btn-action-ico.ico-popup-close:before {
    background-image: url(/local/templates/software/./img/icons/close-popup.svg);
    background-size: 18px auto;
}

.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
    max-width: 100%;
    max-height: 100%;
}

.btn-action-ico.button-soc:hover {
    opacity: 0.8;
}

.btn-action-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: inherit;
}

.btn-action-icon.button-att {
    color: var(--clr-att);
}

.btn-action-icon.button-att .button-ico {
    filter: none;
}

.btn-action-icon:hover {
    color: var(--clr-att);
}

.btn-action-icon:hover .button-ico {
    filter: none;
}

.btn-action-icon .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: brightness(0) grayscale(1);
}

.btn-action-icon .button-ico+.button-title {
    padding-left: 10px;
}

.btn-action-icon .button-title {
    display: block;
}

.btn-action-icon .button-title[data-title]:before {
    content: attr(data-title);
}

.btn-action-icon .button-title[data-show]:before {
    content: attr(data-show);
}

.btn-action-icon.active .button-title[data-title-active]:before {
    content: attr(data-title-active);
}

.btn-action-icon.active .button-title[data-hide]:before {
    content: attr(data-hide);
}

.btn-action-app {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 155px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-action-app img,
.btn-action-app svg {
    display: block;
    width: 100%;
}

.btn-action-doc {
    color: var(--clr-att-dark);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 45px;
    min-height: 36px;
    text-decoration: underline;
}

.btn-action-doc:hover {
    text-decoration: none;
}

.btn-action-doc .button-ico {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
}

@media (min-width: 1024px) {
    .btn-action-ico.ico-arrow:before {
        background-size: 32px auto;
    }

    .btn.button-tab-small {
        height: 32px;
        padding: 0 10px;
        font-size: 18px;
    }

    .btn.button-tab {
        font-size: 2.4rem;
        padding: 6px 0;
        font-weight: bold;
        line-height: 1.4;
    }

    .btn.button-tab:not(:hover, .active) {
        color: #bebebe;
    }
}

/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-field-phone {
    position: relative;
    display: block;
}

.frm-field-phone {
    position: relative;
}

.frm-field-phone .form-input {
    padding-left: 128px !important;
}

.frm-field-phone .popup-content-block {
    display: block;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: -20px;
    margin-top: 15px;
    z-index: 20;
    background: #fff;
    width: 240px;
    border: 1px solid var(--clr-att-dark);
    display: none;
    max-height: 300px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.frm-field-phone .popup-content-block::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.frm-field-phone .field-phone-select {
    width: 40px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -8px;
}

.frm-field-phone .btn-popup-toggle {
    display: block;
    position: relative;
    height: 16px;
    padding: 0 17px 0 0;
    z-index: 10;
}

.frm-field-phone .btn-popup-toggle.active:before {
    transform: rotate(180deg);
}

.frm-field-phone .btn-popup-toggle:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/arrow-phone.svg) center no-repeat;
    background-size: 8px auto;
    top: 50%;
    left: 20px;
    margin-top: -12px;
    transition: all ease 0.2s;
}

.frm-field-phone .btn-popup-toggle .button-title .button-title {
    display: none;
}

.frm-field-phone .btn-popup-toggle .button-prefix {
    display: block;
    width: 60px;
    text-align: right;
    position: absolute;
    height: 16px;
    line-height: 16px;
    font-size: 20px;
    color: #4e67ee;
    left: 100%;
    top: 0;
}

.frm-field-phone .btn-phone {
    padding: 5px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--clr-att-dark);
}

.frm-field-phone .btn-phone .button-title {
    padding-left: 10px;
}

.frm-field-phone .btn-phone .button-prefix {
    display: none;
}

.frm-field-phone .button-ico {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
    width: 23px;
    height: 16px;
}

.frm-popup-content {
    position: relative;
}

.frm-popup-content .popup-content-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 720px;
    z-index: 120;
    background: #e4f4fb;
    border-radius: 2.5rem;
    padding: 25px;
    font-size: 14px;
    line-height: 1.43;
    margin-top: 8px;
}

.frm-popup-content .popup-title {
    display: block;
    font-size: 16px;
    line-height: 1.12;
    font-weight: 500;
    color: var(--clr-title);
    margin: 0 0 22px 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

.frm-popup-content .popup-title * {
    font-family: 'IBM Plex Sans', sans-serif;
}

.frm-popup-content .list {
    margin-bottom: 26px;
}

.frm-popup-content .list:last-child {
    margin-bottom: 0;
}

.frm-popup-content .list.list-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -24px 0 0;
    color: var(--clr-att-dark);
}

.frm-popup-content .list.list-links li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px 10px 0;
}

.frm-popup-content .list li {
    margin-bottom: 15px;
}

.frm-popup-content .list li:last-child {
    margin-bottom: 0;
}

.frm-popup-content .btn-popup-close {
    display: none;
    position: fixed;
    top: 30px;
    right: 15px;
    z-index: 10;
}

.frm-popup-content .btn-popup-toggle {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0;
}

.frm-popup-content .btn-popup-toggle:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/local/templates/software/./img/icons/arrow-more.svg) center no-repeat;
    top: 50%;
    right: 0;
    margin-top: -12px;
    background-size: 100% auto;
}

.frm-popup-content .btn-popup-toggle:hover {
    opacity: 0.6;
    color: var(--clr-att);
}

.frm-popup-content .btn-popup-toggle.active:before {
    transform: rotate(90deg);
}

.frm-row,
.frm-field,
.frm-row-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
}

.frm-field {
    display: block;
    width: 100%;
}

.frm-select {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
}

.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.frm-select label {
    display: block;
    position: relative;
    cursor: pointer;
}

.frm-select label:before,
.frm-select label:after {
    content: "";
    display: block;
    position: absolute;
}

@media (max-width: 1023px) {
    .frm-field-phone .btn-popup-toggle .button-prefix {
        font-size: 16px;
        width: 40px;
    }

    .frm-field-phone .form-input {
        padding-left: 108px !important;
    }

    .frm-popup-content .popup-content-block {
        margin: 0;
        max-width: 100%;
        padding: 70px var(--paddingContainer) 30px var(--paddingContainer);
        border-radius: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 200;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .frm-popup-content .popup-content-block::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .frm-popup-content .btn-popup-close {
        display: block;
    }
}

@media (min-width: 1024px) {
    .frm-popup-content .btn-popup-toggle:before {
        transform: rotate(90deg);
    }

    .frm-popup-content .btn-popup-toggle.active:before {
        transform: rotate(270deg);
    }
}

/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes animate-dot {
    0% {
        transform: translate(0, 0);
    }

    16% {
        transform: translate(0, -50px);
    }

    33% {
        transform: translate(50px, -50px);
    }

    49% {
        transform: translate(100px, 0px);
    }

    66% {
        transform: translate(50px, 30px);
    }

    83% {
        transform: translate(0, 50px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes flash {
    0% {
        opacity: 0.55;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeinslide {
    from {
        opacity: 0;
        transform: translate(0, -50px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

.i,
[class*="icon-"] {
    display: block;
    transition: none;
}

.img-bg-cover,
.img-bg-contain {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.img-bg-contain {
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

@supports (object-fit: cover) {
    .img-bg-cover {
        height: 100%;
        object-fit: cover;
    }
}

@supports (object-fit: contain) {
    .img-bg-contain {
        height: 100%;
        object-fit: contain;
        max-width: inherit;
        max-height: inherit;
        right: auto;
        bottom: auto;
    }
}

.js-btn-popup-toggle.active+.js-popup-block {
    display: block !important;
}

.js-popup-block {
    animation: fadein ease 0.3s;
}

.js-tab-block {
    display: none;
    animation: fadein ease 0.2s;
}

.js-tab-block.active {
    display: block;
}

.items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.items-wrap.show-all .item-wrap.wrap-hidden {
    display: block;
}

.items-wrap.show-all .wrap-more a:after {
    content: attr(data-hide);
}

.item-wrap {
    width: 100%;
    position: relative;
    break-inside: avoid-column;
    display: block;
    animation: fadein ease 0.2s;
}

.item-wrap.wrap-more~.item-wrap {
    display: none;
}

.item-wrap.wrap-more.active {
    display: none;
}

.item-wrap.wrap-more.active~.item-wrap {
    display: block;
}

.item-wrap.wrap-more a:after {
    content: attr(data-show);
}

.item-wrap.wrap-hidden {
    display: none;
    animation: fadein ease 0.2s;
}

.slider-wrap,
.slider,
.sl-wrap {
    position: relative;
    line-height: 1;
    display: block;
}

.sl-wrap~.sl-wrap {
    display: none;
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 0;
    margin: 0;
}

.slick-dots li {
    margin: 0 6px;
    padding: 0;
    display: block;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li button {
    transition: all ease 0.2s;
    background: none;
    border: none;
    min-width: 0;
    padding: 0;
    box-shadow: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: var(--clr-att);
    opacity: 0.2;
}

.slick-dots li button:hover {
    opacity: 1;
    background: var(--clr-att);
}

.slick-dots .slick-active button {
    background: var(--clr-att);
    width: 50px;
    opacity: 1;
}

.tile-many-lines,
.text-many-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
    display: block;
    position: relative;
}

.tile-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    overflow: hidden;
    text-indent: -999px;
    font-size: 0;
    color: transparent;
}

.no-mbottom {
    margin-bottom: 0 !important;
}

.no-mtop {
    margin-top: 0 !important;
}

.no-pbottom {
    padding-bottom: 0 !important;
}

.no-ptop {
    padding-top: 0 !important;
}

.elm-hidden {
    display: none !important;
}

input.form-clear-autofill::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

@media (max-width: 1023px) {
    .top-lead-box .photo-inner-small {
        display: block;
    }

    .elm-hidden-mobile {
        display: none !important;
    }

    .slick-dots li button:hover,
    .slick-dots li button.active {
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .elm-hidden-desktop {
        display: none !important;
    }
}

/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'),
        url('/local/templates/software/./fonts/IBMPlexSans-Bold/IBMPlexSans-Bold.woff2') format('woff2'),
        url('/local/templates/software/./fonts/IBMPlexSans-Bold/IBMPlexSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
        url('/local/templates/software/./fonts/IBMPlexSans-Light/IBMPlexSans-Light.woff2') format('woff2'),
        url('/local/templates/software/./fonts/IBMPlexSans-Light/IBMPlexSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'),
        url('/local/templates/software/./fonts/IBMPlexSans-Medium/IBMPlexSans-Medium.woff2') format('woff2'),
        url('/local/templates/software/./fonts/IBMPlexSans-Medium/IBMPlexSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans Regular'), local('IBMPlexSans-Regular'),
        url('/local/templates/software/./fonts/IBMPlexSans-Regular/IBMPlexSans-Regular.woff2') format('woff2'),
        url('/local/templates/software/./fonts/IBMPlexSans-Regular/IBMPlexSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
        url('/local/templates/software/./fonts/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('/local/templates/software/./fonts/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('/local/templates/software/./fonts/RFDewi-Regular/RFDewi-Regular.eot');
    src: local('RF Dewi Regular'), local('RFDewi-Regular'),
        url('/local/templates/software/./fonts/RFDewi-Regular/RFDewi-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/software/./fonts/RFDewi-Regular/RFDewi-Regular.woff2') format('woff2'),
        url('/local/templates/software/./fonts/RFDewi-Regular/RFDewi-Regular.woff2') format('woff'),
        url('/local/templates/software/./fonts/RFDewi-Regular/RFDewi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('/local/templates/software/./fonts/RFDewi-Semibold/RFDewi-Semibold.eot');
    src: local('RF Dewi Semibold'), local('RFDewi-Semibold'),
        url('/local/templates/software/./fonts/RFDewi-Semibold/RFDewi-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/software/./fonts/RFDewi-Semibold/RFDewi-Semibold.woff2') format('woff2'),
        url('/local/templates/software/./fonts/RFDewi-Semibold/RFDewi-Semibold.woff') format('woff'),
        url('/local/templates/software/./fonts/RFDewi-Semibold/RFDewi-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('/local/templates/software/./fonts/RFDewi-Bold/RFDewi-Bold.eot');
    src: local('RF Dewi Bold'), local('RFDewi-Bold'),
        url('/local/templates/software/./fonts/RFDewi-Bold/RFDewi-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/software/./fonts/RFDewi-Bold/RFDewi-Bold.woff2') format('woff2'),
        url('/local/templates/software/./fonts/RFDewi-Bold/RFDewi-Bold.woff2') format('woff'),
        url('/local/templates/software/./fonts/RFDewi-Bold/RFDewi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('/local/templates/software/./fonts/RFDewi-Light/RFDewi-Light.eot');
    src: local('RF Dewi Light'), local('RFDewi-Light'),
        url('/local/templates/software/./fonts/RFDewi-Light/RFDewi-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/software/./fonts/RFDewi-Light/RFDewi-Light.woff2') format('woff2'),
        url('/local/templates/software/./fonts/RFDewi-Light/RFDewi-Light.woff') format('woff'),
        url('/local/templates/software/./fonts/RFDewi-Light/RFDewi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* ----------------------------------- *\
			icons
\* ----------------------------------- */

.tiles-prices-box iframe {
    display: none;
}

.text-h {
    max-height: 66px;
    overflow-y: hidden;
}

.videoModal {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 102;
}

.videoModal iframe {
    border-radius: 5px;
    height: 416px;
    transform: scale(0, 0);
    width: 740px;
}

.videoModal.toggle {
    opacity: 1;
    visibility: visible;
}

.OpenVideo {
    animation: OpenVideo .3s ease forwards;
}

@keyframes OpenVideo {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 0.4;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@media (max-width: 740px) {
    .videoModal-container {
        padding-top: calc(100% * 9 / 16);
        position: relative;
        width: 100%;
    }

    .videoModal iframe {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}

/*FOOTER START*/
.footer button.form-button,
.footer .form-button {
    align-items: center;
    background-color: #3858c9;
    border: 2px solid #3858c9;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    justify-content: center;
    line-height: 1.2;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: all ease 0.2s;
    vertical-align: middle;
}

.footer button.form-button.button-light,
.footer .form-button.button-light {
    background-color: #fff;
    border-color: #fff;
    color: #2f3035;
}

.footer button.form-button.button-light:hover,
.footer .form-button.button-light:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3858c9;
}

.footer button.form-button.button-light.button-border:not(:hover),
.footer .form-button.button-light.button-border:not(:hover) {
    color: #fff;
}

.footer button.form-button.button-border:not(:hover),
.footer .form-button.button-border:not(:hover) {
    background-color: transparent;
    color: #3858c9;
}

.footer button.form-button:hover,
.footer .form-button:hover {
    background-color: #5a7aeb;
    border-color: #5a7aeb;
    color: #fff;
}

.footer input[type="text"].form-input {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    font-weight: 500;
    height: 54px;
    padding-left: 18px;
}

.inner-footer .btn-menu {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: left;
}

@media (min-width: 1024px) {
    .footer .menu .btn-menu {
        font-size: 18px;
        padding: 10px 0;
        display: block;
    }

    .footer .btn-menu svg {
        display: none;
    }

    .footer .menu-inner-wrap {
        -ms-grid-column: 2;
        grid-column-end: 3;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-end: 3;
        grid-row-start: 2;
        margin: 0;
        padding: 0 0 0 10px;
        width: 100%;
    }

    .footer .inner-soc-wrap {
        align-items: center;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
    }

    .footer .soc-title {
        color: #828cae;
        display: block;
        font-size: 1em;
        font-weight: 500;
        margin: 0 2.5rem 0 0;
    }

    .footer .field-input {
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: 0 15px 0 0;
    }

    .footer .inner-subscribe-wrap {
        box-sizing: border-box;
        -ms-grid-column: 2;
        grid-column-end: 3;
        grid-column-start: 2;
        -ms-grid-row: 1;
        grid-row-end: 2;
        grid-row-start: 1;
        margin: 0 0 4.5rem 0;
        padding: 0 0 0 10px;
        width: 100%;
    }

    .footer .form-wrap {
        display: flex;
    }

    .footer button.form-button,
    .footer .form-button {
        font-size: 18px;
        height: 57px;
        padding: 0 30px;
    }
}

.breadcrumbs-box a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer .src-company {
    display: none;
}

@media (min-width: 1024px) {
    .tiles-icons-box .items-wrap {
        margin: 0 -15px -15px 0;
    }
}

@media (min-width: 1600px) {
    .tiles-icons-box .items-wrap {
        margin-right: -25px;
    }
}

/*FOOTER END*/
@media (max-width: 1023px) {
    :root {
        font-size: 8px;
    }

    .popup-form-box .form-input {
        height: 50px;
    }
}

@media (max-width: 800px) {
    .top-lead-box {
        padding-top: 127px;
    }

    footer .inner-subscribe-wrap .form-button {
        margin-top: 25px;
        width: 100%;
    }

    footer .logo-wrap {
        display: none;
    }

    footer .btn-menu {
        align-items: center;
        display: flex;
        font-size: 16px;
        justify-content: space-between;
        line-height: 1.5;
        padding: 10px 0 10px 0;
        position: relative;
        text-align: left;
        width: 100%;
        font-weight: 700;
    }

    .footer .main-inner-panel {
        display: flex;
        flex-direction: column;

    }

    .footer .main-inner-panel .info-inner-wrap {
        display: block;
        order: 2;
    }

    .footer .main-inner-panel .logo-wrap {
        display: block;
        order: 3;
        margin-bottom: 10px;
    }

    .footer .download-inner-wrap {
        display: block;
        order: 1;
        border-bottom: 1px solid #828cae;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .right-inner-panel {
        order: 1;
        display: block !important;
        width: 100% !important;
    }

    .footer .menu-inner-wrap .menu>li {
        margin-bottom: 15px;
    }

    .footer .info-inner-wrap {
        margin-bottom: 25px;
    }

    .footer .src-company {
        order: 4;
        display: block;
    }

    .src-company .src-company-logo {
        background: url(/local/templates/software/img/icons/download.png) no-repeat left;
        background-size: 22px 22px;
        display: inline-block;
        padding-left: 33px;
    }

    .src-company .src-company-pdf {
        background: url(/local/templates/software/img/icons/pdf.png) no-repeat left;
        background-size: 22px 22px;
        display: inline-block;
        margin-left: 16px;
        padding-left: 33px;
    }

    .src-company a {
        font-size: 11px;
        margin-top: 10px;
        color: #fff !important;
        line-height: 1;
    }

    .left-inner-panel {
        display: flex !important;
        flex-direction: column;
        order: 2;
        margin-bottom: 40px !important;
    }

    .inner-subscribe-wrap {
        margin-bottom: 50px;
    }

    .footer .form-title {
        font-weight: 700;
    }

    .footer .bottom-inner-panel {
        display: block !important;
    }

    .footer .bottom-inner-panel .inner-soc-wrap {
        display: flex !important;
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-height: 880px) {
    .popup-box .popup-title {
        font-size: 24px;
        line-height: 1.29;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .form-solution .popup-title-wrap p {
        font-size: 16px;
    }

    .elm-user .user-title {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 500;
        margin-bottom: 0;
    }

    .elm-user .elm-photo {
        width: 70px;
        height: 70px;
    }

    .popup-form-box .form-input {
        height: 50px;
    }

    .popup-form-box .btn {
        height: 51px;
        border-radius: 14px;
        padding: 0 18px;
        font-size: 18px;
    }

    .popup-box .popup-title-wrap {
        font-size: 16px;
        line-height: 1.4;
    }

    .popup-box .popup-content-wrap {
        padding-top: 0;
    }

}


.button-att-tab {
    height: 34px;
    line-height: 28px;
    padding: 0 4px 0 0;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    color: #B6B6B6;
    transition: all ease 0.2s;
    z-index: 2;
}

.button-att-tab:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #2EA6E1;
    transition: all ease 0.2s;
    opacity: 0;
}

.button-att-tab:hover,
.button-att-tab.active {
    color: #06195E;
}

.button-att-tab.active {
    font-weight: 600;
}

.button-att-tab.active:before {
    opacity: 1;
}

@media (min-width: 768px) {
    .product-info-box .buttons-inner-wrap {
        margin-left: 0;
        margin-right: -67px;
    }

    .product-info-box .buttons-inner-wrap .button-wrap {
        padding-right: 67px;
        position: relative;
        padding-bottom: 0;
    }

    .product-info-box .buttons-inner-wrap .button-wrap:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #E3E3E3;
    }

    .product-info-box .buttons-inner-wrap .button-wrap:last-child:before {
        right: 67px;
    }
}

@media (min-width: 1024px) {
    .button-att-tab {
        height: 48px;
        font-weight: 600;
    }

    .button-att-tab:before {
        height: 5px;
        background: #3858C9;
    }
}

.right-inner-panel-bottom {
    text-align: right;
    margin-bottom: 36px;
}
 
@media (max-width: 575px) {
    .right-inner-panel-bottom {
        text-align: right;
        margin-bottom: 36px;
        position: absolute;
        right: 26px;
        bottom: 124px;
    }
}
/* End */
/* /local/templates/software/css/reset.css?17224757973720 */
/* /local/templates/software/css/slick.css?17224757971750 */
/* /local/components/veeble/cookie/templates/.default/style.css?17537172612821 */
/* /local/components/cleverence/form.master.any/templates/subscribe/style.css?16956929932259 */
/* /local/templates/software/components/bitrix/menu/bottom_left/style.css?1722475797673 */
/* /local/components/elements/social/templates/new/style.css?1722475797171 */
/* /local/templates/software/template_styles.css?1744214394149374 */
