/* Reset */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details,
figcaption, figure, footer, header, main,
menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template,
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    display: block;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: auto;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type=button],
[type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
:focus {
    outline: none;
}
button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
    border: none;
}
:focus {
    -moz-outline: 3px solid #fff !important;
}
input[type=radio]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0 !important;
}
input[type=checkbox]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, button, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    position: relative;
    background: #ffffff;
    width: 100%;
    height: auto !important;
    min-height: 100%;
    margin: auto;
    font-family: "Inter", sans-serif;
    color: #1D1D1D;
    display: block !important;
    padding-top: 90px;
}
a {
    color: #505050;
}
a:hover {
    color: #278806;
    text-decoration: none;
}
div {
    box-sizing: border-box;
}
:root {
    --wrapper: 1248px;
}
@media screen and (max-width: 1248px) {
    :root {
        --wrapper: 100%;
    }
}
.slowly {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.for-mobile {
    display: none;
}
.wrapper {
    width: var(--wrapper);
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
}
.lb-outerContainer {
    overflow: visible !important;
}
.lb-outerContainer,
.lb-container,
.lb-image {
    border-radius: 0 !important;
}
.lb-details {
    display: none !important;
}
.lb-outerContainer .close {
    position: absolute !important;
    background: url(../img/close.svg) center no-repeat !important;
    top: 0px !important;
    right: 0px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer !important;
    z-index: 100 !important;
    box-shadow: none !important;
}
.clear {
    clear: both;
}
h2 {
    font-family: "Inter", sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #1D1D1D;
    text-align: left;
    max-width: 60%;
    line-height: 1.1;
    margin: auto;
}
h2 .small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 0.7px;
}
h2 + p.after {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    max-width: 60%;
}
h2.center {
    margin: auto;
    text-align: center;
}
h2.center + p.after {
    margin: auto;
    text-align: center;
    line-height: 1.2;
    max-width: 80%;
    margin-top: 20px;
}
.text-block {
    text-align: left;
    padding-bottom: 100px;
}
.text-block h1 {
    width: 100%;
    text-transform: none;
    margin-bottom: 8px;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
}
.text-block h1 + .after {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.text-block h2 {
    width: 100%;
    max-width: none;
    padding-right: 0;
    text-transform: none;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.text-block h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: normal;
}
.text-block h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
}
.text-block p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: 0.7px;
}
.text-block p:last-child {
    margin-bottom: 0 !important;
}
.text-block p:last-child:after {
    content: "";
    display: block;
    clear: both;
}
.text-block p + h2 {
    margin-top: 45px;
}
.text-block a:not(.button) {
    color: #1D1D1D !important;
}
.text-block a:not(.button):hover {
    text-decoration: none;
}
.text-block ul {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
}
.text-block ul li {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}
.text-block ul li:last-child {
    margin-bottom: 0;
}
.text-block ul li:before {
    content: "";
    content: '';
    width: 26px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url(img/point-green.svg) center no-repeat;
    background-size: contain;
}
.text-block ol {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    list-style: decimal;
}
.text-block ol li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 8px;
    margin-left: 18px;
}
.text-block ol li:last-child {
    margin-bottom: 0;
}
.text-block ol li::marker {
    color: #278806;
}
.text-block img {
    max-width: 100%;
    border-radius: 10px;
    margin: 30px 0;
    height: auto;
}
.text-block .alignleft {
    float: left;
    margin: 0 10px;
}
.text-block .aligncenter {
    text-align: center;
    margin: auto;
}
.text-block .alignright {
    float: right;
    margin: 0 10px;
}
.text-block strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.button {
    position: relative;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.7px;
    min-width: 280px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    background: #278806;
    padding: 0 40px;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    transition: all .3s linear;
}
.button:hover {
    color: #ffffff;
    box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.6);
    -webkit-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.6);
    -moz-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.6);
}
.button.transparent {
    background: transparent;
    border: #278806 solid 1px;
    color: #278806;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.button.transparent:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/arrow-right.svg) center no-repeat;
    vertical-align: sub;
    margin-left: 10px;
}
.button.transparent:hover {
    box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
}
.button.orange {
    background: #FF8206;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.button.orange:hover {
     box-shadow: 0 20px 35px 0 rgba(255, 130, 6, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(255, 130, 6, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(255, 130, 6, 0.3);
}
.button.black {
    background: #141414;
    color: #ffffff;
    box-shadow: 0 20px 35px 0 rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(20, 20, 20, 0.3);
}
.button.black:hover {
    box-shadow: 0 20px 35px 0 rgba(20, 20, 20, 0.6);
    -webkit-box-shadow: 0 20px 35px 0 rgba(20, 20, 20, 0.6);
    -moz-box-shadow: 0 20px 35px 0 rgba(20, 20, 20, 0.6);
}
.button.present:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(img/icon-present.svg) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.button.google:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(img/icon-google.svg) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.button.apple:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(img/icon-apple.svg) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.form-modal {
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 103%;
    width: 102%;
    display: none;
    z-index: 1000000000;
    overflow: scroll;
}
.form-modal .form-block- {
    border: none;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: visible;
    padding-top: 90px;
    text-align: center;
}
.form-modal .form-block- .form-bg {
    border: none;
    background: rgba(1, 7, 49, 0.7);
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.form-modal .form-block- .close {
    position: absolute;
    background: url(img/icon-close.svg) center no-repeat;
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 100;
    background-size: 80%;
    margin-top: 0 !important;
}
.form-modal .form-block- .frame,
.form-modal .form-block- form {
    position: relative;
    min-height: 50px;
    height: auto;
    margin: auto;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    width: 600px;
    max-width: calc(100% - 40px);
    background: #FAFAFA;
    padding: 60px 100px 100px 100px;
}
.form-modal .form-block- .frame {
    width: 770px;
}
.form-modal .form-block- .frame iframe {
    max-width: 100%;
}
.form-modal .form-block- form .title {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.form-modal .form-block- form .width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
    margin-bottom: 20px;
}
.form-modal .form-block- form .error {
    color: red;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}
.form-modal .form-block- form .width > label {
    width: calc(100% - 280px);
}
form input:not([type=checkbox], [type=radio], [type=submit]) {
    border: none !important;
    border-radius: 10px;
    background: #ffffff !important;
    padding: 0 20px !important;
    height: 56px !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    border: #D4D4D4 solid 1px !important;
    width: calc(100% - 40px);
}
form .button {
    width: 250px;
}
form input:not([type=checkbox], [type=radio], [type=submit]).hidden {
    display: none !important;
}
form input[type=checkbox] + span {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
    min-width: 18px;
    border-radius: 3px;
    border: #278806 solid 1px;
    vertical-align: top;
    cursor: pointer;
    margin-right: 10px;
}
form input[type=checkbox]:checked + span {
    background: url(img/icon-check.svg) center no-repeat;
}
form .acceptance {
    display: flex;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    width: 90%;
}
form .acceptance span {
    margin-left: 0;
    vertical-align: middle;
    color: #666667;
}
form .acceptance input[type=checkbox] + span {
    margin-top: 0px;
}
form .acceptance a {
    text-decoration: underline;
    color: #666667;
}
form .acceptance a:hover {
    text-decoration: none;
}
form .acceptance + label {
    font-size: 14px;
    color: #666667;
}
.ai-assistant {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    cursor: pointer;
    transition: all .3s linear;
}
.ai-assistant:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #53AC35;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s linear;
    transform: scale(1.15);
}
.ai-assistant:hover:before {
    transform: scale(1.2);
}
.ai-assistant img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
.ai-assistant .close {
    position: absolute;
    top: -10px;
    right: -30px;
    width: 20px;
    height: 20px;
    background: url(img/icon-close-green.svg) center no-repeat;
    cursor: pointer;
}
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
}
header.header:hover {
    z-index: 1000;
}
header.header .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
header.header .logo img {
    max-width: 200px;
    max-height: 70px;
    margin-right: 12px;
}
header.header .menu-icon {
    display: none;
}
header.header .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 2;
    padding: 0;
    margin: 0;
}
header.header .main-menu a {
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1D;
    text-decoration: none;
    margin: 0 16px;
    letter-spacing: 0.5px;
    transition: all .3s linear;
}
header.header .main-menu a.current,
header.header .main-menu a:hover {
    color: #278806;
}
header.header .lang {
    align-self: flex-start;
    margin-right: 30px;
}
header.header .lang ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
header.header .lang li {
    height: auto;
    width: 78px;
    background: #ffffff;
}
header.header .lang li a {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-decoration: none;
    display: none;
}
header.header .lang li:hover a {
    background: #0017A1;
    color: #ffffff;
}
header.header .lang li.current a {
    height: 90px;
    display: block;
    line-height: 90px;
    background: #ffffff !important;
    color: #1D1D1D !important;
}
header.header .lang li.current a:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(img/arrow-bottom.svg) left center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}
header.header .lang:hover li.current a:after {
    rotate: 180deg;
}
header.header .lang:hover li a {
    display: block;
}
header.header .auth a {
    display: block;
    width: auto;
    height: 56px;
    line-height: 56px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 500;
}
header.header .auth a.login {
    border: #278806 solid 1px;
    border-radius: 10px;
    color: #278806;
    text-decoration: none;
}
header.header .auth a.login:hover {
    box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
}
header.header .auth a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
}
header.header .auth a.login:before {
    background: url(img/login.svg) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.breadcrumbs nav {
    height: 58px;
}
.breadcrumbs nav a {
    line-height: 58px;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1D;
    letter-spacing: 0.7px;
    text-decoration: none;
}
.breadcrumbs nav span {
    line-height: 58px;
    font-size: 16px;
    font-weight: 400;
    color: #7880B2;
    letter-spacing: 0.7px;
}
.breadcrumbs nav .rarr {
    line-height: 58px;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1D;
    padding: 0 15px;
}
.top-block {
    background: #F6F8FF;
    position: relative;
    overflow: hidden;
}
.top-block.short {
    background: #ffffff;
}
.top-block .bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.top-block .bg1, .top-block .bg2, .top-block .bg3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
}
.top-block .info {
    width: 50%;
    padding: 50px 0 40px 0;
    z-index: 10;
    position: relative;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.top-block.short .info {
    padding: 5px 0 60px 0;
    min-height: 0;
}
#home .top-block .info {
    padding: 50px 0 110px 0;
}
#autobusiness .top-block .info {
    width: 82%;
}
#shops .top-block .info {
    width: 70%;
}
.top-block .info .before {
    font-size: 36px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 0;
}
.top-block .info h1 {
    font-size: 56px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 15px;
    line-height: 1.1;
}
.top-block .info p.big {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: 0.7px;
}
.top-block .info p {
    font-size: 18px;
    color: #1D1D1D;
    margin-bottom: 35px;
    line-height: 1.5;
    width: 80%;
}
.top-block .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.top-block .buttons .notes {
    margin-left: 30px;
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #FF8206;
    max-width: 45%;
}
.top-block .line {
    background: #FF8206;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 45px;
    rotate: -2.2deg;
    overflow: hidden;
    white-space: nowrap;
}
.ticker {
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.ticker__track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: ticker linear infinite;
}
.ticker__item {
    padding: 0 40px;
    font-size: 16px;
  }
