.hidden {
    display: none;
}

.cookie-block {
    background-color: #000;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    position: fixed;
    width: 100%;
    z-index: 500;
    bottom: 0;
}

.cookie-block__content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cookie-block__content-text {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.cookie-block__content a {
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
}

.cookie-block__content-action {
    margin-left: 10px;
}

.cookie-btn {
    padding: 6px 16px;
}

.btn-cookie {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.btn-sm--cookie {
    font-size: 12px;
    padding: 8px 16px 6px;
}

.btn-transparent--white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-cookie {
    display: inline-block;
    background-color: white;
    color: #000;
    padding: 6px 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.2s all ease;
}

.btn-cookie.btn-black:hover {
    transition: 0.2s all ease;
    background-color: #f2f2f2;
}

#addressPlaceData {
    border: 1px solid #d3d3d3;
}

.address-data-item {
    padding: 3px 1em 3px .4em;
}

.storage-plan-modal-active {
    background-color: #000 !important;
    color: #fff !important;
}

.timepicker-input-group-label {
    white-space: nowrap;
}

.timepicker__box-list {
    display: inline-flex;
    flex-wrap: wrap;
}

.timepicker__box-input-group {
    flex-basis: 50%;
}

.timepicker__box-list .opacity {
    opacity: 0.5;
}
.not-allowed{
    cursor: not-allowed !important;
}

.timepicker__input:checked {
    background-color: #000 !important;
    color: #fff !important;
}

.ui-state-default.ui-state-active,
.ui-state-default.ui-state-active:hover {
    background: #000 !important;
    color: #fff !important;
    cursor: not-allowed;
}

.error {
    border: 1px solid #c00;
}

.form .help-block {
    font-size: 14px;
    margin: 2px 0 0;
}

.form-control {
    width: 100%;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    margin: 0;
    display: block;
    color: #7a7a7a;
    font-family: Work Sans, sans-serif;
    line-height: 1.3;
    padding: 10px 20px;
    transition: border-color .2s;
    box-shadow: none;
}

.form-control {
    font-size: 16px;
    font-weight: 300;
}

.login-link-btn {
    font-size: 1.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    flex-basis: 25%;
    padding-left: 5rem;
    padding-right: 5rem;
    flex-basis: 25%;
    white-space: nowrap;
}

.container--middle {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 800px) {
    .container--middle {
        min-height: 300px;
    }
}

.page-lead {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

@media (min-width: 768px) {
    .page-lead {
        margin: 0 0 32px;
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 1200px) {
    .container--middle {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .login-title {
        font-size: 45px !important;
    }
}

@media (max-width: 1000px) {
    .container--middle {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .login-text {
        padding-bottom: 0 !important;
    }
}

.login-title {
    text-align: center !important;
    font-family: Stem, sans-serif;
    margin: 0 0 35px;
    font-size: 84px;
}

.login-text {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    font-family: Stem, sans-serif;
    color: #2f2f2f;
    background-color: #fff;
    padding-bottom: 3rem;
}

.form-login-label {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    font-family: Stem, sans-serif;
    color: #2f2f2f;
    background-color: #fff;
}

.form-field {
    margin-top: 2rem;
}

.login-restore-btn {
    font-size: 1.3rem;
    padding: 0.5rem 5rem;
    background-color: #f2f2f2;;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    text-align: center !important;
    flex-basis: 25%;
}

.d-flex {
    display: flex !important;
}

.login-btn-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

@media (max-width: 400px) {
    .login-btn-list {
        flex-direction: column-reverse;
    }

    .login-restore-btn {
        margin-top: 2rem;
    }
}

@media (max-width: 800px) {
    .login-link-btn {
        flex-basis: 50%;
    }

    .login-restore-btn {
        flex-basis: 50%;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 999;
    transition: 0 all;
    visibility: visible;
    opacity: 70%;
}

.preloader.off {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 50px;
    height: 50px;
    border: 7px solid white;
    border-radius: 50%;
    border-top-color: #7a7a7a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: 2s spin infinite linear;
}

.text-center {
    text-align: center !important;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(- 50%, -50%) rotate(360deg);
    }
}

.form-2col {
    display: flex;
    flex-direction: row;
}

.left-col {
    flex-basis: 50%;
    margin: 0 50px;
}

.right-col {
    flex-basis: 50%;
    margin: 0 50px;
}

#registrationform-home_country {
    display: block;
    height: 40px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-size: 16px;
    /* color: #7a7a7a; */
    font-weight: 300;
    font-family: Work Sans, sans-serif;
    line-height: 1.3;
}

.page-heading {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 200;
    text-align: center;
}

.login-terms-link {
    color: #F49200;
}

.field-registrationform-confirm_terms {
    padding-bottom: 20px;
}

@media (max-width: 1000px) {
    .form-2col {
        flex-direction: column;
    }

    .left-col {
        margin: 0 0;
    }

    .right-col {
        margin: 0 0;
    }
}

.form-restore-buttons {
    margin-top: 20px;
}

@media (min-width: 1600px) {
    .page-heading {
        margin: 0 0 35px;
        font-size: 84px;
    }
}

@media (min-width: 768px) {
    .page-heading {
        margin: 0 0 26px;
        font-size: 54px;
        text-align: center;
    }
}

.restore-section-text {
    margin: 20px 0;
    text-align: center;
}

.restore-section-image-text {
    text-align: center;
    font-size: 2em;
    margin: .67em 0;
}

.faq__header {
    padding-top: 200px;
    margin-bottom: 40px;
}

.header-faq__title {
    font-weight: 800;
    font-size: 64px;
    line-height: 68px;
    color: #000;
    margin-bottom: 60px;
}

.tabmenu-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabmenu-faq_label {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.tabmenu-faq__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabmenu-faq__button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tabmenu-faq__button {
    background: #f0f4f5;
    border: 0;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
}

.tabmenu-faq__button.active {
    background: #3d3f43;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .content-faqbody__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1000px) {
    .tabmenu-faq_label {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .tabmenu-faq__buttons {
        -ms-flex-wrap: nowrap;
        flex-direction: column;
    }

    .tabmenu-faq {
        display: block;
    }

    .faq__header {
        padding-top: 100px;
    }
}

.content-faqbody.active {
    display: block;
}

.content-faqbody {
    display: none;
}

.content-faqbody__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 0;
    border-bottom: 1px solid rgba(186, 191, 195, .5);
}

.content-faqbody__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 15px;
}

.content-faqbody__list {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
}

.right-arrow::before {
    -webkit-transform: rotate(45deg) translateY(-4px);
    -ms-transform: rotate(45deg) translateY(-4px);
    transform: rotate(45deg) translateY(1px) translateX(-5px) !important;
}

.right-arrow::after {
    -webkit-transform: rotate(-45deg) translateY(4px);
    -ms-transform: rotate(-45deg) translateY(4px);
    transform: rotate(-45deg) translateY(-1px) translateX(-5px) !important;
}

.choose__clothes-card .card__list li {
    white-space: pre-wrap;
}

.feedback__box {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.feedback__box-title {
    line-height: 24px;
}

.feedback__box-submit {
    width: 100%;
    margin-top: 2.4rem;
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
}

.feedback__box-submit:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15))), #000000;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #000000;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #000000;
}

.feedback__box textarea {
    resize: none;
}

.feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 0;
}

