@font-face {
    font-family: "FuturaPT-Medium";
    src: url("../fonts/FuturaPT-Medium.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "FuturaPT-Light";
    src: url("../fonts/FuturaPT-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #0e2b45 !important;
    font-family: 'FuturaPT-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
}

.company-logo {
    display: block;
    background-size: cover;
}

#logo-wrap {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: -webkit-center;
    width: 192px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    /*float: left;*/
    margin-bottom: 20px;
    transition: all ease .2s;
}

#logo-wrap:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    border: 1px solid rgba(0, 0, 0, .3);
}

#logo-wrap>img.company-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.company-name {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid #0e2b45;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.opf {
    margin-bottom: 15px;
    max-width: 70%;
}

.company-name-small {
    font-weight: bold;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.block-icon {
    width: 16px;
    margin-right: 5px;
}

.block-contacts {
    display: flex;
    flex-direction: column;
    line-height: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
}

p.contacts {
    display: inline-block;
    max-width: 60%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block-stand-number {
    /*position: relative;*/
    /*height: 10%;*/
    width: 100%;
    padding: 10px 0;
    background-color: #0e2b45;
    text-align: center;
    vertical-align: middle;
}

.stand-number {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
    color: white;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.block-company-activity {
    display: block;
    height: auto;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
}

.activity-type {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 20px;
}

.company-activity {
    font-size: 25px;
    margin: 0;
    line-height: 1.25;
}

.block-company-bio {
    background-color: #0e2b45;
    color: white;
    display: block;
    height: auto;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
}

.block-company-bio ul,
.block-company-bio ol {
    text-align: left;
}

.block-company-bio>p {
    font-size: 16px;
}

.section-banner {
    background-color: #ecf5ff;
    border-radius: 10px;
    padding: 24px 42px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0.2em 0.5em 0.5em rgb(0 0 0 / 5%);		
    transition: all linear .3s;
    margin-top: 40px;
}
.section-banner:hover {
    transform: scale(1.01);
    cursor: pointer;
    box-shadow: 0.2em 0.5em 0.5em rgb(0 0 0 / 16%);
}
.section-banner__container {
    display: flex;
    align-items: center;
    gap: 22px;
}
.section-banner .section-banner__image-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid #b4d8f1;
}
.section-banner__container .section-banner__image {
    transform: scale(-1, 1); 
    max-width: 30px; 
}
.section-banner .section-banner__text {
    font-weight: 700;
    font-size: 18px;
    color: #22215b;
    margin: 5px 0;
    text-transform: uppercase;
}
.section-banner__container .fa-fish {
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome-6-regular';
    font-size: 40px;
    color: #c7dded;
}
.section-banner .section-banner__button {
    position: absolute;
    right: 34px;
    animation: arrowFloat 4s ease-in-out infinite;
}
.section-banner .section-banner__button:hover {
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    animation-play-state:paused;
}
.section-banner .section-banner__arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    color: #c7dded;
    transition: all linear .3s;
}
.section-banner:hover .section-banner__arrow {
    color: #286090;
}
@keyframes arrowFloat {
    0% {
        transform: translatex(0px);
    }
    50% {
        transform: translatex(-20px);
    }
    100% {
        transform: translatex(0px);
    }
}
@keyframes arrowFloatSmallScreen {
    0% {
        transform: translatex(0px);
    }
    50% {
        transform: translatex(-10px);
    }
    100% {
        transform: translatex(0px);
    }
}
@media screen and (max-width: 1199px) {
    .section-banner {
        padding: 14px 42px 14px 14px;
    }
    .section-banner__container {
        gap: 14px;
    }
}
@media screen and (max-width: 680px) {
    .section-banner {
        margin-top: 25px;
    }
    .section-banner .section-banner__button {
        position: absolute;
        right: 34px;
        animation: arrowFloatSmallScreen 4s ease-in-out infinite;
    }
}
@media screen and (max-width: 480px) {
    .section-banner {
        padding: 14px 60px 14px 14px;
    }
    .section-banner .section-banner__text {
        font-size: 14px;
    }
    .section-banner .section-banner__button {
        right: 14px;
    }
}
@media screen and (max-width: 375px) {
    .section-banner .section-banner__text {
        font-size: 12px;
    }
}
@media screen and (max-width: 280px) {
    .section-banner {
        padding: 14px;
    }
    .section-banner .section-banner__image-wrap {
        width: 34px;
        height: 34px;
    }
    .section-banner__container .section-banner__image {
        max-width: 22px;
    }
    .section-banner .section-banner__button {
        display: none;	
    }
}

@media all and (min-device-width: 606px) and (max-device-width: 992px) {
    div.wrap>div.container-fluid {
        padding: 0 20px !important;
    }

    div.block-company-activity {
        min-height: auto !important;
    }

    #logo-wrap {
        width: 90%;
    }

    div#company-info {
        text-align: center;
    }

    p.company-name-small {
        font-size: 24px;
    }

}

@media all and (max-device-width: 605px) {
    div.wrap>div.container-fluid {
        padding: 0 20px !important;
    }

    div.block-company-activity {
        min-height: auto !important;
    }

    #logo-wrap {
        max-width: 50%;
    }

    div.col-md-4>div>div.col-sm-4.col-md-12,
    p.company-name-small {
        text-align: -moz-center;
        text-align: -webkit-center;
    }

    p.company-name-small {
        font-size: 22px;
        border-bottom: 1px solid darkgray;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }


}