@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(var(--translate-distance)); }
}
.top-block .line span {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 60px;
    margin: 0 30px;
}
.top-block .line .present:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 29px;
    background: url(img/icon-present.svg) center no-repeat;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}
.top-block .line .present:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 29px;
    background: url(img/icon-present.svg) center no-repeat;
    background-size: contain;
    vertical-align: sub;
    margin-left: 10px;
}
.advantage-block {
    background: #F6F8FF;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
}
.advantage-block .items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 30px;
}
.advantage-block .item {
    width: 20%;
    text-align: center;
    padding-bottom: 40px;
}
.advantage-block .item img {
    margin: 25px auto 15px auto;
}
.advantage-block .item p {
    font-size: 14px;
    font-weight: 400;
}
.about-block {
    padding: 100px 0;
}
.about-block .width {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 45px;
    gap: 0 30px;
}
.about-block h2 {
    width: 50%;
}
.about-block h2 + .after {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    width: 50%;
    margin-top: 47px;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.about-block .items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 30px;
    clear: both;
}
.about-block .item {
    background: #F6F8FF;
    border-radius: 20px;
    padding: 30px 25px 38px 25px;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    width: 25%;
}
.about-block .item .img {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.about-block .item .img img {
    max-width: 90%;
    max-width: 90%;
}
.about-block .item .title {
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 1.2;
    letter-spacing: 0.7px;
}
.proposal-block {
    padding: 100px 0;
    background: #F6F8FF;
}
.proposal-block h2 {
    text-align: center;
}
.proposal-block .items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 30px;
    margin-top: 45px;
}
.proposal-block .item {
    width: 50%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    overflow: hidden;
}
.proposal-block .item .top {
    aspect-ratio: 594 / 356;
    padding: 18px 25px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}
