@import url('../../../css.css');

/* normalize.css v8.0.0 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* umodal styles */

.umodalback {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: 0.5s;
}

.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.umodal {
    position: fixed;
    display: block;
    width: 604px;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%)translateY(-250%);
    top: 50%;
    background: #FFFFFF;
    z-index: 100500;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 5px;
}

.umodal .caption {
    font-size: 31px;
    margin: 0px 0px 30px;
}

.click {
    transform: translateX(-50%)translateY(-50%);
    visibility: visible !important;
}

.cross {
    position: absolute;
    background: #999999;
    height: 25px;
    width: 1px;
    left: 12px;
    transform: rotate(45deg);
    transition: 0.5s;
}

.cross:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background: #999999;
    left: -12px;
    top: 12px;
    transition: 0.5s;
}

.close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    margin-top: -30px;
    cursor: pointer;
}

.close:hover .cross,
.close:hover .cross:after {
    background: #333333;
}

.umodal .result {
    background: rgba(255, 255, 255, 0);
    padding: 112px 75px;
}

/* uform styles */

.uform {
    width: 600px;
}

.uform .caption {
    text-align: left;
}

.result {
    background: #FFFFFF;
    padding: 92px 75px;
}

input[type=text],
input[type=email],
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    line-height: 125%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 2px solid #E22B2A;
    outline: none;
    border-radius: 5px;
    background: #FFFFFF;
}

textarea {
    margin-bottom: 0px;
}

/* project styles */

body {
    height: 100%;
    min-width: 1000px;
    font-size: 16px;
    line-height: 175%;
    font-family: 'Open Sans', sans-serif;
    background: #FFFFFF;
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background: url('../images/header-0.jpg');
    background-size: cover;
    background-position: center center;
}

.header-shadow {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    min-height: calc(100vh);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    margin: 0px auto;
    width: 1000px;
    display: flex;
    padding: 40px 0px 0px;
    align-items: center;
}

.company-info {
    display: flex;
    align-items: center;
}

.company-logo {
    width: 75px;
    height: 75px;
    background: url('../images/logo.png');
    background-size: cover;
    margin-top: -15px;
}

.company-profile {
    margin-left: 20px;
}

