* {
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    list-style: none;
    line-height: 125%;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: .05em;
    text-decoration: none;
    background-size: cover;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-family: "Manrope", sans-serif;
}

*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.container {
    margin: 0 auto;
    padding: 0 80px;
    max-width: 1720px;
}

.container.small {
    max-width: 1390px;
}

body > * {
    position: relative;
    background: #fff;
}

main {
    gap: 160px;
    display: flex;
    padding: 80px 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

main > * {
    width: 100%;
}

.color {
    color: rgb(104, 154, 182);           
}

[data-form] {
    cursor: pointer!important;
}



/* Button fixed start */
header {
    top: 0;
    z-index: 2;
    padding: 16px 0;
    position: sticky;
}

header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .row {
    gap: 24px;
    display: flex;
    align-items: center;
}

header .row:last-child {
    gap: 16px;
}

header nav {
    gap: 16px;
    width: auto;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: #f9f8f7;
}

header nav a {
    opacity: .8;
    color: #000;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    transition: .35s;
    padding: 8px 16px;
    border-radius: 16px;
    text-transform: uppercase;
}

header nav a:hover {
    opacity: 1;
    background: #fff;
}

header nav a:first-child {
    opacity: 1;
    padding: 0;
    margin-left: 16px;
    background: transparent;
}

header nav img {
    height: 36px;
    filter: invert(1);
}

header .telegram {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    transition: .35s;
    padding: 8px 24px;
    line-height: 24px;
    border-radius: 16px;
    letter-spacing: .1em;
    background: rgb(255, 252, 250);
    border: 1px solid rgb(238, 236, 236);
}

header .telegram:hover {
    color: #fff;
    background: #000;
    transform: scale(1.1);
}

header .tg_icon {
    width: 42px;
    height: 42px;
    padding: 0px;
    color: #333;
    display: flex;
    min-width: 42px;
    align-items: center;
    justify-content: center;
    background: rgb(238 236 236);
}
/* Button fixed end */




/* Первый экран */
#monitor {
    display: flex;
    position: relative;
    align-items: center;
    min-height: calc(100vh - 244px);
}

#monitor .content {
    gap: 24px;
    display: flex;
    max-width: 675px;
    min-width: 675px;
    flex-direction: column;
    align-items: flex-start;
}

#monitor * {
    margin: 0;
    text-align: left;
}

#monitor h3 {
    gap: 12px;
    opacity: .75;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    align-items: center;
    border-radius: 16px;
    letter-spacing: 0.1em;
    background: linear-gradient(to right, rgb(238 243 247 / 90%), rgb(238 243 247 / 80%));
}

#monitor h3 svg {
    width: 21px;
    height: 21px;
    min-width: 21px;
}

#monitor h2 {
    color: #333;
    font-size: 55px;
    font-weight: 600;
}

#monitor h4 {
    gap: 24px;
    font-size: 21px;
    display: flex;
    font-weight: 300;
    align-items: center;
}

#monitor h4 svg {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-left: -35px;
}

#monitor h4 span span,
#monitor h4 span strong {
    color: #689ab6;
    font-weight: 400;
}

#monitor h4 > span {
    color: rgb(51 51 51 / 80%);
}

#monitor .content a {
    color: #333;
    display: block;
    font-size: 18px;
    transition: .35s;
    font-weight: 600;
    margin-top: 12px;
    padding: 24px 59px;
    text-align: center;
    border-radius: 24px;
    display: inline-flex;
    letter-spacing: 0.08em;
    background: linear-gradient(to right, rgb(255 242 189), rgb(238 243 247))
}

#monitor .image {
    top: 0;
    left: 875px;
    right: 80px;
    bottom: 0px;
    position: absolute;
}

#monitor img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    filter: grayscale(.4);
    border-top-left-radius: 240px;
    border-bottom-right-radius: 240px;
}




/* Main start */
.superscript {
    font-size: 20px;
    font-weight: 600;
    color: #7f7c92;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
}

h3,
h1 {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

h3 del {
    opacity: 0.8;
    position: relative;
    white-space: nowrap;
}

h3 del:after {
    content: '';
    top: 50%;
    left: -8px;
    right: -8px;
    height: 8px;
    position: absolute;
    background: rgb(0 0 0);
}


.banner_title h1 span {
    text-align: right;
}


#about h1 {
    color: #333;
    font-size: 72px;
}

