*, body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
}
.fullscreen {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.home_main {
    padding: 0 20px;
    margin-top: 60px;
}
form  .next {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 999;
}
header {
    width: 100%;
    background: url("../images/header_img.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 99;
}
.back img, .basket img, .next img {
    max-width: 42px;
    width: 100%;
}
.logo img {
    max-width: 49px;
}
.continue {
    text-align: right;
    max-width: 98px;
    margin: 18px 0 20px auto;
}
.continue a {
    font-size: 11px;
    color: #D0D0D0;
    display: block;
}
.continue svg {
    position: relative;
    left: 18px;
}
.continue a svg path {
    fill: #D0D0D0;
}
.continue a.active svg path {
    fill: #6772AB;
}
.continue a.active  {
    color: #6772AB;
}
a {
    text-decoration: none;
}
#continue_btn {
    display: none;
    background: none;
    border: none;
    outline: none;
}
.select {
    position: relative;
    margin-bottom: 10px;
}
.select .selectBtn {
    padding: 15px;
    box-sizing: border-box;
    background: #E7ECFF;
    border-radius: 50px;
    width: 100%;
    height: 70px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selectBtn img {
    margin-right: 20px;
    max-width: 37px;
    width: 100%;
}
.selectBtn span {
    color: #8D8D8D;
}
.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #94A8FE;;
    border-bottom: 2px solid #94A8FE;;
    transition: 0.2s ease;
}
.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
    position: relative;
    top: 100%;
    width: 80%;
    margin-left: 40px;
    background: #E7ECFF;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    border-top: 1px solid #eee;
    z-index: 1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    height: 0;
}
.select .selectDropdown .option {
    box-sizing: border-box;
    padding: 15px 20px;
    background: #E7ECFF;
    cursor: pointer;
    border-top: 1px solid #D5DDFC;
    position: relative;
}
.select .selectDropdown .option i {
    position: absolute;
    top: 23px;
    color: #fff;
    display: none;
}
/*.select .selectDropdown .option:hover {*/
/*    background: #D5DDFC;*/
/*}*/
.selected {
    background: #D5DDFC !important;
}
.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    height: auto;
}
.option p {
    color: #94A8FE;
    font-size: 15px;
    text-align: center;
}
.option span {
    color: #8D8D8D;
    font-size: 11px;
    display: block;
    margin: 7px auto 0;
    text-align: center;
}
footer p {
    font-size: 11px;
    margin-left: 15px;
}
footer p a {
 color: #000;
}
footer {
    max-width: 450px;
    width: 100%;
    background: #fff;
    z-index: 999999;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
}
footer > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 8px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.panel {
    padding: 33px 22px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.by_specialist {
    background: #E7ECFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #6772AB;
}
.by_timeboard {
    background: #A3ADE0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}
.accordion {
    box-sizing: border-box;
    padding: 20px;
}
.accordion i {
   color: #fff;
    position: absolute;
    right: 26px;
    font-size: 19px;
}
.accordion  {
    text-align: center;
    font-size: 14px;
    position: relative;
}
.accordion_item {
    margin-bottom: 5px;
}
.accordion.active i {
    transform: rotate(180deg);
}
.specialists_content button {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 8px 7px;
    position: relative;
    border: none;
    margin-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}
.specialists_content button img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.specialists_content button span {
    font-size: 14px;
    color: #8D8D8D;
}
.specialists_content button i {
    font-size: 19px;
    color: #fff;
    display: none;
}
.specialists_content button.selected_spec i {
     display: block;
    position: absolute;
    right: 33px;
 }
.specialists_content button.selected_spec span {
   color: #fff;
 }
.specialists_content button.disabled {
    background: #D1D1D1;
}
.specialists_content button.disabled span {
    color: #fff;
}
.specialists_content button.selected_spec {
    color: #fff;
    background: #4B54A5;
}
.panel.spec {
    background: #E7ECFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    max-height: 290px;
    overflow: auto;
}
.not_available {
    position: absolute;
    right: 25px;
}
.specialists_content {
    margin-top: 25px;
}
.selected_sections {
    font-size: 11px;
}
.selected_sections a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selected_sections a span {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}
.selected_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.selected_sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #A3ADE0;
    padding: 9px 15px 9px 15px;
    height: 38px;
}
/*::-webkit-scrollbar {*/
/*    width: 3px;*/
/*    height: 3px;*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*    background: transparent;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*    background: transparent;*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
/*    background: transparent;*/
/*}*/
.selected_sections path {
    fill: #fff;
}
.selected_sections svg {
    width: 45px;
    height: 45px;
}
.calendar input {
    background: #FFFFFF;
    border-radius: 100px;
    padding: 17px 26px 17px 13px;
    color: #6772AB;
    border:none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 121px;
    margin-right: 9px;
}
.calendar button img {
    margin-right: 10px;
}
.time_board {
    background: #A3ADE0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.choose_time {
    max-width: 190px;
    text-align: right;
    color: #fff;
    letter-spacing: 1px;
}
.choose_time > span {
    font-size: 11px;
    display: block;
    margin: 4px 0;
}
.time_ {
    font-size: 13px !important;
}
.calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.time_reservation input {
    border: none;
    background: transparent;
    z-index: 0;
    width: 100%;
    color: #6772AB;
}
.time_reservation span {
    position: relative;
    z-index: 22;
    background: #fff;
}
.time_reservation  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 33px;
}

