body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

h1 {
    margin: 0;
}

input {
    border: none;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a:hover {
    color: #D00E01 !important;
}

button {
    border: none;
    cursor: pointer;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

header {
    padding-top: 62px;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    position: relative;
}

.sticky-wrapper.is-sticky #sticker {
    padding-top: 0;
    padding: 15px 0;
    background: #FFFFFF;
}

#sticker-sticky-wrapper {
    z-index: 10;
}

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

.mail_top {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #817E7E;
}

.menu_link {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
}

.menu_link {
    margin-right: 71px;
}

.hiddenmenu {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

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

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

.h_a a {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
    margin-bottom: 30px;
}

.h_a a:last-child {
    margin-bottom: 0;
}

.h_a+.h_a {
    margin-left: 55px;
}

.hiddenmenu .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.menu_wrapper {
    width: 510px;
    height: auto;
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 40px;
    padding-top: 156px;
}

.burger {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 14px;
    transition: all 0.2s ease-in;
}

.burger span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #272727;
    border-radius: 50px;
    transition: all 0.2s ease-in;
}

.burger span::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #272727;
    border-radius: 50px;
    transition: all 0.2s ease-in;
}

.burger.active span::after {
    transform: rotate(-45deg) translate(3px, -6px);
}

.burger.active span::before {
    transform: rotate(45deg) translate(2px, 6px);
}

.ban {
    padding-top: 140px;
    padding-bottom: 175px;
    margin-bottom: 95px;
}

.ban_title {
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 63px;
    color: #2D2828;
    position: relative;
    z-index: 1;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ban_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
    margin-top: 50px;
    margin-bottom: 94px;
}

