@font-face {
    font-family: "gilroy";
    src: url("../font/Gilroy/Gilroy-Regular.ttf");
}
@font-face {
    font-family: "gilroyBold";
    src: url("../font/Gilroy/Gilroy-ExtraBold.otf");
}
.aboutCompanyMenu ul li a, .backButton a {
   color: var(--cci-color-black) !important;
    opacity: 1;
}
.logo_black{
    display: block !important;
}
.logo_white{
    display: none !important;
}
.ocean_banner{
    background: url('../img/banner.jpg') no-repeat;
    height: 100vh;
    background-size: cover;
    display:flex;
    align-items: center;
}
.ocean_banner__title{
    font-family: var(--cci-font-title);
    font-weight: 700;
    font-size: calc( 48px + (80 - 48) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.ocean_banner_wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ocean_banner__button_wrap{
    margin-top: calc(42px + (96 - 42) * (100vw - 320px) / (1920 - 320));
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.ocean_banner__button{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320))  calc( 32px + (40 - 32) * (100vw - 320px) / (1920 - 320));
    max-width: 272px;
    width: fit-content;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 100px;
    color: #141F2D;
    font-size: calc( 16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    font-family: var(--cci-font-main);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index:9999;
}
.ocean_banner__button img{
    transition: margin-left 500ms;
}
.ocean_banner__button:hover img{
    margin-left: 18px;

}
.coral-logo{
    display: block;
    margin-bottom: calc(40px + (96 - 40) * (100vw - 640px) / (1920 - 640));
}
.coral-logo img{
    width: calc(206px + (351 - 206) * (100vw - 320px) / (1920 - 320));
}
.ocean_banner__title span{
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #0B1C49;
    padding: 7px 10px;
}
.ocean_second_block{
     padding: 54px 0;
}
.ocean_products{
    padding: 40px 0;
}
.ocean_text p{
    font-family:  var(--cci-font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px ;
    line-height: 24px;
    color: #141F2D;
}
.ocean_second_block .ocean_text .ocean_text__title{
    line-height: 1;
}
.ocean_second_block .ocean_text{
    display: flex;
}
.ocean_second_block  div.ocean_text__left{
    width: 50%;
}
.ocean_text__left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px  calc(32px + (96 - 32) * (100vw - 375px) / (1920 - 375));
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.ocean_text__right{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.section-3__title div{
    margin-top: 18px;
    opacity: 0.6;
    font-family: var(--cci-font-main);
    color: #141F2D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.section-3__title b{
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    color: #141F2D;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.64px;
}
.ocean_text__title--mobile{
    display: none;
}
.ocean_text__right img{
    width: 100%;
}
 .ocean_text__title {
     font-family: var(--cci-font-title);
     line-height: 1;
     color: #141F2D;
     font-size: 64px;
     text-transform: uppercase;
     font-style: normal;
     font-weight: 400;
     letter-spacing: 1.28px;
}
.ocean_text--text {
    margin-top: 24px;
}
.plastic-count {
    display: flex;
    width: 100%;
    gap: 20px;
}
.plastic-count__number{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.plastic-count__img {
    border-radius: 20px;
}
.plastic-count__img--left{
    background: url('../img/plastic_left.jpg') center center;
    background-size:cover;
    width: 38%;
    min-height: 400px;
    height: calc((38vw*1.2) - 100vw*0.14);
}
.plastic-count__img--right{
    background: url('../img/plastic_right.jpg') left center;
    /*background-size:cover;*/
    padding: calc(32px + (64 - 32) * (100vw - 320px) / (1920 - 320));
    width: 62%;
    max-width: 1156px;

    /*height: 962px;*/
}
.plastic-count__img--right__title{
    font-family: var(--cci-font-main);
    font-style: normal;
    font-weight: 500;
    font-size: calc(32px + (40 - 32) * (100vw - 320px) / (1920 - 320));
    line-height: 1;
    color: #141F2D;

}
.plastic-count__img--right__title--line{
    margin: 32px 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
}
.plastic-count__number img{
    margin: 0 12px;
}
.plastic-count__number span{
    font-family: var(--cci-font-title);
    font-style: normal;
    font-weight: 700;
    font-size: calc(80px + (150 - 80) * (100vw - 320px) / (1920 - 320));
    background: #305A94;
    color: #FFFFFF;
    padding: 0 10px ;
}
.plastic-count__number_text{
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.plastic-count__number-text__title{
    font-size: 24px;
    color: #305A94;
    font-family: "gilroy";
    white-space: nowrap;
    margin-right: 24px;
    font-weight: 800;
}
.plastic-count__number-text__line{
    background-color: #305A94;
    height: 4px;
    width: 100%;
    border-radius:40px;
}
.locations {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}
.locations .locations_block{
    display: flex;
    flex: 1;
    padding: 40px 48px ;
    border-radius: 24px;
    background: #FFF;
}
.locations .locations_block .locations_block__image{
    margin-right: 32px;
}
.locations .locations_block .locations_block__text p,
.locations .locations_block .locations_block__text .cities
{
    color: #141F2D;
    font-size: 24px;
    font-family: var(--cci-font-main);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    opacity:0.6;
}

.locations .locations_block .locations_block__text .cities {
    display: flex;
    gap: 8px;
    line-height: 1.75rem;
}
.locations .locations_block:last-child .locations_block__text .cities{
    flex-direction: column;
}

.locations .locations_block .locations_block__text p:first-child{
    font-family: var(--cci-font-title);
    text-transform:uppercase;
    opacity:1 !important;
    line-height: 48px;
}
.locations .locations_block .locations_block__text p b{

    font-weight: 700;
    font-size: 48px;

}
.ocean_products .h2{
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    color: #707070;
    font-size: 32px;
    margin: 0 0 24px 0;
    line-height: 1;
    letter-spacing: normal;
    font-weight: bold;
    font-style: normal;
}
@media (max-width: 600px){
    .ocean_banner__button_wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .coral-logo {
        margin-bottom: 70px;
    }
    /*.coral-logo img{*/
    /*    width: 204px;*/
    /*}*/
}
@media (max-width: 575px){
    .locations, .plastic-count {
        flex-direction: column;
    }

    .ocean_text{
        font-size: 16px ;
        line-height: 24px;
    }
    .ocean_text__title{
        font-size: 32px;
    }
    .locations .locations_block{
        padding: 24px;
    }
    .locations .locations_block .locations_block__text p b{
        font-size: 20px;
        font-family: var(--cci-font-main);
        font-style: normal;
        font-weight: 500;
    }
    .locations .locations_block .locations_block__text p{
        font-size: 16px;
        font-family: var(--cci-font-main);
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
    }
    .locations .locations_block .locations_block__image img{
        width: 40px;
    }

}
@media  (max-width: 768px){
    .plastic-count {
        flex-direction: column;
    }
    .plastic-count__img--left{
        display:none;
    }
    .plastic-count__img--left-mobile{
        width:100%;
    }
    .plastic-count__img--left-mobile--img{
        background: url('../img/plastic_left.jpg') center center;
        background-size:cover;
        width: 100%;

        height: calc((100vw*1.2) - 24px);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .plastic-count__img--right{
        width:100%;
        height: 700px;
        background-position: left top ;
        /*height: calc((100vw*1.2) - 24px);*/
        background-size:cover;
        min-height:0;
    }
    #section-3{
        display:none;
    }

    .ocean_text__title--mobile{
        display: block;
        padding: 32px;
        background-color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}
/*@media  (min-width: 768px) and (max-width: 1023px) {*/
/*    .ocean_second_block .ocean_text{*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1024px) {*/
/*    */
/*}*/
@media screen and (max-width: 1400px) {
    .ocean_text__left{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
    .ocean_text__right{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0;
    }
    .ocean_second_block .ocean_text{
        flex-direction: column;
    }
    .ocean_second_block  .ocean_text__left{
        width: 100% !important;

    }
}

