.header_container,
.footer_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_container_1700 {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
}

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

.footer {
    background-color: #fff;
    padding: 60px 0 0 0;
    border-top: 1px solid rgba(0, 96, 170, 0.2);
}

.header .logo {
    padding: 11px 0;
}

.header .logo img,
.footer .logo img {
    height: 96px;
    min-width: 137px;
}

.menu li {
    padding: 0 38px;
}

.footer li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #2B2A28;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer .nav {
    min-width: 343px;
}

.footer .footer-left {
    display: flex;
    justify-content: space-between;
}

.menu li:hover a {
    color: var(--blue);
}

.info_header .odessa,
.info_header .kherson {
    display: flex;
    flex-direction: column;
    position: relative;
}

.info_header .odessa .location,
.info_header .kherson .location {
    display: flex;
    width: 308px;
    align-items: flex-start;
    /*    border-right: 1px solid #DBDBDB;*/
    padding-right: 36px;
    cursor: pointer;
    position: relative;
}

.info_header .kherson .location {
    padding-right: 0;
    border: none;
    margin-left: 20px;
    width: 190px;
}

.info_header .location::after {
    content: url('../images/arrow-down-sign-to-navigate.svg');
    position: absolute;
    height: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    margin: auto 0;
}

.info_header .kherson .location::after {
    right: -15px;
}

.info_header .location.active::after {
    transform: rotate(180deg);
}

.info_header .odessa .location p,
.info_header .kherson .location p {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.info_header .odessa .other_info_od,
.info_header .kherson .other_info_kh {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 393px;
    z-index: 3;
    top: 0;
    right: -40px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 24px 16px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: all .4s ease-in-out;
}

.info_header .odessa .other_info_od.active,
.info_header .kherson .other_info_kh.active {
    top: 55px;
    opacity: 1;
    visibility: visible;
}

.info_header .other_info div {
    display: flex;
    align-items: center;
}

.info_header .other_info div img {
    width: 24px;
    height: 24px;
}

.info_header .other_info div p,
.info_header .other_info div a {
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
    line-height: 21px;
}

.info_header .numbers,
.info_header .emails {
    margin-top: 11px;
}

.info_header div.emails {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info_header .emails div:not(:first-child) {
    margin-top: 15px;
}

.chzn-container-single.chzn-with-drop .chzn-single {
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #aaa !important;
}

.chzn-container-single .chzn-single {
    background-color: none !important;
    background: none !important;
    border: none !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    width: 76px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center;
    box-shadow: none !important;
}

.chzn-container-single .chzn-single div {
    display: flex !important;
    align-items: center;
}

.chzn-container-single .chzn-single span {
    font-size: 21px;
    font-weight: 400;
}

.chzn-container-single .chzn-drop {
    width: 76px !important;
    border: 1px solid #DBDBDB !important;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    transform: rotate(180deg);
}

.chzn-container-single .chzn-single div b {
    height: 12px !important;
    width: 12px !important;
    background: url('../images/arrow-down-sign-to-navigate.svg') no-repeat !important;
    background-size: cover !important;
    transition: all .4s ease-in-out;
}

#login-form {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#login-form ul {
    list-style: none;
}

.page404 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 230px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url('../images/error_bg.jpg')no-repeat;
    background-size: cover;
}


/* .content404 .container, .error {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */

.error__title {
    font-size: 261px;
    color: #DD1F38;
    font-weight: 700;
    line-height: 190px;
}

.error__subtitle {
    font-size: 16px;
    line-height: 25px;
    max-width: 537px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}

.go_main_btn {
    font-size: 18px;
    font-weight: 600;
    width: 280px;
    line-height: 21px;
    padding: 25px 0;
    border-radius: 3px;
    color: #fff;
    background-color: #0060AA;
    text-align: center;
    margin-top: 40px;
    transition: all .4s ease-in-out;
}

.go_main_btn:hover {
    color: #fff;
    background-color: #DD1F38;
}

.number-error-big {
    font-size: 100px;
}

li,
a {
    text-decoration: none;
    list-style: none;
}

a.button {
    font-size: 18px;
    font-weight: 600;
    padding: 24px 35px;
    background-color: #0060AA;
    border-radius: 3px;
    color: #FCFCFC;
    text-transform: uppercase;
    margin-top: 40px;
    max-width: 280px;
    transition: all .4s ease-in;
    line-height: 22px;
}

