@charset "UTF-8";
body {
    box-sizing: border-box;
    font-size: 21px;
    line-height: 1.24;
    color: #000;
    margin: 0;
    padding: 0;
    --blue: #0060AA;
    --black: #2B2A28;
    --bg-line: url('/images/ge/bg_line.jpg') no-repeat center / cover var(--blue);
    background: #f8f8f8;
}

div,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
a,
input,
textarea,
label,
button,
span {
    box-sizing: border-box;
}

a {
    cursor: pointer;
    transition: 0.3s;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    counter-reset: list;
}

img {
    max-width: 100%;
}

input,
button,
textarea {
    outline: none;
}

form {
    width: 100%;
}

textarea {
    resize: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
}

h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
}

@media (min-width: 1800px) {
    .container {
        max-width: 1400px;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.between {
    justify-content: space-between;
}

.flex.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.ttl.lg {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
}

.ttl.line {
    max-width: max-content;
    position: relative;
    padding-left: 20px;
}

.white {
    color: #fff;
}

.pb90 {
    padding-bottom: 90px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.border-section {
    border-bottom: 1px solid rgba(0, 96, 170, 0.2);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1164px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    color: var(--black);
    transition: 0.4s;
}

.btn:hover {
    color: #fff;
    background: var(--blue);
}

.btn-more {
    display: flex;
    align-items: center;
    max-width: max-content;
    color: var(--blue);
    font-size: 16px;
}

.btn-more:after {
    content: '';
    width: 30px;
    height: 5px;
    background: url(/images/ge/arr.svg) no-repeat center / contain;
    transition: inherit;
    margin-left: 10px;
}

.btn-more:hover:after {
    transform: translateX(10px);
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.main_section {
    /* background: url(/images/ge/main-bg.jpg) no-repeat center / cover var(--blue); */
    padding: 191px 0 0 0;
    position: relative;
}

.main_section .text-box {
    max-width: 1270px;
    text-align: left;
    color: #fff;
    margin-bottom: 230px;
}

.main_section .ttl {
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    max-width: 772px;
    margin-bottom: 7px;
}

.main_section .text {
    max-width: 1114px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.main_section a {
    max-width: max-content;
    border-radius: 11px;
}

.main_section .btn {
    color: var(--blue);
}

.main_section .btn:hover {
    color: #fff;
}

.block-bottom_first-section {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(jan_new.png);
    border-radius: 30px;
    padding: 40px 95px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: -80px;
    position: sticky;
    margin-bottom: 35px;
}

.block-bottom_first-section .list:first-child {
    width: 200px;
}

.block-bottom_first-section .list {
    width: 170px;
}

.block-bottom_first-section .list p {
    max-width: 220px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    margin: 15px auto 0 auto;
}

.block-bottom_first-section .list:last-child p {
    max-width: 111px;
}


/*-----------------------------------------------*/

.main-about {
    background: var(--bg-line);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    padding-top: 94px;
    padding-bottom: 89px;
    margin-bottom: 135px;
}

.main-about .img-box img {
    border-radius: 30px;
}

.main-about .img-box {
    width: 46.4%;
    margin-bottom: -220px;
}

.main-about .text-box {
    width: 50.3%;
}

.main-about .text-box p {
    max-width: 603px;
}

.main-about .btn-more {
    color: #fff;
}

.main-about .btn-more:after {
    background: url(/images/ge/arr_w.svg) no-repeat center / contain;
}


/*---------------------------------------------*/

.main-fleet h2 {
    color: #2B2A28;
}

.main-fleet .text-box p {
    max-width: 603px;
}

.main-fleet .text-box {
    width: 50.3%;
}

.main-fleet .text-box .btn-more,
.main-fleet .text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #2B2A28;
}

.main-fleet .text-box .btn-more {
    color: var(--blue);
}

.main-fleet .img-box {
    width: 46.4%;
}


/*------------------------------------------*/

.block-baner {
    margin-bottom: 90px;
    width: 100%;
}

.block-baner .block-bottom {
    background: url('/images/ge/main-fleet_bg.jpg') no-repeat;
    border-radius: 26px;
    padding: 60px 80px;
    background-size: cover;
    background-position: center;
}

.block-baner .block-bottom h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    max-width: 718px;
}

.block-baner .block-bottom a.btn {
    max-width: 230px;
    background: var(--blue);
    color: #fff;
    border-radius: 13px;
}

.block-baner .block-bottom a.btn:hover {
    background: #fff;
    color: #2B2A28;
}


/*---------------------------------------------*/

.main-cadett-bg {
    background: var(--bg-line);
    display: flex;
    margin-bottom: 250px;
}

.main-cadett h2 {
    color: #FFFFFF;
    padding-top: 60px;
}

.main-cadett .btn-more {
    color: #fff;
}

.main-cadett .btn-more:after {
    background: url(/images/ge/arr_w.svg) no-repeat center / contain;
}

.main-cadett .img-box {
    margin-bottom: -230px;
}

.main-cadett .img-box img {
    border-radius: 30px;
}

.main-cadett .block-bottom {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(jan_new.png);
    border-radius: 30px;
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
}

.main-cadett .block-bottom .list p {
    margin-top: 25px;
}

.main-cadett .block-bottom .list {
    max-width: 276px;
}


/*-----------------------------------*/

.main-ban {
    background: url(/images/ge/main-ban.jpg) no-repeat center / cover var(--blue);
    padding: 139px 0;
}

.main-ban .wrapper {
    max-width: 940px;
}

.main-ban .text {
    font-weight: 700;
    font-size: 51px;
    line-height: 1.216;
}


/*------------------------------------*/

.main-gal h2 {
    color: #2B2A28;
}

.main-gal .item {
    position: relative;
}

.main-gal .btn-more {
    position: absolute;
    bottom: 33px;
    right: 20px;
    font-weight: 400;
    font-size: 27px;
    line-height: 34px;
    color: #FFFFFF;
}

.main-gal .btn-more:after {
    background: url(/images/ge/arr_w.svg) no-repeat center / contain;
}

.main-gal .owl-carousel-home {
    position: relative;
}

.main-gal .owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    right: 5px;
    top: -110px;
}

.main-gal .owl-carousel .owl-nav button:first-child {
    margin-right: 20px;
}

.main-gal .owl-carousel .owl-nav button.owl-prev,
.main-gal .owl-carousel .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    border: 1px solid #0060AA;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-gal .owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    background: url('/images/ge/arrLeftCarousel.svg') no-repeat;
    width: 25px;
    height: 10px;
    display: block;
}

.main-gal .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    background: url('/images/ge/arrRightCarousel.svg') no-repeat;
    width: 25px;
    height: 10px;
    display: block;
}

