* {
	box-sizing: border-box;
	outline: none;
}

.mobile {
    display: none;
}

html, body {
	padding: 0;
	margin: 0;
	min-height: 100vh;
}

body {
	font-family: 'Roboto',sans-serif;
	font-size: 12pt;
    color: #203c55;
    background-color: #ccd3db;
    padding: 0;
    margin: 0;

/*    background-image: url('../images/backContent.jpg');*/
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

header {
/*    height: 100vh;*/

    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: column;
    margin: 0rem;
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;

    background-image: url('../images/back4.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

nav.mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color .5s ease, border-color .5s ease, padding-top .5s ease;
    z-index: 999;
    border-bottom : 1px solid transparent;
    padding-top: 1rem;
}

nav.mainMenu ul {
    display: flex;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

nav.mainMenu ul li {
    display: inline-flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

nav.mainMenu ul li a {
    display: inline-flex;
    padding: .5rem 2rem;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    transition: background-color .5s ease;
    border-radius: .5rem;
    line-height: 1;
}

nav.mainMenu ul li a:hover {
    background-color: #005ba9;
}

nav.mainMenu ul li a.logo:hover {
    background-color: transparent;
}

nav.mainMenu ul li a.logo {
    background-image: url('../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 8rem;
    height: 4rem;
    padding: 0;
    margin-right: 1rem;
}

.scrolled nav.mainMenu {
    background-color: #005ba9;
    border-bottom-color: #122853;
    padding-top: 0;
}

.scrolled nav.mainMenu ul li a {
/*    color: #001342;*/
}


header .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5rem 0;
    width: 100%;
    margin: 0;
    flex-grow: 1;
}

header .content p {
    margin: 0;
    color: #a7b6c3;
/*    text-align: left;*/
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

header .content p b {
    display: block;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    color: #005ba9;
}


header:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    content: '';
    z-index: 2;
/*    backdrop-filter: blur(5px);*/

}

header .text {
    z-index: 2;
    margin-left: 0;
    width: 60%;
    margin-right: auto;
    margin-top: 5rem;
/*    text-align: center;*/
}

header .text h1 {
    font-size: 2rem;
    margin: 0;
    color: #fff;
}

header .text h1:after {
    display: block;
    width: 10rem;
    height: 2px;
    background-color: #fff;
    margin: 1rem 0;
    content: '';
}

header .text .grid3 {
    margin: 5rem 0;
}   

.button {
/*    border: 2px solid #005ba9;*/
    color: #fff;
    display: inline-flex;
    padding: .5em 1em .5em 1em;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    transition: background-color .5s ease, color .5s ease;
    background-color: #007eff;
    width: 100%;
    border-radius: .5rem;
}

.button:hover {
    background-color: #5600b5;
    color: #fff;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.title h2 {
    font-size: 3rem;
    color : #005ba9;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.title p {
    display: inline-block;
    padding: 0rem;
    margin: 0 0 2rem 0;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #005ba9;
    background: linear-gradient(45deg, #007eff, #5600b5);
    border-radius: .5rem;
}

section {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
}

section:before {
/*    content: '';*/
    background-image: linear-gradient(to bottom, #ccd3db, transparent);
    position: absolute;
    height: 10rem;
    top: 0;
    left: 0;
    width: 100%;
        z-index: 1;
}

section:after {
    content: '';
    background-image: linear-gradient(to top, #ccd3db, transparent);
    position: absolute;
    height: 10rem;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

section .deco {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
    font-size: 10rem;
    line-height: .9;
    text-transform: uppercase;
    z-index: 0;
    color: #55575b0d;
    display: inline-flex;
    align-items: center;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

section .deco p {
    margin: 0;
}

section .deco p+span {
    background-color: #ccd3db;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-color: #55575b0d;
}

section:nth-child(even) .deco {
/*    left: auto;*/
/*    right: 0;*/
/*    text-align: right;*/
}

section .grid1200 {
    position: relative;
    z-index: 2;
}

.belt {
    display: flex;
    background-image: linear-gradient(to right, #006ccd, #0c8cff);
    background-color: #0c8cff;
}

.belt .grid2 {
    align-items: center;
}

.grid1200 {
    max-width: 1200px;
    width  :100%;
    margin: 0 auto;
}

.grid2 {
    display: flex;
    /*flex-wrap: wrap;*/
}

.grid3 {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.grid4 {
    display: flex;
    justify-content: center;
}

.grid4>* {
    width: 25%;
}

.grid3>* {
    display: inline-flex;
    flex-grow: 0;
    flex-direction: column;
    padding: 0rem;
    width : 32%;
}


.grid4.cities {}
.grid4.cities .item {}
.grid4.cities .item h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0;
}
.grid4.cities .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.grid4.cities .item ul li {
    margin: .5rem;
}

.icon {
    display: inline-flex;
    font-size: 3rem;
    color: #a7b6c3;
    border-radius: .5rem;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
/*    background-color: #005ba9;*/

}

section .icon {
    color: #007eff;
}


header .content .grid3 .item:hover {
    background-color: #007eff;
}

header .content .grid3 .item {
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    padding: 1rem;
    border-radius: .5rem;
    transition: background-color .5s ease;
/*    box-shadow: 0 0 .5rem -.4rem #fff;*/
    backdrop-filter: blur(5px);
    text-decoration: none;
    text-align: center;
}
header .content .grid3 .item h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 1rem 0 0rem 0;
}

#advantages .grid3 {}
#advantages .grid3 .item {
    align-items: center;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    background-color: rgb(255 255 255 / 30%);
    box-shadow: 0 0 1rem -0.5rem #939fab;
    backdrop-filter: blur(3px);
}

#advantages .grid3 .item h3 {
    margin: 0;
    font-size: 5rem;
    color: #007eff;
}
#advantages .grid3 .item p {
    margin: 0;
}

#howto .grid4 {
    justify-content: space-between;
}
#howto .grid4 .item {
    align-items: center;
    background-color: #fff;
/*    background: linear-gradient(45deg, #007eff, #5600b5);*/
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    width: 20%;

    background-color: rgb(255 255 255 / 30%);
    box-shadow: 0 0 1rem -0.5rem #939fab;
    backdrop-filter: blur(3px);
}

#howto .grid4>span {
    width: 2rem;
    font-size: 2rem;
    color: #007eff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#howto .grid4 .item h3 {
    margin: 0;
    font-size: 5rem;
}
#howto .grid4 .item p {
    margin: 0;
/*    color: #fff;*/
}

#howto .grid4 .item p a {
    color: inherit;
    text-decoration: underline;
}

#howto .grid4 .item p a:hover {
    color: #ccd3db;
    text-decoration: none;
}

