@media (min-width:1024px){
	
}

.modal_grid {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
}

.modal_grid div img {
    min-width: 50% !important;
}

.uk-modal-dialog {
    width: 80% !important;
}

.modal_grid span {
    display: block;
    margin-top: 20px;
}

h2.uk-modal-title {
    color: red;
    font-family: 'Play', sans-serif;
    font-weight: 600;
}

button.uk-modal-close {
    float: right;
    background: #cc;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 7px;
}

.header_contacts {
    width: 200px;
    float: right;
    clear: both;
}

.top_part {
    width: 200px;
    float: right;
    clear: both;
    display: block;
    position: relative;
}

.content_page {
    min-height: calc(100vh - 410px);
}

a.prod_img {
    /* height: 300px !important; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.prod_img img {
    max-height: 300px;
    /* margin: 0 auto; */
    display: block;
}

.uk-table td {
    padding: 5px 12px !important;
}

.uk-table td p {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

hr {
    margin: 20px !important;
}

.cols-2 .product {
    width: 50%;
}

.cols-4 .product {
    width: 25%;
}

.product {
    margin-bottom: 30px;
}