/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.woff2') format('woff2'),
        url('../fonts/Akrobat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-SemiBold.woff2') format('woff2'),
        url('../fonts/Akrobat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.woff2') format('woff2'),
        url('../fonts/Akrobat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Furore';
    src: url('../fonts/Furore.woff2') format('woff2'),
        url('../fonts/Furore.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:root {
    --color-bg: #ffffff;
    --color-text: #111111;
    --color-accent: #0a84ff;
}

/* Accessible focus handling: hide focus ring only for mouse users,
   but show clear focus for keyboard navigation */
:focus {
    outline: none;
}

:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* Responsive media defaults */
img,
video {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

/* Visually hidden utility for accessible labels */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

/* Skip link styles */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
    position: fixed;
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 8px 12px;
    background: #0a84ff;
    color: #fff;
    border-radius: 4px;
    z-index: 1000;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: 'Akrobat';
    color: var(--color-text);
    background: var(--color-bg);
}

a {
    text-decoration: none;
}

body.active,
html.active {
    overflow: hidden;
}

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

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.menu {
    display: flex;
    gap: 40px;
}

.menu a {
    font-size: 19px;
    font-weight: 500;
    transition: all 0.3s;
    color: #ACACAC;
}

.menu a:hover {
    color: #FF9800;
}

.main {
    padding: 160px 0 10px;
    position: relative;
    z-index: 2;
}

.main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 420px);
    z-index: -1;
    top: -2px;
    right: 0;
    pointer-events: none;
    background-image: url(../img/main_bg2.webp);
    background-size: cover;
    background-position: bottom center;
}

.main_img {
    display: flex;
    margin-bottom: 14px;
}

.main_img img {
    width: 100%;
    height: auto;
}

.header_number {
    font-size: 26px;
    font-weight: 700;
    display: block;
    color: #FFF;
    margin-bottom: 1px;
    position: relative;
    padding-left: 17px;
    transition: all 0.3s;
}

.header_number:hover {
    color: #FF9800;
}

.header_time::before,
.header_number::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E78303;
}

.header_time {
    font-size: 18px;
    color: #ACACAC;
    padding-left: 17px;
    position: relative;
}

.main_info {
    width: 540px;
    margin-left: auto;
}

.main h1 {
    color: #FFF;
    font-size: 100px;
    font-weight: 800;
    text-shadow: -105px 77px 36px rgba(0, 0, 0, 0.01), -67px 49px 33px rgba(0, 0, 0, 0.05), -38px 28px 28px rgba(0, 0, 0, 0.18), -17px 12px 21px rgba(0, 0, 0, 0.30), -4px 3px 11px rgba(0, 0, 0, 0.34);
    text-transform: uppercase;
    line-height: 105px;
    margin-bottom: 42px;
}

.main_subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #FFF;
    margin-bottom: 30px;
}

.main_subtitle span {
    color: #FFA21B;
    font-weight: 700;
    text-transform: uppercase;
}

.main_inner {
    display: flex;
    align-items: center;
}

.main_link {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #7BFFEF;
    width: 120px;
    margin-right: 36px;
}

.main_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    width: 265px;
    height: 75px;
    color: #FFF;
    text-shadow: -8px 13px 4px rgba(0, 0, 0, 0.01), -5px 8px 4px rgba(0, 0, 0, 0.06), -3px 5px 3px rgba(0, 0, 0, 0.20), -1px 2px 2px rgba(0, 0, 0, 0.34), 0px 1px 1px rgba(0, 0, 0, 0.39);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #FF9800 1.01%, #FF3B00 100%);
    box-shadow: -36px 27px 12px 0px rgba(0, 0, 0, 0.01), -23px 17px 11px 0px rgba(0, 0, 0, 0.05), -13px 10px 10px 0px rgba(0, 0, 0, 0.18), -6px 4px 7px 0px rgba(0, 0, 0, 0.30), -1px 1px 4px 0px rgba(0, 0, 0, 0.34);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main_btn:hover::before {
    opacity: 1;
}

.main_btn::before {
    position: absolute;
    content: "";
    opacity: 0;
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    background: linear-gradient(-90deg, #FF9800 1.01%, #FF3B00 100%);
}

.interestin {
    padding: 220px 0 133px;
    position: relative;
    z-index: 1;
}

.interestin::before {
    position: absolute;
    content: "";
    background-image: url(../img/interestin.webp);
    background-size: cover;
    background-position: center;
    height: calc(100% + 200px);
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}

.interestin_title {
    color: #000;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 72px;
    font-family: 'Furore';
    margin-bottom: 40px;
}

.interestin_wrapper {
    display: flex;
    justify-content: space-between;
}

.interestin_left {
    margin-top: 192px;
}

.interestin_right {
    width: 500px;
}

.link_block {
    position: relative;
    z-index: 4;
}

.link_block-main {
    position: relative;
    z-index: 1;
    background: rgba(41, 46, 52, 0.70);
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

.link_block-main::before {
    position: absolute;
    content: "";
    width: 555px;
    height: 555px;
    background-image: url(../img/link_block-main_bef.svg);
    background-size: cover;
    pointer-events: none;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.main+.interestin .link_block-main span {
    justify-content: center;
    display: flex;
}

.link_block-main>img {
    opacity: 0.85;
}

.link_block-main span {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 270px;
    transform: translate(50%, -50%);
}

.link_block-main span span {
    position: relative;
    transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    inset: auto;
    text-transform: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.link_block-item {
    background-image: url(../img/link_block-item.webp);
    background-size: cover;
    width: 308px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
    padding: 10px 50px 10px 102px;
    position: absolute;
}

.link_block-item:nth-child(1) {
    top: -88px;
    right: -196px;
}

.link_block-item:nth-child(2) {
    top: 41px;
    right: -298px;
}

.link_block-item:nth-child(3) {
    top: 171px;
    right: -318px;
}

.link_block-item:nth-child(4) {
    top: 301px;
    right: -266px;
}

.link_block-item:nth-child(5) {
    top: 430px;
    right: -104px;
}

.link_block-number {
    position: absolute;
    top: -11px;
    right: 52px;
}

.link_block-subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 2px;
}

.link_block-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #E4E4E4;
}

.link_block-img {
    position: absolute;
    left: 20px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.interestin_items {
    display: flex;
    flex-direction: column;
    margin-left: 140px;
}

.interestin_item {
    display: flex;
    width: 285px;
    height: 327px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 20px 24px 20px 24px;
    color: #fff;
    filter: grayscale(1);
    transition: all 0.3s;

}

.interestin_item.active,
.interestin_item:hover {
    filter: grayscale(0);
    z-index: 2;
    flex-direction: column-reverse;
    transform: translateY(10px);
}

.interestin_item:not(:nth-child(1)) {
    margin-top: -275px;
    margin-left: 40px;
}

.interestin_item:nth-child(3) {
    margin-left: 80px;
}

.interestin_item:nth-child(4) {
    margin-left: 120px;
}

.interestin_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    display: flex;
}

.interestin_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interestin_item-title {
    color: #FFF;
    width: 100%;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Furore';
}

.interestin_item.active .interestin_item-title span,
.interestin_item:hover .interestin_item-title span {
    opacity: 1;
}

.interestin_item-title span {
    opacity: 0;
    transition: all 0.3s;
}

.interestin_item-text {
    font-size: 16px;
    line-height: 130%;
    color: #DBDBDB;
    opacity: 0;
    padding-right: 40px;
    transition: all 0.3s;
}

.interestin_item.active .interestin_item-text,
.interestin_item:hover .interestin_item-text {
    opacity: 1;
}

.specification_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    z-index: 1;

    position: relative;
}

.specification_info {
    width: 662px;
    background: #04040466;
    border-radius: 50px;
    padding: 15px 20px;
}

.specification .container {
    max-width: 1600px;
}

.specification {
    padding: 340px 0 300px;
    margin-top: -140px;
    position: relative;
    background-image: url(../img/specification.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.specification::before {
    position: absolute;
    content: "";
    background-image: url(../img/specification_bef.png);
    background-size: cover;
    width: 1512px;
    height: 923px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.specification::after {
    position: absolute;
    content: "";
    background-image: url(../img/specification_aft.webp);
    background-size: cover;
    width: 1920px;
    height: 971px;
    bottom: -40px;
    right: 0;
    pointer-events: none;
}

.link_block.left_block .link_block-item:nth-child(1) {
    top: -126px;
    left: -130px;
    right: auto;

}

.link_block.left_block .link_block-item:nth-child(2) {
    top: 5px;
    left: -300px;
    right: auto;
}

.link_block.left_block .link_block-item:nth-child(3) {
    top: 133px;
    left: -320px;
    right: auto;
}

.link_block.left_block .link_block-item:nth-child(4) {
    top: 263px;
    left: -300px;
    right: auto;
}

.link_block.left_block .link_block-item:nth-child(5) {
    top: 390px;
    left: -208px;
    right: auto;
}

.link_block.left_block .link_block-item:nth-child(6) {
    left: 55px;
    top: 470px;
    right: auto;
}

.link_block.left_block .link_block-item {
    background-image: url(../img/link_block-item2.png);
    width: 295px;
    height: 109px;
    padding-left: 76px;
    padding-right: 100px;
}

.link_block.left_block .link_block-item .link_block-img {
    right: 20px;
    left: auto;
}

.link_block.left_block .link_block-number {
    left: 50px;
    right: auto;
}

.link_block.left_block .link_block-main img {
    transform: scale(-1, 1)
}

.link_block-main span {
    color: #252525;
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

.specification_info-title {
    font-weight: 700;
    line-height: 47px;
    color: #FFFFFFB2;
    font-size: 40px;
    margin-bottom: 18px;
}

.specification_info-item {
    display: none;
}

.specification_info-item.active {
    display: block;
}

.main~.specification .specification_info-text {
    font-size: 16px;
    line-height: 24px;
}

.main~.specification .specification_info-number {
    bottom: -40px;
    left: -66px;
}

.specification_info-text {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    width: 476px;
    padding: 40px 50px;
    position: relative;
    height: 258px;
    z-index: 1;
}

.specification_info-text::before {
    position: absolute;
    content: "";
    background-image: url(../img/specification_info-text.svg);
    background-size: cover;
    width: 499px;
    height: 258px;
    top: 0;
    right: 0;
    z-index: -1;
}

.specification_info-number {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: #00000033;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 50px;
    z-index: 1;
    color: #615432;
    font-size: 70px;
}

.specification_info-number::before {
    position: absolute;
    content: "";
    background: #393B3E;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: -1;
}

.specification_info-img {
    position: absolute;
    top: 0;
    right: 0;
}

.specification_info-item {
    position: relative;
}

.link_block-item.active .link_block-number {
    border: 5px solid #FFBC58;
    color: #FFBC58;
}

.link_block-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #72787E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    font-weight: 600;
    border: 5px solid #fff;
}

.about {
    padding: 280px 0 60px;
    z-index: 1;
    position: relative;
    background: #000000;
}

.about::before {
    position: absolute;
    content: "";
    background-image: url(../img/about_aft.svg);
    width: 100%;
    height: 547px;
    top: -300px;
    pointer-events: none;
    right: 0;
    z-index: -1;
}

.about::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 300px);
    top: -300px;
    background-image: url(../img/about.png);
    background-position: center top;
    pointer-events: none;
    background-size: cover;
    z-index: -1;
}

.about_title {
    background: #00000099;
    backdrop-filter: blur(35px);
    font-size: 80px;
    font-weight: 800;
    line-height: 105px;
    color: #FFFFFF;
    width: 654px;
    border-radius: 55px;
    padding: 10px 20px 20px 65px;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.about_title span {
    color: #2E3039;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.about .container {
    max-width: 1600px;
}

.about_items {
    background: #00000099;
    backdrop-filter: blur(35px);
    width: 800px;
    border-radius: 55px;
    margin-left: auto;
    padding: 40px 42px;
    margin-bottom: 240px;
}

.about_item {
    font-weight: 600;
    line-height: 32px;
    font-size: 26px;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    padding-left: 26px;
}

.about_item::before {
    position: absolute;
    content: "";
    background: #E78303;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_item:last-child {
    margin-bottom: 0;
}

.about_links {
    background: #000000a8;
    backdrop-filter: blur(25px);
    box-shadow: -15px 21px 56px 0px #0000008A;
    box-shadow: -58px 83px 101px 0px #00000078;
    box-shadow: -131px 187px 137px 0px #00000047;
    width: fit-content;
    border-radius: 58px;
    padding: 25px 30px;
    margin-bottom: 25px;
}

.about_links-title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    max-width: 430px;
    font-weight: 600;
    margin-bottom: 25px;
}

.about_links-wrapper {
    display: flex;
    gap: 40px;
}

.about_link {
    transition: all 0.3s;
    display: flex;
    width: 74px;
}

.about_link img {
    width: 100%;
    height: auto;
}

.about_link:hover {
    transform: scale(1.1);
}

.page_back {
    margin-left: auto;
    width: fit-content;
    display: flex;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    font-size: 38px;
    font-weight: 800;
    line-height: 47.6px;
    padding-right: 130px;
}

.page_back::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_back.svg);
    background-size: cover;
    width: 104px;
    height: 104px;
    bottom: 0;
    right: 0;
}

