/*! 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
}



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;
}

* {
    outline: none;
}

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

body {
    overflow-x: hidden;
    font-family: "Montserrat", serif;
    color: #1E1D1C;
    background: #F7F6F5;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page{
    margin-bottom: 100px;
}
.page h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 35px;
}
.page h2,.page h3,.page h4,.page h5, .page h6{
    margin: 24px 0;
}
.page  ol{
     line-height: 24px;
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 16px;   
}
.page  ul{
    line-height: 24px;
    list-style: disc;
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 16px;
}
.card_content-info ol{
           line-height: 24px;
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 16px;
}
.card_content-info ul{
       line-height: 24px;
    list-style: disc;
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 16px;
}
.card_content-info li:not(:last-child),
.page li:not(:last-child){
    margin-bottom: 10px;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

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

.header_logo {
    display: flex;
}

.header_adres {
    width: 272px;
    position: relative;
    padding-left: 41px;
}

.header_adres-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom: 3px;
}

.header_adres-text {
    font-size: 14px;
    line-height: 21px;
}

.header_numbers {
    position: relative;
    padding-left: 41px;
}

.header_numbers::before {
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_adres::before {
    position: absolute;
    content: "";
    background-image: url(../img/adres.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_number {
    display: block;
    color: #1E1D1C;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom: 2px;
    transition: all 0.3s;
}

.header_number:hover {
    color: #EC6608;
}

.header_messages {
    display: flex;
    gap: 15px;
}

.header_message {
    background: #F7F6F5;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.header_message:hover {
    background: #EC6608;
}

.header_message path {
    transition: all 0.3s;
}

.header_message:hover path {
    fill: #fff;
}

.btn {
    background: #EC6608;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15.5px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #EC6608 0%, #CE4808 100%);
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

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

.btn:hover {
    color: rgba(255, 255, 255, 0.5);
}

.header_inner {
    background: #EC6608;
    padding: 10px 0;
}

.header_inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.menu li {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
}

.menu li:hover .menu_drop {
    opacity: 1;
    visibility: visible;
}

.menu_drop {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 10px;
    padding: 24px 30px;
    top: 100%;
    width: max-content;
    left: 0;
    display: flex;
    opacity: 0;
    max-width: 650px;
    visibility: hidden;
    transition: all 0.2s;
}

.menu_drop-img {
    width: 300px;
    height: 225px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 50px;
}

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

.header_inner {
    position: relative;
}

.header_form {
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    width: 1290px;
    display: flex;
    z-index: 1;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

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

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

.header_form-inp {
    width: calc(100% - 56px);
    padding-left: 20px;
    border-radius: 10px 0 0 10px;
    height: 40px;
    border: none;
}

.heaer_form-btn {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    width: 56px;
    height: 40px;
    display: flex;
    font-size:0px;
    justify-content: center;
        background-image: url(../img/search.svg);
    align-items: center;
            background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    border: none;
}

.menu_drop ul li a {
    color: #1E1D1C;
    margin-bottom: 12px;
}

.menu_drop ul li a img {
    display: none;
}

.menu_drop ul li:last-child a {
    margin-bottom: 0;
}

.menu_drop ul li:hover a {
    opacity: 1;
    color: #EC6608;
}

.menu li:hover>a {
    color: rgba(255, 255, 255, 0.5);
}

.menu li:hover>img {
    transform: rotate(180deg);
    opacity: 0.5;
}

.menu li img {
    transition: all 0.3s;
}

.menu a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.header_search-btn {
    background: rgba(0, 0, 0, 0.05);
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

.main {
    padding: 77px 0 102px;
    position: relative;
    z-index: 1;
}
.prodject,
.main,
.about_page{
    margin-top: 180px;
}
.card,
.page{
    margin-top: 220px;
}
.main_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    right: 0;
    justify-content: flex-end;
    z-index: -1;
}

.main_bg img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0 100%);
}

.main_info {
    max-width: 650px;
}

.main_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    margin-bottom: 30px;
}

.main_text {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 40px;
    color: #fff;
    max-width: 540px;
}

.main_inner {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px 30px;
    max-width: 630px;
}

.main_inner-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 4px;
}

.main_inner-subtitle {
    font-size: 22px;
    line-height: 30.8px;
    margin-bottom: 22px;
}

.main_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.main_inp-wrapper {
    background: #F7F6F5;
    border: 1px solid #E6E5E4;
    width: 210px;
    border-radius: 10px;
    position: relative;
}

.main_inp-icon {
    position: absolute;
    display: flex;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.main_inp {
    width: 100%;
    border: none;
    padding-left: 41px;
    height: 50px;
    background: none;
}

.main_inp-area {
    width: 100%;
    border: none;
    padding: 15px;
    height: 140px;
    background: none;
    resize: none;
}

.main_btn {
    padding: 15.5px 18px;
}

.form_ok {
    font-size: 12px;
    line-height: 18px;
    color: #969594;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.form_ok a{
     color: #969594;
}
.form_ok input {
    display: none;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.form_ok span {
    border: 1px solid #E6E5E4;
    background: #F7F6F5;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.main_items-block {
    margin: 50px 0;
}

.main_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.main_item {
    box-shadow: 0px 4px 16px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    width: calc(33.333% - 20px);
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.catalog {
    padding: 100px 0;
    background-color: #fff;
}

.catalog_title {
    margin-bottom: 20px;
}

.title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.catalog_title {
    max-width: 762px;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}

.catalog_item {
    display: flex;
    margin-bottom: 30px;
    background: #F7F6F5;
    border-radius: 10px;
    overflow: hidden;
}

.catalog_item:nth-child(2n) {
    flex-direction: row-reverse;
}
.directions + .container .form_block{
    margin-top: 100px;
}
.catalog_item:nth-child(2n) .catalog_item-link {
    left: 30px;
    right: auto;
}

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

.catalog_item-img {
    width: 50%;
    display: flex;
    height: 400px;
}

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

.catalog_item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 30px 48px;
    position: relative;
    width: 50%;
}

.catalog_item-link {
    display: block;
}

.catalog_item-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 15px;
}

.catalog_item-link {
    position: absolute;
    right: 30px;
    bottom: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 24px;
    color: #EC6608;
    transition: all 0.3s;
}

.catalog_item-link:hover {
    opacity: 0.5;
}

.catalog_item-link::after {
    position: relative;
    content: "";
    background-image: url(../img/link_arrow.svg);
    background-size: cover;
    width: 23px;
    height: 12px;
}

.catalog ul {
    font-size: 16px;
    line-height: 24px;
}

.catalog ul li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 21px;
}

.catalog ul li::before {
    position: absolute;
    content: "";
    background: #EC6608;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_items {
    margin-bottom: 100px;
}

.form_block {
    padding: 30px;
    border-radius: 10px;
    background-image: url(../img/bg-to-form.jpg);
    background-size: cover;
    background-position: center;
}

.form_inner {
    background: #FFFFFF;
    width: 700px;
    margin-left: auto;
    padding: 20px 30px 30px;
    border-radius: 10px;
}

.form_inner-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
    margin-bottom: 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.form_inner-text {
    font-size: 22px;
    line-height: 30.8px;
    text-align: center;
    margin: 0 auto 22px;
}

.form_inps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form_inps .main_inp-wrapper {
    width: calc(50% - 10px);
}

.form_inps .main_inp-wrapper:nth-child(3) {
    width: 100%;
}

.form_inps .main_btn {
    width: 100%;
}

.services {
    margin: 88px 0 100px;
}

.services_title {
    margin-bottom: 28px;
}

.services_wrapper {
    display: flex;
    background: #EEEFED;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px #0000000D;
    min-height: 550px;
}

.services_tabs {
    width: 410px;
}

.services_tab {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    padding: 24px 30px;
    cursor: pointer;
}

.services_tab.active {
    background: #FFFFFF;
    color: #EC6608;
    position: relative;
}

.services_tab.active::before {
    position: absolute;
    content: "";
    background-image: url(../img/services_tab-bef.svg);
    background-size: cover;
    width: 28px;
    height: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services_content {
    width: calc(100% - 410px);
    background-color: #fff;
    padding: 30px 30px 30px 50px;
    display: none;
}

.services_content.active {
    display: block;
}

.services_content p {
    line-height: 24px;
    margin-bottom: 18px;
}
.services_content ul{
    line-height: 24px;
    list-style: disc;
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 16px;
}

.services_content li:not(:last-child){
    margin-bottom: 10px;
}
.services_img {
    float: right;
    margin-left: 50px;
    margin-bottom: 40px;
    overflow: hidden;
    height: 225px;
    border-radius: 10px;
    width: 300px;
}

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

.services_link {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 24px;
    color: #EC6608;
    transition: all 0.3s;
    margin-top: 15px;
}

.services_link:hover {
    opacity: 0.5;
}

.services_link::after {
    position: relative;
    content: "";
    background-image: url(../img/link_arrow.svg);
    background-size: cover;
    width: 23px;
    height: 12px;
}

.industry {
    padding: 100px 0;
    background-image: url(../img/industry.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
  
}
.industry .container{
      position: relative;
}
.industry .crumbs{
    position: absolute;
    margin: 0;
    left: 0;
    top: -30px;
}
.industry .crumbs .crumb:last-child {
    color: #969594;
}
.industry_items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    opacity: 0;
    transition: all 0.6s;
    transform: scale(0.5);
}

.industry_wrapper:hover .industry_items {
    opacity: 1;
    transform: scale(1);
}

.industry_wrapper:hover .industry_circle {
    opacity: 0;
}

.industry_items-logo {
    width: calc(33.333% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 2px;
    order: -1;
}

.industry_item {
    background: #FFFFFF;
    border-radius: 10px;
    width: calc(33.333% - 40px);
    height: 290px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    cursor: pointer;
}

.industry_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    transition: all 0.3s;
}

.industry_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(30, 29, 28, 0) 0%, rgba(30, 29, 28, 0.75) 100%);
    transition: all 0.3s;
}

.industry_item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #EC6608;
    opacity: 0;
    transition: all 0.3s;
}

.industry_item:hover .industry_item-img::before {
    opacity: 0;
}

.industry_item:hover .industry_item-img::after {
    opacity: 0.7;
}

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

.industry_item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-left: 6px;
    position: absolute;
    padding-right: 40px;
    bottom: 30px;
    transition: all 0.3s;
    word-break: break-word;
}
.industry_item:nth-child(1),
.industry_item:nth-child(2),
.industry_item:nth-child(3),
.industry_item:nth-child(4){
    order: -2;
}
.industry_item-title::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #EC6608;
    bottom: 0;
    left: 6px;

}

.industry_item.active .industry_item-title,
.industry_item.active .industry_item-img {
    opacity: 0;
}

.industry_item.active .industry_item-info {
    opacity: 1;
}

.industry_item-info {
    line-height: 24px;
    opacity: 0;
    transition: all 0.3s;
}

.industry_item:nth-child(1) {
    transform: translate(30px, 30px);
}

.industry_item:nth-child(3) {
    transform: translate(-30px, 30px);
}

.industry_item:nth-child(6) {
    transform: translate(30px, -30px);
}

.industry_item:nth-child(8) {
    transform: translate(-30px, -30px);
}

.industry_wrapper {
    position: relative;

}

.industry_circle {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s;
    pointer-events: none;
}

.industry_circle-line {
    position: absolute;
    animation: lineCircle 10s linear infinite;
}

.industry_circle-line:nth-child(2) {
    animation: lineCircle 8s linear infinite reverse;
}

.industry_circle-puls {
    position: absolute;
    z-index: -1;
    animation: pulse 2s infinite;
}

@keyframes lineCircle {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.6);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.6);
    }
}

.about {
    margin: 90px 0 100px;
}

.about_title {
    margin-bottom: 20px;
}

.about_text {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 30px;
    color: #1E1D1C;
    max-width: 950px;
}

.about_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 10px;
    display: flex;
    margin-bottom: 50px;
    overflow: hidden;
}

.about_wrapper-img {
    width: 372px;
    display: flex;
}

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

.about_wrapper-info {
    padding: 40px 50px;
    width: calc(100% - 372px);
}

.about_wrapper-title {
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}

.about_wrapper-options {
    display: flex;
    margin-bottom: 20px;
}

.about_wrapper-option {
    font-size: 22px;
    line-height: 30.8px;
    display: flex;
    align-items: center;
}

.about_wrapper-option::after {
    position: relative;
    content: "";
    display: block;
    margin: 0 20px;
    height: 100%;
    width: 1px;
    background: #E6E5E4;
}

.about_wrapper-option:last-child::after {
    display: none;
}

.about_wrapper-text {
    font-size: 16px;
    line-height: 24px;
}

.about_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.about_gallery-item {
    height: 354px;
    display: flex;
    border-radius: 10px;
    width: calc(50% - 15px);
    overflow: hidden;
}

.about_gallery-item:nth-child(n+5){
    display: none;
}
.about_gallery-item.active{
    display: flex !important;
}


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

.btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000033;
    border-radius: 10px;
    margin-top: 30px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    color: #1E1D1C;
    transition: all 0.3s;
}

.btn_more:hover {
    background: #EC6608;
    color: #fff;
    border: 1px solid #EC6608;
}

.works {
    padding: 90px 0 100px;
    background-color: #fff;
}

.works_title {
    margin-bottom: 28px;
}

.works_items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.works_item {
    width: calc(33.333% - 20px);
    background: #F7F6F5;
    border-radius: 10px;
    padding: 30px;
}
.works_items-page .works_item {
       background: #fff;
}
.works_item-img {
    background: #FFFFFF;
    width: 180px;
    height: 100px;
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 20px 20px 20px 5px;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.works_item-img img {
    max-width: 100%;
    max-height: 100%;
}

.works_item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    margin-bottom: 16px;
}

.works_item-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 24px;
    color: #EC6608;
    transition: all 0.3s;
}

.works_item-link::after {
    position: relative;
    content: "";
    background-image: url(../img/link_arrow.svg);
    background-size: cover;
    width: 23px;
    height: 12px;

}

.works_item-link:hover {
    opacity: 0.5;
}

.works .form_block {
    margin-top: 100px;
}

.works_links {
    margin-top: 100px;
    display: flex;
    gap: 30px;
}

.works_link {
    flex: 1;
    background: #F7F6F5;
    border-radius: 10px;
    padding: 30px 30px 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #1E1D1C;
    text-align: center;
    transition: all 0.3s;
}

.works_link:hover {
    box-shadow: 0px 4px 16px 0px #0000001A;
    background: #FFFFFF;
}


.works_link:hover a {
    color: #EC6608;
}

.works_link-icon svg path {
    transition: all 0.3s;
}

.works_link a {
    color: #1E1D1C;
    display: block;
    transition: all 0.3s;
}

.works_link:hover .works_link-icon {
    background-color: #fff;

}

.works_link:hover .works_link-icon svg path {
    fill: #EC6608;
}

.works_link-icon {
    display: flex;
    justify-content: center;
    margin: 0 auto 22px;
    border: 1px solid #EC6608;
    background: #EC6608;
    width: 80px;
    height: 80px;
    transition: all 0.3s;
    border-radius: 10px;
}

.news {
    padding: 90px 0 100px;
}

.news_title {
    margin-bottom: 28px;
}

.documents_slider,
.reviews_slider,
.production_slider,
.blog_items,
.news_slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-bottom: 34px;
    position: relative;
}

.documents_slider .slick-dots,
.reviews_slider .slick-dots,
.production_slider .slick-dots,
.blog_items .slick-dots,
.news_slider .slick-dots {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    gap: 10px;
}

.documents_slider .slick-dots button,
.reviews_slider .slick-dots button,
.production_slider .slick-dots button,
.blog_items .slick-dots button,
.news_slider .slick-dots button {
    background: #E6E5E4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
}

.documents_slider .slick-dots li,
.reviews_slider .slick-dots li,
.production_slider .slick-dots li,
.blog_items .slick-dots li,
.news_slider .slick-dots li {
    display: flex;
    padding: 0;
}

.documents_slider .slick-dots .slick-active button,
.reviews_slider .slick-dots .slick-active button,
.production_slider .slick-dots .slick-active button,
.blog_items .slick-dots .slick-active button,
.news_slider .slick-dots .slick-active button {
    background-color: #1E1D1C;
}

.documents_slider .slick-dots li:only-child,
.reviews_slider .slick-dots li:only-child,
.production_slider .slick-dots li:only-child,
.blog_items .slick-dots li:only-child,
.news_slider .slick-dots li:only-child {
    display: none;
}

.documents_slider .slick-arrow,
.reviews_slider .slick-arrow,
.production_slider .slick-arrow,
.blog_items .slick-arrow,
.news_slider .slick-arrow {
    position: absolute;
    top: 130px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 2px 13px 0px #0000001A;
    cursor: pointer;
    border: none;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.documents_slider .slick-arrow,
.reviews_slider .slick-arrow,
.production_slider .slick-arrow {
    transform: translateY(-50%);
    top: 50%;
}

.documents_slider .slick-arrow:hover,
.reviews_slider .slick-arrow:hover,
.production_slider .slick-arrow:hover,
.blog_items .slick-arrow:hover,
.news_slider .slick-arrow:hover {
    background-color: #EC6608;
}

.documents_slider .slick-next,
.reviews_slider .slick-next,
.production_slider .slick-next,
.blog_items .slick-next,
.news_slider .slick-next {
    right: 35px;
    background-image: url(../img/arrow_right.svg);
}

.documents_slider .slick-next:hover,
.reviews_slider .slick-next:hover,
.production_slider .slick-next:hover,
.blog_items .slick-next:hover,
.news_slider .slick-next:hover {
    background-image: url(../img/arrow_right2.svg);
}

.documents_slider .slick-prev,
.reviews_slider .slick-prev,
.production_slider .slick-prev,
.blog_items .slick-prev,
.news_slider .slick-prev {
    left: 35px;
    background-image: url(../img/arrow_left.svg);
}

.documents_slider .slick-prev:hover,
.reviews_slider .slick-prev:hover,
.production_slider .slick-prev:hover,
.blog_items .slick-prev:hover,
.news_slider .slick-prev:hover {
    background-image: url(../img/arrow_left2.svg);
}

.news_slide {
    margin: 0 15px;
}

.production_slide {
    margin: 0 13px;
    border-radius: 10px;
    overflow: hidden;
    height: 472px;
}

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

.news_slide-img {
    height: 308px;
    overflow: hidden;
    margin-bottom: 22px;
    display: flex;
    border-radius: 10px;
}

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

.news_slide-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.news_slide-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 24px;
    color: #EC6608;
    transition: all 0.3s;
}

.news_slide-link:hover {
    opacity: 0.5;
}

.news_slide-link::after {
    position: relative;
    content: "";
    background-image: url(../img/link_arrow.svg);
    background-size: cover;
    width: 23px;
    height: 12px;
}

.blog {
    padding: 90px 0 100px;
    background-color: #fff;
}

.blog_title {
    margin-bottom: 28px;
}

.blog_items {
    margin-bottom: 30px;
}

.blog_items .slick-track {
    display: flex;
}

.blog_item {
    background: #F7F6F5;
    border-radius: 10px;
    overflow: hidden;
    height: inherit;
    margin: 0 15px;
}

.blog_item-img {
    height: 308px;
    display: flex;
    width: 100%;
}

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

.blog_item-info {
    padding: 24px 30px;
}

.blog_item-title {
    font-size: 22px;
    display: block;
    font-weight: 700;
    line-height: 30.8px;
    color: #1E1D1C;
    margin-bottom: 15px;
}

.blog_item-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 24px;
    color: #EC6608;
    transition: all 0.3s;
}

.blog_item-link:hover {
    opacity: 0.5;
}

.blog_item-link::after {
    position: relative;
    content: "";
    background-image: url(../img/link_arrow.svg);
    background-size: cover;
    width: 23px;
    height: 12px;
}

.contacts {
    padding: 50px 0;
    position: relative;
}

.contacts_map {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.contacts_map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.contacts_inner {
    width: 374px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px 30px 30px;
    position: relative;
    z-index: 1;
}

.contacts_adres {
    margin-bottom: 20px;
}

.contacts_adres-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #1E1D1C;
    margin-bottom: 3px;
}

.contacts_adres-text {
    font-size: 14px;
    line-height: 21px;
}

.contacts_numbers {
    margin-bottom: 20px;
}

.contacts_number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom: 2px;
    color: #1E1D1C;
}

.contacts_mail {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom: 24px;
    color: #1E1D1C;
}

.contacts_bot {
    display: flex;
    gap: 15px;
}

.contacts_message {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F6F5;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    transition: all 0.3s;
}

.contacts_message:hover {
    background: #EC6608;
}

.contacts_message path {
    transition: all 0.3s;
}

.contacts_message:hover path {
    fill: #fff;
}

.contacts_btn {
    width: calc(100% - 130px);
    background: #F7F6F5;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #1E1D1C;
    transition: all 0.3s;
}

.contacts_btn:hover {
    color: #FFFFFF;
    background-color: #EC6608;
}

.footer {
    background: #1E1D1C;
    color: #fff;
}

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

.footer_logo {
    display: flex;
}

.footer_adres {
    width: 272px;
    position: relative;
    padding-left: 41px;
}

.footer_adres-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom: 3px;
    color: #fff;
}

.footer_adres-text {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}

.footer_numbers {
    position: relative;
    padding-left: 41px;
}

.footer_numbers::before {
    position: absolute;
    content: "";
    background-image: url(../img/phone2.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_adres::before {
    position: absolute;
    content: "";
    background-image: url(../img/adres2.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_number {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom: 2px;
}

.footer_messages {
    display: flex;
    gap: 15px;
}

.footer a {
    transition: all 0.3s;
}

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

.footer_message {
    background: #FFFFFF0D;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.footer_message:hover {
    background: #EC6608;
}

.footer_message path {
    transition: all 0.3s;
}

.footer_message:hover path {
    fill: #fff;
}

.footer_btn {
    background: #FFFFFF0D;
    color: #fff;
}

.footer_btn:hover {
    color: #fff !important;
}

.footer_items {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 22px;
    color:#fff;
    display: block;
}

.footer_menu a {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.footer_inner {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
}

.footer_inner-item {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer_inner-item span {
    opacity: 0.1;
    margin: 0 10px;
}

.popup_body {
    width: 410px;
    box-shadow: 0px 4px 16px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px 30px;
}

.popup_body-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
    margin-bottom: 20px;
}

.popup_body .main_inp-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.popup_body .main_inp-wrapper .main_inp {
    padding-left: 15px;
}

.popup_body-btn {
    margin-bottom: 26px;
    width: 100%;
}

.form_ok {
    display: block;
}

.popup_thanks {
    width: 520px;
    box-shadow: 0px 4px 16px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px 30px;
}

.popup_thanks-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.popup_thanks-text span {
    font-weight: 700;
    color: #EC6608;
}

.popup_calc {
    width: 910px;
    box-shadow: 0px 4px 16px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px 30px;
}

.popup_calc-inps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.popup_calc .main_inp-wrapper {
    width: calc(33.333% - 13.333px);
}

.popup_calc .main_inp {
    padding-left: 15px;
}

.popup_calc .main_inp-wrapper:nth-child(7) {
    width: 100%;
}

.popup_calc-bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.popup_calc-bot .popup_body-btn,
.popup_calc-bot .form_ok {
    margin: 0;
}

.menu_burger {
    display: none;
}

.header_mobile {
    display: none;
}

.menu_drop-back {
    display: none;
}

.card {
    padding-bottom: 100px;
}

.crumbs {
    margin: 26px 0 45px;
    display: flex;
    flex-wrap: wrap;
}

.crumb {
    font-size: 14px;
    line-height: 21px;
    color: #969594;
    display: flex;
}

.crumb:last-child {
    color: #1E1D1C;
}

.crumb:last-child::after {
    display: none;
}

.crumb::after {
    position: relative;
    content: "/";
    display: block;
    margin: 0 10px;
}

.card_wrapper {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 16px 0px #0000000D;
    margin-bottom: 100px;
}

.card_imgs,
.card_info {
    width: calc(50% - 30px);
}

.card_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 22px;
}

.card_text {
    line-height: 24px;
    margin-bottom: 24px;
}
.card_info ul ,
.card_items {
    margin-bottom: 32px;
}
.card_info ul li,
.card_items li {
    background: #F7F6F5;
    position: relative;
    padding: 15px 20px 15px 40px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    line-height: 24px;
}
.card_info ul li::before,
.card_items li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #EC6608;
    border-radius: 2px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.card_btn {
    width: 100%;
}

.card_img {
    width: 100%;
    height: 438px;
    border-radius: 5px;
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;

}

.card_img.anim {
    animation: imgAnim 0.3s;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

@keyframes imgAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.card_dots {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.card_dot {
    display: flex;
    width: calc(25% - 11.25px);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 102px;
    cursor: pointer;
}

.card_dot.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #EC6608;
    opacity: 0.5;
    right: 0;
}

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



.card_tabs {
    display: flex;
    margin-bottom: 30px;
    gap: 50px;
    border-bottom: 1px solid #E6E5E4;
}

.card_tab {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: #969594;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.card_tab.active::before {
    position: absolute;
    content: "";
    background-color: #EC6608;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
}

.card_tab.active {
    color: #1E1D1C;
}

.card_content {
    background: #FFFFFF;
    padding: 20px 30px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 4px 16px 0px #0000000D;
}

.card_content.active {
    display: block;
}

.card_content-title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.card_content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.card_content-inner:last-child {
    margin-bottom: 0;
}

.card_content-inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.card_inner-img {
    display: flex;
    width: 380px;
    height: 284px;
    border-radius: 5px;
    overflow: hidden;
}

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

.card_content-info {
    width: 810px;
}

.card_content-info p {
    margin-bottom: 15px;
}

.card_content-subtitle h1,
.card_content-subtitle h2,
.card_content-subtitle h3,
.card_content-subtitle h4,
.card_content-subtitle h5,
.card_content-subtitle h6{
        font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
}
.card_content-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    margin-bottom: 15px;
}

.card_options li {
    line-height: 24px;
    display: flex;
    margin-bottom: 8px;
}

.card_options li span {
    font-size: 16px;
    font-weight: 700;
    width: 600px;
    order: 1;
    line-height: 24px;
}

.card_options li::after {
    position: relative;
    content: "";
    flex: auto;
    border-bottom: 1px dashed #C8C7C6;
    margin: 0 5px 5px;
}

.card_content-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card_content-img {
    width: calc(33.333% - 20px);
    height: 292px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

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

.card_doc {
    border-bottom: 1px solid #E6E5E4;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card_doc:first-child {
    padding-top: 0;
}

.card_doc:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.card_doc-img {
    width: 170px;
    background: #F7F6F5;
    border-radius: 5px;
    padding: 13px 10px;
    display: flex;
}

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

.card_doc-info {
    width: calc(100% - 200px);
}






.directions {
    padding: 90px 0 100px;
    background-color: #fff;
}

.directions_title {
    margin-bottom: 28px;
}

.directions_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.directions_item {
    width: calc(33.333% - 20px);
    height: 305px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.directions_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.directions_item-img img{
    width: 100%;
    height: 100%;
        object-fit: cover;

}
.directions_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 29, 28, 0) 0%, rgba(30, 29, 28, 0.75) 100%);
    top: 0;
    right: 0;
}

.directions_item-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    transition: all 0.3s;
}

.directions_item:hover .directions_item-title {
    opacity: 0;
}

.directions_item-title::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #EC6608;
    left: 0;
    bottom: 0;
}

.directions_item-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1e1d1ce2;
    padding: 24px 30px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.directions_item:hover .directions_item-info {
    opacity: 1;
    visibility: visible;
}

.directions_item-subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    color: #EC6608;
    margin-bottom: 6px;
}

.directions_item-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.services .form_block {
    margin-bottom: 86px;
}

.prodject {
    padding: 26px 0 156px;
    position: relative;
    z-index: 1;
}

.prodject .crumb:last-child {
    color: #fff;
}

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

.prodject_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1E1D1C;
    opacity: 0.9;
}

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

.prodject .crumbs {
    margin: 0 0 82px;
}


.prodject_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 82px;
    color: #fff;
}

.prodject_title span {
    color: #EC6608;
}
.prodject ul,
.prodject_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 80px;
}
.prodject ul li,
.prodject_items li {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: calc(50% - 40px);
    color: #fff;
    position: relative;
    padding-left: 21px;
}
.prodject ul li::before,
.prodject_items li::before {
    position: absolute;
    content: "";
    background: #EC6608;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    left: 0;
    top: 9px;
}

.prodject_inner {
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 10px;
    background-color: #fff;
    padding: 24px 30px;
    margin-bottom: 30px;
}

.prodject_block {
    padding: 50px 0 100px;
}

.prodject_inner-title {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    border-bottom: 1px solid #E6E5E4;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.prodject_inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prodject_inner-img {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodject_inner-img img {
    max-width: 100%;
    max-height: 100%;
}

p:last-child {
    margin-bottom: 0;
}

.prodject_inner-info {
    width: calc(100% - 230px);
}

.prodject_inner-img.logo {
    height: 100px;
}

.prodject_inner-img.doc {
    height: auto;
    padding: 14px 10px;
    background: #F7F6F5;
    border-radius: 5px;
}

.prodject_inner-items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.prodject_inner-item {
    background: #F7F6F5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: calc(33.333% - 20px);
}

.prodject_inner-item_img {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.prodject_inner-item_title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.prodject_inner-item_title span {
    color: #EC6608;
    margin: 2px 0;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}

.prodject_inner-tabs {
    display: flex;
    margin-bottom: 30px;
    gap: 15px;
}

.prodject_inner-tab {
    border: 1px solid #969594;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    cursor: pointer;
}

.prodject_inner-tab.active {
    background: #EC6608;
    border: 1px solid #EC6608;
    color: #fff;
}

.prodject_inner-content {
    display: none;
}

.prodject_inner-content.active {
    display: block;
}

.form_block-body {
    margin: 100px 0;
}

.about_page {
    position: relative;
    z-index: 1;
    padding-bottom: 195px;
    padding-top: 26px;
}

.about_page .crumbs {
    margin-top: 0;
}

.about_page .crumb:last-child {
    color: #fff;
}

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

.about_page-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1E1D1C;
    opacity: 0.9;
}

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

.about_page-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about_page-logo {
    width: 272px;
    display: flex;
}

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

.about_page-info {
    width: calc(100% - 320px);
}

.about_page-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.about_page-subtitle {
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    margin-bottom: 20px;
}

.about_page-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.standart {
    padding: 90px 0 100px;
}

.standart_title {
    margin-bottom: 28px;
}

.standart_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 10px;
    padding: 38px 50px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.standart_info {
    width: 740px;
}

.standart_img {
    display: flex;
    width: 400px;
}

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

.standart_info-btn {
    width: 310px;
}

.production {
    padding: 90px 0 100px;
    background-color: #fff;
}

.production_title {
    margin-bottom: 28px;
}


.equipment {
    padding: 90px 0 100px;
}

.equipment_title {
    margin-bottom: 30px;
}

.equipment_items {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    grid-template-columns: 2fr 0.7fr 2fr;
}
.equipment_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}
.equipment_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 4;
}
.equipment_item:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 4;
}
.equipment_item:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 4;
}
.equipment_item:nth-child(5) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
}
.equipment_item:nth-child(6) {
    grid-row-start: 4;
    grid-column-start: 3;
    grid-row-end: 6;
    grid-column-end: 4;
}
.equipment_item:nth-child(7) {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 3;
}
.equipment_item:nth-child(8) {
   grid-row-start: 6;
   grid-column-start: 1;
   grid-row-end: 8;
   grid-column-end: 2;
   
}
.equipment_item:nth-child(9) {
   grid-row-start: 6;
   grid-column-start: 2;
   grid-row-end: 7;
   grid-column-end: 4;
   
}
.equipment_item:nth-child(10) {
   grid-row-start: 7;
   grid-column-start: 2;
   grid-row-end: 8;
   grid-column-end: 4;
}
.equipment_item:nth-child(11) {
   grid-row-start: 8;
   grid-column-start: 1;
   grid-row-end: 9;
   grid-column-end: 4;
}
.equipment_item:nth-child(12) {
   grid-row-start: 9;
   grid-column-start: 1;
   grid-row-end: 10;
   grid-column-end: 3;
}
.equipment_item:nth-child(13) {
   grid-row-start: 10;
   grid-column-start: 1;
   grid-row-end: 11;
   grid-column-end: 3;
}
.equipment_item:nth-child(14) {
   grid-row-start: 9;
   grid-column-start: 3;
   grid-row-end: 11;
   grid-column-end: 4;
   
}
.equipment_item {
    border-radius: 10px;
    overflow: hidden;
    min-height: 345px;
    display: flex;
    z-index: 1;
    position: relative;
}



.equipment_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
}

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

.equipment_item-info {
    padding: 20px 30px;
    opacity: 0;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.equipment_item:hover .equipment_item-info {
    opacity: 1;
}

.equipment_item-info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1E1D1C;
    opacity: 0.9;
    z-index: -1;
}

.equipment_item::after {
    position: absolute;
    content: "";
    background: #EC6608;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    transition: all 0.3s;
    z-index: 1;
}

.equipment_item:hover::after {
    width: 300px;
    height: 300px;
}

.equipment_item-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.equipment_item-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.history {
    padding: 90px 0 100px;
    position: relative;
    z-index: 1;
    background-image: url(../img/history.jpg);
    background-size: cover;
    background-position: center;
}

.history_items {
    height: 440px;
    position: relative;
    margin-top: -20px;
}

.history_items::before {
    position: absolute;
    content: "";
    background-image: url(../img/history_line.svg);
    background-size: cover;
    height: 321px;
    width: 1290px;
    pointer-events: none;
    top: 0;
    left: 0;
}

.history_item {
    width: 100px;
    height: 147px;
    position: absolute;
    padding: 22px 15px;
    display: flex;
    transition: all 0.3s;
    align-items: flex-end;
}

.history_item-tooltip {
    box-shadow: 0px 5px 25px 0px #00000026;
    background: #FFFFFF;
    border-radius: 10px 10px 0 10px;
    width: 260px;
    position: absolute;
    border-left: 3px solid #EC6608;
    top: -20px;
    right: 64px;
    transform: translateY(-100%) rotate(-5deg);
    padding: 14px 20px;
    color: #1E1D1C;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.history_item:hover .history_item-tooltip {
    opacity: 1;
    visibility: visible;
}

.history_item-tooltip::before {
    position: absolute;
    content: "";
    background-image: url(../img/tooltip_bef.svg);
    background-size: cover;
    width: 18px;
    height: 22px;
    right: 0;
    bottom: -21px;
}

.history_item:nth-child(1) {
    bottom: 0;
    left: 50px;
}

.history_item:nth-child(2) {
    bottom: 64px;
    left: 186px;
}

.history_item:nth-child(3) {
    bottom: 118px;
    left: 322px;
}

.history_item:nth-child(4) {
    bottom: 144px;
    left: 458px;
}

.history_item:nth-child(5) {
    bottom: 128px;
    left: 594px;
}

.history_item:nth-child(6) {
    bottom: 123px;
    left: 730px;
}

.history_item:nth-child(7) {
    bottom: 167px;
    left: 866px;
}

.history_item:nth-child(8) {
    bottom: 223px;
    left: 1002px;
}

.history_item:nth-child(9) {
    bottom: 277px;
    left: 1140px;
}

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

.history_item svg rect {
    transition: all 0.3s;
}

.history_item:hover svg rect:not(:nth-child(5)) {
    fill: #EC6608;
}

.history_item:hover {
    transform: rotate(5deg) translateX(-5px);
}

.history_item-title {
    color: #FFFFFF;
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s;
}

.history_item:hover .history_item-title {
    color: #EC6608;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.reviews {
    padding: 90px 0 100px;
}

.reviews_title {
    margin-bottom: 30px;
}


.reviews_slide {
    margin: 0 15px;
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 10px;
    overflow: hidden;
    height: 424px;
}

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

.documents {
    padding: 90px 0 100px;
    background-color: #fff;
}

.documents h2 {
    margin-bottom: 30px;
}

.documents_slide {
    border: 1px solid #E6E5E4;
    box-shadow: 0px 4px 16px 0px #0000000D;
    border-radius: 10px;
    padding: 30px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.documents_slide-info {
    width: calc(100% - 200px);
}

.documents_slide-img {
    background: #F7F6F5;
    padding: 13px 10px;
    border-radius: 5px;
    display: flex;
    width: 170px;
}

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

.documents+.works {
    background: none;
}

.documents+.works .works_item {
    background: #fff;
}


.documents+.works .works_item-img {
    box-shadow: 0px 4px 16px 0px #0000000D, 0px 4px 16px 0px #0000001A;

}


.documents+.works+.news {
    background-color: #fff;
}

.vacancies {
    padding: 90px 0 100px;
}

.vacancies_title {
    margin-bottom: 30px;
}

.vacancies_wrapper {
    display: flex;
    background: #EEEFED;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px #0000000D;
    align-items: flex-start;
    overflow: hidden;
}

.vacancies_tabs {
    width: 410px;
    padding: 30px;
    gap: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.vacancies_tab {
    border: 1px solid #969594;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    padding: 10px 20px;
    width: fit-content;
    text-align: center;
    cursor: pointer;
}

.vacancies_tab.active {
    background: #EC6608;
    border: 1px solid #EC6608;
    color: #fff;
}

.vacancies_content {
    background: #FFFFFF;
    width: calc(100% - 410px);
    padding: 20px 30px;
    display: none;
}

.vacancies_content.active {
    display: block;
}

.vacancies_subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 14px;
}

.vacancies_content ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.vacancies_content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 21px;
}

.vacancies_content ul li::before {
    position: absolute;
    content: "";
    background: #EC6608;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vacancies_content-inner {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.vacancies_content-inner a {
    color: #EC6608;
}
.news_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.news_items .news_slide {
    margin: 0;
    width: calc(33.333% - 20px);
}
.simplesearch-page a,
.simplesearch-result-pages a,
.search-result a{
        color: #1E1D1C;
}
.simplesearch-result-pages{
    margin: 20px 0 0;
    display: block;
}

.search-result h3{
    font-weight: 700;
    margin-bottom: 18px;
}
.search-result .link a{
    color:#EC6608;
}





@media(max-width:1600px) {
     .history_item:first-child {
        z-index: 1;
    }

    .history_item:first-child .history_item-tooltip {
        right: auto;
        left: 26px;
        top: -35px;
        border-left: none;
        border-right: 3px solid #EC6608;
        border-radius: 10px 10px 10px 0;
    }

    .history_item:first-child .history_item-tooltip::before {
        left: 0;
        right: auto;
    }   
}






@media(max-width:1350px) {
    .container {
        max-width: 1150px;
    }

    .header_logo {
        width: 180px;
    }

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

    .menu {
        gap: 24px;
    }

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

    .main_info {
        max-width: 630px;
    }

    .industry_item-title {
        font-size: 22px;
        padding-left: 0;
    }

    .works_link {
        font-size: 20px;
        line-height: 28px;
    }

    .works_item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .footer_logo {
        width: 166px;
    }

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

    .header_form {
        width: 1120px;
    }

    .card_tabs {
        gap: 32px;
    }

    .card_content-info {
        width: 700px;
    }

    .card_content-img {
        height: 250px;
    }

    .directions_item-title {
        font-size: 24px;
    }

    .directions_item {
        height: 280px;
    }

    .card_img {
        height: 380px;
    }

    .card_dot {
        height: 90px;
    }

    .card_inner-img {
        width: 344px;
    }

    .standart_info {
        width: 580px;
    }

    .production_slide {
        height: 412px;
    }

    .history_items::before {
        width: 100%;
        height: 279px;
    }

    .history_item:nth-child(1) {
        left: 22px;
    }

    .history_items {
        height: 408px;
    }

    .history_item:nth-child(2) {
        bottom: 54px;
        left: 140px;
    }

    .history_item:nth-child(3) {
        bottom: 105px;
        left: 260px;
    }

    .history_item:nth-child(4) {
        bottom: 132px;
        left: 380px;
    }

    .history_item:nth-child(5) {
        bottom: 122px;
        left: 496px;
    }

    .history_item:nth-child(6) {
        bottom: 112px;
        left: 612px;
    }

    .history_item:nth-child(7) {
        bottom: 154px;
        left: 750px;
    }

    .history_item:nth-child(8) {
        bottom: 204px;
        left: 880px;
    }

    .history_item:nth-child(9) {
        bottom: 262px;
        left: 1019px;
    }



    .reviews_slide {
        height: 365px;
    }


}

@media (max-width: 1200px) {
    .container {
        max-width: 930px;
    }

    .header_form {
        width: 900px;
    }

    .header_adres {
        display: none;
    }

    .menu {
        gap: 15px;
    }

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

    .main_title {
        font-size: 36px;
        line-height: 46px;
    }

    .main_text {
        font-size: 24px;
        line-height: 32px;
    }

    .main_info {
        max-width: 450px;
    }

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

    .main_btn {
        width: 100%;
    }

    .main_item {
        width: calc(50% - 15px);
    }

    .form_inner {
        width: 560px;
    }

    .form_block {
        background-position: 32%;
    }

    .services_tabs {
        width: 320px;
    }

    .services_content {
        width: calc(100% - 320px);
    }

    .services_tab {
        font-size: 18px;
    }

    .services_img {
        width: 260px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .industry_item-title {
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 10px;
    }

    .industry_item-title::before {
        left: 0;
    }

    .industry_item {
        padding: 20px;
        height: 220px;
    }

    .industry_items-logo img {
        width: 320px;
    }

    .industry_circle-logo {
        width: 320px;
    }

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

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

    .industry_circle-line:nth-child(1) {
        width: 500px;
    }

    .industry_circle-line:nth-child(2) {
        width: 650px;
    }

    .industry_circle-line:nth-child(3) {
        width: 800px;
    }

    .about_text {
        font-size: 24px;
        line-height: 34px;
    }

    .about_wrapper-info {
        padding: 30px;
    }

    .about_wrapper-title {
        font-size: 30px;
        line-height: 42px;
    }

    .about_wrapper-option {
        font-size: 20px;
        line-height: 28.8px;
    }

    .about_gallery-item {
        height: 255px;
    }

    .works_item {
        width: calc(50% - 15px);
    }

    .works_links {
        flex-wrap: wrap;
    }

    .works_link {
        width: calc(50% - 15px);
        flex: none;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .footer_items {
        gap: 40px;
        flex-wrap: wrap;
    }

    .footer_inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .card_info {
        width: 50%;
    }

    .card_img {
        height: 310px;
    }

    .card_dot {
        height: 66px;
    }

    .card_tab {
        font-size: 18px;
    }

    .card_content-inner {
        flex-direction: column !important;
        align-items: flex-start;
        gap: 15px;
    }

    .card_content-info {
        width: 100%;
    }

    .card_options li span {
        width: 300px;
    }

    .card_content-img {
        height: 200px;
    }

    .directions_item {
        padding: 20px;
    }

    .directions_item-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .directions_item {
        height: 220px;
    }
    .prodject ul,
    .prodject_items {
        gap: 20px 30px;
    }

    .prodject_item {
        width: calc(50% - 15px);
    }

    .standart_info {
        width: 470px;
    }

    .standart_img {
        width: 300px;
    }

    .production_slide {
        height: 328px;
    }

    .equipment_item {
        min-height: 290px;
    }

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

    .equipment_item-title {
        font-size: 24px;
        line-height: 32px;
    }

    .equipment_item:hover::after {
        width: 200px;
        height: 200px;
    }

    .history_items::before {
        height: 224px;
    }

    .history_items {
        margin-top: 20px;
    }

    .history_item {
        width: 84px;
        height: 130px;
        padding: 24px 8px;
    }

    .history_item-title {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
    }

    .history_items {
        height: 332px;
    }

    .history_item:nth-child(2) {
        bottom: 46px;
        left: 124px;
    }

    .history_item:nth-child(3) {
        bottom: 84px;
        left: 222px;
    }

    .history_item:nth-child(4) {
        bottom: 100px;
        left: 326px;
    }

    .history_item:nth-child(5) {
        bottom: 88px;
        left: 436px;
    }

    .history_item:nth-child(6) {
        bottom: 94px;
        left: 538px;
    }

    .history_item:nth-child(7) {
        bottom: 134px;
        left: 640px;
    }

    .history_item:nth-child(8) {
        bottom: 176px;
        left: 742px;
    }

    .history_item:nth-child(9) {
        bottom: 208px;
        left: 836px;
    }

    .reviews_slide {
        height: 396px;
    }

    .vacancies_tabs {
        width: 362px;

    }

    .vacancies_content {
        width: calc(100% - 362px);
    }

    .vacancies_tab {
        padding: 10px 14px;
    }

    .footer_item {
        width: calc(50% - 20px);
    }
    .news_items .news_slide {
        width: calc(50% - 15px);
    }
  .history_item-tooltip {
    width: 232px;
    right: 50px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

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

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        background-color: #EC6608;
        width: 100%;
          max-height: 0px;
        top: 0;
        flex-direction: column;
        right: 0;
        overflow: auto;
        padding-top: 14px;
        padding-bottom: 0;
    }

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

    .header_form {
        opacity: 1;
        visibility: visible;
        transform: none;
        inset: auto;
        position: relative;
        width: calc(100% - 64px);
        margin-bottom: 15px;
    }

    .header_form::before {
        display: none;
    }

    .menu {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }


    .menu li {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
    }

    .menu li:first-child::after {
        position: absolute;
        content: "";
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        height: 1px;
        top: 0;
        background: #FFFFFF33;
    }

    .menu li::before {
        position: absolute;
        content: "";
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        height: 1px;
        bottom: 0;
        background: #FFFFFF33;
    }

    .menu li img {
        transform: rotate(-90deg);
    }

    .header_search-btn {
        display: none;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
        max-height: none;
        height: 100%;
    }

    .header_inner .container {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .header_btn,
    .header_numbers {
        display: none;
    }

    .header_wrapper>.header_messages {
        margin-left: auto;
        margin-right: 40px;
    }

    .header_mobile {
        display: block;
        position: relative;
        gap: 20px;
        flex-grow: 1;
        padding: 24px 0;
    }

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

    .header_mobile .header_adres,
    .header_mobile .header_numbers {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .header_mobile .header_btn,
    .header_mobile .header_messages {
        display: flex;
    }

    .header_mobile-bot {
        display: flex;
        gap: 15px;
    }

    .menu_burger {
        display: block;
        width: 40px;
        height: 26px;
        z-index: 3;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #EC6608;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 12px;
        background-color: #fff;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #EC6608;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 12px;
        background-color: #fff;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #EC6608;
        top: 12px;
        right: 0;
        transition: all 0.3s;
    }

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

    .main {
        margin-top: 94px;
        padding-top: 340px;
    }

    .main_info {
        max-width: 100%;
    }

    .main_bg {
        background-position: left;
    }

    .main_bg img {
        width: 100%;
        height: 300px;
        clip-path: none;
    }

    .catalog_item-img {
        width: 40%;
        height: auto;
    }

    .catalog_item-info {
        width: 60%;
    }

    .catalog_item-title {
        font-size: 22px;
        line-height: 32px;
    }

    .form_block {
        padding: 220px 20px 20px;
        background-image: url(../img/form_block2.jpg);
        background-position: top center;
        position: relative;
        z-index: 1;
    }

    .form_block::before {
        position: absolute;
        content: "";
        background-image: url(../img/form_inner-bef.png);
        background-size: cover;
        width: 222px;
        height: 252px;
        z-index: -1;
        top: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    .form_inner {
        width: 100%;
    }

    .services_wrapper {
        flex-direction: column;
    }

    .services_tabs {
        width: 100%;
    }

    .services_content {
        width: 100%;
        padding: 30px;
    }

    .services_tab.active::before {
        right: 20px;
    }

    .industry_circle {
        position: relative;
        transform: none;
        inset: auto;
    }

    .industry_items {
        transform: none;
        opacity: 1;
    }

    .industry_items-logo {
        display: none;
    }

    .industry_item {
        transform: none !important;
    }

    .industry_wrapper:hover .industry_circle {
        opacity: 1;
    }

    .industry_circle {
        height: 520px;
        z-index: 1;
        margin-bottom: 40px;
    }

    .industry_circle-logo {
        width: 240px;
    }

    .industry_circle-line:nth-child(1) {
        width: 320px;
    }

    .industry_circle-line:nth-child(2) {
        width: 400px;
    }

    .industry_circle-line:nth-child(3) {
        width: 480px;
    }

    .industry_circle-puls {
        width: 100%;
    }

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

    .industry_item-info {
        line-height: 18px;
        font-size: 14px;
    }

    .industry_items {
        gap: 30px;
    }

    .industry_item {
        width: calc(50% - 15px);
    }

    .about_wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .about_wrapper-info {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .about_wrapper-img {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        margin: 0 auto 14px;
        overflow: hidden;
    }

    .about_gallery-item {
        height: 220px;
    }

    .blog_item-img,
    .news_slide-img {
        height: 250px;
    }

    .footer_item {
        width: calc(50% - 20px);
    }

    .menu_drop-back {
        display: flex;
        align-items: center;
        color: #EC6608;
        gap: 5px;
        border-bottom: 1px solid #E6E5E4;
        font-size: 14px;
        font-weight: 700;
        padding: 35px calc((100vw - 700px) / 2);
        background: #F7F6F5;
        line-height: 21px;
    }

    .menu_drop {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        flex-direction: column;
        right: 0;
        background-color: #fff;
        z-index: 3;
        padding: 0;
        border-radius: 0;
    }

    .menu_drop ul {
        width: 100%;
    }

    .menu_drop ul li a {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
    }

    .menu_drop ul li {
        padding: 10px calc((100vw - 700px) / 2);
        border-bottom: 1px solid #E6E5E4;
    }

    .menu li:hover .menu_drop {
        opacity: 0;
        visibility: hidden;
    }

    .menu_drop.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .menu_drop-img {
        display: none;
    }

    .menu_burger.orange::before {
        background-color: #EC6608;
    }

    .menu_burger.orange::after {
        background-color: #EC6608;
    }

    .menu_drop ul li a {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .menu_drop ul li a img {
        display: block;
        width: 80px;
        height: 60px;
        min-width: 80px;
        object-fit: cover;
        transform: none !important;
        border-radius: 5px;
    }

    .card {
        margin-top: 120px;
    }

    .card_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .card_imgs,
    .card_info {
        width: 100%;

    }

    .card_img {
        height: 430px;
    }

    .card_dot {
        height: 100px;
    }

    .card_tabs {
        gap: 20px;
        overflow: auto;
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
    }

    .card_tabs::-webkit-scrollbar {
        display: none;
    }

    .card_tab {
        white-space: nowrap;
    }

    .card_tab.active::before {
        bottom: 0;
    }

    .card_content-img {
        height: 150px;
    }

    .directions_item {
        width: calc(50% - 15px);
    }

    .prodject {
        margin-top: 94px;
    }
    .prodject ul li,
    .prodject_items li {
        width: 100%;
    }

    .prodject_inner-items {
        flex-wrap: wrap;
    }

    .prodject_inner-item {
        width: calc(50% - 15px);
    }

    .card_options li span {
        width: 260px;
    }

    .about_page-logo {
        float: left;
        margin-right: 35px;
        margin-bottom: 25px;
    }

    .about_page-wrapper {
        display: block;
    }

    .about_page-info {
        width: 100%;
    }

    .about_page {
        margin-top: 93px;
    }

    .about_page-title {
        margin-bottom: 74px;
        padding-top: 20px;
    }

    .standart_wrapper {
        flex-direction: column;
        gap: 14px;
    }

    .standart_info {
        width: 100%;
    }

    .standart_img {
        margin: 0 auto;
    }

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

    .about_wrapper-options {
        justify-content: center;
    }

    .standart_info-btn {
        width: 100%;
    }

    .production_slide {
        height: 526px;
    }

    .equipment_items {
        display: flex;
        flex-direction: column;
    }

    .equipment_item {
        width: 100%;
        height: 400px;
    }

    .history_item {
        position: relative;
        inset: auto !important;
    }

    .history_item:hover {
        z-index: 2;
    }

    .history_items {
        margin-top: 30px;
        padding: 0 80px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 70px;
    }

    .history_items::before {
        background-image: url(../img/history_line2.svg);
    }

    .history_items::before {
        width: 80.5%;
        right: 50%;
        left: auto;
        background-repeat: no-repeat;
        transform: translateX(50%);
        height: 402px;
        top: 6px;
    }

    .history_item-tooltip {
        right: 48px;
    }

    .reviews_slide {
        height: 302px;
    }


    .documents_slider .slick-arrow {
        top: 140px;
        transform: none;
    }

    .documents_slider .slick-next {
        right: -10px;
    }

    .documents_slider .slick-prev {
        left: -10px;
    }


    .vacancies_wrapper {
        flex-direction: column;
    }

    .vacancies_tabs,
    .vacancies_content {
        width: 100%;
    }
    .page{
        margin-top: 130px;
    }
    .page h1{
        margin-bottom: 30px;
    }
    .header + .industry{
        padding-top: 160px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
   .page{
        margin-top: 100px;
    }
    .page h1{
            font-size: 30px;
        line-height: 38px;
    }
    .news_items .news_slide{
        width: 100%;
    }
    .news_items{
        gap:10px;
    }
    .documents_slid:10pxo {
        width: 100%;
    }

    .documents_slide {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .header_wrapper {
        padding: 20px 0;
    }

    .header_logo {
        width: 130px;
    }

    .header_wrapper>.header_messages {
        margin-right: 20px;
        gap:10px;
    }
.header_message{
    width: 36px;
    height: 36px;
}
.header_message svg{
    width: 20px;
    height: auto;
}
    .main {
        margin-top: 80px;
        padding-top: 284px;
        padding-bottom: 40px;
    }
.header_message:not(:nth-child(1)){
    display: none;
}
.header_wrapper .header_numbers{
    display: flex;
    padding: 0;
    margin-left: auto;
    margin-right: 20px;
}
.header_wrapper>.header_messages{
    margin-left: 0;
}
.header_wrapper .header_number:not(:nth-child(1)){
    display: none;
}
.header_wrapper .header_number{
    font-size: 0px;
    width: 26px;
    height: 26px;
}
    .main_bg img {
        height: 250px;
    }

    .main_bg {
        background-size: 100% calc(100% - 250px);
        background-position: bottom;
        background-image: url(../img/main_bg2.jpg);
        background-repeat: no-repeat;
    }

    .main_title {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 10px;
    }

    .main_text {
        font-size: 18px;
        line-height: 23.4px;
        margin-bottom: 35px;
    }

    .main_inner {
        padding: 15px 20px;
        border-radius: 10px;
    }

    .main_inner-title {
        font-size: 18px;
        line-height: 23.4px;
    }

    .main_inner-subtitle {
        font-size: 14px;
        max-width: 200px;
        line-height: 19.6px;
        margin-bottom: 15px;
    }

    .main_inp {
        height: 40px;
    }

    .main_inp-wrapper {
        width: 100%;
    }

    .main_form {
        gap: 15px;
    }

    .main_btn {
        padding: 11.5px;
    }

    .form_ok {
        font-size: 10px;
        line-height: 15px;
    }

    .main_items-block {
        margin: 40px 0;
    }

    .main_item {
        width: 100%;
        font-size: 14px;
        line-height: 21px;
        padding: 20px;
        border-radius: 10px;
    }

    .main_item-img {
        width: 50px;
        display: flex;
        min-width: 50px;
    }

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

    .main_items {
        gap: 15px;
    }

    .catalog {
        padding: 40px 0;
    }

    .title {
        font-size: 24px;
        line-height: 28.8px;
    }

    .catalog_title {
        margin-bottom: 18px;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }

    .catalog_item {
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    .catalog_item-img {
        width: 100%;
        height: 208px;
    }

    .catalog_item-info {
        width: 100%;
        padding: 15px 20px;
    }

    .catalog_item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .catalog_item-link {
        position: relative;
        inset: auto !important;
        margin-left: auto;
        font-size: 14px;
        line-height: 21px;
    }

    .catalog ul li {
        font-size: 14px;
        line-height: 21px;
    }

    .form_block {
        border-radius: 10px;
    }

    .catalog_items {
        margin-bottom: 40px;
    }

    .form_inner {
        border-radius: 10px;
        padding: 14px 20px;
    }

    .form_inner-title {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 8px;
        margin-left: 0;
        width: 100%;
    }

    .form_inner-text {
        font-size: 14px;
        line-height: 19.6px;
    }

    .form_inps .main_inp-wrapper {
        width: 100%;
    }

    .form_inps {
        gap: 15px;
    }

    .main_inp-area {
        height: 120px;
    }

    .services {
        margin: 40px 0;
    }

    .services_tab {
        font-size: 14px;
        line-height: 19.6px;
        padding: 15px 20px;
    }

    .services_content {
        padding: 20px;
    }

    .services_img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .industry {
        padding: 40px 0;
    }

    .services_link {
        justify-content: flex-end;
        font-size: 14px;
    }

    .industry_circle-logo {
        width: 101px;
    }

    .industry_circle {
        width: 223px;
        height: 223px;
        margin: 0 auto 30px;
    }

    .industry_circle-line:nth-child(3) {
        width: 100%;
    }

    .industry_circle-line:nth-child(2) {
        width: 186px;
    }

    .industry_circle-line:nth-child(1) {
        width: 148px;
    }

    .industry_circle-puls {
        width: 150%;
    }

    .industry_items {
        gap: 15px;
    }

    .industry_item {
        width: 100%;
        height: 249px;
        padding: 20px;
    }

    .industry_item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .industry_item-info {
        font-size: 14px;
        line-height: 20px;
    }

    .about {
        margin: 40px 0;
    }

    .about_text {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 24px;
    }

    .about_wrapper-title {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 20px;
    }

    .about_wrapper-option {
        font-size: 14px;
        line-height: 19.6px;
    }

    .about_wrapper-option::after {
        margin: 0 10px;
    }

    .about_wrapper-text {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .about_wrapper {
        margin-bottom: 30px;
    }

    .about_gallery {
        margin-top: 30px;
        gap: 15px;
    }

    .about_gallery-item {
        width: 100%;
        height: 52vw;
    }

    .btn_more {
        margin-top: 15px;
        font-size: 14px;
        height: 40px;
    }

    .works {
        padding: 40px 0;
    }

    .works_item {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
    }

    .works_item-img {
        width: 148px;
        height: 80px;
        margin-bottom: 14px;
    }

    .works_item-title {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 8px;

    }

    .works_items {
        gap: 15px;
    }

    .works .form_block {
        margin-top: 40px;
    }

    .works_links {
        margin-top: 20px;
        gap: 15px;
    }

    .works_link {
        width: calc(50% - 7.5px);
        padding: 20px 10px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .works_link-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }

    .works_link-icon svg {
        width: 100%;
        height: auto;
    }

    .news {
        padding: 40px 0;
    }

    .reviews_slider .slick-arrow,
    .production_slider .slick-arrow,
    .documents_slider .slick-arrow,
    .blog_items .slick-arrow,
    .news_slider .slick-arrow {
        height: 30px;
        width: 30px;
        background-size: 7px 10px;
        top: 112px;
    }

    .production_slider .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .reviews_slider .slick-next,
    .production_slider .slick-next,
    .documents_slider .slick-next,
    .blog_items .slick-next,
    .news_slider .slick-next {
        right: 5px;
    }

    .reviews_slider .slick-prev,
    .production_slider .slick-prev,
    .documents_slider .slick-prev,
    .blog_items .slick-prev,
    .news_slider .slick-prev {
        left: 5px;
    }

    .news_slide-title {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 10px;
    }

    .news_slide-link {
        font-size: 14px;
    }

    .reviews_slider .slick-dots button,
    .production_slider .slick-dots button,
    .documents_slider .slick-dots button,
    .blog_items .slick-dots button,
    .news_slider .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .reviews_slider,
    .production_slider,
    .documents_slider,
    .blog_items,
    .news_slider {
        padding-bottom: 23px;
    }

    .blog {
        padding: 40px 0;
    }

    .blog_item-info {
        padding: 14px 0 0;
    }

    .blog_item {
        background: none;
    }

    .blog_item-title {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 10px;
    }

    .blog_item-link {
        font-size: 14px;
    }

    .blog_items .slick-track {
        display: block;
    }

    .contacts_map {
        position: relative;
        height: 250px;
    }

    .contacts_inner {
        background: none;
        padding: 24px 10px 0;
        width: 100%;
    }

    .contacts_adres-title {
        font-size: 18px;
        line-height: 25.2px;
    }

    .contacts {
        background-color: #fff;
        padding-bottom: 30px;
    }

    .footer_logo {
        margin-bottom: 24px;
    }

    .footer_adres {
        margin-bottom: 24px;
        width: 100%;
    }

    .footer_numbers {
        margin-bottom: 24px;
    }

    .footer_wrapper {
        padding: 30px 0;
    }

    .footer_btn {
        width: calc(100% - 195px);
        font-size: 14px;
        padding: 0;
        height: 50px;
    }



    .footer_items {
        padding: 30px 0;
        gap: 24px;
    }

    .footer_item {
        width: 100%;
    }

    .header_form {
        padding: 0;
    }

    .header_inner {
        padding-top: 20px;
    }

    .header_mobile .header_btn {
        width: calc(100% - 195px);
        font-size: 14px;
        padding: 0;
        height: 50px;
    }

    .footer_item-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .footer_inner {
        padding: 25px 0;
        gap: 20px;
    }

    .menu_drop-back {
        padding: 30px 15px;
    }

    .menu_drop ul li {
        padding: 10px 15px;
    }

    .popup_body {
        padding: 40px 20px;
    }

    .popup_body-title {
        font-size: 18px;
        line-height: 25.2px;
        text-align: center;
        margin-bottom: 8px;
    }

    .popup_thanks-text {
        font-size: 14px;
        line-height: 21px;
    }

    .popup_calc .main_inp-wrapper {
        width: 100%;
    }

    .popup_calc-bot {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .popup_body-btn,
    .popup_calc-bot .popup_body-btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 16.8px;
    }

    .crumbs {
        margin: 0 0 40px;
    }

    .card {
        margin-top: 100px;
    }

    .crumb {
        font-size: 10px;
        line-height: 15px;
    }

    .crumb::after {
        margin: 0 5px;
    }

    .card_wrapper {
        padding: 14px 20px;
    }

    .card_title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .card_text {
        font-size: 14px;
        line-height: 21px;
    }
    .card_info ul li,
    .card_items li {
        font-size: 14px;
        line-height: 18.2px;
    }

    .card_btn {
        font-size: 14px;
    }

    .card_img {
        height: 61vw;
        margin-bottom: 8px;
    }

    .card_dots {
        gap: 8px;
    }

    .card_dot {
        width: calc(33.333% - 5.5px);
        height: 19vw;
    }

    .card_wrapper {
        margin-bottom: 30px;
    }

    .card_tabs {
        width: calc(100% + 15px);
        padding-right: 15px;
        gap: 30px;
        margin-bottom: 20px;
    }

    .card_tab {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 16px;
    }

    .card_content {
        padding: 15px 20px;
    }

    .card_content-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .card_inner-img {
        width: 100%;
        height: auto;
    }
.card_content-subtitle h1,
.card_content-subtitle h2,
.card_content-subtitle h3,
.card_content-subtitle h4,
.card_content-subtitle h5,
.card_content-subtitle h6{
         font-size: 18px;
        line-height: 25.2px;   
}
    .card_content-subtitle {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 15px;
    }

    .card_content-inner {
        margin-bottom: 25px;
    }

    .card_options li {
        flex-direction: column;
        gap: 5px;
    }

    .card_options li::after {
        order: 2;
    }

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

    .card_content-imgs {
        gap: 10px;
    }

    .card_doc {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .card_doc {
        padding: 12px 0;
    }

    .card_doc-info {
        width: 100%;
    }

    .card {
        padding-bottom: 40px;
    }

    .directions {
        padding: 40px 0;
    }

    .directions_item {
        width: 100%;
        height: 249px;
    }

    .directions_items {
        gap: 15px;
    }

    .prodject {
        padding-bottom: 36px;
    }

    .directions_item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .directions_item-info {
        padding: 20px;
    }

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

    .prodject .crumbs {
        margin-bottom: 20px;
    }

    .prodject_title {
        margin-bottom: 22px;
        font-size: 24px;
        line-height: 28.8px;
    }
    .prodject ul,
    .prodject_items {
        gap: 20px;
    }
    .prodject ul li,
    .prodject_items li {
        font-size: 14px;
        line-height: 18.2px;
    }

    .prodject_block {
        padding: 40px 0;
    }

    .prodject_inner {
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    .prodject_inner-title {
        font-size: 18px;
        line-height: 25.2px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .prodject_inner-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .prodject_inner-img {
        width: 120px;
    }
.equipment_item-info{
    opacity: 1;
}
.equipment_item::after {
        width: 200px;
        height: 200px;
    
}
    .prodject_inner-img.logo {
        height: 60px;
    }

    .prodject_inner-info {
        width: 100%;
    }

    .prodject_inner-item {
        width: 100%;
        padding: 15px 20px;
        padding-left: 115px;
        position: relative;
    }

    .prodject_inner-items {
        gap: 10px;
    }

    .prodject_inner-item_img {
        margin: 0;
        position: absolute;
        left: 20px;
        width: 80px;
        height: 80px;
    }

    .prodject_inner-item_title {
        text-align: left;
    }

    .prodject_inner-item_title {
        font-size: 14px;
        line-height: 21px;
    }

    .prodject_inner-item_title span {
        line-height: 26px;
        font-size: 20px;
    }

    .prodject_inner-tabs {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .prodject_inner-tab {
        font-size: 12px;
        line-height: 14.4px;
        padding: 6px 15px;
    }

    .form_block-body {
        margin: 40px 0;
    }

    .about_page {
        margin-top: 80px;
        padding: 20px 0 35px;
    }

    .about_page-logo {
        width: 121px;
        margin-right: 24px;
    }

    .about_page-title {
        font-size: 24px;
        margin-bottom: 34px;
        line-height: 31.2px;
        padding: 10px;
    }

    .about_page-subtitle {
        font-size: 18px;
        line-height: 23.4px;
        margin-bottom: 20px;
    }

    .about_page-text {
        font-size: 14px;
        line-height: 21px;
    }

    .standart {
        padding: 40px 0;
    }

    .standart_title br {
        display: none;
    }

    .standart_wrapper {
        padding: 20px;
    }

    .standart_img {
        width: 200px;
    }
    
    .standart .card_items {
        margin-bottom: 20px;
    }

    .production {
        padding: 40px 0;
    }

    .production_slide {
        height: 68vw;
    }

    .equipment {
        padding: 40px 0;
    }

    .equipment_item-info {
        padding: 24px 20px;
    }

    .equipment_item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .equipment_item {
        height: 435px;
    }

    .equipment_items {
        gap: 15px;
    }

    .history {
        padding: 40px 0;
    }

    .history_item {
        width: 70px;
        height: 103px;
        padding: 10px 5px;
    }

    .history_items {
        padding: 0 30px;
        gap: 16px 20px;
        max-width: 380px;
        margin: 30px auto 0;
    }

    .history_item-title {
        font-size: 21px;
        line-height: 25.2px;
        text-align: center;
    }

    .history_item:nth-child(5),
    .history_item:nth-child(6),
    .history_item:nth-child(4) {
        transform: translateX(25px);
    }
.prodject,
.main,
.about_page{
    margin-top: 76px;
}
    .history_item:nth-child(4):hover,
    .history_item:nth-child(5):hover,
    .history_item:nth-child(6):hover {
        transform: rotate(5deg) translateX(20px);
    }

    .history_items::before {
        width: 335px;
        height: 239px;
        top: 3px;
    }

    .history_item-tooltip {
        font-size: 12px;
        width: 160px;
        padding: 6px 12px;
        line-height: 18px;
    }

    .history_item-tooltip {
        right: 38px;
    }

    .history_item:nth-child(1) .history_item-tooltip,
    .history_item:nth-child(4) .history_item-tooltip,
    .history_item:nth-child(7) .history_item-tooltip {
        right: auto;
        left: 13px;
        top: -32px;
        border-left: none;
        border-right: 3px solid #EC6608;
        border-radius: 10px 10px 10px 0;
    }

    .history_item:nth-child(1) .history_item-tooltip::before,
    .history_item:nth-child(4) .history_item-tooltip::before,
    .history_item:nth-child(7) .history_item-tooltip::before {
        left: 0;
        right: auto;
    }

    .reviews_slider {
        width: calc(100% + 15px);
        margin-left: -7.5px;
    }

    .reviews_slide {
        margin: 0 7.5px;
        height: 60vw;
    }

    .documents {
        padding: 40px 0;
    }

    .documents_slider {
        width: 100%;
        margin: 0;
    }

    .documents_slide {
        padding: 15px 20px;
    }

    .documents_slide-img {
        width: 114px;
        padding: 14px 10px;
    }

    .documents_slider .slick-arrow {
        top: 80px;
    }

    .documents_slider .slick-next {
        right: -10px;
    }

    .documents_slider .slick-prev {
        left: -10px;
    }

    .vacancies {
        padding: 40px 0;
    }

    .vacancies_tabs {
        padding: 20px;
        gap: 10px;
    }

    .vacancies_tab {
        font-size: 12px;
        line-height: 14.4px;
        padding: 6px 15px;
    }

    .vacancies_content {
        padding: 14px 20px;
    }

    .vacancies_subtitle {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 15px;
    }
    .card_content-info ul,
.card_content-info ol{
        font-size: 14px;
        line-height: 21px;
    }
    .vacancies_content ul li {
        font-size: 14px;
        line-height: 18.2px;
    }

    .vacancies_content-inner {
        font-size: 18px;
        line-height: 25.2px;
    }
    .directions + .container .form_block{
        margin: 40px 0;
    }
    .industry .crumbs {
    left: 15px;
    top: -50px;
}
.page ol,
.page ul{
    font-size: 14px;
}
.equipment_item-info{
    opacity: 1;
}
}


@media (max-width: 359.98px) {
    .about_page-title {
        font-size: 20px;
    }
}