/*******************************
 *
 *******************************/
 
.bird {
    width: 100px;
    height: 30px;
    position: absolute;
    text-align: left;
    display: none;
    vertical-align: middle;
    font-size: 18px;
} 

.blindLayer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    backdrop-filter: blur(2px);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.bcontainer {
    position: fixed;
    left: 0;
    right: 0;
    width: 835px;
    max-width: 100%;
    height: 612px;
    display: none;
    z-index: 1002;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
}

#overflw {
    margin-top: 30px;
    max-height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
}

#bcaption td p {
    border-radius: 17.5px;
    font-weight: bold;
    text-align: center;
    background: #1f87a2;
    color: #fff;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#bcontainer tr td:nth-child(1) {width: 15%; font-weight: 700;}
#bcontainer tr td:nth-child(2) {width: 46%;}
#bcontainer tr td:nth-child(3) {width: 12%;}
#bcontainer tr td:nth-child(4) {width: 17%; color: #616265; font-weight: 600;}
#bcontainer tr td:nth-child(5) {width: 5%;}

#bcaption td:last-child{padding-right:0;}
#bcaption td {padding-right: 15px; vertical-align: middle;}


#bcontainer tr td:nth-child(2) a {
    color: #7A838F;
}

.bitem td {
    padding: 4px;	
    border-bottom: 1px solid #C6D0D9;	
    color: #7A838F;
    font-size: 15px;
    vertical-align: middle;
}

.bitem td:nth-child(3) {text-align: center;}
.bitem td:nth-child(4) {text-align: center;} 
.bitem td:nth-child(5) {text-align: center;}

.bitem td:nth-child(1) a {
    color: #1F87A2;
}

#bsubject {
    font-size: 32px;
    font-weight: 700;
    padding: 5px 0 18px;
    text-transform: uppercase;
    color: #545557;
}

#bclose {
    position: absolute;
    right: 24px;
    top: 28px;
    width: 30px;
    height: 30px;
}

#bclose span{
	position: absolute;
	display:block;
    right: 0;
    bottom: 13px;
	width:100%;
	height:2px;
	background:#000;
	opacity:0.4;
	transition:0.3s;
}

#bclose:hover span{
	opacity:0.7;
}

#bclose span:first-child{
	transform:rotate(45deg);
}
#bclose span:last-child{
	transform:rotate(-45deg);
}


.bcontainer table {
    width: 100%;
    border-collapse: collapse;	
}

.bbutton{
    color: #999;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);	
    padding: 5px;
    font: bold 16px Arial;	
    float: right;
}

.summ {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 28px 0 38px;
}

#bsum-title {
    color: #616265;
    font-size: 17px;
    font-weight: 700;
    margin-right: 20px;
}

#bsum {
    color: #0091B3;
    font-size: 20px;
    font-weight: 700;
}

element.style {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

#polit {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

#polit a{
	color:#1F87A2;
	font-weight: 600;
}

#polit:before{
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/checkbox.png)no-repeat;
    margin: 0 7px;
    vertical-align: bottom;
}

#order .send {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#order .send-block {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

#order .notice {
    color: #7A838F;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}


/*#order button {
    float: right;
    width: 245px;
    height: 57px;
    border: #1F87A2 solid 2px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    background: #0091B3;
    box-shadow: 0px 0px 0px 0px #76D55F !important;
}
*/
.popup {
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}

.popup h4 {
	margin-bottom: 4px;
}

.popup form {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.popup input[type="text"] {
    text-align: center;
    font-size: 18px;
    color: #1F87A2;
    width: 270px;
    margin-bottom: 10px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0;
    vertical-align: middle;
    border-radius: 30px;
    border: 1px solid #C6D0D9;
    box-shadow: 0px 1px 2px 1px rgba(194, 208, 220, 0.50);
    box-sizing: border-box;
}
	
.popup .alignCenter	{
	margin-top: 30px;
}

.popup textarea {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    border: 1px solid #D9D9D9;
}

.basket_num {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
}

.basket_num_buttons {
    width: 24px;
    height: 24px;
    font-size:20px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 50%;
    margin: 0 5px;
    color: #FFF;
    background: #1f87a2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btable .nums {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#order .polit {
    margin-top: 10px;
}

#order .polit p {
    font-size: 12px;
    color: #7A838F;
    font-weight: 400;
}

#order .polit a {
    font-size: 12px;
    color: #0091B3;
    font-weight: 700;
}

#order ::placeholder{
    color: #9298A3;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}

#order input:focus::placeholder{
    opacity: 0;
}

#bcontainer .line-del {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/icons/close.svg)no-repeat center;
}