#block_bottom,
.link_news {
    color: #fff !important;
}
#block_bottom:hover,
#scroll-to-top,
.link_news,
.link_news::after,
.nav-link:hover::after {
    background-color: #0072bd;
}
#block_bottom,
.card_uslugi,
.link_news,
.nav-link,
footer {
    position: relative;
}
.first_block img,
.main_video {
    object-fit: cover;
}
.link_news,
a {
    transition: 0.5s;
    text-decoration: none;
}
.first_block,
.first_block img {
    width: 100%;
    height: auto;
}
#navbar,
.nav-link::after {
    transition: background-color 0.3s;
}
.certificate_block,
.default_main__block,
footer,
main {
    min-height: 800px;
}
#scroll-to-top,
.hover_text,
.owl-carousel .caption {
    text-align: center;
}
@font-face {
    font-family: Raleway-Regular;
    src: url("assets/fonts/Raleway-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: Raleway-italic;
    src: url("assets/fonts/Raleway-Italic.ttf");
    font-display: swap;
}
@font-face {
    font-family: Inter-Light;
    src: url("assets/fonts/Inter-Light.ttf");
    font-display: swap;
}
.nav-link {
    font-family: Raleway-Regular !important;
    font-weight: 600;
    font-size: 20px;
    transition: color 0.3s;
    color: #fff;
}
#block_bottom,
.card_news {
    transition: 0.5s;
}
.nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
.card_uslugi-overlay,
.hover_img::before {
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}
.circle-btn.btn-2:hover .icon {
    animation: 0.75s ease-in-out forwards arrowmove;
}
#block_bottom {
    transform: translateY(-240px) !important;
    border: 2px solid #0072bd;
    border-radius: 50%;
    left: 50%;
    top: 85%;
    transform: translateX(-50%);
    bottom: 10px;
}
.nav-link:hover,
a:hover {
    color: #0072bd !important;
}
.card_news:hover {
    background: #0072bd !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.15);
}
.card_news:hover,
.card_news:hover * {
    color: #ffff !important;
}
.birge,
.owl-carousel .owl-stage,
.phone-container {
    display: flex;
    align-items: center;
}
.card_main_title {
    font-family: Raleway-Regular;
    font-weight: 600;
    font-size: 19px;
}
.card_uslugi {
    border-radius: 0;
}
.card_uslugi_text {
    display: grid;
    color: #fff;
    align-items: end;
    justify-content: inherit;
}
.card_main_subtitle {
    display: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 4px #000000b2;
    opacity: 0;
    transition: opacity 0.3s;
}
.card_uslugi-overlay {
    position: absolute;
    width: 100%;
    background: #2626264d;
}
.line {
    width: 5px;
    height: 50px;
    top: 86%;
    transform: translateY(-50%);
    left: 3%;
    background-color: #fafafa;
    position: absolute;
    transition: top 0.3s;
}
.card_main_title {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.card_uslugi:hover .card_uslugi-overlay {
    opacity: 1;
    background-position: center;
}
.card_uslugi:hover .card_uslugi_text {
    align-items: start;
    animation: 1s shows;
    z-index: 1000;
}
.card_uslugi:hover .card_main_title {
    top: 0;
    transition: 0.3s;
}
.card_uslugi:hover .card_main_subtitle {
    display: block;
    opacity: 1;
    animation: 1s shows;
}
.card_uslugi:hover .line {
    top: 14%;
}
@keyframes shows {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.phone_title {
    font-family: Raleway-Regular;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-left: 5px;
}
.accordion-button .bg-custom .accord__text,
.accordion-item.my-3.show .accordion-button {
    box-shadow: 0 2px 4px 0 #00000040 !important;
}
.bg-custom {
    background: #f5f5f5 !important;
}
.dropdown .active a .nav-link {
    color: #0865a2 !important;
}
.owl-carousel div img {
    display: flex;
}
.navbar-toggler {
    border: 0;
}
button:focus:not(:focus-visible) {
    box-shadow: 0 !important;
}
.language_img {
    width: 30px !important;
}
#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 10000;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 100%;
}
.map {
    width: 100%;
    height: 400px;
}
.main_video {
    height: auto;
    width: 100%;
}
.certificate__slides,
.loaded .preloader {
    display: none;
}
@media (max-width: 1024px) {
    .main_video {
        height: 700px;
    }
}
@media (max-width: 1199px) {
    .nav-link {
        font-size: 17px !important;
    }
    #block_bottom {
        display: none;
    }
}
@media (max-width: 991px) {
    #navbar {
        background-color: #fff !important;
    }
    .nav-link {
        color: #000 !important;
    }
    .main_video {
        padding-top: 50px;
    }
    .hover_text {
        font-size: 13px !important;
    }
    .first_block video {
        height: 100% !important;
    }
}
.footer_title,
.footer_title_dev,
.text-reset {
    font-family: Raleway-Regular;
    color: #f2f2f2;
    font-weight: 400;
}
@media (max-width: 565px) {
    .about_description,
    li,
    p {
        font-size: 16px;
    }
    p {
        font-size: 20px !important;
    }
    .card_main_subtitle {
        font-size: 14px;
    }
    .ship__bottom__bg {
        min-height: 128px !important;
    }
}
@media (max-width: 992px) {
    body {
        padding-top: 0.5rem !important;
    }
    .language_button {
        border: 0;
    }
}
@media (max-width: 425px) {
    .italic {
        font-size: 24px;
    }
    .about_description {
        font-size: 20px !important;
    }
    .ourclients__block {
        min-height: 660px;
    }
    .dolphin_block {
        transform: scale(0.7);
    }
    .contact_company {
        min-height: 2408px !important;
    }
    .other_about_company {
        min-height: 2700px !important;
    }
}
@media (max-width: 342px) {
    .contact_company {
        min-height: 2500px !important;
    }
}
@media (max-width: 1129px) {
    .hover_text {
        font-size: 19px !important;
    }
    .news__block {
        background: linear-gradient(180deg, #fff 0, #f8f8f8 80.86%, rgba(255, 255, 255, 0) 100%), url("/assets/img/aerialfinal.jpg") bottom no-repeat !important;
    }
}
@media (max-width: 767px) {
    #block_bottom {
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
    }
    .certicates_company {
        min-height: 300px;
    }
    .cetificate_tabs {
        display: none !important;
    }
    .certificate__slides {
        display: block;
    }
    .other_about_company {
        min-height: 2800px !important;
    }
    .about_description {
        font-size: 21px !important;
    }
    .news__block {
        background-image: none !important;
    }
    .text-reset {
        font-size: 15px !important;
    }
    .first_block,
    .first_block img {
        max-width: 100%;
        height: auto;
    }
    .uslugi {
        min-height: 745px;
    }
    .uslugi img {
        width: 100%;
        height: auto;
    }
    .about_company {
        min-height: 1225px !important;
    }
}
#navbar.bg-white {
    background-color: #fff;
}
.footer_title_dev {
    font-size: 16px;
    line-height: 19px;
}
footer {
    background-image: linear-gradient(180deg, #fff 0, #f8f8f8 2.86%, rgba(255, 255, 255, 0) 80%), linear-gradient(180deg, rgba(233, 233, 233, 0) 0, rgba(122, 122, 122, 0.49385) 20.97%, rgba(17, 17, 17, 0.96) 100%),
        url(assets/img/footer_main_img.webp);
    background-size: cover;
    color: #f2f2f2 !important;
    background-position: bottom;
    background-repeat: no-repeat;
}
.footer_title,
.text-reset {
    font-size: 20px;
    line-height: 23px;
}
.dolphin_block img,
.no-select,
label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bi-envelope,
.bi-telephone {
    width: 24px;
    height: 25.5px;
}
.dolphin,
.dolphin_block {
    width: 150px;
    height: 150px;
}
.about_description,
li,
p {
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
.accordion-body {
    background: #fafafa;
}
.displaY__contact_page,
.ship__bottom__bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.ship__bottom__bg {
    min-height: 400px;
    background-position: center;
    background-image: linear-gradient(180deg, #fff 0, #f8f8f8 45.86%, rgba(255, 255, 255, 0) 100%), url("assets/img/unknown-industrial-ship-mediterranean-sea 1.png");
}
* {
    font-family: Inter-light !important;
}
.italic {
    font-family: Raleway-italic;
    font-weight: 400;
    font-size: 40px;
}
.hover_text,
.nav-strong {
    font-weight: 600;
}
.displaY__contact_page {
    background-image: linear-gradient(180deg, #fff 0, #f8f8f8 45.86%, rgba(255, 255, 255, 0) 100%), url("assets/img/working-industrial-cargo-ship-sea 1.webp");
    background-position: bottom;
    min-height: 2200px;
}
.nav-strong,
a {
    font-size: 20px;
}
.hover_text,
.news__description {
    font-family: Raleway-Regular;
    font-size: 22px;
}
.dolphin {
    z-index: 1000;
    background: url("assets/img/71696-dolphin\ \(1\)\ 1.png");
    border-radius: 75px;
    position: absolute;
}
body {
    padding: 0 !important;
    margin: 0;
}
.about_company-bg {
    background: linear-gradient(180deg, #fff 0, #f8f8f8 45.86%, rgba(255, 255, 255, 0) 100%);
}
.about_company,
.contact_company,
.other_about_company {
    background-image: linear-gradient(180deg, #fff 0, #f8f8f8 45.86%, rgba(255, 255, 255, 0) 100%), url("assets/img/working-industrial-cargo-ship-sea 1.webp");
}
.contact__item {
    transition: 0.5s;
}
.contact__item:hover{
    background: #fdfdff;
  box-shadow: 5px 5px 10px 2px #2176ff40 !important;
} 
.about_company,
.contact_company,
.other_about_company,
.ourclients__block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dolphin_block {
    position: sticky;
}
.about_company {
    min-height: 846px;
}
.other_about_company {
    min-height: 2400px;
}
.contact_company {
    min-height: 2202px;
}
.ourclients__block {
    min-height: 800px;
    background-image: linear-gradient(180deg, #fff 0, #f8f8f8 45.86%, rgba(255, 255, 255, 0) 100%), url("assets/img/cargo-ship-at-miami-harbor\ 1\ \(1\).png");
}
a {
    color: #2f80ed;
    font-weight: 400;
    font-family: Raleway-Regular;
}
.hover_img {
    position: relative;
    display: inline-block;
}
.hover_img::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(rgba(0, 114, 189, 0.69), rgba(0, 114, 189, 0.69));
    opacity: 1;
}
.hover_img_object {
    display: block;
    width: 100%;
    height: auto;
}
.hover_img .hover_text {
    opacity: 1;
}
.hover_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
    line-height: 100%;
}
.nav-pills .nav-link {
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #000;
}
.img-rama {
    border: 1px solid #0072bd;
}
.certicates_company {
    min-height: 721px;
}
.img-content {
    width: auto;
    height: 100px;
}
.img-ram {
    border: 1px solid red;
}
.news__block {
    min-height: 1253px;
    background: linear-gradient(180deg, #fff 0, #f8f8f8 62.86%, rgba(255, 255, 255, 0) 100%) 0 0 / contain, url("/assets/img/aerialfinal.jpg") bottom/contain no-repeat;
}
.news__description {
    color: #000;
    font-weight: 400;
}
.news__date {
    font-family: Inter-Light;
    color: #0075ff;
    font-weight: 600;
    font-size: 24px;
}
.accord__text {
    font-family: Raleway-italic;
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
.show_certificate_title {
    font-family: Raleway-regular;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000;
}
.form_label_text,
.tab__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}
.tab__text {
    font-family: Raleway-italic;
}
.scrool_tabs {
    max-height: 400px;
    overflow: auto;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
    background-color: #f4f7fb;
    color: #000;
    border-radius: 0;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    border-left: 2px solid #0072bd;
}
.formSend form input,
.formSend form textarea {
    border: 1px solid #bbb !important;
    border-radius: 10px;
}
.btn-form {
    background: #2184c5;
    border: 10px;
    color: #ffff;
}
.form_label_text {
    font-family: Raleway-Regular;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1001;
}
.main-content {
    transition: 1s;
}
.main-content:hover {
    box-shadow: 5px 5px 10px 2px rgba(33, 118, 255, 0.25) !important;
    background: #fff;
}
.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-top: -32px;
    margin-left: -32px;
    background: url("/assets/71696-dolphin.gif") 50% 50% no-repeat;
    /*background: url("/assets/logo_animation_2.gif") 50% 50% no-repeat;*/
}
.loaded_hiding .preloader {
    transition: opacity 0.3s;
    opacity: 0;
}
.upload {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #419afe;
    cursor: pointer;
    transform: translateZ(0);
    transition: transform 0.2s;
}
.upload .path {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -36px 0 0 -36px;
    width: 72px;
    height: 72px;
}
.upload .path .arrow {
    bottom: 27px;
    width: 2px;
    height: 21px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    margin: 0 0 0 -1px;
    transform-origin: 50% 100%;
}
.upload .path .arrow:after,
.upload .path .arrow:before {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    bottom: -2px;
    background: #fff;
    position: absolute;
    border-radius: 1px;
    transform-origin: 50% 100%;
}
.upload .path .arrow:before {
    right: 50%;
    transform: rotate(-44deg) translateX(2px);
}
.upload .path .arrow:after {
    left: 50%;
    transform: rotate(44deg) translateX(-2px);
}
.upload .path svg {
    width: 72px;
    height: 72px;
    display: block;
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-dashoffset: 592.73;
    stroke-dasharray: 0 592.73 20 592.73;
}
.upload .circle {
    position: absolute;
    width: 58px;
    height: 58px;
    margin: -29px 0 0 -29px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    overflow: hidden;
}
.upload .circle .water {
    transform: translateY(116%);
    background: #419afe;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.upload .circle .water svg {
    display: block;
    width: 116px;
    height: 6px;
    position: absolute;
    bottom: 100%;
}
.upload .circle .water svg:first-child {
    right: 0;
    fill: #308ffa;
    animation: 1.65s infinite forward;
}
.upload .circle .water svg:nth-child(2) {
    left: 0;
    fill: #419afe;
    margin-bottom: -1px;
    animation: 825ms linear infinite backward;
}
.upload.loading .path {
    animation: 0.4s linear forwards movePath;
}
.upload.loading .path .arrow {
    animation: 0.5s linear 3.7s forwards arrow;
}
.upload.loading .path .arrow:before {
    animation: 0.4s linear forwards arrowB, 0.5s linear 3.7s forwards arrowBCheck;
}
.upload.loading .path .arrow:after {
    animation: 0.4s linear forwards arrowA, 0.5s linear 3.7s forwards arrowACheck;
}
.upload.loading .path svg {
    animation: 3s linear 0.45s forwards load, 0.7s linear 3.7s forwards reset;
}
.upload.loading .circle .water {
    animation: 3s linear 0.45s forwards fill;
}
.upload:active {
    transform: scale(0.92) translateZ(0);
}
@keyframes load {
    0% {
        stroke-dashoffset: 592.73;
        stroke-dasharray: 0 592.73 20 592.73;
    }
    42% {
        stroke-dasharray: 0 592.73 80 592.73;
    }
    85% {
        stroke-dashoffset: 80;
        stroke-dasharray: 0 592.73 32 592.73;
    }
    100% {
        stroke-dashoffset: 32;
        stroke-dasharray: 0 592.73 32 592.73;
    }
}
@keyframes reset {
    0%,
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes movePath {
    70% {
        transform: translateY(-10px);
    }
}
@keyframes arrow {
    0% {
        background: #fff;
        transform: rotate(34deg) translate(-2.5px, 2px);
    }
    40% {
        transform: rotate(-7deg) translate(0, 0);
    }
    99% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        background: #fff;
    }
}
@keyframes arrowBCheck {
    0%,
    20% {
        transform: rotate(-86deg) translateX(2px) translateY(1px) scaleY(0.714);
        opacity: 1;
    }
    100% {
        transform: rotate(-44deg) translateX(2px) scaleY(1) translateY(0);
        opacity: 1;
    }
}
@keyframes arrowACheck {
    0% {
        transform: rotate(0) translate(-1px, -1px);
        opacity: 1;
    }
    40% {
        transform: rotate(60deg) translate(-2px, 1px);
        opacity: 1;
    }
    100% {
        transform: rotate(44deg) translateX(-2px);
        opacity: 1;
    }
}
@keyframes arrowB {
    0% {
        transform: rotate(-44deg) translateX(2px);
    }
    60% {
        transform: rotate(-60deg) translateX(2px);
    }
    99% {
        transform: rotate(0) translateX(1px);
        opacity: 1;
    }
    100% {
        transform: rotate(0) translateX(1px);
        opacity: 0;
    }
}
@keyframes arrowA {
    0% {
        transform: rotate(44deg) translateX(-2px);
    }
    60% {
        transform: rotate(60deg) translateX(-2px);
    }
    99% {
        transform: rotate(0) translateX(-1px);
        opacity: 1;
    }
    100% {
        transform: rotate(0) translateX(-1px);
        opacity: 0;
    }
}
@keyframes fill {
    0% {
        transform: translateY(116%);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
@keyframes backward {
    100% {
        transform: translateX(-50%);
    }
}
@keyframes forward {
    100% {
        transform: translateX(50%);
    }
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body .dribbble img {
    display: block;
    width: 76px;
}