.main_btn {
    background: linear-gradient(273.66deg, #E00E00 -33.52%, #FF7B01 71.34%);
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 19px 52px;
    max-height: 60px;
}

.grey {
    position: absolute;
    top: -260px;
    right: -1492px;
    width: 1920px;
    height: 802px;
    background: #F7F7F7;
    z-index: -1;
}

.banimg {
    position: absolute;
    right: -110px;
    top: 0;
}

.loop {
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.nadej {
    background: #F6F6F6;
    padding: 60px 0;
    margin-bottom: 140px;
}

.equipment_left_title {
    margin-bottom: 80px;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 59px;
    color: #2D2828;
}

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

.nj_item {
    width: 200px;
}

.nj_item>div:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 59px;
    color: #D00E01;
    margin-bottom: 42px;
    text-align: center;
}

.nj_item>div:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.about_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.about_img_wrap {
    position: relative;
}

.siemargl {
    width: 600px;
    height: 408px;
    object-fit: contain;
}

.about_left {
    width: 484px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 39px;
}

.about_left::after {
    position: absolute;
    content: '';
    width: 1920px;
    top: 0;
    left: 0;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;
}

.about_left_text {
    padding-top: 106px;
    padding-left: 51px;
    padding-bottom: 84px;
    font-style: normal;
    padding-right: 60px;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.more_a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    font-family: 'Inter', sans-serif;
    color: #D00E01;
}

.more_a::after {
    content: '';
    background: #D00E01;
    width: 45px;
    height: 2px;
    border-radius: 20px;
    margin-left: 20px;
}

.plus_wrap {
    position: absolute;
    z-index: 1;
}

.plus {
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(128.4deg, #FF7B00 23.53%, #CF0C00 103.75%, #EF0E00 103.75%);
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-50%);
}

.plus_text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.line {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.plus_wrap.active .plus_text {
    opacity: 1;
    visibility: visible;
}

.plus_wrap.active .line {
    opacity: 1;
    visibility: visible;
}

.plus_wrap.one .plus {
    left: 58%;
    top: -35px;
}

.plus_wrap.two .plus {
    left: 75%;
    top: 59px;
}

.plus_wrap.two .plus_text {
    position: relative;
    right: -308px;
    top: -6px;
}

.plus_wrap.two .line {
    position: absolute;
    left: 102%;
    width: 1px;
    background: #D4D4D4;
    transform: rotate(80deg);
    height: 109px;
}

.plus::after {
    position: absolute;
    content: '';
    background: url('/extore/frontend/themes/siem/img/svg/plus.svg') center no-repeat;
    background-size: contain;
    height: 13px;
    width: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus.active::after {
    background: url('/extore/frontend/themes/siem/img/svg/minus.svg') center no-repeat;
    background-size: contain;
}

.plus_text {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.plus_wrap.one {
    bottom: 83px;
    left: 0;
}

.plus_wrap.one .line {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #D4D4D4;
    transform: rotate(15deg);
    height: 79px;
}

.plus_wrap.three {
    bottom: 0;
    right: 0;
}

.plus_wrap.three .plus {
    bottom: 129px;
    right: 124px;
}

.plus_wrap.three .line {
    position: absolute;
    left: 5%;
    top: -84px;
    transform: translateX(-50%);
    width: 1px;
    background: #D4D4D4;
    transform: rotate(31deg);
    height: 160px;
}

.plus_wrap.three .plus_text {
    position: relative;
    bottom: -64px;
    right: 66%;
}

.about_sec {
    margin-bottom: 140px;
}

.title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.more_title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #2D2828;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.more_title::after {
    content: '';
    background: #2D2828;
    width: 45px;
    height: 2px;
    border-radius: 20px;
    margin-left: 20px;
}

.more_title:hover::after {
    background: #D00E01;
}

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

.equipment_left {
    height: 605px;
    overflow-y: auto;
    padding-right: 23px;
    width: 300px;
    margin-right: 68px;
    flex-shrink: 0;
}

.equipment_item {
    position: relative;
    width: 100%;
    height: 185px;
    background: #F7F7F7;
    box-sizing: border-box;
    cursor: pointer;
    box-sizing: border-box;
    padding: 25px;
}

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

/* .equipment_item::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;
} */
.equipment_item+.equipment_item {
    margin-top: 25px;
}

.equipment_left::-webkit-scrollbar {
    width: 5px;
    border-radius: 25px;
}

.equipment_left::-webkit-scrollbar-track {
    background-color: darkgrey;
    border-radius: 25px;
}

.equipment_left::-webkit-scrollbar-thumb {
    background: linear-gradient(128.4deg, #FF7B00 23.53%, #CF0C00 103.75%, #EF0E00 103.75%);
    border-radius: 25px;
}

.equipment_left {
    scrollbar-width: thin;
}

.equipment_left {
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}

.equipment_title {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 28px;
    display: block;
}

.equipment_price {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #817E7E;
    margin-bottom: 7px;
}

.equipment_full {
    display: none;
    width: 780px;
}

.equipment_full.active {
    display: block;
}

.equipment_full img {
    width: 100%;
    height: 387px;
    object-fit: contain;
    object-position: right;
}

.section_title {
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 59px;
    color: #2D2828;
    margin-bottom: 80px;
}

.equipment_sec {
    margin-bottom: 140px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 58px;
}

.big_grid {
    grid-area: 1 / 3 / 3 / 4;
}

.grid_item {
    height: 222px;
    background: #F7F7F7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 45px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.big_grid {
    height: 502px;
}

.grid_item img {
    width: 69px;
    height: 73px;
    object-fit: contain;
    object-position: top;
    margin-bottom: 31px;
}

.big_grid {
    padding: 85px 70px;
    padding-bottom: 52px;
    text-align: start;
}

.ban2 {
    background: url('/extore/frontend/themes/siem/img/bg2.jpg') center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.grid_sec {
    margin-bottom: 140px;
}

.ban2_title {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
    margin-bottom: 25px;
}

.ban2_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.form1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 314px);
    gap: 27px;
    column-gap: 56px;
    width: 59%;
}

.form1 input,
.contacts_form_wrap input,
.form_partner input {
    background: #FFFFFF;
    border-radius: 30px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #817E7E;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0 30px;
}

.form1 input::placeholder,
.contacts_form_wrap input::placeholder,
.form_partner input::placeholder {
    font-family: 'Inter', sans-serif;
}

.ban2 {
    margin-bottom: 140px;
}

.zxc {
    position: relative;
    left: -100px;
}

.work_right {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    font-family: 'Inter', sans-serif;
}

.work_right ul {
    margin-bottom: 60px;
}

.work_sec {
    margin-bottom: 140px;
}

.faq_header {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 0;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}

.faq_header>div {
    width: 28px;
    height: 24px;
    background: url('/extore/frontend/themes/siem/img/svg/rplus.svg') center no-repeat;
    background-size: contain;
}

.faq_header.ui-accordion-header-active>div {
    background: url('/extore/frontend/themes/siem/img/svg/rminus.svg') center no-repeat;
    background-size: contain;
}

.faq_header.ui-accordion-header-active {
    border-bottom: 1px solid transparent;
}

.faq_content {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    padding-bottom: 60px;
    border-bottom: 1px solid transparent;
}

.faq_content.ui-accordion-content-active {
    border-bottom: 1px solid #DDDDDD;
}

.faq_sec {
    margin-bottom: 140px;
}

.news_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 313px;
}

.news_item img {
    width: 470px;
    height: 313px;
    object-fit: cover;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-right: 130px;
}

.date {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    color: #817E7E;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    text-align: start;
    margin-bottom: 15px;
}

.news_title {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
    margin-bottom: 25px;
    width: 100%;
}

.news_text {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    font-family: 'Inter', sans-serif;
    margin-bottom: 41px;
}

.news_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.news_item+.news_item {
    margin-top: 60px;
}

.contacts_info {
    width: 594px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 90px;
}

.contacts_item>div:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #817E7E;
    margin-bottom: 20px;
}

.contacts_item>div:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
}

