@charset "UTF-8";
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

#vendor {
    min-height: 100vh;
    padding: 13rem 2rem 6rem 2rem;
    position: relative;
    background: url("../img/bg_main.jpg") no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

#vendor .btn-link {
    color: #000;
    font-family: "Calibri", sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    padding: 0 36px;
    line-height: 48px;
    width: 100%;
}

#vendor .btn-link:hover, #vendor .btn-link:focus {
    text-decoration: none;
}

#accordionVendor .card {
    border: none;
    background-color: transparent;
    margin-bottom: 10px;
    width: 76%;
    overflow: visible;
}

#accordionVendor .card:last-of-type {
    margin-bottom: 0;
}

/*#accordionVendor .accordion>.card {*/
/**/
/*}*/

#accordionVendor .card-header {
    border: none;
    margin: 0;
    background: #ffbf00;
    height: 49px;
    border-radius: 5px;
    padding: 0;
    position: relative;
}

#accordionVendor .card-header:before {
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: url("../img/svg/arrow.svg") no-repeat center;*/
    /*background-size: contain;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*right: 10px;*/
    /*cursor: pointer;*/
}

#accordionVendor .card-header:first-child {
    border-top: none;
}

#accordionVendor .form {
    width: 768px;
    padding: 2rem;
}

#accordionVendor .pass div {
    width: calc(50% - 0.5rem);
}

#accordionVendor .pass div:last-child {
    margin-left: 1rem;
}

#accordionVendor .pass input {
    width: 100%;
}

#accordionVendor .pass input:last-child {
    margin: 0;
}

#accordionVendor .pass .form-group {
    margin: 0;
}

textarea {
    resize: none;
    height: 220px !important;
    margin-bottom: 3.5rem;
}

#dealsModal h2 {
    text-align: center;
    margin: 0;
}

#dealsModal .confirm-btn {
    width: 120px;
}

#feedbackModal .modal-content {
    padding: 6rem 2.8rem 4rem 2.8rem;
}


.login-menu{
    position: absolute;
    top: 0rem;
    right: 2rem;
    display: flex;
}

.login-menu label{
    margin: 0;
    width: auto !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 0 !important;
    line-height: 20px !important;
    cursor: pointer;
}
.login-menu a{
    margin-right: 0.5rem;
    border: 1px solid #fff;
    padding: 0 8px;
    border-radius: 3px;
    transition: .5s;
}
.login-menu a:last-child, .login-menu a:hover{
    background-color: #fff;
}
.login-menu a:last-child label, .login-menu a:hover label{
    color: #000 !important;
}

.login-menu a:last-child:hover{
    background-color: transparent;
}

.login-menu a:last-child:hover label{
    color: #fff !important;
}


.order-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*min-width: 1200px;*/
}

.order-list .ul-header {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    background-color: #464646;
    color: #fff;
}