.proposal-block .item .top .title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    width: 70%;
    margin-bottom: 5px;
    line-height: 1.2;
}
.proposal-block .item .top .description {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.proposal-block .item .bottom {
    padding: 37px 25px 65px 25px;
}
.proposal-block .item .bottom p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 22px;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.proposal-block .item .bottom ul li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 27px;
    padding-left: 45px;
    position: relative;
}
.proposal-block .item .bottom ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: 0;
    background: url(img/point-blue.svg) center no-repeat;
}
.achievement-block {
    padding: 100px 0;
}
.achievement-block .width {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0 30px;
}
.achievement-block .width .left {
    width: 40%;
}
.achievement-block .width .left h2 {
    max-width: 100%;
}
.achievement-block .width .left .items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 45px;
}
.achievement-block .width .left .item {
    width: calc(50% - 10px);
    background: #F6F8FF;
    border-radius: 20px;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    padding: 18px 15px;
}
.achievement-block .width .left .title {
    font-size: 36px;
    font-weight: 600;
    color: #0017A1;
    width: 60%;
    margin-bottom: 10px;
}
.achievement-block .width .left .title span {
    white-space: nowrap;
}
.achievement-block .width .left .description {
    font-size: 14px;
    font-weight: 400;
    color: #0017A1;
    line-height: 1.5;
}
.achievement-block .width .right {
    width: 60%;
    padding-top: 60px;
}
.achievement-block .width .right p {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    width: 70%;
    margin: auto;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.clients-block {
    background: #F6F8FF;
    padding: 100px 0;
}
.clients-block h2 {
    text-align: center;
}
.clients-block .items {
    width: 83%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 30px;
    margin: 45px auto 0 auto;
}
.clients-block .item {
    width: calc(50% - 15px);
    position: relative;
}
.clients-block .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #278806;
    position: absolute;
    left: 0;
    top: -10px;
}
.clients-block .item .title {
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
    margin-bottom: 5px;
    padding-left: 100px;
    position: relative;
    min-height: 76px;
    line-height: 1.2;
    letter-spacing: 0.7px;
}
.clients-block .item .description {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.opportunities-block {
    padding: 100px 0;
}
.opportunities-block h2 {
    text-align: center;
}
.opportunities-block .items {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    gap: 60px 0;
}
.opportunities-block .item .title {
    font-size: 36px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0.7px;
}
.opportunities-block .item p {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    margin-bottom: 28px;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.opportunities-block .item p:last-child {
    margin-bottom: 0;
}
.opportunities-block .item .zoom {
    float: right;
    margin: 16px 0 50px 50px;
    position: relative;
}
.opportunities-block .item .zoom:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url(img/icon-zoom.svg) center no-repeat;
}
.opportunities-block .item img {
    box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -webkit-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -moz-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    border-radius: 5px;
}

.opportunities-block .item:nth-child(even) .zoom {
    float: left;
    margin: 16px 50px 50px 0;
}
.youtube-block {
    padding: 100px 0;
    background: #F6F8FF;
    text-align: center;
}
.youtube-block h2 {
    text-align: center;
}
.youtube-block .items {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0 30px;
    margin-top: 45px;
}
.youtube-block .item {
    width: 33.3333%;
}
.youtube-block .item iframe {
    aspect-ratio: 386 / 214;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.youtube-block .item .title {
    font-size: 20px;
    font-weight: 400;
    color: #1D1D1D;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.7px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.youtube-block .item .title:hover {
    color: #0017A1;
}
.youtube-block .button {
    margin: 35px auto 0 auto;
}
.free-block .width {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 100px 0;
    border-radius: 20px;
    background: #FAFAFA;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    background: 
    linear-gradient(
        to right,
        #0017A1 0%,
        #0017A1 25%,
        #2CAEFF 47%,
        #FAFAFA 47%
    )
}
.free-block .width > div {
    width: 42%;
}
.free-block .width .info {
    padding: 65px 57px;
}
.free-block .width .info h2 {
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    max-width: none;
    margin-bottom: 12px;
    line-height: 1.2;
}
.free-block .width .info h3 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
    width: 90%;
}
#autobusiness .free-block .width .info h3,
#shops .free-block .width .info h3 {
    color: #89A0F0;
    line-height: 1.4;
    margin-bottom: 25px;
}
.free-block .width .info h3 span {
    text-transform: uppercase;
    color: #FF8206;
    font-weight: 600;
    margin-top: 7px;
    display: block;
    letter-spacing: 0;
}
#autobusiness .free-block .width .info h3 span,
#shops .free-block .width .info h3 span {
    display: inline;
    text-transform: none;
}
.free-block .width .info p {
    font-size: 18px;
    color: #89A0F0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.7px;
    width: 90%;
    margin-bottom: 25px;
}
.free-block .width .man {
    display: flex;
    align-items: end;
    margin: 0 -150px 0 -180px;
    z-index: 100;
}
.free-block .width .man img {
    align-self: end;
    max-width: 100%;
    max-height: 100%;
}
.img-line {
    position: relative;
}
.img-line .img-1 {
    position: absolute;
    top: 17%;
    left: 0;
    overflow: hidden;
    box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -webkit-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -moz-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
}
.img-line .img-2 {
    position: absolute;
    top: 27%;
    right: 20px;
    overflow: hidden;
    box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -webkit-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -moz-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
}
.img-line img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}
.img-line .line {
    position: absolute;
    width: 325px;
    height: 25px;
    background: #FF8206;
    transform: rotate(-41deg);
    transform-origin: top left;
    position: absolute;
    top: 180px;
    left: -40px;
    text-align: center;
}
.img-line .line p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
}
.img-line .line p:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(img/icon-present.svg) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.contacts-block {
    padding: 100px 0 80px 0;
    background: #010731;
    border-bottom: rgba(54, 74, 90, 0.5) solid 1px;
}
.contacts-block .items {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0 30px;
}
.contacts-block .item {
    width: 20%;
}
.contacts-block h2 {
    font-size: 45px;
    font-weight: 600;
    color: #F6F8FF;
    max-width: 100%;
    letter-spacing: 0.7px;
}
.contacts-block a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #F6F8FF;
    text-decoration: none;
    transition: all .3s linear;
}
.contacts-block a:hover {
    border-bottom: transparent solid 1px;
}
.contacts-block .phone {
    font-size: 24px;
    text-decoration: none !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
    border-bottom: none !important;
}
.contacts-block .viber {
    display: block;
    background: #7051F4;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}
.contacts-block .viber:hover {
    box-shadow: 0 20px 35px 0 rgba(112, 81, 244, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(112, 81, 244, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(112, 81, 244, 0.3);
}
.contacts-block .viber:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(img/icon-viber.svg) center no-repeat;
}
.contacts-block p {
    font-size: 20px;
    color: #278806;
    line-height: 1.5;
}
.contacts-block .email {
    margin-left: 35px;
    margin-bottom: 25px;
    border-bottom: #F5F5F5 solid 1px;
}
.contacts-block .email:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -35px;
    top: 0;
    background: url(img/icon-email.svg) center no-repeat;
}
.contacts-block .assistant {
    margin-left: 35px;
    border-bottom: #F5F5F5 solid 1px;
    white-space: nowrap;
}
.contacts-block .assistant:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -35px;
    top: 0;
    background: url(img/icon-assistant.svg) center no-repeat;
}
.before-after-block {
    padding: 100px 0;
    text-align: center;
}
.before-after-block .width {
    width: 83%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 30px;
    margin: 45px auto 0 auto;
}
.before-after-block .width > div {
    border: #EB644C solid 1px;
    border-radius: 10px;
    width: 50%;
    overflow: hidden;
}
.before-after-block .width > div.after {
    border: #6CB155 solid 1px;
}
.before-after-block .title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #EB644C;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 50px;
}
.before-after-block .after .title {
    background: #6CB155;
}
.before-after-block ul {
    margin: 35px 70px;
}
.before-after-block ul li {
    font-size: 18px;
    padding-left: 45px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.before-after-block ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/icon-before.svg) center no-repeat;
}
.before-after-block .after ul li:before {
    background: url(img/icon-after.svg) center no-repeat;
}
.before-after-block .button {
    margin: 35px auto 0 auto;
}
.solutions-block {
    padding: 100px 0;
    background: #F6F8FF;
    text-align: center;
}
.solutions-block .items {
    margin-top: 45px;
    margin-bottom: 35px;
}
.solutions-block .item:not(:last-child) {
    margin-bottom: 25px;
}
.solutions-block .head {
    width: 100%;
    aspect-ratio: 1218 / 200;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    background: #FAFAFA;
}
.solutions-block .head > div {
    width: 50%;
}
.solutions-block .head .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 75px;
}
.solutions-block .head .title p {
    font-size: 36px;
    font-weight: 600;
    color: #278806;
    text-align: left;
}
.solutions-block .head .title .arrow {
    display: block;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
    background: url(img/arrow-top-green.svg) center no-repeat;
    border: #278806 solid 1px;
    cursor: pointer;
    transition: all .3s linear;
}
.solutions-block .head .title .arrow.open {
    transform: rotate(0deg);
    background: #278806 url(img/arrow-top.svg) center no-repeat;
}
.solutions-block .head .title .arrow:hover {
    box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
}
.solutions-block .info {
    padding: 40px 0;
    border-radius: 20px;
    border: #E4E4E4 solid 1px;
    text-align: left;
    background: #ffffff;
    padding: 60px 75px 80px 75px;
    margin-bottom: 10px;
    display: none;
}
.solutions-block .item:first-child .info {
    display: block;
}
.solutions-block .info h3 {
    font-size: 30px;
    font-weight: 600;
    max-width: 90%;
    margin: 0 auto 20px auto;
    text-align: center;
}
.solutions-block .info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.solutions-block .info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.solutions-block .info ul li {
    width: calc(50% - 90px);
    padding-left: 75px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.solutions-block .info ul li .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}