#about .superscript {
    margin-top: -60px;
    margin-bottom: 80px;
}


.about_items {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}

.about_items p {
    gap: 18px;
    flex: 100%;
    display: flex;
    background: #fff;
    margin: 0!important;
    border-radius: 18px;
    flex-direction: column;
    padding: 24px!important;
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 1.4em!important;
}

.about_items p:nth-child(2n) {
    display: none!important;
}

.about_items p b {
    gap: 12px;
    color: #000;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
}

.about_items p b svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    color: rgb(104 154 182);
}

.about_items p b svg path {
    stroke-width: .4px;
    stroke: rgb(104 154 182);
}


.image_block {
    gap: 64px;
    display: flex;
    padding: 64px;
    overflow: hidden;
    border-radius: 24px;
    flex-direction: column;
    background: rgba(249 248 247);
}

.image_block img {
    width: auto;
    height: 320px;
    margin: -64px;
    max-width: 200%;
    margin-bottom: 0;
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.image_block .row {
    gap: 64px;
    display: flex;
    justify-content: space-between;
}

.image_block .row > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image_block .row h3 {
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}

.image_block .row > * {
    flex: 50%;
    text-align: left;
}

.image_block .row p {
    color: #333;
    font-size: 20px;
    padding-top: 8px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 60px;
}

.image_block ul {
    row-gap: 64px;
    display: flex;
    flex-wrap: wrap;
}

.image_block li {
    flex: 45%;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 32px;
    padding-right: 8px;
    letter-spacing: .1em;
    text-transform: capitalize;
    border-left: 1px solid #ccc;
}

.image_block li b {
    display: block;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(104 154 182);
}

.image_block a.action {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    transition: .35s;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 24px 80px;
    border-radius: 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-top: auto!important;
    background: rgb(104 154 182);
}

.image_block a.action:hover {
    transform: scale(.9);
}


span.author_about_item {
    gap: 12px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

span.author_about_item:before {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-top: 0.7em;
    border-radius: 8px;
    background: #eae6e0;
    transform: translateY(-4px);
}

span.author_about_item + span.author_about_item {
    margin-top: 12px;
}


#about span.author_about_item {
    font-size: 17px;
    font-weight: 400;
}

#about br + span.author_about_item {
    margin-top: 12px;
}

#about span.author_about_item:before {
    background: #689ab6;
}


.image_number_block {
    gap: 64px;
    display: flex;
}

.image_number_block + .image_number_block {
    margin-top: 160px;
}

.image_number_block > * {
    flex: 40%;
    width: 50%;
}

.image_number_block img {
    width: 100%;
    max-height: 70vh;
    margin-top: 64px;
    border-radius: 48px;
}

.image_number_block .row {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

.image_number_block .inb_image + .row {
    align-items: flex-start;
}

.image_number_block h3 {
    margin-bottom: 0;
    line-height: 100%;
}

.image_number_block h5 {
    color: #333;
    padding: 32px;
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 64px;
    border-radius: 48px;
    letter-spacing: .1em;
    background: #e3eae0;
}

.image_number_block h5 small {
    font-size: 64px;
}

.image_number_block h5 span:last-child {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    padding-top: 16px;
    line-height: 145%;
    letter-spacing: .04em;
    border-top: 2px solid rgb(213 216 212);
}

.image_number_block p {
    color: #333;
    font-size: 17px;
    font-weight: 300;
}

.image_number_block p a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.image_number_block p a:hover {
    opacity: 1;
}

.image_number_block .button_action {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    transition: .35s;
    margin-top: 32px;
    text-align: center;
    padding: 24px 48px;
    border-radius: 16px;
    letter-spacing: .1em;
    text-decoration: none;
    background: #e3eae0;
}

.image_number_block:nth-child(2n) h5 {
    background: #eae6e0;
}

.image_number_block:nth-child(2n) .button_action {
    background: #eae6e0;
}

.image_number_block .button_action:hover {
    color: #fff;
    background: #000;
}


.action {
    display: flex;
    padding: 48px;
    margin-top: -40px;
    align-items: center;
    border-radius: 24px;
    justify-content: space-between;
    background: rgba(241 241 241);
}

.action h6 {
    color: #333;
    max-width: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.action h6 span {
    color: rgb(104, 154, 182);
}

.action a {
    color: #fff;
    font-weight: 600;
    transition: .35s;
    padding: 24px 48px;
    background: #000;
    border-radius: 16px;
    letter-spacing: .1em;
}

.action a:hover {
    color: #000;
    background: #fff;
}


#examples h3,
#examples .superscript {
    text-align: left;
}

.examples {
    gap: 48px;
    display: flex;
    padding-top: 48px;
    align-items: flex-start;
    justify-content: center;
}

.examples .example {
    gap: 48px;
    color: #333;
    display: flex;
    padding: 64px;
    max-width: 600px;
    border-radius: 24px;
    padding-bottom: 0px;
    align-items: flex-end;
    flex-direction: column;
    background: rgb(255, 242, 189);
}

.examples .example:nth-child(2n - 1){
    margin-top: -48px;
}

.examples .example h4 {
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    letter-spacing: .1em;
}

.examples .example p {
    font-weight: 300;
    font-size: 17px;
}

.examples .example > a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: .35s;
    text-align: center;
    text-align: center;
    padding: 20px 32px;
    background: #333;
    border-radius: 24px;
    letter-spacing: .1em;
    border: 8px solid #fff;
    transform: translateY(50%);
}