.company-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.company-tagline {
    margin-top: 6px;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.company-contacts {
    text-align: right;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.company-contacts-icon {
    fill: #FFFFFF;
    background: #E22B2A;
    width: 32px;
    height: 32px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.company-contacts-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.company-phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.company-phone span {
    font-weight: normal;
}

.company-phone a {
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.company-address {
    font-size: 16px;
    margin-top: -3px;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.company-address svg {
    margin-right: 10px;
    margin-top: 4px;
}

.company-address a {
    color: #FFFFFF;
}

.header-content {
    margin: auto;
    width: 1000px;
    color: #FFFFFF;
}

.header-content-caption {
    line-height: 125%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25), 0px 0px 50px rgba(0, 0, 0, 1);
    font-size: 48px;
}

.header-content-aftercaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 10px 0px 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-weight: bold;
}

.header-content-triggers {
    max-width: 480px;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 5px;
}

.header-content-trigger {
    display: flex;
    align-items: center;
    margin-top: 8px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.header-content-trigger:first-child {
    margin-top: 0px;
}

.header-content-trigger-img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    line-height: 0%;
}

.header-content-trigger-img svg {
    fill: #FFFFFF !important;
}

.header-content-trigger-text {
    font-size: 18px;
}

.header-content-button {
    margin-top: 30px !important;
    font-size: 18px;
    padding: 15px 40px !important;
    border-radius: 5px;
}

.switch {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    padding: 0px 20px 10px 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}

nav {
    background: #E22B2A;
    white-space: nowrap;
}

.nav {
    margin: auto;
    padding: 0px;
    width: 1000px;
    display: block;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.fixed+main {
    margin-top: 58px;
}

.nav-flex {
    display: none;
}

.nav {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}

.nav li a,
.nav li span {
    color: #FFFFFF;
    font-size: 16px;
}

.nav>li {
    text-align: center;
    flex-grow: 1;
    padding: 15px 0px;
}

.nav>li>a,
.nav>li>span {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    transition: color 0.5s;
}

.nav>li:last-child>a,
.nav>li:last-child>span {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.nav li a:hover,
.nav li span:hover {
    color: #E4E4E4;
    cursor: pointer;
}

.nav>li:last-child a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px !important;
    text-align: right;
    border-right: none !important;
}

.nav-child {
    display: none;
    background: #333333;
    position: absolute;
    margin-top: 15px;
    padding: 15px 20px;
}

.nav-child li {
    display: block;
    margin: 5px 0px;
    text-align: left;
}

.nav>li:hover ul {
    display: block;
}

.nav>li:hover ul:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -24px;
    border: 12px solid transparent;
    border-bottom: 12px solid #333333;
}

main {
    margin: 0px 0px;
    overflow: hidden;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0px 0px 30px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}

p a {
    color: #E22B2A;
    transition: color 0.5s;
}

p a:hover {
    color: #E65050;
}

.content p {
    margin: 10px 0px 0px;
    padding: 0px;
}

.content ul {
    margin: 10px 0px 0px;
    padding: 0px;
}

.content li {
    list-style-type: none;
    margin-left: 20px;
}

.content li:before {
    list-style-type: none;
    display: block;
    position: absolute;
    content: '';
    background: #444444;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 9px;
}

.leading-0 h2 {
    margin-top: 0px;
}

.section {
    width: 100%;
    padding: 100px 0px;
}

.s-dark {
    background: #F3F3F3;
}

.content,
.page-header {
    width: 1000px;
    margin: auto;
}

.page-header h1,
.page-header h2 {
    margin: 40px 0px -30px;
    font-size: 36px;
}

.caption,
.caption h1,
.caption h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    line-height: 125%;
}

.caption a {
    color: #E22B2A;
}

.first-caption,
.first-caption h1,
.first-caption h2 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: -30px;
}

.caption h1,
.caption h2 {
    margin: 0px;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    background: #E22B2A;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    margin: 10px 0px 0px;
    padding: 15px 20px;
    line-height: 150%;
    outline: none;
    text-decoration: none;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    border-radius: 5px;
}

.button:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
    cursor: pointer;
}

.h-triggers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h-trigger {
    display: flex;
    flex-basis: 320px;
}

.h-trigger:nth-child(3)~.h-trigger {
    margin-top: 40px;
}

.h-trigger-img svg {
    fill: #E22B2A;
    width: 64px;
    height: 64px;
}

