

/* Start:/assets/css/express-test.css?17492108512475*/
.ext-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.ext-title-1 {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.ext-title-2 {
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.ext-container {
    text-align: center;
    margin-bottom: 50px;
}

.ext-img {
    margin-bottom: 10px;
    height: 415px;
}

.ext-img img {
    width: 95%;
    margin: 0 auto;
}

.ext-txt {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.2;
    height: 90px;
}

/*.ext-button {*/
/*    position: ;*/
/*}*/

.ext-button a {
    display: block;
    text-transform: lowercase;
    color: white;
    padding: 12px 25px;
    font-size: 20px;
    line-height: 1;
    width: 270px;
    background-color: thistle;
    border-radius: 50px;
    margin: 20px auto 30px auto;
}

.ext-button_flat a {
    background-color: #00c4b3;
}

.ext-button_hol a {
    background-color: #c10230;
}

.ext-button_cist a {
    background-color: #CB007B;
}

.ext-button_gastro a {
    background-color: #0091C0;
}

.ext-button a:hover {
    background-color: #05347f;
    text-decoration: none;
}

.ext .more__container-box {
    margin: 0 auto;
}

._ext-action a {
    background-color: #00c4b3;
    padding: 0px 8px;
    color: white !important;
    border-radius: 30px;
}

.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .ext-txt {
        font-size: 1.7vw;
        height: 7vw;
    }
    .ext-img {
        height: 34vw;
    }
}

@media (max-width: 1000px) {
    .ext-row {        
        max-width: 600px;
    }
    .ext-txt {
        font-size: 20px;
        height: auto;
    }
    .ext-img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .ext-title-1 {
        font-size: 36px;
    }
    ._ext-action a {
        background-color: white;
        padding: 0px 0px;
        color: #05347f !important;
        border-radius: 0px;
    }
}

.container-full {
    width: 100%;
    display: block;
}

.container-full-s {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

@media (min-width: 1000px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* End */
/* /assets/css/express-test.css?17492108512475 */
