

/* Start:/local/templates/prom-tech/css/main.css?1763532814996*/
@import url(/local/templates/prom-tech/css/./layout/fonts.css);
@import url(/local/templates/prom-tech/css/./layout/normolize.css);
@import url(/local/templates/prom-tech/css/./layout/base.css);
@import url(/local/templates/prom-tech/css/./blocks/header.css);
@import url(/local/templates/prom-tech/css/./blocks/button.css);
@import url(/local/templates/prom-tech/css/./blocks/menu.css);
@import url(/local/templates/prom-tech/css/./blocks/footer.css);
@import url(/local/templates/prom-tech/css/./blocks/form.css);
@import url(/local/templates/prom-tech/css/./blocks/hello.css);
@import url(/local/templates/prom-tech/css/./blocks/projects.css);
@import url(/local/templates/prom-tech/css/./blocks/machines.css);
@import url(/local/templates/prom-tech/css/./blocks/hamburger.css);
@import url(/local/templates/prom-tech/css/./blocks/news.css);
@import url(/local/templates/prom-tech/css/./blocks/partners.css);
@import url(/local/templates/prom-tech/css/./blocks/aboutus.css);
@import url(/local/templates/prom-tech/css/./blocks/advantages.css);
@import url(/local/templates/prom-tech/css/./blocks/trends.css);
@import url(/local/templates/prom-tech/css/./blocks/newspage.css);
@import url(/local/templates/prom-tech/css/./blocks/services.css);
@import url(/local/templates/prom-tech/css/./blocks/contacts.css);
@import url(/local/templates/prom-tech/css/./blocks/project.css);
@import url(/local/templates/prom-tech/css/./blocks/slider.css);
@import url(/local/templates/prom-tech/css/./blocks/machine.css);
@import url(/local/templates/prom-tech/css/./blocks/tabs.css);
@import url(/local/templates/prom-tech/css/./blocks/slidermachine.css);
@import url(/local/templates/prom-tech/css/./blocks/404.css);
@import url(/local/templates/prom-tech/css/./blocks/policy.css);
@import url(/local/templates/prom-tech/css/./blocks/leasing.css);
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1764851692779*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
@media (max-width:568px){
	.bx-breadcrumb{
	margin-left:2%;
	}
}
@media (max-width: 1049px){
	.bx-breadcrumb{
		margin-left:6%}
}
@media (min-width:1050px){
	.bx-breadcrumb{
		margin-left:20%}
}
/* End */


/* Start:/local/components/utlab/request.form/templates/leasing_form/style.css?17635328144375*/
.leasing-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.leasing-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.leasing-popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.leasing-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.leasing-popup__close:hover {
    color: #000;
}

.leasing-popup__title {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.leasing-form-block {
    width: 100%;
}

.leasing-form-fields {
    display: flex;
    gap: 20px;
}

.leasing-form-fields__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.leasing-form-field {
    margin-bottom: 0;
}

.leasing-field__input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    transition: border-color 0.3s ease;
}

.leasing-field__input:focus {
    outline: none;
    border-color: rgba(0, 134, 137, 0.85);
}

.leasing-field__input--comment {
    min-height: 80px;
    resize: vertical;
}

.leasing-agreement-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
}

.leasing-agreement-checkbox__input {
    margin-top: 2px;
}

.leasing-agreement-checkbox__text a {
    color: rgba(0, 134, 137, 0.85);
    text-decoration: none;
}

.leasing-agreement-checkbox__text a:hover {
    text-decoration: underline;
}

.leasing-button__submit {
    margin-top: 10px;
}

.leasing-control {
    background: rgba(0, 134, 137, 0.85);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.leasing-control:hover {
    background: rgba(0, 134, 137, 1);
}

.leasing-form__info {
    margin-top: 10px;
}

.leasing-form__info--text {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.leasing-form-error {
    background: #ffe6e6;
    color: #d63031;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #d63031;
}

.leasing-form-success {
    background: #e6f7e6;
    color: #27ae60;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #27ae60;
    text-align: center;
}

@media (max-width: 768px) {
    .leasing-popup__content {
        padding: 20px 15px;
        width: 95%;
    }

    .leasing-form-fields {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .leasing-popup__content {
        padding: 15px 10px;
    }

    .leasing-field__input {
        padding: 10px 12px;
    }
}

.leasing-agreement-checkbox__text {
    color: #333;
}

.leasing-field__captcha {
    margin: 15px 0;
}

.leasing-form-success {
    background: #e6f7e6;
    color: #27ae60;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #27ae60;
    text-align: center;
}

.leasing-form-error {
    background: #ffe6e6;
    color: #d63031;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #d63031;
}

#leasingFormMessages {
    margin-bottom: 20px;
}

.leasing-form-success,
.leasing-form-error {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* End */
/* /local/templates/prom-tech/css/main.css?1763532814996 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1764851692779 */
/* /local/components/utlab/request.form/templates/leasing_form/style.css?17635328144375 */