.contacts_item a {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
}

.contacts_form_wrap {
    width: 500px;
    box-sizing: border-box;
    background: #F7F7F7;
    height: 465px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.contacts_form_wrap::after {
    content: '';
    height: 100%;
    width: 200%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: #F7F7F7;
}

.cf_title {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
    margin-bottom: 25px;
}

.cf_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 35px;
}

.contacts_form_wrap form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contacts_form_wrap input {
    margin-bottom: 25px;
}

.contacts_form_wrap input+button {
    margin-top: 10px;
}

.contacts_sec {
    margin-bottom: 140px;
}

.news_sec {
    margin-bottom: 140px;
}

footer {
    padding: 60px 0;
    background: #F7F7F7;
}

.bg2 {
    position: absolute;
    bottom: -143px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 59px;
}

.socials a {
    display: flex;
}

.socials a:not(:last-child) {
    margin-right: 20px;
}

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

.f_nav a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
}

.f_nav a:not(:first-child) {
    font-family: 'Inter', sans-serif;
}

.f_nav a:not(:last-child) {
    margin-bottom: 18px;
}

.f_nav a:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
    margin-bottom: 29px;
}

.f_tel {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 22px !important;
    line-height: 26px !important;
    color: #2D2828 !important;
}

.f_tel+.f_tel {
    margin-top: 17px !important;
}

.f_last {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    font-family: 'Inter', sans-serif;
}

.mzvd {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.f_bottom {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #817E7E;
    margin-top: 58px;
    text-align: center;
}

.mb0 {
    margin-bottom: 0;
}

.crosh {
    margin-top: 100px;
    margin-bottom: 41px;
}

.crosh ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}

.crosh a {
    color: inherit;
}

.crosh li:not(:last-child) {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
    color: #2D2828;
    padding-right: 25px;
}

.crosh li:not(:last-child)::after {
    content: '-';
    padding-left: 31px;

}

.crosh li:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #D00E01;
    font-family: 'Inter', sans-serif;
}

.about_left.big::after {
    right: 0 !important;
    left: auto;
}

.about_left.big .about_left_text {
    padding-left: 0;
}

.about_flex.big .siemargl {
    transform: scale(-1, 1);
    z-index: -1;
    height: 100%;
    object-fit: contain;
}

.about_flex.big .plus_wrap.two .plus {
    left: 113%;
    top: 59px;
}

.about_flex.big .plus_wrap.two .plus_text {
    right: 69px;
    top: -6px;
}

.about_flex.big .plus_wrap.two .line {
    left: 94%;
    width: 1px;
    background: #D4D4D4;
    transform: rotate(288deg);
    height: 86px;
}

.about_flex.big .plus_wrap.one {
    bottom: 69px;
    left: 333px;
}

.about_flex.big .plus_wrap.three {
    bottom: 45px;
    right: 284px;
}

.about_flex.big .plus_wrap.three .plus {
    bottom: 129px;
    right: 124px;
}

.about_flex.big .plus_wrap.three .line {
    left: 9%;
    top: -175px;
    transform: rotate(318deg);
    height: 76px;
}

.about_flex.big .plus_wrap.three .plus_text {
    bottom: 214px;
    right: 66%;
}

.preim {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}

.preim_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    max-width: 503px;
}

.preim_item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: top;
    margin-right: 15px;
}

.sd a {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    font-family: 'Inter', sans-serif;
}

.sd a:not(:last-child) {
    margin-right: 52px;
}

