*,*::after,*::before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul,ol,li {
    list-style: none;
}
html,body {
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: rgba(119, 178, 184, 0.10);
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    position: relative;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
header{
    padding: 20px 0px;
}
.main-header .container{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
}
.main-header{
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
}
.header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
}
.header-menu-decktop{
    background-color: white;
    padding: 0.2rem 3rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu-decktop ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.header-menu-phone-mail{
    background-color: white;
    padding: 0.5rem 2rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-phone-text{
    margin-bottom: 8px;
}
.header-callback button{
    background: #C94237;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0.2rem 2rem;
    font-size: 16px;
    width: 100%;
    height: 100%;
}
.header-menu-decktop ul li a{
    color: #234F5A;
    text-wrap: nowrap;
}
.header-logo img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 0.8rem 2rem;
    border-radius: 20px;
}
.header-menu-decktop ul li a:hover{
    color: #77B2B8;
}
.callback-btn:hover{
    background: #AB2D23;
    cursor: pointer;
}
.header-menu-phone-mail a{
    color: #234F5A;
}
.header-menu-phone-mail a:hover{
    color: #77B2B8;
}
.section-banner{
    background-color: #D9D9D9;
    height: 600px;
    border-radius: 3rem;
}
.section-banner img{
    width: 100%;
    height: auto;
    border-radius: 3rem;
}
.section-o-kompanii{
    border-radius: 3rem;
    background-color: white;
    padding: 3rem 5rem 4rem 3rem;
    margin-top: 1rem;
}
.sub-title-block{
    font-size: 14px;
    color: rgba(35, 79, 90, 0.40);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.sub-title-block:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #C94237;
    border-radius: 4px;
    display: block;
    margin-right: 6px;
}
.section-o-kompanii-content{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 5rem;
}
.section-o-kompanii-content-text{
    width: 45%;
}
.title-page{
    font-size: 2.5rem;
    line-height: 120%;
    font-weight: 700;
    color: #234F5A;
    margin-bottom: 3rem;
}
.section-o-kompanii-content-text p{
    line-height: 140%;
    font-weight: 500;
    color: #626F73;
}
.section-o-kompanii-content-number-block{
    width: 45%;
    background-color: #F2F8F8;
    padding: 2.5rem 2rem;
    border-radius: 20px;
}
.section-o-kompanii-content-number{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: end;
}
.number-block-number{
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
    color: #234F5A;
    margin-bottom: 6px;
}
.number-block-text{
    color: #234F5A;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 1.5rem;
}
.number-block-content{
    color: #234F5A;
}
.section-proizvodstvo{
    border-radius: 3rem;
    background-color: #77B2B8;
    padding: 3rem 3rem 3rem 3rem;
    margin-top: 1rem;
    color: white;
}
.section-proizvodstvo-content{
    font-size: 1.4rem;
    line-height: 130%;
}
.section-proizvodstvo ul li{
    list-style: disc !important;
}
.section-proizvodstvo-text{
    color: rgba(255, 255, 255, 1);
    line-height: 140%;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.section-proizvodstvo img{
    width: 100%;
    height: auto;
}
.section-products{
    background-color: white;
    padding: 3rem 3rem 3rem 3rem;
    margin-top: 1rem;
    border-radius: 3rem;
}
.product-name{
    color: #234F5A;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 700;
}
.product-content-item-text{
    background-color: #EFF3F3;
    padding: 2rem;
    border-radius: 20px;
}
.product-content{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.product-name{
    text-align: center;
    margin-bottom: 20px;
}
.product-text{
    color: #626F73;
    text-align: center;
    line-height: 140%;
    width: 90%;
    margin: 0 auto;
   
}
.product-content-item-text .product-text:nth-child(3){
     min-height: 110px;
}
.product-content-item img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.section-btn-team{
    margin-top: 1rem;
}
.section-btn-team h2{
    background-color: #77B2B8;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 1.8rem;
    padding: 2rem;
}
.section-team{
    margin-top: 1rem;
    background-color: white;
    padding: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.section-team-content{
    width: 50%;
    position: relative;
}
.section-team-content-block{
    background-color: #F2F8F8;
    border-radius: 20px;
    color: #626F73;
    padding: 2rem 3rem;
    min-height: 80%;
}
.section-team-content ul li:before{
    content: url("/assets/image/icon-team.svg");
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.section-team-content p{
    margin-bottom: 20px;
}
.section-team-content ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 140%;
}
.section-team-content-img{
    width: 50%;
}
.section-team-content-img img{
    width: 100%;
    height: auto;
}
.section-team-content a{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    background: #C94237;
    color: white;
    border-radius: 20px;
    padding: 1.5rem 2rem;
}
.section-team-content a:hover{
    background: #AB2D23;
}
.section-vakancya{
    margin-top: 1rem;
    background-color: white;
    padding: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.title-contact{
    color: #234F5A;
    line-height: 120%;
    font-weight: 700;
    font-size: 1.6rem;
}
.text-contact{
    margin-top: 25px;
    margin-bottom: 5px;
    width: 70%;
}
.contact-icon{
    display: flex;
    align-items: end;
}
.contact-icon p{
    color: #234F5A;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 130%;
    margin-right: 20px;
}
.section-contact-content{
    width: 50%;
}
.section-contact-form{
    width: 50%;
}
.section-contact-content a{
    color: #234F5A;
}
.section-contact-content a:hover{
    color: #77B2B8;
}
.img-vakancya{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.footer-content{
    background-color: #234F5A;
    padding: 3rem;
    border-radius: 3rem;
    margin-top: 1rem;
    color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-logo{
    background-color: white;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}
.footer-2{
    padding-left: 10%;
}
.footer-2 ul li a{
    color: white;
}
.footer-2 ul li{
    margin-bottom: 15px;
}
.footer-2 ul li a:hover{
    color: #77B2B8;
}
.footer-phone{
    margin-bottom: 10px;
}
.footer-phone a{
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}
.footer-phone a:hover{
    color: #77B2B8;
}
.footer-mail{
    margin-bottom: 20px;
}
.footer-mail a{
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}
.footer-mail a:hover{
    color: #77B2B8;
}
.footer-3{
    display: flex;
    flex-direction: column;
}
.footer-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: white;
    background: #C94237;
    border-radius: 10px;
    font-size: 16px;
    padding: 1rem 2rem;
}
.page-404 h1{
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 6rem;
    font-size: 8rem;
    color: #234F5A;
}
.page-404 h2{
    text-align: center;
    margin-bottom: 5rem;
    color: #234F5A;
}
footer{
    padding-bottom: 1.5rem;
}
.footer-1{
    width: 33%;
}
.footer-2{
    width: 33%;
}
.footer-3{
    width: 33%;
}
.footer-logo img{
    width: 100%;
    height: auto;
}
.footer-place{
    margin-top: 20px;
}
.footer-place p{
    margin-bottom: 10px;
}
.hidden {
    display: none;
}
.overflow-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 2;
}
.modal-window {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.modal-window-call {
    background: #EFF3F3;
    padding: 30px 20px;
    max-width: 540px;
    border-radius: 20px;
}
.modal-window-call_close {
    cursor: pointer;
    margin-left: auto;
    width: 24px;
    height: 24px;
    top: -10px;
    position: relative;
}
.modal-window-call_close svg {
    display: block;
}
.modal-window-call_title{
    color: #234F5A;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 140%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#modal-window-callback input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #626F73;
}
.modal-window-callback_button{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: white;
    background: #C94237;
    border-radius: 10px;
    font-size: 16px;
    padding: 1rem 2rem;
    margin-top: 20px;
}
.modal-window-callback_button:hover{
    background: #AB2D23;
    cursor: pointer;
}
.modal-window-consult_policy{
    color: #626F73;
    margin-top: 5px;
}
.modal-window-consult_policy a{
    color: #626F73;
    text-decoration: underline !important;
}
.modal-window-consult_policy a:hover{
    text-decoration: none !important;
}
.section-contact-form{
    background-color: #EFF3F3;
    padding: 2rem;
    border-radius: 20px;
}
.section-contact-form form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.section-contact-form form input {
    padding: 20px;
    border-radius: 15px;
    margin-top: 5px;
    font-size: 16px;
    color: #626F73;
}
.form-realizacziya input, .form-realizacziya textarea {
    max-width: 100%;
    min-width: 100%;
    padding: 20px;
    border-radius: 15px;
    margin-top: 5px;
    font-size: 16px;
    color: #626F73;
    font-family: Raleway, sans-serif !important;
}
.files-form .text-file{
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    color: #626F73;
    width: 80%;
    margin-right: 5px;
}
.files-form{
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.plus-file{
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C94237;
    font-weight: bold;
    width: 20%;
}
#files{
    height: 0px;
    padding: 0px;
}
.modal-window-success{
    background-color: #EFF3F3;
    padding: 3rem;
    border-radius: 20px;
}
.modal-window-success_close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal-window-success_title{
    text-align: center;
    color: #234F5A;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.5rem;
}
.modal-window-success_text{
    text-align: center;
    color: #626F73;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}
.content-text{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.content-text p{
    margin: 6px 0;
}
.copyrating{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: white;
}
.copyrating-links a{
    color: rgba(255, 255, 255, 0.80);
}
.copyrating-links a:hover{
    color: #77B2B8;
}
.copyrating-links a:first-child{
    margin-right: 20px;
}
.copyrating{
    color: rgba(255, 255, 255, 0.80);
}
.header-mobile-menu{
    display: none;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 0.8rem 1rem;
    border-radius: 20px;
}
.mobile-menu-content{
    display: none;
}
.header-mobile-phone-text a{
    color: #234F5A;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
}
.header-mobile-mail-text a{
    color: #234F5A;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
.header-mobile-callback button{
    justify-content: center;
    text-align: center;
    background: #C94237;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    font-size: 16px;
    width: 100%;
    height: 100%;
}
.header-mobile-callback{
    margin-top: 10px;
}
.no-scroll{
    overflow: hidden;
}
.section-proizvodstvo-text + img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.section-contact-content .contact-icon + img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.section-team-content-img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.h1_form{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    color: #234F5A;
}
table.table-bezopasnosti{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
    background-color: white;
}
table.table-bezopasnosti,table.table-bezopasnosti td, table.table-bezopasnosti th {
	border: 1px solid #234F5A;
}
table.table-bezopasnosti td,table.table-bezopasnosti th {
	padding: 10px;
	width: 30px;
	height: 35px;
    color: #234F5A;
    font-weight: 500;
    font-size: 16px;
}
table.table-bezopasnosti th {
	background: #234F5A; 
	color: #fff; 
	font-weight: normal;
}
.section-vakancya .section-contact-content{
    display: flex;
    flex-direction: column;
}
.form-input{
    width: 100%;
    height: 100%;
    display: flex;
}
.form-input input{
    width: 100%;
    padding: 10px;
}
.form-input input:focus-visible{
    outline: none;
    border: 0px solid;
    box-shadow: 0px 10px 30px rgb(35 79 90 / 80%);
}
.people-sex div{
    display: flex;
    align-items: center;

}
.people-sex div input{
    margin-right: 6px;
    cursor: pointer !important;
}
.people-sex div label{
    cursor: pointer !important;
}
.people-sex {
    justify-content: flex-start;
    align-items: baseline;
}
.people-sex div:first-child{
    margin-right: 25px;
}
.form-input select{
    width: 100%;
    padding: 10px;
}
.form-input select option{
    font-size: 16px;
}
.nonetextprice{
    display: none !important;
}
.text-info{
    margin-bottom: 2rem;
}
.h2_form{
    text-align: center;
    margin-bottom: 3rem;
    color: #234F5A;
}
.info-patsient-bock{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#form-bezopasnost .title-form{
    font-weight: bold;
    font-size: 20px;
}
#form-bezopasnost .form-poly{
    color: #C94237;
    font-weight: 500;
}
#form-bezopasnost .form-input input{
    font-size: 14px;
}
#form-bezopasnost .form-input{
   margin-bottom: 15px;
   border: 1px solid #234F5A;
}
.people-sex-item{
    display: flex;
    align-items: center;
}
#form-bezopasnost .people-sex-item .form-input{
    border: 0px !important;
    margin-bottom: 0px !important;
}
.people-sex{
    margin-left: 40px;
}
.people-sex-item{
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #234F5A;
    padding: 10px;
    background-color: white;
}
.datastart{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    color: rgb(133, 133, 133);
    font-size: 14px;
}
.people-sex-item-text{
    color: rgb(133, 133, 133);
    font-size: 14px;
}
.info-preporat{
    margin-top: 2rem;
}
.datastart input{
    padding: 5px;
    width: auto;
}
.datastart label{
    display: inline-block;
    margin-right: 10px;
}

.dataend{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    color: rgb(133, 133, 133);
    font-size: 14px;
}
.dataend input{
    padding: 5px;
    width: auto;
}
.dataend label{
    display: inline-block;
    margin-right: 10px;
}


.info-ny{
    margin-top: 2rem;
}
.start-sy{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    color: rgb(133, 133, 133);
    font-size: 14px;
}
.start-sy input{
    padding: 5px;
    width: auto;
}
.start-sy label{
    display: inline-block;
    margin-right: 10px;
}
.dataendsa{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    color: rgb(133, 133, 133);
    font-size: 14px;
}
.dataendsa input{
    padding: 5px;
    width: auto;
}
.dataendsa label{
    display: inline-block;
    margin-right: 10px;
}
.info-otpravitel{
    margin-top: 2rem;
}
.info-otpravitel #dropdown option{
    color: rgb(133, 133, 133);
    font-size: 14px;
}

.info-otpravitel #dropdown:focus-visible {
    outline: none;
    border: 0px solid;
    box-shadow: 0px 10px 30px rgb(35 79 90 / 80%);
}
.btn-form-calc{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.btn-form-calc button{
    margin-top: 0px;
    width: 60%;
}
.form-contact-phone{
    margin-bottom: 10px;
    margin-top: 20px;
}
.form-contact-phone span{
    font-weight: bold;
}
.form-contact-phone div a{
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.form-contact-phone div a:hover{
    color: #C94237;
}
.form-contact-mail{
    margin-bottom: 20px;
}
.form-contact-mail span{
    font-weight: bold;
}
.form-contact-mail div a{
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.form-contact-mail div a:hover{
    color: #C94237;
}
.fotm-consult_policy span{
    text-decoration: underline;
}
.fotm-consult_policy a{
    color: black;
    text-decoration: underline;
}
.fotm-consult_policy a:hover{
    text-decoration: none;
}
.fotm-consult_policy label{
    cursor: pointer;
}
.btn-footer-form{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: black;
    background: #77B2B8;
    border-radius: 10px;
    font-size: 16px;
    padding: 1rem 2rem;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}
.btn-footer-form:hover {
    color: white;
    background: #C94237;
    cursor: pointer;
}
.coockie_form{
    display:flex;
    justify-content:space-between;
}
.coockie_form div{
    text-align:left;
}
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 13px;
    background:#234F5A;
    padding: 20px 20px;
    width: 45%;
    margin: 0 auto;
    border-radius: 5px;
}
.cookie_notice_text{
    color: white;
}
.cookie_notice_text p:first-child{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.cookie_notice_text p:first-child img{
    margin-right: 8px;
}
.cookie_notice_content{
    display: flex;
    align-items: center;
}
#cookie_close{
    background-color: #C94237;
    color: white;
    text-align: center;
    padding: 10px 30px;
    margin-left: 30px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}
#cookie_close:hover{
    background:#AB2D23;
}
.cookie_notice_content p{
    margin-bottom: 0px;
}
.cookie_notice_text a{
    color: white;
    text-decoration: underline;
}
.cookie_notice_text a:hover{
    text-decoration: none;
}
.people-sex input{
    width: 20px;
}

@media (max-width: 768px){
    .people-sex {
        justify-content: flex-start;
        align-items: center;
    }
    .copyrating .sait{
        text-align: center;
    }
    ul{
        padding-left: 10px !important;
    }
    .number-block-text{
        font-size: 1rem;
    }
    .coockie_form{
        flex-direction:column;
        gap:20px;
    }
     .cookie_notice{
        width: 100%;
        bottom: 0px;
        padding: 10px 10px;
    }

    .cookie_notice_content{
        flex-direction: column;
    }
    #cookie_close{
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }
    .btn-footer-form{
        margin-top: 20px;
    }
    .h1_form{
        line-height: 40px;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .btn-form-calc button{
        width: 100%;
    }
    .h2_form{
        line-height: 30px;
        margin-bottom: 2rem;
    }
    .section-banner img{
        border-radius: 1rem;
    }
    .section-banner{
        background-color: inherit;
        border-radius: 1rem;
        height: auto;
    }
    .header-mobile-menu{
        display: flex;
        width: 20%;
    }
    .header-mobile-menu img{
        width: 100%;
        height: auto;
    }
    .container{
        padding: 0 15px;
    }
    .header-menu-decktop{
        display: none;
    }
    .header-menu-phone-mail{
        display: none;
    }
    .header-logo{
        width: 80%;
    }
    .header-callback{
        display: none;
    }
    .section-o-kompanii{
        padding: 1rem 1rem 1rem 1rem;
        border-radius: 1rem;
    }
    .section-o-kompanii-content-text {
        width: 100%;
    }
    .section-o-kompanii-content{
        flex-direction: column;
        gap: 2rem;
    }
    .title-page{
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .section-o-kompanii-content-number{
        width: 100%;
    }
    .section-o-kompanii-content-number-block {
        width: 47.5%;
        padding: 1rem 1rem;
    }
    .number-block-text{
        margin-bottom: 1rem;
    }
    .header-logo img {
        padding: 0.4rem 2rem;
    }
    .section-proizvodstvo-content{
        width: 100%;
    }
    .section-proizvodstvo {
        padding: 1.5rem 1rem 1rem 1rem;
        border-radius: 1rem;
    }
    .section-proizvodstvo-content {
        font-size: 1.2rem;
    }
    .section-proizvodstvo-text {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .section-products {
        padding: 1rem 1rem 1rem 1rem;
        border-radius: 1rem;
    }
    .product-content{
        flex-direction: column;
    }
    .product-content-item-text{
        padding: 1rem;
    }
    .product-name{
        margin-bottom: 10px;
    }
    .section-btn-team h2{
        border-radius: 20px;
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 130%;
    }
    .modal-window{
        width: 90%;
    }
    .section-team{
        padding: 1rem;
        border-radius: 1rem;
        flex-direction: column;
    }
    .section-team-content {
        width: 100%;
    }
    .section-team-content-block{
        padding: 1rem 1rem;
        min-height: auto;
    }
    .section-team-content a{
        position: relative;
    }
    .section-team-content-img {
        width: 100%;
    }
    .section-vakancya{
        padding: 1rem;
        border-radius: 1rem;
        flex-direction: column;
        gap: 10px;
    }
    .section-contact-content {
        width: 100%;
    }
    .title-contact{
        font-size: 1.4rem;
    }
    .text-contact {
        margin-top: 15px;
        width: 100%;
    }
    .contact-icon{
        display: flex;
        align-items: end;
        flex-direction: column-reverse;
    }
    .contact-icon img{
        width: 30%;
        height: auto;
    }
    .contact-icon p{
        margin-right: 0px;
        width: 100%;
        font-size: 1rem;
    }
    .img-vakancya {
        margin-top: 15px;
    }
    .section-contact-form {
        width: 100%;
        padding: 1rem;
    }
    .section-contact-form form input{
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .footer-content{
        padding: 2rem 1rem 2rem 1rem;
        border-radius: 1rem;
    }
    .footer-1 {
        width: 100%;
    }
    .footer-2 {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .footer-3 {
        width: 100%;
    }
    .copyrating{
        flex-direction: column;
    }
    .copyrating-links{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .copyrating-links a:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .sait{
        text-align: left;
        width: 100%;
    }
    .modal-window-call_title {
        width: 100%;
    }
    .modal-window-success_text{
        width: 100%;
    }
    .close-mobile-menu{
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .mobile-menu-content{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #EFF3F3;
        z-index: 2;
        padding: 2rem;
        display: none;
        touch-action: none;
        -ms-touch-action: none;
    }
    .mobile-menu-content.active{
        display: block;
    }
    .header-logo-mobile img{
        width: 60%;
        height: auto;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .mobile-menu-content ul li a{
        font-weight: 600;
        line-height: 130%;
        font-size: 1.2rem;
        color: #234F5A;
        margin-bottom: 15px;
        display: inline-block;
    }
    .section-banner {
        border-radius: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .mobile-menu-content.active{
        display: block;
    }
    .mobile-menu-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #EFF3F3;
        z-index: 2;
        padding: 2rem;
        display: none;
    }
    .header-logo-mobile img {
        width: 60%;
        height: auto;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .mobile-menu-content ul li a {
        font-weight: 600;
        line-height: 130%;
        font-size: 1.2rem;
        color: #234F5A;
        margin-bottom: 15px;
        display: inline-block;
    }
    .header-mobile-phone-text a {
        color: #234F5A;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        margin-top: 10px;
        font-size: 18px;
    }
    .header-mobile-mail-text a {
        color: #234F5A;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 18px;
    }
    .header-mobile-callback {
        margin-top: 10px;
    }
    .header-mobile-callback button {
        justify-content: center;
        text-align: center;
        background: #C94237;
        color: white;
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 1rem 1rem;
        font-size: 16px;
        width: 100%;
        height: 100%;
    }
    .close-mobile-menu {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .container {
        padding: 0 40px;
    }
    .header-menu-decktop{
        display: none;
    }
    .header-menu-phone-mail{
        display: none;
    }
    .header-mobile-menu {
        display: flex;
        order: 1;
        width: 15%;
    }
    .header-callback{
        order: 2;
        width: 40%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-callback button{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-logo{
        width: 55%;
        background-color: white;
        border-radius: 20px;
        justify-content: flex-start;
    }
    .header-logo img{
        width: 60%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        padding: 0.4rem 1rem;
        border-radius: 20px;
    }
    .section-o-kompanii-content-text {
        width: 100%;
    }
    .section-o-kompanii-content{
        flex-direction: column;
        gap: 2rem;
    }
    .title-page{
        margin-bottom: 1.5rem
    }
    .section-o-kompanii-content-number {
        width: 100%;
    }
    .section-o-kompanii {
        padding: 2rem 2rem 3rem 2rem;
        border-radius: 2rem;
    }
    .section-o-kompanii-content-number-block {
        width: 48.6%;
    }
    .section-proizvodstvo-content{
        width: 100%;
    }
    .section-proizvodstvo-text{
        width: 100%;
    }
    .section-proizvodstvo {
        padding: 2rem 2rem 2rem 2rem;
        border-radius: 2rem;
    }
    .section-banner {
        border-radius: 2rem;
    }
    .section-products {
        border-radius: 2rem;
        padding: 2rem 2rem 2rem 2rem;
    }
    .product-content-item-text {
        padding: 1rem;
    }
    .section-btn-team h2 {
        padding: 1.5rem;
        border-radius: 1.4rem;
        font-size: 1.4rem;
    }
    .section-team {
        padding: 2rem;
        border-radius: 2rem;
        flex-direction: column;
    }
    .section-team-content {
        width: 100%;
    }
    .section-team-content a {
        padding: 1rem 1rem;
        position: relative;
    }
    .section-team-content-img {
        width: 100%;
    }
    .section-vakancya{
        padding: 2rem;
        border-radius: 2rem;
        flex-direction: column;
    }
    .section-contact-content {
        width: 100%;
    }
    .text-contact {
        margin-top: 15px;
        margin-bottom: 5px;
        width: 100%;
    }
    .section-contact-form {
        width: 100%;
        padding: 1.5rem;
    }
    .section-contact-form form input{
        margin-bottom: 15px;
    }
    .footer-1 {
        width: 50%;
    }
    .footer-2 {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        padding-right: 10%;
    }
    .copyrating{
        align-items: flex-start;
    }
    .copyrating-links{
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
    }
    .copyrating-links a:first-child {
        margin-right: 0px;
    }
    .cookie_notice{
        width: 80%;
        bottom: 0px;
        padding: 10px 10px;
    }
    
}
@media (min-width: 1024px) and (max-width: 1400px){
    .container {
        padding: 0 40px;
    }
    .header-menu-decktop ul {
        gap: 1.5rem;
    }
    .header-callback button{
        padding: 0.2rem 1rem;
    }
    .header-menu-phone-mail{
        padding: 0.5rem 1rem;
    }
    .header-menu-decktop{
        padding: 0.2rem 2rem;
    }
    .header-logo{
        width: 20%;
    } 
    .cookie_notice{
        width: 70%;
        bottom: 0px;
        padding: 10px 10px;
    }
    .section-team-content-img img{
        height:100%;
        object-fit:cover;
    }

}

@media (max-width: 360px){
    .section-o-kompanii-content-number-block {
        width: 100%;
    }
}
.captcha-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}
/* Общий контейнер (отступы уменьшены с 2rem до 1rem) */
.section-equipment-table {
    background-color: #EFF3F3;
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    font-family: Raleway, sans-serif !important;
}

/* Настройки таблицы для ПК (размер шрифта уменьшен до 14px) */
.realizacziya-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px; /* Расстояние между строками уменьшено с 10px до 4px */
    font-size: 14px;
    color: #626F73;
}

.realizacziya-table th {
    color: #234F5A;
    font-weight: 700;
    padding: 6px 12px; /* Уменьшенные отступы в шапке */
    text-align: left;
    border: none;
}

/* Строки-плашки */
.realizacziya-table tbody tr {
    background-color: #ffffff;
}

/* Внутренние отступы ячеек уменьшены с 20px до 10px */
.realizacziya-table td {
    padding: 10px 12px;
    color: #626F73;
    vertical-align: middle;
}

/* Колонка инвентарного номера */
.realizacziya-table td:first-child {
    border-radius: 10px 0 0 10px;
    font-weight: 700;
    color: #C94237;
    white-space: nowrap;
    min-width: 120px;
}

.realizacziya-table td:last-child {
    border-radius: 0 10px 10px 0;
}

/* ==========================================================================
   КОМПАКТНАЯ МОБИЛЬНАЯ ВЕРСИЯ (Меньше 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .section-equipment-table {
        padding: 0.5rem; /* Минимальный отступ контейнера на телефонах */
    }

   /*  .realizacziya-table thead {
       display: none;
   } */

    .realizacziya-table, 
    .realizacziya-table tbody, 
    .realizacziya-table tr, 
    .realizacziya-table td {
        display: block;
        width: 100%;
    }

    /* Мобильная карточка товара (отступы уменьшены до 8px) */
    .realizacziya-table tbody tr {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-radius: 10px;
        margin-bottom: 6px;
        padding: 8px 10px;
        box-sizing: border-box;
    }

    /* Компактный тег инвентарного номера */
    .realizacziya-table td:first-child {
        width: 15% !important;
        display: inline-block;
        background-color: #EFF3F3;
        padding: 3px 8px;
        border-radius: 6px;
        font-size: 12px;
        margin-bottom: 4px;
        min-width: auto;
        text-align: center;
    }

    /* Текст наименования на телефонах */
    .realizacziya-table td:last-child {
        padding: 0;
        border-radius: 0;
        font-size: 13px;
        line-height: 130%;
    }
}
