body {
    font-family: 'Open Sans', sans-serif!important;
}
.section_dr {
    background: #e4e8e9;
    padding: 1em 0 0 0;
}

.dr_item {
    background: #e4e8e9;
    max-width: 150px;
    min-width: 150px;
}

.dr_item p {
    text-align: center;
}

.dr_img_body {
    height: 180px;
    max-width: 150px;
    min-width: 150px;
    position: relative;
    background: white;
    background-size: contain;
    background-position: top;
}

.dr_name {
    position: absolute;
    bottom: 0;
    background: #00798a;
    width: 100%;
    margin: 0;
    height: 2.5em;
    color: white;
    text-align: center;
    color: white;
    text-align: center;
    font-weight: 700;
    padding: .4em 0 .4em 0;
}

.quote_body {
    border: 8px solid #ededed;
}

.quote_body_item {
    padding: 2em;
    align-items: flex-start;
    padding-bottom: 0;
}

@media (max-width: 900px) {
    .quote_body_item.d_flex {
        display: block;
        text-align: center;
    }
}

.quote_text {
    font-size: .9em;
}

.quote_description {
    margin-left: 3.5em;
}

@media (max-width: 900px) {
    .quote_description {
        margin-left: 1.5em;
    }
}

.quote_description__title {
    position: relative;
    margin-top: 0;
}

.quote_description__title::before {
    content: '';
    display: block;
    height: 26px;
    width: 30px;
    background: url(../img/quote.png) no-repeat;
    position: absolute;
    left: -37px;
}

.comment {
    margin: 2em 0;
    position: relative;
}

.comment_text_body {
    margin-left: 2em;
}

.comment_sub {
    border-left: 4px solid #efefef;
    padding-left: 2em;
}

.sidebar {
    max-width: 23em;
    margin-left: 3em;
}

@media (max-width: 700px) {
    .sidebar {
        display: none
    }
}

@media (max-width: 1100px) {
    .sidebar {
        margin-top: 10%;
    }
}

.sidebar_certificate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 450px;
}

.sidebar_section_1 {
    border: 4px solid white;
    padding: 2em;
    text-align: center;
    margin-top: 2em;
}

.sidebar_section_1 .sidebar_section_1_p {
    color: #575757;
}

.sidebar_section_1 a {
    color: white;
    text-decoration: none;
    padding: 6px 13px;
    border-radius: 7px;
    background: #c15137;
    font-size: .9em;
}

.sidebar_section_1_title_1 {
    font-size: 2em;
    margin: 0;
    color: white;
}

.sidebar_section_1_title_2 {
    font-size: 3.5em;
    margin: 0;
    color: #0093da;
    font-family: "Merriweather Light";
}

.section_certificate_newspaper .item {
    width: 100%
}

.section_certificate_newspaper {
    display: flex;
    flex-wrap: wrap;
}

.section_certificate_newspaper>.item {
    flex: 0 50%;
    box-sizing: border-box;
}

.author {
    margin-top: 40px;
    position: relative;
}

.author_img_body {
    text-align: center;
    height: 12em;
}

.author_img_body img {
    max-width: 17em;
}

.author_description_body {
    border: 1px solid black;
    padding-top: 20px;
}

.author_description {
    margin: 0;
    padding: 0 1em 2em 1em;
}

.author_description_name {
    text-align: center;
    position: relative;
    margin: .4em;
    padding: 0 2em;
}

.author_description_name::before {
    content: '';
    display: block;
    height: 26px;
    width: 30px;
    background: url(../img/quote.png) no-repeat;
    position: absolute;
    left: 0;
}

.author_score {
    padding: 0 1em 0 1em;
    margin-bottom: 10px;
    margin-top: 0;
}

.author_time {
    padding: 0 1em 0 1em;
    margin-bottom: 0;
}

.verified_user {
    background-color: #2fa043;
    border-radius: 30px;
    color: #ffffff !important;
    display: block;
    position: relative;
    padding-left: 30px;
    padding: 2px auto;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.verified_user:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #f6fbf7;
    border-right: 3px solid #f6fbf7;
    display: block;
    width: 7px;
    height: 15px;
    left: 20px;
    transform: rotate(45deg);
    top: 1px;
    border-bottom-right-radius: 3px;
}

.circle {
    width: 60px;
    height: 60px;
    background-color: #3fc520;
    border-radius: 50%;
    position: absolute;
    display: flex;
    right: 10px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.circle:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #f6fbf7;
    border-right: 5px solid #f6fbf7;
    display: block;
    width: 8px;
    height: 20px;
    border-bottom-right-radius: 4px;
    transform: rotate(45deg);
}