a.button:hover {
    background-color: #DD1F38;
}

.custom_container_1220 {
    max-width: 1220px;
    margin: 0 auto;
}

.gallery_title {
    font-weight: 500;
    font-size: 50px;
    line-height: 99px;
    text-align: center;
    color: #2B2A28;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.images_container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 130px;
    flex-wrap: wrap;
}

.images_container a {
    position: relative;
    width: calc(50% - 8px);
    margin-top: 16px;
    padding-bottom: 35%;
}

.item-page .images_container img {
    border-radius: 30px;
}

.images_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Main section styles */

.main_section {
    width: 100%;
    background: url('../images/main_bg.jpg') no-repeat;
    background-size: cover;
    /* height: 800px; */
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@keyframes title_animation {
    from {
        left: -1800px;
    }
    to {
        left: 0;
    }
}

.main_section_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin: 140px 0 222px 0;
    max-width: 1220px;
    padding-left: 21px;
    border: 6px solid #0060AA;
    -moz-border-image: url("../images/border.svg") 6 round round;
    -webkit-border-image: url("../images/border.svg") 6 round round;
    -o-border-image: url("../images/border.svg") 6 round round;
    border-image: url("../images/border.svg") 6 round round;
    border-bottom: none;
    border-top: none;
    border-right: none;
    height: max-content;
    padding-bottom: 10px;
    animation: title_animation 2s ease;
    position: relative;
    left: 0;
}

.main_section_text_container h1 {
    font-size: 86px;
    font-weight: 700;
    line-height: 94px;
    color: #FCFCFC;
    padding-top: 10px;
}

.main_section_text_container p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 25, 6px;
    color: #FCFCFC;
    max-width: 1060px;
}

.main_section_text_container .links {
    display: flex;
}

.main_section_text_container .links a:nth-child(2) {
    margin-left: 20px;
    background-color: unset;
    border: 1px solid #fcfcfc;
    line-height: 20px;
    transition: all .4s ease-in-out;
}

.main_section_text_container .links a:nth-child(2):hover {
    background-color: #DD1F38;
}

.main_section_text_container .links a:last-child {
    margin-left: 20px;
    background-color: unset;
    border: 1px solid #DD1F38;
    line-height: 20px;
    transition: all .4s ease-in-out;
    color: #DD1F38;
}

.main_section_text_container .links a:last-child:hover {
    background-color: #DD1F38;
    color: #FFF;
}

.ship_owner_container {
    margin-top: 30px;
}

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

.close_button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 55px;
    color: #FCFCFC;
    cursor: pointer;
}

.our_license.hidden {
    display: none;
}

.our_license h4 {
    color: #FCFCFC;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.our_license .license_images {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    height: 80%;
}

.our_license .license_images img:first-child {
    margin-right: 20px;
}

.our_license .license_images img:last-child {
    margin-left: 20px;
}

@keyframes licenses {
    from {
        right: -350px;
    }
    to {
        right: 10px;
    }
}

.our_license_small {
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
    width: 312px;
    height: 254px;
    right: 10px;
    padding: 24px 19px;
    background-color: rgba(32, 32, 32, .6);
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    cursor: pointer;
    animation: licenses 2s ease;
}

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

.our_license_small img:first-child {
    margin-right: 8px;
}

@keyframes we_offer {
    from {
        bottom: -200px;
    }
}

.we_offer {
    width: 80%;
    max-width: 1220px;
    margin: 0 auto;
    background: #FCFCFC;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: absolute;
    bottom: -90px;
    animation: we_offer 2s ease;
}

.we_offer ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 60px;
}

.we_offer ul li {
    min-width: 115px;
    margin: 0 10px;
}

.we_offer ul li p {
    font-size: 12px;
    margin-top: 12px;
}

.about_us_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 180px;
}

.about_us_section h1 {
    text-align: center;
    margin-bottom: 60px;
}

.about_us_section.page {
    padding-top: 40px;
    padding-bottom: 60px;
}

.cadet_programm_page {
    padding-top: 40px;
}

.about_us_section.page h1 {
    margin-top: 20px;
}

.about_us_section.page h1,
.cadet_programm_page h1 {
    color: #2B2A28;
    margin-bottom: 30px;
    text-align: left;
}

.cadet_programm_page h1 {
    text-align: center;
}

.about_us_container {
    width: 100%;
    margin-bottom: 30px;
}

.about_us_container .about_us_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 170px;
}

