@font-face {
    font-family: 'caveat';
    src: url('../../assets/font/Caveat/Caveat-VariableFont_wght.ttf');
}

body {
    margin: 0;
    padding: 0;
    background-color: #136298;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    animation: none !important;
}

#particles-js {
    margin: 0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 280px;
    width: 100%;
    background-image: url("../img/night-sky.jpg");
    /*background-image: url("../img/stars_texture2961.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 280px !important;
    width: 100%;
    z-index: 1;
}

.space-control {
    background-color: transparent;
    background-image: url("../img/space-control-transparent.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.header {
    /*background-color: rgba(6, 184, 243, 0.3);*/
    user-select: none;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: 200px;
    min-width: 369px;
    color: #edfefe;
    padding: 30px;
    animation: header-show 1s normal ;
}

.preload .header {
    margin: -400px auto;
}

@keyframes header-show {
    from {
        margin: -400px auto;
    }
    to {
        margin: 0 auto;
    }
}

/*@keyframes header-hover {
    0% {
        margin: -10px auto;
    }
    50% {
        margin: 10px auto;
    }
    100% {
        margin: -10px auto;
    }
}*/

.header .title {
    font-family: caveat, serif;
    line-height: 1;
    font-size: 2.6rem;
}

.header .description {
    font-family: Calibri, serif;
    line-height: 1.3;
    font-size: 1.3rem;
}

.logo {
    width: 2.6rem;
    margin-bottom: 0.5rem;
}

.content {
    margin: 0;
    width: 100%;
    padding: 45px 0 80px;
    min-height: 500px; /*340px;*/
    font-size: 24px;
    /*color: #040024;*/
    color: black;

    background-image: url("../img/blue-abstract-light.jpg");
    /*background-image: url("../img/night-sky.jpg");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.content .article {
    padding: 30px;
    border-radius: 6px;
    /*box-shadow: 0 0 20px #9ecaed;*/
    box-shadow: 0 0 20px #165294;
    /*linear-gradient(90deg, #7aa2be 0%, rgb(13, 139, 190) 0%, #7aa2be 100%)*/
    /*background-color: rgba(183, 233, 250, 0.9);*/
    /*background-color: rgb(119, 170, 208);*/
    /*box-shadow: rgb(17 63 112) 0px 0px 20px;*/
    background-color: rgb(39, 82, 114);
    color: rgb(220, 219, 216);
    margin: 0 auto;
}

.article-title {
    /*text-shadow: #0281b5 0 0 3px;*/
    font-size: 32px;
}

strong {
    font-size: 25px;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.contact-form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-form a {
    text-decoration: none;
}

.space-control-button {
    padding-top: 34px;
    margin: 0 auto;
    background-image: url("../../assets/img/button_off.png");
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 77% 77%;
    width: 350px;
    height: 140px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
    user-select: none;
    cursor: pointer;
}

.space-control-button:hover {
    background-image: url("../../assets/img/button_on.png");
    background-position: center;
    background-size: 100% 100%;
    color: black;
}

.nav-logo {
    user-select: none;
    font-family: "franklin gothic medium", serif;
    /*font-weight: 600;*/
    display: block;
    color: #003f5f;
    width: 100%;
    min-width: 185px;
    height: 70px;
    line-height: 25px;
    border-radius: 5px;
    padding: 20px;
    background: rgb(2,0,36);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(13, 139, 190) 0%, rgb(31, 125, 164) 100%);*/
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(204, 224, 233) 0%, rgb(147, 213, 240) 100%);
    box-shadow: 0 0 10px #0281b5;
    cursor: pointer;
    vertical-align: middle;
}

.nav-logo:hover {
    text-decoration: none;
    color: #002e49;
}

.price-label {
    color: #004593;
}

.service-logo {
    text-align: center;
    font-size: 18px;
    color: #1c1f23;
    min-width: 190px;
    min-height: 130px;
    border-radius: 5px;
    padding: 20px;
    background: rgb(2,0,36);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(13, 139, 190) 0%, rgb(31, 125, 164) 100%);*/
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(204, 224, 233) 0%, rgb(147, 213, 240) 100%);
    box-shadow: 0 0 10px #0281b5;
    vertical-align: middle;
    display: table-cell;
}

.service-logo:hover {
    text-decoration: none;
    color: #1c1f23;
}

.service-logo img {
    width: auto;
    max-height: 124px;
    vertical-align: middle;
}

.parser-logo {
    color: #1c1f23;
    width: 190px;
    height: 100px;
    border-radius: 5px;
    padding: 20px;
    background: rgb(2,0,36);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(13, 139, 190) 0%, rgb(31, 125, 164) 100%);*/
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(204, 224, 233) 0%, rgb(147, 213, 240) 100%);
    box-shadow: 0 0 10px #0281b5;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
}

.parser-logo img {
    width: 100%;
    max-height: 60px;
    vertical-align: middle;
}

.parser-logo:not(.active) {
    opacity: 0.7;
    /*cursor: wait;*/
}

.scale {
    transition: 1s; /* Время эффекта */
}

.scale:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}

.navigation {
    margin-bottom: 18px;
    font-size: 20px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.navigation a {
    /*color: #05253f;*/
    color: #bed2e3;
    text-decoration: none;
}

.navigation a:hover {
    /*color: #083c67;*/
    color: #ffffff;
    text-decoration: underline;
}

a.link {
    color: #bed2e3;
}

a.link:hover {
    color: #ffffff;
}

.footer {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 0;
    padding-bottom: 10px;
    min-height: 40px;
    color: #cdcdcd;
}

.footer a {
    color: #cdcdcd;
}