.news_item {
    background: #e4e8e9;
    padding: .7em;
}

.news_item img {
    max-width: 120px;
}

.news_item_description {
    margin-left: 1em;
    font-size: .9em;
}

.d_flex {
    display: flex;
}

.width--100 {
    width: 100%;
}

.body_title {
    text-align: center;
    font-size: 3em;
    margin: 0;
    color: #000;
}

.body_sum_title {
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
}

.d_flex--wrap {
    flex-wrap: wrap;
}

.flex_space_around {
    justify-content: space-around;
}

.text_right {
    text-align: right;
}

.section_product1 .list,
.section_product1 .vizualization {
    width: 50%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_product1 .list,
.section_product1 .vizualization .vizualization-inner {
    position: relative;
    width: 300px;
    max-width: 100%;
}

@media (max-width: 700px) {
    .is-700-hide {
        display: none;
    }

    .section_product1 .list,
    .section_product1 .vizualization {
        width: 100%;
    }

    .section_product1 {
        flex-direction: column-reverse;
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}

.img {
    width: 100%;
}

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff
}

.nav_one {
    display: flex;
    height: 34px;
    flex-wrap: wrap;
    background-color: #a53165;
    justify-content: flex-end;
    padding-right: 5%;
}

.margin-r-7 {
    margin-right: 7em;
}

.nav_one_links {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.nav_one_link {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
}

.nav_one_link p {
    margin: 0 .5em;
}

.nav_one_link img {
    width: 1.2em;
    margin: 0 .5em;
}

.logo {
    display: flex;
    flex-direction: column;
    max-width: 1366px;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 100%;
    width: 250px;
}

.logo .logo_subtitle {
    position: absolute;
    bottom: 3px;
    margin-left: 7%;
    white-space: nowrap;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
}

ul li p strong {
    font-size: 23px;
}

@media (max-width: 700px) {
    .logo img {
        margin: auto;
        width: 100%;
        padding: 1em 0;
    }
}

.content_body {
    padding-top: 100px;
    background-image: linear-gradient(to bottom, #a53165, #fff 90px);
}

.background_img {
    height: 104px;
    width: 100%;
}

.content_body_margin {
    max-width: 1366px;
    padding: 0 3em;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: -2em;
    justify-content: center;
}

@media (max-width: 740px) {
    .content_body_margin {
        padding: 0;
    }
}

.content_body_description {
    width: 65%;
}

@media (max-width: 1000px) {
    .content_body_description {
        width: 95%;
        margin: auto;
    }
}

.article_text_body {
    background: white;
    padding: .1em 0 0 1.8em;
}

.social_media img {
    height: 2.4em;
}

.img_section {
    overflow: hidden;
}

.img_section img {
    width: 100%;
}

.img_section p {
    color: #313232;
    font-family: "Open Sans";
    font-size: 1.1em;
    font-weight: 600;
}

.section_item p {
    color: #313232;
    line-height: 1.5;
}

.section_ao {
    text-align: center;
    display: flex;
    background-image: linear-gradient(to bottom, #a53165, #fff);
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 2em;
}

@media (max-width: 760px) {
    .section_ao {
        display: block;
        margin: auto;
    }
}

.section_ao .item {
    width: 50%;
}

.section_ao .item img {
    max-width: 180px;
}

@media (max-width: 1000px) {
    .section_ao .item {
        margin: auto;
        width: auto;
    }
}

.section_ao .item p {
    padding: 0 3em;
}

.title__green {
    text-transform: uppercase;
    color: #008d21;
    font-family: "Open Sans";
    font-size: 1em;
    padding: .5em 0 0 0;
    margin: 0;
}

.description_green {
    margin-bottom: .7em;
    background-color: #e1f4e9;
}

.description_green__item {
    padding-left: 3em;
    position: relative;
}

.description_green__item::before {
    content: '';
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    left: 13px;
    top: 11px;
}

.description_green__text {
    margin: 0;
    padding: .5em 0;
}

.warning {
    background-color: #f7dddd;
    border: 5px solid #f6c5c5;
    padding: 1em 3em;
}

.color_red {
    color: red;
}

.warning_uppercase {
    text-transform: uppercase;
}

.footer {
    background-color: #37b6c1;
    text-align: center;
    color: white;
    font-size: .8em;
    padding: 2em;
    margin-top: 6em;
}

.order_img {
    margin-top: 2em;
    position: relative;
}

.order_link {
    position: absolute;
    bottom: 0;
    color: #cd784f;
    text-decoration: none;
    font-size: 2em;
    margin: 10px;
}

.data_published {
    margin-bottom: .3em;
    color: white;
    margin-top: 2em
}

.btn-search {
    outline: none;
    background: #97a0a4;
    border: 0;
    cursor: pointer;
    color: white;
    padding: .4em .9em;
    border-radius: 5px;
    font-size: 1em;
    letter-spacing: 1px;
}

.btn-search a {
    color: white;
    text-decoration: none;
}

.input-search {
    padding: .4em;
}

.nav_links {
    text-decoration: none;
    list-style: none;
    text-align: right;
    max-width: 90%;
}

.nav_links a {
    text-decoration: none;
    color: #37b6c1;
}

.nav_link {
    text-decoration: none;
    display: inline-block;
    padding: 0 .5em;
    font-weight: bold;
    border-right: 2px solid #afb0b0;
}

.nav_link:last-child {
    border: none;
}

/* SP */
.doctor_body {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    margin-top: 2em;
    position: relative;
}

@media (max-width: 740px) {
    .doctor_body {
        display: block;
        text-align: center;
    }
}

.doctor_body__icon-body {
    width: 30%;
    position: relative;
}

@media (max-width: 740px) {
    .doctor_body__icon-body {
        margin: auto;
        width: auto;
    }
}

.doctor_body__icon-body>img {
    width: 207px;
    bottom: 0;
    position: absolute;
    left: 0px;
}

@media (max-width: 740px) {
    .doctor_body__icon-body>img {
        position: relative;
        left: auto;
        margin: auto;
    }
}

.doctor_body__icon-description {
    width: 70%;
    position: relative;
}

.doctor_body__icon-description2 {
    /* width: 70%; */
    width: 100%;
    padding: 0 1em;
    position: relative;
}

@media (max-width: 740px) {
    .doctor_body__icon-description {
        margin: auto;
    }

    .doctor_body__icon-description2 {
        padding: 0;
    }
}

.doctor--3 {
    width: 300px;
}

ul {
    list-style-image: url('../img/array_v.png');
}

.section_newspaper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section_newspaper__description {
    max-width: 360px;
}

@media (max-width: 1000px) {
    .section_newspaper {
        display: block;
        text-align: center;
    }

    .section_newspaper__description {
        margin: auto;
    }

    .section_newspaper__text {
        margin: 0;
    }
}

.section_newspaper__img {
    max-width: 500px;
    width: 100%;
}

.section_newspaper__text {
    background: #F4F4F4;
    padding: 1.3em;
    line-height: 1.5;
    font-size: 0.9em;
    margin-left: 3em;
    margin-bottom: 2em;
}

.li__title {
    color: #313232;
    font-weight: 700;
}

.section_qd {
    display: flex;
}

@media (max-width: 1000px) {
    .section_qd {
        display: block;
        text-align: center;
        flex-wrap: wrap;
    }
}

.section_qd__item {
    max-width: 50%;
}

.section_qd__item__text {
    margin-left: 4em;
}

@media (max-width: 1000px) {
    .section_qd__item__text {
        margin: auto;
        max-width: unset;
    }

    .section_qd__item {
        margin: auto;
    }
}

.section_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_certificate {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.section_certificate_newspaper {
    display: flex;
    flex-direction: row;
}

.section_certificate_newspaper img {
    padding: 0;
    width: 100%;
    height: 100%;
}

.section_certificate_newspaper .item {
    padding: 1em;
    width: 100%;
}

@media (max-width: 360px) {
    .section_certificate_newspaper img {
        padding: 0;
    }
}

.section_item_2__body {
    border-left: 1px solid #E4E8E9;
    border-right: 1px solid #E4E8E9;
    border-bottom: 1px solid #E4E8E9;
    background: #F9FCFD;
}

.section_item_2__title {
    text-align: center;
    background: #E4E8E9;
    padding: 1em;
    color: #313232;
    font-family: "Open Sans";
    font-size: 29px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
}

.section_certificate_2 {
    display: flex;
    text-align: center;
}

.section_certificate_2__item {
    min-width: 33.333%;
}

@media (max-width: 1000px) {
    .section_certificate_2 {
        flex-wrap: wrap;
    }
}

.section_item_2--yellow {
    color: #313232;
}

.author_description_body__name {
    text-align: right;
}

.section_certificate_2__item p {
    text-align: left;
    padding: 1em;
}

.justify {
    text-align: justify;
}

.section_certificate_2__item__title--yellow {
    color: #dca600;
    font-weight: 700;
}

.section_certificate_2__item__title--green {
    color: #27b84d;
    font-weight: 700;
}

.section_certificate_2__item__title--brown {
    color: #90534d;
    font-weight: 700;
}

.section_rating h2 {
    text-align: center;
    color: #a4205b;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 4rem;
}

.section_rating .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rating .row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.rating .col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.rating .col .middle,
.rating .row .middle {
    align-content: center;
    justify-content: center;
    text-align: center;
}

.space-between {
    justify-content: space-between;
}

.padding10 {
    padding: 10px;
}

.border {
    border: 1px solid #c8c8c8;
}

.border-left {
    border-left: 1px solid #c8c8c8;
}

.border-bottom {
    border-bottom: 1px solid #c8c8c8;
}

.rating small {
    font-size: 15px;
    color: #636363;
}

.ba {
    width: 100%;
    display: flex;
}

.ba .item {
    width: 50%;
}

.ba .item:first-child {
    border-right: 3px solid #ffffff;
}

.ba .item:last-child {
    border-left: 3px solid #ffffff;
}

.ba .item .title {
    background-color: #a53165;
    color: #fff;
    font-size: 30px;
    height: 80px;
    font-weight: 700;
    justify-content: center;
    display: flex;
    align-items: center;
}

.ba .item .image {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #a53165;
}

.ba .item .image img {
    width: 40%;
    height: 100%;
}

.ba .item .description {
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #a53165;
    color: #fff;
    min-height: 120px;
    padding: 10px 50px;
    font-weight: 600;
}

.ba .item:last-child .title,
.ba .item:last-child .image,
.ba .item:last-child .description {
    background-color: #3c9446;
}

@media (max-width: 900px) {
    .ba {
        display: flex;
        flex-direction: column;
    }

    .ba .item {
        width: 100%;
        border: none;
    }

    .ba .item:first-child {
        border: none;
        margin-bottom: 10px;
    }

    .ba .item:last-child {
        border: none;
    }
}

/* .section_item .section_item_3_body h2{ color: #313232; font-family: "Open Sans"; font-size: 29px; font-weight: 400; line-height: 38px; text-align: center; } */
.header__sp {
    text-align: right;
    max-width: 1366px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.institutes-container {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.institutes-container img {
    margin-left: 30px;
    cursor: pointer;
}

.pnotiBoxTest {
    background-color: #e2bed0 !important;
}

.people {
    background-color: #e2bed0 !important;
}

ul li p strong {
    font-size: 1.0em !important;
}

.list ul li p {
    line-height: 2.5;
    font-size: 18px;
}

#footer {
    margin-bottom: 32px;
}

#footer div {
    text-align: center;
    padding: 5px 0px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#footer #legal_message {
    width: 585px;
    margin: 0px auto;
}

#footer #copyright a {
    color: #ccc;
    font-weight: normal;
    text-decoration: none;
}

#footer .info {
    font-size: 10px;
    text-align: center;
    color: #aaa;
}

#ExitDiv {
    display: none;
    position: absolute;
    top: 10px;
    left: 15px;
    margin: auto;
    width: 700px;
    height: 154px;
    z-index: 1000;
    cursor: default;
    pointer-events: none;
}

#exitdiv_text1 {
    position: relative;
    top: 5px;
    left: 5px;
    width: 400px;
    height: 93px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 36px;
    color: #6E0606;
    font-weight: bold;
    font-stretch: condensed;
}

#exitdiv_text2 {
    position: absolute;
    top: 0;
    left: 400px;
    width: 300px;
    height: 93px;
    font-family: arial;
    font-size: 56px;
    color: #6E0606;
    font-weight: bold;
}