.examples .example > a:hover {
    color: #000;
    background: rgb(255, 242, 189);
}

.examples .example p a {
    color: #333;
    font-weight: 400;
    text-decoration: underline;
}


.features_list {
    gap: 64px;
    display: flex;
    padding: 64px;
    border-radius: 24px;
    background: rgba(249 248 247);
}

.features_list > * {
    width: 100%;
}

.features_list p {
    font-size: 20px;
    font-weight: 300;
    max-width: 500px;
    margin-bottom: 80px;
}

.features_list h3 {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 48px;
}

.features_list ul {
    gap: 48px;
    display: flex;
    flex-wrap: wrap;
}

.features_list li {
    color: #333;
    font-size: 17px;
    font-weight: 400;
}

.features_list li span {
    color: #333;
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgb(51 51 51 / 75%);
}

.features_list > div {
    display: flex;
    flex-direction: column;
}

.features_list a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    transition: .35s;
    font-weight: 600;
    margin-top: auto;
    line-height: 24px;
    text-align: center;
    background: #333;
    padding: 24px 40px;
    border-radius: 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.features_list a:hover {
    transform: scale(.9);
}



#comments {
    padding: 0 80px;
    overflow: hidden;
    position: relative;
}

#comments:before,
#comments:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 12vw;
    position: absolute;
    background: linear-gradient(to right, #fff, transparent);
}

#comments:after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.comment_parent {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: center;
}

.comment_list {
    gap: 48px;
    display: flex;
    flex: 0 0 100%;
    padding-right: 48px;
    will-change: transform;
    animation: animateLeft 40s linear infinite;
}

.comment_parent ~ .comment_parent .comment_list {
    animation: animateRight 40s linear infinite;
}

.comment_item {
    gap: 24px;
    flex: 30%;
    width: 100%;
    display: flex;
    padding: 32px;
    border-radius: 24px;
    flex-direction: column;
    background: rgb(238, 243, 247);
}

.comment_item:before {
    content: '';
    width: 42px;
    height: 42px;
    display: flex;
    min-width: 42px;
    min-height: 42px;
    border-radius: 12px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(104, 154, 182);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 9'%3E%3Cpath d='M 1.117 8.804 L 3.617 8.804 L 5.284 5.471 L 5.284 0.471 L 0.284 0.471 L 0.284 5.471 L 2.784 5.471 Z M 7.784 8.804 L 10.284 8.804 L 11.951 5.471 L 11.951 0.471 L 6.951 0.471 L 6.951 5.471 L 9.451 5.471 Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

.comment_item h6 {
    color: #0d0731;
    font-size: 22px;
    font-weight: 500;
    white-space: pre-wrap;
}

.comment_item p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}

.comment_item > p {
    margin-bottom: 24px;
}

.comment_item > div {
    gap: 16px;
    display: flex;
    margin-top: auto;
    align-items: center;
}

.comment_item > div img {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 50%;
}

.comment_item > div span {
    opacity: .9;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: rgb(0 0 0 / 72%);
}

.comment_item > div strong {
    display: block;
    font-size: 18px;
    color: #0d0731;
    font-weight: 500;
}

.comment_action {
    width: 100%;
    opacity: .88;
    color: #fff;
    padding: 32px;
    display: block;
    font-size: 20px;
    transition: .35s;
    font-weight: 600;
    margin-top: 48px;
    text-align: center;
    margin-bottom: 48px;
    border-radius: 24px;
    letter-spacing: .08em;
    background: #0d0731;
}

