﻿/*!
Theme Name: Useus
Theme URI: http://underscores.me/
Author: Dan Zakirov
Author URI: https://air-wp.com/
Description: Эта тема посвящена гибридной интеграционной платформе USEBUS, разработанной компанией Usetech. USEBUS - это инновационное решение, объединяющее в себе лучшие практики интеграции и передовые технологии.
Version: 1.0.9
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: usebus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Useus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


.site-main {
    min-height: calc(100vh - 30px - 18px);
    background: #0d0d0d;
    margin: 65px 0 0 0;
}

.calculator-customization-block-content {
    position: relative;
}

.calculator-form-page.active {
    opacity: 1;
    position: relative;
    top: 0;
    z-index: 20;
    max-height: 1999px;
}

.calculator-form-page {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s;
}