.order-list .ul-header .orderId, .order-list .ul-header .orderTitle, .order-list .ul-header .orderQuantity, .order-list .ul-header .orderPrice, .order-list .ul-header .orderCategory, .order-list .ul-header .orderStatus, .order-list .ul-header .orderButtons {
    line-height: 22px !important;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.order-list .ul-header .orderButtons .form-group {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0 0.5rem 0 0;
    justify-content: flex-end;
    align-items: center;
    min-height: 0 !important;
}

.order-list .ul-header .orderButtons .form-group label {
    margin-right: 1rem;
    color: #fff;
    line-height: 22px !important;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.order-list .ul-header .orderButtons .form-group .checkbox {
    width: 14px;
    height: 14px;
    border: none;
}

.order-list .ul-header .orderButtons .form-group .checked {
    background-color: #fff;
}

.order-list .ul-header .orderButtons .form-group .checked:after {
    font-size: 10px;
    color: #464646;
    top: -3px;
    left: 2px;
}

.order-list label {
    font-family: "Calibri", sans-serif;
}

.order-list > ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #acacac;
}

.order-list > ul > li {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #acacac;
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.order-list > ul > li:nth-child(2n) {
    background-color: #f0f0f0;
}

.order-list li .nice-select li {
    border: none;
}

.order-list li .nice-select li:nth-child(2n) {
    background-color: #fff;
}

.order-list li .nice-select li:hover {
    background-color: #eee;
}

.order-list .orderId, .order-list .orderQuantity, .order-list .orderTitle, .order-list .orderPrice, .order-list .orderCategory, .order-list .orderStatus, .order-list .orderButtons {
    padding: 0.5rem;
}

.order-list .orderId, .order-list .orderTitle, .order-list .orderPrice, .order-list .orderCategory, .order-list .orderQuantity {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
}

.order-list .orderId {
    width: 6%;
}

.order-list .orderTitle {
    width: 12%;
}

.order-list .orderPrice {
    width: 11%;
}

.order-list .orderCategory {
    width: 15%;
}

.order-list .orderStatus {
    width: 10%;
    line-height: 40px;
}

.order-list .orderQuantity {
    width: 11%;
}

.order-list .orderStatus .nice-select {
    height: 40px;
    line-height: 34px;
    border-color: #acacac;
    border-radius: 3px;
}

.order-list .orderStatus .nice-select .current {
    color: #000;
}

.order-list .orderButtons {
    width: 44%;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.order-list .orderButtons .confirm-btn {
    font-size: 16px;
    display: inline-block;
    padding: 0 0.5rem;
    margin: 0 6px 0 0;
    height: 40px;
    border-radius: 3px;
    line-height: 17px;
}

/*.order-list .orderButtons .show-offers {*/
/*width: 110px;*/
/*}*/

.order-list .orderForm {
    position: relative;
    width: 100%;
    border-top: 1px solid #acacac;
    padding: 3rem 15%;
}

.order-list .orderForm input {
    font-size: 18px;
}

.form-check {
    max-width: 200px;
}

.form-check .form-check-input {
    height: 28px;
    margin: 0;
}

.order-list .orderForm .inputOrderTitle, .order-list .orderForm .inputOrderPrice, .order-list .orderForm .selectOrderCategory, .order-list .orderForm .checkOrderDelivery, .order-list .orderForm .checkOrderParking {
    padding: 0 0.5rem;
}

.order-list .orderForm .inputOrderTitle, .order-list .orderForm .selectOrderCategory {
    width: 38.461%;
}

.order-list .orderForm .inputOrderPrice {
    width: 23.078%;
}

.order-list .orderForm .checkOrderParking {
    margin-right: 4rem !important;
}

.order-list .orderForm .checkOrderDelivery, .order-list .orderForm .checkOrderParking {
    display: flex;
}

.order-list .orderForm .checkOrderDelivery label, .order-list .orderForm .checkOrderParking label {
    margin: 0 1rem 0 0;
}

.order-list .orderForm .d-flex {
    margin-bottom: 1rem;
}

.order-list .orderForm .d-flex .form-group {
    margin: 0;
}

.order-list .orderForm .d-flex .form-group .nice-select {
    margin-bottom: 0;
    line-height: 34px;
}

.order-list .orderForm .d-flex .form-group .nice-select .current {
    color: #000;
}

.order-list .orderForm .d-flex .form-group:last-child {
    margin: 0;
}

.order-list .orderForm .orderButtons {
    width: 100%;
    display: block;
}

.order-list .orderForm .confirm-btn {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.7px;
    padding: 0.2rem 1.2rem;
    display: inline-block;
    width: auto;
}

.order-list .orderForm .cancel-form {
    position: relative;
    z-index: 6;
}

.order-list .offersForm {
    width: 100%;
    padding: 2rem 5%;
    border-top: 1px solid #acacac;
}

.order-list .offersForm .orderId {
    width: 10%;
}

.order-list .offersForm .orderTitle {
    width: 35%;
}

.order-list .offersForm .orderPrice {
    width: 15%;
}

.order-list .offersForm .orderCategory {
    width: 25%;
}

.order-list .offersForm .orderButtons {
    width: 25%;
}

.order-list .offersForm .orderButtons .confirm-btn {
    width: 80px;
}

.order-list .offerEdit {
    width: 100%;
    border-top: 1px solid #acacac;
}

.order-list .checkbox {
    width: 24px;
    height: 24px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
}

.order-list .checked {
    background-color: #000;
}

.order-list .checked:after {
    content: "";
    font-family: "icomoon", sans-serif;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 3px;
}

.slider-wrapper {
    position: relative;
    width: 47%;
    padding: 1rem 0;
}

.slider-wrapper .slider {
    position: relative;
    background-color: #aeaeae;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
}

.slider-wrapper .ui-widget-header {
    background-color: #111;
}

.slider-wrapper .ui-slider .ui-slider-handle {
    width: 1rem;
    height: 1rem;
    top: -0.4rem;
    border-radius: 50%;
    background: #fff !important;
    border-color: #111 !important;
}

.slider-wrapper .ui-slider .ui-slider-handle:focus {
    outline: none;
}

.slider-wrapper label {
    display: inline-block;
}

.slider-wrapper span {
    font-size: 18px;
}

.d-none {
    display: none;
}

.send-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    opacity: 0.7;
}

.icon-btn {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #464646;
    border: 1px solid #000;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.icon-btn:hover {
    background-color: #585858;
    color: #d0d0d0;
    transition: 0.5s;
}

.icon-btn:after {
    font-family: "icomoon", sans-serif;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invis-btn, .undel-btn {
    background-color: #acacac;
    color: #eaeaea;
    border-color: #acacac;
}

.invis-btn:hover, .undel-btn:hover {
    background-color: #acacac;
    color: #eaeaea;
    transition: 0.5s;
}

.undel-btn {
    cursor: default !important;
}

.icon-delete:after {
    content: "";
}

.icon-visible:after {
    content: "";
}

@font-face {
    font-family: "ITC Mona Lisa Std Solid";
    src: url("../fonts/MonaLisaStd-Solid.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Bold.TTF") format("truetype");
    font-weight: 700;
    font-style: normal;
}


html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Calibri", sans-serif;
    min-width: 320px;
}

select, input {
    line-height: 3rem;
    padding: 0 1rem;
    height: 3rem;
}

select, input, textarea {
    font-family: "Myriad Pro", sans-serif;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 6px;
}

textarea {
    border-radius: 6px;
    padding: 1rem;
    line-height: 32px;
}

select:focus, input:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}

select:last-child, input:last-child, textarea:last-child {
    margin-bottom: 0;
}

select::placeholder, input::placeholder, textarea::placeholder {
    color: #000;
}

select:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000 !important;
}

button:focus {
    outline: none;
}

select {
    margin-top: 1rem;
}

.modal a, .modal label {
    font-family: "ITC Mona Lisa Std Solid", sans-serif;
    display: block;
    text-align: right;
    margin-left: auto;
    width: max-content;
    color: #000;
    font-size: 22px;
    text-decoration: none !important;
    margin-bottom: 1rem;
    cursor: pointer;
}

a:hover, label:hover {
    transition: 0.5s;
    color: #888;
}

.confirm-btn {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin: 2rem auto 0 auto;
    display: block;
    padding: 0.5rem 2rem;
    background: #464646;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 1px 1px 4px 0 #777;
}