.about_us_content_bg .container {
    display: flex;
    justify-content: space-between;
}

.about_us_content_bg .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #FFFFFF;
    max-width: 600px;
}

.about_us_content_bg .img-box img {
    border-radius: 31px;
}

.about_us_content_bg .img-box {
    margin-top: -240px;
}

.about_us_container .about_us_content_bg {
    background: var(--bg-line);
    padding: 90px 0 109px 0;
}

.about_us_container .about_us_content img {
    width: 592px;
}

.about_us_container .about_us_content a img {
    width: 355px;
}

.about_us_container .about_us_content:not(:first-child) {
    margin-top: 48px;
}

.about_us_container .about_us_content .text {
    display: flex;
    flex-direction: column;
    max-width: 646px;
    font-size: 16px;
}

.about_us_container .partner img {
    width: 240px;
    height: 36px;
}

.about_us_container .partner {
    background: #0060AA;
    box-shadow: 0px 8px 30px -8px rgba(0, 96, 170, 0.5);
    margin-top: 24px;
    padding: 13px 32px;
    color: #FCFCFC;
    display: flex;
    align-items: center;
    border-radius: 30px;
    height: 92px;
}

.about_us_container .about_us_content_bg .partner img {
    margin: 0 auto;
    height: 52px;
    width: auto;
}

.about_us_container .about_us_content .text a {
    color: #0060AA;
    margin-top: 25px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 600;
}

.about_us_container .about_us_content .text p {
    font-weight: 400;
    font-size: 16px;
    max-width: 600px;
    line-height: 135%;
}

.about_us_container .partner p {
    font-weight: 600;
    line-height: 20px;
    margin-left: 30px;
    max-width: 600px;
}

.page .about_us_container .about_us_content .text a,
.cadet_programm_page .about_us_container .about_us_content .text a {
    font-weight: 400;
    text-transform: none;
}

.page .about_us_container .about_us_content .text span {
    margin-top: 24px;
}

.about_us_container .about_us_content .text a:after {
    content: url('../images/arrow_right.svg');
    margin-left: 5px;
}

.page .about_us_container .about_us_content .text a:after,
.cadet_programm_page .about_us_container .about_us_content .text a:after {
    content: none;
}

.services_section {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: url('../images/services_bg.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.services_section h1 {
    margin-top: 80px;
    color: #FCFCFC;
    font-size: 56px;
    font-weight: 500;
}

.services_section .services_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
}

.services_section .services_list li {
    width: calc(50% - 16px);
    margin: 21px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FCFCFC;
    border-left: 4px solid #DD1F38;
    border-right: 4px solid #DD1F38;
    border-radius: 3px;
}

.services_section .services_list li:last-child {
    margin: 21px auto;
}

.services_section .services_list li img {
    margin-right: 5px;
}

.services_section a {
    color: #FCFCFC;
    margin-top: 33px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
}

.services_section a:after {
    content: url('../images/arrow_white.svg');
    margin-left: 5px;
}

