.common-section {
    padding: 80px 0;
}

.common-section .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.insurance-list-section h2 {
    margin-bottom: 36px;
}

.insurance-list-section h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.95px;
    text-align: left;
    color: #1B1A7E;
}

.insurance-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 24px;
    padding-left: 18px;
    color: #333333;
}

.insurance-list a {
    cursor: pointer;
    text-decoration: none;
    transition: all 350ms;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: inherit;
}
/* styel cookie */
.cookie-new {
    width: 297px;
    height: 180px;
    background: rgba(190, 180, 0, 0.9);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 300;
    border-radius: 5px;
    display: none;
}

.cookie-show {
    display: block;
}

.cookie-contents {
    /* width: 840px; */

    margin: 0 auto;
    position: relative;
}

.cookie-contents p {
    margin: 0;
    padding-top: 27px;
    padding-left: 13px;
    padding-right: 30px;
    color: white;
    line-height: 20px;
    font-size: 15px;
}

.cookie-content p a {
    color: #ded97f;
    text-decoration: none;
}

.btn-close-cookie {
    border: none;
    cursor: pointer;
    background: transparent;
    color: #f9f9eb;
    position: absolute;
    top: 6px;
    right: 13px;
    width: 14px;
    height: 21px;
    padding: 0;
}

.btn-close-cookie img {
    width: 100%;
}

.btn-ok-cookie {
    border: none;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 17px;
    position: absolute;
    top: 141px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.btn-ok-cookie:hover,
.btn-ok-cookie:active {
    border: none;
    cursor: pointer;
    background: #ffffff;
    color: #beb400;
    border: 1px solid #ffffff;
}

#header-box {
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
}

/* edn styel cookie */
/*=============================================*/
@media screen and (max-width: 999px) {
    .insurance-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 550px) {
    .insurance-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 370px) {
.insurance-list a {
    font-size: 16px;
}

}

/******************** adaptive cookie 18.12.2019 *********************/
@media screen and (max-width: 480px) {
    .cookie-content {
        width: 480px;
    }

    .cookie-content p {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .btn-close-cookie {
        top: 7px;
        right: 30px;
    }
}

@media screen and (max-width: 425px) {
    .cookie-content {
        width: 425px;
    }
}

@media screen and (max-width: 375px) {
    .cookie-content {
        width: 375px;
    }

    .cookie-content p {
        padding-bottom: 70px;
    }
}