/*
  Сгенерировано extract-styles (externals v2)
  Источник: index.html
  Дата: 2026-04-27T10:56:49.663Z
*/

.etap {
            position: relative;
            padding: 7px 10px 10px 30px;
        }

        .etap::before {
            content: "";
            display: block;
            position: absolute;
            width: 21px;
            height: 20px;
            background: url(../images/iconRedArrow.png);
            left: 0px;
            top: 13px;
        }

        .offer-date-highlight {
            background: #ffff7f;
            padding: 3px 10px 3px 10px;
            text-align: center;
            margin-top: 10px;
            color: black;
        }

        #mainBody {
            height: auto;
            min-height: 300px;
            padding: 10px 25px 10px 25px;
            text-align: center;
        }
        #mainBody h4 {
            color: #a6a6a6;
            font-weight: normal;
            font-size: 20px;
            margin: 0 0 40px 0;
            text-align: center;
        }
        #mainBody .questionNumber {
            border-bottom-color: #a6a6a6;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            color: #4a7d36;
            font-size: 1.2em;
            font-weight: bold;
            line-height: 100%;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            max-width: 400px;
            padding: 0;
            width: 100%;
        }

        #mainBody #question2,#mainBody #question3,#mainBody #loadingAnim,#mainBody #loading1,#mainBody #loading2,#mainBody #loading3,#mainBody #qualify,#mainBody #noQualify,#mainBody #redirecting,#mainBody #loadingAnim2 {
            display: none;
        }
        #mainBody #loadingAnim, #mainBody #loadingAnim2 {
            background-image: url(../images/loading_round.gif);
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 17px;
            width: 60px;
        }
        #mainBody .qualifyHeadline {
            color: #4a7d36;
            font-weight: bold;
        }
        #mainBody .loadingCopy {
            padding-bottom: 20px;
            font-size: 18px;
        }
        #mainBody #redirecting {
            color: #a6a6a6;
        }

        #mainBody button {
            font-size: 1.2em;
            width: 100%;
            margin-bottom: 10px;
            max-width: 400px;
            display: inline-block;
            padding: .6875em 2.5em;
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            -webkit-transition: all .25s ease-in-out;
                    transition: all .25s ease-in-out;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            color: #fff;
            border-width: 1px;
            border-style: solid;
            border-color: #191b3b;
            -webkit-border-radius: 0;
                    border-radius: 0;
            background-color: #191b3b;
            -webkit-box-shadow: none;
                    box-shadow: none;
            text-shadow: none;
            --button--hover__BackgroundColor: #fbbb21;
            --button--hover__BorderColor: #fbbb21;
            --button--hover__Color: #fff;
            --button__BackgroundColor: #191b3b;
            --button__BorderColor: #191b3b;
            --button__Color: #fff;
            -webkit-appearance: none;
        }

        #mainBody button:hover, #mainBody button:focus {
            color: var(--button--hover__Color);
            border-color: var(--button--hover__BorderColor);
            background-color: var(--button--hover__BackgroundColor);
        }

        .quest {
            margin-bottom: 1em;
            font-size: 1.2em;
        }