#exitdiv_text3 {
    position: absolute;
    left: 225px;
    top: 100px;
    width: 230px;
    height: 100px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #04447C;
}

#left-wrapper {
    position: relative;
    width: 475px;
    height: 100px;
    float: left;
}

#left-wrapper #popup-1-top {
    position: relative;
    padding: 25px 0 0 35px;
    width: 217px;
    height: 61px;
}

#left-wrapper #popup-1-top #popup1-header-1 {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 8px;
    color: #6F77C6;
}

#left-wrapper #popup-1-top #popup1-header-2 {
    margin-top: 5px;
    font-family: arial;
    font-size: 7px;
    color: #353234;
}

#left-wrapper #exit_div_alert1 {
    width: 147px;
    margin-top: -25px;
    padding: 0 35px 5px 35px;
    background: url('../img/popup_1_middle.png') repeat-y 0% 0%;
    font-family: arial;
    font-size: 8px;
    color: #353234;
}

#left-wrapper #popup-1-bottom {
    width: 217px;
    height: 55px;
    background: url('../img/popup_1_bottom.png') no-repeat;
}

#left-wrapper #popup-1-bottom .texts {
    margin-left: 50px;
    font-family: arial;
    font-size: 9px;
    color: #151C55;
}

#left-wrapper #popup-1-bottom .text-1 {
    padding-top: 4px;
}