.our_ships_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_ships_section .our_ships_container {
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our_ships_section .our_ships_container .text {
    margin-right: 45px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.our_ships_container .text p {
    font-size: 16px;
    line-height: 25, 6px;
}

.our_ships_section a {
    margin-top: 25px;
    color: #0060AA;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.employment_seciton {
    width: 100%;
    display: flex;
    background: url('../images/employment_bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 622px;
    align-items: center;
}

.employment_seciton .employment_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.employment_seciton h3 {
    font-size: 48px;
    font-weight: 500;
    max-width: 867px;
}

.gallery_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery_main .title_gal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 100px;
}

.gallery_main .title_gal a {
    font-size: 18px;
    color: #0060AA;
    font-weight: 600;
    text-transform: uppercase;
}

.gallery_main .title_gal a::after {
    content: url('../images/arrow_right.svg');
    margin-left: 10px;
}

.gallery_main_container,
.content-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 46px;
}

.content-category {
    padding-bottom: 80px;
}

.gallery_main_container .gallery_item_container,
.content-category .gallery_item_container {
    margin: 16px 0;
    box-shadow: none;
    transition: all .4s ease-in;
    flex-basis: 32%;
    max-width: 444px;
    border-radius: 31px;
    position: relative;
}

.gallery_main_container .gallery_item_container .btn-more {
    position: absolute;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 33px;
    right: 20px;
}

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

.gallery_main_container .gallery_item_container:hover {
    box-shadow: 0px 30px 30px 0px #00000049;
}

.gallery_main_container .gallery_item_container:nth-child(2) {
    max-width: 907px;
    flex-basis: 66%;
}

.gallery_main_container h1.title_page {
    margin: 0 auto;
    color: #2B2A28;
}

figure.newsflash-image {
    margin: 0;
}

figure.newsflash-image img {
    width: 100%;
    object-fit: cover;
}

.contacts_section {
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 100px;
}

.contacts_section .contacts_tabs {
    display: flex;
    margin-top: 60px;
}

.contacts_section .contacts_tabs .tab {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #85888D;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.contacts_section .contacts_tabs .tab:last-child {
    margin-left: 56px;
}

.contacts_section .contacts_tabs .tab.active {
    color: #0060AA;
}

.contacts_section .contacts_tabs .tab:hover {
    color: #DD1F38;
}

.contacts_section .tab_content {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    display: none;
}

.contacts_section .tab_content.active {
    display: flex;
}

.contacts_section .tab_content .info_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.contacts_section .tab_content iframe {
    width: 100%;
    margin-top: 30px;
}

.info_container .info {
    display: flex;
    justify-content: start;
    width: 25%;
}

.info_container .info a,
.info_container .info p {
    margin-left: 15px;
    color: #000;
}

.info_container .phone_number,
.info_container .email {
    flex-direction: column;
    justify-content: space-around;
    height: 50px;
}

.info_container .phone_number {
    height: auto;
}

.info_container .phone_number div,
.info_container .email div {
    display: flex;
    justify-content: start;
}

.title_section {
    display: flex;
    flex-direction: column;
    margin-top: 66px;
}

.title_section h1.success_seaman_title,
.title_section h2.success_seaman_subtitle {
    display: none;
}

.success_seaman .title_section h1.success_seaman_title {
    display: inline-block;
    margin-top: 20px;
}

.success_seaman .title_section h2.success_seaman_subtitle {
    color: #0060AA;
    display: inline-block;
}

.title_section span {
    max-width: 985px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 16px;
}

.contacts_block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.contacts_block .info_content {
    display: flex;
    flex-direction: column;
    max-width: 315px;
}

.contacts_block .info_container {
    max-width: 315px;
    display: flex;
    flex-direction: column;
}

.contacts_block .info_container .info {
    width: 100%;
    margin-top: 26px;
}

.contacts_block .info_container .location {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.contacts_block .info_container .info img {
    width: 24px;
    height: 24px;
}

.contacts_block .info_container .phone_number div:not(:first-child),
.contacts_block .info_container .email div:not(:first-child) {
    margin-top: 8px;
}

.contacts_block iframe {
    width: 70%;
    max-width: 840px;
}

.contacts_block .info_img {
    width: 280px;
    margin-top: 10px;
}

.feedback_container {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding-bottom: 107px;
}

.feedback_container form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback_container .inputs_container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}

.feedback_container .input_container.textarea {
    margin-top: 24px;
}

.feedback_container textarea {
    width: 100%;
    height: 140px;
}

.feedback_container input.submit_button {
    text-align: center;
    background-color: #0060AA;
    color: #FCFCFC;
    text-transform: uppercase;
    margin: 24px auto;
    border: none;
    transition: all .4s ease-in;
    border: 1px solid var(--blue);
    border-radius: 30px;
}

.feedback_container .submit_button:hover {
    background-color: #fff;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.subtitle_section {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.subtitle_section .download_links {}

.subtitle_section .download_links a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    display: flex;
    transition: all .4s ease-in-out;
    align-items: center;
    margin-bottom: 20px;
}

.subtitle_section .download_links a::before {
    content: url('../images/download.svg');
    margin-right: 12px;
    display: inline-block;
    height: 24px;
}

.subtitle_section .email_link {
    margin-top: 16px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    color: #202020;
    display: flex;
    align-items: center;
}

.subtitle_section .email_link a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    transition: all .4s ease-in-out;
}

.subtitle_section a:hover {
    color: #DD1F38;
}

.subtitle_section .email_link::before {
    content: url('../images/email.svg');
    margin-right: 12px;
    display: inline-block;
    height: 20px;
}

.seaman_form {
    margin-top: 35px;
}

.seaman_form span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #85888D;
}

.seaman_form form {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.personal_info_container,
.additional_info_container,
.licenses_container,
.work_experience_container,
.last_form_container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #85888D;
}

