/* .germes {
    background-image: url(../images/germes/germes_fon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
} */

.germes_head {
    background-image: url(../images/germes/germes_fon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    margin-top: -99px;
}

.germes_head_content {
    position: relative;
    width: 100%;
    height: 60vh;
}


.germes_head_breadcrumbs {
    padding-top: 110px;
}

.germes_head_breadcrumbs ol {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
}

.germes_head_breadcrumbs ol li {
    font-weight: 500;
    font-size: 12px;
    margin-right: 11px;
    color: #00C8FF;

}

.germes_head_breadcrumbs ol li a {
    color: #979797;
}


@media screen and (max-width: 1300px) {
    .germes_head_breadcrumbs_container {
        max-width: 100%!important;
    }
}


.germes_head_content_possibilities {
    position: absolute;
    width: max-content;
    height: max-content;
    right: 56px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.germes_head_content_possibilities {
    display: flex;
    align-items: center;
}
.germes_head_content_possibilities h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: right;
    color: #FFFFFF;

    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);

}

.germes_head_content_possibilities img {
    width: 91px;
    height: 88px;
    object-fit: contain;
    margin-left: 37px;
    margin-top: -10px;
}
.germes_consultations {
    width: 100%;
    height: 100%;
    margin-top: -17vh;
    position: relative;
    z-index: 3;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) calc(50% - 100px),
        rgba(0, 0, 0, 0.5) calc(50% + 100px),
        rgba(0, 0, 0, 0) 100%
    );
}
.germes_consultations_container {}
.germes_consultations_container h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
}
.germes_consultations_line {
    width: 50%;
    max-width: 628px;
    height: 2px;
    background-color: #001B2D;
    position: relative;
    margin-top: 18px;
}
.germes_consultations_line div {
    display: block;
    width: 20%;
    max-width: 130px;
    height: 2px;
    background-color: #2156DC;
}
.germes_consultations_box_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.germes_consultations_desc {
    width: 68%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.germes_consultations_desc img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}
.germes_consultations_desc p {
    width: calc(100% - 120px);
    color: white;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.germes_consultations_desc a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 61px;
    background-color: #2156DC;
    width: 366px;
    max-width: 100%;
    height: 56px;
    border-radius: 15px;
    color: white!important;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.germes_consultations_ship_icon {
    width: 28%;
    max-width: 270px;
    height: max-content;
}
/*  */

.germes_fon_content {
    background-image: url(../images/germes/fon.webp);
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

/*  */
.germes_ability {
    margin-top: 131px;
}
.germes_ability_card {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 115px;
}

.germes_ability_card_img {
    width: 34%;
    max-width: 420px;
    height: 234px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #001B2D;
    overflow: hidden;
}
.germes_ability_card_img img {
    width: 100%;
    height: 100%;
}
.germes_ability_card_text {
    width: 62%;
    height: max-content;
}

.germes_ability_card_text_line {
    width: 80%;
    height: 2px;
    background-color: #001B2D;
    margin-top: 11px;
}
.germes_ability_card_text_line div {
    width: 20%;
    background-color: #2156DC;
    max-width: 130px;
    height: 2px;
}
.germes_ability_card_text_desc {
    margin-top: 19px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.germes_ability_card_text_desc img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}
.germes_ability_card_text_desc div {
    width: calc(100% - 110px);
    height: max-content;
}
.germes_ability_card h2 {
    font-weight: 400;
    font-size: 36px;
    color: white;
    line-height: 40px;
}
.germes_ability_card p {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: white;
    margin-bottom: 29px;
}
.germes_ability_card ul {
    padding-left: 20px;
    margin-bottom: 29px;
}
.germes_ability_card ul li {
    color: #C7D9FF;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}
/*  */

.germes_info {
    background-image: url(/images/germes/germes_info_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.germes_info_box {
    display: flex;
    align-items: start;
    width: 100%;
    height: max-content;
    justify-content: space-between;
}
.germes_info_left_content {
    width: 69%;
    height: max-content;
}
.germes_right_content {
    width: 28%;
}



.germes_info_left_content_list {
    width: 100%;
    height: max-content;
}
.germes_info_left_content_card {
    width: 100%;
    height: max-content;
    margin-bottom: 115px;
}
.germes_info_left_content_card h2 {
    color: white;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.germes_info_left_content_card_line {
    background-color: #001B2D;
    height: 2px;
    width: 65%;
    margin-top: 14px;
}
.germes_info_left_content_card_line div {
    background-color: #2156DC;
    width: 30%;
    max-width: 130px;
    height: 2px;
}

.germes_info_left_content_card_box {
    display: flex;
    align-items: start;
    margin-top: 18px;
    justify-content: space-between;
}
.germes_info_left_content_card_box img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    margin-top: 30px;
}
.germes_info_left_content_card_box_text {
    width: calc(100% - 110px);
    height: max-content;
}
.germes_info_left_content_card_box_text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: white;
    margin-bottom: 31px;
}
.germes_info_left_content_card_box_text ul {
    padding-left: 20px;
    margin-top: 10px;
}
.germes_info_left_content_card_box_text ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #C2DBFF;
    margin-top: 20px;
}




.right_content_block {
    width: 100%;
    position: relative;
    display: block;
    height: max-content;
}
.right_content_block img {
    width: 100%;
    border-radius: 15px;
}
.right_content_block button {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    max-width: 302px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #FFBB00;
    color: #000000;

    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}


.right_content_block button::before {
    background: linear-gradient(
        0deg, 
        transparent, 
        transparent 30%, 
        rgba(255, 255, 255, 0.772)
    );
}
  
.right_content_block button:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(255, 225, 0, 0.534);

    background-color: #FFF600;
}


.germes_info_bottom_text {
    border: 1px solid #CFCFCF;
    padding: 20px 50px 22px;
    border-radius: 19px;
}

.germes_info_bottom_text p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}




.germes_gradient_for_footer {
    width: 100%;
    height: 300px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) calc(50% - 100px),
        rgba(0, 0, 0, 0.5) calc(50% + 100px),
        rgba(0, 0, 0, 0) 100%
    );
    position: relative;
    z-index: 3;
    margin-bottom: -180px;
    margin-top: -150px;
}

