label.error {
    font-size: 1.2rem;
}
input.has-error ~ label {
    color: #DD390C;
}
label.has-error {
    margin-bottom: .2rem;
}

.field.has-error,
label.has-error,
.form__field input.error,
input.error,
label.error {
    border-color: #AA1313!important;
    color: #AA1313 !important;
}
#login-error:before {
    display: inline-flex;
    content: '';
    background-image: url('../images/icons/ico-exclamation-red-triangle.svg');
    margin-right: 6px;
    background-size: 10px 9px;
    height: 9px;
    width: 10px;
}
.form__error-message a{
    color: #AA1313;
}
.form__error-message {
    color: #AA1313;
    font-size: 1.2rem;
    line-height: 1.25;
    margin: 0.2rem 0 0.5rem;
    padding-left: 1.6rem;
    display: none;
    position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form__error-message {
        line-height: 1.5;
        margin: 0.2rem 0 -0.4rem;
    }
}
.form__error-message .ico-exclamation-triangle {
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__head {
    padding: 2rem 2.4rem 0.3rem;
}
.form .form__head h4 {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 400;
    max-width: 95%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__head h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
.form .form__body {
    padding: 3.2rem 2.4rem 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__body {
        padding-bottom: 2.3rem;
    }
}
.form .form__label {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.14;
    margin-bottom: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form .form__row + .form__row {
    margin-top: 2.9rem;
}
.form .form__foot {
    background: #F8FAFB;
    padding: 2.9rem 2.4rem 2.2rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #727577;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__foot {
        padding: 2.2rem 2.2rem 1.9rem;
    }
}

.form p.footer-text {
    max-width: 85%;
    margin: 0 auto;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form p.footer-text {
        max-width: none;
    }
}

.form .form__foot a {
    font-weight: 700;
    position: relative;
}
.form .form__foot a:before {
    content: "";
    position: absolute;
    inset: -0.2rem -0.5rem;
    border: 0.2rem solid currentColor;
    border-radius: 0.4rem;
    opacity: 0;
}
@media (hover: hover) {
    .form .form__foot a:focus-visible:before {
        opacity: 1;
    }
    .form .form__foot a:active {
        color: #333333;
    }
    .form .form__foot a:active:before {
        opacity: 0;
    }
}
.form .form__actions {
    margin-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__actions {
        margin-bottom: 1.9rem;
    }
}
.form .form__btn {
    padding: 0.8rem 1rem;
    width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .field {
        letter-spacing: 0;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
/*  Form save listing  */
.form--save-listing .form__body {
    padding-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--save-listing .form__body {
        padding-bottom: 1.8rem;
    }
}
.form--save-listing .form__foot {
    padding: 1.8rem 2.4rem 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--save-listing .form__foot {
        padding: 1.5rem 2.4rem 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--save-listing .form__actions {
        margin-bottom: 1.5rem;
    }
}
/*  Form create account  */
.form--create-account .form__body {
    padding-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--create-account .form__body {
        padding-top: 2.7rem;
    }
}
.form--create-account .form__foot {
    padding: 2.3rem 2.4rem 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--create-account .form__foot {
        padding-top: 1.7rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--create-account p.footer-text {
        max-width: 90%;
    }
}
.form--create-account .form__actions {
    margin-bottom: 1.9rem;
}

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */

.field,
input[type="password"].field,
input[type="text"].field,
input[type="email"].field,
input[type="number"].field{
    height: auto;
    padding: 1.2rem 1.6rem 1.2rem 1.5rem;
    /*padding: 0.9rem 1.6rem 0.9rem 1.4rem;*/
    line-height: 1.715;
}
.field {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    color: #333333 !important;
    border: 0.1rem solid #727577 !important;
    background: #fff;
    border-radius: 0.5rem;
    width: 100%;
    -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s, border-color 0.4s;
    transition: box-shadow 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
    display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.field:focus-visible,
.field:focus {
    -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.12), inset 0 0 0 0.1rem #006FB9 !important;
    box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.12), inset 0 0 0 0.1rem #006FB9 !important;
    border-color: #006FB9 !important;
}

.field::-webkit-input-placeholder {
    color: #727577;
}
.field:-ms-input-placeholder {
    color: #727577;
}
.field::-moz-placeholder {
    color: #727577;
}
.field::-ms-input-placeholder {
    color: #727577;
}
.field::placeholder {
    color: #727577;
}
.field:hover::-webkit-input-placeholder {
    display: block !important;
}
.field:hover:-ms-input-placeholder {
    display: block !important;
}
.field:hover::-moz-placeholder {
    display: block !important;
}
.field:hover::-ms-input-placeholder {
    display: block !important;
}
.field:hover::placeholder {
    display: block !important;
}
/*  Field small  */
.field--small {
    padding: 1.1rem 1.6rem 1.1rem 1.5rem;
}
/*  Field smaller  */
.field--smaller,
input[type="text"].field--smaller,
input[type="password"].field--smaller,
input[type="email"].field--smaller,
input[type="number"].field--smaller{
    height: auto;
    padding: 0.9rem 1.6rem 0.9rem 1.4rem;
    font-size: 1.4rem;
    line-height: 1.715;
}
/*  Field textarea  */
.field--textarea {
    text-wrap: wrap;
    min-height: 8.3rem;
    resize: none;
    display: block;
    padding: 0.8rem 1.2rem;
}
/*  Field textarea big  */
.field--textarea-big {
    padding: 1.4rem 1.6rem;
    min-height: 10rem;
}
/*  Field amount  */
.field--amount {
    width: 9rem;
    padding: 0.3rem 0.4rem;
    text-align: center;
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input:checked ~ label span.checkbox_span {
    background: #727577;
}
.checkbox input:focus-visible ~ label span.checkbox_span:before {
    border-color: #006FB9;
}
.checkbox input:checked ~ label span.checkbox_span:after {
    opacity: 1;
    visibility: visible;
}
.checkbox label:not(.sr-only) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox label:not(.sr-only) {
        line-height: 1.4;
        padding-left: 3.6rem;
    }
}
.checkbox label span.checkbox_span {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    border-radius: 0.6rem;
    border: 0.1rem solid #727577;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox label span.checkbox_span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.checkbox label span.checkbox_span:before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.checkbox label span.checkbox_span:after {
    content: "";
    background-image: url(../images/icons/ico-check-white.svg);
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0.6rem;
    left: 0.2rem;
    width: 1.8rem;
    height: 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox label span.checkbox_span:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .checkbox label span.checkbox_span.long_span {
        top: 25%;
    }
    .form-availability--small .checkbox label span.checkbox_span.long_span {
        top: 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-availability--alt .checkbox label span.checkbox_span.long_span {
        top: 45%;
    }
}
@media (max-width: 535px){
    .form-availability--alt .checkbox label span.checkbox_span.long_span {
        top: 12%;
    }
}
@media (max-width: 1199px) {
    .checkbox label.sr-only ~ label {
        display: flex;
    }
}
.checkbox label.sr-only ~ label br {
    display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox label.sr-only ~ label br {
        display: block;
    }
}
/* remove number spinner */
.amount__label-field input::-webkit-outer-spin-button,
.amount__label-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.amount__label-field input{
    -moz-appearance: textfield;
}
.checkbox .amount__label-field {
    max-width: 9rem;
    margin-left: .5rem;
    display: inline-grid;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox span.amount__label-field .form__error-message {
        max-width: 9rem;
        line-height: 1.25;
        width: max-content;
    }
    .checkbox .amount__label-field {
        margin-left: .1rem;
    }
}
.checkbox label.checkbox__label-alt {
    display: block;
}
@media (min-width: 767.02px) and (max-width: 1199px) {
    .checkbox .checkbox__text {
        white-space: pre;
    }
}
/*  Checkbox small  */
.checkbox--small {
    font-size: 1.2rem;
    line-height: 2;
}
/*  Checkbox medium  */
.checkbox--medium br {
    display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox--medium br {
        display: block;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox--medium .span-label,
    .checkbox--medium label:not(.sr-only) {
        font-size: 1.6rem;
        line-height: 1.5;
        padding-left: 3.3rem;
    }
    .checkbox--medium .span-label{
        padding-left: 1rem;
    }
}
@media (max-width: 374px) {
    .checkbox--medium label:not(.sr-only) {
        font-size: 1.4rem;
    }
}
/* ------------------------------------------------------------ *\
	Checkboxes
\* ------------------------------------------------------------ */
.checkboxes ul {
    list-style-type: none;
}
.checkboxes li {
    margin-bottom: 1.6rem;
}
.checkboxes li:last-child {
    margin: 0;
}

/* ------------------------------------------------------------ *\
	Checkbox alt
\* ------------------------------------------------------------ */
.checkbox-alt {
    position: relative;
    z-index: 4;
}
.checkbox-alt input:checked ~ label span:before {
    background: #006FB9;
    border-color: #006FB9;
}
.checkbox-alt input:focus-visible ~ label:before {
    border-color: #006FB9;
}
.checkbox-alt input:checked ~ label span:after {
    opacity: 1;
    visibility: visible;
}
.checkbox-alt label {
    position: relative;
    display: inline-block;
    padding-left: 3.1rem;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
}
.checkbox-alt label:before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.checkbox-alt label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    border: 0.1rem solid #727577;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.4s, background 0.4s;
    transition: border-color 0.4s, background 0.4s;
}
.checkbox-alt label span:after {
    content: "";
    background-image: url(../images/icons/ico-check-white.svg);
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0.6rem;
    left: 0.2rem;
    width: 1.8rem;
    height: 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox-alt label span:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
/* ------------------------------------------------------------ *\
	Checkbox pill
\* ------------------------------------------------------------ */
.checkbox-pill {
    position: relative;
}
.checkbox-pill input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.checkbox-pill input:focus-visible ~ label:before {
    opacity: 1;
    visibility: visible;
}
.checkbox-pill input:checked ~ label {
    background: #E6EFF5;
    border-color: #E6EFF5;
}
.checkbox-pill label:hover {
    color: #006FB9;
    border-color: #006FB9;
}
.checkbox-pill label {
    font-size: 1.3rem;
    line-height: 1.308;
    font-weight: 600;
    padding: 0.6rem 1.54rem;
    display: block;
    background: #fff;
    border: 0.1rem solid #D2D5D7;
    border-radius: 6.5rem;
    -webkit-transition: background 0.4s, border-color 0.4s, color 0.4s;
    transition: background 0.4s, border-color 0.4s, color 0.4s;
    position: relative;
}
.checkbox-pill label:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    border: 0.2rem solid currentColor;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    border-radius: 6.5rem;
}
/* ------------------------------------------------------------ *\
	Checkbox primary
\* ------------------------------------------------------------ */
.checkbox-primary {
    position: relative;
}
.checkbox-primary:focus-within:before {
    opacity: 1;
    visibility: visible;
}
.checkbox-primary:before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    border: 0.2rem solid currentColor;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.checkbox-primary input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.checkbox-primary input:checked ~ label:before {
    background: #006FB9;
}
.checkbox-primary input:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.checkbox-primary input.zero-facet ~ label:before {
    background-color: #D2D5D7;
}
.checkbox-primary input.zero-facet ~ label,
.select2-results__option.zero-facet,
option.zero-facet {
    color: #ACAEAF;
}
/*.checkbox-primary input.zero-facet ~ label:before{*/
/*  background: #F1F0F0;*/
/*  border-color: #ACAEAF;*/
/*}*/

.checkbox-primary label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.5rem;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.143;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.checkbox-primary label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border: 0.1rem solid #727577;
    border-radius: 0.2rem;
    -webkit-transition: background 0.4s, border-color 0.4s;
    transition: background 0.4s, border-color 0.4s;
}
.checkbox-primary label:after {
    content: "";
    background-image: url(../images/icons/ico-check-white.svg);
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0.2rem;
    left: 0.1rem;
    width: 1.4rem;
    height: 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.checkbox-primary label img {
    margin-right: 0.8rem;
    margin-left: -0.2rem;
}
/* ------------------------------------------------------------ *\
	Checkboxes primary
\* ------------------------------------------------------------ */
.checkboxes-primary ul {
    list-style-type: none;
}
.checkboxes-primary li {
    margin-bottom: 1.5rem;
}
.checkboxes-primary li:last-child {
    /* margin-bottom: 0; */
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input:checked ~ label {
    background: #727577;
    color: #fff;
}
.radio input:focus-visible ~ label:after {
    border-color: #006FB9;
}
.radio label {
    width: 4.5rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
    border: 0.1rem solid #727577;
    border-radius: 0.5rem;
    -webkit-transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    position: relative;
}
.radio label:after {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.5rem -1rem;
}
@media (max-width: 1399px) {
    .radios ul {
        margin: 0 -0.4rem -1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .radios ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 32rem;
    }
}
.radios li {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 5.3rem;
}
@media (max-width: 1399px) {
    .radios li {
        padding: 0 0.4rem;
    }
}

/* ------------------------------------------------------------ *\
	Radio primary
\* ------------------------------------------------------------ */
.radio-primary {
    position: relative;
}
.radio-primary:focus-within:before {
    opacity: 1;
    visibility: visible;
}
.radio-primary:before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    border: 0.2rem solid currentColor;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.radio-primary input:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.radio-primary input:disabled ~ label {
    pointer-events: none;
    opacity: 0.5;
}
.radio-primary input:disabled ~ label:before {
    background: #F1F0F0;
    border-color: #D2D5D7;
}
.radio-primary label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 2.6rem;
    font-size: 1.4rem;
    line-height: 1.286;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.radio-primary label:before {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.1rem solid #727577;
    background: #fff;
}
.radio-primary label:after {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 0.3rem;
    left: 0.2rem;
    border-radius: 50%;
    background: #727577;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.radio-primary label img {
    margin-right: 0.2rem;
}

.radio-primary label.radio-default span {
    margin-left: 0;
}
.radio-primary label span {
    display: block;
    margin-left: 0.8rem;
}
/* ------------------------------------------------------------ *\
	Radios primary
\* ------------------------------------------------------------ */
.radios-primary ul {
    list-style-type: none;
}
.radios-primary li {
    margin-bottom: 1.45rem;
}
.radios-primary li:last-child {
    margin-bottom: 0;
}
/*  Radios primary small  */
.radios-primary--small li {
    margin-bottom: 1.25rem;
}

.form__field{
    display: inline-block;
    /*max-width: 18rem;*/
    width: 100%;
}
.form__field.vhr-email {
    width: 98%;
    @media (max-width: 767px) {
        width: 99%;
    }
}
.form__field .form__field{
    margin-right: 0;
    margin-bottom: 0;
}
.form__field--medium{
    max-width: 20.2rem;
}
.form__field--big{
    max-width: 35.3rem;
}
.form__textarea.form__field {
    max-width: 43rem;
}


.form__row {
    row-gap: .6rem;
    /*display: flex;*/
    display: block;
    align-items: baseline;
    flex-wrap: wrap;
}
@media (hover: hover) and (min-width: 1023.02px) {
    .form__row {
        row-gap: 1.3rem;
    }
    .form__row + .form__row {
        margin-top: 1.3rem;
    }
}
.form-payment-calculator .form__row {
    display: block;
}