.comment_action:hover {
    opacity: 1;
    background: #000;
}


#questions h3 {
    display: block;
    padding: 80px 0;
    text-align: center;
    border-radius: 48px;
    background: rgba(249, 248, 247, 1);
}

.questions_group {
    gap: 48px;
    display: flex;
    align-items: flex-start;
}

.questions_group + .questions_group {
    margin-top: 80px;
}

.questions_group .question_content {
    top: 0;
    padding: 24px 0;
    position: sticky;
}

.question_content a {
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    font-size: 15px;
    transition: .35s;
    font-weight: 600;
    transition: .35s;
    margin-top: 24px;
    background: #333;
    visibility: hidden;
    text-align: center;
    text-align: center;
    padding: 20px 32px;
    border-radius: 16px;
    letter-spacing: .12em;
}

.question_content.active a {
    opacity: 1;
    visibility: visible;
}

.question_content a:hover {
    color: #fff;
    background: #333;
}

.questions_group h4 {
    color: #333;
    display: block;
    font-size: 32px;
    min-width: 320px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    background: #fff;
}

.questions {
    gap: 48px;
    display: flex;
    flex-direction: column;
}

.question {
    border-radius: 24px;
    border: 1px solid rgb(238, 243, 247);
}

.question p {
    gap: 24px;
    display: flex;
    padding: 24px;
    color: #333;
    cursor: pointer;
    font-size: 22px;
    transition: .35s;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    border-radius: 24px;
    justify-content: space-between;
    background: rgb(238, 243, 247, .56);
}

.question p:after {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
    transition: .35s;
    border-radius: 50%;
    background-size: 16px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cg transform='translate(0.689 0.587)' id='ss11510710138_1'%3E%3Cpath d='M 0 15 L 0 0 L 15 0 L 15 15 Z' fill='transparent'%3E%3C/path%3E%3Cpath d='M 6.567 14.146 L 6.567 0.335 L 7.898 0.335 L 7.898 14.146 Z M 0.333 7.912 L 0.333 6.569 L 14.133 6.569 L 14.133 7.912 Z' fill='rgb(17,24,34)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.question p:hover {
    color: #000;
    background: rgb(238, 243, 247);
}

.question.active p {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.question.active p:after {
    transform: rotate(-45deg);
    background-color: rgb(104, 154, 182);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cg transform='translate(0.689 0.587)' id='ss11510710138_1'%3E%3Cpath d='M 0 15 L 0 0 L 15 0 L 15 15 Z' fill='transparent'%3E%3C/path%3E%3Cpath d='M 6.567 14.146 L 6.567 0.335 L 7.898 0.335 L 7.898 14.146 Z M 0.333 7.912 L 0.333 6.569 L 14.133 6.569 L 14.133 7.912 Z' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.question div {
    height: 0;
    overflow: hidden;
    transition: .35s;
}

.question span {
    padding: 24px;
    display: block;
    font-size: 18px;
    line-height: 140%;
}
/* Main end */



/* Footer start */
#action_question,
#ModalForm form,
#ModalForm .block {
    gap: 48px;
    display: flex;
    padding: 56px 64px;
    margin-bottom: -40px;
    padding-bottom: 104px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: rgba(249, 248, 247, 1);
}

#action_question img,
#ModalForm form img,
#ModalForm .block img {
    width: 100%;
    height: 300px;
    min-height: 100%;
    border-radius: 24px;
}

#action_question > * {
    flex: 40%;
    width: 50%;
}

#action_question form,
#ModalForm form,
#ModalForm .block {
    gap: 32px;
    display: flex;
    padding: 32px 0;
    flex-direction: column;
    justify-content: center;
}

#action_question h6,
#ModalForm form h6,
#ModalForm .block h6 {
    font-size: 32px;
    font-weight: 600;
}

#action_question p,
#ModalForm form p,
#ModalForm .block p {
    color: #0d0731;
    font-size: 18px;
    font-weight: 300;
    line-height: 145%;
}

#action_question form > .error_parent,
#ModalForm form > .error_parent {
    margin-bottom: -16px;
}

#action_question input,
#action_question textarea,
#ModalForm form textarea,
#ModalForm form input {
    width: 100%;
    resize: none;
    padding: 24px;
    transition: .35s;
    background: #fff;
    border-radius: 16px;
}