.additional_info_container,
.licenses_container,
.work_experience_container,
.work_experience,
.last_form_container {
    padding-top: 24px;
}

.work_experience_container,
.work_experience {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.work_experience_container {
    padding-bottom: 24px;
}

.work_experience_inputs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

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

.add_experience_container .add {
    display: inline;
    font-size: 16px;
    padding: 1px 9px;
    background: #0060AA;
    color: #FCFCFC;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.add.hidden {
    display: none;
}

.add_experience_container .remove {
    font-size: 16px;
    padding: 0px 9px;
    border: 1px solid #0060AA;
    color: #0060AA;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-left: 8px;
    display: none;
    cursor: pointer;
}

.add_experience_container .remove.open {
    display: inline;
}

.add_experience_container p {
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    margin-left: 8px;
    text-transform: uppercase;
}

.work_experience p {
    width: 100%;
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.seaman_form .input_container {
    margin-bottom: 24px;
    margin-left: 24px;
}

.input_container label {
    left: 24px;
    top: 50%;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
    transform: translate(0, -50%);
}

.input_container input:focus+label,
.input_container select:focus+label,
.input_container label.filled,
.input_container textarea:focus+label {
    top: 10px;
    font-size: 10px;
    line-height: 12px;
}

.seaman_form .input_container.position,
.seaman_form .input_container.surname,
.seaman_form .input_container.adress,
.seaman_form .input_container.mobile_phone,
.seaman_form .input_container.visa,
.seaman_form .input_container.license,
.seaman_form .input_container.ship_name,
.seaman_form .input_container.engine_type,
.seaman_form .input_container.contract_end,
.seaman_form .input_container.crewing_agency,
.seaman_form .input_container.textarea,
.seaman_form .input_container.minsalary {
    margin-left: 0px !important;
}

.input_container.textarea {
    width: 100%;
}

.input_container.textarea textarea {
    width: 100%;
    height: 140px;
}

.seaman_form .input_container.adress {
    width: 804px;
}

.seaman_form .input_container.adress input {
    width: 100%;
}

.seaman_form .submit_form input {
    background-color: #0060AA;
    border: none;
    color: #FCFCFC;
}

.seaman_form .clear_form input {
    border: none;
    color: #85888D;
    background-color: #DBDBDB;
}

.ship_owner_bg {
    background: var(--bg-line);
    border-radius: 30px;
    padding: 60px 45px;
    color: #fff;
}

.ship_owner_bg .list {
    font-weight: 400;
    font-size: 20px;
    line-height: 143%;
    color: #FFFFFF;
    list-style: disc;
    max-width: 600px;
    margin-bottom: 15px;
}

.ship_owner_bg .column {
    display: flex;
    margin-bottom: 15px;
}

.ship_owner_bg .column .list-left {
    margin-right: 60px;
}

.ship_owner_bg .text-bottom {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.about_us_section.page .ship_owner_container h2 {
    /* color: #2B2A28; */
    /* text-align: center; */
}

.about_us_section.page .ship_owner_container p.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
}

.ship_owner_container img {
    width: 100%;
}

.ship_owner_container .column_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ship_owner_container .column_new img {
    border-radius: 30px;
}

.owner_text_block {
    margin-top: 24px;
}

.owner_text_block p,
.policy_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 16px;
}

.owner_text_block .owner_list,
.policy_text .policy_list {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.owner_text_block .owner_list li {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding-left: 24px;
}

.owner_text_block .owner_list li::before {
    content: url('../images/list_style.svg');
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 2px;
}

.policy_text {
    padding: 90px 0;
}

.about_us_section.page .ship_owner_container .policy_text h1 {
    text-align: left;
}

p.mb5 {
    margin-top: 5px;
}

.cadet_programm_page .about_us_container .about_us_content .text p:not(:first-child) {
    margin-top: 8px;
}

.our_license_link {
    display: none;
}

.services_block {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 70px;
}

.services_block .service_contaner {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    height: auto;
    max-height: 92px;
    overflow: hidden;
    transition: all .6s ease-in-out;
    position: relative;
}

.services_block .service_contaner::before,
.services_block .service_contaner::after {
    content: '';
    width: 4px;
    height: 92px;
    background-color: #DD1F38;
    border-radius: 3px 0px 0px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services_block .service_contaner::after {
    border-radius: 0 3px 3px 0;
    right: 0;
    left: unset;
}

.services_block .service_contaner.open {
    max-height: 650px;
    transition: all .6s ease-in-out;
}

.services_block .service_contaner:not(:first-child) {
    margin-top: 32px;
}

.services_block .service_contaner h4 {
    font-size: 24px;
    font-weight: 500;
    padding: 14px 45px 14px 50px;
    position: relative;
    border-left: 4px solid #DD1F38;
    border-right: 4px solid #DD1F38;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services_block .service_contaner h4 img {
    margin-right: 8px;
}

.services_block .service_contaner h4::after {
    content: url('../images/plus.svg');
    position: absolute;
    right: 50px;
    top: 26px;
    width: 40px;
    font-size: 24px;
    height: 40px;
    background-color: #0060AA;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0;
    transition: all .6s ease-in-out;
}

.services_block .service_contaner.open h4::after {
    transform: rotate(405deg);
}

.service_contaner .service_text {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 24px 0;
    margin: 0 50px 0 54px;
    border-top: 1px solid #DBDBDB;
}

.service_contaner .service_text .text {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.service_contaner .service_text .text span {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.service_contaner .service_text ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 536px;
}

.service_contaner .service_text ul li:not(:first-child) {
    margin-top: 8px;
}

.service_contaner .service_text ul li {
    display: flex;
    align-items: center;
}

.service_contaner .service_text ul li::before {
    content: '';
    min-width: 2px;
    height: 2px;
    display: inline-block;
    background-color: #202020;
    margin-right: 5px;
}

.input_container.textarea label {
    top: 26px;
}

.services_container_page h1 {
    line-height: 56px;
    color: #0060AA;
}

.breadcrumb {
    background: #fff;
    padding-left: 0;
}

.breadcrumb a,
.breadcrumb span {
    color: #85888D;
    font-size: 12px;
}

.menu_links_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu_links_footer ul {
    display: flex;
    flex-direction: column;
}

.menu_links_footer ul li:first-child {
    margin: 0 0 10px 0;
}

.menu_links_footer ul li:last-child {
    margin: 10px 0 0 0;
}

.menu_links_footer ul li {
    margin: 10px 0;
    padding: 0 0 0 78px;
}

#modal_container {
    width: 95%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 90px;
    display: none;
    max-width: 1220px;
    left: 50%;
    transform: translate(-50%, 0);
}

#modal_container.open {
    display: flex;
}

.close_modal {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background: #0060AA;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 25px;
    cursor: pointer;
}

.close_modal span {
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    display: inline-block;
    background: #FFF;
    left: 50%;
    top: 19px;
}

.close_modal span:first-child {
    transform: translate(-50%, 0) rotate(-45deg);
}

.close_modal span:last-child {
    transform: translate(-50%, 0) rotate(45deg);
}

.modal_inner {
    width: 100%;
    padding: 32px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #DD1F38;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background: #ffff;
    max-height: 800px;
    height: 90vh;
    overflow: scroll;
}

.modal_inner h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #DD1F38;
    margin-bottom: 8px;
    text-align: center;
}

.modal_inner p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.modal_inner span.red {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #DD1F38;
}

.modal_inner h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #0060AA;
    margin-top: 32px;
    text-align: center;
}