.menu_burger {
    display: none;
}

.works_page {
    background-color: #343333;
}

.works {
    position: relative;
    z-index: 1;
    padding-bottom: 300px;
}

.works .container {
    max-width: 1640px;
}

.works_title-img {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.works::before {
    position: absolute;
    content: "";
    background-image: url(../img/works_bg.png);
    background-size: cover;
    background-position: center;
    height: 1172px;
    width: 100%;
    top: 0;
    pointer-events: none;
    right: 0;
    z-index: -1;
}

.works_title {
    font-weight: 800;
    line-height: 84px;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    padding: 26px 0;
    z-index: 1;
    position: relative;
    margin-bottom: 230px;
}

.works_title::before {
    position: absolute;
    content: "";
    background: #00000080;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
}

.works .specification_wrapper {
    align-items: flex-start;
}

.works .specification_info {
    transform: translateY(-80px);
}

.works .link_block-number {
    right: 40px;
}

.works .link_block-subtitle {
    line-height: 22px;
    font-size: 22px;
}

.works .link_block-item {
    width: 310px;
}

.works .specification_info-text {
    line-height: 18px;
    font-size: 15px;
    padding: 20px 40px 20px 50px;
    position: relative;
}

.sketch_page .specification_info-text {
    font-size: 25px;
    line-height: 1.4;

}

.more {
    width: 24px;
    display: flex;
    color: #fff;
    gap: 6;
    align-items: center;
    z-index: 1;
}

.more img,
.more svg {
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.specification_info-hide {
    display: contents;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.works .specification_info-text::before {
    left: -20px;
    right: auto;
}

.works .specification_info-number {
    bottom: -66px;
    left: -66px;
}

.works .specification_info-title {
    text-transform: uppercase;
}

.works_scroll {
    position: absolute;
    right: 223px;
    bottom: -40px;
}

.works_wrapper {
    position: relative;
}

.biography {
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
}

.biography::before {
    position: absolute;
    content: "";
    background-image: url(../img/biography.png);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 1747px;
    bottom: 0;
    right: 0;
}

.biography_icon {
    position: absolute;
    display: flex;
    right: 110px;
    pointer-events: none;
    z-index: 1;
    top: -260px;
}

.biography_icon::before {
    position: absolute;
    content: "";
    background: #66594C;
    width: 694px;
    height: 735.6px;
    filter: blur(160px);
    z-index: -1;
}

.biography_info {
    background: #1E1B1B;
    width: 675px;
    border-radius: 27px;
    padding: 26px 26px 50px 50px;
    position: relative;
    z-index: 1;
}

.biography_info::before {
    position: absolute;
    content: "";
    background: #141312;
    top: -80px;
    right: -150px;
    width: 561px;
    height: 594px;
    z-index: -1;
    filter: blur(150px);
}

.biography .container {
    max-width: 1640px;
}

.biography_title {
    font-weight: 800;
    line-height: 105px;
    color: #fff;
    font-size: 70px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.biography_text {
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    font-size: 24px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #FF9800 1.01%, #FF3B00 100%);
    border-radius: 80px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.btn:hover::before {
    opacity: 1;
}

.btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    right: 0;
    transition: all 0.3s;
    background: linear-gradient(-90deg, #FF9800 1.01%, #FF3B00 100%);
}

.biography_btn {
    position: absolute;
    right: 23px;
    bottom: -45px;
    width: 265px;
    height: 75px;
}

.biography_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 774px;
    position: relative;
    z-index: 2;
}

.biography_item {
    width: 564px;
    padding-right: 124px;
    position: relative;
    z-index: 1;
    transform: translateY(114px);
}

.biography_item:last-child {
    margin-left: 200px;
    margin-top: 40px;
}

.biography_item-title {
    font-size: 70px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800;
}

.biography_item-text {
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 45px;
    font-size: 24px;
    color: #fff;
}

.biography_item-btn {
    padding: 24px 36px;
    width: fit-content;
}

.biography_img {
    position: absolute;
    z-index: 2;
    width: 401px;
    display: flex;
    height: 401px;
    filter: drop-shadow(-3px 7px 17px #00000070) grayscale(1);
    transition: all 0.3s;
}

.biography_img:hover {
    filter: drop-shadow(-3px 7px 17px #00000070) grayscale(0);
}

.biography_img svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.biography_img image {
    width: 100%;
    height: 100%;
}

.biography_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.biography_img:nth-child(1) {
    width: 315px;
    height: 315px;
    top: -340px;
    right: 220px;
    animation: cloudAnim 3s infinite linear reverse;
}

.biography_img:nth-child(2) {
    width: 155px;
    height: 155px;
    top: 30px;
    right: -45px;
    animation: cloudAnim 6s 0.2s infinite linear;
}

.biography_img:nth-child(3) {
    width: 253px;
    height: 253px;
    top: 190px;
    left: 660px;
    animation: cloudAnim 3.5s 0.4s infinite linear reverse;
}

.biography_img:nth-child(4) {
    width: 175px;
    height: 175px;
    top: 420px;
    left: 0;
    animation: cloudAnim 3s 0.6s infinite linear;
}

.biography_img:nth-child(5) {
    width: 443px;
    height: 443px;
    top: 634px;
    left: 690px;
    animation: cloudAnim 4s 0.7s infinite linear reverse;
}

.biography_img:nth-child(6) {
    width: 443px;
    height: 443px;
    top: 904px;
    left: -55px;
    animation: cloudAnim 5s 0.8s infinite linear;
}

.biography_img:nth-child(7) {
    width: 404px;
    height: 404px;
    top: 1120px;
    left: 422px;
    animation: cloudAnim 4s 0.4s infinite linear;
}

.biography_img:nth-child(8) {
    width: 317px;
    height: 317px;
    right: -102px;
    top: 450px;
    animation: cloudAnim 2.5s 1s infinite linear;
}

.biography_img:nth-child(9) {
    width: 401px;
    height: 401px;
    right: 50px;
    top: 860px;
    animation: cloudAnim 4s 1.2s infinite linear reverse;
}

.biography_img:nth-child(10) {
    width: 143px;
    height: 143px;
    right: 450px;
    top: 1240px;
    animation: cloudAnim 3s 1.4s infinite linear;
}

@keyframes cloudAnim {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(-6.73427px, -2.78172px);
    }

    45% {
        transform: translate(-1.91108px, -7.53012px);
    }

    60% {
        transform: translate(-6.09724px, -12.5974px);
    }

    75% {
        transform: translate(-11.8305px, -7.49468px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}


.works .link_block {
    position: relative;
    z-index: 1;
}

.works .link_block::before {
    position: absolute;
    content: "";
    width: 881px;
    height: 881px;
    background-color: #00000066;
    border-radius: 50%;
    left: -48px;
    top: -194px;
    z-index: -1;
}

.aside_page {
    position: fixed;
    right: 13px;
    top: 50%;
    transform: translate(25%, -50%) scale(0.6);
    background: #D9D9D9A1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    transition: all 0.3s;
    border-radius: 20px;
    z-index: 4;
}

.aside_page::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.aside_page:hover {
    transform: translate(0%, -50%) scale(1);
}

.aside_page-item {
    display: flex;
    justify-content: center;
    height: 60px;
    width: 60px;
    position: relative;
}

.aside_page-item:hover span {
    opacity: 1;
}

.aside_page-item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150%;
    background: #04040466;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 20px;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.aside_page-item svg {
    height: 100%;
    width: auto;
}

.aside_page-item svg path {
    fill: #000000;
}

.aside_page-item.active {
    height: 80px;
}

.aside_page-item.active svg path {
    fill: #FF9800;
}

.works_experience.works::before {
    background-image: url(../img/works_bg3.png);
    height: 1302px;
}

.works_experience.works .link_block::before {
    display: none;
}

.works_experience.works .link_block-item:last-child {
    width: 410px;
    height: 110px;
    padding-right: 30px;
    background-image: url(../img/link_block-item_bg.png);
}

.works_experience.works .specification_info-item:last-child .specification_info-text {
    width: 400px;
}

.works_experience.works .link_block-subtitle {
    line-height: 20px;
    font-size: 18px;
}

.works_experience {
    position: relative;
    z-index: 2;
}

.experience_desc {
    padding: 0px 0 60px;
    z-index: 1;
    position: relative;
}

.experience_desc .container {
    max-width: 1600px;
}

.experience_desc::before {
    position: absolute;
    content: "";
    background-image: url(../img/experience_desc.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    top: -320px;
    height: 1245px;
    z-index: -1;
}

.experience_desc::after {
    position: absolute;
    content: "";
    background-image: url(../img/experience_desc-bot.png);
    background-size: cover;
    background-position: center bottom;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1442px;
    pointer-events: none;
}

.experience_desc-text {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    font-size: 26px;
    background-image: url(../img/experience_desc.svg);
    background-size: cover;
    background-position: center top;
    color: #fff;
    padding: 194px 130px 20px;
    min-height: 636px;
    margin-bottom: 930px;
}

.page_back {
    z-index: 2;
}

.sketch_page::before {
    background-image: url(../img/sketch_page1.png);
    height: 1500px;
}

.sketch_page .link_block-main span {
    font-size: 35px;
    width: 290px;
}

.sketch_page .link_block.left_block .link_block-main img {
    transform: none;
}

.works.sketch_page .link_block::before {
    display: none;
}

.works.sketch_page .link_block-text {
    line-height: 26px;
    font-size: 20px;
    width: fit-content;
}

.works.sketch_page .link_block-item {
    padding-left: 40px;
    padding-top: 20px;
}

.works.sketch_page .link_block-main::before {
    transform: translate(50%, -50%) scale(-1, 1);
}

.works.sketch_page .link_block.left_block .link_block-item:nth-child(1) {
    top: -99px;
    left: -180px;
}

.works.sketch_page .link_block.left_block .link_block-item:nth-child(2) {
    top: 18px;
    left: -290px;
}

.works.sketch_page .link_block.left_block .link_block-item:nth-child(3) {
    top: 136px;
}

.development {
    position: relative;
    padding-top: 200px;
    padding-bottom: 26px;
}

.development::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1690px;
    top: -250px;
    right: 0;
    background-image: url(../img/development.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
    pointer-events: none;
}

.development::after {
    position: absolute;
    content: "";
    background-image: url(../img/development_bot.png);
    background-size: cover;
    width: 100%;
    height: 1137px;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.development_title {
    font-weight: 800;
    line-height: 95px;
    text-align: center;
    font-size: 96px;
    width: 730px;
    margin-left: auto;
    font-family: 'Akrobat';
    margin-bottom: 75px;
    text-transform: uppercase;
}

.development_info {
    width: 914px;
    margin-bottom: 630px;
}

.development_info-text {
    background: #EDEDEDCF;
    box-shadow: 9px 6px 24px 0px #00000026, 36px 24px 43px 0px #00000021, 80px 53px 58px 0px #00000014, 143px 94px 69px 0px #00000005, 223px 147px 75px 0px #00000000;
    border-radius: 120px;
    padding: 48px 70px;
    font-weight: 600;
    line-height: 18.2px;
    margin-bottom: 70px;
    font-size: 14px;
}

.development_info-text:last-child {
    margin-bottom: 0;
}

.development_info-text p {
    margin-bottom: 10px;
}

.development_info-btn {
    width: 317px;
    height: 75px;
    margin: 0 auto;
    box-shadow: 3px 3px 8px 0px #00000057, 11px 10px 15px 0px #0000004D, 24px 23px 20px 0px #0000002E, 43px 40px 23px 0px #0000000D, 67px 63px 26px 0px #00000003;
}

.development .container {
    max-width: 1600px;
}

.faq_page::before {
    background-image: url(../img/faq_page.png);
}

.faq_page .link_block-subtitle {
    line-height: 26px;
    font-size: 22px;
    text-transform: none;
}

.faq_page.works .link_block::before {
    display: none;
}

.faq {
    padding: 367px 0 60px;
    position: relative;
}

.faq::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq.png);
    background-size: cover;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 2810px;
    pointer-events: none;
    z-index: -1;
}

.faq_items {
    width: 860px;
    margin: 0 auto 80px;
}

.faq_item {
    background: #1F2020;
    margin-bottom: 20px;
    border-radius: 4px;
}

.faq_item-title {
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    font-size: 26px;
    padding: 14px 60px 14px 40px;
    cursor: pointer;
    position: relative;
}

.faq_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow.svg);
    background-size: cover;
    width: 16px;
    height: 9px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.faq_item-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.faq_item-text {
    color: #fff;
    padding: 0 40px 20px;
    display: none;
}

.faq_btn {
    width: 317px;
    height: 75px;
    margin: 0 auto 806px;
}

.faq .container {
    max-width: 1600px;
}

.popup_question {
    background: #000000;
    width: 480px;
    padding: 60px 30px;
    border-radius: 30px;
    border: 2px solid #FF9800;
    overflow: visible;
}

.popup_question .fancybox-close-small {
    background-image: url(../img/close_popup.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    top: -21px;
    right: -14px;
    opacity: 1;
}

.popup_question-title {
    font-weight: 700;
    line-height: 40.8px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
}

.popup_question-title:only-child {
    margin-bottom: 0;
}

.popup_question-subtitle {
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.popup_question-cheks {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.popup_question-chek {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_question-chek input {
    display: none;
}

.popup_question-chek span {
    width: 66px;
    height: 66px;
    background: #202020;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
}

.popup_question-chek input:checked+span {
    background-color: #FFFFFF;
}

.popup_question-inp {
    background: #202020;
    border-radius: 80px;
    margin: 0 auto 10px;
    display: block;
    height: 65px;
    width: 335px;
    border: none;
    padding-left: 35px;
    color: #fff;
    font-size: 18px;
}

.popup_file {
    color: #fff;
    font-size: 18px;
    background: #202020;
    cursor: pointer;
    height: 65px;
    display: flex;
    width: 335px;
    border-radius: 80px;
    margin: 0 auto 10px;
    align-items: center;
    padding-left: 35px;
}

.popup_question-area {
    display: flex;
    background: #202020;
    border-radius: 80px;
    height: 87px;
    width: 335px;
    margin: 0 auto 10px;
    padding: 30px 35px;
    border: none;
    color: #fff;
    resize: none;
    font-size: 18px;
}

.popup_question-btn {
    width: 335px;
    height: 75px;
    margin: 0 auto 10px;
    border: none;
    cursor: pointer;
}

.popup_question-ok {
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #959595;
    font-weight: 500;
    width: 310px;
    margin: 0 auto;
}

.order_page .works_title::before {
    display: none;
}

.order_page::before {
    background-image: url(../img/order_page.png);
}

.order_page .link_block {
    margin-right: 120px;
}

.order_page .link_block::before {
    display: none;
}

.order_page .link_block-main::before {
    transform: translate(50%, -50%) scale(-1, 1);
}

.order_page .link_block-text {
    text-align: right;
}

.order_page .link_block.left_block .link_block-item {
    padding-left: 70px;
}

.order_page .specification_info-text {
    z-index: 3;
    position: relative;
}

.order_page .works_title {
    font-size: 64px;
}

.know {
    padding: 0 0 60px;
    position: relative;
}

.know::before {
    position: absolute;
    content: "";
    background-image: url(../img/know.jpg);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 1525px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.know h2 {
    margin-bottom: 100px;
    font-weight: 800;
    line-height: 95px;
    text-align: right;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
}

.know_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 123px;
}

.know_options {
    width: 600px;
}

.know_option {
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    font-size: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.know_steps {
    background: #00000066;
    border-radius: 60px;
    padding: 40px 40px 50px;
    width: 454px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.know_steps-btn {
    width: 295px;
    height: 75px;
    margin: 46px auto 0;
}

.know_steps-title {
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.know_step {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.know_step span {
    width: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
}

.know .container {
    max-width: 1600px;
}

.know .page_back {
    margin-right: -60px;
}

.price_page::before {
    background-image: url(../img/price_page.png);
}

.price_page .works_title {
    margin-bottom: 40px;
}

.price_page-subtitle {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
    font-size: 34px;
    color: #FF9800;
}

.price_page-list {
    list-style: disc;
    padding-left: 20px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    max-width: 830px;
    margin-bottom: 130px;
}

.price_page-list li:not(:last-child) {
    margin-bottom: 20px;
}

.price_page-list li:last-child::marker {
    color: #FF9800;
}

.price_page-list li span {
    color: #FF9800;
}

.price_page .link_block {
    transform: translateY(-120px);
}

.price_page .link_block::before {
    display: none;
}

.price_page .link_block.left_block .link_block-item {
    padding-left: 30px;
    text-align: right;
}

.price_page .link_block-main::before {
    transform: translate(50%, -50%) scale(-1, 1);
}

.price_page .specification_info-text {
    padding-left: 20px;
    z-index: 2;
}

.price_block {
    padding-bottom: 60px;
    margin-top: -200px;
    position: relative;
}

.price_block::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_block.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    top: -500px;
    z-index: -1;
    height: 1650px;
}

.price_block::after {
    position: absolute;
    content: "";
    background-image: url(../img/price_block-bef.png);
    height: 1980px;
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 100%;
}

.price_block .container {
    max-width: 1600px;
}

.price_block-wrapper {
    background: #1B1B1BB2;
    width: 1400px;
    margin: 0 auto 1160px;
    border-radius: 140px;
    padding: 96px 186px 115px;
}

.price_block-title {
    font-weight: 800;
    line-height: 84px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 70px;
    text-transform: uppercase;
}

.price_block-text {
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.price_block .specification_wrapper {
    margin-bottom: 280px;
}

.price_block .link_block-item {
    width: 360px;
    height: 110px;
    background-image: url(../img/link_block-item99.svg);
}

.price_block .link_block-subtitle {
    font-size: 22px;
}

.price_block .specification_info-text {
    line-height: 34px;
    font-size: 30px;
}

.price_block .link_block-item:nth-child(1) {
    top: -96px;
    right: -228px;
}

.price_block .link_block-item:nth-child(2) {
    top: 40px;
    right: -351px;
}

.price_block .link_block-item:nth-child(3) {
    top: 171px;
    right: -378px;
}

.price_block .link_block-item:nth-child(4) {
    top: 300px;
    right: -336px;
}

.price_block .link_block-item:nth-child(5) {
    top: 430px;
    right: -160px;
}

.sales_page::before {
    background-image: url(../img/sales_page.png);
    height: 1304px;
}

.sales_page .works_title::before {
    display: none;
}

.sales_page .works_title {
    color: #000;
}

.sales_page .link_block::before {
    display: none;
}

.sales_page .link_block-main::before {
    transform: translate(50%, -50%) scale(-1, 1);
}

.sales_page {
    position: relative;
    z-index: 1;
}

.sales_bot {
    padding: 920px 0 60px;
    position: relative;
}

.sales_bot .container {
    max-width: 1600px;
}

.sales_bot::before {
    position: absolute;
    content: "";
    background-image: url(../img/sales_bot.jpg);
    background-size: cover;
    width: 100%;
    height: 1433px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.education_page::before {
    background-image: url(../img/education_page.png);
    height: 2856px;
}

.education_page-wrapper {
    display: flex;
    margin-bottom: 360px;
}

.education_page .works_title {
    margin-bottom: 156px;
}

.education_page-info {
    width: 1020px;
    margin-right: 20px;
}

.education_page-text {
    font-weight: 500;
    line-height: 33.6px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 50px;
}

.education_page-subtitle {
    font-weight: 700;
    line-height: 52.8px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
}

.education_page-list {
    font-weight: 500;
    line-height: 31.2px;
    color: #fff;
    font-size: 24px;
    max-width: 740px;
}

.education_page-list li {
    padding-left: 20px;
    margin-bottom: 14px;
    position: relative;
}

.education_page-list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    left: 6px;
    top: 14px;
}

.education_page-right {
    width: 430px;
}

.education_page-btn {
    width: 245px;
    height: 75px;
    margin-bottom: 64px;
    margin-left: auto;
}

.education_page .link_block {
    margin-top: -150px;
}

.education_page .link_block::before {
    display: none;
}

.education_page .link_block-main::before {
    transform: translate(50%, -50%) scale(-1, 1);
    width: 750px;
    height: 750px;
}

.education_page .link_block.left_block .link_block-item:nth-child(1) {
    top: -224px;
    left: 34px;
    right: auto;
}

.education_page .link_block.left_block .link_block-item:nth-child(2) {
    top: -146px;
    left: -256px;
}

.education_page .link_block.left_block .link_block-item:nth-child(3) {
    top: -10px;
    left: -444px;
}

.education_page .link_block.left_block .link_block-item:nth-child(4) {
    top: 126px;
    left: -426px;
}

.education_page .link_block.left_block .link_block-item:nth-child(5) {
    top: 264px;
    left: -390px;
}

.education_page .link_block.left_block .link_block-item:nth-child(6) {
    left: -268px;
    top: 392px;
}

.education_page .link_block.left_block .link_block-item:nth-child(7) {
    left: -65px;
    top: 512px;
}

.education_page .link_block-text {
    text-align: right;
}

.education_page .link_block.left_block .link_block-item {
    padding-left: 20px;
    background: #292E34E5;
    backdrop-filter: blur(4px);
    width: auto;
    border-radius: 0 100px 100px 0;
}

.education_page .link_block.left_block .link_block-number {
    left: 0;
    top: -16px;
}

.education_page .link_block.left_block .link_block-item::before {
    position: absolute;
    content: "";
    background-image: url(../img/left_item.png);
    background-size: contain;
    width: 44px;
    backdrop-filter: blur(4px);
    height: 110px;
    left: -44px;
    top: 0;
}

.works.education_page .specification_info-item:nth-child(5) .specification_info-text,
.works.education_page .specification_info-item:nth-child(4) .specification_info-text .education_page .specification_info-text {
    width: 300px;
}

.education_price {
    padding: 500px 0 60px;
    position: relative;
}

.education_price::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1276px;
    background-image: url(../img/education_price.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    top: -100px;
}

.education_price::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1183px;
    bottom: 0;
    left: 0;
    background-image: url(../img/education_price-bot.png);
    background-size: cover;
}

.education_price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    margin-bottom: 275px;
}

.education_price-info {
    background: #1B1B1BB2;
    border-radius: 100px;
    padding: 50px 60px 100px;
    width: 600px;
    position: relative;
}

.education_price-title {
    font-weight: 800;
    line-height: 77px;
    color: #FF9800;
    margin-bottom: 20px;
    font-size: 70px;
    text-transform: uppercase;
}

.education_price-text {
    font-weight: 500;
    line-height: 33.6px;
    color: #FFFFFF;
    font-size: 24px;
    width: 345px;
}

.education_price-btn {
    width: 245px;
    height: 75px;
    bottom: -36px;
    left: 60px;
    position: absolute;
}

.education_inner {
    width: 575px;
    margin-top: 300px;
    background: #1B1B1BB2;
    border-radius: 56px;
    padding: 76px 60px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
}

.education_inner-btn {
    position: absolute;
    width: 245px;
    height: 75px;
    right: 28px;
    bottom: -37px;
}

.education_price .container {
    max-width: 1600px;
}

.popup_text {
    font-weight: 600;
    line-height: 36.4px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

#popup_text {
    padding: 100px 72px;
    background: #00000066;
    width: 816px;
    border: none;
}

#popup_more {
    width: 800px;
}

.contacts_wrapper {
    padding-top: 320px;
    display: flex;
}

.contacts_page::before {
    background-image: url(../img/contacts_page.png);
}

.contacts_info {
    width: 410px;
}

.contacts_title {
    font-weight: 800;
    line-height: 84px;
    margin-bottom: 50px;
    font-size: 70px;
    color: #fff;
}

.contacts_items {
    margin-bottom: 60px;
}

.contacts_item {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    padding-left: 30px;
}

.contacts_item::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF9800;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contacts_item:last-child {
    margin-bottom: 0;
}

.contacts_messages {
    display: flex;
    margin-bottom: 50px;
    gap: 26px;
}

.contacts_subtitle {
    font-weight: 600;
    line-height: 32px;
    color: #FF9800;
    font-size: 24px;
}

.contacts_form {
    width: 480px;
    padding: 60px 30px;
    border-radius: 30px;
    overflow: visible;
    border: 2px solid #FF9800;
    background: #000000;
    margin-left: auto;
    margin-right: 60px;
}

.contacts_block {
    padding-bottom: 60px;
    position: relative;
}

.contacts_block::before {
    position: absolute;
    content: "";
    background-image: url(../img/contacts_block.jpg);
    background-size: cover;
    height: 2105px;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.contacts_block .container {
    max-width: 1860px;
}

.contacts_block-subtitle {
    font-weight: 600;
    background: #00000073;
    padding: 6px 34px;
    line-height: 76.8px;
    width: fit-content;
    color: #fff;
    font-size: 64px;
    margin-bottom: 62px;
}

.contacts_block-map {
    width: 570px;
    border-radius: 112px;
    height: 503px;
    display: flex;
    overflow: hidden;
    margin-left: 150px;
    margin-bottom: 660px;
}

.contacts_block-map iframe {
    display: flex;
    width: 100%;
    height: 100%;
}

.contacts_block .page_back::before {
    display: none;
}







.sales_page .specification_info-text {
    font-size: 18px;
    line-height: 1.2;
}

.specification_info-btn {
    width: 140px;
    font-size: 13px;
    height: 32px;
    margin-top: 14px;
}

.header_mobile {
    display: none;
}

.reviews_page {
    background-color: #000;
    padding-top: 200px;
    min-height: 100vh;
    padding-bottom: 20px;
}

.gallery_block {
    background-color: #000;
    padding-top: 140px;
}

.gallery_item {
    width: calc(25% - 7.5px);
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gallery_item img {
    width: 100%;
    display: flex;
    height: auto;
}

.works_experience .specification_info-item:nth-child(4) .specification_info-text {
    width: 476px;
}

.reviews_page-title {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 30px;
    text-align: center;
}



@media(max-height:800px) {
    .aside_page-item.active {
        height: 60px;
    }

    .aside_page-item {
        height: 40px;
        width: 40px;
    }
}


@media(max-width:1700px) {
    .interestin_right {
        margin-right: 50px;
    }

    .interestin_title {
        font-size: 50px;
    }

    .menu {
        gap: 32px;
    }

    .specification_info {
        width: 590px;
    }

    .about {
        padding-top: 90px;
    }

    .about_items {
        margin-bottom: 160px;
    }

    .page_back::before {
        width: 80px;
        height: 80px;
    }

    .page_back {
        padding-right: 90px;
    }

    .works_title-img {
        width: 738px;
    }

    .works_title-img img {
        width: 100%;
        height: auto;
    }

    .works .link_block::before {
        width: 600px;
        height: 600px;
        top: -130px;
    }

    .works .specification_info-item:nth-child(5) .specification_info-text,
    .works .specification_info-item:nth-child(4) .specification_info-text {
        width: 500px;
    }

    .biography_img:nth-child(1) {
        width: 260px;
        height: 260px;
    }

    .biography_img:nth-child(2) {
        right: 50px;
    }

    .biography_img:nth-child(3) {
        width: 190px;
        height: 190px;
        top: 379px;
    }

    .biography_item {
        padding-right: 50px;
        width: 450px;
    }

    .biography_img:nth-child(8) {
        width: 280px;
        height: 280px;
        right: 60px;
    }

    .biography_img:nth-child(6) {
        width: 320px;
        height: 320px;
        left: 40px;
    }

    .biography_img:nth-child(7) {
        width: 340px;
        height: 340px;
        left: 320px;
    }

    .biography_img:nth-child(5) {
        width: 380px;
        height: 380px;
        left: 520px;
    }

    .biography_img:nth-child(9) {
        width: 290px;
        height: 290px;
        top: 930px;
    }

    .biography_img:nth-child(10) {
        left: 780px;
    }

    .page_back {
        font-size: 42px;
    }

    .biography {
        padding-bottom: 40px;
    }

    .development::after {
        height: 900px;
    }

    .development_info {
        margin-bottom: 580px;
    }

    .faq_page .works_title-img {
        width: 620px;
    }

    .faq_page .works_title {
        font-size: 52px;
    }

    .faq::before {
        background-position: bottom;
        height: 2460px;
    }

    .faq_btn {
        margin-bottom: 500px;
    }

    .order_page .link_block {
        margin-right: 0;
    }

    .order_page .specification_info-text {
        width: 540px;
    }

    .know .page_back {
        margin-right: 0;
    }

    .order_page .works_title-img {
        width: 620px;
    }

    .order_page .works_title {
        padding-right: calc(100% - 420px);
    }

    .know {
        margin-top: -60px;
    }

    .know h2 {
        text-align: center;
    }

    .price_page-list {
        max-width: 780px;
    }

    .price_page .works_title-img {
        width: 620px;
    }

    .price_page .works_title {
        padding-right: calc(100% - 420px);
    }

    .price_block-wrapper {
        width: 100%;
        padding: 60px;
    }

    .price_block .link_block-subtitle {
        font-size: 16px;
        line-height: 1.2;
    }

    .price_block::after {
        background-position: bottom;
    }

    .price_block .link_block-item {
        width: 316px;
        height: 98px;
    }

    .price_block .link_block-item:nth-child(2) {
        top: 40px;
        right: -294px;
    }

    .price_block .link_block-item:nth-child(3) {
        top: 171px;
        right: -318px;
    }

    .price_block .link_block-item:nth-child(4) {
        right: -273px;
    }

    .price_block .link_block-item:nth-child(5) {
        top: 430px;
        right: -142px;
    }

    .price_block .link_block-item:nth-child(1) {
        right: -190px;
    }

    .sales_page .works_title-img {
        width: 620px;
    }

    .sales_page .works_title {
        padding-right: calc(100% - 420px);
    }

    .sales_bot::before {
        background-position: bottom;
        height: 1300px;
    }

    .sales_bot {
        padding-top: 700px;
    }

    .education_page-info {
        width: 800px;
    }

    .education_page .link_block-main::before {
        width: 520px;
        height: 520px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(4) {
        left: -310px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(3) {
        top: -5px;
        left: -312px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(2) {
        top: -125px;
        left: -136px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(1) {
        top: -245px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(5) {
        left: -290px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(6) {
        left: -170px;
        top: 389px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(7) {
        left: -24px;
    }

    .contacts_wrapper {
        padding-top: 200px;
    }

    .contacts_form {
        margin-right: 150px;
    }
}

@media(max-width:1300px) {
    .menu {
        gap: 22px;
    }

    .header_number {
        font-size: 20px;
    }

    .menu a {
        font-size: 17px;
    }

    .interestin_left {
        width: 340px;
    }

    .link_block-main {
        width: 100%;
    }

    .link_block-main img {
        width: 100%;
        height: auto;
    }

    .interestin_right {
        width: 400px;
        margin-right: 0;
    }

    .interestin_title {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .interestin_items {
        margin-left: 30px;
    }

    .interestin_item:nth-child(4) {
        margin-left: 85px;
    }

    .interestin_item:nth-child(3) {
        margin-left: 60px;
    }

    .interestin_item:nth-child(2) {
        margin-left: 30px;
    }

    .link_block-item {
        width: 260px;
        height: 96px;
        padding: 10px 36px 10px 84px;
    }

    .link_block-img {
        width: 60px;
        height: 60px;
        left: 14px;
    }

    .link_block-number {
        right: 30px;
    }

    .link_block-subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .link_block-text {
        font-size: 14px;
        line-height: 18px;
    }

    .link_block-item:nth-child(1) {
        top: -86px;
        right: -140px;
    }

    .link_block-item:nth-child(2) {
        top: 28px;
        right: -252px;
    }

    .link_block-item:nth-child(3) {
        top: 142px;
        right: -277px;
    }

    .link_block-item:nth-child(4) {
        top: 260px;
        right: -236px;
    }

    .specification::before {
        width: 100%;
        height: 640px;
    }

    .link_block {
        width: 320px;
    }

    .specification::after {
        width: 100%;
        height: 540px;
    }

    .link_block-main::before {
        width: 400px;
        height: 400px;
    }

    .specification_info {
        width: 460px;
    }

    .specification_info-text {
        padding: 30px 30px 30px 110px;
    }

    .link_block.left_block .link_block-item {
        width: 220px;
        height: 80px;
        padding-left: 42px;
        padding-right: 80px;
    }

    .link_block.left_block .link_block-number {
        left: 15px;
        top: -24px;
    }

    .link_block-main span {
        font-size: 32px;
    }

    .link_block.left_block .link_block-item:nth-child(1) {
        top: -82px;
        left: -92px;
    }

    .link_block.left_block .link_block-item:nth-child(2) {
        top: 5px;
        left: -198px;
    }

    .link_block.left_block .link_block-item:nth-child(3) {
        top: 110px;
        left: -236px;
    }

    .link_block.left_block .link_block-item:nth-child(4) {
        top: 214px;
        left: -212px;

    }

    .link_block.left_block .link_block-item:nth-child(5) {
        top: 324px;
        left: -170px;
    }

    .link_block.left_block .link_block-item:nth-child(6) {
        left: 55px;
        top: 345px;
    }

    .specification_info-text::before {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .specification_info-text {
        width: 100%;
    }

    .specification_info-img {
        width: 280px;
        height: auto;
        top: 40px;
    }

    .specification_info-img img {
        width: 100%;
        height: 100%;
    }

    .about_title {
        font-size: 66px;
        line-height: 82px;
        margin-bottom: 80px;
    }

    .page_back {
        font-size: 38px;
    }

    .aside_page-item {
        height: 42px;
    }

    .aside_page-item.active {
        height: 60px;
    }

    .works_title-img {
        width: 560px;
    }

    .works_title {
        line-height: 72px;
        font-size: 56px;
        padding: 16px 0;

    }

    .works_experience .works_title {
        padding-right: calc(100% - 428px);
        line-height: 56px;
        font-size: 48px;
    }

    .works_experience.works .link_block-item:last-child {
        right: -170px;
        width: 375px;
        height: 103px;
    }

    .works .link_block .link_block-main span img {
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .works .link_block-item {
        width: 260px;
    }

    .link_block-main span span {
        width: 190px;
        margin: 4px auto 0;
        font-size: 15px;
        line-height: 1.2;
    }

    .works .link_block::before {
        width: 500px;
        height: 500px;
        top: -80px;
        left: -90px;
    }

    .link_block-item:nth-child(5) {
        top: 378px;
    }

    .works .link_block-subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .works .link_block {
        margin-left: -60px;
    }

    .works_scroll {
        display: none;
    }

    .works .specification_info-item:nth-child(5) .specification_info-text,
    .works .specification_info-item:nth-child(4) .specification_info-text {
        width: 403px;
    }

    .works::before {
        height: 1090px;
    }

    .biography_img:nth-child(1) {
        top: -220px;
    }

    .biography_icon {
        width: 400px;
        top: -160px;
    }

    .biography_icon img {
        width: 100%;
        height: auto;
    }

    .biography_img:nth-child(7),
    .biography_img:nth-child(9),
    .biography_img:nth-child(3),
    .biography_img:nth-child(4) {
        display: none;
    }

    .biography_img:nth-child(8) {
        top: 400px;
    }

    .biography_item {
        transform: none;
        width: 50%;
        margin-right: 50%;
        margin-top: 50px;
    }

    .biography_item:last-child {
        margin-left: 0;
    }

    .biography_img:nth-child(5) {
        width: 320px;
        height: 320px;
        top: 730px;
    }

    .biography_img:nth-child(6) {
        top: 1100px;
    }

    .biography_wrapper {
        margin-bottom: 390px;
    }

    .biography_img:nth-child(10) {
        top: 1100px;
    }

    .page_back {
        font-size: 34px;
    }

    .experience_desc-text {
        line-height: 34px;
        font-size: 22px;
        margin-bottom: 640px;
    }

    .experience_desc::after {
        height: 1280px;
    }

    .sketch_page .link_block-main span {
        font-size: 30px;
        width: 260px;
        line-height: 1.2;
    }

    .works.sketch_page .link_block-text {
        line-height: 18px;
        font-size: 14px;
    }

    .works.sketch_page .link_block.left_block .link_block-item:nth-child(1) {
        top: -66px;
        left: -110px;
    }

    .works.sketch_page .link_block.left_block .link_block-item:nth-child(2) {
        top: 26px;
        left: -190px;
    }

    .works.sketch_page .link_block.left_block .link_block-item:nth-child(3) {
        top: 114px;
        left: -230px;
    }

    .link_block.left_block .link_block-item:nth-child(4) {
        top: 220px;
        left: -197px;
    }

    .development {
        padding-top: 0;
        margin-top: -120px;
    }

    .development::before {
        top: -430px;
    }

    .development_title {
        margin: 0 auto 20px;
    }

    .development_info {
        margin: 0 auto 500px;
    }

    .development::after {
        height: 760px;
        background-position: bottom;
    }

    .faq_page .link_block-main span {
        width: 220px;
        line-height: 1.4;
    }

    .faq_page .works_title-img {
        width: 560px;
    }

    .faq_page .works_title {
        padding-right: calc(100% - 420px);
    }

    .faq::before {
        height: 2130px;
    }

    .faq_btn {
        margin-bottom: 340px;
    }

    .faq {
        padding-top: 200px;
    }

    .know {
        padding-bottom: 26px;
    }

    .know_options {
        width: 440px;
    }

    .know_steps {
        margin-right: 30px;
    }

    .order_page .works_title {
        font-size: 56px;
    }

    .order_page .works_title-img {
        width: 560px;
    }

    .order_page .link_block.left_block .link_block-item {
        padding-right: 100px;
        padding-left: 30px;
    }

    .order_page .specification_info-text {
        width: 420px;
    }

    .price_page-list {
        max-width: 530px;
        font-size: 18px;
        line-height: 24px;
    }

    .price_page .link_block.left_block .link_block-item {
        padding-right: 90px;
    }

    .price_page .works_title-img {
        width: 560px;
    }

    .price_block-wrapper {
        margin-bottom: 900px;
    }

    .price_block::after {
        height: 1600px;
    }

    .price_page .link_block-main span {
        width: 220px;
    }

    .price_block .link_block-main span img {
        width: 90px;
    }

    .price_block .link_block-item {
        width: 264px;
        height: 81px;
    }

    .price_block .link_block-item:nth-child(3) {
        top: 140px;
        right: -255px;
    }

    .price_block .link_block-item:nth-child(1) {
        right: -144px;
        top: -76px;
    }

    .price_block .link_block-item:nth-child(2) {
        top: 30px;
        right: -246px;
    }

    .price_block .link_block-item:nth-child(4) {
        right: -224px;
        top: 248px;
    }

    .price_block .link_block-item:nth-child(5) {
        top: 346px;
        right: -114px;
    }

    .price_block .specification_info-text {
        line-height: 32px;
        font-size: 26px;
    }

    .sales_page .works_title-img {
        width: 540px;
    }

    .education_page-wrapper {
        flex-direction: column;
    }

    .education_page-info {
        margin-right: 0;
        width: 100%;
    }

    .education_page::before {
        height: 2856px;
    }

    .education_page .link_block.left_block .link_block-item::before {
        width: 32px;
        height: 80px;
        left: -32px;
    }

    .education_page-list {
        max-width: 100%;
    }

    .education_page .link_block.left_block .link_block-item {
        padding-right: 90px;
    }

    .education_page-list,
    .education_page-text {
        line-height: 28px;
        font-size: 20px;
    }

    .education_page .link_block-main span {
        width: 220px;
        line-height: 1.4;
    }

    .works {
        padding-bottom: 140px;
    }

    .education_page .link_block-main::before {
        width: 460px;
        height: 460px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(4) {
        left: -264px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(3) {
        top: 25px;
        left: -288px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(5) {
        top: 220px;
        left: -236px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(2) {
        top: -66px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(1) {
        top: -156px;
        left: -20px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(6) {
        left: -144px;
        top: 320px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(7) {
        top: 422px;
    }

    #popup_text {
        padding: 60px 40px;
    }

    .popup_text {
        line-height: 34px;
        font-size: 22px;
    }

    .education_price-wrapper {
        flex-direction: column;
    }

    .education_inner {
        margin-top: 60px;
        position: relative;
    }

    .education_price::after {
        background-position: bottom;
    }

    .contacts_form {
        margin-right: 70px;
    }

    .contacts_block-subtitle {
        width: 100%;
        text-align: center;
    }

    .contacts_block-map {
        margin: 0 auto 300px;
    }

    .contacts_block::before {
        height: 1800px;
    }
}

@media(max-width:998px) {
    .header_inner {
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        top: 0;
        right: 0;
        padding: 80px 15px;
        background-color: #33373E;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .menu {
        flex-direction: column;
        gap: 18px;
    }

    .menu a {
        font-size: 20px;
    }

    .header_number:not(:first-child) {
        display: none;
    }

    .header_time {
        display: none;
    }

    .header_logo {
        width: 86px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_links {
        order: -1;
    }

    .header_number {
        font-size: 0;
        background-image: url(../img/phone.svg);
        background-size: cover;
        width: 24px;
        height: 24px;
        padding: 0;
    }

    .header_number::before {
        display: none;
    }

    .main_info {
        width: 100%;
        text-align: center;
    }

    .main_subtitle {
        display: none;
    }

    .main_inner {
        flex-direction: column;
    }

    .main_link {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .main h1 {
        margin-bottom: 100px;
    }

    .main::before {
        height: calc(100% + 340px);
    }

    .menu_burger {
        display: block;
        width: 28px;
        height: 20px;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #FF9800 1.01%, #FF3B00 100%);
        border-radius: 2px;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 8px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #FF9800 1.01%, #FF3B00 100%);
        border-radius: 2px;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        top: 8px;
        right: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #FF9800 1.01%, #FF3B00 100%);
        border-radius: 2px;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .interestin_items {
        display: none;
    }

    .interestin_wrapper {
        flex-direction: column-reverse;
    }

    .interestin_right {
        width: 100%;
    }

    .interestin_title {
        text-align: center;
    }

    .interestin_left {
        margin-top: 130px;
    }

    .specification_info {
        display: none;
    }

    .interestin_left {
        width: 100%;
    }

    .link_block.left_block {
        margin-left: auto;
    }

    .about_items {
        width: 600px;
        margin-bottom: 80px;
    }

    .page_back {
        font-size: 26px;
        padding-right: 70px;
        line-height: 1;
    }

    .page_back::before {
        width: 62px;
        height: 62px;
    }

    .about_item {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 12px;
        padding-left: 26px;
    }

    .interestin_item {
        display: inline-flex !important;
        background: none;
    }

    .interestin_item-text {
        opacity: 1;
    }

    .interestin_item {
        filter: grayscale(0);
        z-index: 2;
        flex-direction: column-reverse;
        transform: translateY(10px);
    }

    .interestin_item .fancybox-close-small svg {
        display: none;
    }

    .interestin_item .fancybox-close-small {
        background-image: url(../img/close.svg);
        background-size: cover;
        width: 32px;
        height: 32px;
    }

    .about_links {
        padding: 24px 35px;
    }

    .specification_info-item {
        background: #0404047e;
        border-radius: 48px;
        width: 600px;
        overflow: visible;
        padding: 30px 30px 160px;
    }

    .specification_info-text {
        padding: 0;
        height: auto;
        line-height: 1.5;
    }

    .specification_info-text::before {
        display: none;
    }

    .specification_info-img {
        display: none;
    }

    .specification_info-item .fancybox-close-small svg {
        display: none;
    }

    .specification_info-item .fancybox-close-small {
        background-image: url(../img/close.svg);
        background-size: cover;
        width: 32px;
        height: 32px;
        top: 30px;
        right: 30px;
    }

    .works_title {
        padding-top: 140px;
        margin-bottom: 180px;
    }

    .aside_page {
        display: none;
    }

    .works .link_block {
        margin-left: 20px;
    }

    .biography_info {
        width: 100%;
    }

    .biography_img:nth-child(2) {
        display: none;
    }

    .biography_icon {
        width: 300px;
        right: 40px;
    }

    .biography_item {
        padding-right: 0;
    }

    .biography_img:nth-child(10) {
        left: 409px;
    }

    .biography_img:nth-child(5) {
        width: 280px;
        height: 280px;
        top: 720px;
        left: 460px;
    }

    .biography::before {
        height: 1300px;
    }

    .works_experience .works_title {
        padding-right: 0;
        padding-top: 160px;
    }

    .experience_desc-text {
        padding: 150px 50px 20px;
        margin-top: -60px;
        min-height: 550px;
        margin-bottom: 394px;
        z-index: 2;
        position: relative;
        line-height: 30px;
        font-size: 20px;
    }

    .experience_desc::after {
        height: 770px;
    }

    .link_block.left_block {
        margin-left: auto;
    }

    .development_title {
        font-size: 76px;
    }

    .development_info {
        width: 100%;
    }

    .development_info-text {
        margin-bottom: 40px;
    }

    .development::after {
        height: 630px;
    }

    .development {
        margin-top: 400px;
    }

    .development_info {
        margin: 0 auto 420px;
    }

    .faq_items {
        width: 100%;
    }

    .know_wrapper {
        flex-direction: column;
    }

    .know_options {
        width: 100%;
        margin-bottom: 30px;
    }

    .know_steps {
        margin-right: 0;
        width: 100%;
    }

    .price_page .works_title-img {
        width: 460px;
    }

    .works::before {
        height: 1560px;
    }

    .price_page-list {
        max-width: 100%;
        margin-bottom: 250px;
    }

    .price_block-title {
        line-height: 64px;
        margin-bottom: 30px;
        font-size: 52px;
    }

    .price_block-text {
        line-height: 32px;
        font-size: 20px;
    }

    .price_block-wrapper {
        margin-bottom: 700px;
    }

    .price_block::after {
        height: 1400px;
    }

    .sales_bot {
        padding-top: 300px;
    }

    .sales::before {
        height: 1170px;
    }

    .sales_bot::before {
        height: 780px;
    }

    .education_page::before {
        height: 2856px;
    }

    .education_page .works_title {
        margin-bottom: 36px;
    }

    .contacts_wrapper {
        flex-direction: column;
    }

    .contacts_info {
        width: 100%;
        margin-bottom: 30px;
    }

    .contacts_form {
        margin: 0 auto;
    }

    .more {
        display: none;
    }

    .gallery_item {
        width: calc(50% - 5px);
    }

    .specification_info-hide {
        display: block;
    }
}

@media(max-width:767px) {
    .main {
        padding: 120px 0 73px;
    }

    .main::before {
        background-image: url(../img/main_bg2.webp);
        background-position: 20% bottom;
        height: 730px;
    }

    .main_img {
        margin-bottom: 10px;
    }

    .main h1 {
        line-height: 63px;
        font-size: 60px;
    }

    .main_link {
        font-size: 20px;
    }

    .main_btn {
        width: 230px;
        height: 60px;
        font-size: 18px;
    }

    .interestin::before {
        top: -70px;
    }

    .interestin {
        padding: 70px 0 142px;
    }

    .interestin_title {
        line-height: 42px;
        font-size: 40px;
        font-family: 'Akrobat';
        font-weight: 800;
        margin-bottom: 108px;
    }

    .interestin_left {
        margin-top: 0;
    }

    .link_block {
        width: 160px;
    }

    .link_block-main::before {
        width: 220px;
        height: 220px;
    }

    .link_block-item {
        width: 170px;
        height: 63px;
        padding: 12px 23px 12px 58px;
    }

    .link_block-img {
        width: 39px;
        height: 39px;
        left: 12px;
    }

    .link_block-number {
        width: 23px;
        height: 23px;
        top: -7px;
        right: 29px;
        border-width: 3px;
    }

    .link_block-number {
        font-size: 12px;
        line-height: 1;
        padding-top: 3px;
    }

    .link_block-subtitle {
        font-size: 12px;
        line-height: 1.2;
    }

    .link_block-text {
        font-size: 10px;
        line-height: 11px;
    }

    .link_block-item:nth-child(1) {
        top: -65px;
        right: -102px;
    }

    .link_block-item:nth-child(2) {
        top: 12px;
        right: -172px;
    }

    .link_block-item:nth-child(3) {
        top: 91px;
        right: -174px;
    }

    .link_block-item:nth-child(4) {
        top: 170px;
        right: -110px;
    }

    .link_block-item.active .link_block-number {
        border-width: 3px;
    }

    .specification::before {
        background-image: url(../img/specification_bef2.webp);
        height: 720px;
    }

    .link_block-main span {
        font-size: 18px;
        line-height: 1.2;
    }

    .link_block.left_block .link_block-item {
        width: 170px;
        height: 63px;
        padding: 12px 62px 12px 31px;
        text-align: right;
    }

    .link_block.left_block .link_block-item .link_block-img {
        right: 12px;
    }

    .link_block.left_block .link_block-number {
        top: -9px;
        left: 29px;
    }

    .link_block.left_block .link_block-item:nth-child(1) {
        left: -12px;
        top: -130px;
    }

    .link_block.left_block .link_block-item:nth-child(2) {
        top: -54px;
        left: -66px;
    }

    .link_block.left_block .link_block-item:nth-child(3) {
        top: 20px;
        left: -156px;
    }

    .link_block.left_block .link_block-item:nth-child(4) {
        left: -156px;
        top: 93px;
    }

    .link_block.left_block .link_block-item:nth-child(5) {
        left: -66px;
        top: 172px;
        bottom: auto;
    }

    .link_block.left_block .link_block-item:nth-child(6) {
        top: 240px;
        left: -12px;
    }

    .link_block.left_block {
        width: 188px;
    }

    .specification_info-title {
        line-height: 31.2px;
        font-size: 26px;
    }

    .specification_info-text {
        line-height: 18.2px;
        font-size: 14px;
    }

    .specification_info-item {
        padding-bottom: 70px;
    }

    .specification_info-number {
        width: 70px;
        height: 70px;
        font-size: 36px;
        left: 0;
        bottom: -37px;
    }

    .specification_info-number::before {
        width: 52px;
        height: 52px;
    }

    .specification {
        background-image: url(../img/specification2.webp);
        padding: 340px 0 230px;
    }

    .about::before {
        top: -40px;
    }

    .specification::after {
        height: 180px;
        bottom: 0;
    }

    .about_title {
        width: 100%;
        box-shadow: 5px 2px 13px 0px #FFFF001A, 22px 9px 24px 0px #FFFF0017, 49px 21px 32px 0px #FFFF000D, 87px 37px 38px 0px #FFFF0003, 136px 58px 41px 0px #FFFF0000;
        line-height: 40.8px;
        font-size: 34px;
        padding: 24px 42px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_items {
        padding: 40px 24px;
        width: 100%;
        margin-bottom: 20px;
    }

    .about_item {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about_links {
        width: 100%;
        padding: 30px;
        margin-bottom: 78px;
    }

    .about {
        padding-bottom: 26px;
    }

    .about_links-title {
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .about_link {
        width: 50px;
        height: auto;
    }

    .about_link img {
        width: 100%;
        height: auto;
    }

    .about_links-wrapper {
        gap: 10px;
        justify-content: center;
    }

    .page_back {
        padding-right: 64px;
        line-height: 28.8px;
        z-index: 1;
        font-size: 24px;
    }

    .page_back::after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 200px;
        bottom: -26px;
        z-index: -1;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.2%, #000000 100%);
    }

    .page_back::before {
        width: 44px;
        height: 44px;
    }

    .about::after {
        background-image: url(../img/about2.webp);
    }

    .about::before {
        top: -250px;
    }

    .about::before {
        height: 319px;
        top: -181px;
        background-image: url(../img/about_aft2.webp);
        background-position: top;
    }

    .about::after {
        height: calc(100% + 270px);
        top: -270px;
    }

    .works_title-img {
        width: 270px;
    }

    .works_title {
        padding-top: 65px;
        padding-bottom: 0;
        line-height: 48px;
        font-size: 40px;
        margin-bottom: 120px;
    }

    .works .link_block {
        margin-left: -80px;
        width: 270px;
    }

    .works .link_block .link_block-main span img {
        margin-bottom: 10px;
    }

    .works .link_block-item {
        width: 170px;
    }

    .works .link_block-main span {
        font-size: 24px;
    }

    .works .link_block-main span span {
        font-size: 11px;
        line-height: 12.1px;
        text-align: left;
        width: 120px;
        margin-left: 30px;
    }

    .works .link_block::before {
        display: none;
    }

    .works .link_block-main::before {
        width: 378px;
        height: 378px;
    }

    .works .link_block-item:nth-child(1) {
        top: -74px;
        right: -20px;
    }

    .works .link_block-item:nth-child(2) {
        top: 10px;
        right: -86px;
    }

    .works .link_block-item:nth-child(3) {
        top: 90px;
        right: -130px;
    }

    .works .link_block-item:nth-child(5) {
        top: 270px;
        left: 124px;
    }

    .works .link_block-number {
        right: 20px;
    }

    .works .link_block-subtitle {
        font-size: 12px;
    }

    .works {
        padding-bottom: 280px;
    }

    .works::before {
        height: 873px;
        background-image: url(../img/works_bg2.png);
        background-position: left bottom;
    }

    .works {
        padding-bottom: 215px;
    }

    .biography_icon {
        top: 400px;
    }

    .biography_img:nth-child(1) {
        opacity: 0;
    }

    .biography {
        padding-top: 60px;
    }

    .biography_info {
        padding: 30px 30px 40px;
    }

    .biography_title {
        font-weight: 800;
        line-height: 48px;
        font-size: 40px;
    }

    .biography_text {
        line-height: 20px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .biography_btn {
        position: relative;
        width: 100%;
        inset: auto;
        height: 60px;
        font-size: 18px;
    }

    .biography_img:nth-child(8) {
        top: auto;
        width: 210px;
        height: 210px;
        bottom: -571px;
        left: -10px;
    }

    .biography_img:nth-child(6) {
        width: 165px;
        height: 165px;
        bottom: -220px;
        right: -10px;
        left: auto;
        top: auto;
    }

    .biography_img:nth-child(10) {
        left: 10px;
        width: 121px;
        top: auto;
        bottom: -246px;
        height: 121px;
    }

    .biography_img:nth-child(5) {
        width: 174px;
        height: 174px;
        right: 43px;
        left: auto;
        top: auto;
        bottom: -400px;
    }

    .biography_item:last-child {
        margin-top: 90px;
    }

    .biography_item {
        margin-right: 0;
        padding-right: 60px;
        width: 100%;
    }

    .biography_item-title {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 48px;
    }

    .biography_item-text {
        line-height: 20px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .biography_wrapper {
        margin-bottom: 605px;
    }

    .biography_item {
        margin-top: 90px;
    }

    .biography_icon {
        right: -60px;
        top: 430px;
    }

    .biography_item-btn {
        padding: 0;
        width: 260px;
        height: 60px;
        font-size: 18px;
    }

    .biography {
        padding-bottom: 26px;
    }

    .page_back::after {
        right: 50%;
        width: 200vw;
        transform: translateX(50%);
    }

    .biography .page_back {
        width: 200px;
    }

    .biography::before {
        height: 977px;
        background-image: url(../img/biography2.png);
    }

    .biography_icon::before {
        width: 368px;
        height: 368px;
        top: -130px;
        filter: blur(60px);
    }

    .page_back::after {
        height: 400px;
        pointer-events: none;
    }

    .works_experience .works_title {
        width: 242px;
        padding-top: 55px;
    }

    .works_title::before {
        width: 200vw;
        height: 100px;
    }

    .works_experience.works .link_block-subtitle {
        line-height: 12px;
        font-size: 12px;
    }

    .works_experience.works .works_title-img {
        width: 192px;
    }

    .works_experience.works .link_block-item,
    .works_experience.works .link_block-item:last-child {
        width: 180px;
        height: 68px;
        background-image: url(../img/link_block-item.webp);
    }

    .works_experience.works .link_block-item:last-child .link_block-text {
        width: 142px;
    }

    .works {
        padding-bottom: 140px;
    }

    .works_experience.works::before {
        background-image: url(../img/works_bg4.png);
        height: 880px;
    }

    .experience_desc-text {
        line-height: 18px;
        font-size: 16px;
        padding: 120px 15px 100px;
        width: 100vw;
        margin-left: -15px;
        min-height: 0;
        margin-bottom: 460px;
        margin-top: 20px;
    }

    .experience_desc::after {
        height: 625px;
        background-image: url(../img/experience_desc-bot2.png);
    }

    .experience_desc::before {
        height: 600px;
        top: -100px;
    }

    .experience_desc {
        padding-bottom: 26px;
    }

    .sketch_page::before {
        background-image: url(../img/sketch_page2.png);
        background-position: left;
    }

    .link_block.left_block {
        margin-left: auto;
        margin-right: -20px;
    }

    .sketch_page .works_title {
        width: 200px;
    }

    .works .link_block-main span {
        line-height: 20px;
        font-size: 18px;
        width: 145px;
    }

    .sketch_page .link_block.left_block {
        width: 204px;
    }

    .sketch_page .link_block .link_block-main span img {
        width: 46px;
    }

    .sketch_page .link_block-main::before {
        width: 277px;
        height: 277px;
    }

    .works.sketch_page .link_block.left_block .link_block-item:nth-child(1) {
        left: -48px;
    }

    .works.sketch_page .link_block.left_block .link_block-item:nth-child(2) {
        top: 4px;
        left: -125px;
    }

    .works.sketch_page .link_block.left_block .link_block-item:nth-child(3) {
        top: 92px;
        left: -136px;
    }

    .works.sketch_page .link_block-item {
        text-align: left;
    }

    .link_block.left_block .link_block-item:nth-child(4) {
        left: -112px;
        top: 172px;
    }

    .development {
        padding-top: 79px;
        margin-top: 0;
    }

    .development_title {
        text-align: center;
        line-height: 42px;
        font-size: 40px;
        width: 224px;
    }

    .development_info {
        margin-bottom: 360px;
    }

    .development_info-text {
        padding: 30px 20px;
        border-radius: 50px;
        margin-bottom: 20px;
    }

    .development_info-btn {
        font-size: 20px;
    }

    .sketch_page+.development .page_back {
        text-align: right;
        width: 200px;
    }

    .development::after {
        height: 441px;
        background-image: url(../img/development_bot2.png);
    }

    .faq_page .works_title-img {
        width: 222px;
    }

    .faq_page::before {
        background-image: url(../img/faq_page2.png);
    }

    .faq_page .works_title {
        font-size: 40px;
        padding-right: 0;
        width: 260px;
    }

    .faq_page .link_block {
        margin-left: -70px;
    }

    .faq_page .link_block-item:nth-child(2) {
        top: 10px;
        right: -140px;
    }

    .faq_page .link_block-item:nth-child(3) {
        top: 100px;
        right: -155px;
    }

    .link_block-item:nth-child(4) {
        top: 188px;
        right: -80px;
    }

    .faq_page .link_block {
        width: 200px;
        margin-left: -50px;
    }

    .faq_page .link_block-main span {
        width: 114px;
    }

    .faq_page .link_block .link_block-main span img {
        width: 70px;
    }

    .faq_page .link_block-main::before {
        width: 278px;
        height: 278px;
    }

    .faq_page .link_block-item:nth-child(1) {
        top: -74px;
        right: -50px;
    }

    .faq_item-title {
        line-height: 21.6px;
        font-size: 18px;
        padding: 20px;
    }

    .faq_item-text {
        padding: 0 20px 20px;
        font-size: 14px;
    }

    .faq_item {
        margin-bottom: 10px;
    }

    .faq_items {
        margin-bottom: 30px;
    }

    .faq_btn {
        margin-bottom: 315px;
    }

    .faq {
        padding-bottom: 26px;
    }

    .faq_page .link_block-item {
        width: 175px;
    }

    .faq::before {
        height: 1430px;
        background-image: url(../img/faq2.png);
        background-position: bottom;
    }

    .faq_item {
        position: relative;
    }

    .faq_item-text {
        background: #1F2020;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .faq {
        padding-top: 300px;
    }

    .faq_item-title::before {
        right: 12px;
    }

    .faq_item-title {
        padding-right: 40px;
    }

    .faq_item-text {
        z-index: 3;
    }

    .popup_question-chek {
        flex: 1;
    }

    .popup_question-cheks {
        width: 100%;
    }

    .popup_question-chek span {
        width: 100%;
        height: auto;
        padding: 4px;
    }

    .popup_question-chek span img {
        width: 100%;
        height: auto;
    }

    .popup_question-ok,
    .popup_question-btn,
    .popup_question-area,
    .popup_question-inp {
        width: 100%;
    }

    .popup_question {
        padding: 40px 25px;
    }

    .popup_question-title {
        line-height: 31.2px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 26px;
    }

    .popup_question .fancybox-close-small {
        top: 5px;
        right: 0;
        width: 46px;
        height: 46px;
    }

    .order_page::before {
        background-image: url(../img/order_page2.png);
    }

    .order_page .works_title-img {
        width: 270px;
    }

    .order_page .works_title {
        font-size: 40px;
        width: 290px;
        padding-right: 0;
    }

    .order_page .link_block {
        width: 180px;
        margin-right: -40px;
    }

    .order_page .link_block-text {
        font-size: 12px;
        text-align: right;

    }

    .order_page.works .link_block-item {
        padding-right: 68px !important;
    }

    .works.order_page .link_block-main::before {
        width: 278px;
        height: 278px;
    }

    .link_block.left_block .link_block-item:nth-child(1) {
        left: -94px;
        top: -86px;
    }

    .link_block.left_block .link_block-item:nth-child(2) {
        top: -16px;
        left: -169px;
    }

    .link_block.left_block .link_block-item:nth-child(3) {
        top: 60px;
        left: -188px;
    }

    .link_block.left_block .link_block-item:nth-child(4) {
        left: -172px;
        top: 134px;
    }

    .link_block.left_block .link_block-item:nth-child(5) {
        left: -103px;
        top: 210px;
    }

    .know {
        margin-top: 200px;
        background: #202020;
        z-index: 1;
    }

    .order_page {
        z-index: 2;
    }

    .know::before {
        bottom: 0;
        top: -200px;
        background: #202020;
        background-image: url(../img/know2.png);
        background-position: bottom;
        height: auto;
        background-repeat: no-repeat;
    }

    .know h2 {
        line-height: 42px;
        margin-bottom: 40px;
        text-align: left;
        font-size: 40px;
    }

    .know_option {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 23px;
    }

    .know_option span {
        min-width: 50px;
        width: 50px;
    }

    .know_option span img {
        width: 100%;
        height: auto;
    }

    .know_options {
        margin-bottom: 10px;
    }

    .know_steps {
        padding: 30px 30px 40px;
        border-radius: 40px;
    }

    .know_steps-title {
        line-height: 27.6px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 23px;
    }

    .know_step {
        line-height: 23px;
        font-size: 18px;
        gap: 18px;
    }

    .know_step span {
        width: 34px;
        min-width: 34px;
        height: 50px;
    }

    .know_step span img {
        height: 100%;
        width: auto;
    }

    .know_steps-btn {
        margin-top: 30px;
    }

    .know_wrapper {
        margin-bottom: 400px;
    }

    .know .page_back {
        text-align: right;
    }

    .price_page .works_title-img {
        width: 148px;
    }

    .price_page::before {
        background-image: url(../img/price_page2.png);
        height: 1177px;
    }

    .price_page-subtitle {
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .price_page-list {
        line-height: 16.8px;
        font-size: 14px;
    }

    .price_page-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .price_page .link_block {
        width: 188px;
        height: 188px;
    }

    .price_page .link_block-main span {
        width: 120px;
    }

    .price_page .link_block-main::before {
        width: 278px;
        height: 278px;
    }

    .price_block {
        margin-top: 0;
    }

    .price_block-wrapper {
        padding: 50px 20px;
        border-radius: 50px;
        margin-bottom: 305px;
    }

    .price_block-title {
        line-height: 42px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 40px;
    }

    .price_block-text {
        line-height: 20px;
        font-size: 14px;
    }

    .price_block {
        padding-bottom: 26px;
    }

    .price_block::after {
        height: 200vw;
        pointer-events: none;
        z-index: -1;
        background-image: url(../img/price_block-bef2.png);
    }

    .price_block .link_block {
        width: 200px;
        margin-left: -50px;
    }

    .price_block .link_block-main span img {
        width: 45px;
    }

    .price_block .link_block-main span {
        width: 106px;
    }

    .price_block .link_block-main::before {
        width: 278px;
        height: 278px;
    }

    .price_block .page_back {
        text-align: right;
        padding-left: calc(100% - 260px);
    }

    .price_block .link_block-item {
        width: 180px;
        height: 67px;
        background-image: url(../img/link_block-item.webp);
    }

    .price_block .link_block-subtitle {
        font-size: 11px;
    }

    .price_block .link_block-item:nth-child(1) {
        right: -92px;
        top: -68px;
    }

    .price_block .link_block-item:nth-child(2) {
        top: 14px;
        right: -174px;
    }

    .price_block .link_block-item:nth-child(3) {
        top: 95px;
        right: -184px;
    }

    .price_block .link_block-item:nth-child(4) {
        right: -148px;
        top: 170px;
    }

    .price_block .link_block-item:nth-child(5) {
        top: 246px;
        right: -46px;
    }

    .sales_page .works_title-img {
        width: 233px;
    }

    .sales_page::before {
        background-image: url(../img/sales_page2.png);
        height: 901px;
    }

    .sales_page .link_block {
        width: 188px;
        height: 188px;
    }

    .sales_page .link_block-main span {
        width: 110px;
    }

    .sales_page .link_block-main::before {
        width: 278px;
        height: 278px;
    }

    .sales_bot {
        padding: 300px 0 26px;
    }

    .sales_bot::before {
        background-image: url(../img/sales_bot2.jpg);
        height: 115vw;
    }

    .education_page::before {
        background-image: url(../img/education_page2.png);
        height: 2171px;
    }

    .education_page .works_title {
        margin-bottom: 20px;
    }

    .education_page-list,
    .education_page-text {
        line-height: 19.2px;
        font-size: 16px;
    }

    .education_page-text {
        margin-bottom: 30px;
    }

    .education_page-subtitle {
        font-size: 26px;
        line-height: 31.2px;
    }

    .education_page-list li::before {
        top: 8px;
    }

    .education_page-right {
        width: 100%;
        flex-direction: column;
        display: flex;
    }

    .education_page-btn {
        margin: 0;
        order: 1;
    }

    .education_page-list li {
        margin-bottom: 10px;
    }

    .education_page .link_block.left_block {
        width: 163px;
        height: 163px;
    }

    .education_page .link_block.left_block .link_block-item::before {
        width: 25px;
        height: 63px;
        left: -25px;
    }

    .education_page .link_block-main span {
        width: 85px;
    }

    .education_page .link_block-main::before {
        width: 302px;
        height: 302px;
    }

    .education_page .link_block.left_block .link_block-item {
        padding-right: 58px;
        padding-left: 0;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(3) {
        top: 19px;
        left: -182px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(2) {
        top: -56px;
        left: -114px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(1) {
        top: -126px;
        left: -36px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(4) {
        left: -154px;
        top: 96px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(5) {
        top: 176px;
        left: -110px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(6) {
        left: -70px;
        top: 262px;
    }

    .education_page .link_block.left_block .link_block-item:nth-child(7) {
        top: 342px;
    }

    .education_price {
        padding: 260px 0 26px;
    }

    .education_price-info {
        width: 100%;
        padding: 30px 30px 60px;
        border-radius: 50px;
    }

    .education_price-title {
        line-height: 44px;
        margin-bottom: 20px;
        font-size: 40px;
    }

    .education_price-text {
        line-height: 22.4px;
        font-size: 16px;
        width: 100%;
    }

    .education_price-btn {
        width: 235px;
        height: 65px;
        left: 30px;
        font-size: 18px;
    }

    .education_inner {
        width: 100%;
        margin-top: 84px;
        padding: 40px 24px 50px;
    }

    .popup_text {
        line-height: 24px;
        font-size: 16px;
    }

    .education_inner-text {
        line-height: 22px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .education_inner-btn {
        position: relative;
        inset: auto;
        width: 235px;
        height: 65px;
        margin: 0 auto;
    }

    .education_price-wrapper {
        margin-bottom: 320px;
    }

    .contacts_page::before {
        background-image: url(../img/contacts_page2.png);
        height: 1354px;
    }

    .contacts_wrapper {
        padding-top: 70px;
    }

    .contacts_item {
        font-size: 18px;
        line-height: 20px;
    }

    .contacts_messages {
        gap: 4px;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .contacts_message {
        width: 50px;
    }

    .contacts_message img {
        width: 100%;
        height: auto;
    }

    .contacts_subtitle {
        line-height: 32px;
        font-size: 20px;
    }

    .contacts_form {
        width: 100%;
        padding: 40px 25px;
    }

    .contacts_block {
        padding: 100px 0 26px;
    }

    .contacts_block-subtitle {
        line-height: 36px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 30px;
        padding: 24px 40px;
    }

    .contacts_block-map {
        width: 100%;
        height: 281px;
        border-radius: 50px;
        margin-bottom: 295px;
    }

    .contacts_block .page_back {
        margin-right: 0;
        padding-right: 0;
    }

    .contacts_block .page_back svg {
        width: 44px;
        height: auto;
    }

    .contacts_block::before {
        background-image: url(../img/contacts_block2.png);
        height: 1085px;
    }

    .main~.specification .link_block-main span {
        width: 140px;
    }

    .main~.specification .link_block-item:nth-child(6) {
        z-index: 1;
        top: 285px;
        left: -12px;
    }

    .sketch_page .link_block.left_block .link_block-item:nth-child(4) {
        left: -114px;
        top: 164px;
    }

    .header_mobile {
        display: block;
        position: fixed;
        z-index: 10;
        background-color: #32353b;
    }

    .header_mobile .header_wrapper {
        padding: 10px 0;
    }

    .works {
        margin-top: 74px;
    }

    .gallery_block {
        padding-top: 100px;
    }

    .reviews_page {
        padding-top: 140px;
    }

    .reviews_page-title {
        font-size: 32px;
    }

    .popup_file {
        width: 100%;
    }
}