@charset "utf-8";
:root {
    --font: Roboto, -apple-system, system-ui, "sans-serif";
    --font-title: "Roboto Slab", -apple-system, system-ui, "sans-serif";
    --blue: #394eff;
    --violet: #A638FF;
    --green: #55B31E;
    --orange: #ff864a;
    --red: #FF4A54;
    --dark: #1e1e20;
    --border: #C7C7D4;
    --grey: #8e8e8f;
    --body: #ffffff;
    --white: #fff;
    --grad: var(--orange);
    --grad-red: var(--red);
    --light-bg: #fffbf9;
    --grey-bg: #fcfcfc; /*24.04.24*/
    --shadow: 0 1px 8px rgba(59, 60, 63, .24);
    font-size: 1.111111vw;
}
@media only screen and (min-width: 1440px) {
    :root {
        font-size: 16px;
    }
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.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 {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden, .swiper-arrow.swiper-button-disabled {
    opacity: 0 !important;
    cursor: default !important;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: var(--border);
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    background: var(--body);
    font: normal 18px/32px var(--font);
    color: var(--dark);
    -webkit-text-size-adjust: none;
    display: flex;
    flex-direction: column;
}
*, *:before, *:after {
    box-sizing: border-box;
}
form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
/*edited 27.06.22 start*/
input, select, textarea, button, .select-link {
    font: normal 18px var(--font);
    color: var(--dark);
    outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], 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, select, .select-link {
    -webkit-appearance: none;
    border-radius: 4px;
    box-shadow: none;
    border: 2px solid var(--border);
    background: #fff;
    margin: 0;
    padding: 12px 12px 12px 24px;
    height: 50px;
    width: 100%;
    display: block;
    transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input:focus, textarea:focus {
    border-color: var(--orange);
}
input.invalid, textarea.invalid, input.invalid ~ .checkbox, input.invalid ~ .radio {
    border-color: var(--red) !important;
}
textarea {
    height: auto;
}
/*edited 27.06.22 end*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: var(--grey);
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: var(--grey);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: var(--grey);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.5 !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5 !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5 !important;
}
input::-ms-clear {
    display: none;
}
button::-moz-focus-inner {
    border: 0;
}
textarea {
    resize: none;
}
.input-info {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: normal;
    text-align: left;
}
.checkbox, .radio {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    border: 2px solid var(--border);
    border-radius: 4px;
    transition-property: border, background;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.checkbox:before, .radio:before {
    content: '';
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 50%;
    left: 50%;
}
input:checked ~ .radio, input:checked ~ .checkbox {
    border-color: transparent;
    background-color: var(--orange);
}
input:checked ~ .radio:before, input:checked ~ .checkbox:before {
    opacity: 1;
}
.checkbox {
    border-radius: 4px;
}
.checkbox:before {
    width: 12px;
    height: 8px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: var(--white);
    transform: translate3d(-50%, -70%, 0) rotate(-45deg);
}
.radio {
    border-radius: 50%;
}
.radio:before {
    border-radius: 50%;
    background: var(--white);
    transform: translate3d(-50%, -50%, 0);
    width: 50%;
    height: 50%;
}
/*18.12.23 start*/
.checkbox-small, .radio-small {
    border-width: 1px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.checkbox-small:before {
    border-width: 0 0 1px 1px;
    width: 8px;
    height: 5px;
}
/*18.12.23 end*/
.outtaHere {
    position: fixed !important;
    left: -10000px !important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
    display: block;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    color0: var(--blue);
    color: var(--orange);
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
a[href^=tel] {
    color: inherit !important;
    text-decoration: none !important;
}
strong {
    font-weight: 500;
}
p, ol, ul {
    margin: 24px 0;
    list-style: none;
    padding: 0;
}
p + ul, p + ol {
    margin-top: -6px;
}
li {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 40px;
}
ul > li:before {
    content: '•';
    color: var(--orange);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 40px;
}
ol {
    counter-reset: li;
}
ol > li:before {
    display: inline-block;
    vertical-align: top;
    counter-increment: li;
    content: counters(li, ".") ". ";
    color: var(--orange);
    min-width: 40px;
    text-align: center;
    margin-left: -40px;
    padding-right: 0.25em;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    word-wrap: break-word;
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
}
h1, .h1 {
    margin: 0 0 16px 0;
    font-size: 56px;
}
h2, .h2 {
    font-size: 32px;
    margin: 80px 0 21px 0;
}
h2 + *, .h2 + * {
    margin-top: 0 !important;
}
.h2#start-payment-title{
    margin-top: 10px;
}

h3, .h3, h4, h5, h6 {
    font-size: 28px;
    margin: 40px 0 10px 0;
}
.btn {
    cursor: pointer;
    user-select: none;
    display: block;
    text-align: center;
    text-decoration: none !important;
    transition-property: transform, background, padding;
    transition-duration: 0.5s, 0.2s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
    -webkit-appearance: none;
    font: bold 16px/24px var(--font);
    text-transform: none;
    color: #fff;
    border-radius: 25px;
    background: var(--orange);
    padding: 13px 22px 13px 22px;
    box-shadow: none;
    border: 0;
}
.btn:not(.btn-arrow-right):hover {
    transform: scale(1.02);
}
.btn-arrow-right {
    padding-left: 32px !important;
    padding-right: 32px !important;
    transition-property: background, color, padding;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-arrow-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0;
    background: url("/images/btn-arrow-right.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}
.btn-arrow-right:hover {
    padding-left: 20px !important;
    padding-right: 44px !important;
    color: var(--white);
    background-color: var(--orange);
}
.btn-arrow-right:hover:after {
    opacity: 1;
}
.btn-download:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: -10px 3px -10px -10px;
    background: url(/images/cloud-white.svg) no-repeat 50% 50%;
    background-size: contain;
    -webkit-animation: moving 0.5s linear infinite alternate;
    animation: moving 0.5s linear infinite alternate;
}
.btn-accent {
    background-image: var(--grad-red);
    font-weight: bold;
}
.btn-red {
    background-image: var(--grad-red);
}
.btn-grey {
    background: var(--white);
    border: 1px solid var(--orange);
    color: var(--orange);
    font-weight: normal;
}
.btn-border {
    background: var(--white);
    border: 1px solid var(--orange);
    color: var(--orange);
}
.btn i {
    margin-right: 8px;
}
.grey {
    color: var(--grey);
}
.red {
    color0: var(--red);
    color: var(--red);
}
.green {
    color: var(--green);
}
.orange {
    color: var(--orange);
}
.break-word {
    word-break: break-all;
}
.nowrap {
    white-space: nowrap;
}
.small {
    font-size: 16px;
    line-height: 27px;
}
.uppercase {
    text-transform: uppercase;
}
.mainwrap {
    flex: 0 0 auto;
    width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
    width: 100%;
}
.header, .footer {
    flex: 0 0 auto;
    width: 100%;
}
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 55px;
    max-width: 1440px;
}
.header {
    order: 1;
}
.content {
    order: 2;
}
.footer {
    order: 3;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: var(--body);
    box-shadow: var(--shadow);
}
.header-place {
    pointer-events: none;
    opacity: 0;
}
.header .container {
    display: flex;
    align-items: center;
    gap: 0 12px;
    height: 100%;
}
.header .logo {
    flex: 0 0 auto;
    text-decoration: none;
    font: normal 26px/1.3 var(--font-title);
    color: var(--dark);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.header .logo img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 3;
    top: 20px;
    filter: drop-shadow(var(--shadow));
}
.header .logo {
    position: relative;
}
.header .logo .logos {
    font-size: 100px;
    font-size: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0.8em;
    gap: 0.05em;
    pointer-events: none;
    margin-top: 0.2em;
}
.header .logo .logos img {
    width: 0.3em;
    height: 0.3em;
    object-fit: contain;
    background: var(--white);
    border: 0.045em solid var(--white) !important;
    border-radius: 50%;
    top: auto;
}
.header .logo .logos img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(-25%, 25%, 0);
    width: 0.15em;
    height: 0.15em;
    border-width: 0.02em !important;
    object-fit: 50%;
}
.menu {
    font-size: 14px;
    line-height: 24px;
}
.menu .toggle-in {
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--dark);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 50px;
    padding: 0 12px;
    flex: 0 0 auto;
    user-select: none;
}
.menu .toggle-in .pop {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .toggle-in .pop, .menu .sub a {
    transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1);
}
.menu .toggle-in.active, .menu .sub .active {
    font-weight: bold;
}
.menu .toggle-in .pop > * {
    flex: 0 0 auto;
}
.menu .toggle-in:not(.simple_link) .pop:after {
    content: '';
    display: block;
    background: url("/images/chevron-down.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: 0 -2px 0 4px;
    flex: 0 0 auto;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: rotate(0deg);
    position: relative;
    top: 1px;
}
.menu .col.open .toggle-in .pop:after {
    transform: rotate(-180deg);
}
.menu .toggle-in .pic {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}
.menu .toggle-in .pic img {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.menu .toggle-in .pic.bg-download {
    width: 32px;
    height: 32px;
    background: url(/images/cloud.svg) no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    top: 2px;
    -webkit-animation: moving 0.5s linear infinite alternate;
    animation: moving 0.5s linear infinite alternate;
    backface-visibility: hidden;
    will-change: transform;
    margin-right: 3px;
}
.menu .toggle-in .text {
    margin-bottom: 4px;
}
.menu .col:not(.open) .sub {
    display: none;
}
.menu .sub .el {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
}
.menu .sub .el > * {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
}
.menu .sub .pic {
    margin: 0 8px 0 0;
    flex: 0 0 auto;
    position: relative;
    top: auto;
    left: auto;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (pointer:fine) {
    .menu .sub a:hover .pic {
        opacity: 1;
    }
}
.menu .sub .pic img {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.menu .title1 {
    white-space: nowrap;
    position: relative;
    align-self: stretch;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--grey);
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.menu .title1 a {
    color: inherit;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu a:not(.btn) {
    color: var(--dark);
}
@media only screen and (max-width: 767px) {
    .header, .header-place {
        height: 50px;
    }
    .header .container {
        padding: 0 5px;
        gap: 10px;
    }
    .header .logo {
        gap: 5px;
        font-size: 16px;
    }
    .header .logo img {
        width: 60px;
        height: 60px;
        border-width: 4px;
        top: 15px;
        z-index: 3;
    }
    @media only screen and (max-width: 400px) {
        .header .logo .text {
            display: none;
        }

    }
    /*23.12.24 start*/
    .header .logo .logos {
        font-size: 60px;
        font-size: 75px;
    }
    /*23.12.24 end*/
    .menu {
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
    }
    .menu .toggle {
        flex: 0 0 auto;
        order: 2;
        cursor: pointer;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    .menu .toggle:before, .menu .toggle:after {
        content: '';
        flex: 0 0 auto;
        width: 16px;
        height: 3px;
        border-radius: 1.5px;
        background: var(--dark);
        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    .menu.open .toggle:before {
        transform: translate3d(0, 3.5px, 0) rotate(-135deg);
    }
    .menu.open .toggle:after {
        transform: translate3d(0, -3.5px, 0) rotate(135deg);
    }
    .menu .list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding-top: 20px;
        background: var(--body);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        max-height: calc(100vh - 50px);
        overflow: hidden;
        overflow-y: auto;
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: 2;
    }
    .menu:not(.open) .list {
        opacity: 0;
        pointer-events: none;
    }
    .menu .col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .menu .toggle-in .pop {
        justify-content: flex-start;
        padding-right: 24px;
    }
    .menu .toggle-in:not(.simple_link) .pop:after {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -7px 0;
    }
    .menu .sub {
        overflow: hidden;
    }
    .menu .ind {
        padding: 0 12px 10px 12px;
        border-bottom: 1px solid var(--border);
    }
    .menu .close {
        display: none;
    }
    .menu .sub .el {
        padding: 16px 0;
        display: flex;
    }
    .menu .btn {
        height: 32px;
        line-height: 32px;
        padding: 0 24px;
        border-radius: 16px;
        font-size: 14px;
    }

    /*04.03.24 start*/
    @media only screen and (max-width: 767px) {
        .menu > .btn {
            margin: 0 auto;
        }
        .menu .btn:not(.btn-account) {
            margin: 20px;
        }
    }
    /*04.03.24 end*/
    @media only screen and (max-width: 580px) {
        .menu > .btn {
            margin: 0 auto;
        }
        .menu > .btn-grey {
            display: none;
        }
        .menu .list .btn-grey {
            margin: 20px;
        }
    }
}
/*04.03.24 start*/
.menu > .btn-account {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .menu > .btn-grey {
        padding-left: 12px;
        padding-right: 12px;
    }
    .menu .list .btn-account, .menu .list .btn-grey {
        align-self: center;
    }
    /*07.03.24 start*/
    .menu .list .btn.to-right {
        order: 2;
    }
    /*07.03.24 end*/
}
/*04.03.24 end*/

@media only screen and (min-width: 581px) {
    .menu .list .btn-grey {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header, .header-place {
        height: 80px;
    }
    .header .container {
        padding: 0 10px;
    }
    @media (pointer:fine) {
        .menu .toggle-in:not(.simple_link):hover .pop, .menu a.toggle-in.simple_link:hover .pop, .menu .sub a:hover {
            transform: scale(1.02);
        }
    }
    .menu .btn {
        flex: 0 0 auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .menu {
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }
    .menu .toggle {
        display: none;
    }
    .menu a:not(.btn) {
        text-decoration: none !important;
    }
    /*04.03.24 start*/
    .menu .list {
        flex: 1 1 auto;
        max-width: 100%;
        display: flex;
        height: 50px;
        justify-content: flex-start;
    }
    .menu .list .btn + .col, .menu .list .col:first-child {
        margin-left: auto;
    }
    .menu .list .col:last-child {
        margin-right: auto;
    }
    /*04.03.24 end*/
    .menu .list:after {
        content: '';
        flex: 0 0 auto;
    }
    .menu .col.rel {
        position: relative;
    }
    .menu .col.rel .sub {
        white-space: nowrap;
    }
    .menu .sub {
        overflow: hidden;
        position: absolute;
        /*top: calc(100% + 20px);*/
        top: 100%;
        left: 0;
        box-shadow: var(--shadow);
        background: #fff;
        z-index: 2;
        backface-visibility: hidden;
        border-radius: 20px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100vw - 40px);
    }
    .menu .sub .active {
        font-weight: bold;
    }
    .menu .col:last-child {
        position: relative;
    }
    .menu .col:last-child .sub {
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        margin: 0;
    }
    @media only screen and (min-width: 941px) {
        .menu .col:last-child .sub {
            /*top: calc(100% + 35px);*/
            top: calc(100% + 15px);
        }
    }
    @media only screen and (min-width: 1441px) {
        .menu .sub {
            max-width: 1440px;
        }
    }
    @media only screen and (min-width: 1480px) {
        .menu .sub {
            margin: 0;
        }
    }
    .menu .ind {
        padding: 16px;
        display: flex;
        width: 100%;
    }
    .menu .close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
        width: 24px;
        height: 24px;
        cursor: pointer;
        user-select: none;
        background: url("/images/close.svg") no-repeat 50% 50%;
        background-size: auto 16px;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0.35;
    }
    @media (pointer:fine) {
        .menu .close:hover {
            opacity: 0.5;
        }
    }
    .menu .sub .el {
        flex: 1 1 auto;
        padding: 16px;
        font-size: 14px;
        line-height: 24px;
        display: inline-flex;
        vertical-align: top;
    }
    @media only screen and (max-width: 1360px) {
        .menu .toggle-in .pic {
            display: none;
        }
        .menu .sub .ind, .menu .sub .el {
            padding: 12px;
        }
        .header .logo .text {
            display: block;
        }
    }
    /*04.03.24 start*/
    @media only screen and (max-width: 1023px) {
        .header .logo .text {
            /*display: none;*/
        }
    }
    @media only screen and (max-width: 1023px) {
        .header .logo {
            gap: 5px;
            font-size: 16px;
        }
        .header .logo img {
            width: 60px;
            height: 60px;
            border-width: 4px;
            top: 15px;
            z-index: 3;
        }
        /*23.12.24 start*/
        .header .logo .logos {
            font-size: 60px;
            font-size: 75px;
        }
        /*23.12.24 end*/
        .menu .list {
            margin-left: 0;
        }
    }
    /*04.03.24 end*/
    @media only screen and (max-width: 1023px) {
        .header, .header .menu, .header-place {
            height: 50px;
        }
        .menu {
            margin-left: 2px;
        }
        .menu, .menu .sub .el {
            font-size: 14px;
            line-height: 1.5;
        }
        .menu .toggle-in {
            /*04.03.24 start*/
            /*
                                                  padding-left: 0;
                                                  padding-right: 0;
            */
            /*04.03.24 end*/
        }
        .menu .toggle-in .pic {
            display: block;
            width: 16px;
            height: 16px;
        }
        .menu .toggle-in .pic.bg-download {
            width: 24px;
            height: 24px;
        }
        .menu .list {
            flex: 1 0 auto;
            /*04.03.24 start*/
            /*justify-content: flex-start;*/
            /*04.03.24 end*/
        }
        .menu .sub ul .pic {
            display: none;
        }
        .menu .btn {
            height: 32px;
            line-height: 32px;
            padding: 0 24px;
            border-radius: 16px;
            font-size: 14px;
        }
    }
    /*04.03.24 start*/
    @media only screen and (max-width: 900px) {
        /*04.03.24 end*/
        .header .link-download .link {
            padding-left: 12px;
        }
        .header .link-download .link:before, .header .link-download .link:after {
            display: none;
        }
        .menu .toggle-in .pic {
            display: none;
        }
    }
    @media only screen and (max-width: 860px) {
        .menu .btn:before {
            display: none;
        }
    }
}
/*09.09.19 start*/
@-webkit-keyframes glowing {
    from {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    }
}
@keyframes glowing {
    from {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    }
}
@-webkit-keyframes moving {
    from {
        transform: translate3d(0, -2px, 0);
    }
    to {
        transform: translate3d(0, 2px, 0);
    }
}
@keyframes moving {
    from {
        transform: translate3d(0, -2px, 0);
    }
    to {
        transform: translate3d(0, 2px, 0);
    }
}
/*09.09.19 end*/
.link-download {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark);
    text-align: left;
    white-space: normal;
}
.link-download .link {
    text-decoration: none !important;
    display: block;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: left;
    padding: 13px 61px 13px 57px;
    color: var(--white);
    border-radius: 30px;
    background: var(--orange);
    font-weight: bold;
    position: relative;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1);
}
.link-download .link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 32px;
    width: 32px;
    height: 32px;
    background: url("/images/cloud-white.svg") no-repeat 50% 50%;
    background-size: contain;
    margin: -16px;
    -webkit-animation: moving 0.5s linear infinite alternate;
    animation: moving 0.5s linear infinite alternate;
    transform: translate3d(0, -2px, 0);
}
.link-download .arr {
    position: absolute;
    top: 50%;
    right: 26px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: -20px;
    cursor: pointer;
    background: var(--white);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1);
}
@media (pointer:fine) {
    .link-download .link:hover, .link-download .arr:hover {
        transform: scale(1.02);
    }
}
.link-download .arr > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    margin: -10px;
}
.link-download .arr:after {
    content: '';
    display: block;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: var(--orange) transparent;
    flex: 0 0 auto;
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-download.open .arr:after {
    transform: rotate(-180deg);
}
.link-download ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    border-radius: 30px;
    overflow: hidden;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    transform-origin: 50% 0;
    box-shadow: var(--shadow);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1, 0);
}
.footer .link-download ul {
    top: auto;
    bottom: 100%;
    transform-origin: 50% 100%;
}
.link-download.open ul {
    transform: scale(1);
}
.link-download li:before {
    display: none;
}
.link-download li {
    margin: 1px 0 0 0;
    padding: 0;
}
.link-download li:first-child {
    margin-top: 0;
}
.link-download li > * {
    display: block;
    text-decoration: none !important;
    color: var(--dark);
    padding: 4px 20px 5px 57px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-download li:first-child > * {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 16px;
}
.link-download li:first-child > * .pic {
    top: 28px;
}
.link-download li:last-child > * {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 20px;
}
.link-download li > a:hover {
    color: #fff;
    background: var(--dark);
    box-shadow: 0 0 0 4px var(--dark);
}
.link-download .pic {
    position: absolute;
    top: 16px;
    left: 40px;
    margin: -16px;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1023px) {
    .link-download {
        font-size: 12px;
        line-height: 16px;
    }
    .link-download .link {
        line-height: 24px;
        padding: 4px 32px;
    }
    .link-download .link:before, .link-download .link:after {
        width: 24px;
        height: 24px;
        left: 6px;
        margin: -12px 0;
    }
    .link-download .arr {
        width: 24px;
        height: 24px;
        margin: -12px 0;
        right: 4px;
    }
    .link-download .arr > * {
        margin: -5px;
    }
    .link-download li > * {
        padding: 4px 4px 4px 32px;
    }
    .link-download .pic {
        left: 2px;
        margin-left: 0;
        margin: -20px 0 0 0;
    }
    .footer-text {
        font-size: 12px !important;
    }
}
.content {
    padding: 56px 0 120px 0;
}
/*edited 15.10.23 start*/
.section-block.last {
    margin-bottom: -120px;
    padding-bottom: 120px;
}
/*edited 15.10.23 end*/
.main-sides {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-side-l, .main-side-r {
    flex: 0 0 auto;
}
.side-menu {
    background: var(--light-bg);
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    display: flex;
    margin: 0;
    padding: 15px 10px;
    border-radius: 5px;
    position: relative;
    flex-direction: column;
}
.side-menu:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid transparent;
    background: linear-gradient(to bottom, var(--blue) 0%, var(--violet) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: inherit;
}
.side-menu > * {
    flex: 0 0 auto;
    width: 100%;
    padding: 5px 10px;
}
@media only screen and (min-width: 1001px) {
    .main-side-l {
        width: calc(100% - 340px);
        max-width: 980px;
        order: 1;
    }
    .main-side-l:only-child {
        margin: 0 auto;
        width: 100%;
    }
    .main-side-r {
        flex: 0 0 auto;
        width: 280px;
        order: 2;
    }
    .side-sticky {
        position: sticky;
        z-index: 50;
        top: 100px;
    }
    @media only screen and (max-width: 1023px) {
        .side-sticky {
            top: 50px;
        }
    }
    .side-menu .anchor-active {
        color: var(--grey);
    }
}
@media only screen and (max-width: 1000px) {
    .main-sides {
        flex-direction: column;
        gap: 40px;
    }
    .main-sides:not(:first-child) {
        margin-top: 40px;
    }
    .main-side-l, .main-side-r {
        width: 100%;
    }
    .main-side-l {
        order: 2;
    }
    .main-side-r {
        order: 1;
    }
    .side-menu .anchor-active {
        color: var(--grey);
    }
}
.path {
    margin: 0 0 20px 0;
    color: var(--grey);
    font-size: 80%;
    line-height: 1.4;
}
.path a {
    color: inherit;
}
.ya-share2__list {
    display: flex !important;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px -2px 0 !important;
    padding: 0 !important;
}
.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: block;
    flex: 0 0 auto;
    margin: 0 2px 2px 0 !important;
    padding: 0 !important;
}
.ya-share2__list_direction_horizontal > .ya-share2__item:before {
    display: none;
}
.ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
}
.share {
    border-top: 1px solid var(--border);
    margin: 65px 0 60px 0;
    padding: 35px 0 0 0;
}
.top-block {
    display: flex;
    align-items: center;
    margin: 21px -40px 14px 0;
}
.top-block > * {
    flex: 0 0 auto;
    margin: 0 40px 20px 0;
}
.top-block .share {
    padding: 0;
    border: 0;
    flex: 1 1 100%;
}
.place {
    margin: 47px 0;
}
.place img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.accent {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 40px;
}
.accent:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--blue) 0%, var(--violet) 100%);
}
.accent.red:before {
    background: #E099A2;
}
.accent.green:before {
    background: #99E09F;
}
.table {
    margin: 65px 0 56px 0;
}
.table .small {
    font-size: 16px;
    line-height: inherit;
}
.table table {
    border-collapse: collapse;
    width: 100%;
}
.table th, .table td {
    text-align: left;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid var(--border);
    padding: 15px 6px 16px 6px;
    min-width: 100px;
}
.table th:first-child, .table td:first-child {
    padding-left: 0 !important;
}
.table th:last-child, .table td:last-child {
    padding-right: 0 !important;
}
.table .center {
    text-align: center;
}
.table .right {
    text-align: right;
}
.table th {
    border-bottom-color: var(--blue);
    font-weight: bold;
    font-size: 16px;
    padding-top: 0 !important;
    padding-bottom: 11px;
    white-space: nowrap;
}
.table img {
    height: 32px;
    width: auto;
    margin: -10px 0;
    vertical-align: middle;
}
.table .for-links td {
    border-bottom-width: 0;
    padding-top: 35px;
    padding-bottom: 0;
}
.table .for-links .btn {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0;
}
.image, .video, .image-group {
    border-radius: 5px;
    border: 1px solid var(--border);
    background: var(--light-bg);
    margin: 40px 0;
    padding: 20px;
    outline: none;
    text-align: center;
}
.image + h2, .image + .h2, .video + h2, .video + .h2 {
    margin-top: 90px;
}
.image img, .image-group img {
    border-radius: 5px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
}
.image-group {
    overflow: hidden;
    position: relative;
}
.image-group-slider {
    margin: 0 -20px !important;
    padding: 0 10px !important;
}
.image-group-slider .swiper-slide {
    padding: 0 10px !important;
    width: 33.333333%;
    min-width: 250px;
}
.image-group-slider .swiper-slide:nth-child(1):nth-last-child(2), .image-group-slider .swiper-slide:nth-child(2):nth-last-child(1) {
    width: 50%;
}
.image-group-slider .swiper-slide:only-child {
    width: 100%;
    min-width: 0;
}
.image-group .image {
    margin: 0 !important;
}
.video .hold {
    position: relative;
    padding-top: 56.25%;
}
.video .hold iframe, .video .hold video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.caption {
    text-align: center;
    font-size: 80%;
    line-height: 1.4;
    color: var(--grey);
    margin: 20px 0 0 0;
}
.hold-comments {
    margin: 60px 0 45px 0;
}
.hold-comments h2, .hold-comments .h2 {
    margin-bottom: 16px;
}
.footer-text {
    color: #fff;
    background: var(--dark);
    font-size: 14px;
    line-height: 19px;
    padding: 50px 0;
    min-height: 190px;
}
.footer-text .container {
    display: flex;
    padding-right: 50px;
    padding-left: 80px;
}
.footer-text .copy {
    color: var(--grey);
    width: 19%;
    flex: 0 0 auto;
    margin-right: 30px;
}
.footer-text .text {
    text-align: right;
    flex: 1 1 100%;
}
.top-slider {
    margin: 78px auto 128px auto;
    max-width: 1137px;
    border-radius: 10px;
    background: #F5F3EF;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}
.top-slider .h1 {
    font-weight: normal;
    margin: 0 0 20px 0;
}
.top-slider ul, .top-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-slider li:before {
    display: none;
}
.top-slider .images, .top-slider .images li {
    width: 302px;
    height: 292px;
}
.top-slider .images {
    position: absolute;
    top: 0;
    left: 0;
    margin: -129px 0;
    overflow: hidden;
}
.top-slider .images li {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-slider .images li img {
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
}
.top-slider .text {
    display: flex;
    overflow: hidden;
}
.top-slider .text li {
    width: 100%;
    flex: 0 0 auto;
    padding: 52px 63px 63px 292px;
}
.top-slider .text.slick-initialized {
    display: block;
}
.top-slider:hover .slick-arrow, .top-slider:hover .swiper-arrow {
    opacity: 1;
}
.swiper {
    overflow: hidden;
    position: relative;
}
.swiper-wrapper {
    display: flex;
}
.swiper-slide {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
.slick-slide {
    outline: none;
}
.slick-arrow, .swiper-arrow {
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 50%;
    z-index: 5;
    border: 0;
    width: 40px;
    height: 80px;
    margin: -40px 0;
    text-align: left;
    text-indent: -10000px;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slick-arrow:before, .swiper-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--orange);
    border-radius: inherit;
}
.slick-arrow:after, .swiper-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    background: url(/images/slider-arr-white.svg) no-repeat 40% 50%;
    background-size: auto 24px;
}
.slick-prev, .swiper-prev {
    left: 0;
    border-radius: 0 40px 40px 0;
    transform-origin: 0 50%;
}
.slick-next, .swiper-next {
    right: 0;
    border-radius: 40px 0 0 40px;
    transform-origin: 100% 50%;
}
.slick-next:after, .swiper-next:after {
    transform: scale(-1, 1);
}
ul.slick-dots {
    list-style: none;
    margin: 31px 30px;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.slick-dots li {
    flex: 0 0 auto;
    cursor: pointer;
    margin: 0 0 0 11px !important;
    padding: 0 !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    background: #E1D8C9;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul.slick-dots li:before, .slick-dots li > * {
    display: none;
}
ul.slick-dots li.slick-active {
    cursor: default;
    background: var(--blue);
}
ul.slick-dots li:first-child {
    margin-left: 0 !important;
}
.benefits {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -35px -35px -35px;
    font-size: 16px;
    line-height: 24px;
}
.benefits li {
    width: 33.333%;
    padding: 15px 15px 15px 210px;
    min-height: 190px;
    margin: 0 0 61px 0;
}
.benefits li:before {
    display: none;
}
.benefits .h2 {
    margin: 16px 0 14px 0;
}
.benefits .pic {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.benefits .pic img {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.center-content {
    margin: 0 auto;
    max-width: 980px;
}
.center-content h1, .center-content .h1 {
    font-weight: normal;
}
.b-download {
    background: var(--body);
    box-shadow: var(--shadow);
}
.b-download .container {
    max-width: 1168px;
    display: flex;
    align-items: center;
    height: 80px;
}
.b-download .logo {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    margin: -40px 40px -40px 38px;
    position: relative;
}
.b-download .logo img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(var(--shadow));
}
.b-download .text {
    flex: 1 1 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
}
.b-download .link-download, .b-download .btn {
    flex: 0 0 auto;
    margin: 0 0 0 20px;
}
.link-up {
    position: fixed;
    z-index: 100;
    bottom: -10px;
    left: 50%;
    transform-origin: 50% 100%;
    width: 80px;
    margin: 0 -40px;
    height: 50px;
    border-radius: 40px 40px 0 0;
    background: var(--orange);
    text-decoration: none !important;
    color: #fff;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(0);
}
.scroll-top .link-up {
    transform: scale(1);
}
.link-up:hover {
    bottom: 0;
}
@media (pointer:coarse) {
    .link-up:hover {
        bottom: -10px;
    }
}
.link-up:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    background: url(/images/link-up-white.svg) no-repeat 50% 50%;
    background-size: 24px auto;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-title {
    text-align: center;
    font-size: 90%;
    font-style: italic;
    margin: 6px 0;
    line-height: normal;
    padding: 0;
}
.mfp-figure {
    position: relative;
}
.mfp-img-mobile button.mfp-close {
    display: none;
}
.mfp-figure .mfp-close {
    display: block;
    width: auto;
    left: auto;
    top: 0 !important;
    margin: -20px !important;
}
.mfp-figure .mfp-close:before {
    content: '×';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mfp-close {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
    text-align: center;
    line-height: 28px !important;
    top: 0 !important;
    right: 0 !important;
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    cursor: pointer !important;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
    max-height: calc(100vh - 80px) !important;
    max-width: calc(100vw - 50px) !important;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    left: 5px;
    text-align: center;
    top: -10px;
    display: none;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: none;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-figure .mfp-close {
        top: 0 !important;
        margin: 10px !important;
        position: absolute !important;
    }
}
.item-descr {
    margin: 0 0 40px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 0;
}
.item-descr.center {
    text-align: center;
}
.item-descr.center .top-big-buttons {
    justify-content: center;
}
.item-descr h1, .item-descr .h1 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 -20px 0;
}
.item-descr .text h1, .item-descr .text .h1 {
    margin-bottom: 20px;
}
.item-descr .text {
    flex: 0 0 auto;
    width: 50%;
}
.item-descr .text:last-child {
    width: 100%;
}
.item-descr .text > *:first-child {
    margin-top: 0 !important;
}
.item-descr .text > *:last-child {
    margin-bottom: 0 !important;
}
.item-descr .video-wrapper, .item-descr .image-wrapper {
    flex: 0 0 auto;
    width: 50%;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 10px;
}
.item-descr .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
    object-position: center;
}
.item-descr .wrap-video {
    left: var(--padding);
}
.item-descr .small {
    font-size: 80%;
    line-height: 1.4;
    margin: 24px 0 0 0;
}
.item-descr-grid {
    display: grid;
    grid-template-areas:
        "title title"
        "info txt";
    grid-template-columns: 33% 67%;
    grid-template-rows: 1fr auto;
}
.item-descr-grid h1, .item-descr-grid .h1 {
    grid-area: title;
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
}
.item-descr-grid .text {
    grid-area: txt;
    width: auto;
    padding-left: 40px;
}
.item-descr-info {
    grid-area: info;
}
.link-to-item {
    margin-bottom: 20px;
}
.link-to-item .btn {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
}
.link-to-item i {
    font-size: 65%;
    vertical-align: top;
    margin-left: -1em;
    position: relative;
    left: 1.25em;
}
.item-descr-grid .ava {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    position: relative;
    top: 50%;
    left: 0;
    border-radius: 50%;
}
.item-descr-grid .ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
    .item-descr {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .item-descr .text, .item-descr .video-wrapper, .item-descr .image-wrapper {
        width: 100%;
    }
    .item-descr .wrap-video {
        left: 0;
    }
    .item-descr .top-big-buttons, .item-descr .top-big-buttons .inner {
        justify-content: center;
    }
    .list-soc {
        justify-content: center;
    }
    .item-descr-grid {
        grid-template-areas:
            "title"
            "info"
            "txt";
        grid-template-columns: 100%;
        grid-template-rows: 1fr auto auto;
    }
    .item-descr-grid .text {
        padding: 0;
    }
    .item-descr-grid h1, .item-descr-grid .h1 {
        margin-bottom: -20px;
        display: block;
    }
    .item-descr-grid .ava {
        position: relative;
        display: block;
        margin: 0 auto 0.25em auto;
        transform: none;
        top: auto;
        left: auto;
    }
    .item-descr-grid .likes {
        justify-content: center;
    }
}
.rating-stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: 100px;
    height: 25px;
}
.rating-stars input {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.rating-stars .labels, .rating-stars .stars {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
}
.rating-stars .labels label {
    cursor: pointer;
}
.rating-stars .labels > *, .rating-stars .stars > * {
    width: 20%;
}
.rating-stars .stars > * {
    position: relative;
}
.rating-stars .stars > * > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1891BF;
}
.rating-stars .stars > * > *:first-child {
    opacity: 0;
}
.rating-stars .rate1 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate2 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate3 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(1) > *:first-child, .rating-stars .rate2 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate3 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(2) > *:first-child, .rating-stars .rate3 .stars > *:nth-child(3) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(3) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(3) > *:first-child, .rating-stars .rate4 .stars > *:nth-child(4) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(4) > *:first-child, .rating-stars .rate5 .stars > *:nth-child(5) > *:first-child {
    opacity: 1;
}
.rating-stars:hover .rate1 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate2 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate3 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(1) > *:first-child, .rating-stars:hover .rate2 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate3 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(2) > *:first-child, .rating-stars:hover .rate3 .stars > *:nth-child(3) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(3) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(3) > *:first-child, .rating-stars:hover .rate4 .stars > *:nth-child(4) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(4) > *:first-child, .rating-stars:hover .rate5 .stars > *:nth-child(5) > *:first-child {
    opacity: 0.5;
}
.rating-stars.untouch .rate1 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate2 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate3 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(1) > *:first-child, .rating-stars.untouch .rate2 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate3 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(2) > *:first-child, .rating-stars.untouch .rate3 .stars > *:nth-child(3) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(3) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(3) > *:first-child, .rating-stars.untouch .rate4 .stars > *:nth-child(4) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(4) > *:first-child, .rating-stars.untouch .rate5 .stars > *:nth-child(5) > *:first-child {
    opacity: 1;
}
.rating-stars.hover1 .stars > *:first-child > *:first-child, .rating-stars.hover2 .stars > *:nth-child(2) > *:first-child, .rating-stars.hover3 .stars > *:nth-child(3) > *:first-child, .rating-stars.hover4 .stars > *:nth-child(4) > *:first-child, .rating-stars.hover5 .stars > *:nth-child(5) > *:first-child {
    opacity: 1 !important;
}
.rating-stars.untouch * {
    cursor: default;
}
.rating-stars.untouch .labels {
    display: none;
}
.item-screens {
    border-radius: 5px;
    border: 1px solid var(--border);
    background: var(--light-bg);
    margin: 0;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 20px 0;
}
.item-screens:not(:first-child) {
    margin-top: 40px;
}
.item-screens:not(:last-child) {
    margin-bottom: 40px;
}
.item-screens h2, .item-screens .h2 {
    display: none;
}
.item-screens .swiper {
    padding: 0 10px;
}
.item-screens .swiper-slide {
    padding: 0 10px;
    width: 25%;
    margin: 0;
    text-align: center;
    min-width: 250px;
}
.item-screens img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
    object-fit: cover;
    object-position: center;
}
/*added 18.12.18 start*/
.hidden-tab {
    display: none;
}
.hidden-tab.visible {
    display: block;
}
/*edited 24.01.22 start*/
.tabs {
    max-width: 980px;
    display: flex;
    margin: 60px 0 -61px 0;
    padding-right: 1px;
    min-height: 75px;
}
.tabs.for-mobile {
    display: none;
    min-height: 0;
}
.tabs > * {
    white-space: nowrap;
    flex: 1 1 auto;
    color: var(--dark);
    font-size: 18px;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    top: 3px;
    cursor: pointer;
    user-select: none;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: transparent;
    margin: 0 -1px 0 0;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
}
.tabs > *:hover {
    text-decoration: underline;
}
.tabs .pic {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0 10px 0 0;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tabs > .active {
    top: 0;
    color: inherit;
    cursor: default;
    font-size: inherit;
    text-decoration: none;
    border-color: var(--border);
    background: var(--light-bg);
    padding-left: 30px;
    padding-right: 30px;
}
.tabs > .active:only-child {
    width: 100%;
    padding-top: 30px;
}
.tabs > .active .pic {
    top: 0;
}
.tabs .pic > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tabs .pic img {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.tabs .pic > *:nth-child(2) {
    opacity: 0;
}
.tabs .active .pic > *:nth-child(1) {
    opacity: 0;
}
.tabs .active .pic > *:nth-child(2) {
    opacity: 1;
}
.download {
    max-width: 980px;
    display: flex;
    align-items: center;
    margin: 60px 0 !important;
    padding: 30px;
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 0 0 5px 5px;
}
/*edited 24.01.22 end*/
.download .link {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin: 16px 0 0 20px;
    flex: 0 0 auto;
}
.download .link .btn {
    display: block;
    min-width: 250px;
    margin: 0 0 22px 0;
}
.download .text {
    flex: 1 1 100%;
    font-size: 18px;
    max-width: 500px;
}
.list-checks {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-checks li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(/images/check.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    margin: -16px 0;
}
.list-checks li {
    padding: 0 0 0 50px;
    margin: 16px 0 0 0;
}
.list-checks li:first-child {
    margin-top: 0 !important;
}
/*added 18.12.18 end*/
/*added 30.10.19 start*/
.big-table {
    overflow: hidden;
    margin-left: -55px;
    margin-right: -55px;
}
.big-table .ind {
    display: flex !important;
    width: auto !important;
}
.big-table .l {
    flex: 0 0 auto;
    position: relative;
    padding-left: 55px;
}
.big-table .r {
    flex: 1 1 100%;
    overflow: hidden;
    overflow-x: auto;
}
.big-table table {
    min-width: 0 !important;
}
.big-table th, .big-table td {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    min-width: 0;
}
.big-table .l th, .big-table .l td {
    padding-right: 10px !important;
}
.big-table .r th:first-child, .big-table .r td:first-child {
    padding-left: 10px !important;
}
.big-table .r th:last-child, .big-table .r td:last-child {
    padding-right: 20px !important;
}
.big-table img {
    height: 24px;
    display: block;
    width: auto;
}
.big-table .simple-stars {
    margin-top: 2px;
}
.simple-stars {
    display: flex;
    color: #1891BF;
}
.simple-stars > * {
    margin: 0 1px 0 0;
}
/*added 30.10.19 end*/
/* added 20.12.19 start*/
.mfp-iframe-holder .mfp-close {
    text-align: center !important;
}
.link-download-image img {
    width: auto;
    height: auto;
    max-width: 100%;
}
li.with-icon:before {
    display: none;
}
li.with-icon .pic {
    position: absolute;
    top: 16px;
    left: -8px;
    width: 32px;
    height: 32px;
    font-size: 28px;
    line-height: 1;
    transform: translate3d(0, -50%, 0);
    color: #0F89D0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
li.with-icon .pic > * {
    flex: 0 0 auto;
}
li.with-icon .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.video-wrapper {
    container-type: inline-size;
    container-name: video-wrapper;
}
.wrap-video {
    display: block;
    position: relative;
    --padding: 50px;
    padding: 0 var(--padding);
    margin-bottom: var(--padding);
    pointer-events: none;
}
@container video-wrapper (max-width: 360px) {
    .video-wrapper .wrap-video {
        --padding: 30px;
    }
}
.wrap-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: url("/images/abstraction.jpg") no-repeat 50% 50%;
    background-size: cover;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1);
    border-radius: 5px;
}
.wrap-video img {
    border-radius: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: all;
    top: var(--padding);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1);
}
.wrap-video .fa {
    position: absolute;
    top: calc(50% + var(--padding));
    left: 50%;
    /*font-size: 90px;*/
    font-size: 35px;
    color: #fff;
    line-height: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
}
@media (pointer:fine) {
    a.wrap-video:hover:before {
        transform: scale(0.95);
    }
    a.wrap-video:hover img {
        transform: scale(1.02);
        box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.4);
    }
    a.wrap-video:hover .fa {
        transform: translate3d(-50%, -50%, 0) scale(1.15);
    }
}
.sources {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    container-type: inline-size;
    container-name: sources;
    font-weight: 300;
}
.sources li {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    padding: 20px;
    margin: 0;
    position: relative;
    background: var(--light-bg);
    border: 1px solid var(--border);
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.sources li:before {
    display: none;
}
.sources .h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
}
.sources .pic {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    position: relative;
}
.sources .pic img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.sources .links {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: auto auto 0 auto !important;
    width: 100%;
    max-width: 370px;
    flex: 0 0 auto;
    padding: 20px 0 0 0;
}
.sources .links .btn {
    flex: 1 1 auto;
    padding-left: 4px;
    padding-right: 4px;
}
.sources .links .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sources .links .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@container sources (min-width: 1090px) {
    .sources li {
        width: calc((100% - 40px) / 3);
    }
}
@container sources (max-width: 720px) {
    .sources li {
        width: 100%;
    }
}
.sources .ishodnyj_kod_1 h4 a {
    color: var(--red);
}
.sources .ishodnyj_kod_1 .links .btn {
    background-image: var(--grad-red);
}
.sources li.ishodnyj_kod_group_title {
    border: 0;
    background: none !important;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 40px 0 10px 0;
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
    font-size: 32px;
}
.sources li.ishodnyj_kod_group_title:first-child {
    margin-top: 0;
}
.sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
    gap: 16px 32px;
}
.sort > * {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    flex: 0 0 auto;
    max-width: 100%;
}
.sort .label {
    flex: 0 0 auto;
}
.grid-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    container-type: inline-size;
    container-name: sources;
}
.grid-links .el {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
@container sources (min-width: 1090px) {
    .grid-links .el {
        width: calc((100% - 40px) / 3);
    }
}
@container sources (max-width: 720px) {
    .grid-links .el {
        width: 100%;
    }
}
.card-link {
    flex: 1 0 auto;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--border);
    background: var(--light-bg);
    padding: 20px;
    font-weight: 300;
}
.card-link .t {
    position: relative;
    padding: 0 80px 0 0;
    min-height: 64px;
}
.card-link .name {
    font: normal 22px/1.35 var(--font-title);
}
.card-link .name {
    display: block;
    margin: 0 0 3px 0;
}
.card-link .name i {
    /*
position: absolute;
    top: 5px;
    left: 0;
    transform-origin: 0 50%;
    transform: scale(0.6);
    */
    font-size: 50%;
    vertical-align: top;
    margin-left: -1em;
    position: relative;
    left: 1.25em;
    color: var(--grey);
}
.card-link .name2, .item-descr-grid .name2 {
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 6px 0;
}
.card-link .name2 a, .item-descr-grid .name2 a {
    color: inherit;
}
.card-link .ava {
    position: absolute;
    top: 3px;
    right: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.card-link .ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.likes {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}
.link-stickers .likes {
    justify-content: center;
    margin-bottom: 16px;
}
.likes > * {
    flex: 0 0 auto;
}
.likes .like, .likes .dislike {
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 40px;
    color: var(--white);
    background: var(--grey);
    transition: background 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.likes .like i, .likes .dislike i {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
}
@media (pointer:fine) {
    .likes .like:hover i, .likes .dislike:hover i {
        transform: scale(1.1);
    }
}
.likes .like {
    border-radius: 16px 0 0 16px;
    padding-left: 2px;
    padding-bottom: 2px;
}
.likes .dislike {
    border-radius: 0 16px 16px 0;
    padding-right: 2px;
    padding-top: 2px;
    margin-right: 10px;
}
.likes {
    font-weight: normal;
}
.likes .green, .likes .red {
    color: inherit !important;
}
.likes .like {
    background-color: var(--violet);
}
.likes .dislike {
    background-color: var(--blue);
}
.card-link .descr {
    margin-top: 20px;
    font-size: 80%;
    line-height: 1.75;
}
.pagination {
    margin: 20px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination > * {
    flex: 0 0 auto;
    padding: 8px;
    text-align: center;
    margin: 0 8px;
}
/* added 19.04.21 end*/
/* added 27.04.21 start */
.modal {
    position: relative;
    background: var(--body);
    border: 1px solid var(--border);
    border-radius: 20px;
    max-width: 760px;
    padding: 30px;
    margin: 30px auto;
}
.modal-form {
    max-width: 640px;
}
.modal h2:first-child, .modal .h2:first-child {
    margin-top: 0 !important;
}
.modal .form-block:not(:first-child) {
    margin-top: 24px !important;
}
.modal .mfp-close {
    top: 10px !important;
    right: 10px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    user-select: none;
    background: url("/images/close.svg") no-repeat 50% 50% !important;
    background-size: auto 16px !important;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0.35 !important;
    text-align: left !important;
    text-indent: -100vw !important;
    overflow: hidden !important;
}
@media (pointer:fine) {
    .modal .mfp-close:hover {
        opacity: 0.5 !important;
    }
}
.source-descr {
    font-weight: 300;
}
.source-descr .status {
    margin: 20px 0;
    padding: 0 0 0 24px;
    position: relative;
    font-weight: normal;
    color: inherit !important;
}
.source-descr .status:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 8px;
    margin: -4px 0;
    border-radius: 50%;
}
.source-descr .status.grey:before {
    background: var(--grey);
}
.source-descr .status.green:before {
    background: var(--green);
}
.source-descr .main_title {
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
    font-size: 32px;
    margin: 0 0 21px 0;
}
.source-descr .second_title {
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
    margin: 30px 0 20px 0;
}
.source-descr .info {
    list-style: none;
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
}
.source-descr .info li:before {
    display: none;
}
.source-descr .info li {
    padding: 0 0 0 38px;
    position: relative;
    margin: 0;
}
.source-descr .info li .pic {
    position: absolute;
    width: 38px;
    text-align: center;
    left: 0;
    top: 0;
}
.source-descr .info li.green {
    color: inherit !important;
}
.source-descr .info li.green .pic {
    color: var(--green);
}
.source-descr .info li.grey .pic {
    color: var(--grey);
}
.source-descr .info li.red {
    color: var(--red);
}
.source-descr .supports {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}
.source-descr .supports li {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.source-descr .supports li:before {
    display: none;
}
.source-descr .supports li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.source-descr .supports li.disabled {
    filter: grayscale(100%);
    opacity: 0.15;
}
.source-descr .go {
    margin: 30px 0 0 0;
}
.stickers-likes {
    margin: 40px 0;
}
.video.vertical {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.video.vertical .hold {
    padding-top: 175.5%;
}
/*added 05.07.21 end*/
/*added 24.01.22 start*/
.features {
    max-width: 903px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin: 60px 0;
}
.features .link {
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--border);
    background: var(--light-bg);
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px 10px 20px 20px;
    flex: 1;
    font-size: 80%;
    line-height: 1.5;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
@media (pointer:fine) {
    .features .link:hover {
        transform: translate3d(0, -5px, 0);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    }
}
.features .link strong {
    display: block;
    font-size: 140%;
    font-family: var(--font-title);
    font-weight: normal;
}
.features .link .pic {
    margin: 0 20px 0 0;
    flex: 0 0 auto;
    line-height: 1;
    font-size: 56px;
    color: var(--orange);
}
/*added 24.01.22 end*/
/*added 28.01.22 start*/
.stickers {
    margin: 40px 0;
    padding: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media only screen and (max-width: 1000px) {
    .stickers {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}
.stickers li:before {
    display: none;
}
.stickers li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.link-stickers {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    text-decoration: none !important;
    color: var(--grey);
    font-size: 80%;
    line-height: 1.5;
    font-weight: 300;
    flex: 1 0 auto;
    border-radius: 5px;
    container-type: inline-size;
    container-name: link-stickers;
}
.link-stickers strong {
    font-weight: normal;
    color: var(--dark);
}
.link-stickers .pic {
    position: relative;
    left: -0.5em;
}
.link-stickers .name {
    font: normal 20px/1.35 var(--font-title);
    min-height: 2.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px 0;
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--blue);
    word-wrap: break-word;
}
@container link-stickers (max-width: 220px) {
    .link-stickers .name {
        font-size: 18px;
    }
}
@container link-stickers (max-width: 170px) {
    .link-stickers .name {
        font-size: 16px;
    }
}
a.link-stickers:hover .name {
    text-decoration: underline;
}
.link-stickers .img {
    display: block;
    flex: 0 0 auto;
    position: relative;
    border-style: solid;
    border-width: 30px;
    border-color: transparent;
}
@container link-stickers (max-width: 170px) {
    .link-stickers .name {
        font-size: 16px;
    }
    .link-stickers .img:not(:only-child) {
        border-width: 20px;
    }
}
.link-stickers .img:only-child {
    border-width: 16px;
}
.link-stickers .img:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.link-stickers .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 256px;
    max-height: 256px;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
}
a.link-stickers:hover .img img, .link-stickers a.img:hover img {
    transform: translate3d(-50%, -50%, 0) scale(1.05);
}
.link-stickers .text {
    padding: 12px;
    border-top: 1px solid var(--border);
    background: var(--light-bg);
    text-align: center;
    flex: 1 0 auto;
    width: 100%;
}
.stickers-info {
    font-size: 80%;
    font-weight: 300;
    margin: 0 0 30px 0;
    color: var(--grey);
    line-height: 1.5;
}
.stickers-info li:before {
    display: none;
}
.stickers-info li {
    margin: 0 0 6px 0;
    padding: 0 0 0 28px;
}
.stickers-info .pic {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 24px;
}
.stickers-info strong {
    font-weight: normal;
    color: var(--dark);
}
.mfp-figure:after {
    display: none;
}
/*added 28.01.22 end*/
/*added 27.06.22 start*/
.select {
    position: relative;
    text-align: left;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 160px;
}
.select select, .select-link {
    cursor: pointer;
    padding-right: 32px !important;
    padding-left: 12px;
}
.select > i {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate3d(0, -50%, 0) rotate(0deg);
    pointer-events: none;
}
.select.open > i {
    transform: translate3d(0, -50%, 0) rotate(-180deg);
}
.select-link {
    cursor: pointer;
    user-select: none;
}
.select-submenu {
    position: absolute;
    top: calc(100% + 10px);
    border-radius: 5px;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
    padding: 12px 0;
    border: 1px solid var(--border);
    background: #fff;
    z-index: 10;
}
.select:not(.open) .select-submenu {
    display: none;
}
.select-submenu > * {
    display: block;
    width: 100%;
    border: 0;
    text-decoration: none;
    background: none;
    padding: 4px 12px;
    color: var(--dark);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1);
}
@media (pointer:fine) {
    .select-submenu > *:not(.active):hover {
        transform: scale(1.02);
    }
}
.select-submenu > *.active {
    cursor: default;
    color: var(--grey);
    text-decoration: none !important;
    user-select: none;
}
/*added 27.06.22 end*/
@media only screen and (max-width: 1280px) {
    .footer-text .container {
        padding-right: 32px;
        padding-left: 32px;
    }
    .top-block {
        margin-right: -20px;
    }
    .top-block > * {
        margin-right: 20px;
    }
    .table {
        font-size: 16px;
    }
    .benefits li {
        width: 50%;
    }
    .center-content {
        max-width: 1137px;
    }
    .b-download .container {
        max-width: none;
    }
    .b-download .logo {
        margin-left: 0;
        margin-right: 32px;
        top: 24px;
    }
    /*added 30.10.19 start*/
    .big-table {
        margin-left: -32px;
        margin-right: -32px;
    }
    .big-table .l {
        padding-left: 32px;
    }
    /*added 30.10.19 end*/
}
@media only screen and (max-width: 1000px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }
    input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], 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, select {
        font-size: 16px;
    }
    p, ol, ul {
        margin-bottom: 15px;
    }
    p + ul, p + ol {
        margin-top: 27px;
    }
    li {
        margin-bottom: 5px;
        padding-left: 31px;
    }
    ol > li {
        padding: 0;
    }
    h1, .h1 {
        font-size: 36px;
        margin-bottom: 21px;
    }
    h2, .h2 {
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    h3, .h3, h4, h5, h6 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content {
        padding: 32px 0 85px 0;
    }
    .section-block:last-child {
        margin-bottom: -85px;
        padding-bottom: 85px;
    }
    .path {
        text-align: center;
    }
    .path + h1, .path + .h1, .path + h2, .path + .h2, .path + * > h1, .path + * > .h1 {
        text-align: center;
    }
    .ya-share2__list {
        justify-content: center;
    }
    .share {
        border: 0;
        margin: 30px 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .top-block {
        flex-direction: column;
        margin: 22px 0 30px 0;
    }
    .top-block > * {
        margin: 0 0 30px 0;
    }
    .top-block .share {
        flex: 0 0 auto;
    }
    .place {
        margin: 24px -20px;
        text-align: center;
    }
    .accent {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-left: 20px;
    }
    .table {
        margin: 32px -20px;
        overflow: hidden;
        overflow-x: auto;
    }
    .table .ind {
        padding: 0 20px;
        display: inline-block;
        vertical-align: top;
        min-width: 100%;
    }
    .table .small {
        font-size: 16px;
        line-height: inherit;
    }
    .table table {
        min-width: 700px;
    }
    .table th, .table td {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .table th {
        padding-bottom: 6px;
    }
    .table .for-links td {
        padding-top: 24px;
        padding-bottom: 12px;
    }
    .caption {
        margin: 20px 0 0 0;
    }
    .hold-comments {
        margin: 70px 0 30px 0;
    }
    .footer-text {
        padding: 34px 0 41px 0;
        text-align: center;
        min-height: 0;
    }
    .footer-text .container {
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer-text .copy {
        order: 2;
        color: inherit;
        margin: 20px 0 0 0;
        width: auto;
    }
    .footer-text .text {
        text-align: inherit;
        flex: 0 0 auto;
        order: 1;
    }
    .sources li.ishodnyj_kod_group_title {
        font-size: 26px;
        text-align: center;
    }
    .modal {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .source-descr .main_title {
        font-size: 26px;
    }
    .source-descr .second_title {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .source-descr .info {
        padding: 10px 8px;
    }
    .top-slider {
        margin-top: 62px;
        margin-bottom: 44px;
        text-align: center;
    }
    .top-slider .h1 {
        text-align: inherit;
        margin: 0 0 11px 0;
        font-weight: normal;
    }
    .top-slider .images, .top-slider .images li {
        width: 188px;
        height: 188px;
    }
    .top-slider .images {
        left: 50%;
        margin: -48px -94px;
    }
    .top-slider .text li {
        padding: 140px 20px 79px 20px;
    }
    .slick-arrow, .swiper-arrow {
        transform: scale(0.75);
    }
    ul.slick-dots {
        left: 0;
        right: 0;
        justify-content: center;
        margin: 39px 0;
    }
    .benefits {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 40px;
    }
    .benefits li {
        width: 50%;
        margin-bottom: 2px;
        padding-left: 131px;
        min-height: 130px;
    }
    .benefits .h2 {
        margin: -2px 0 4px 0;
    }
    .benefits .pic {
        width: 100px;
        height: 100px;
    }
    .center-content {
        max-width: none;
    }
    .center-content h1, .center-content .h1 {
        text-align: left;
    }
    .b-download {
        padding-bottom: 24px;
    }
    .b-download .container {
        max-width: none;
        flex-direction: column;
        height: auto;
    }
    .b-download .logo {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: -40px auto 24px auto;
        top: 0;
    }
    .b-download .text {
        display: none;
        flex: 0 0 auto;
    }
    .b-download .link-download {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0 auto;
    }
    /*added 18.12.18 start*/
    /*edited 24.01.22 start*/
    .tabs {
        margin: 30px 0 -31px 0;
    }
    .tabs > .active {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tabs.for-desktop {
        display: none;
    }
    .tabs.for-mobile {
        display: flex;
    }
    .hidden-tab {
        display: block;
    }
    .download {
        flex-direction: column;
        align-items: stretch;
        margin: 30px 0 !important;
        padding: 20px;
    }
    /*edited 24.01.22 end*/
    .download .link {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 250px;
        margin: 42px 0 0 0;
    }
    .download .text {
        flex: 0 0 auto;
    }
    /*added 18.12.18 end*/
    /*added 30.10.19 start*/
    .big-table {
        margin-left: -20px;
        margin-right: -20px;
    }
    .big-table .ind {
        padding: 0;
    }
    .big-table .l {
        padding-left: 20px;
    }
    .big-table .r th:last-child, .big-table .r td:last-child {
        padding-right: 20px !important;
    }
    /*added 30.10.19 end*/
    /* added 20.12.19 start*/
    li.with-icon .pic {
        top: 14px;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    /* added 20.12.19 end*/
    /* edited 27.06.22 start*/
    .sort {
        justify-content: center;
    }
    .stickers-likes {
        justify-content: center;
    }
    .select, .select-link, .select-submenu {
        font-size: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .benefits {
        flex-direction: column;
    }
    .benefits li {
        width: 100%;
        margin-bottom: 2px;
        padding-left: 131px;
        min-height: 130px;
    }
    .features {
        gap: 10px;
        margin: 30px 0;
    }
    .features .link {
        padding-left: 20px;
        padding-right: 20px;
    }
    .features .link .pic {
        font-size: 40px;
        margin-right: 20px;
    }
    .stickers {
        gap: 10px;
    }
    .sort {
        flex-direction: column;
    }
    .sort > * {
        width: 100%;
    }
    .sort .select {
        flex: 1;
    }
    .sort .select-submenu {
        width: 100%;
        white-space: normal;
    }
}
blockquote {
    margin: 40px 0;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 5px;
    position: relative;
    display: block;
    text-align: center;
}
blockquote:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid transparent;
    background: linear-gradient(to bottom, var(--blue) 0%, var(--violet) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: inherit;
}
blockquote > *:first-child {
    margin-top: 0 !important;
}
blockquote > *:last-child {
    margin-bottom: 0 !important;
}
address, pre {
    margin: 40px 0;
    padding: 0 0 0 30px;
    position: relative;
    font: inherit;
    font-weight: 300;
    white-space: normal;
}
address:before, pre:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--blue) 0%, var(--violet) 100%);
}
.share {
    border-top: none;
    margin-top: 0;
}
.benefits .h2 {
    font-size: 28px;
}
/*
.link-image{
    margin: 41px 0 66px 0;
    padding: 0;
    border: 0;
    outline: none;
    text-align: center;
    display:block;
}


.link-image img {
    width: auto;
    height: auto;
    max-width: 100%;
}*/
.without_img {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 0px 0;
    border-bottom0: 1px solid var(--border);
    margin: 0 0 14px 0;
    text-transform: uppercase;
}
.hold-comments.with_adsence {
    margin: 30px 0 45px 0;
}
.download.partner {
    align-items: flex-start;
}
.block_rek {
    margin-top: 0;
}
.ya-share2__icon {
    background-size: 40px !important;
}
@media only screen and (max-width: 1000px) {
    .benefits .h2 {
        font-size: 22px;
    }
    .top-block {
        margin-bottom: 0;
    }
    .top-block > *:last-child {
        margin-bottom: 0;
    }
    .top-block + .top-links {
        margin-top: 10px
    }
}
@media only screen and (max-width: 767px) {
    .block_rek {
        margin-top: 120px;
    }
}
.link-download-image.nop, .link-download-image.nop p {
    margin-top: 0
}
.main_top-block {
    margin-bottom: 0 !important
}
.top-block.main_top-block > * {
    margin-bottom: 0 !important
}
@media only screen and (max-width: 1200px) {
    .hide_mob {
        display: none;
    }
}
.g_wrap {
    margin: 50px 0;
    max-width: 840px;
    overflow: hidden;
}
/*.g_wrap.top_g_wrap{width:90%;}*/
.top-block > .btn-download {
    margin: 0;
}
/*tlg post*/
.js_tlg_posts {
}
.post {
    display: inline-block;
    width: 47%;
    margin: 8px 2% 16px 0;
    background: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: solid var(--border);
    border-width: 1px 1px 1px;
}
.post-header {
    line-height: 1;
    padding: 12px 16px 12px 14px;
    font-size: 0;
    display: flex;
    align-items: center;
}
.post-header__avatar {
    display: block;
    margin-right: 10px;
    border-radius: 50%;
    min-width: 50px;
    height: 50px;
    flex-grow: 0;
    background: #eee;
}
.post-header__info {
    flex-wrap: wrap;
    flex-grow: 1;
    min-width: 0;
}
.post-header__title {
    margin: 0;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #444;
    padding: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-header__date {
    color: #bbb;
}
.post-header__datetime {
    font-size: 13px;
}
.post-header__actions {
    display: flex;
    align-items: center;
}
.post-text {
    font-family: Rubik, Roboto, Open Sans, Arial, Helvetica, sans-serif;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    box-sizing: border-box;
    position: relative;
    text-overflow: ellipsis;
    height: 200px;
    overflow: hidden;
}
.post-contents .post-text {
    margin: 2px 16px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}
.post-text__expand {
    font-family: Rubik, Roboto, Open Sans, Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    padding: 4px 16px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
}
@media only screen and (max-width: 1280px) {
    .post0 {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .post {
        width: 100%;
        margin-right: 0;
    }
}
.link-stickers .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@media only screen and (max-width: 1000px) {
    .sticker .top-block {
        margin-bottom: 30px;
    }
}
.g_wrap.p_wrap_ya {
    margin: 30px 0;
}
.top-big-buttons {
    margin: 40px 0 0 0;
}
.top-big-buttons, .top-big-buttons .inner {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 auto;
    max-width: 100%;
}
.top-big-buttons .btn {
    flex: 1 1 auto;
    max-width: 100%;
}
.top-big-buttons > .btn:only-child {
    flex: 0 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}
.top-big-buttons .btn img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: -10px 12px -10px -5px;
    object-fit: contain;
    object-position: center;
    position: relative;
    top: -2px;
}
.links-devices {
    container-type: inline-size;
    container-name: links-devices;
}
.links-devices .inner {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 40px 0;
}
@container links-devices (max-width: 1024px) {
    .links-devices .inner {
        grid-template-columns: repeat(4, 1fr);
    }
}
@container links-devices (max-width: 504px) {
    .links-devices .inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
.links-devices .cloud {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: -2px 4px -2px -8px;
    background: url("/images/cloud.svg") no-repeat 50% 50%;
    background-size: contain;
}
.links-devices .link {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 8px 16px 12px 16px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    color: var(--dark);
    transition-property: border, background;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    max-width: 114px;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}
.links-devices .link .pic {
    position: relative;
    margin: 0 auto 8px auto;
    display: block;
    max-width: 50px;
}
.links-devices .link .pic:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.links-devices .link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition-property: transform, opacity;
    transition-duration: 0.5s, 0.2s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(0.7);
}
@media (pointer:fine) {
    .links-devices .link:hover {
        background-color: var(--light-bg);
        border-color: var(--border);
    }
    .links-devices .link:hover img {
        transform: scale(0.78);
    }
}
.vert-table {
    font-size: 15px;
    line-height: 24px;
    border-bottom: 1px solid var(--border);
}
.vert-table table {
    min-width: 100%;
}
.vert-table td {
    border: 0;
    background: var(--body);
    box-shadow: inset 0 -1px 0 var(--border);
}
.vert-table tr:last-child td {
    box-shadow: none;
}
.vert-table th {
    text-align: center;
    background: var(--body);
    border: 0;
    box-shadow: inset 0 -1px 0 var(--blue);
    position: sticky;
    top: 0;
    z-index: 2;
    font-size: inherit;
}
.vert-table th:first-child {
    left: 0;
    z-index: 3;
}
.vert-table th img {
    display: block;
    margin: 0 auto 8px auto;
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}
.vert-table th .simple-stars {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 85%;
}
.vert-table td {
    text-align: center;
}
.vert-table td.label {
    width: 1px;
    white-space: nowrap;
    position: sticky;
    z-index: 1;
    left: 0;
    font-weight: bold;
    text-align: left;
}
.vert-table .fas {
    font-size: 24px;
    line-height: 1;
}
.vert-table .fa-times {
    opacity: 0.15;
}
.vert-table .fa-check {
    color: var(--green);
}
@media only screen and (min-width: 768px) {
    .vert-table {
        margin-left: 0;
        margin-right: 0;
    }
    .vert-table td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .vert-table {
        font-size: 12px;
    }
    .vert-table th, .vert-table td {
        min-width: 80px;
    }
    .vert-table th img {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }
    .vert-table th .simple-stars {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .vert-table td.label {
        padding-left: 10px !important;
        white-space: nowrap;
    }
    .vert-table .fas {
        font-size: 16px;
    }
}
.link-gallery, .link-image {
    cursor: zoom-in !important;
}
.align-center {
    text-align: center;
}
.info-steps {
    margin: 0;
    container-type: inline-size;
    container-name: info-steps;
}
.info-steps:not(:first-child) {
    margin-top: 80px;
}
.info-steps:not(:last-child) {
    margin-bottom: 80px;
}
.info-steps.with-bg {
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 5px;
    padding: 20px;
}
.info-steps.with-bg h2, .info-steps.with-bg .h2 {
    margin-top: 0;
}
.info-steps ol {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 16px;
    counter-reset: st;
    margin: 30px 0 0 0 !important;
    padding: 0;
}
.info-steps li {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 300px;
}
.info-steps li:before {
    display: none;
}
.info-steps h3, .info-steps .h3 {
    margin: 0 0 12px 0;
}
.info-steps h3:before, .info-steps .h3:before {
    counter-increment: st;
    content: counters(st, ".") ". ";
}
.info-steps img {
    display: block;
    margin: 0 auto 16px auto;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.14);
}
@container info-steps (max-width: 900px) {
    .info-steps ol {
        grid-template-columns: repeat(1, 1fr);
    }
}
/*edited 15.10.23 start*/
.section-block {
    --padding: 90px;
    padding: var(--padding) 0;
    margin: var(--padding) 0;
    background: var(--bg);
    box-shadow: -100vw 0 0 var(--bg), 100vw 0 0 var(--bg), -50vw 0 0 var(--bg), 50vw 0 0 var(--bg), -30vw 0 0 var(--bg), 30vw 0 0 var(--bg), -25vw 0 0 var(--bg), 25vw 0 0 var(--bg), -20vw 0 0 var(--bg), 20vw 0 0 var(--bg);
}
/*edited 15.10.23 end*/
.section-block + .section-block {
    margin-top: calc(var(--padding) * -1);
}
.section-block.bg-white {
    --bg: var(--white);
}
.section-block.bg-medium {
    --bg: var(--light-bg);
}
.section-block.bg-dark {
    --bg: var(--dark);
    color: var(--white);
}
.section-block.bg-dark a:not(.btn), .section-block.bg-dark h1, .section-block.bg-dark .h1, .section-block.bg-dark h2, .section-block.bg-dark .h2, .section-block.bg-dark h3, .section-block.bg-dark .h3, .section-block.bg-dark h4, .section-block.bg-dark h5, .section-block.bg-dark h6 {
    color: inherit;
}
.section-block.bg-dark a:not(.btn) {
    text-decoration: underline;
}
@media (pointer:fine) {
    .section-block.bg-dark a:not(.btn):hover {
        text-decoration: none;
    }
}
.section-block > *:first-child, .section-center-text > *:first-child {
    margin-top: 0 !important;
}
.section-block > *:last-child, .section-center-text > *:last-child {
    margin-bottom: 0 !important;
}
.section-center-text {
    margin: 0 auto;
    text-align: center;
    max-width: 768px;
}
.section-center-text:not(:last-child), .section-side-text:not(:last-child) {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
    .section-block {
        --padding: 60px;
    }
}
.section-side-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    container-type: inline-size;
    container-name: section-side-text;
}
.section-side-text > * {
    flex: 0 0 auto;
    width: calc(50% - 20px);
}
@container section-side-text (max-width: 900px) {
    .section-side-text > * {
        width: 100%;
    }
    .section-side-text .text {
        order: 2;
    }
}
.section-side-text > img, .section-side-text > a img {
    height: auto;
    object-fit: contain;
    object-position: center;
    max-height: 50vh;
}
.section-side-text > a img {
    width: 100%;
}
.section-side-text .text > *:first-child {
    margin-top: 0 !important;
}
.section-side-text .text > *:last-child {
    margin-bottom: 0 !important;
}
.faq {
    margin: 60px auto;
    max-width: 980px;
    container-type: inline-size;
    container-name: faq;
}
.faq h2, .faq .h2 {
    margin: 0 0 40px 0;
    text-align: center;
}
.faq .el:not(:first-child) {
    margin-top: 20px;
}
.faq .el {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 20px;
    border: 1px solid var(--border);
    transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    --padding: 32px;
}
@container faq (max-width: 680px) {
    .faq .el {
        --padding: 24px;
    }
}
@media (pointer:fine) {
    .faq .el:hover {
        border-color: var(--orange);
    }
}
.faq .el.open {
    border-color: var(--orange);
}
.faq h3, .faq .h3 {
    cursor: pointer;
    user-select: none;
    position: relative;
    margin: 0;
    padding: var(--padding) calc(var(--padding) * 2 + 32px) var(--padding) var(--padding);
    font-size: 20px;
}
@media only screen and (max-width: 1000px) {
    .faq h3, .faq .h3 {
        font-size: 16px;
    }
}
.faq .plus {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: var(--padding);
    margin: -16px 0;
    border-radius: 50%;
    background: var(--light-bg);
}
.faq .plus:before, .faq .plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: var(--orange);
    border-radius: 1px;
    margin: -1px -7px;
}
.faq .plus:after {
    transform: rotate(-90deg);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faq .el.open .plus:after {
    transform: rotate(0deg);
}
.faq .ind {
    padding: 0 var(--padding) var(--padding) var(--padding);
}
.faq .ind > *:first-child {
    margin-top: 0 !important;
}
.faq .ind > *:last-child {
    margin-bottom: 0 !important;
}
.faq .el:not(.open) .inner {
    display: none;
}
.wysiwyg > *:first-child {
    margin-top: 0 !important;
}
.list-soc-title {
    font-size: inherit;
    margin-bottom: 24px;
}
.list-soc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.list-soc img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}
.share-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
}
.share-links .label {
    color: var(--grey);
}
.share-links > * {
    flex: 0 0 auto;
    max-width: 100%;
}
.share-links img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex: 0 0 auto;
    pointer-events: none;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
    backface-visibility: hidden;
}
@media (pointer:fine) {
    .share-links .links > a:hover img {
        transform: scale(1.1);
    }
}
.share-links .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
}
.share-links .links > * {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.share-links .links > *:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px;
    border-radius: 50%;
}
.stickers-descr {
    gap: 20px 40px;
    margin: 20px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stickers-descr > * {
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0;
}
.stickers-descr .stickers-info {
    text-align: center;
}
.stickers-descr .stickers-info li {
    padding-left: 0;
}
.stickers-descr .stickers-info .pic {
    display: none;
}
@media only screen and (min-width: 1001px) {
    .stickers-descr {
        display: grid;
        grid-template-areas:
            "btn info"
            "likes info";
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr auto;
        margin-top: 40px;
    }
    .stickers-descr .link-to-item {
        grid-area: btn;
    }
    .stickers-descr .stickers-info {
        grid-area: info;
        text-align: left;
    }
    .stickers-descr .stickers-info li {
        padding-left: 32px;
    }
    .stickers-descr .stickers-info .pic {
        display: block;
        width: 32px;
        text-align: center;
        color: var(--dark);
    }
    .stickers-descr .likes {
        grid-area: likes;
    }
}
.benefits-list {
    list-style: none;
    text-align: left;
    /* margin: 60px 0; */
    margin: 0;
    padding: 0;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
}
.benefits-list > li:before {
    display: none;
}
.benefits-list > li {
    margin: 0;
    background: var(--light-bg);
    border: 1px solid var(--border);
    padding: 0 24px 0 0;
    flex: 1 1 30%;
    border-radius: 5px;
    min-width: 240px;
    display: flex;
    align-items: center;
}
.benefits-list img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    border-style: solid;
    border-color: transparent;
    border-width: 8px;
}
.benefits-list .h3 {
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    min-height: 2.5em;
}
.pricing {
    margin: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    line-height: 1.5;
    font-size: 16px;
}
h2 + .pricing, .h2 + .pricing {
    margin-top: 60px !important;
}
.pricing > li:before {
    display: none;
}
.pricing > li {
    margin: 0;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 24px;
    flex: 0 0 auto;
    width: calc((100% - 48px) / 3);
    border-radius: 20px;
    position: relative;
    color: var(--grey);
}
.pricing > li > label {
    display: block;
    position: relative;
    margin: -24px;
    padding: 48px 24px 24px 24px;
    cursor: pointer;
    user-select: none;
}
.pricing > li.accent {
    background: var(--orange);
    margin-top: -24px;
    margin-bottom: -24px;
    padding-top: 0;
    color: rgba(255, 255, 255, 0.75);
}
.pricing .h3 {
    margin: 0;
    display: block;
}
.pricing > li.accent .h3 {
    color: var(--white);
}
.pricing .best {
    height: 24px;
    background: var(--white);
    color: var(--orange);
    margin: 0 -24px 24px -24px;
    border-radius: 20px 20px 0 0;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.25em;
}
.pricing .discount {
    z-index: 2;
    text-align: center;
    color: var(--white);
    background: var(--orange);
    box-shadow: var(--shadow);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font: normal 24px/64px var(--font-title);
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    top: -10px;
    right: -10px;
    transform: rotate(10deg);
}
.pricing .price {
    position: relative;
    margin: 4em 0;
    display: block;
}
.pricing .price strong {
    font-weight: bold;
    font-size: 3em;
    font-family: var(--font-title);
    color: var(--dark);
}
.pricing > li.accent .price strong {
    color: var(--white);
}
.pricing .price .top-text {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: bold;
}
.pricing .price .economy {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: var(--green);
}
.pricing > li.accent .price .economy {
    color: var(--white);
}
.pricing .btn {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.pricing .guarantee {
    font-size: 14px;
    margin: 24px 0 0 0;
    color: var(--green);
    display: block;
}
.pricing > li.accent .guarantee {
    color: var(--white);
}
.pricing .guarantee:before {
    content: '$';
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    line-height: 1;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    margin: 0 0.5em 0 0;
}
.pricing .small {
    font-size: 12px;
    line-height: inherit;
    margin-top: 8px;
    display: block;
}
@media only screen and (max-width: 1200px) {
    .pricing .best {
        font-size: 12px;
    }
    .pricing .price, .pricing .eco {
        font-size: 14px;
    }
    .pricing .price .top-text {
        font-size: 10px;
    }
    .pricing .h3 {
        font-size: 22px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .pricing .btn {
        margin-left: -8px;
        margin-right: -8px;
        max-width: none;
    }
    .pricing .discount {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 859px) {
    .pricing {
        flex-wrap: wrap;
    }
    .pricing > li {
        order: 2;
        width: calc(50% - 12px);
    }
    .pricing > li.accent {
        order: 1;
        width: 100%;
        flex: 0 0 auto;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 580px) {
    .pricing > li {
        width: 100%;
        max-width: 430px;
    }
}
@media only screen and (min-width: 860px) {
    .pricing > li {
        max-width: 430px;
    }
}
.pricing > li input {
    position: absolute;
    transform: scale(0);
    opacity: 0;
}
.pricing .radio {
    position: absolute;
    top: 12px;
    left: 12px;
}
.pricing .border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    border: 2px solid var(--orange);
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}
.pricing input:checked ~ .border {
    opacity: 1;
}
.pricing .selected-plan {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 24px 32px;
    width: 100%;
    z-index: 150;
    background: var(--body);
    box-shadow: var(--shadow);
    text-align: left;
    backface-visibility: hidden;
    padding: 12px 24px;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: 0.5s, 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pricing input:checked ~ .selected-plan {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: all;
}
.pricing .selected-plan .text {
    color: var(--dark);
    font: normal 20px/1.35 var(--font-title);
    flex: 1 1 auto;
    text-align: right;
}
.pricing .selected-plan .text strong {
    color: var(--orange);
    font-weight: inherit;
    white-space: nowrap;
}
.pricing .selected-plan .btn {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.pricing .selected-plan .price, .pricing .selected-plan .btn {
    flex: 0 0 auto;
    margin: 0 !important;
}
.pricing .selected-plan .price strong {
    font-size: 200% !important;
}
.pricing .selected-plan .price del {
    font-family: var(--font-title);
    color: var(--red);
}
@media only screen and (max-width: 859px) {
    .pricing .selected-plan .text {
        font-size: 16px;
    }
    .pricing .selected-plan .btn {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 16px;
        padding: 0 24px;
    }
}
@media only screen and (max-width: 799px) {
    .pricing .selected-plan {
        flex-direction: column;
        align-items: center;
        gap: 10px 0;
        padding: 10px;
    }
    .pricing .selected-plan .text {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
    .pricing .selected-plan .price {
        margin-top: -10px !important;
    }
    .pricing .selected-plan .price strong {
        font-size: 150% !important;
    }
}
.form-block {
    margin-top: 60px !important;
    margin-bottom: 60px;
    text-align: left !important;
    max-width: 640px;
}
.form-block:first-child {
    margin-top: 0 !important;
}
.form-block:last-child {
    margin-bottom: 0 !important;
}
.form-block.align-center {
    margin-left: auto;
    margin-right: auto;
}
.form-row {
    margin: 24px 0;
}
.form-checks {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    line-height: 1.3;
}
.form-checks input {
    position: absolute;
    transform: scale(0);
    opacity: 0;
}
.form-checks label {
    cursor: pointer;
    user-select: none;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 0 0 32px;
    position: relative;
    font-size0: 12px;
}
.form-checks .checkbox, .form-checks .radio {
    position: absolute;
    top: 0.65em;
    left: 0;
    transform: translate3d(0, -50%, 0);
}
.form-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 32px 0 0 0;
}
.form-submit .btn {
    width: 100%;
    max-width: 300px;
}
.form-submit .small {
    font-size: 90%;
    line-height: 1.4;
    color: var(--grey);
}
.your-order {
    max-width: 640px;
    margin-top: 60px !important;
    margin-bottom: 60px;
    text-align: left;
}
.your-order.align-center {
    margin-left: auto;
    margin-right: auto;
}
.your-order .bg {
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 10px;
    padding: 12px;
}
.your-order table {
    border-collapse: collapse;
    width: 100%;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}
.your-order td {
    text-align: left;
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 12px;
}
.your-order .name {
    color: var(--dark);
    font: normal 20px/1.35 var(--font-title);
}
@media only screen and (max-width: 859px) {
    .your-order .name {
        font-size: 16px;
    }
}
.your-order .name strong {
    font-weight: inherit;
    color: var(--orange);
}
.your-order .price {
    color: var(--grey);
    font-size: 16px;
    line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
    .your-order .price {
        font-size: 14px;
    }
}
.your-order .price > * {
    white-space: nowrap;
}
.your-order .price strong {
    font-weight: bold;
    font-size: 200%;
    font-family: var(--font-title);
    color: var(--dark);
}
.your-order .price del {
    font-family: var(--font-title);
    color: var(--red);
}
.order-benefits {
    list-style: none;
    margin: 60px 0;
    padding: 0;
    text-align: left;
    line-height: 1.3;
    color: var(--grey);
    font-size: 16px;
}
.order-benefits li {
    margin: 1.3em 0;
    padding-left: 2.5em;
}
.order-benefits li:before {
    display: none;
}
.order-benefits li {
    background: url("/images/check.svg") no-repeat 0 0;
    background-size: auto 1.6em;
}
.order-benefits .big {
    font-size: 120%;
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
    margin: 0 0 4px 0;
}

/*04.12.23 start*/
.personal .container {
    max-width: 1168px;
}
.personal .head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;/*04.03.24*/
    margin: 0 0 32px 0;
    line-height: 1.5;
}
@media only screen and (max-width: 640px) {
    .personal .head {
        flex-direction: column;
    }
}

/*18.12.23 start*/
.personal .head .right {
    flex: 0 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.personal .head .checkbox {
    filter: grayscale(100%);
    opacity: 0.75;
}
.personal .head .form-checks {
    margin: 0;
}
.personal .head .form-checks label {
    padding-left: 24px;
}
/*18.12.23 end*/

.personal .head .btn {
    flex: 0 0 auto;
}
.personal .head .h3 {
    margin-top: 0;
}
.personal .head .grey {
    font-size: 80%;
}
/*04.03.24 start*/
.personal .head{
    flex-direction: column;
    align-items: flex-start;
}
.personal .head a.dashed, .personal-block a.dashed {
    color: inherit;
    border-bottom: 1px dashed rgba(142, 142, 143, 0.5);
    text-decoration: none !important;
}
.personal .head a.dashed:hover, .personal-block a.dashed:hover {
    border-bottom-color: transparent;
}
@media only screen and (max-width: 1280px) {
    .personal .container {
        max-width: none;
    }
}
.personal-block {
    border: 1px solid var(--border);
    border-radius: 5px;
    background: var(--light-bg);
    padding: 24px;
    margin: 24px 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    line-height: 1.5;
}
.personal-block-trigger {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    user-select: none;
    margin: 16px 0 4px 0;
}
.personal-block-trigger:hover {
    text-decoration: underline;
}
.personal-block-trigger, .personal-block-trigger + .personal-block a:not(.btn) {
    color: var(--grey);
}
.personal-block-trigger, .personal-block-trigger + .personal-block {
    font-size: 80%;
    color: var(--grey);
}
.personal-block-trigger + .personal-block {
    margin: 0;
    display: none;
}
.personal-block-trigger + .personal-block > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.personal-block-trigger + .personal-block .in {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.personal-block-trigger + .personal-block .checkbox {
    filter: grayscale(100%);
    opacity: 0.5;
}
.personal-block-trigger + .personal-block .form-checks {
    margin: 0;
}
.personal-block-trigger + .personal-block .form-checks label {
    padding-left: 24px;
}
.personal-block-trigger + .personal-block .form-checks:not(:last-child) {
    color: inherit;
}
/*04.03.24 end*/
.personal-block.justify {
    justify-content: space-between;
}
.personal-block > * {
    margin: 0;
}
.personal-block .flag {
    vertical-align: middle;
    width: 1em;
    height: 1em;
    position: relative;
    top: -1px;
}
.personal-block .h3 {
    font-size: 20px;
    flex: 0 0 auto;
    width: 100%;
}
.personal-block .key-area {
    flex: 0 0 auto;
    max-width: 100%;
    border: 1px solid var(--border);
    background: var(--white);
    border-radius: 5px;
    padding: 12px;
    word-break: break-all;
}
.personal-block .copied-info {
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 80%;
    color: var(--green);
}
span.js_tippy {
    display: inline;
    border-style: dotted;
    border-width: 0 0 1px 0;
}
.personal-block input.for-pass {
    display: inline-block;
    vertical-align: top;
    font: inherit;
    color: inherit;
    margin: 0 1em 0 0;
    padding: 0;
    border: 0;
    background: none;
    height: auto;
    min-height: 0;
    --width: 20ex;
    width: var(--width);
    border-radius: 0;
    box-shadow: none;
}
span#temp-to-pass {
    display: inline-block;
    vertical-align: top;
    align-self: flex-start;
    flex: 0 0 auto;
}
.personal-block input[type="text"] + .js_show-pass span:nth-child(1), .personal-block input[type="password"] + .js_show-pass span:nth-child(2) {
    display: none;
}
.personal-block .change-pass {
    flex: 0 0 auto;
    width: 100%;
}
.personal-block.change-pass .btn.js_change-pass {
    display: none;
}
.personal-block:not(.change-pass) .change-pass {
    display: none;
}
@media only screen and (min-width: 640px) {
    .personal-block .form-submit {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.personal-block .form-row {
    margin: 12px 0;
    max-width: 410px;
}
.personal-block .form-row:first-child {
    margin-top: 0;
}
.personal-block .form-submit {
    margin-top: 12px;
    gap: 12px 24px;
}
/*04.12.23 end*/

/*04.03.24 start*/
.btn.btn-account {
    border-color: transparent;
    background-color: transparent;
    color: var(--grey);
    font-weight: normal;
    font-size: 14px;
    padding: 0 12px;
}
@media only screen and (max-width: 767px) {
    .menu .list {
        display: flex;
        flex-direction: column;
    }
    .menu .list .btn.btn-account {
        order: 2;
        text-align: left;
        transform: none !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 50px;
    }
    .menu .list .btn.btn-account .pic, .menu .list .btn.btn-account i {
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-right: 8px;
    }
}
@media only screen and (min-width: 768px) {
    .menu > .btn.btn-account {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        padding: 0;
        border-radius: 50%;
    }
    .menu .btn.btn-account span {
        /*        display: none;*/
        margin-right: 10px;
        color: #1e1e20;
    }
    .menu .btn.btn-account i {
        font-size: 16px;
        margin: 0;
    }
    @media only screen and (max-width: 880px) {
        .header .logo .text {
            display: none;
        }
    }
    @media only screen and (max-width: 1023px) {
        .menu > .btn.btn-account {
            width: 32px;
            height: 32px;
        }
        .menu > .btn.btn-account i {
            font-size: 16px;
        }
    }
}
/*04.03.24 end*/

.footer-text .text p{
    margin:0;
}
.section-block + .section-block.prices {
    margin-top: calc(var(--padding) * -2);
}

.response {
    color:var(--dark);
    margin:0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top0: -20px;
    margin-bottom0: -20px;
}

.response.error{
    color:red;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}
.error_label{
    font-weight: 500;
    color: var(--dark);
}

.personal-block + .head{
    margin-top:40px;
}

/*24.04.24 start*/
.order-page {
    background: #fcfcfc;
    --light-bg: var(--white);
}
.your-order:first-child {
    margin-top: 0 !important;
}
.selected-tarif {
    display: flex;
    gap: 16px;
}
@media only screen and (max-width: 479px) {
    .selected-tarif {
        gap: 8px;
    }
}
.selected-tarif > * {
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 10px;
    padding: 12px;
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 8px;
    transition-property: border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 14px;
    line-height: 20px;
}
.order-sides input.selected-tarif314:checked ~ .selected-tarif .selected-tarif314, .order-sides input.selected-tarif312:checked ~ .selected-tarif .selected-tarif312, .order-sides input.selected-tarif313:checked ~ .selected-tarif .selected-tarif313 {
    border-color: var(--orange);
    box-shadow: 0 0 0 1px var(--orange);
    cursor: default;
}
.order-sides input.selected-tarif314:not(:checked) ~ * .selected-tarif314-text, .order-sides input.selected-tarif312:not(:checked) ~ * .selected-tarif312-text, .order-sides input.selected-tarif313:not(:checked) ~ * .selected-tarif313-text {
    display: none;
    visibility: hidden;
}

.selected-tarif img {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}
.order-payment-link {
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    container-type: inline-size;
    container-name: order-payment-link;
    gap: 0 12px;
}
.order-payment-link + .order-payment-link {
    margin-top: 24px;
}
.order-payment-link .pics {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    order: -1;
    height: 40px;
}
@container order-payment-link (max-width: 550px) {
    .order-payment-link .pics {
        flex: 0 0 auto;
        width: 100%;
        order: 1;
        margin-top: 24px;
    }
    .order-payment-link .btn {
        margin: 12px auto 0 auto;
    }
}
.order-payment-link .pics img {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-height: 40px;
}
.order-payment-link .pics img:not(:only-child) {
    max-height: 32px;
}
.order-payment-link .pics img.small:not(:only-child) {
    max-height: 20px;
    max-width: calc((100% - 72px) / 4);
}
.order-payment-link .btn {
    flex: 0 0 auto;
    min-width: 250px;
}
.order-bill {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
}
.order-bill .bg {
    position: relative;
    border-style: solid;
    border-width: 0 1px;
    border-color: var(--border1);
    background: var(--light-bg);
    --border1: var(--border);
}
.order-bill .bg:before, .order-bill .bg:after {
    content: '';
    display: block;
    height: 12px;
    background-image: radial-gradient(ellipse at center, var(--grey-bg), var(--grey-bg) 5px, var(--border1) 5px, var(--border1) 6px, transparent 6px), linear-gradient(to right, var(--border1) 0%, var(--border1) 6px, transparent 6px, transparent 18px, var(--border1) 18px, var(--border1) 24px);
    background-size: 24px 24px, 24px 1px;
    background-position: 50% -12px, 50% 0;
    background-repeat: repeat-x;
}
.order-bill .bg:after {
    transform: scale(1, -1);
}
.order-bill .inner {
    padding: 22px 16px 24px 16px;
}
.order-bill .order-guarantee {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}
.order-bill h3, .order-bill .h3 {
    font-size: 120%;
    margin: 0 0 0.6em 0;
}
.order-bill table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    width: 100%;
}
.order-bill td {
    text-align: right;
    vertical-align: top;
    border: 0;
    padding: 0 0 4px 8px;
}
.order-bill tr:nth-last-child(2) td {
    padding-bottom: 12px;
}
.order-bill tr.total td {
    border-top: 1px solid var(--border);
    padding-top: 12px;
    vertical-align: middle;
}
.order-bill tr.total td:last-child {
    font: normal 22px/1 var(--font-title);
    color: var(--green);
}
.order-bill td:first-child {
    text-align: left;
    padding-left: 0;
    color: var(--grey);
}
.order-bill td del {
    color: var(--grey);
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 4px;
}
.order-guarantee {
    color: var(--orange);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    min-height: 46px;
    gap: 0 12px;
    margin: 0 0 24px 0;
    justify-content: center;
}
.order-guarantee img {
    flex: 0 0 auto;
    height: 56px;
    margin: -5px;
    width: auto;
}
.order-sides {
    position: relative;
}
.order-sides > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0 !important;
    height: 0 !important;
    top: 0;
    left: 0;
}
.order-sides h2, .order-sides .h2 {
    margin-bottom: 24px;
    margin-top: 41px !important;
    font-size: 20px;
    position: relative;
}
.order-sides h2 .grey, .order-sides .h2 .grey {
    font-size: 16px;
    margin-right: 10px;
}
.order-sides .form-block {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
    .order-sides {
        display: flex;
        flex-direction: column;
    }
    .order-sides .form-block {
        margin: 0 !important;
    }
    .order-sides .form-row:first-child {
        margin-top: 0 !important;
    }
    .order-sides .form-row:last-child {
        margin-bottom: 0 !important;
    }
    .order-sides .order-guarantee {
        display: none;
    }
    .order-sides .order-bill, .order-sides .order-benefits, .order-sides .order-info {
        order: 2;
    }
    .order-sides .order-bill {
        position: sticky;
        bottom: -1px;
        z-index: 10;
        margin: 60px -20px 0 -20px;
    }
    .order-sides .order-bill .bg {
        border-width: 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }
    .order-sides .order-bill .bg:before, .order-sides .order-bill .bg:after {
        display: none !important;
    }
    .order-sides .order-bill .inner {
        padding: 10px 20px;
    }
    .order-sides .order-info {
        margin-top: 48px;
    }
    .order-sides .order-bill h3, .order-sides .order-bill .h3 {
        color: var(--orange);
    }
}
@media only screen and (max-width: 1100px) {
    .order-sides .order-bill, .order-sides .order-benefits {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .order-sides {
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
    }
    .order-sides:after {
        content: ' ';
        clear: both;
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
    }
    .order-sides > *:not(.order-bill):not(.order-benefits):not(.order-info) {
        width: calc(100% - 324px);
        max-width: 640px;
    }
    .order-sides .order-bill, .order-sides .order-benefits, .order-sides .order-info {
        float: right;
        clear: right;
        width: 300px;
        margin-top: 24px !important;
    }
    .order-sides .order-bill .order-guarantee {
        justify-content: flex-end;
    }
    .order-sides h2, .order-sides .h2 {
        font-size: 24px;
    }
    .order-sides .order-info + h2, .order-sides .order-info + .h2 {
        margin-top: 24px !important;
    }
    .order-sides h2:first-child, .order-sides .h2:first-child {
        margin-top: 0 !important;
    }
    .order-sides .align-center {
        text-align: left;
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .order-sides > *:not(.order-bill):not(.order-benefits):not(.order-info) {
        width: calc(67% - 24px);
    }
    .order-sides .order-bill, .order-sides .order-benefits, .order-sides .order-info {
        width: 33%;
    }
}
.order-sides .order-benefits {
    border: 1px solid var(--border);
    background: var(--light-bg);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 0 !important;
}
.order-sides .order-benefits li {
    background-image: url("/images/check-orange.svg");
}
.order-info {
    font-size: 80%;
    line-height: 1.5;
    color: var(--grey);
}
.order-info a {
    color: inherit;
    text-decoration: underline;
}
.footer-payments {
    --gap: 24px;
    padding: 24px 0 48px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
    border-top: 1px solid var(--border);
    opacity: 0.5;
    width: 100%;
}
.footer-payments img {
    flex: 0 0 auto;
    height: 32px;
    width: auto;
    max-width: calc((100% - var(--gap) * 5) / 6);
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%);
    opacity: 0.5;
}
.footer-payments img.small {
    max-height: 20px;
}
@media only screen and (max-width: 480px) {
    .footer-payments {
        --gap: 12px;
    }
}
/*24.04.24 end*/
/*added 16.07.24 start*/
.order-sides .order-payment-link{
    background-color: #f0f7fb;
    overflow: hidden;
}
.order-sides .order-payment-link:hover{
    background-color: #f7fbfd;
}

.order-sides .order-payment-link.already-selected .head img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
}
.order-sides .order-payment-link.already-selected .head .text {
    opacity: .5
}
.order-sides .order-payment-link.already-selected .head > * {
    opacity: 0.35;
    transition: opacity 0.2s;
}
.order-sides .order-payment-link.already-selected .head:hover > * {
    opacity: 1;
}
.order-sides .order-payment-link.active.already-selected .head img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.order-sides .order-payment-link.active.already-selected{
    background-color: #fff;
}
.order-sides .order-payment-link.active.already-selected .head > * {
    opacity: 1;
}

.order-sides .order-payment-link .head{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 20px;
    width: 100%;
    cursor: pointer;
}
@media only screen and (min-width: 1024px) {
    .order-sides .order-payment-link .head{
        flex-wrap: nowrap;
    }
}
.order-sides .order-payment-link .pics{
    flex: inherit;
    gap: 4px;
    margin-top: 0!important;
}
.order-sides .order-payment-link .pics img{
    display: block;
    flex: unset;
}
.order-sides .order-payment-link .pics img.small:not(:only-child) {
    max-height: 20px;
    width: auto;
    max-width: 100%;
    height: 20px;
}
.order-sides .order-payment-link .pics img:not(:only-child) {
    max-height: 32px;
}
.order-sides .order-payment-link .text{

}
.order-sides .order-payment-link input[type="radio"]{
    display: none;
}
.order-sides .order-payment-link .show{
    width: 100%;
}
.order-sides .kss-form-block {
    margin: 0!important;
}
.order-sides .kss-form-block .kss-form-row{
    margin: 12px 0 0 0;
}

.order-sides .kss-h2{
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    word-wrap: break-word;
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
}
.order-sides .order-payment-link .h2-kss{
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 24px;
    word-wrap: break-word;
    line-height: 1.35;
    font-family: var(--font-title);
    font-weight: normal;
    color: var(--dark);
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .order-sides .order-payment-link .h2-kss{
        font-size: 20px;
    }
}
.order-sides .order-payment-link .btn {
    margin: 24px auto 0 auto;
    min-width: 0;
    max-width: 257px;
}
.smooth-disclosure-enter-active,
.smooth-disclosure-leave-active {
    transition: max-height 0.25s ease;
}

.smooth-disclosure-enter-from,
.smooth-disclosure-leave-to {
    max-height: 0;
}
.smooth-disclosure-enter-to,
.smooth-disclosure-leave-from {
    max-height: 300px;
}
/*29.11.24 start*/
.pricing .price {
    font-size: 12px;
    color: var(--dark);
}
.pricing .price .economy {
    font-size: 14px;
}
.pricing .price .economy .big {
    display: inline-block;
    color: var(--dark);
    border-radius: 100px;
    font-weight: bold;
    padding: 0 1em;
    position: relative;
    background: #f1c40f;
}
.pricing .price .economy .big img {
    width: 2em;
    height: 2em;
    object-fit: contain;
    object-position: bottom center;
    position: absolute;
    bottom: 0;
    left: -2.5em;
}
.pricing .price .economy .big img + img {
    left: auto;
    right: -2.5em;
}
.pricing .price strong {
    display: inline-block;
    position: relative;
    font-size: 4em;
    margin-right: 8px;
}
.pricing .price strong del {
    position: absolute;
    top: 50%;
    left: 100%;
    font-weight: normal;
    font-size: 0.3em;
    transform: translate3d(0, -60%, 0);
    margin-left: calc(8px + 0.2em);
    color: var(--grey);
    white-space: nowrap;
}
.pricing > li.accent {
    margin-top: -40px;
    background: linear-gradient(to right, var(--orange) 0%, var(--red) 100%);
}
.pricing > li.accent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    background: var(--dark);
    width: auto;
    height: auto;
    margin: 40px 4px 4px 4px;
}
.pricing > li.accent > *:not(.discount) {
    position: relative;
}
.pricing > li.accent .top-text {
    color: var(--white);
}
.pricing > li.accent .btn {
    background: linear-gradient(to right, var(--orange) 0%, var(--red) 100%);
    background: var(--red);
    border: 0;
    color: var(--white);
}
.pricing > li.accent .price {
    color: var(--grey);
}
.pricing > li.accent .price strong {
    font-size: 5em;
    background: linear-gradient(to right, var(--orange) 0%, var(--red) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pricing > li.accent .price del {
    color: var(--white);
}
.pricing .best {
    background: none;
    color: var(--white);
    height: 40px;
    line-height: 40px;
}
.pricing .best img, .pricing .top-text img {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
    object-position: center;
    position: relative;
    margin: -0.25em 0;
    top: -0.1em;
    left: -0.3em;
}
.pricing .discount {
    background: var(--green);
}
/*white*/
.pricing > li.accent.white {
    color: var(--grey);
}
.pricing > li.accent.white:before {
    background: var(--white);
}
.pricing > li.accent.white .h3, .pricing > li.accent.white .price strong, .pricing > li.accent.white .price strong del, .pricing > li.accent.white .top-text {
    color: var(--dark);
}
.pricing > li.accent.white .price .economy, .pricing > li.accent.white .guarantee {
    color: var(--orange);
}
/*29.11.24 end*/
/*04.02.25 start*/
.item-descr .star-text {
		position: relative;
		margin: 0 !important;
		line-height: 1.4;
		font-weight: 300;
}
.item-descr .star-text .star {
		width: 16px;
		height: 16px;
		vertical-align: middle;
		position: relative;
		top: -2px;
		margin-right: 4px;
}
.item-descr .star-text .logo {
		height: 16px;
		width: auto;
		vertical-align: middle;
		position: relative;
		top: -2px;
		left: 4px;
}
.item-descr .checked-text {
		color: var(--grey);
		font-size: 16px;
		line-height: 1.5;
		max-width: 264px;
		text-align: center;
		margin: 10px 0 40px 0;
}
@media only screen and (max-width: 1000px) {
		.item-descr .checked-text {
				max-width: none;
		}
}
.item-descr .checked-text:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin-right: 4px;
		width: 16px;
		height: 16px;
		background: url("../images/checkmark-greeen.svg") no-repeat 50% 50%;
		background-size: contain;
}
.item-descr .checked-text .line {
		display: inline-block;
		vertical-align: top;
		position: relative;
		white-space: nowrap;
}
.item-descr .checked-text .line:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 2px;
		border-radius: 2px;
		background: var(--green);
		transform: rotate(-1deg);
}
.item-descr .accent-text {
		position: relative;
		padding-left: 80px;
		font-size: 120%;
		margin: 40px 0;
}
.item-descr .accent-text .icon {
		width: 55px;
		height: 55px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate3d(0, -50%, 0);
		display: flex;
		align-items: center;
		justify-content: center;
}
.item-descr .accent-text .icon > * {
		position: relative;
		flex: 0 0 auto;
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		z-index: 2;
}
.item-descr .accent-text .icon:before, .item-descr .accent-text .icon:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: var(--green);
		border-radius: 50%;
}
.item-descr .accent-text .icon:before {
		opacity: 0.15;
}
.item-descr .accent-text .icon:after {
		margin: -10px;
		opacity: 0.05;
}
@media only screen and (max-width: 1000px) {
		.item-descr .accent-text {
				padding-left: 0;
		}
		.item-descr .accent-text .icon {
				position: relative;
				transform: translate3d(0, 0, 0);
				margin: 0 auto 20px auto;
		}
}
/*04.02.25 end*/
