@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.23);
    z-index: 100500;
    display: none;
}

#page-preloader .spinner {
    width: 640px;
    height: 360px;
    position: absolute;
    left: 35%;
    top: 30%;
    background: url('../../../img/loader2.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}
.services-title-block{
    height: 290px;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}


.experience .find-card-block-items-content{
    margin-top:5px;
}


.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.inactive-block{
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.3;
    pointer-events: none;
}
.find-filters-select {
	max-width: 100%;
}
.find-filters-select option {
	font-size: 14px;
	padding-left: 10px;
}


.find-more-result .find-results{
    width: 40%;
}
.find-more-result .find-card{
    width: 60%;
}

@media only screen and (min-width:1366px){.find-more-result .container{max-width:100%}}

.self-vacancy .full-width, .modal .full-width, .find-card .full-width{width: 100%;}

.find-card-block-subtext {
    margin-top: 25px;
}

.about-top .about-top-text p{
    margin-bottom: 16px;
}

.find_more .find-more-block-title label{
    font-weight: 500;
}

#order-modal .service-right-form {
    max-width:100%;
}

.find .find-card .find-card-link.send{
margin-right: 0px;
}
.service-left-block a{
    border-bottom:3px solid #ec1d24;

}
.service-left-block a:hover,.service-left-block a:focus{
    border-color:transparent;
}
.service-left-block p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.social-links{
    z-index: 1000;
}
.service-left-block img{
    margin-bottom: 20px;
}
table tr th{
    font-size: 18px;
    font-family: "Geometria";
    text-align: right;
    padding-bottom: 15px;

}
table tr th:first-child{
    text-align: left;
}
table{
    width: 100%;
}
table tr td{
    padding: 10px 0;
    border-bottom:2px solid #000;
    font-family: "PT Mono";
    text-align: right;
}
table tr td:first-child{
    font-family: "Geometria";
    text-align: left;
    border-bottom:2px solid transparent;
}
.services-slider .owl-prev:hover,.services-slider .owl-next:hover{
   background: transparent !important;
    color:#000;
}
.services-slider .owl-prev:hover span, .services-slider .owl-next:hover span{
    color:#000;
}
.footer-logo img{
    width: 150px;
}
.field-serviceorder-agree{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.field-serviceorder-agree label:first-child{
    width: 20px !important;
    margin-right: 10px;
}
.field-serviceorder-agree label{
    line-height: 1.4;
}
.field-serviceorder-agree label:first-child input{
    margin-top: 0;
    height: 20px;
    width: 20px;
}
.pressa-title{
    font-size: 40px;
}
.pressa-content-item{
    margin-bottom: 50px !important;
}
ol{
    margin: 20px 0;
}

ol li{
    margin-bottom: 10px;
}
.field-vacancyorder-file{
    margin-bottom: 20px !important;
}
.about-team-item-name{
    margin: 15px auto 10px auto;
}
.about-team-item{
    margin-bottom: 30px;
}
@media(max-width: 1024px){
    .pressa-title{
        font-size: 30px;
    }
	 
}


#wait-text{
    text-align: center;
}

.thanks-block{
    margin-top:13rem !important;
    margin-bottom:4rem !important;
}

.link-underline{
    text-decoration: underline;
}

#pdfViewer canvas {
    max-width: 100%;
    max-height: 100%;
    width: 100%; /* Масштабирует до ширины родительского блока */
    height: auto; /* Сохраняет пропорции */
    display: block; /* Убирает возможные отступы */
}
.sidebar {
    position: fixed;
    top: 0;
    right: -40%; /* Панель спрятана */
    width: 40%;
    height: 100%;
    background: #333;
    color: white;
    transition: right 0.3s ease-in-out;
    padding: 15px;
    z-index: 1000;
    overflow-y: auto;
}

/* При открытии */
.sidebar.open {
    right: 0;
}

/* Кнопка закрытия */
.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
}