/*!
Theme Name: trade
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trade
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.

trade 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.faq-page__section .panel p {
    line-height: 1.5;
    padding-bottom: 25px;
}

.faq-page__section .panel h3 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 25px;
}

.faq-page__section .panel h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 25px;
}

.faq-page__section .panel ol {
    padding-left: 18px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.faq-page__section .panel ul {
    padding-left: 18px;
    line-height: 1.5;
    padding-bottom: 25px;
    list-style-type: disc;
}

.faq-page__section .panel ul li {
    list-style-type: disc;
}

.calculator-step__04,
.calculator-step__03,
.calculator-step__02{
    display: none;
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row label img{
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.calc-home__section .row .calc-steps__main .calc-step__column .calc-step__row label .input{
    font-size: 12px;
    line-height: 1.35;
}

.calc-home__section .row .calc-steps__main .submit-block button{
    background: #18c06f;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    gap: 15px;
    color: #fff;
    font-weight: 500;
}

.calc-home__section .row .calc-steps__main .input-block input{
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding-left: 25px;
    border-radius: 3px;
    transition: .3s ease;
}

.calc-home__section .wpcf7-form{
    max-width: 500px;
}

.calc-home__section .wpcf7-not-valid-tip {
    font-size: 13px!important;
    margin-top: 0px!important;
    margin-bottom: 15px!important;
}