.img_catalog_wrap {
    background: #F6F6F6;
    width: 100%;
    height: 177px;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 30px 44px;
}

.catalog_item {
    width: 370px;
    height: 324px;
    box-sizing: border-box;
}

.catalog_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog_item a {
    display: block;
}

.catalog_title {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
    height: 52px;
    margin-bottom: 35px;
}

.catalog_bot>div {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
}

.catalog_bot a {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #D00E01;
    font-family: 'Inter', sans-serif;
}

.catalog_flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 54px;
    column-gap: 30px;
}

.contacts_form_wrap input {
    width: 317px;
}

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

.tovar_img {
    width: 548px;
    height: 341px;
    object-fit: contain;
    object-position: center;
    margin-right: 40px;
}

.har_item {
    display: flex;
}

.har_item .item,
.har_item .price {
    flex: 1 0 auto;
}

.har_item .dots {
    flex: 0 1 auto;
    /*Allows too long content to be hidden.*/
    overflow: hidden;
}

.dots::before {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #817E7E;
    font-size: 12px;
    content:
        ". . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . "
}

.tovar_har {
    width: 585px;
    height: 492px;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 60px 53px 60px 56px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.tovar_har::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0%;
    background: #F6F6F6;
    z-index: -1;
}

.har_item {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.har_item:not(:last-child) {
    margin-bottom: 15px;
}

.har_bot {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 34px;
    color: #2D2828;
    width: 100%;
}

.tovar_cat {
    margin-bottom: 140px;
}

.maybe_sec {
    margin-bottom: 140px;
}

.partner_text {
    max-width: 628px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    flex-shrink: 0;
}

.partner_img {
    position: relative;
    right: -50px;
}

.part_f {
    padding: 65px 0;
    background: #F7F7F7;
    margin-bottom: 140px;
}

.section_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.form_partner input {
    width: 314px;
}

.form_partner {
    margin-top: 60px;
}

.form_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form_left input:not(:last-child) {
    margin-bottom: 25px;
}

.form_partner textarea {
    width: 800px;
    background: #FFFFFF;
    border-radius: 30px;
    height: 145px;
    box-sizing: border-box;
    resize: none;
    border: none;
    padding: 17px 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
}

.form_partner textarea::placeholder {
    font-family: 'Inter', sans-serif;
}

.form_bot {
    margin-top: 22px;
}

.form_bot>div {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #817E7E;
    font-family: 'Inter', sans-serif;
}

.big_date {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    color: #817E7E;
    margin-bottom: 25px;
}

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

.bignews_left {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #2D2828;
    font-family: 'Inter', sans-serif;
    width: 700px;
}

.bignews_right {
    position: relative;
    right: -135px;
}

.big_img_news {
    width: 505px;
    height: 334px;
    object-fit: cover;
    margin-bottom: 80px;
}

.big_item {
    width: 370px;
    height: 185px;
    box-sizing: border-box;
    padding: 25px 0 25px 35px;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.big_item::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 200%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #F7F7F7;
}

.big_item+.big_item {
    margin-top: 80px;
}

.top_big>div:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    color: #817E7E;
    margin-bottom: 15px;
}

.top_big>a:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2D2828;
}

.sert_grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.sert_grid img {
    width: 214px;
    height: 306px;
    object-fit: cover;
}



.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.modal__container {
    background: #F7F7F7;
    padding: 75px 102px;
    max-width: 1440px;
    width: 100%;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
}