form .error_parent {
    width: 100%;
    position: relative;
}

form .error {
    background: rgb(255 0 0 / 15%)!important
}

form .error_text {
    top: 0;
    left: 16px;
    position: absolute;
    color: red!important;
    font-size: 12px!important;
    line-height: 20px!important;
    letter-spacing: .16em!important;
}

form .error_parent.err_view > input,
form .error_parent.err_view > textarea {
    z-index: 1;
    margin-top: 24px;
    position: relative;
}

#action_question .line,
#ModalForm form .line {
    gap: 24px;
    display: flex;
    align-items: flex-end;
}

#action_question button,
#ModalForm form button,
#ModalForm .block > a {
    opacity: .8;
    height: 100%;
    color: #fff;
    cursor: pointer;
    padding: 0 40px;
    font-size: 14px;
    transition: .35s;
    font-weight: 600;
    max-height: 69px;
    background: #000;
    border-radius: 16px;
    letter-spacing: .1em;
}

#action_question button:hover,
#ModalForm form button:hover {
    opacity: 1;
}


#footer_content {
    padding: 42px 64px;
    background: rgb(4, 4, 4, .95);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

#footer_content img {
    opacity: .85;
}

#footer_content .row {
    gap: 48px;
    display: flex;
    justify-content: space-around;
}

#footer_content .btns {
    gap: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#footer_content .btns a {
    opacity: .9;
    width: 320px;
    color: #333;
    transition: .35s;
    padding: 16px 0;
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    letter-spacing: .1em;
}

#footer_content .btns a:hover {
    opacity: 1;
}

#footer_content .btns a:first-child {
    background: rgb(255, 242, 189);
}

#footer_content ul {
    gap: 24px;
    display: flex;
    color: #fff;
    font-size: 15px;
    flex-direction: column;
}

#footer_content ul span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.5);
}

#footer_content ul li {
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.8);
}

#footer_content .ftt {
    font-size: 13px;
    margin-top: 48px;
    font-weight: 300;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.8);
}
/* Footer end */



/* ModalForm start */
#ModalForm {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    position: fixed;
    transition: .35s;
    visibility: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(2px);
    background: rgb(0 0 0 / 48%);
}

#ModalForm.active {
    opacity: 1;
    visibility: visible;
}

#ModalForm > div {
    height: 0;
    overflow: hidden;
    position: relative;
}

#ModalForm > .active {
    height: auto;
}

#ModalForm form,
#ModalForm .block {
    margin: 0;
    padding: 48px;
    max-width: 680px;
    border-radius: 24px;
}

#ModalForm form h6,
#ModalForm form p,
#ModalForm .block h6,
#ModalForm .block p {
    text-align: justify;
}

#ModalForm form .line {
    width: 100%;
    align-items: initial;
}

#ModalForm form button {
    height: auto;
}

#ModalForm .block > a {
    display: flex;
    font-size: 15px;
    min-height: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#ModalForm input,
#ModalForm button {
    border-radius: 12px!important;
}


#ModalForm > div > i {
    top: 18px;
    width: 48px;
    right: 98px;
    height: 36px;
    opacity: .48;
    cursor: pointer;
    transition: .35s;
    position: absolute;
    border-radius: 24px;
    background: #0d0731;
}

#ModalForm > div > i:hover {
    opacity: .96;
}

#ModalForm > div > i:after,
#ModalForm > div > i:before {
    content: '';
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    display: block;
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

#ModalForm > div > i:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
    
#ModalForm .container {
    padding: 0 24px;
    overflow-y: auto;
    max-height: 100vh;
}
    
#ModalForm .container.active {
    padding: 48px 24px;
}

#ModalForm > div > i {
    top: 62px;
    right: 38px;
}


.btns_action a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    transition: .35s;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 20px 24px;
    border-radius: 16px;
    letter-spacing: 0.14em;
    margin-top: auto !important;
    background: #1c93e3;
}

.btns_action {
    display: flex;
    gap: 32px;
}

.btns_action a.act_wa {
    background: #25d366;
}


form input,
form button,
form textarea {
    transition: .35s;
}


form.loaded input,
form.loaded button,
form.loaded textarea,
form.loaded .smart-captcha {
    opacity: .9;
    cursor: no-drop!important;
    filter: blur(2px) grayscale(1);
    animation: pulse 1s infinite 1s;
    -o-animation: pulse 1s infinite 1s;
    -moz-animation: pulse 1s infinite 1s;
    -webkit-animation: pulse 1s infinite 1s;
}

