.deliveryPage .main {
    background-image: url(../../zhd/image/img/delivery_bg.png);
    background-size: cover;
    background-position: center;
    height: 607px;
}
.deliveryTable {
    overflow: auto;
}
table {
  width: 100% !important;
  height: 100%;
  border-collapse: collapse;
}
.delivery__table {
    margin-top: 60px;
}
thead {
    background-color: #ed1c24;
    color: #fff;
}
tbody {
    background-color: #f5f5f5;
}
.delivery__table-text {
    border: 1px solid #fff;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    border-right: 0;
    border-bottom: 0;
}
.delivery__informasion::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='img' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;'%3E%3Ccircle style='fill:%23ff0000;' cx='12.125' cy='12.125' r='12'%3E%3C/circle%3E%3Cg%3E%3Cpath style='fill: %23fff;' d='M10.922,6.486c0-0.728,0.406-1.091,1.217-1.091s1.215,0.363,1.215,1.091c0,0.347-0.102,0.617-0.304,0.81%0Ac-0.202,0.193-0.507,0.289-0.911,0.289C11.328,7.585,10.922,7.219,10.922,6.486z M13.252,17.792h-2.234V9.604h2.234V17.792z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 20px;
}
.delivery__informasion {
    font-size: 22px;
    line-height: 1.55;
    font-family: 'Oswald',Arial,sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    background: #f5f5f5;
    padding: 30px 20px 28px 55px;
    position: relative;
    text-align: left;
    max-width: 760px;
    width: 100%;
    margin: 60px auto 0px; 
}
@media(max-width: 768px) {
    .delivery__informasion {
        margin: 30px auto 0;
    }
}
.contacts__map iframe {
    width: 100%;
    display: block;
}
.places{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 0;
 }
.places__title{
    color: rgb(237, 28, 36);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.23;
    font-family: 'Oswald',Arial,sans-serif;
    text-align: center;
}
.places__title.grey{
    color: rgb(77, 77, 77);
}
.places__desc{
    color: #6f6f6e;
    font-size: 18px;
    font-family: 'TildaSans';
    line-height: 1.5;
    margin-top: 40px;
}
.places__img {
    margin-top: 30px;
}
.contacts-page .main {
    background-image: url(../../zhd/image/img/contacts_bg.png);
    background-size: cover;
    background-position: center;
    height: 607px;
}
.contactsPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}
@media (max-width: 768px) {
    .contactsPage {
        padding-top: 30px;
    }
}

.contactsPage__title {
    color: rgb(77, 77, 77);
    font-size: 36px;
    line-height: 1.23;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 500;
}
.contactsPage__contact {
    color: #ed1c24;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 500;
    font-family: 'Oswald',Arial,sans-serif;
}
@media(max-width: 768px) {
    .contactsPage__contact {
        font-size: 26px;
    }
}

.contactsPage__address {
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: 90px;
    line-height: 1.55;
    font-family: "TildaSans", Arial, sans-serif;
    font-weight: 400;
    color: #4d4d4d;
}
@media (max-width: 768px) {
    .contactsPage__address {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}
.contactsPage__map {
    width: 100%;
}
@media (max-width: 768px) {
    .contactsPage__map {
        /* margin-bottom: 30px; */
    }
}
.contactsPage__map img {
    width: 100%;
}