.modal_inner .links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}

.modal_inner li {
    width: 100%;
    margin-bottom: 4px;
}

.modal_inner .links p,
.modal_inner a {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #0060AA;
    width: 100%;
    display: inline-block;
}

html.scroll {
    overflow: hidden;
}

.contacts_images {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.contact_h3 {
    margin-top: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #0060AA;
    width: 100%;
    text-align: center;
}

.contacts_img {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    height: 392px;
    box-sizing: border-box;
    margin-right: 16px;
    margin-left: 16px;
}

.contacts_img:first-child {
    margin-left: 0;
}

.contacts_img:last-child {
    margin-right: 0;
}

.contacts_img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.contacts_img h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #090909;
    margin-top: 16px;
    width: 90%;
}

.contacts_img span {
    margin-top: 6px;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #85888D;
    text-align: center;
    width: 90%;
}

.cadet_programm_container {
    column-count: 2;
    list-style-type: none;
}

.cadet_programm_container .item {
    margin-bottom: 50px;
    width: 117%;
}

.cadet_programm_container .item:nth-child(n+4) {
    width: 83%;
    margin: 0 0 50px auto;
}

.cadet_programm_container .item img {
    border-radius: 25px;
    max-width: 770px;
}

.cadet_programm_container p.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2B2A28;
    margin-top: 20px;
}