.modal__container.small {
    padding: 0;
    max-width: 754px;
    height: 503px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal__container.small .close {
    top: 25px;
    right: 25px;
}

.modal__container.small .contacts_form_wrap::after {
    display: none;
}

.ok {
    margin-top: 105px;
}

.close {
    cursor: pointer;
    top: 40px;
    right: 135px;
    position: absolute;
}

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

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.catalog_sec {
    margin-bottom: 140px;
}

.map {
    width: 100%;
    height: 608px;
}

@media screen and (max-width:1240px) {
    section>* {
        width: 600px;
    }

    html,
    body {
        min-width: 620px;
    }

    /* body {min-width:640px; width:100%; overflow-x:hidden;} */
    body>*>* * {
        max-width: 600px;
    }

    .slick-slider,
    .slick-slider *,
    .lSSlideOuter,
    .lSSlideOuter *,
    .fancybox-overlay * {
        max-width: none;
    }

    .h600 {
        display: none !important;
    }

    section {
        min-width: 600px;
        width: 100%;
    }

    header {
        min-width: 600px;
        width: 100%;
    }

    .wrapper {
        width: 600px !important;
        box-sizing: border-box;
    }

    .menu_link {
        display: none;
    }

    .faq_header {
        box-sizing: border-box;
        max-width: 100%;
    }

    .about_img_wrap {
        overflow: hidden;
    }

    .faq_header>div {
        margin-left: 10px;
    }

    .menu_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .banimg {
        width: 300px;
        height: auto;
        right: 0;
    }

    .grey {
        display: none;
    }

    .ban {
        padding-bottom: 0;
    }

    .ft {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 25px;
    }

    .about_flex {
        flex-wrap: wrap;
    }

    .siemargl {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .about_left {
        width: 100%;
    }

    .about_left_text {
        padding: 20px 0;
    }

    .about_left::after {
        display: none;
    }

    .section_title {
        font-size: 35px;
        line-height: 39px;
    }

    .more_title::after {
        display: none;
    }

    .more_title {
        font-size: 15px;
    }

    .equipment_flex {
        flex-wrap: wrap;
    }

    .equipment_left {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

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

    .grid_item {
        width: 45%;
        font-size: 15px;
    }

    .big_grid {
        width: 100%;
        height: 300px;
    }

    .ban2 .fj {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ban2 br {
        display: none;
        text-align: center;
    }

    .ban2_subtitle {
        text-align: center;
    }

    .form1 {
        margin-top: 20px;
        width: 100%;
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .work_sec .fj {
        flex-wrap: wrap;
    }

    .zxc {
        left: 0;
        margin-bottom: 20px;
    }

    .news_item {
        flex-wrap: wrap;
        height: auto;
    }

    .news_item img {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .contacts_sec .fj {
        flex-wrap: wrap;
    }

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

    .contacts_form_wrap::after {
        display: none;
    }

    .contacts_form_wrap {
        width: 100%;
    }

    .contacts_form_wrap form {
        width: 90%;
    }

    .contacts_form_wrap form button {
        width: 100% !important;
    }

    .contacts_form_wrap input {
        width: 100%;
    }

    .f_nav {
        display: none;
    }

    .plus_wrap.three .line {
        position: absolute;
        left: -3%;
        top: -118px;
        transform: translateX(-50%);
        width: 1px;
        background: #D4D4D4;
        transform: rotate(68deg);
        height: 98px;
    }

    .plus_wrap.three .plus_text {
        position: relative;
        bottom: 52px;
        right: 66%;
    }

    .plus_wrap.two .line {
        position: absolute;
        left: 95%;
        top: 24px;
        width: 1px;
        background: #D4D4D4;
        transform: rotate(80deg);
        height: 82px;
    }

    .plus_wrap.two .plus_text {
        position: relative;
        right: -228px;
        top: -6px;
    }

    .preim_item {
        max-width: 100%;
        width: 100%;
    }

    .about_flex.big .plus_wrap.three .plus_text {
        bottom: 214px;
        right: 36%;
    }

    .fj.sd {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }

    .catalog_sec .title_flex {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }

    .catalog_item {
        width: 100%;
    }

    .tovar_flex {
        flex-wrap: wrap;
    }

    .tovar_har::after {
        display: none;
    }

    .tovar_img {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .tovar_har {
        width: 100%;
    }

    .sert_grid {
        justify-content: space-between;
    }

    .sert_grid img {
        width: 269px;
        height: 386px;
        object-fit: cover;
    }

    .section_subtitle br {
        display: none;
    }

    .ffx {
        flex-wrap: wrap;
    }

    .partner_img {
        right: 0;
        width: 100%;
        object-fit: cover;
    }

    .ffx .partner_img {
        margin-top: 20px;
    }

    .form_partner.fj {
        flex-wrap: wrap;
    }

    .form_partner input {
        width: 100%;
    }

    .form_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .form_partner textarea {
        width: 100%;
    }

    .partner_text {
        max-width: 100%;
    }

    .bignews_wrap {
        display: block;
    }

    .bignews_left {
        width: 100%;
    }

    .bignews_right {
        right: 0;
    }

    .big_item::after {
        display: none;
    }

    .bignews_right {
        margin-top: 20px;
    }

    .big_img_news {
        width: 100%;
    }

    .big_item {
        width: 100%;
        padding: 25px;
    }
}