#left-wrapper #popup-1-bottom .text-2 {
    position: relative;
    padding-top: 8px;
}

#left-wrapper #popup-1-bottom .text-2 .arrow {
    position: absolute;
    bottom: -12px;
    right: -49px;
    width: 247px;
    height: 64px;
    background: url('../img/arrow_1.png') no-repeat 0% 0%;
}

#left-wrapper #popup-3 {
    position: relative;
    width: 418px;
    height: 96px;
    float: right;
    font-family: arial;
}

#left-wrapper #popup-3 .texts {
    font-size: 9px;
    color: #000;
}

#left-wrapper #popup-3 .text-1 {
    padding: 33px 15px 0px 42px;
}

#left-wrapper #popup-3 .text-2,
#left-wrapper #popup-3 .text-3 {
    position: absolute;
    bottom: 19px;
    left: 124px;
    width: 76px;
    height: 15px;
    font-size: 9px;
    text-align: center;
    color: #151C55;
}

#left-wrapper #popup-3 .text-3 {
    left: 208px;
}

#left-wrapper #popup-3 .text-3 .arrow {
    position: absolute;
    bottom: -7px;
    right: -14px;
    width: 101px;
    height: 137px;
    background: url('../img/arrow_2.png') no-repeat 0% 0%;
}