.cadet_programm_page .block-bottom {
    margin-top: 40px;
    margin-bottom: 90px;
}

.cadet_programm_page .block-bottom p.description {
    text-align: center;
    margin-top: 20px;
}


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

@media ( min-width: 2000px) {
    .employment_seciton {
        background-size: contain;
    }
}

@media screen and (max-width: 1700px) {
    .our_license_small {
        top: 70%;
    }
    .info_header .odessa .location,
    .info_header .kherson .location {
        width: 220px;
    }
    .info_header .odessa .location p,
    .info_header .kherson .location p {
        font-size: 14px;
    }
    .info_header .kherson .location::after {
        right: 0;
    }
}

@media screen and (max-width: 1500px) {
    .main_section_text_container h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .we_offer ul {
        padding: 30px 30px;
    }
    .info_header {
        justify-content: flex-start;
        margin-left: 38px;
    }
    .info_header .odessa .location,
    .info_header .kherson .location {
        width: auto;
    }
    .info_header .odessa .location p,
    .info_header .kherson .location p {
        font-size: 14px;
    }
    .custom_container_1700 {
        width: 98%;
    }
    #modal_container {
        top: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .info_header .odessa .other_info_od,
    .info_header .kherson .other_info_kh {
        right: unset;
        left: 0;
    }
}

@media screen and (max-width: 1220px) {
    .our_license_small {
        display: none;
    }
    .our_license_link {
        display: inline-block;
    }
    .custom_container_1220 {
        max-width: 1000px;
    }
    .about_us_container .about_us_content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about_us_container .about_us_content img {
        order: -1;
    }
    .about_us_container .about_us_content .text {
        margin-top: 20px;
        width: auto;
        ;
    }
    .about_us_container .about_us_content .text .partner {
        max-width: unset;
    }
    .feedback_container .inputs_container {
        flex-direction: column;
        align-items: center;
    }
    .feedback_container .inputs_container .input {
        width: 90%;
        margin-top: 10px;
    }
    .feedback_container .inputs_container input,
    .feedback_container select {
        width: 100%;
    }
    .feedback_container textarea {
        width: 90%;
    }
    .seaman_form .input_container {
        width: 31%;
    }
    .input_container.textarea {
        width: 100%;
    }
    .seaman_form .input_container.adress {
        width: calc(62% + 24px);
    }
}

