@import url('bootstrap.min.css');
@import url('fontawesome.css');
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gelasio:400,700&display=swap");
body {
    font-family: Fira Sans, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 100;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 { font-size: 58px; color: #cfd530; }
h1,
h2 { font-weight: 900; margin-bottom: 30px; font-family: Gelasio, serif; }
h2 { font-size: 32px;}
h3 {
    font-size: 31px;
    font-weight: 800;
    margin: 0 0 20px;
}
h3,
h4 { font-family: Gelasio, serif; }
h4 { color: #cfd530; }
p { line-height: 28px; }
ul {
    line-height: 32px;
    font-size: 16px;
}
a:hover { text-decoration: none; }
strong { font-weight: 700; }

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
    cursor: pointer;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    border: 0;
    border-radius: 3px;
    transition: 0.3s;
    text-decoration: none !important;
}
.btn i { margin-left: 15px; }
.btn-primary,
.btn-primary:hover {
    background: #014380;
    color: #cfd530;
}

.btn-default {
    background: #cfd530;
    color: #014380;
    border-bottom: 3px solid #bec32f;
    text-decoration: none;
}
.btn-default:hover { background: #bec32f; color: #014380; }
.btn-menu {
    background: #cfd530;
    padding: 0 20px;
    border-radius: 3px;
    transition: 0.3s;
}
.btn-menu .nav-link { color: #fff !important; font-weight: 700; }
.btn-menu:hover { background: #014380; }

.comment-list ol { list-style: none; }
.search-form label { font-weight: 400; }
.wpcf7-list-item { display: block !important; }

.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea,
.form-control,
.search-form .search-field {
    background: #f8f8f8;
    border-radius: 30px;
    border: 0;
    padding: 15px 30px;
}

.banner {
    z-index: 10000;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.banner .dropdown-menu.show { width: 100vh; transform: translate3d(0, 45px, 0) !important; }
.banner .dropdown-menu.show .crmm-list li { display: block; }
.navbar-brand { text-align: center; margin: 15px auto; }
.navbar-brand img { width: 330px; }

.navbar-toggler {
    color: #014380;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
}

.bg-light { background: #cfd530 !important; }

.navbar-collapse { width: 100%; background: #cfd530; text-align: center; }
.navbar-collapse ul { list-style: none; margin: 0; padding: 0; }
.navbar-collapse li { display: inline-block; margin: 5px 15px;}
.navbar-collapse .active { font-weight: 700; }
.navbar-collapse a {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #014380;
}

.crmm-list li a:before { font-family: 'Font Awesome 6 Free'; content: "\f054"; }

.sidebar { padding: 0 30px 30px; }
.sidebar ul { list-style: none; padding: 0; margin: 0; }
.sidebar a { color: #000; }

.block-img { padding: 240px 0; background: url(../images/ship.jpg) no-repeat 50%; background-size: cover; }

footer { background: linear-gradient(75deg, #014380 50%, #fff 0); color: #fff; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer video { width: 100%; }
footer h4 a { color: #cfd530; text-decoration: none; }

.copyright { padding: 60px; color: #666; font-size: 13px; }
.copyright a { color: #666; }


.page-head {
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/default.jpg);
    width: 100%;
}
.page-head,
.page-head .layer-skew {
    height: 45vh;
}

.page-head .contain { height: 100%; background-size: cover; background-position: 50%; }
.page-head h1 { padding: 25vh 0 0; color: #cfd530; width: 30vw; }
.page-head-big { height: 80vh; }
.page-head-big h1 { padding: 30vh 0 0; color: #cfd530; }
.page-head-big h3 { color: #fff; }

.page-head-big .layer-skew { height: 80vh; }
.layer-skew { background: linear-gradient(75deg, #014380 37%, transparent 0); opacity: .9; }
.layer-skew-wh { background: linear-gradient(75deg, #fff 60%, transparent 0); }
.page-head-big .layer-skew { background: linear-gradient(75deg, #014380 47%, transparent 0); }

.page-template-temp-contact .block-form {
    background: #000;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
}
.phone { display: none; }

@media screen and (min-width: 1020px) {
    .navbar-nav {
        display: block !important;
        clear: both;
        -ms-flex: none;
        flex: none;
    }
    .navbar-nav li { display: inline-block; }

    .collapse { display: block !important; }

    .navbar-toggler { display: none; }
}

@media screen and (max-width: 797px) {
     p { font-size: 15px; }
    h1 { font-size: 31px; }
    h2,
    h3 {
        margin-bottom: 0;
    }
    .page-head-big span,
    h2,
    h3 {
        font-size: 20px;
    }
    .page-head h1 { padding: 40vh 0 0; }
    .page-head, .page-head .layer-skew { height: 70vh; }

    .layer-skew { background: linear-gradient(75deg, #014380 47%, transparent 0); opacity: .9; }

    .page-head-big .block-usp span { font-size: 11px; line-height: 14px; }
    .page-head-big .block-usp ul li { margin: 0 5px; float: left; width: 15%; }

    .banner { height: 66px; }
    .banner .navbar-brand { margin-top: 10px; }
    .banner .navbar-brand img { width: 190px; }

    .btn,
    .comment-form input[type="submit"],
    .search-form .search-submit {
        font-size: 12px;
    }
    .block { padding: 30px 0 !important; }
    .block-show { padding-top: 0 !important; }
    .block-show time { padding-top: 60px !important; }
    .block-show .block-form { margin-top: 30px !important; margin-left: 0 !important; }

    .block-news h4 { height: auto !important; }
    .block-news h3 { padding-top: 60px !important; margin-bottom: 30px !important; }

    .block-opp,
    .block-partners {
        padding-top: 0 !important;
    }
    .block-opp h3,
    .block-partners h3 {
        padding-top: 60px;
    }

    .wrap { margin-top: 0 !important; }

    .navbar { padding: 0; width: 100%; text-align: left; }
    .navbar-collapse li { display: block !important; }
    
    .block-usp { padding: 30px 0 !important; }
    .block-quote h3 { font-size: 30px !important; }

    .page-head-big { height: 100vh; }
    .page-head-big h1 { padding-top: 28vh; margin-bottom: 15px; }
    .page-head-big .layer-skew { height: 100vh; background: linear-gradient(75deg, #014380 60%, transparent 0); }

    .layer-skew-wh { background: #fff; }

    footer { background: #014380; }

    .phone {
        position: fixed;
        bottom: 0;
        background: #cfd530;
        padding: 15px;
        text-align: center;
        display: block;
        width: 100%;
        z-index: 9999;
    }
    .phone a { color: #014380; font-weight: 700; }
}
@media screen and (max-width: 720px) {
    p { font-size: 15px; }
    h1 { font-size: 31px; }
    h2,
    h3 {
        margin-bottom: 0;
    }
    .page-head-big span,
    h2,
    h3 {
        font-size: 20px;
    }

    .layer-skew { background: linear-gradient(75deg, #014380 47%, transparent 0); opacity: .9; }

    .page-head-big .block-usp span { font-size: 11px; line-height: 14px; }
    .page-head-big .block-usp ul li { margin: 0 5px; float: left; width: 30%; }

    .banner { height: 66px; }
    .banner .navbar-brand { margin-top: 10px; }
    .banner .navbar-brand img { width: 190px; }

    .btn,
    .comment-form input[type="submit"],
    .search-form .search-submit {
        font-size: 12px;
    }
    .block { padding: 30px 0 !important; }
    .block-show { padding-top: 0 !important; }
    .block-show time { padding-top: 60px !important; }
    .block-show .block-form { margin-top: 30px !important; margin-left: 0 !important; }

    .block-news h4 { height: auto !important; }
    .block-news h3 { padding-top: 60px !important; margin-bottom: 30px !important; }

    .block-opp,
    .block-partners {
        padding-top: 0 !important;
    }
    .block-opp h3,
    .block-partners h3 {
        padding-top: 60px;
    }

    .wrap { margin-top: 0 !important; }

    .navbar { padding: 0; width: 100%; text-align: left; }
    .navbar-collapse li { display: block !important; }
    
    .block-usp { padding: 30px 0 !important; }
    .block-quote h3 { font-size: 30px !important; }

    .page-head-big { height: 55vh; }
    .page-head-big h1 { padding-top: 20vh; }
    .page-head-big .layer-skew { height: 55vh; background: linear-gradient(75deg, #014380 60%, transparent 0); }

    .layer-skew-wh { background: #fff; }

    footer { background: #014380; }

    .phone {
        position: fixed;
        bottom: 0;
        background: #cfd530;
        padding: 15px;
        text-align: center;
        display: block;
        width: 100%;
        z-index: 9999;
    }
    .phone a { color: #014380; font-weight: 700; }
}
.block { padding: 120px 0; overflow: hidden; }

.block-mov { padding: 60px 0; background: #efefef; text-align: center; }
.block-usp { padding: 30px 0; }
.block-usp ul { list-style: none; margin: 0; padding: 0; }
.block-usp ul li {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    color: #014380;
    margin: 0 15px;
}
.block-usp ul li span { display: block; clear: both; color: #fff; }
.block-usp i { font-size: 40px; color: #cfd530; }

.block-quote {
    background-size: cover;
    background-position: bottom;
    color: #fff;
    padding: 180px 0;
}
.block-quote h3 { font-size: 48px; }
.block-front-text { background-size: cover; background-position: 50%; }
body#tinymce { margin: 12px !important; }