#right-wrapper {
    position: relative;
    width: 225px;
    margin-top: 36px;
    float: right;
}

#right-wrapper #popup-2-top {
    width: 227px;
    height: 27px;
    background: url('../img/popup_2_top.png') no-repeat;
}

#right-wrapper #exit_div_alert3 {
    width: calc(227px - 36px);
    padding: 10px 18px;
    background: url('../img/popup_2_middle.png') repeat-y;
    font-family: arial;
    font-size: 10px;
    color: #353234;
}

#right-wrapper #popup-2-bottom {
    width: 227px;
    height: 42px;
    background: url('../img/popup_2_bottom.png') no-repeat;
}

#right-wrapper #popup-2-bottom .texts {
    position: absolute;
    font-family: arial;
    font-size: 9px;
    text-align: center;
    color: #151C55;
}

#right-wrapper #popup-2-bottom .text-1,
#right-wrapper #popup-2-bottom .text-2 {
    bottom: 21px;
    left: 27px;
    width: 74px;
    height: 15px;
}

#right-wrapper #popup-2-bottom .text-2 {
    bottom: 21px;
    left: 105px;
    width: 100px;
}

#right-wrapper #popup-2-bottom .text-2 .popup {
    position: absolute;
    bottom: -10px;
    right: -7px;
    width: 280px;
    height: 133px;
    background: transparent url('../img/arrow_3.png') no-repeat 0% 0%;
}

.people p {
    padding-left: 35px;
    margin-left: 35px;
}

hr {
    border: 1px solid #CC2172;
    margin-top: 4em;
}

.gps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gps img {
    display: block;
    margin: auto;
}

.pop {
    position: fixed;
    top: 85px;
    right: 5px;
    padding: 5px;
    background-color: #1e911e;
    color: #fff;
    max-width: 260px;
    border-radius: 10px;
    line-height: normal;
    display: none;
}

.quality-pics {
    width: 100%;
    margin-top: 10px;
    display: flex;
}

.img-qq {
    width: 110px;
}

.img-qq-box {
    box-sizing: border-box;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_two {
    display: flex;
    flex-direction: row;
}

@media (max-width: 900px) {
    .nav_two {
        flex-direction: column;
    }
}

.grid_container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
}

.grid_container .chart {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5;
}

.grid_container .description {
    display: grid;
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
}

.grid_container .description div {
    display: grid;
}

.grid_container .description div:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 2;
}

.grid_container .description div:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
}

