/* CSS Document */

.alert_message{
	font-size: 20px;
    font-weight: 700;
    color: #000;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 12px;
    background: #8DBB00;
    margin-bottom: 20px;
}
.pagination{
	list-style: none;
	display: inline;
}
.pagination li{
    float: left;
}
.pagination li.active{
	color: #FFF;
    background-color: grey;
    border: 1px solid grey;
}
.pagination li a{
	text-decoration: none;
}
.delivery_russian a{
    color: #008000;
    font-size: 20px;
}
.delivery_content{
    margin-bottom: 60px !important;
}
.delivery_content p{
    margin: 20px 0;
}
.cities{
    column-count: 2;
}
.card{
    border: 4px solid #c1c1c1;
    border-radius: 4px;
    padding: 40px;
}
.card-header{
    margin-bottom: 20px;
    font-size: 18px;
}
.card-body{
    width: 600px;
    border: 1px solid;
    margin: 0 auto;
    padding: 20px;
}
.card-body .form-group{
    display: flex;
    justify-content: space-between;
}
.card-body .form-group input{
    height: 30px;
    width: 280px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.card-body .form-group button{
    height: 32px;
    width: 100px;
    margin-left: 60px;
    background: lightgreen;
}
.orders{
	font-size: 14px;
}
.modal-body{
    text-align: center;
    font-size: 20px;
}
.mail_header p:not(.whats_tele) {
    font-size: 18px;
    text-align: left;
    margin-left: 22px;
}
.mail_header p a{
    color: #69a0ae;
}
.email {
    margin-right: 12px;
    font-size: 26px;
    color: #0E0EFF;
}
.whats {
    margin-right: 12px;
    font-size: 26px;
    color: green;
}
.telega {
    margin-right: 12px;
    font-size: 26px;
    color: #2C9CFF;
}
