#calcform .hidden {
    display: none;
}
#calcform .result_block  {
    padding: 15px 0 10px;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 2.5em;
}
#calcform .result_price {
    font-weight: bold;
    font-family: Roboto;
}

body #calcform {
    width: 820px;
}

body::-webkit-scrollbar {
    width: 12px !important;               /* ширина scrollbar */
    background: orange !important;     /* цвет дорожки */
}
body::-webkit-scrollbar-track {
    background: orange !important;     /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
    background-color: blue !important;    /* цвет плашки */
    border-radius: 20px !important;       /* закругления плашки */
    border: 3px solid orange !important;  /* padding вокруг плашки */
}

#calcform .btn-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    margin: 20px 0 20px !important;
}
#calcform .btn-wrapper .btn-click {
    display: flex;
    flex: 0 1 47%;
}
#calcform .btn-wrapper .btn-click p {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 200px;
    border: 1px solid grey;
    border-radius: 10px;
    flex-wrap: wrap;
    position: relative;
    padding: 20px;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: white;
    cursor: pointer;
}
#calcform .btn-wrapper .btn-click:hover p:after {
    content: " ";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.64);
    border: 1px solid black;
}

#calcform .btn-wrapper .btn-click p:hover {
    background: rgb(26 90 255 / 72%) !important;
    color: white;
}
#calcform .btn-wrapper .btn-click.active p {
    background: rgb(26, 90, 255);
    color: white;
}

#calcform .row-col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}
#calcform .row-col-2 > * {
    flex: 0 1 45%;
    display: block;
}
#calcform .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
    margin-bottom: 22px;
    position: relative;
}
#calcform .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -24px;
}
#calcform .wpcf7-not-valid {
    border-color: red;
}
.wpcf7-response-output {
    text-align: center;
    margin: 30px auto !important;
}
#wpcf7-f324-p325-o1 .wpcf7-form.failed {
    display: flex;
    flex-direction: column;
}

#calcform .premium-cf-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-name="kc_captcha"] {
    display: flex !important;
    justify-content: center;
}
[data-name="accept-this"] {
    display: flex !important;
    justify-content: center;
}
.premium-cf7-container .wpcf7-form {
    justify-content: center;
}
.field-help {
    display: inline-block;
    position: relative;
    margin-left: 2em;
    color: #1a5aff;
}
.field-help:after {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    right: -20px;
    position: absolute;
}