.footer-fon {
    background-image: none;
    position: relative;
    position: relative;
    z-index: 2;
    padding-top: 200px;
}

.footer-fon::before {
    opacity: 1;
    content: '';
    background:linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 24.06%), url(../images/footer-image-mini.jpg);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.footer-fon .container {
    z-index: 4;
    position: relative;
}

@media screen and (max-width: 1000px){
    .germes_head_content_possibilities h1{
        font-size: 30px;
        line-height: 30px;
    }
    .germes_head_content_possibilities img {
        width: 71px;
        height: 68px;
        margin-left: 25px;
        margin-top: -10px;
    }
    .germes_consultations_container h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .germes_consultations_desc p {
        font-size: 14px;
        width: calc(100% - 100px);
        line-height: 18px;
    }
    .germes_consultations_desc img {
        width: 80px;
        height: 80px;
    }
    .germes_consultations_desc a {
        margin-top: 41px;
        width: 300px;
        height: 44px;
        font-size: 16px;
        line-height: 16px;
    }

    .germes_fon_content {
        padding-top: 50px;
    }

    .germes_ability_card {
        margin-bottom: 60px;
    }
    .germes_ability_card h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .germes_ability_card_img {
        width: 40%;
        height: 224px;
        height: max-content;
    }
    .germes_ability_card_img img {
        width: 100%;
        height: max-content;
        object-fit: cover;
    }

    .germes_ability_card_text {
        width: 58%;
        height: max-content;
    }

    .germes_ability_card_text_desc img {
        width: 70px;
        height: 70px;
    }
    .germes_ability_card_text_desc div {
        width: calc(100% - 80px);
    }
    .germes_ability_card p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .germes_ability_card ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }





    .germes_info_left_content_card {
        margin-bottom: 60px;
    }

    .germes_info_left_content_card_box img {
        width: 70px;
        height: 70px;
    }

    .germes_info_left_content_card_box_text {
        width: calc(100% - 80px);
    }

    .germes_info_left_content_card h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .germes_info_left_content_card_box_text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .germes_info_left_content_card_box_text ul li {
        font-size: 14px;
        line-height: 18px;
        margin-top: 18px;
    }

    .germes_info_bottom_text p {
        font-size: 14px;
        line-height: 18px;
    }

    .germes_info_bottom_text {
        padding: 16px 30px 18px;
    }

    .right_content_block button {
        height: 40px;
        bottom: 20px;
    }
}