@keyframes pulse{
    0%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}

@-webkit-keyframes pulse{
    0%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}

@-moz-keyframes pulse{
    0%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}

@-o-keyframes pulse{
    0%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}
/* ModalForm end */



@keyframes animateLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes animateLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


@keyframes animateRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes animateRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}





.approval {
    gap: 12px;
    display: flex;
    position: relative;
    opacity: .8!important;
}

.approval > .error_text {
    left: 0;
    top: -20px;
    position: absolute;
    color: red !important;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: .16em !important;
}

.approval:hover {
    opacity: 1!important;
}

.approval input {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    opacity: 0!important;
}

.approval span {
    width: 18px;
    height: 18px;
    display: block;
    min-width: 18px;
    margin-top: 2px;
    position: relative;
    border-radius: 4px;
    background-size: 10px;
    border: 1px solid #313131;
}

.approval input:checked + span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 12l5 5L20 7'/%3E%3C/svg%3E");
}

.approval p {
    color: #313131!important;
    font-size: 15px!important;
    text-align: left!important;
    font-weight: 500!important;
    line-height: 120%!important;
}

.approval p a {
    z-index: 10;
    color: #689ab6;
    position: relative;
}





@media(max-width: 1500px){
    .comment_list {
        min-width: 150vw;
    }
}



@media(max-width: 1400px){
    #monitor .image {
        left: 797px;
    }


    header .container {
        padding: 0 24px;
    }


    .image_block .row {
        /* padding: 0 160px; */
        position: relative;
        padding-bottom: 152px;
        flex-direction: column;
    }
    
    .image_block .row h3 {
        margin-bottom: 0;
    }
    
    .image_block a.action {
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    
    .image_block li {
        text-align: center;
        border-left: 0px;
        padding-left: 8px;
        padding-bottom: 32px;
        border-bottom: 1px solid #ccc;
    }
    
    .image_block ul {
        gap: 32px!important;
    }
    
    #action_question > div {
        display: none;
    }


    .about_items p:nth-child(2n) {
        display: flex!important;
    }
    
    .image_block .row {
        gap: 48px;
        padding-bottom: 120px;
    }
    
    .image_block .row p {
        flex: 40%;
    }
    
    .image_block .row h3 + p {
        margin-top: 24px;
        margin-bottom: 0;
    }
}



@media(max-width: 1200px){
    h3, h1 {
        font-size: 48px;
    }

    .questions_group {
        flex-direction: column;
    }
    
    .questions_group .question_content {
        z-index: 1;
        width: 100%;
        display: flex;
        padding: 16px 32px;
        background: #fff;
        align-items: center;
        justify-content: space-between;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    
    .question_content a {
        margin: 0;
        opacity: 1;
        width: 320px;
        font-size: 14px;
        padding: 16px 32px;
        visibility: visible;
    }
    
    .questions_group h4 {
        min-width: 0px;
    }
    
    .questions_group + .questions_group {
        margin-top: 40px;
    }
    
    #questions h3 {
        padding: 64px 0;
        margin-bottom: 48px;
    }
    
    .features_list {
        position: relative;
        padding-bottom: 200px;
        flex-direction: column;
    }
    
    .features_list > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: initial;
        justify-content: space-between;
    }
    
    .features_list a {
        margin: 0;
        left: 64px;
        width: auto;
        right: 64px;
        bottom: 64px;
        font-size: 15px;
        position: absolute;
    }
    
    .features_list > div p {
        padding: 24px 0;
        font-size: 17px;
        text-align: right;
        margin-left: auto;
    }
    
    .features_list > div * {
        margin: 0;
    }

    header nav a:nth-child(4) {
        display: none;
    }

    .action {
        gap: 48px;
        flex-direction: column;
    }
    
    .action > * {
        width: 100%;
        text-align: center;
        max-width: 100%!important;
    }

    .features_list h3 {
        min-width: 330px;
    }
}


@media(max-width: 1100px){
    .about_items {
        gap: 12px;
        margin: 0 -52px;
    }
    
    #monitor h2 {
        font-size: 45px;
    }
    
    #monitor h4 {
        font-size: 19px;
    }
    
    #monitor .content a {
        font-size: 16px;
        padding: 24px 48px;
    }
    
    #monitor h3 {
        font-size: 13px;
    }
    
    #monitor .content {
        max-width: 560px;
        min-width: 560px;
    }
    
    #monitor .image {
        left: 676px;
    }
}