.pass {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.pass input {
    width: calc(50% - 0.5rem);
    margin-bottom: 0;
}

.pass input:last-child {
    margin-left: 1rem;
}

.nice-select {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 25px;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
}

.first-option-none {
    height: 3rem;
}

.first-option-none li:first-child {
    color: #888;
    display: none;
}

.current {
    color: #aaa;
    font-size: 18px;
    font-weight: normal !important;
}

.nice-select.open .list {
    width: calc(100% + 2px);
    margin: 0;
    border: 1px solid #000;
    top: 35px;
    left: -1px;
    border-radius: 0 0 6px 6px;
}

.nice-select:hover {
    border-color: #000;
}

.nice-select.open, .nice-select:focus {
    border-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.nice-select .option.selected {
    font-weight: normal;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #eee;
}

header {
    height: 100vh;
    min-height: calc(100vw / 3);
    background: url(../img/bg_homepage.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

header p {
    position: absolute;
    bottom: 0;
    left: 2rem;
    font-size: 23px;
    color: #fff;
}

.logo, #logo-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 86%;
}

.logo {
    height: 55%;
    background: url(../img/logo2.png) no-repeat bottom center;
    background-size: contain;
}

.logo-text-en {
    height: 20%;
    background: url(../img/logo-text-en.png) no-repeat top center;
    background-size: contain;
}

.logo-text-es {
    height: 6.2%;
    background: url(../img/logo-text-es.png) no-repeat center;
    background-size: contain;
}

/*.copyright {*/
/*    font-family: sans-serif;*/
/*    font-size: 13px;*/
/*}*/

.bottom-header-block {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    align-items: center;
}

.bottom-header-block a, .bottom-header-block label {
    font-family: "Calibri", sans-serif;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: max-content;
    margin: 0;
    font-size: 25px;
}

.bottom-header-block a:hover, .bottom-header-block label:hover {
    transition: 0.5s;
    color: #888;
    text-decoration: none;
}

.bottom-header-block label {
    display: flex;
    align-items: flex-end;
}

.bottom-header-block span {
    font-size: 3rem;
}

.bottom-header-block .line-block {
    position: relative;
    margin-right: 2rem;
}

.bottom-header-block .line-block :after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.bottom-header-block .line-block label:hover {
    transition: 0s;
    color: #fff;
    text-decoration: none;
}

/*.top-header-block {*/
/*    position: absolute;*/
/*    top: 1rem;*/
/*    right: 2rem;*/
/*}*/

/*.top-header-block a, .top-header-block label {*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    font-size: 15px;*/
/*    margin-left: 0;*/
/*}*/

/*.top-header-block a:hover, .top-header-block label:hover {*/
/*    transition: 0.5s;*/
/*    color: #888;*/
/*}*/

#language {
    margin-left: auto;
}

#white-block {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 4rem 0;
}

#white-block p {
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 1px;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
    text-align: center;
}

#white-block .justify-content-between {
    margin-top: 1rem;
}

#white-block .img-container {
    width: 25%;
    display: block;
    position: relative;
}

#white-block .img-container .pos-relative {
    height: 200px;
    margin-bottom: 1rem;
    width: 100%;
    overflow: hidden;
    float: left;
}

#white-block .img-container img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#white-block .img-container p {
    font-size: 22px;
    text-align: left;
}

#white-block .p-margin2 {
    margin-top: 2rem;
}

.pos-absolute {
    position: absolute;
    width: 92%;
    bottom: 4%;
    left: 4%;
    text-align: center;
}

.pos-absolute p {
    font-weight: 700 !important;
    font-size: 13px !important;
}

.pos-relative {
    position: relative;
}

.c-white {
    color: #fff;
}

p.c-white {
    font-size: 9px !important;
}

#big-image-block {
    background: black url(../img/chicago-maps.png) no-repeat center;
    background-size: contain;
    height: 100vh;
    min-height: calc(100vw / 3);
    position: relative;
}

#image {
    top: 25vh;
    position: relative;
    height: 50vh;
    min-height: calc(50vw / 3);
}

#image a {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    color: #fff;
    margin: 0;
    font-size: 3rem;
}

#image a:hover {
    transition: 0.5s;
    color: #888;
}

.en-bg {
    background: rgba(0, 0, 0, 0) url(../img/picture_final.png) no-repeat center;
    /*background-attachment: fixed;*/
    background-size: contain;
}

.es-bg {
    background: #000 url(../img/picture_final_es.png) no-repeat center;
    background-attachment: fixed;
    background-size: contain;
}

#text-block {
    font-family: "Calibri", sans-serif;
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    padding: 1rem 0;
}

#text-block p, #text-block h2 {
    margin: 0;
    font-weight: bold;
    color: #000;
}

#text-block p, #text-block a {
    font-size: 28px;
}

#text-block h2 {
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-bottom: 1rem;
}

#text-block a {
    font-family: "Calibri", sans-serif;
    text-align: left;
    margin: 1rem 0 0 0;
    text-decoration: underline;
}

#text-block span, #text-block a {
    font-weight: 700;
}

#text-block .row {
    position: relative;
    margin: 4rem 0 0 0;
}

#text-block .row::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #d0d0d0;
    position: absolute;
    left: 50%;
}

#text-block .text-col {
    width: 50%;
}

#text-block .text-col:first-child {
    padding-right: 4rem;
}

#text-block .text-col:last-child {
    padding-left: 4rem;
}

#text-block .sign-in-block {
    margin-top: 2rem;
}

#text-block .sign-in-block .confirm-btn {
    position: relative;
    top: 0;
    left: 0;
}

#text-block input {
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

#text-block input::placeholder {
    color: #000;
}

#text-block input:-ms-input-placeholder {
    color: #000 !important;
}

#text-block .nice-select .option {
    font-size: 20px;
}

#text-block .nice-select .option:hover {
    background-color: #ebebeb;
}

#text-block .current {
    color: #000;
}

#text-block .nice-select.open .list {
    margin: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
}

#text-block .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

#text-block h4 {
    font-size: 19px;
    margin: 0;
}

#text-block .p-center {
    text-align: center;
    margin-top: 4rem;
}

#text-block .m-top2r {
    margin-top: 2rem;
}

body .modal {
    overflow: auto;
}

.modal-open {
    padding-right: 0 !important;
}

#memberForm select {
    background: #e8f0fe;
}

#memberForm input {
    background: #e8f0fe;
}

#orderForm span span span .select2-selection__rendered {
    background-color: #e8f0fe;
}

.modal-content, .form {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 6rem 4rem 4rem 4rem;
    font-family: "Calibri", sans-serif;
}

.modal-content a, .modal-content input, .modal-content label, .form a, .form input, .form label {
    font-family: "Calibri", sans-serif;
}

.modal-content input, .form input {
    font-size: 18px;
}

.modal-content a:last-child, .form a:last-child {
    margin: 0 auto;
}

.modal-content h2, .form h2 {
    font-size: 29px;
    margin-bottom: 2rem;
}

.modal-content label {
    font-size: 16px;
    color: #00008b;
    margin-bottom: 2rem;
}

.modal-content label:hover {
    color: #000;
    transition: 0.5s;
}

.close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
}

#membersEmail .modal-content {
    padding: 6rem 3.5rem 4rem 3.5rem;
}

.d-flex .form-group:last-child {
    margin-left: 1rem;
}

/*.form-group label {*/
/*text-align: left;*/
/*margin-bottom: 0.2rem;*/
/*margin-left: 0;*/
/*font-size: 16px;*/
/*cursor: default;*/
/*}*/