@media screen and (max-width: 700px) {
    .germes_head_breadcrumbs {
        padding-top: 0px;
    }
    .germes_fon_content {
        padding-bottom: 50px;
    }
    .germes_head {
        height: 400px;
        padding-top: 50px;
        margin-top: 0px;
        background-position: bottom;
    }
    .germes_head_content {
        height: 400px;
    }

    .germes_head_content_possibilities {
        right: 0;
        padding-bottom: 70px;
    }

    .germes_head_content_possibilities h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .germes_head_content_possibilities img {
        width: 51px;
        height: 48px;
    }

    .germes_consultations {
        margin-top: -9vh;
    }

    .germes_consultations_ship_icon {
        display: none;
    }

    .germes_consultations_line {
        width: 100%;
    }

    .germes_consultations_box_desc {
        flex-wrap: wrap;
    }
    .germes_consultations_desc {
        width: 100%;
        order: 2;
        margin-top: 0px;
    }

    .germes_consultations_ship_icon {
        width: 50%;
        order: 1;
        margin: auto;
    }

    .germes_info {
        margin-top: 60px;
    }


    .germes_fon_content {
        margin-top: -130px;
    }    

    .germes_consultations_desc a {
        margin: 30px auto;
    }

    .germes_ability_card_text_line {
        width: 100%;
    }
    .germes_ability_card {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .germes_ability_card_img {
        width: 100%;
        height: 220px;
        margin: 0px auto;
        max-width: 100%;
    }
    .germes_ability_card_img img {
        height: 100%;
    }
    .germes_ability_card_text {
        width: 100%;
        margin-top: 20px;
    }



    .germes_info_box {
        flex-wrap: wrap;
    }
    .germes_info_left_content {
        width: 100%;
    }
    .germes_info_left_content_card_line {
        width: 100%;
    }
    .germes_info_left_content_card {
        margin-bottom: 32px;
    }

    .germes_right_content {
        display: none;
    }


    .germes_gradient_for_footer {
        /* padding-top: 100px; */
        display: none;
    }
    .footer-fon {
        padding-top: 0px;
    }
}


@media screen and (max-width: 500px){

    .germes_head_breadcrumbs_container  {
        padding: 0px;
    }
    .germes_head_breadcrumbs {
        padding-top: 50px;
    }
    .germes_head_breadcrumbs ol li {
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);

    }
    .germes_head {
        padding: 0px;
        background-image: url(../images/germes/germes_mobile_fon.webp);
        height: 300px;
    }
    .germes_head_content {
        height: 200px;
    }

    .germes_head_content_possibilities h1 {
        font-size: 20px;
        line-height: 24px;
        max-width: calc(100% - 55px); 
        overflow-wrap: break-word;
        margin-left: auto;
    }

    .germes_consultations {
        margin-top: -20px;
    }

    .germes_head_content_possibilities {
        padding-bottom: 0px;
        padding-top: 0px;
        width: 100%;
        top: auto;
    }

    .germes_head_content_possibilities img {
        width: 51px;
        height: 48px;
        margin-left: 15px;
    }

    .germes_consultations_desc a {
        width: 260px;
        height: 40px;
        font-size: 14px;
        line-height: 14px;
    }

    .germes_ability_card h2,
    .germes_info_left_content_card h2,
    .germes_consultations_container h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .germes_consultations_desc p,
    .germes_ability_card ul li,
    .germes_ability_card p,
    .germes_info_left_content_card_box_text p,
    .germes_info_left_content_card_box_text ul li {
        font-size: 16px;
        line-height: 20px;
    }


    .germes_ability_card_text_desc img,
    .germes_info_left_content_card_box img,
    .germes_consultations_desc img {
        width: 50px;
        height: 50px;
        margin-top: 10px;
    }
    .germes_info_left_content_card_box_text,
    .germes_ability_card_text_desc div,
    .germes_consultations_desc p {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 400px){
    .germes_head_content_possibilities h1 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 385px){
    .germes_consultations_desc img {
        width: 60px;
        height: 60px;
    }
    .germes_consultations_desc p {
        width: calc(100% - 70px);
    }
}