@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700'); /* font-family: 'Roboto', sans-serif; */

.gredost {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.gredost [type="text"] {
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 20px;
}

.gredost-block {
    margin-bottom: 30px;
}

.gredost-title {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #303750;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.gredost-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.gredost-side {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 50%;
    padding: 0 15px;
}

@media only screen and (max-width: 992px) {
    .gredost-row {
        display: block;
    }

    .gredost-side {
        width: 100%;
    }
}

.gredost-important {
    color: #e17b72;
}

.gredost-txt-center {
    text-align: center;
}

.gredost-simple-link {
    color: #303750;
    text-decoration: underline;
}

.gredost-btn {
    min-width: 290px;
    padding: 12px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    transition: .3s all;
    outline: none;
}

.gredost-btn:hover,
.gredost-btn:active {
    box-shadow: inset 2px 2px 5px 1px hsla(0,0%,100%,.2), inset -2px -2px 5px 1px rgba(0,0,0,.1);
}

.gredost-btn:active {
    outline: none;
}

.gredost-main-btn {
    background-color: #e17b72;
    border: 2px solid #e17b72;
    color: #fff;
}

.gredost-second-btn {
    color: #303750;
    border: 2px solid #303750;
}

.gredost-second-btn:hover,
.gredost-second-btn:active {
    background: #303750;
    color: #fff;
}

.gredost-check {

}

.gredost-check .true-check {
    display: none;
}

.gredost-check .fake-check {
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 2px solid #e17b72;
    margin-right: 5px;
    border-radius: 50%;
}

.gredost-check .true-check:checked ~ .fake-check {
    background: #e17b72;
}

.delivery-logo img {
    max-width: 200px;
    max-height: 100px;
}

.delivery-description {
    margin: 15px 0;
}

.gredost-submit {
    margin-top: auto;
}

.gredost-delivery-table {
    width: 100%;
    color: #2c5876;
    font-weight: 600;
    font-size: 14px;
}

.gredost-delivery-table label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
}

.gredost-delivery-table thead {
    text-transform: uppercase;
    color: #303750;
}

.gredost-delivery-table tbody td {
    padding: 12px 10px;
}

.gredost-delivery-table tr {
    border-bottom: 2px solid #303750;
}

#dialog-form {
    //height: auto !important;
}

/* UI Modal styles*/
.ui-dialog {
    max-width: 100%;
    max-width: 95vw;
    border-width: 3px;
    border-color: rgb(180, 194, 214);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.51);
}

.ui-dialog .ui-widget-header {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #2c5876;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 20px;
}

.ui-dialog .ui-widget-content {
    padding: 15px 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    width: 25px;
    height: 25px;
    font-size: 0;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: url('close-btn.png');
    background-position: center;
    margin-top: -8px;
    margin-left: -8px;
}
.lampampam{
    display: flex;
    flex-wrap: wrap;
}
.lampampam-right,
.lampampam-left{
    width: 100%;
    max-width: 50%;
}