.form-group label:hover {
    color: #000;
}

.form-group input {
    height: 2.5rem;
}

.form-group .nice-select {
    margin-bottom: 1rem;
    height: 2.5rem;
}

.form-group {
    width: 100%;
}

.last-margin {
    margin-top: 1rem;
    margin-bottom: 0;
}

.p-bottom-title {
    font-size: 32px !important;
    font-weight: bold;
}

.order-arrow {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}

.order-arrow.active {
    color: #67bfff;
}

.sign-in-block textarea {
    font-size: 15px;
    height: 60px !important;
    line-height: 150%;
    padding: 8px;
}

/*# sourceMappingURL=main.css.map */
textarea {

}

textarea::-webkit-input-placeholder {
    color: #000000;
}

textarea:-ms-input-placeholder {
    color: #000000;
}

textarea:-ms-input-placeholder {
    color: #000000;
}

textarea::placeholder {
    color: #000000;
}

label[for="vendor_deal_price_tbbc_amount"], label[for="member_response_price_tbbc_amount"], label[for="member_order_price_tbbc_amount"], label[for="vendor_offer_price_tbbc_amount"] {
    display: none;
}

#orderForm select {
    margin: 0;
}

#orderForm label {
    font-size: 18px;
}

.accordion .card button.btn-link {
    font-weight: bold;
}

.bold_font {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.bold_font:hover {
    color: #000;
}

#toggle_categories {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px dashed #000;
}

#terms_of_use_info {
    font-size: 11px;
    text-align: center;
    margin: 10px auto 0;
    width: 75%;
    color: #999;
}

.form-group {
    position: relative;
}

label.error {
    font-family: arial;
    font-size: 11px;
    color: red;
    margin: -10px 0 0;
}

#form_categories_row label.error {
    opacity: 0;
}

#login-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}

#login-block label, #login-block a {
    font-family: "Calibri", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
}

#login-block label:hover, #login-block a:hover {
    text-decoration: none;
    transition: 0.5s;
    opacity: 0.5;
}

#login-block label {
    margin-right: 32px;
}

#hiddenPassword {
    position: absolute;
    margin-top: -50px;
    font-size: 20px;
    right: 80px;
    cursor: pointer;
}

.password-wrapper{
    position: relative;
}

.form-group .fas, .password-wrapper .fas{
    position: absolute !important;
    right: 0 !important;
    cursor: pointer;
}

#animated-text .new {
    opacity: 0;
}

#animated-text {
    text-align: justify;
    text-align-last: justify;
    font-family: ITC Mona Lisa Std Solid, 'Comic Sans MS', cursive;
    color: #e01416;
    font-size: 4.3vw;
}

#mini-animated-text {
    text-align: justify;
    text-align-last: justify;
    color: black;
    font-size: 2.8vw;
}

#animated-text .div_opacity {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
}

@font-face {
    font-family: mona-lisa;
    src: url('../fonts/HandwrittenText.ttf');
}

.flash-message {
    position: fixed;
    z-index: 9999;
    top: 0px;
}

.flash-message button {
    font-size: 23px;
}

.checkOrderParking:focus, .checkOrderDelivery:focus {
    box-shadow: none;
}

.arrow-black {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/svg/arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

.term-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 87px;
    width: 100%;
    background-color: #000;
    padding: 25px 50px 25px 176px;
}

.term-logo .header {
    padding: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    background-color: transparent;
}

.term-logo-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 56px;
    width: 70px;
    height: 70px;
    background: url("../img/svg/VIP-DISCOUNTS-CLUB-LOGO-01.svg") no-repeat center;
    background-size: contain;
    overflow: hidden;
}

.term-logo span {
    color: #fff;
}

#vendor .header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.header .container {
    position: relative;
}

.header {
    width: 100%;
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.header h1 {
    width: calc(100% - 210px);
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    /*color: #ffbf00;*/
    text-transform: uppercase;
    align-self: center;
    margin: 0;
}

.header-bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
}

.header-bg .container {
    position: relative;
}

.logo-wrapper {
    width: 150px;
    height: 150px;
    background: url("../img/svg/VIP-DISCOUNTS-CLUB-LOGO-01.svg") no-repeat center;
    background-size: contain;
    overflow: hidden;
    margin-right: 60px;
}

/*.container {*/
/*max-width: 1040px;}*/

.accordion {
    padding-left: 48px;
}

#accordionVendor .card {
    background-color: rgba(256, 256, 256, .8);
    border-radius: 8px;
}

#orderForm label, #toggle_categories, .order_form_available_days > p, .form-group label, .form-group legend {
    font-size: 20px !important;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    margin: 0 0 0.2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#vendor input, .form-control {
    font-family: "Myriad Pro", sans-serif;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 14px;
    background: #fff !important;
    border: 1px solid #000;
    color: #000;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    color: #000;
}

.confirm-btn {
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    color: #000;
    height: 40px;
    line-height: 38px;
    border: 2px solid black;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #ffbf00;
}

.confirm-btn:hover {
    transition: .5s;
    opacity: .7;
}

.form-group .nice-select {
    line-height: 32px;
}

.current {
    /*font-size: 20px !important;*/
    font-family: "Myriad Pro", sans-serif;
    color: #000;
}

#member_order_category {
    display: none;
}

#toggle_categories {
    display: block;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    font-size: 18px !important;
    border-radius: 6px;
    padding: 0 14px;
    background: #fff !important;
    border: 1px solid #000;
    height: 2.5rem;
    line-height: 38px;
    color: #000;
    margin: 0;
}

#display_categories_menu {
    position: relative;
    padding: 0 !important;
    margin: 0 0 1rem !important;
}

#categorieswidget, .memberOrderForm .amazonmenu {
    border: 1px solid #000 !important;
    margin: 0 !important;
    position: relative;
    top: -5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.amazonmenu ul li {
    text-align: left;
}

.amazonmenu .confirm-btn{
    height: 32px;
    width: 100px;
    line-height: 28px;
    font-size: 22px;
}

#suggested_category_parent{
    margin-bottom: 0.5rem;
}

.child_category:hover {
    color: #777;
}

.black-color {
    color: #000 !important;
}

.order-list .orderTitle {
    font-size: 16px;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
}