.h-trigger-text {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.h-trigger-text b {
    font-family: 'Montserrat', sans-serif;
    line-height: 150%;
    margin-bottom: 10px;
}

.v-triggers {
    display: flex;
    justify-content: space-between;
}

.v-trigger {
    flex-basis: 235px;
}

.v-trigger-number {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    color: #E22B2A
}

.v-trigger-number span {
    font-size: 18px;
}

.v-inline-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.v-inline-block {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-basis: 315px;
    border-radius: 5px;
    overflow: hidden;
}

.v-inline-block-button {
    line-height: 0%;
}

.v-inline-block:nth-child(3)~.v-inline-block {
    margin-top: 30px;
}

.v-inline-block-img img {
    width: 100%;
}

.v-inline-block-text {
    padding: 15px 20px 0px;
    line-height: 150%;
    text-align: center;
    flex-grow: 1;
}

.v-inline-block-text h3 {
    margin: 0px 0px 15px;
    line-height: 125%;
    font-size: 22px;
}

.v-inline-block-button .button {
    width: 100%;
    margin: 20px 0px 0px 0px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0px;
    font-size: 18px;
}

.h-inline-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h-inline-block {
    display: flex;
    flex-basis: 490px;
    box-sizing: border-box;
    background: #FFFFFF;
    overflow: hidden;
}

.h-inline-block:nth-child(2)~.h-inline-block {
    margin-top: 20px;
}

.h-inline-block-img {
    line-height: 0%
}

.h-inline-block-text {
    padding: 20px;
    line-height: 150%;
}

.h-inline-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.h-inline-block-text h3 {
    margin: 0px 0px 10px;
}

.wide-blocks {
    display: flex;
    flex-wrap: wrap;
}

.wide-block {
    display: flex;
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 40px;
    align-items: center;
}

.wide-block:last-child {
    margin-bottom: 0px;
}

.wide-block-img {
    line-height: 0%;
    width: 180px;
    flex-shrink: 0;
}

.wide-block-img img {
    max-width: 100%;
    border-radius: 50%;
}

.wide-block-text {
    padding: 0px 0px 0px 40px;
    line-height: 150%;
}

.wide-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.wide-block-text h3 {
    margin: 0px 0px 10px;
}

.feedback {
    background-image: url('../images/feedback.png');
    background-repeat: no-repeat;
    background-position: calc(50% - 350px) bottom;
    background-size: 460px;
}

.feedback .uform {
    margin-top: 60px;
    margin-left: 400px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.pagenav {
    text-align: right;
}

.pagenav ul {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}

.pagenav li {
    display: inline;
    margin: 0;
    padding: 0;
}

.pagenav a,
span.pagenav {
    padding: 0 15px;
    margin: 0;
    text-decoration: none;
    border: 1px solid #999999;
    border-left: 0 solid #999999;
    display: inline-block;
}

.pagenav li:first-child a,
.pagination-start span {
    border-left: solid 1px #999999;
}

.pagination ul {
    margin: 10px 10px 35px 0;
    padding: 0;
    word-spacing: -5px;
}

.pagination li:before {
    display: none;
}

.pagination li {
    display: inline;
    margin: 0px;
    word-spacing: 0px;
}

.pagination a {
    padding: 0 15px;
    line-height: 220%;
    text-decoration: none;
    border: 1px solid #999999;
    border-left: 0 solid #999999;
    display: inline-block;
    margin: 0px;
}

.pagination .active a {
    cursor: default;
}

.pagination span,
.pagination span a:hover {
    cursor: default;
    padding: 0 15px;
    line-height: 220%;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

footer {
    width: 100%;
    padding: 50px 0px;
    background: #242424;
    bottom: 0;
    color: #FFFFFF;
}

.footer {
    margin: auto;
    width: 1000px;
}

.footer a {
    color: #E22B2A;
    text-decoration: none;
    border-bottom: 1px dotted #E22B2A;
    transition: color 0.5s;
}

.footer a:hover {
    color: #E65050;
    border-bottom: 1px dotted #E65050;
}

.footer p {
    margin: 0px;
}

.footer p+p {
    margin-top: 5px;
}

.footer span {
    text-transform: uppercase;
}

.error-block {
    padding: 140px 0px;
    width: 600px;
    margin: auto;
}

.privacy,
.sheet .privacy {
    margin: 0px;
    font-size: 13.3px;
    color: #444444;
}

.h1 {
    background: url('../images/header-1.jpg');
    background-size: cover;
    background-position: center center;
}

.h2 {
    background: url('../images/header-2.jpg');
    background-size: cover;
    background-position: center center;
}

.h3 {
    background: url('../images/header-3.jpg');
    background-size: cover;
    background-position: center center;
}

.h4 {
    background: url('../images/header-4.jpg');
    background-size: cover;
    background-position: center center;
}

.h5 {
    background: url('../images/header-5.jpg');
    background-size: cover;
    background-position: center center;
}

.h6 {
    background: url('../images/header-6.jpg');
    background-size: cover;
    background-position: center center;
}

.h7 {
    background: url('../images/header-7.jpg');
    background-size: cover;
    background-position: center center;
}

.h8 {
    background: url('../images/header-8.jpg');
    background-size: cover;
    background-position: center center;
}

.h9 {
    background: url('../images/header-9.jpg');
    background-size: cover;
    background-position: center center;
}

.blur {
    overflow: hidden;
    position: relative;
}

.blur:before {
    content: '';
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0px;
    left: -60px;
    transform: skewX(-15deg);
    -webkit-animation: blur 10s infinite;
    animation: blur 10s infinite;
}

@-webkit-keyframes blur {
    0% {
        left: -60px;
    }

    15% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@keyframes blur {
    0% {
        left: -60px;
    }

    15% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.payment {
    height: 340px;
    background: url('../images/payment.png');
    background-size: cover;
}

.payment .result {
    padding: 0px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.payment-form .uform {
    width: 825px;
    height: 250px;
    box-sizing: border-box;
    padding: 40px;
}

.visible-form,
.invisible-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visible-form>input,
.visible-form>select,
.visible-form>label {
    width: 31% !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    line-height: 150% !important;
    padding: 12px !important;
}

.visible-form>label {
    padding: 0px !important;
}

.visible-form label .button {
    margin: 0px !important;
    width: 100%;
}

.invisible-form {
    margin-top: -25px;
}

.invisible-form>* {
    width: 48.5% !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    line-height: 150% !important;
    padding: 12px !important;
}

.invisible-form>.privacy {
    padding: 0px !important;
}

.button.onwards {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button.onwards svg {
    fill: #FFFFFF;
    margin-right: 5px;
}

.intro-payment {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
    font-size: 18px;
}

.nodisplay {
    display: none;
}

.button:disabled {
    color: rgba(255, 255, 255, 0.7);
    -webkit-filter: none;
    filter: none;
}

.disabled {
    position: relative;
    overflow: visible;
}

.disabled:hover:after {
    color: #E22B2A;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.disabled:before {
    display: none !important;
}

.car-park {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.car-block {
    width: 485px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.car-block:nth-child(2)~.car-block {
    margin-top: 30px;
}

.car-block-params {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.car-block-params-img,
.car-block-params-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.car-block-caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.car-block-description {
    display: flex;
    flex-direction: column;
}

.car-block-description .button {
    margin-top: 20px;
    text-align: center;
}

.car-block-params-feature span {
    font-family: 'Montserrat', sans-serif;
    line-height: 125%;
    font-weight: 18px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.car-block-params-feature span:first-child {
    margin-top: 0px;
}

.car-block-params-feature span:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    line-height: 0%;
}

.car-block-params-feature .weight:before {
    background: url(../images/weight.svg);
}

.car-block-params-feature .bulk:before {
    background: url(../images/bulk.svg);
}

.car-block-params-feature .pallets:before {
    background: url(../images/pallets.svg);
}

.about-back {
    background-image: url(../images/about.png);
    background-position: calc(50% + 400px) bottom;
    background-repeat: no-repeat;
    background-size: 450px;
}

.about {
    max-width: 700px;
}

.about .button {
    margin-top: 30px;
}

.question-label {
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
    display: flex;
    transition: 0.3s;
}

.question-icon {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #E22B2A;
    transition: 0.3s;
    flex-shrink: 0;
}

.question-text {
    padding: 25px;
}

.question-answer {
    border-radius: 6px;
    text-align: left;
    line-height: 150%;
    opacity: 0;
    height: 0px;
    padding: 0px 30px;
    visibility: hidden;
    transition: 0.3s;
}

.qustion-final-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 150%;
}

.active-question .question-text {
    color: #E22B2A;
}

.active-question .question-answer {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 0px 0px 30px;
    padding: 30px;
}

.columns {
    max-width: 600px;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 30px;
}

.props {
    background-image: url('../images/props.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 400px) bottom;
}

.dual-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dual-inputs input,
.dual-inputs select {
    max-width: calc(50% - 5px);
    box-sizing: border-box;
}

.dual-inputs>*:nth-child(2n) {
    margin-left: 10px;
}

.givecar {
    max-width: 275px;
}

.form-after-caption {
    color: #E22B2A;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: -20px 0px 30px;
}

.section-after-caption {
    color: #E22B2A;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: -40px 0px 40px;
    text-align: center;
}