@media screen and (max-width: 1000px) {
    .custom_container_1220 {
        max-width: 800px;
    }
    .we_offer {
        bottom: -235px;
    }
    .we_offer ul {
        flex-wrap: wrap;
    }
    .we_offer ul li {
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 45%;
    }
    .we_offer ul li:last-child {
        margin: 10px auto;
    }
    .about_us_section {
        padding-top: 260px;
    }
    .our_ships_section .our_ships_container {
        flex-direction: column;
    }
    .gallery_main_container .gallery_item_container {
        height: auto;
    }
    figure.newsflash-image img {
        height: auto;
    }
    .contacts_block {
        flex-direction: column;
        align-items: center;
    }
    .contacts_block iframe {
        width: 100%;
    }
    .contacts_block .info_container {
        max-width: unset;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .contacts_block .info_container .info {
        margin-top: 0;
        width: 50%;
        margin: 15px 0;
    }
    .contacts_block .info_content {
        max-width: unset;
    }
    .input_container label,
    select:required:invalid {
        font-size: 9px;
    }
    .seaman_form .clear_form input,
    .seaman_form .submit_form input {
        font-size: 12px;
    }
    .contacts_section .tab_content .info_container {
        flex-wrap: wrap;
        height: auto;
    }
    .info_container .info {
        width: 50%;
    }
    .info_container .phone_number,
    .info_container .email {
        margin-top: 15px;
    }
    .menu_links_footer ul {
        margin-top: 0;
    }
    .contacts_images {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .contacts_img {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .custom_container_1220 {
        width: 90%;
    }
    .seaman_form .input_container {
        margin-left: 12px;
    }
    .seaman_form .input_container.adress {
        width: calc(62% + 12px);
    }
    .employment_seciton h3 {
        font-size: 38px;
    }
    .employment_seciton .employment_container {
        width: 90%;
        margin: 0 auto;
    }
    .our_license .license_images {
        height: 55%;
    }
    .main_section_text_container .links {
        flex-direction: column;
    }
    .main_section_text_container .links a:last-child,
    .main_section_text_container .links a:nth-child(2) {
        margin-left: 0;
    }
    .services_section .services_list {
        flex-direction: column;
        align-items: center;
    }
    .our_ships_section h1 {
        text-align: center;
    }
    .service_contaner .service_text ul {
        width: 290px;
    }
    .services_block .service_contaner h4::after {
        right: 20px;
    }
    .services_block .service_contaner.open {
        max-height: 1000px;
    }
    .services_section .services_list li {
        justify-content: space-around;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 600px) {
    .contacts_img {
        width: 90%;
    }
    #modal_container {
        top: 50px;
        z-index: 999;
    }
    .modal_inner {
        max-height: 670px;
        padding: 32px 20px;
    }
    .close_modal {
        top: -40px;
        right: 0px;
    }
    .error__title {
        font-size: 165px;
        margin-bottom: 20px;
    }
    .number-error-big {
        font-size: 85px;
    }
    .contacts_section .tab_content .info_container {
        flex-direction: column;
    }
    .info_container .info {
        width: 100%;
        align-items: center;
        margin-top: 15px;
    }
    .info_container .phone_number,
    .info_container .email {
        align-items: flex-start;
    }
    .info_container .phone_number div,
    .info_container .email div {
        width: 100%;
    }
    .about_us_section.page .ship_owner_container h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .about_us_container {
        margin-bottom: 50px;
    }
    .policy_text {
        padding: 40px 0;
    }
    .seaman_form .input_container label {
        left: 10px;
    }
    .seaman_form .input_container {
        width: 100%;
        margin-left: 0;
    }
    .seaman_form .input_container.adress {
        width: 100%;
    }
    .gallery_title {
        font-size: 40px;
    }
    .gallery_main_container {
        justify-content: center;
    }
    .gallery_main_container .gallery_item_container,
    .content-category .gallery_item_container {
        width: 100%;
    }
    .we_offer {
        bottom: -500px;
    }
    .we_offer ul {
        flex-direction: column;
        align-items: center;
    }
    .we_offer ul li {
        width: 80%;
    }
    .about_us_section {
        padding-top: 540px;
    }
    .info_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .info_header .kherson .location {
        margin-left: 0;
        margin-top: 10px;
    }
    .info_header .odessa .location {
        border: none;
    }
    .our_license .license_images {
        height: 35%;
    }
    .info_header div.numbers {
        flex-direction: column;
        align-items: flex-start;
    }
    .info_header .numbers div:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .our_license .license_images img:last-child,
    .our_license .license_images img:first-child {
        width: 50%;
        margin: 5px;
    }
    .services_section .services_list li {
        width: 80%;
    }
    .gallery_main .title_gal {
        flex-direction: column;
    }
    .gallery_main .title_gal a {
        margin-top: 16px;
    }
    .chzn-container-single .chzn-single {
        height: 40px !important;
    }
    .header select {
        height: 40px;
        width: 70px;
        padding: 0 10px;
    }
    .services_block .service_contaner h4 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .services_section .services_list li {
        justify-content: flex-start;
    }
    .services_block .service_contaner h4 {
        padding-left: 20px;
        font-size: 14px;
        min-height: 92px;
    }
    .services_block .service_contaner h4::after {
        right: 10px;
    }
    .service_contaner .service_text {
        margin: 0 10px;
        visibility: hidden;
        opacity: 0;
        transition: all .4s ease-in-out;
    }
    .services_block .service_contaner.open .service_text {
        visibility: visible;
        opacity: 1;
    }
    .service_contaner .service_text ul {
        width: 40%;
    }
    .service_contaner .service_text .text {
        width: 40%;
    }
    a.button {
        font-size: 15px;
        text-align: center;
    }
    .our_license .license_images {
        height: 40%;
    }
    .main_section_text_container {
        width: 90%;
        border: none;
    }
}

.uForm__extended {
    display: none;
}

.response {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #0060AA;
}

.response.error {
    color: #DD1F38;
}

.text-bottom_seamanPage {
    margin-top: 30px;
}

.text-bottom_seamanPage li {
    margin-top: 16px;
}

.sectionLinkVideo {
    border-radius: 9px;
    padding: 16px 26px;
    background: #0060AA;
    width: max-content;
    margin: 0 auto 35px auto;
}

.sectionLinkVideo span {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}