.order-list .orderButtons .confirm-btn {
    font-weight: 400;
    line-height: 15px;
    border: 1px solid black;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: -0.5px;
}

.orderTitle:nth-child(2) {
    width: 34%;
}

#vendor h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
}

#vendor p {
    margin-bottom: 0.2rem;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
}

#vendor .form-group, #collapseThree #payment_change_subscription_form .form-group {
    min-height: 72px;
}

#vendor .ui-controlgroup {
    display: flex;
    justify-content: space-between;
}

#vendor .ui-controlgroup > .ui-controlgroup-item {
    margin: 0 !important;
}

#vendor .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #464646;
    background: #464646;
}

.order_form_available_days {
    margin-bottom: 1rem;
}

.order_form_available_dates .d-flex {
    width: 100%;
}

.nice-select .option {
    min-height: 40px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.pagerfanta {
    margin-top: 1rem;
}

.pagination .page-item {
    width: auto;
}

.page-link {
    /*background-color: transparent;*/
    height: 38px;
    line-height: 38px;
    margin: 0 1px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
    color: #6c757d;
    background-color: #fff;
}

.page-link:hover {
    color: #888;
}

.page-item.active .page-link {
    background-color: #464646;
    border: none;
}

#collapseThree .form-group {
    min-height: 0;
}

#card-element {
    padding: 10px;
}

.badge-success {
    white-space: normal;
}

.select2-search--inline {
    display: none;
}

#display_categories_menu .form-group {
    margin: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #000 !important;
    min-height: 44px !important;
    cursor: pointer !important;
}

#display_categories_menu .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 4px 27px 9px 5px;
    cursor: pointer;
    min-height: 44px;
}

.categories-clear {
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: 23px;
    display: block;
    width: 12px;
    height: 15px;
    line-height: 16px;
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.array-clear {
    position: absolute;
    top: 58px;
    right: 8px;
    font-size: 23px;
    display: block;
    width: 12px;
    height: 15px;
    line-height: 16px;
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

#form_categories_row .select2-search--inline {
    display: flex;
    position: relative;
}

#form_categories_row .select2-search__field {
    pointer-events: none;
    margin: 0;
    line-height: 8px;
    height: auto;
    font-size: 16px;
    padding: 0 0 0 9px;
    box-sizing: border-box;
    border: none;
}

#memberOrders ul > li > div:nth-child(4):not(.form-group), #memberOrders .ul-header div:nth-child(4), #memberOrders .order-arrow, .select2-selection__clear {
    display: none !important;
}

.terms_of_use_content .header {
    background-color: transparent;
}

