.fb-call-master-button {
    position: fixed;
    bottom: 150px;
    left: 0;
    padding: 1%;
    font-size: 1.5em;
    background: linear-gradient(indianred, crimson);
    color: white;
    border: none;
    outline: none;
    border-radius: 1.5em;
    margin-left: 1%;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.fb-call-master-button:hover{
    background: linear-gradient(firebrick, maroon);
    font-size: 1.8em;
    box-shadow: 0 5px 5px black;
}

.hidden {
    display: none;
}
.fb-popup{
    width:90%;
    height: 90vh;
    background: rgba(175, 240, 225, 0.5);
    
    position:fixed;
    top:5vh;
    left: 5%;
    user-select: none;
    z-index: 999000;
}
.fb-popup-content {
    position: absolute;
    top: 3%;
    left: 27%;
    width: 45%;
    height: 80%;
    background: seashell;
    padding: 1%;
    text-align: left;
}
.fb-popup-content p {
    margin-top: 1%;
    margin-bottom: 1%;
}
.fb-number-windows {
    font-size: 2em;
    margin-top: 1%;
    margin-bottom: 1%;
}
.fb-conf-policy {
    font-size: 0.5em;
}
.radio-chose {
    display: flex;
    flex-direction: column;
    padding: 1%;
    
}
.radio-chose label {
    padding-top: 3%;
    font-size: 1.5em;
}

.fb-other-chose {
    line-height: 2em;
    font-size: 1em;
    padding-left: 3%;
    max-width: 81%;
}
.fb-next-step {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 96%;
    bottom: 3%;
    left: 2%;
}
.fb-back-forth-next-step,
.fb-send-order {
    font-size: 1.5em;
    background: linear-gradient(indianred, crimson);
    color: white;
    border: none;
    outline: none;
    border-radius: 1.5em;
    transition: .3s ease-in-out;
    padding: 3%;
    cursor: pointer;
}
.fb-send-order {
    background: linear-gradient(limegreen, lime);
}
.fb-back-forth-next-step:hover,
.fb-send-order:hover {
    font-size: 1.6em;
    box-shadow: 0 5px 5px black;
}
.fb-back-forth-previous-step {
    font-size: 1.5em;
    color: lightsteelblue;
    background: seashell;
    border: none;
    outline: none;
    border-radius: 9px;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.fb-back-forth-previous-step:hover {
    color: orangered;
    font-size: 1.6em;
}
.fb-date-picker {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    border: none;
    outline: none;
    width: 50%;
    z-index: 3;
    appearance: none;
}
.parent-for-absolute {
    position: relative;
    outline: 1px solid red;
}

/* стили календаря */
.fb-calendar-base {
    text-align: center;
    font-size: 1.5em;
    line-height: 40px;
    float: left;
    background: linear-gradient(to right ,  lightcoral 90%, indianred);
}
#fb-calendar-wrapper {
    margin-top: 10%;
    width: 280px;
    max-width: 280px;
    height: 320px;
    user-select: none;
}
#fb-calendar-month {
    width: 136px;
    height: 40px;
}
.fb-calendar-button {
    width: 40px;
    height: 40px;
    border: 0;
}
.fb-calendar-button:hover {
    background:  #DC143C;
}
#fb-calendar-buttonLeft {
    left: 0;
}
#fb-calendar-buttonRight {
    right: 0;
}
#fb-calendar-year {
    width: 64px;
    height: 40px;
}
.fb-calendar-day {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, whitesmoke 90%, silver);
    float: left;
}
.fb-calendar-base.fb-calendar-day:hover {
    background: black;
    color: white;
}
.fb-calendar-dotw {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, lightsteelblue 90%, steelblue);
    box-sizing: border-box;
}
.fb-calendar-red {
    background: red;
}
#fb-calendar-show-date {
    font-size: 1.5em;
    text-align: center;
}
/*  */
#wishes-to-order {
    width: 70%;
    height: 54%;
    font-size: 1.5em;
    background: aliceblue;
    margin-left: 3%;
    margin-top: 1%;
}
#fb-user-address,
#fb-user-phone,
#fb-user-name {
    font-size: 1.5em;
    margin: 1%;
}

@media screen and (max-width: 1000px) {
    .fb-popup-content {
        width: 60%;
        left: 20%;
    }
}
@media screen and (max-width: 800px) {
    #fb-last-step {
        flex-direction: column;
    }
}
@media screen and (max-width: 680px) {
    .fb-popup-content {
        width: 80%;
        left: 10%;
    }
}
@media screen and (max-width: 480px) {
    .fb-popup {
        width: 100%;
    }
    .fb-popup-content {
        width: 90%;
        left: 1%;
        height: 97%;
    }
    .fb-next-step {
        flex-direction: column;
    }
    .fb-back-forth-previous-step {
        margin-bottom: 5%;
    }
    #fb-calendar-wrapper {
        margin-top: 1%;
    }
}
@media screen and (max-width: 320px) {
    .fb-popup {
        width: 100%;
    }
    .fb-popup-content {
        width: 90%;
        left: 1%;
        height: 97%;
    }
    .fb-back-forth-previous-step {
        margin-bottom: 5%;
    }
    .fb-next-step {
        flex-direction: column;
    }
    .fb-number-windows {
        font-size: 1em;
    }
    .radio-chose label {
        font-size: 1em;
    }
    #fb-calendar-wrapper {
        margin-top: 1%;
    }
}

	.kt-show,
.kt-hide {
	width: 150px;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	background: #7dcf3e;
	color: white;
	margin: 3px 10px;
	text-align: center;
	font-size: 20px;
}
.kt-show:hover,
.kt-hide:hover {
	cursor: pointer;
	background: #a6ed6f;
}
.kt-hidden {
	display: none;
}
.kt-btns-show-hide {
	display: flex;
	justify-content: flex-end;
}
#ourtable td:nth-child(2) {
	min-width: 130px;
}