.time_reservation > div {
    background: #FFFFFF;
    border-radius: 10px;
    width: 85px;
    box-sizing: border-box;
    position: relative;
    margin: 5px 10px;
}
.times > button {
    background: none;
    border: none;
    padding: 15px 16px;
    width: 100%;
    text-align: center;
    color: #A3ADE0;
    font-size: 18px;
    border-radius: 10px;
}
.time_mod p {
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin-bottom: 28px;
}
.time_mod .modal-content {
    padding: 60px 20px 39px !important;
    width: 67% !important;
}
.confirm_time {
    display: block;
    margin: 0 auto;
    padding: 10px 22px 12px;
    border: #fff;
    border-radius: 44px;
    color: #677DD8;
}
.btn {
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    color: #677DD8;
    padding: 16px 23px;
    margin: 35px auto 0;
    display: block;
}
.main {
    margin-bottom: 63px;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999999;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 84%;
    max-width: 425px;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    color: #A3ADE0;
    padding: 3px;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.registration_modal input {
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    text-align: center;
    padding: 15px;
    width: 268px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.registration_modal .modal-content {
    background: #A3ADE0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 100px 20px 39px;
}
.registration_modal .modal-content form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-content .close-button {
    position: absolute;
    top: 16px;
    font-size: 25px;
    right: 16px;
}
.remember_me input, .pay input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 11px;
    position: relative;
}
.remember_me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
input[type=checkbox]:before, .pay input[type=radio]:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: #A3ADE0;
    border: 1px solid #fff;
}
input[type=checkbox]:after,.pay input[type=radio]:after {
    content: url("../images/check.png");
    position: absolute;
    top: 3px;
    left: 5px;
    display: none;
}
input[type=checkbox]:checked:after, .pay input[type=radio]:checked:after {
    display: block;
}
.phone_code {
    background: #FFFFFF;
    border-radius: 5px;
    width: 273px;
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 86px auto;
}
.phone_code input {
    background: #FFFFFF;
    box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.25);
    width: 37px;
    height: 40px;
    margin: 0 5px;
    border-radius: unset;
    color: black;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.phone_code p {
    font-size: 14px;
    color: #8D8D8D;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 35px;
}
.confirm {
    background: #677DD8;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    padding: 16px 23px;
    margin: 35px auto 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.code_main {
    width: 100%;
    height: 100%;
    background: rgba(115, 118, 127, 0.94);
    position: fixed;
    top: 0;
    display: none;
}
.phone_code > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.show_code_main {
    display: block;
}
.pay input {
    position: relative;
}
.payment_method {
    background: #A2ADE0;
    padding-top: 42px;
    padding-bottom: 44px;
    height: 77vh;
}
.payment_method p {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 33px;
    letter-spacing: 1px;
}
.pay_radio {
    width: 278px;
    background: #fff;
    height: 54px;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 0 auto 16px;
    text-align: center;
    position: relative;
}
.pay_radio input {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}
.pay_radio label {
    box-sizing: border-box;
    padding-top: 16px;
    color: #8D8D8D;
    font-size: 19px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
}
.pay_radio input[type=radio]:checked + label{
    background: #4B54A5;
    color: #fff;
}
.pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}
.pay > div {
    display: none;
}
.pay > div > div {
    margin-bottom: 12px;
}
.pay label {
    font-size: 13px;
    color: #fff;
    position: relative;
    top: -5px;
}
.pay input[type=radio]:disabled + label {
    color: #D7D6D6;
}
.payment_method .code_main {
    position: absolute;
    background: rgba(115, 118, 127, 0.8);
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.payment_method .code_main .phone_code {
    position: relative;
    left: unset;
    padding: 48px 20px;
}
.payment_method .code_main .phone_code p {
    color: #8d8d8d;
    max-width: 100%;
}
.payment_method .code_main .phone_code .close-button {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 22px;
}
.payment_method .code_main .phone_code i {
    display: block;
    margin: 62px auto 0;
    text-align: center;
    color: #5E6CD9;
    font-size: 13px;
}
.basket_modal .modal-content > p {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: -25px auto 32px;
}
.basket_modal .service_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}
.basket_modal .service_item p, .basket_modal .service_item i {
    margin-bottom: 7px;
}
.basket_modal .service_item button {
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    position: relative;
    top: -8px;
}
.basket_modal .service_item > div:nth-child(1){
    margin-right: 40px;
    text-align: center;
    max-width: 100px;
}
.basket_modal .service_item > div:nth-child(1) p {
    font-size: 19px;
    color: #FFFFFF;
}
.basket_modal .service_item > div:nth-child(1) span {
    font-size: 15px;
    color: #FFFFFF;
}
.basket_modal .service_item > div:nth-child(2){
    margin-right: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 13px;
    color: #FFFFFF;
}
.total > div p:nth-child(1) {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
}
.total > div p:nth-child(2) {
    font-size: 15px;
    color: #FFFFFF;
}
.total > div:nth-child(2) {
    text-align: right;
}
.total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.back, .next {
    width: 42px;
    height: 42px;
}
.basket {
    position: relative;
    padding: 20px 25px;
    background: #A3ADE0;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.25);
}
#service_count {
    position: absolute;
    left: 28px;
    font-size: 12px;
    color: #6772AB;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.selected_time {
    background-color: rgb(75, 84, 165) !important;
}
.error_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-top: 65px;
}
.error_page h1 {
    font-size: 50px;
    color: grey;
    margin-bottom: 20px;
}
.option input {
    position: absolute;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    opacity: 0;
}
.option input:after, .option input[type=checkbox]:before {
    display: none;
    opacity: 0;
}
.option input:checked + i  {
    display: block !important;
}


@media (max-width: 375px) {
    .select .selectDropdown {
        width: 78%;
    }
}
@media (max-width: 360px) {
    .time_reservation > div {
        margin: 5px 2px;
    }
}
@media (max-width: 353px) {
    .select .selectDropdown {
        width: 75%;
    }
}