.header {
    width: 100%;
    padding-top: 15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.header h1 {
    width: calc(100% - 200px);
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 36px;
    /*color: #ffbf00;*/
    color: #fff;
    text-transform: uppercase;
    align-self: center;
    margin: 0;
}

.logo-wrapper {
    width: 150px;
    height: 150px;
    background: url("../img/svg/VIP-DISCOUNTS-CLUB-LOGO-01.svg") no-repeat center;
    background-size: contain;
    overflow: hidden;
    margin-right: 50px;
}

.section-wrapper{
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.page-wrapper, .page-wrapper-bg {
    width: 100%;
    min-height: 100vh;
    clip: rect(0, auto, auto, 0);
    display: flex;
    flex-direction: column;
    position: absolute;
}
.page-wrapper {
    padding-bottom: 60px;
}

.page-wrapper-bg{
    padding-bottom: 0;
}

.page-wrapper:before, .page-wrapper-bg:before{
    content: '';
    background-size: cover !important;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    will-change: transform;
    z-index: -2;
}

.page-wrapper:before{
     background:  #0f0f0f url("../../img/svg/bg_main.jpg") no-repeat top center;
 }

.page-wrapper-bg:before{
    background: #0f0f0f url("../../img/svg/bg_main2.jpg") no-repeat top center;
    z-index: -1;
}



.page-wrapper-bg .header {
    background-color: #fff;
    padding: 10px 0;
    z-index: 1;
}

.page-wrapper-bg .header h1 {
    color: #000;
}

.page-wrapper-bg .people-wrapper {
    padding: 20px 70px 0 140px;
}

.bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.people-wrapper div {
    color: #ffcd30;
    font-size: 31px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.7);
}

.people-bg {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    /*background: url(../../img/frustrated_people.png) no-repeat center;*/
    /*background-size: 85vmin;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
}

.people-bg-title{
    text-align: center;
    width: 100% !important;
    padding: 32px 0;
}

.coupons-about{
    /*background-color: #fff;*/
    display: flex;
}
.coupons-about__list{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    background: linear-gradient(91.42deg, #EAEAEA, #FEFEFE);
    padding: 34px 15px 16px;
    box-sizing: border-box;
}
.coupons-about__img-wrapper{
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.coupons-about__img{
    width: 100%;
}

.coupon-card{
    width: 142px;
    height: 130px;
    position: relative;
    margin: 8px 16px;
}
.coupon-card__img-wrapper{
    width: 116px;
    height: 116px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.coupon-card__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coupon-card__title{
    font-size: 18px;
    line-height: 1;
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #FF4B4B;
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.p-relative{
    position: relative;
}

.height200px {
    min-height: 200px;
    height: 200px;
    position: relative;
}

.mblock {
    background-color: #fff;
    font-family: "Calibri", sans-serif;
}

.mblock-text {
    width: calc(63% - 1rem);
    box-sizing: border-box;
    padding: 25px 20px;
    border-radius: 30px;
    text-align: center;
}

.mblock-text h2, .help-form h2 {
    font-size: 41px;
    line-height: 41px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.mblock-text h2 {
    padding: 0 20px;
}

.mblock-text p, .help-form p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 25px;
}

.mblock-text h5 {
    font-weight: 700;
    font-size: 22px;
    color: #f00;
    margin-bottom: 0;
}

.mblock-text h4 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 25px;
    color: #f00;
    text-transform: uppercase;
}

.mblock-wrapper {
    width: calc(40% - 25px);
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
}

.mblock-wrapper .mblock {
    width: 100%;
    border-radius: 16px;
}

.mblock-img-wrapper {
    width: 100%;
    min-height: 428px;
    overflow: hidden;
    position: relative;
}

.mblock-img-wrapper img {
    max-height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mblock-form {
    padding: 36px;
    text-align: center;
    margin-top: 20px;
}

.mblock-form h2 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
}

.mblock-form input, .help-form input {
    height: 48px;
    width: 100%;
    line-height: 48px;
    border: 1px solid black;
    border-radius: 10px;
    color: #000;
    font-family: "Myriad Pro", sans-serif;
    font-size: 21px;
    padding: 0 10px;
    margin-bottom: 14px;
}

.mblock-flex{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.help-form textarea {
    width: 100%;
    line-height: 30px;
    border: 1px solid black;
    border-radius: 10px;
    color: #000;
    font-family: "Myriad Pro", sans-serif;
    font-size: 21px;
    padding: 0 10px;
    margin-bottom: 14px;
}

.mblock-form input::placeholder, .help-form input::placeholder, .help-form textarea::placeholder {
    color: #000;
}

.mblock-form input:focus, .help-form input:focus {
    border-color: #000;
    box-shadow: none;
}

.mblock-form form {
    margin-bottom: 28px;
}
#member-registration-block .mblock-form form{
    margin-bottom: 0;
}

.mblock-form button, .help-form button {
    height: 48px;
    width: 145px;
    line-height: 44px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: #ffbf00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}

.mblock-form button {
    float: right;
}

.mblock-form button:hover {
    transition: 0.5s;
    opacity: 0.5;
}

.mblocks {
    padding: 5px 20px 50px;
}

#member-registration-block .mblock-wrapper {
    width: calc(50% - 1rem);
}
/*#member-registration-block .mblock-wrapper:first-child{*/
    /*width: calc(63% - 1rem);*/
/*}*/

#member-registration-block .mblock-form{
    margin-top: 0;
    border-radius: 20px;
}

#member-registration-block>.mblock-wrapper>.mblock:first-child{
    margin-bottom: 2rem;
    overflow: hidden;
}
#member-registration-block>.mblock-wrapper>.mblock:last-child{
    margin-bottom: 0;
}

.vip-alert {
    width: 96%;
    margin: 0 auto;
    border-radius: 8px;
    height: 52px;
    background-color: #f00;
    text-align: center;
}

.vip-alert h2 {
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 52px !important;
    font-size: 41px;
    margin: 0 !important;
}

.alert-success {
    color: #000;
    background-color: #ffbf00;
    border: none;
}

.people-wrapper {
    width: 100%;
    overflow: hidden;
}

.people-wrapper img {
    min-width: 100%;
    max-width: 100%;
}

.flex-center {
    display: flex;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.flex-center .people-wrapper {
    width: 50%;
}

.mblocks-vendor .mblock-text {
    width: calc(38% - 25px);
    padding: 26px 46px;
}

.mblocks-vendor .mblock-text h2 {
    padding: 0;
    margin-bottom: 170px;
    position: relative;
}

.mblocks-vendor .mblock-text h2 .hands {
    width: calc(100% + 92px);
    height: 120px;
    position: absolute;
    left: -46px;
    bottom: -145px;
}

.mblocks-vendor .mblock-text h5, .mblocks-vendor .mblock-text p {
    margin-bottom: 34px;
}

.mblocks-vendor .mblock-form {
    width: calc(62% - 25px);
    border-radius: 36px;
    margin: 0;
}

.mblocks-vendor .mblock-form form {
    margin: 0;
}

.mblocks .form-row {
    justify-content: space-between;
    margin: 0;
}

.mblocks .form-row .form-group {
    width: calc(50% - 8px);
}

.mblocks .form-row .mrb-11 .form-group {
    margin-bottom: 11px;
}

.mblocks .form-group {
    position: relative;
}

.mblocks .form-group label {
    font-family: "Myriad Pro", sans-serif;
    position: absolute;
    top: 2px;
    right: 8px;
    color: #f00;
    font-size: 13px !important;
    margin: 0;
}

.mblocks .form-group input {
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 14px;
    margin: 0;
}

.categories-title-wrapper {
    display: flex;
    margin-bottom: 7px;
}

.categories-title-wrapper h2 {
    position: relative;
    margin: 0;
    text-transform: none;
    font-size: 35px;
}

.categories-title-wrapper h2 label {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -8px;
    color: #f00;
    font-size: 16px;
    margin: 0;
}

.terms-wrapper {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.terms-wrapper p {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.terms-wrapper p label {
    display: inline-block;
    color: #2e3192;
    cursor: pointer;
    margin: 0;
}

.terms-wrapper p label:hover {
    transition: 0.5s;
    opacity: 0.6;
}

.hands {
    background: url("../img/svg/heands.svg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
}

.contact {
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact:last-child {
    margin-bottom: 0;
}

.contact .email-icon, .contact .phone-icon {
    margin-right: 20px;
}

.contact .email-text {
    font-size: 16px;
}

.contact .email-text a {
    font-size: 20px;
    color: #00008b;
}

.contact .email-text a:hover {
    text-decoration: none;
    transition: .5s;
    opacity: .7;
}

.contact .phone-text {
    font-size: 28px;
}

.email-icon, .phone-icon {
    display: inline-block;
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-size: contain;
}

.email-icon {
    background: url("../img/svg/email.svg") no-repeat;
}

.phone-icon {
    background: url("../img/svg/phone.svg") no-repeat;
}

.page-wrapper-white {
    width: 100%;
    padding: 60px 0 55px;
    text-align: center;
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    background-color: #fff;
}

.page-wrapper-white h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
}

.page-wrapper-white h3 {
    font-size: 31px;
    margin-bottom: 20px;
}

.howitwork-block {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0 110px;
    margin-bottom: 58px;
}

.howitwork-wrapper {
    width: calc(33% - 35px);
}

.howitwork-wrapper .img-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

.howitwork-wrapper .img-wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.howitwork-wrapper .img-wrapper a {
    position: absolute;
    right: 4px;
    bottom: 1px;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 9px;
    color: #555;
    opacity: 0.6;
}

.howitwork-wrapper p {
    font-size: 19px;
    margin: 0;
    line-height: 23px;
}

.new-welcome-block {
    display: flex;
    justify-content: space-between;
    padding: 16px 120px 0;
    margin-bottom: 40px;
}

.new-welcome-wrapper {
    width: calc(50% - 45px);
    text-align: center;
}

.new-welcome-btn {
    display: block;
    width: 100%;
    height: 72px;
    line-height: 70px;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    background-color: #ffbf00;
}

.new-welcome-btn:hover {
    text-decoration: none;
    background-color: #FFDF80;
    color: #808081;
    border-color: #808081;
    transition: 0.5s;
}

.people, .graph {
    display: block;
    margin: 0 auto 28px;
    width: 116px;
    height: 98px;
    background-size: contain;
}

.people {
    background: url("../img/svg/people.svg") no-repeat;
}

.graph {
    background: url("../img/svg/graph.svg") no-repeat;
}

footer {
    box-sizing: border-box;
    padding: 16px 0;
    border-top: 1px solid #000;
    background-color: #fff;
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 10px;
    padding: 0;
}

.main-menu li {
    list-style-type: none;
}

.main-menu a {
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    font-size: 29px;
    color: #000;
    margin: 0;
}

.main-menu a:hover {
    text-decoration: none;
    transition: 0.5s;
    opacity: 0.5;
}

.follow {
    justify-content: center;
    align-items: center;
    margin: 16px 0;
}

.follow span {
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    font-size: 23px;
    margin-right: 10px;
}

.follow-wrapper {
    margin: 0 10px;
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.follow-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.copyright-wrapper {
    text-align: center;
}

.copyright-wrapper h2 {
    font-family: "Calibri", sans-serif;
    font-weight: 300;
    font-size: 25px;
}

.help-form {
    margin: 32px auto;
    border-radius: 18px;
    padding: 36px;
}

.help-form button {
    margin: 0 auto;
    display: block;
}

.w70p {
    width: 70%;
}

#toggle_categories:after, .showAdditionalInformation:after {
    content: "";
    display: block;
    position: absolute;
}

.nice-select:after, #toggle_categories:after, .showAdditionalInformation:after {
    border: none;
    transition: none;
    margin-top: 0;
    width: 14px;
    height: 14px;
    background: url(../img/svg/arrow.svg) no-repeat center;
    background-size: contain;
    right: 10px;
}

.nice-select:after, .showAdditionalInformation:after {
    top: 50%;
    transform: translateY(-50%);
}

#toggle_categories:after {
    top: 14px;
}

.nice-select.open:after {
    transform: translateY(-50%);
}

.regulations-wrapper {
    padding-top: 2rem;
}

.regulations-wrapper h2, .regulations-wrapper h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.regulations-wrapper h2 {
    font-size: 18px;
}

.regulations-wrapper h3 {
    font-size: 14px;
    margin-top: 32px;
}

.regulations-wrapper p {
    margin-bottom: 8px;
}

.regulations-wrapper ul {
    margin: 0 0 8px;
    padding-left: 0;
}

.regulations-wrapper li {
    list-style-type: none;
}

.regulations-wrapper label {
    display: inline-block;
    margin: 0;
}

.regulations-wrapper a {
    display: inline-block;
    font-size: 16px;
    color: #00008b;
}

.regulations-wrapper .new-line {
    display: block;
}

.dealOffer {
    background-color: #28a745;
    border-color: #fff !important;
    color: #fff;
}

.showAdditionalInformation {
    cursor: pointer;
    width: 100%;
    background: #ffbf00;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
    position: relative;
}

.additionalInformation{
    padding-bottom: 2rem;
}

.additionalInformation .row {
    justify-content: space-evenly;
}

.additionalInformation .confirm-btn {
    max-width: 200px;
    padding: 0 !important;
}

.editOffer {
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 200px !important;
}

.orderForm .card {
    margin-left: auto;
    margin-right: auto;
}

#memberOrders .form-group {
    min-height: 0;
}

.order-form-list {
    margin-left: 0;
    padding: 16px 40px;
}

.order-form-list li {
    list-style-type: none;
    margin-bottom: 8px;
}

.order-form-list label {
    width: 128px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
}

.order-form-list label:hover{
    color: #000;
}

.order-form-list .badge {
    float: right;
    padding: 4px 10px;
    font-size: 16px;
}

.orderForm>.card{
    padding-bottom: 32px;
}

.arrayField legend {
    font-size: 22px;
    font-weight: bold;
}
.arrayField input {
    display: inline;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 14px;
    margin: 0;
}
.arrayField button {
    margin: 10px;
    background-color: #ff000000;
    border: none;
    all: unset;
    position: absolute;
    bottom: 0;
    right: 6px;
    font-weight: 700;
}
.arrayField button:hover{
    transition: .5s;
    opacity: .7;
}


.arrayField{
    position: relative;
    margin-bottom: 1rem;
}

.arrayField ul{
    margin: 0;
    padding: 0 0 1rem;
}

.arrayField li{
    list-style-type: none;
    position: relative;
    margin-bottom: 1rem;
}

.sign-block {
    display: flex;
    margin: 2rem auto 0;
    width: 252px;
    justify-content: space-between;
}
.sign-block .confirm-btn{
    margin: 0 !important;
}

#signinModalVendor .form-check, #signinModalMember .form-check{
    margin-left: auto;
}

.sign-block a{
    background-color: #28a745;
    border-color: #fff;
    color: #fff;
}

.social-net-block{
    width: 100%;
    margin-bottom: 2rem;
}

.social-net-block a{
    font-size: 19px;
    letter-spacing: .3px;
    border-radius: 6px;
    text-align: left;
    padding-left: 100px;
    margin: 0 0 .5rem;
    height: 48px;
    width: 100%;
    color: #fff;
    line-height: 48px;
    position: relative;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.44);
}