@media(max-width: 992px){
    header nav a {
        display: none;
    }
    
    header nav a:first-child {
        margin: 0 16px;
        display: flex;
    }
    
    #about h1 {
        font-size: 48px;
    }
    
    .container {
        padding: 0 24px;
    }


    #monitor .image {
        display: none;
    }
    
    #monitor .content {
        gap: 36px;
        max-width: 100%;
        align-items: center;
    }
    
    #monitor h3 {
        font-size: 14px!important;
        margin-bottom: -18px;
    }
    
    #monitor h2 {
        font-size: 58px;
        text-align: center;
    }
    
    #monitor h4 {
        max-width: 545px;
    }
    
    #monitor .content a {
        font-size: 17px;
        padding: 24px 60px;
    }
}


@media(max-width: 880px){
    .image_block .row p {
        flex: 100%;
    }
    
    .about_items {
        gap: 24px;
        margin: 0 -40px;
    }
}



@media(max-width: 768px){
    #monitor h2 {
        font-size: 52px;
    }
    
    #monitor h3 {
        font-size: 13px !important;
    }
    
    #monitor h4 {
        font-size: 18px;
    }
    
    #monitor .content a {
        width: 100%;
        justify-content: center;
    }


    .image_block {
        gap: 48px;
        padding: 48px;
    }
    
    .image_block .row {
        gap: 48px;
    }
    
    .image_block .row h3 {
        font-size: 40px;
    }
    
    .inb_image {
        position: relative;
    }
    
    .inb_image:before {content: '';width: 100%;display: block;padding-top: 100%;margin-bottom: 32px;}
    
    .inb_image img {
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        min-height: 0!important;
    }
    
    div#author_about {
        align-items: flex-start;
    }
    
    .inb_image {
        display: none;
    }
    
    .examples {
        gap: 96px;
        flex-direction: column;
    }
    
    .examples > * {
        gap: 64px;
        width: 100%;
        max-width: 100%!important;
    }
    
    .comment_list {
        min-width: 200vw;
    }
    
    #footer_content > div > div:first-child {
        display: none;
    }

    h1 {
        font-size: 44px!important;
    }

    h3, h1 {
        font-size: 36px!important;
    }

    .superscript {
        font-size: 16px;
    }

    .image_number_block h5 {
        font-size: 88px;
    }

    .image_number_block h5 span:last-child {
        font-size: 14px;
    }

    .comment_action {
        border-radius: 0;
        padding: 24px;
        font-size: 16px;
    }
    
    section#comments {
        padding: 0;
    }
    
    .comment_list {
        min-width: 250vw;
    }
    
    .question_content {
        flex-direction: column;
        gap: 16px;
    }
    
    .question p {
        line-height: 135%;
    }
    
    #action_question .line {
        flex-direction: column;
    }
    
    #action_question button {
        height: 60px;
        width: 100%;
    }
    
    #footer_content .row {
        flex-direction: column-reverse;
    }
    
    #footer_content ul {
        flex-direction: initial;
        justify-content: space-between;
    }
    
    #footer_content ul li:last-child {
        text-align: right;
    }
    
    #footer_content .ftt {
        text-align: center;
    }



    #author_about {
        gap: 0;
        flex-direction: column-reverse;
    }

    #author_about > * {
        width: 100%;
    }

    #author_about .inb_image {
        gap: 36px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #author_about .inb_image:before {
        display: none!important;
    }

    #author_about .inb_image img {
        position: initial;
    }

    .image_number_block h5 {
        z-index: 1;
        position: relative;
        margin-bottom: 0;
        border-radius: 60px;
        border: 24px solid #fff;
        margin-top: -120px;
        margin-left: auto;
        margin-right: auto;
        font-size: 66px;
    }

    .image_number_block .row {
        align-items: center;
    }

    #author_about > .row > #about_title {
        margin-top: 60px;
        margin-bottom: 45px;
    }
}



@media(max-width: 728px){
    #ModalForm .container {
        padding: 0 8px;
    }
    
    #monitor .content {
        min-width: 1px;
    }
}