.main-gal .owl-carousel .owl-nav button span {
    display: none;
}


/*-------------------------------*/

.main-contacts .text-box {
    margin-left: 40px;
}

.main-contacts .map-box {
    filter: grayscale(100%);
    transition: 0.7s;
}

.main-contacts .map-box:hover {
    filter: grayscale(0);
}

.main-contacts .ttl {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.main-contacts .ttl:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -60px;
    opacity: 0.2;
    background: var(--blue);
}

.main-contacts .info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main-contacts .info img {
    margin-right: 20px;
}

.main-contacts .social a:not(:last-child) {
    margin-right: 45px;
}

.main-contacts .infos {
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-contacts .info a,
.main-contacts .info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2B2A28;
}

.footer_year {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B2A28;
    padding: 15px 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #FFFFFF;
}


/*----------------------------------*/

.ship_owner_container_bg {
    background: var(--bg-line);
    width: 100%;
}

.ship_owner_container_bg .policy_text h2 {
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.ship_owner_container_bg .policy_text p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
    line-height: 143%;
    margin-bottom: 15px;
}


/*----------------------------------------*/

.ship_owner_container .ship_owner_bg h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.ship_owner_container h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}

.ship_owner_container .policy_list li {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 12px;
    list-style: square;
}

.ship_owner_container .policy_list li:last-child {
    margin-bottom: 0;
}

.ship_owner_container .policy_list li::marker {
    color: var(--blue);
}


/*------------------------*/

.page-application {
    min-height: 80vh;
    margin-bottom: 50px;
}

.mod-languages .advancedSelect {
    background: none;
}


/* .main_section .container{position: relative;} */
/* ----------------------------------------- */
.main_section-certificat {
    background-color: rgba(32, 32, 32, .6);
    width: 250px;
    height: 283px;
    padding: 24px 19px;
    position: absolute;
    right: 0;
    top: 40%;
    cursor: pointer;
    text-align: center;
}

.main_section-certificat img {
    width: 65%;
}

.main_section-certificat h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #FCFCFC;
}
.main_section-certificat1 {
    background-color: rgba(32, 32, 32, .6);
    width: 250px;
    height: 283px;
    padding: 10px 19px;
    position: absolute;
    right: 266px;
    top: 0;
    cursor: pointer;
    text-align: center;
}

.main_section-certificat1 img {
    width: 65%;
}

.main_section-certificat1 h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #FCFCFC;
}

.our_certificat.hidden {
    display: none;
}

.certificat_images {
    display: contents;
}

.certificat_images img {
    height: 80%;
}

.our_certificat {
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px 17px;
    border-radius: 3px;
    background-color: rgba(32, 32, 32, .8);
    width: 100%;
    height: 100vh;
    z-index: 3;
    text-align: center;
}

.our_certificat h3 {
    color: #FCFCFC;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 20px;
}
/*--------------------------*/
.main_section-licence {
    background-color: rgba(32, 32, 32, .6);
    width: 250px;
    height: 283px;
    padding: 24px 19px;
    position: absolute;
    right: 0;
    top: 0%;
    cursor: pointer;
    text-align: center;
}

.main_section-licence img {
    width: 65%;
}

.main_section-licence h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #FCFCFC;
}

.our_licence.hidden {
    display: none;
}

.licence_images {
    display: contents;
}

.licence_images img {
    height: 80%;
}

.our_licence {
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px 17px;
    border-radius: 3px;
    background-color: rgba(32, 32, 32, .8);
    width: 100%;
    height: 100vh;
    z-index: 3;
    text-align: center;
}

.our_licence h3 {
    color: #FCFCFC;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 20px;
}
/*--------------------------*/
.main_section .control_btn {
    display: flex;
}

.main_section .control_btn a {
    margin-right: 20px;
}

.main_section .control_btn div.btn {
    display: none;
    width: 265px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
}

.employees .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.employees h2 {
    text-align: center;
}

.employees .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
}