.social-net-block a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 36px;
    height: 36px;
}

.social-net-block a:hover {
    opacity: 0.8;
}

.social-net-block a:last-child{
    margin: 0;
}

.facebook{
    background-color: #4267b2 !important;
}

.facebook:before{
    background: url("../img/svg/fb-social.svg") no-repeat top center;
    background-size: contain;
}

.google{
    background-color: #1976D2 !important;
}

.google:before{
    background: url("../img/svg/google-social.svg") no-repeat top center;
    background-size: contain;
}

.apple{
    background-color: #B3B3B3 !important;
}

.apple:before{
    background: url("../img/svg/apple-social.svg") no-repeat top center;
    background-size: contain;
}

#help_modal label {
    color: black;
}

.selecting-role-block{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.selecting-role-block .new-welcome-btn{
     width: 200px;
     text-align: center;
}

.offerForm .d-flex{
    justify-content: space-between;
}

.offerForm>.d-flex>.form-group{
    width: calc(50% - 8px);
}

.offerForm>.d-flex>.slider-wrapper{
    width: 100%;
}

.select2-container{
    width: 100% !important;
}

.add-category{
    text-align: left;
}

.add-category span{
    font-size: 16px;
    color: #2e3192;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 16px;
    display: inline-block;
}

.add-category span:hover {
    transition: 0.5s;
    opacity: 0.6;
}

.add-category .form-group{
    display: none;
}

#form_categories_row p{
    margin: 0 0 4px;
    font-size: 16px;
    text-align: left;
}