.solutions-block .info ul li:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0017A1 url(img/point-white.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.solutions-block .selection {
    background: #0017A1;
    border-radius: 20px;
    padding: 70px 50px;
}
.solutions-block .selection .zoom {
    float: right;
    margin: 0 0 0 50px;
    position: relative;
}
.solutions-block .selection .zoom:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url(img/icon-zoom.svg) center no-repeat;
}
.solutions-block .selection img {
    border-radius: 5px;
}
.solutions-block .selection h3 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}
.solutions-block .selection p {
    font-size: 20px;
    font-weight: 500;
    color: #89A0F0;
    line-height: 1.5;
    margin-bottom: 20px;
}
.application-block .width {
    width: 83%;
    margin: auto;
    display: flex;
    align-items: center;  
    justify-content: space-between;
}
.application-block .width > div {
    width: 50%;
}
.application-block .width .info h2 {
    max-width: none;
    margin-bottom: 20px;
}
.application-block .width .info p {
    line-height: 1.35;
    margin-bottom: 25px;
    letter-spacing: 0.7px;
}
.application-block .width .info .buttons {
    margin-top: 35px;
    display: flex;
    align-items: start;
    gap: 0 15px;
}
.application-block .width > div img {
    margin: auto 0 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.possibility-block {
    background: #F6F8FF;
    border-radius: 20px;
    padding: 100px 0;
    text-align: center;
}
.possibility-block .items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin:45px 75px 35px 75px;
    gap: 50px 30px;
}
.possibility-block .item {
    width: calc(100% / 3 - 20px);
    position: relative;
    text-align: left;
}
.possibility-block .item:nth-child(4),
.possibility-block .item:nth-child(5) {
    width: 34%;
}
.possibility-block .rows-2 .item {
    width: calc(50% - 30px);
}
.possibility-block .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #0017A1;
    position: absolute;
    left: 0;
    top: 0;
}
.possibility-block .item p {
    font-size: 18px;
    line-height: 1.5;
}
.possibility-block .item .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.2;
    color: #1D1D1D;
    margin-bottom: 10px;
    padding-left: 100px;
    position: relative;
    min-height: 76px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.possibility-block .buttons-block {
    width: 66%;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -webkit-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    -moz-box-shadow: 0 5px 35px 0 rgba(191, 198, 221, 0.8);
    padding: 30px 60px 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    margin: 50px auto 0 auto;
}
.possibility-block .buttons-block p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.6px;
}
.possibility-block .buttons-block .button {
    min-width: auto;
}
.retail-block {
    padding: 100px 0;
}
.retail-block h2 {
    margin: 0 0 20px 0;
}
.retail-block .after {
    font-size: 20px;
    letter-spacing: 0.7px;
}
.retail-block .width {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 30px;
    gap: 0 30px;
}
.retail-block .width > div {
    width: 50%;
}
.retail-block .width .info p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.retail-block .width .info ul li {
    font-size: 16px;
    margin-bottom: 27px;
    padding-left: 45px;
    position: relative;
}
.retail-block .width .info ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: 0;
    background: url(img/point-blue.svg) center no-repeat;
}
.retail-block .img-line .img-1 {
    top: 2%;
    border-radius: 20px;
}
.retail-block .img-line .img-2 {
    top: 24%;
    right: 0;
    border-radius: 20px;
}
.automatisation-block {
    background: #F6F8FF;
    padding: 100px 0 85px 0;
}
.automatisation-block .width {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 30px;
}
.automatisation-block .width > div {
    width: 50%;
}
.automatisation-block .width .info h2 {
    max-width: none;
    margin: 0 0 20px 0;
}
.automatisation-block .width .info h2 + .after {
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.automatisation-block .width .info p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.automatisation-block .width .info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-top: 35px;
}
.automatisation-block .width .info ul li {
    width: calc(50% - 75px);
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 65px;
    position: relative;
    display: flex;
    align-items: center;
}
.automatisation-block .width .info ul li:before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #278806 url(img/point-white.svg) center no-repeat;
}
.automatisation-block .width .img img {
    border-radius: 20px;
    margin-top: 10px;
}
.rro-block {
    padding: 100px 0 85px 0;
}
.rro-block .width {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 30px;
}
.rro-block .width > div {
    width: 50%;
}
.rro-block .width .info h2 {
    max-width: none;
    margin: 0 0 20px 0;
}
.rro-block .width .info h2 + .after {
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.rro-block .width .info p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.rro-block .width .info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-top: 35px;
}
.rro-block .width .info ul li {
    width: calc(50% - 75px);
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 65px;
    position: relative;
    display: flex;
    align-items: center;
}
.rro-block .width .info ul li:before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #278806 url(img/point-white.svg) center no-repeat;
}
.rro-block .width .img img {
    border-radius: 5px;
    box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -webkit-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
    -moz-box-shadow: 0 15px 60px 0 rgba(216, 225, 231, 1);
}
.tariffs-block {
    padding: 100px 0 0 0;
}
.tabs-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}
.tabs-menu li {
    padding: 0 20px;
    border-radius: 10px;
    border: transparent solid 1px;
}
.tabs-menu li.active {
    border: #0017A1 solid 1px;
}
.tabs-menu li a {
    font-size: 26px;
    font-weight: 600;
    color: #0017A1;
    line-height: 56px;
    text-decoration: none;
}
.tabs-menu li a:hover {
    border-bottom: #0017A1 solid 1px;
}
.tabs-menu li.active a:hover {
    border-bottom: transparent solid 1px;;
}
.tabs > .tab {
    display: none;
    width: 100% !important;
}
.tabs > .tab.active {
    display: block;
    position: relative;
}
.tabs .tariffs-slider {
    margin: 45px -15px;
    width: calc(100% + 30px) !important;
}
.tabs .tariffs-slider .info {
    border: #E4E4E4 solid 1px;
    margin: 0 15px;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 40px;
}
.tabs .tariffs-slider .info .title {
    background: #0017A1;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1px -1px 0 -1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.tabs .tariffs-slider .info .cost {
    background: #F4FAFE;
    padding: 20px 0;
}
.tabs .tariffs-slider .info .cost .month {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.7px;
}
.tabs .tariffs-slider .info .cost .month span {
    font-size: 18px;
}
.tabs .tariffs-slider .info .cost .year {
    font-size: 13px;
    font-weight: 700;
    color: #FF8206;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}
.tabs .tariffs-slider .info .cost .year span {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    background: #FF8206;
    border-radius: 5px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
}
.tabs .tariffs-slider .info p {
    font-size: 18px;
    margin-bottom: 10px;
    margin: 0 20px 0 20px;
    text-align: left;
}
.tabs .tariffs-slider .info ul {
    margin: 20px 20px;
}
.tabs .tariffs-slider .info ul li {
    font-size: 14px;
    padding-left: 23px;
    margin-bottom: 8px;
    text-align: left;
    position: relative;
}
.tabs .tariffs-slider .info ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -2px;
    background: url(img/tariff-on.svg) center no-repeat;
}
.tabs .tariffs-slider .info ul li.off:before {
    background: url(img/tariff-off.svg) center no-repeat;
}
.tabs .tariffs-slider .info ul + p {
    margin-bottom: 20px;
    letter-spacing: 0.7px;
}
.tabs .tariffs-slider .info .button {
    margin-top: 35px;
}
.tabs .tariffs-slider .info .free {
    font-size: 14px;
    font-weight: 500;
    color: #FF8206;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.7px;
}
.tabs .tariffs-slider .info .free:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(img/icon-present-orange.svg) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.tabs + .notes {
    font-size: 18px;
    font-style: italic;
    color: #666667;
    text-align: left;
    border-left: #0017A1 solid 1px;
    margin: 30px auto 0 auto;
    padding-left: 25px;
    width: 68%;
}
.slick-arrows {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}
.slick-arrows .slick-arrow {
    width: 60px;
    height: 60px;
    border: #278806 solid 1px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s linear;

    position: absolute;
    top: 40%;
    left: -140px;
}
.slick-arrows .slick-arrow:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(img/arrow-slider.svg) center no-repeat;
}
.slick-arrows .tariffs-slick-next-1,
.slick-arrows .tariffs-slick-next-2 {
    left: auto;
    right: -140px;
}
.slick-arrows .slick-arrow.tariffs-slick-prev-1:after,
.slick-arrows .slick-arrow.tariffs-slick-prev-2:after {
    transform: rotate(180deg);
}
.slick-arrows .slick-arrow:hover {
    box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -webkit-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
    -moz-box-shadow: 0 20px 35px 0 rgba(39, 136, 6, 0.3);
}
.simple-range {
    display: none;
}
.error-block {
    background: #F6F8FF;
    padding: 100px 50px 100px 50px;
    border-radius: 20px;
    margin: 30px 0 100px 0;
    text-align: center;
}
.error-block .big {
    font-size: 250px;
    font-weight: 600;
    line-height: 1;
}
.error-block h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 35px;
}
.thank-you-block {
    background: #F6F8FF;
    padding: 100px 50px 100px 50px;
    border-radius: 20px;
    margin: 30px 0 100px 0;
    text-align: center;
}
.thank-you-block img {
    margin: auto;
    margin-bottom: 35px;
}
.thank-you-block h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.thank-you-block p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px;
}
footer.footer {
    padding: 60px 0 0 0;
    background: #010731;
}
footer.footer .wrapper:first-child:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: rgba(54, 74, 90, 0.5) solid 1px;
}
footer.footer .items {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}
footer.footer .item {
    width: auto;
}
footer.footer .item:first-child {
    width: 35%;
}
footer.footer .logo {
    display: block;
    margin-bottom: 30px;
}
footer.footer .logo + p {
    font-size: 30px !important;
    font-weight: 50 !important;
    color: #F6F8FF;
    letter-spacing: 0.7px;
}
footer.footer .item p {
    font-size: 20px;
    font-weight: 600;
    color: #F5F5F5;
    margin-bottom: 30px;
}
footer.footer .item li a {
    font-size: 18px;
    font-weight: 400;
    color: #F5F5F5;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: #F5F5F5 solid 1px;
    transition: all .3s linear;
}
footer.footer .item li a:hover {
    border-bottom: transparent solid 1px;
}
footer.footer .wrapper:last-child {
    padding: 65px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer.footer .copyright {
    font-size: 16px;
    font-weight: 400;
    color: #4F5682;
    letter-spacing: 0.7px;
}
footer.footer .youtube {
    font-size: 16px;
    font-weight: 400;
    color: #278806;
    text-decoration: none;
}
footer.footer .youtube:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: url(img/icon-youtube.svg) center no-repeat;
    margin-left: 20px;
    transition: all .3s linear;
}
footer.footer .youtube:hover:after {
    transform: scale(1.3);
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
    .achievement-block .width .left .title {
        font-size: 32px;
    }
    .contacts-block .item {
        width: 27%;
    }
    .tabs {
        padding: 0 65px;
    }
    .slick-arrows .slick-arrow {
        left: -70px;
    }
    .slick-arrows .tariffs-slick-next {
        left: auto;
        right: -70px;
    }
    .tabs .tariffs-slider .info .button {
        min-width: 0;
    }
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 62px;
    }
    .for-mobile {
        display: block;
    }
    .wrapper {
        max-width: 500px;
        padding: 0 20px;
    }
    h2 {
        font-size: 26px;
        max-width: none;
    }
    h2 + p.after {
        font-size: 16px;
        max-width: none;
    }
    h2.center + p.after {
        max-width: none;
    }
    .text-block h1 {
        font-size: 34px;
    }
    .text-block h1 + .after {
        font-size: 20px;
    }
    .text-block h2 {
        font-size: 26px;
    }
    .text-block h3 {
        font-size: 20px;
    }
    .text-block h4 {
        font-size: 16px;
    }
    .text-block p {
        font-size: 16px;
    }
    .text-block p + h2 {
        margin-top: 25px;
    }
    .text-block ul li {
        font-size: 16px;
    }
    .text-block ol li {
        font-size: 16px;
    }
    .button {
        height: 45px;
        line-height: 45px;
        width: 242px;
        padding: 0 10px;
    }
    .form-modal .form-block- .close {
        top: 10px;
        right: 10px;
    }
    .form-modal .form-block- form {
        width: calc(100% - 80px);
        padding: 40px 20px 50px 20px;
        max-width: 400px;
    }
    .form-modal .form-block- .frame {
        width: calc(100% - 40px);
        padding: 40px 20px 50px 20px;
    }
    .form-modal .form-block- form .title {
        font-size: 26px;
    }
    .form-modal .form-block- form .width {
        flex-direction: column;
    }
    .form-modal .form-block- form .width > label {
        width: 100%;
    }
    form input:not([type=checkbox], [type=radio], [type=submit]) {
        height: 45px !important;
        margin-bottom: 10px;
    }
    form .button {
        width: 100%;
    }
    .ai-assistant {
        width: 55px;
        height: 55px;
        right: 20px;
        bottom: 20px;
    }
    .ai-assistant .close {
        width: 10px;
        height: 10px;
        background-size: contain;
        top: -5px;
        right: -10px;
    }
    header.header .head {
        position: relative;
        height: 62px;
    }
    header.header .logo img {
        margin-right: 20px;
        max-width: 106px;
    }
    header.header .menu-icon {
        display: block;
        width: 24px;
        height: 16px;
        background: url(img/menu-icon.svg) center no-repeat;
    }
    header.header .menu-icon.open {
        background: url(img/menu-icon-close.svg) center no-repeat;
    }
    header.header .main-menu {
        position: absolute;
        top: 62px;
        left: -20px;
        right: -20px;
        bottom: 0;
        background: #ffffff;
        flex-direction: column;
        display: none;
        box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.15);
        padding-top: 20px;
    }
    header.header .main-menu.open {
        display: block;
    }
    header.header .main-menu.open:before {
        content: '';
        display: block;
        width: 100%;
        height: 100vh;
        background: rgba(1, 7, 49, 0.7);
        z-index: -1;
        position: absolute;
    }
    header.header .main-menu li {
        background: #ffffff;
    }
    header.header .main-menu a {
        line-height: 56px;
        height: 56px;
        display: block;
        padding: 0 20px;
    }
    header.header .lang {
        margin-right: 0;
    }
    header.header .lang li.current a {
        height: 62px;
        line-height: 62px;
    }
    header.header .lang:hover li a {
        display:inherit;
    }
    header.header .auth a {
        padding: 0;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header.header .auth a:before {
        margin-right: 0;
    }
    header.header .auth a.login:before {
        margin-right: 0;
    }
    .breadcrumbs nav {
        height: 46px;
    }
    .breadcrumbs nav a {
        line-height: 46px;
        font-size: 14px;
    }
    .breadcrumbs nav span {
        line-height: 46px;
        font-size: 14px;
    }
    .breadcrumbs nav .rarr {
        padding: 0 10px;
        line-height: 46px;
        font-size: 14px;
    }
    .top-block .bg {
        position: relative;
        height: 340px;
    }
    .top-block .bg1 {
        width: 100%;
    }
    .top-block .info {
        padding: 32px 0 35px 0;
        min-height: 0;
        width: auto;
    }
    .top-block.short .info {
        padding: 5px 0 35px 0;
    }
    #autobusiness .top-block .info {
        width: auto;
    }
    #shops .top-block .info {
        width: auto;
    }
    .top-block .info .before {
        font-size: 20px;
    }
    .top-block .info h1 {
        font-size: 34px;
        margin-bottom: 8px;
    }
    .top-block .info p.big {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .top-block .info p {
        margin-bottom: 20px;
        font-size: 16px;
        width: 100%;
    }
    .top-block .buttons {
        flex-direction: column;
        align-items: start;
    }
    .top-block .buttons .notes {
        flex-direction: column;
        margin-top: 25px;
        margin-left: 0;
        max-width: none;
        font-size: 16px;
    }
    .top-block .line {
        height: 36px;
        top: 300px;
        bottom: auto;
        margin-top: 8px;
    }
    .top-block .line span {
        line-height: 36px;
    }
    .top-block .line .present:before {
        vertical-align: inherit;
        width: 18px;
        height: 18px;
    }
    .top-block .line .present:after {
        vertical-align: inherit;
        width: 18px;
        height: 18px;
    }
    .advantage-block {
        margin: 0 15px;
    }
    .advantage-block .items {
       flex-wrap: wrap;
       padding-bottom: 15px;
    }
    .advantage-block .item {
        padding-bottom: 15px;
        width: calc(50% - 15px);
    }
    .about-block {
        padding: 60px 0;
    }
    .about-block .width {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .about-block h2 {
        width: auto;
        line-height: 1.2;
    }
    .about-block h2 + .after {
        font-size: 16px;
        width: auto;
        margin-top: 8px;
    }
    .about-block .items {
        flex-wrap: wrap;
        gap: 20px 20px;
    }
    .about-block .item {
        padding: 30px 10px 30px 10px;
        width: calc(50% - 10px);
    }
    .about-block .item .img {
        margin: 0 auto 15px auto;
    }
    .about-block .item .title {
        font-size: 18px;
        text-align: center;
    }
    .proposal-block {
        padding: 60px 0;
    }
    .proposal-block .items {
        margin-top: 20px;
        flex-direction: column;
    }
    .proposal-block .item {
        width: auto;
        margin-bottom: 50px;
    }
    .proposal-block .item:last-child {
        margin-bottom: 0;
    }
    .proposal-block .item .top {
        aspect-ratio: 350 / 356;
        flex-direction: column;
    }
    .proposal-block .item .top .title {
        width: 90%;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .proposal-block .item .bottom {
        padding: 33px 25px 45px 25px;
    }
    .proposal-block .item .bottom p {
        margin-bottom: 15px;
    }
    .proposal-block .item .bottom ul {
        margin-bottom: 25px;
    }
    .proposal-block .item .bottom ul li {
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .proposal-block .item .bottom ul li:before {
        top: 0px;
    }
    .achievement-block {
        padding: 60px 0;
    }
    .achievement-block .width {
        flex-direction: column;
    }
    .achievement-block .width .left {
        width: auto;
    }
    .achievement-block .width .left .items {
        margin-top: 20px;
    }
    .achievement-block .width .left .title {
        margin-bottom: 0;
        font-size: 26px;
    }
    .achievement-block .width .left .description {
        font-size: 12px;
    }
    .achievement-block .width .right {
        padding-top: 33px;
        width: auto;
    }
    .achievement-block .width .right p {
        margin-bottom: 20px;
        width: auto;
    }
    .clients-block {
        padding: 60px 0;
    }
    .clients-block .items {
        margin: 20px auto 0 auto;
        width: auto;
        flex-direction: column;
    }
    .clients-block .item {
        width: auto;
    }
    .clients-block .item .title {
        font-size: 20px;
    }
    .clients-block .item .description {
        font-size: 16px;
    }
    .opportunities-block {
        padding: 60px 0;
    }
    .opportunities-block .items {
        gap: 30px 0;
        margin-top: 20px;
        flex-direction: column;
    }
    .opportunities-block .item {
        display: flex;
        flex-direction: column;
    }
    .opportunities-block .item .title {
        order: -1;
        font-size: 22px;
        text-align: center;
    }
    .opportunities-block .item .zoom {
        margin: 0 auto 30px auto;
        float: none;
    }
    .opportunities-block .item:nth-child(even) .zoom {
        float: none;
        margin: 0 auto 30px auto;
    }
    .youtube-block {
        padding: 60px 0;
    }
    .youtube-block .items {
        margin-top: 20px;
        flex-direction: column;
        gap: 30px;
    }
    .youtube-block .item {
        width: auto;
    }
    .youtube-block .item iframe {
        margin-bottom: 5px;
    }
    .youtube-block .button {
        margin: 20px auto 0 auto;
    }
    .free-block .width {
        max-width: 350px;
        margin: 60px auto;
        flex-direction: column;
        background: linear-gradient(
        to top,
        #0017A1 0%,
        #0017A1 50%,
        #FAFAFA 50%,
        #FAFAFA 100%
        );
    }
    .free-block .width > div {
        width: 100%;
    }
    .free-block .width .info {
        padding: 20px 20px 40px 20px;
        text-align: center;
    }
    .free-block .width .info h2 {
        font-size: 26px;
        text-align: center;
    }
    .free-block .width .info h3 {
        font-size: 20px;
        margin-bottom: 10px;
        width: auto;
    }
    #autobusiness .free-block .width .info h3,
    #shops .free-block .width .info h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .free-block .width .info p {
        width: auto;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .free-block .width .man {
        order: -2;
        margin: auto;
        height: 353px;
    }
    .img-line {
        order: -1;
        margin-top: -37px;
        height: 175px;
    }
    .img-line .img-1 {
        top: 0;
        left: 20px;
        max-width: 280px;
        z-index: 100;
        box-shadow: 0 15px 60px 0 rgba(32, 40, 91, 0.5);
        -webkit-box-shadow: 0 15px 60px 0 rgba(32, 40, 91, 0.5);
        -moz-box-shadow: 0 15px 60px 0 rgba(32, 40, 91, 0.5);
        border-radius: 5px;
    }
    .img-line .img-2 {
        z-index: 1000;
        top: 7%;
        right: 20px;
        max-width: 90px;
        box-shadow: 0 15px 60px 0 rgba(32, 40, 91, 0.5);
        -webkit-box-shadow: 0 15px 60px 0 rgba(32, 40, 91, 0.5);
        -moz-box-shadow: 0 15px 60px 0 rgba(32, 40, 91, 0.5);
        border-radius: 5px;
    }
    .contacts-block {
        padding: 60px 0 45px 0;
    }
    .contacts-block .items {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-direction: column;
    }
    .contacts-block .item {
        width: auto;
        text-align: center;
    }
    .contacts-block h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .contacts-block a {
        font-size: 16px;
    }
    .contacts-block .phone {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contacts-block .viber {
        height: 45px;
        line-height: 45px;
        margin-bottom: 35px;
    }
    .contacts-block p {
        font-size: 16px;
    }
    .contacts-block .email {
        margin-top: 25px;
        margin-bottom: 20px;
        display: block;
    }
    .before-after-block {
        padding: 60px 0;
    }
    .before-after-block .width {
        gap: 30px 30px;
        width: auto;
        flex-direction: column;
        margin: 20px auto 0 auto;
    }
    .before-after-block .width > div {
        width: 100%;
    }
    .before-after-block .title {
        height: 86px;
        font-size: 24px;
    }
    .before-after-block ul {
        margin: 30px 25px;
    }
    .before-after-block ul li {
        font-size: 16px;
        padding-left: 35px;
    }
    .before-after-block .button {
         margin: 20px auto 0 auto;
    }
    .solutions-block {
        padding: 60px 0;
    }
    .solutions-block .items {
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .solutions-block .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .solutions-block .head {
        aspect-ratio: auto;
        flex-direction: column;
    }
    .solutions-block .head > div {
        aspect-ratio: auto;
        width: 100%;
    }
    .solutions-block .head > .img {
        aspect-ratio: 350 / 130;
    }
    .solutions-block .head .title {
        padding: 12px 15px 20px 15px;
    }
    .solutions-block .head .title p {
        font-size: 20px;
    }
    .solutions-block .head .title .arrow {
        width: 37px;
        height: 37px;
        min-width: 37px;
    }
    .solutions-block .info {
        padding: 35px 15px 40px 15px;
    }
    .solutions-block .info h3 {
        margin: 0 auto 10px auto;
        max-width: none;
        font-size: 24px;
    }
    .solutions-block .info p {
        font-size: 16px;
        text-align: left;
    }
    .solutions-block .info ul {
        flex-direction: column;
    }
    .solutions-block .info ul li {
        width: auto;
        padding-left: 65px;
    }
    .solutions-block .info ul li .title {
        font-size: 20px;
        text-align: left;
    }
    .solutions-block .info ul li:before {
        width: 40px;
        height: 40px;
        background-size: 60%;
    }
    .solutions-block .selection {
        padding: 40px 20px;
        text-align: center;
    }
    .solutions-block .selection .zoom {
        margin: 0 0 15px 0px;
    }
    .solutions-block .selection h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .solutions-block .selection p {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .application-block .width {
        flex-direction: column;
        padding: 0 0 60px 0;
        width: auto;
    }
    .application-block .width > div {
        width: auto;
        text-align: center;
    }
    .application-block .width > .img {
        order: -1;
    }
    .application-block .width .info {
        padding: 30px 0 0 0;
    }
    .application-block .width .info h2 {
        text-align: center;
    }
    .application-block .width .info .buttons {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 15px 15px;
    }
    .possibility-block {
        margin-left: -20px;
        margin-right: -20px;
        padding: 60px 20px;
        border-radius: 0;
    }
    .possibility-block .items {
        margin: 20px 0;
        flex-direction: column;
        gap: 30px 30px;
    }
    .possibility-block .item {
        width: auto;
    }
    .possibility-block .item:nth-child(4),
    .possibility-block .item:nth-child(5) {
        width: auto;
    }
    .possibility-block .rows-2 .item {
        width: auto;
    }
    .possibility-block .item p {
        font-size: 16px;
    }
    .possibility-block .item .title {
        font-size: 20px;
    }
    .possibility-block .buttons-block {
        width: auto;
        gap: 15px 30px;
        margin: 35px auto 0 auto;
        padding: 30px 20px 30px 20px;
        flex-direction: column;
    }
    .possibility-block .buttons-block p {
        text-align: center;
    }
    .retail-block {
        padding: 60px 0;
    }
    .retail-block h2 {
        text-align: center;
    }
    .retail-block .after {
        font-size: 16px;
        text-align: center;
    }
    .retail-block .width {
        margin-top: 20px;
        flex-direction: column;
    }
    .retail-block .width > div {
        width: auto;
    }
    .retail-block .width .info p {
        font-size: 16px;
    }
    .retail-block .img-line {
        width: 350px;
        height: 250px;
        margin-top: 0;
    }
    .automatisation-block {
        padding: 60px 0;
    }
    .automatisation-block .width {
        flex-direction: column;
    }
    .automatisation-block .width > div {
        width: auto;
    }
    .automatisation-block .width .info h2 {
        text-align: center;
    }
    .automatisation-block .width .info h2 + .after {
        text-align: center;
    }
    .automatisation-block .width .info p {
        font-size: 16px;
    }
    .automatisation-block .width .info ul {
        gap: 10px 20px;
        margin-top: 20px;
        flex-direction: column;
    }
    .automatisation-block .width .info ul li {
        padding-left: 55px;
        font-size: 14px;
        width: auto;
        margin-bottom: 0;
    }
    .automatisation-block .width .info ul li:before {
        width: 40px;
        height: 40px;
        background-size: 50%;
    }
    .automatisation-block .width .img img {
        display: none;
    }
    .automatisation-block .width .img.for-mobile img {
        display: block;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .rro-block {
        padding: 60px 0;
    }
    .rro-block .width {
        flex-direction: column;
    }
    .rro-block .width > div {
        width: auto;
    }
    .rro-block .width .info h2 {
        text-align: center;
    }
    .rro-block .width .info h2 + .after {
        font-size: 18px;
        text-align: center;
    }
    .rro-block .width .info p {
        font-size: 16px;
    }
    .rro-block .width .info ul {
        gap: 10px 20px;
        margin-top: 20px;
        flex-direction: column;
    }
    .rro-block .width .info ul li {
        padding-left: 55px;
        font-size: 14px;
        width: auto;
        margin-bottom: 0;
    }
    .rro-block .width .info ul li:before {
        width: 40px;
        height: 40px;
        background-size: 50%;
    }
    .rro-block .width .img img {
        display: none;
    }
    .rro-block .width .img.for-mobile img {
        display: block;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .tariffs-block {
        padding: 60px 0 0 0;
    }
    .tabs-menu {
        max-width: 350px;
        margin: auto;
        gap: 0 15px;
    }
    .tabs-menu li {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .tabs-menu li a {
        font-size: 18px;
        line-height: normal;
    }
    .tabs .tariffs-slider {
        margin: 20px -15px;
    }
    .tabs + .notes {
        font-size: 16px;
        width: auto;
    }
    .simple-range {
        display: block;
    }
    input[type='range']::-webkit-slider-runnable-track {
        height: 8px;
        background: #E4E4E4;
        border-radius: 4px;
    }
    input[type='range']::-moz-range-track {
        height: 8px;
        background: #E4E4E4;
        border-radius: 4px;
    }
    input[type='range']::-ms-track {
        height: 8px;
        background: #E4E4E4;
        border-radius: 4px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }
    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        margin-top: 0;
        height: 8px;
        width: 150px;
        border-radius: 4px;
        background: #0017A1;
    }
    input[type='range']::-moz-range-thumb {
        height: 8px;
        width: 150px;
        border-radius: 4px;
        background: #0017A1;
    }
    input[type='range']::-ms-thumb {
        height: 8px;
        width: 150px;
        border-radius: 4px;
        background: #0017A1;
    }
    .slick-arrows {
        display: none;
    }
    .error-block {
        padding: 60px 20px 60px 20px;
    }
    .error-block .big {
        font-size: 150px;
    }
    .error-block h1 {
        font-size: 26px;
    }
    .thank-you-block {
        padding: 60px 20px 60px 20px;
    }
    .thank-you-block h1 {
        font-size: 26px;
    }
    .thank-you-block p {
        font-size: 20px;
    }
    footer.footer {
        padding: 35px 0 0 0;
    }
    footer.footer .items {
        margin-bottom: 35px;
        align-items: center;
        flex-direction: column;
    }
    footer.footer .item {
        text-align: center;
    }
    footer.footer .item:first-child {
        width: auto;
        text-align: center;
    }
    footer.footer .logo {
        margin-bottom: 25px;
    }
    footer.footer .logo img {
        margin: auto;
        max-width: 126px;
    }
    footer.footer .logo + p {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }
    footer.footer .item p {
        margin-bottom: 20px;
    }
    footer.footer .item li a {
        font-size: 14px;
        margin-bottom: 12px;
    }
    footer.footer .item:nth-child(3) p:first-child {
        display: none;
    }
    footer.footer .wrapper:last-child {
        flex-direction: column;
        padding: 30px 15px;
    }
    footer.footer .copyright {
        font-size: 14px;
        text-align: center;
    }
    footer.footer .youtube {
        font-size: 14px;
        margin: 25px auto  0 auto;
    }
}
/* Легке підсвічування редагованих блоків, дуже корисно */
[contenteditable="true"] {
    outline: 1px dashed rgba(52, 152, 219, 0.4);
}
[contenteditable="true"]:focus {
    outline: 2px solid #3498db !important;
    background: rgba(52, 152, 219, 0.05);
}

.bg1 {
    background: linear-gradient(to right, #F6F8FF 0%, transparent 50%), url(../assets/img/top-block-bg.jpeg) center center / cover no-repeat;
}
.bg2 {
    background: linear-gradient(to right, #F6F8FF 0%, transparent 50%), url(../assets/img/top-block-bg-3.jpeg) center center / cover no-repeat;
}
.bg3 {
    background: linear-gradient(to right, #F6F8FF 0%, transparent 50%), url(../assets/img/top-block-bg-3.jpeg) center center / cover no-repeat;
}
.solution1 {
    background: url(../assets/img/solutions-1.jpeg) center center / cover no-repeat;
}
.solution2 {
    background: url(../assets/img/solutions-2.jpeg) center center / cover no-repeat;
}
.solution3 {
    background: url(../assets/img/solutions-3.jpeg) center center / cover no-repeat;
}
.solution4 {
    background: url(../assets/img/solutions-4.jpeg) center center / cover no-repeat;
}
.solution5 {
    background: url(../assets/img/solutions-5.jpeg) center center / cover no-repeat;
}
@media (max-width: 576px) {
    #mini-chat-popup {
        width: 100% !important;
        right: unset !important;
        left: unset !important;
    }
}