.input__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 6px;
}

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

.input__group-label {
    font-weight: 600;
}

.input__group-input {
    width: 100%;
    padding: 1rem 1.5rem;
    color: #000;
    line-height: 20px;
    font-size: 16px;
    background-color: #f2f2f2;
}

.maybe__popup_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 2rem 1.5rem 0;
    position: relative;
    cursor: pointer;
}

.maybe__popup_btn:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.maybe__popup_btn::before,
.maybe__popup_btn::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: #858585;
}

.maybe__popup_btn::before {
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 2.5px)) rotate(45deg);
    -ms-transform: translateY(calc(-50% - 2.5px)) rotate(45deg);
    transform: translateY(calc(-50% - 2.5px)) rotate(45deg);
    right: 0;
}

.maybe__popup_btn::after {
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 2.5px)) rotate(-45deg);
    -ms-transform: translateY(calc(-50% + 2.5px)) rotate(-45deg);
    transform: translateY(calc(-50% + 2.5px)) rotate(-45deg);
    right: 0;
}

.re-captcha {
    height: 7.5rem;
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    margin-top: 2.4rem;
    background-color: #F9F9F9;
    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;
    padding-left: 5.5rem;
    padding-right: 0.8rem;
}

.re-captcha__text {
    position: relative;
}

.re-captcha__text::before {
    content: "";
    position: absolute;
    left: -3.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border: 2px solid #C1C1C1;
}

@media (min-width: 800px) {
    .navbar .logotip {
        margin-right: 3rem;
    }
}

.modal__tab-2 {
    padding-right: inherit;
}

@media (min-width: 1000px) {
    main.main .virtual__vault {
        margin-top: 12rem;
    }

    main .wardrobe_organisation-head {
        margin-top: 12rem;
    }

    main .fur__storage-head {
        margin-top: 12rem;
    }

    main .vault__archive-head {
        margin-top: 12rem;
    }

    main .hotels_service-head {
        margin-top: 12rem;
    }

    main .family_estates-head {
        margin-top: 12rem;
    }

    main .about_us-head {
        margin-top: 12rem;
    }
}

@media (min-width: 800px) {
    .header__top-center {
        gap: 0rem;
    }

    .header__top-center a {
        margin-right: 2rem;
    }

    .header__top-center a:last-child {
        margin-right: 2rem;
    }
}

section.section.section-standard {
    margin-top: 16rem;
}

.modal__select-date input, .modal__select-time input {
    font-size: 16px;
}

.block__image-right-images::before {
    display: none;
}

.block__image-right-images::after {
    display: none;
}

@media screen and (max-width: 1000px){
    .choose__clothes-card .card__list-group {
        margin-bottom: 0;
    }
}

.block__image-right-images {
    margin-left: auto;
    margin-right: auto;
}

.fur__storage-foot {
    padding-top: 0;
}

.fur__storage-content {
    padding-bottom: 0;
}

.feedback__box-submit {
    margin-left: auto;
    margin-right: auto;
}
.block__2col-text-bg {
    padding: 0;
    background-color: white;
}
@media (min-width: 1000px){
    .miniway__map-item{
        gap: 0;
    }
    .miniway__map-item img{
        margin-right: 1.5rem;
    }
}

div#form-tab-2-error {
    color: red;
    margin-bottom: 10px;
}

.header-phone {
    display: contents;
}

img.header-phone-img {
    height: 30px;
    margin-right: 15px;
}

.header-phone-link {
    background-color: inherit !important;
}