.role-wrapper{
    width: 100%;
    max-width: 800px;
    padding-top: 48px;
}
.role-wrapper .confirm-btn{
    height: auto;
    width: 100%;
    line-height: 24px;
    font-size: 22px;
    text-align: left;
    padding: 10px 36px;
    margin: 0 0 16px;
}
.role-wrapper .confirm-btn:hover{
    opacity: 1;
    text-decoration: none;
    background-color: #fed24c;
    color: #555;
    border-color: #555;
}

.custom-file-input{
    display: none;
}
.output-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

.output-list{
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.output-list span{
    width: 133px;
    height: 133px;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    margin: 0.25rem;
    cursor: pointer;
}

.output-list-coupon span{
    width: 272px;
    height: 188px;
    justify-content: center;
}

.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hidden{
    overflow: hidden;
}

.img-modal{
    z-index: 9;
    position: fixed;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #000000c2;
}

.img-modal img{
    max-width: calc(100% - 120px);
    max-height: calc(100% - 120px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.img-modal-close{
    font-size: 56px;
    width: 48px;
    height: 48px;
    line-height: 20px;
    padding: 10px;
    z-index: 99;
    color: #fff6;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.img-modal-close:hover{
    transition: .5s;
    background-color: #fff6;
    color: #fff;
}

.flex-column{
    flex-direction: column;
}
.container-video{
    width: 100%;
}
.video-wrapper{
    line-height: 1;
    position: relative;
    width: 100vmin;
    max-width: 1110px;
    height: 43.9vmin;
    max-height: 487px;
    margin: 0 auto;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120px;
    height: 120px;
    border: 3px solid #dedede;
    background-color: #000000ab;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    transition: all .2s;
}
.video-play-btn:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 0.75H0.5V40.75H16.5V0.75Z' fill='%23DEDEDE'/%3E%3Cpath d='M40.5 0.75H24.5V40.75H40.5V0.75Z' fill='%23DEDEDE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.mute-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #dedede;
    background-color: #000000ab;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    transition: all .2s;
}
.mute-btn:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.06834 10.6671H10.1025L23.734 1.58081V38.4196L10.1025 29.3333H5.06834C3.00947 29.3333 1.33521 27.6585 1.33521 25.5997V14.4003C1.33521 12.3418 3.00947 10.6671 5.06834 10.6671Z' fill='%23DEDEDE'/%3E%3Cpath d='M34.9097 20.3094H34.9316C34.9316 25.6571 31.9226 30.4762 27.4672 32.9862V36.6081C34.0507 33.8065 38.6647 27.7182 38.6647 20.3094L38.6638 20.1075L38.662 19.9352C38.6643 19.8104 38.6647 19.6855 38.6647 19.5607C38.6647 12.1518 34.0507 6.06358 27.4672 3.26191V6.88385C31.9226 9.39388 34.9316 14.213 34.9316 19.5607H34.9097C34.9166 19.6851 34.922 19.8104 34.9257 19.9352C34.922 20.0601 34.9166 20.185 34.9097 20.3094Z' fill='%23DEDEDE'/%3E%3Cpath d='M31.1939 19.9352C31.198 19.8095 31.2003 19.6846 31.2003 19.5607C31.2003 16.3534 29.7539 12.4977 27.4672 10.5058V29.3642C29.7539 27.3724 31.2003 23.5166 31.2003 20.3094C31.2003 20.1854 31.198 20.061 31.1939 19.9352Z' fill='%23DEDEDE'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.video-wrapper:hover .video-play-btn, .video-wrapper:hover .mute-btn{
    opacity: 1;
}
.play{
    opacity: 1;
}
.play:after{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L40 20L0 40V0Z' fill='%23DEDEDE'/%3E%3C/svg%3E");
}
.unmute:after{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2313 9.52162L4.9219 2.11476L2.35087 4.72006L35.0797 37.8851L37.6507 35.2798L33.9778 31.558C36.7036 28.342 38.1958 24.2392 38.1816 19.9999C38.1816 12.4623 33.6869 6.26776 27.2739 3.41741V7.10241C31.6141 9.65612 34.5451 14.559 34.5451 19.9999C34.5358 23.2733 33.4686 26.4534 31.5068 29.054L29.1685 26.6845C30.2631 24.6725 30.9104 22.1925 30.9104 19.9999C30.9104 16.7369 29.5012 12.8142 27.2739 10.7874V24.7646L23.6373 21.0796V1.81812L12.2313 9.52162ZM5.45465 29.2124H10.3585L23.6373 38.1818V31.2779L3.82185 11.1983C3.22162 11.5028 2.71652 11.97 2.36276 12.548C2.00901 13.1261 1.82046 13.7923 1.81812 14.4724V25.5274C1.81812 27.5597 3.4491 29.2124 5.45465 29.2124Z' fill='%23DEDEDE'/%3E%3C/svg%3E%0A");
}

.video-content{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flex-center {
        min-height: 100vh;
    }
    .people-wrapper img {
        width: 256px;
    }
    .page-wrapper::before, .page-wrapper-bg::before, .people-bg{
        position: absolute;
    }
    .people-bg{
        top: 200px;
    }
    .height200px:before{
        background-position: center;
    }
    .main-menu{
        justify-content: space-between;
    }
    .arrayField button {
        background-color: transparent;
        text-transform: none;
        border: none;
        font-size: 16px;
        width: auto;
        height: auto;
        line-height: 16px;
        margin: 0;
        padding: 0;
    }
    #vendor{
        background-attachment: scroll;
    }
    select, input{
        line-height: 1;
    }
}