form.feedback {
    background-color: rgb(255 255 255 / 30%);
    box-shadow: 0 0 1rem -0.5rem #939fab;
    backdrop-filter: blur(3px);
    padding: 2rem;
    border-radius: 1rem;
    max-width: 40rem;
    margin: 0 auto;
}

form.feedback .line {
    margin: .5rem 0;
}
form.feedback .line input,
form.feedback .line select,
form.feedback .line textarea {
    display: inline-block;
    padding: .5rem;
    font-size: 1rem;
    font-family: inherit;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
}

form.feedback .line textarea {
    height: 10rem;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    align-items: center;
    z-index: 999;
    background-color: #005ba9;
}

footer a {
    color: #fff;
    cursor: pointer;
    font-size: .8rem;
    margin-top: 0.4rem;
}

footer a:hover {
    text-decoration: none;
}

footer .grid2 {
    justify-content: space-between;
    align-items: center;
}

footer .logo {
    width: 8rem;
    height: 4rem;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-bottom: 2rem;
}

footer p {
    margin: 0;
    color: #fff;
}

footer p.disclaimer {
    font-size: .8rem;
    color: #578bb7;
    max-width: 50%;
}

.modal .panel {
    background-color: #f2f5ff;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modal .panel.active {
    display: inline-block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    padding-left: 20%;
    backdrop-filter: blur(5px);
    display: none;
}

.mopen .modal {
    display: inline-block;
}

body.mopen {
    overflow: hidden;
}

.modal .panel .header {
    position: fixed;
    top: 0;
    background-color: #f2f5ff;
    width: 100%;
}

.modal .panel .header a {
    display: inline-block;
    padding: .5rem;
    font-size: 2rem;
    color: #007efe;
    text-decoration: none;
    transition: color .5s ease, padding .5s ease;
    padding-left: 2rem;
}

.modal .panel .header a:hover {
    color : #00468d;
    padding-left: .5rem;
    padding-right: 2rem;
}

.modal .panel iframe {
    margin-top: 5rem;
}

#sendtask {
    padding: 3rem 0;
}

@media (max-width: 1200px) { 
    header .content, .grid1200 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 600px) { 
    .desktop {
        display: none;
    }

    .mobile {
        display: inherit;
    }

    header .grid2>div {
        width: 100%;
    }

    header .text {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .grid5 {
        display: flex;
        flex-wrap: wrap;
    }

    .grid5>* {
        width: 50%;
        padding: .5rem;
    }

    .grid5>* img {
        display: inline-block;
        width: 100%;
        height: auto;
        line-height: 1;
        vertical-align: top;
    }

    .grid3 {
        flex-direction: column;
    }

    #howto .grid4 {
        flex-direction: column;
    }

    #howto .grid4 .item {
        width: 100%;
    }

    #howto .grid4>span {
        width: 100%;
    }

    #howto .grid4>span i {
        transform: rotate(90deg);
    }

    footer p.copy {
        text-align: center;
        margin-top: 1rem;
    }

    footer .grid2 {
        flex-direction: column;
    }

    footer p.disclaimer {
        max-width: 100%;
    }

    .grid4 {
/*        flex-direction: column;*/
        flex-wrap: wrap;
    }

    .grid4>* {
        width: 50%;
    }

    nav.mainMenu ul {
        flex-direction: column;
    }

    nav.mainMenu ul li {
        display: none;
    }

    nav.mainMenu ul li:nth-child(1) {
        display: inline-flex;
    }

    header .text .grid3 {
        flex-direction: column;
        margin: 1rem 0;
    }

    .grid3>* {
        width: 100%;
        margin: 1rem 0;
    }

    .modal {
        padding-left: 0;
        bottom: 0;
        height: 100%;
    }
}

@media (max-width: 375px) {
   
}