.grid_container .days {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 5;
    grid-row-end: 6;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid_container .days div {
    text-align: center;
    display: grid;
    font-size: 1em;
}

.grid_container .days div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}

.grid_container .days div:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
}

.grid_container .days div:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
}

.grid_container .days div:nth-child(4) {
    grid-column-start: 4;
    grid-column-end: 5;
}

.grid_container .days div:nth-child(5) {
    grid-column-start: 5;
    grid-column-end: 6;
}

.grid_container .days div:nth-child(6) {
    grid-column-start: 6;
    grid-column-end: 7;
}

.grid_container .description div .description_flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.grid_container .description div .description_flex img {
    margin-top: 3px;
}

.grid_container .description div .description_flex p {
    font-size: 11px;
    padding-left: 5px;
    width: 70%;
    margin: 0;
}

@media (max-width: 740px) {
    .grid_container .description div .description_flex p {
        font-size: 8px;
    }

    .grid_container .days div {
        font-size: 9px;
    }
}

body .safety-icons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin: 15px 0px 10px;
}

body .safety-icons img {
    max-height: 35px;
    height: 100%;
    margin: 0 5px;
    width: auto;
}

.form {
    background-color: #e7e7e7;
    margin: 1em 5em;
    color: #474747;
}

.address-pane-table table {
    padding: 1em 4em;
    border-spacing: 10px;
}

.address-pane-table table tr {
    margin-bottom: 10px;
}

.address-pane-table table tr td:last-child {
    width: 70%
}

.address-pane-table table tr td .form-item input,
.address-pane-table table tr td .form-item select {
    width: 100%;
    border-radius: 10px;
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 2px solid #000;
}

.address-pane-table table tr td .form-item select {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../img/sel.png");
    background-position: 96% center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    display: none;
}

.headline {
    background-color: #d6d6d6;
    position: relative;
    padding: 1em 0;
    width: 100%;
}

.headline h3 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 43px;
    color: rgb(37, 37, 37);
}

.orderButton {
    background-color: #389896;
    border: 5px solid #326e6c;
    border-radius: 25px;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.orderButton:hover {
    background-color: #326e6c;
    border: 5px solid #389896;
}

@media (max-width: 900px) {
    .form {
        margin: 1em;
    }

    .address-pane-table table {
        padding: 1em 1em;
    }
}

#inpostButtonShow {
    width: auto;
    padding-right: 20px;
    margin: 10px 0;
}

#inpostButtonShow button {
    margin: 7px 0 5px;
    padding: 5px 10px;
    height: auto;
    margin: 0;
}

#inpostButtonShow button,
.inpostInfo {
    line-height: 1.2em;
}

#inpostButtonShow,
.inpostInfo {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.inpostInfo {
    font-size: 12px;
}

.easypack-map-frame * {
    margin: initial;
}

.easypack-map-frame {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 95%;
    z-index: 99999;
}

.easypack-map-frame .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    color: #aaa;
    padding: 5px;
    z-index: 101;
    cursor: pointer;
}

.easypack-map-frame input[type="text"] {
    width: 100% !important;
}

.point-details .details-actions,
.info-box-wrapper .route-link {
    display: none !important;
}

.easypack-map-frame .info-box-wrapper img {
    width: auto;
}

.people {
    border-radius: 15px;
    background-color: #a4205b;
    position: fixed;
    border: 2px solid #9a1a51;
    top: 30px;
    left: 10px;
    z-index: 999;
    padding: 5px 10px;
    cursor: pointer;
    background-size: cover;
    display: none;
    width: 400px;
    max-width: 100%;
}

#left {
    border: 2px solid #9a1a51;
    display: none;
    flex-direction: column;
    background-color: #4cbec8;
    max-width: 400px;
    position: fixed;
    bottom: 30px;
    right: 10px;
}

#left .title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #9a1a51;
    font-size: 26px;
    padding: 10px 0;
    border-bottom: 2px solid #9a1a51;
    margin: 0;
}

#left .content {
    background-color: #e2bed0;
    padding: 8px 0;
    padding: 15px;
    font-size: 19px;
    text-align: left;
}

.text_fix_nl {
    padding-left: 70px;
}
.img-content {
    float: left;
    width: 100%;
    max-width: 270px;
    margin-right: 20px;
}

@media screen and (max-width: 479px){
    .img-content {
        float: inherit;
        display: block;
        margin: 0 auto;
    }
    .header__sp {
        display: none;
    }
    .address-pane-table table {
        padding: 1em 0em!important;
    }
}