@media(max-width: 696px){
    form {
        padding: 32px;
    }
    
    #ModalForm .container.active {
        padding: 8px;
    }

    #ModalForm > div > i {
        top: 24px;
    }
    
    #ModalForm form,
    #ModalForm .block {
        width: 100%;
        padding: 64px 40px;
        padding-bottom: 40px;
    }
    
    #ModalForm form h6,
    #ModalForm .block h6 {
        font-size: 27px;
        text-align: center;
    }
    
    #ModalForm > div > i {
        right: auto;
        left: 50%;
        width: 72px;
        transform: translateX(-50%);
    }
    
    #ModalForm form p,
    #ModalForm .block p {
        font-size: 16px;
        text-align: center;
    }
    
    #ModalForm form .line {
        flex-direction: column;
    }
    
    #ModalForm form button,
    #ModalForm .block > a {
        height: 68px;
    }
    
    #ModalForm form  *,
    #ModalForm .block * {
        text-align: center;
    }
}



@media(max-width: 576px){
    span.author_about_item {
        display: inline-block;
    }
    
    span.author_about_item:before {
        margin-top: 0;
        transform: none;
        margin-right: 8px;
        position: relative;
        display: inline-block;
    }

    .image_number_block h5 {
        font-size: 55px!important;
        max-width: 300px;
    }
    
    .image_number_block h5 small {
        font-size: 45px!important;
    }


    #monitor h4 {
        min-width: 1px;
        max-width: 100%;
        font-size: 17px;
        margin: 0 20px;
    }
    
    #monitor h4 svg {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-left: -30px;
    }
    
    #monitor h2 {
        font-size: 40px;
    }

    #monitor h3 {
        max-width: 260px;
    }

    .about_items {
        margin: 0;
    }

    .about_items p b {
        font-size: 16px;
    }

    .about_items p {
        font-size: 15px!important;
    }


    header .row:last-child {
        width: 100%;
        justify-content: space-between;
    }
    
    header nav {
        display: none;
    }
    
    .image_block {
        gap: 24px;
        padding: 24px;
    }
    
    .image_block .row {
        gap: 24px;
    }
    
    .image_block .row h3 {
        font-size: 28px!important;
    }
    
    .image_block .row p {
        font-size: 18px;
    }
    
    .image_block li b {
        font-size: 48px;
    }
    
    .image_block a.action {
        font-size: 14px;
        padding: 24px 0;
    }
    
    .image_number_block h5 {
        font-size: 64px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
    }
    
    h3, h1 {
        margin-bottom: 64px;
    }

    #about .superscript {
        margin-top: -49px;
        margin-bottom: 64px;
    }
    
    .image_number_block p {
        text-align: center;
    }
    
    .action {
        gap: 24px;
        padding: 24px;
    }
    
    #examples h3, #examples .superscript {
        text-align: center;
    }
    
    .examples .example h4 {
        font-size: 40px;
        text-align: center;
    }
    
    .examples .example {
        gap: 24px;
        padding: 48px 32px;
        text-align: center;
        padding-bottom: 0px;
    }
    
    .features_list {
        gap: 24px;
        padding: 48px 24px;
        text-align: center;
        padding-bottom: 172px;
    }
    
    .features_list h3 {
        width: 100%;
        min-width: 0;
        text-align: center;
    }
    
    .features_list > div p {
        text-align: center;
    }
    
    .features_list li span {
        font-size: 28px;
    }
    
    .features_list a {
        left: 24px;
        width: auto;
        right: 24px;
        bottom: 24px;
    }
    
    .comment_list {
        min-width: 300vw;
    }
    
    .comment_action {
        font-size: 15px;
    }
    
    #questions h3 {
        font-size: 32px;
    }
    
    #action_question {
        gap: 32px;
        padding: 24px;
    }
    
    #action_question form {
        gap: 24px;
        padding: 16px 0;
        text-align: center;
        padding-bottom: 64px;
    }
    
    .footer_content {
        padding: 0;
    }
    
    div#footer_content {
        padding: 32px 24px;
    }

    .question p {
        font-size: 20px;
    }
    
    .question span {
        font-size: 16px;
    }
    
    .questions_group + .questions_group {
        margin-top: 24px;
    }
    
    .questions_group h4 {
        display: none;
    }

    .questions_group .question_content {
        padding: 16px;
    }

    .question_content a {
        width: 100%;
    }
}


@media(max-width: 476px){
    .image_number_block h5 {
        transform: scale(.8);
        max-width: 340px;
    }
}