@font-face {
    font-family: "Kaspersky";
    src: url("/plus/kaspersky/font/KasperskySans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Kaspersky";
    src: url("/plus/kaspersky/font/KasperskySans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Kaspersky";
    src: url("/plus/kaspersky/font/KasperskySans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

:root {
    --duration: 2000ms;
    --duration_mobile: 1200ms;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Kaspersky, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 100;
    background: white;
    color: #000;
    min-width: 600px;
    min-height: 1060px;
    /*zoom: 1.2;*/
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    /* overflow: hidden; */
}

.img_top_mobile {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

.mobile_polz {
    display: none;
}

.svg_main {
    width: 445px;
    height: 862px;
    position: absolute;
    top: 500px;
    left: 330px;
}

svg {
    position: absolute;
}

.moverdot {
    position: absolute;
    border-radius: 50%;
    top: -7px;
    left: -8px;
    height: 12px;
    width: 12px;
    border: 2px solid #0aab92;
    background-color: white;
}

.dot1 {
    top: 390px;
    left: 313px;
}

.dot2 {
    top: 636px;
    left: 187px;
}

.dot3 {
    top: 854px;
    left: 437px;
}

.mover {
    position: absolute;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #0aab92;
    offset-path: path("M.13,1.35,154.59,30.18c45.25,7.31,61.23,26.91,73.79,66.56l82,258.73c13.22,41.72,23.37,72-19.7,139L180.86,665.35C128.63,746.6,201.57,769.8,294.71,805c19.45,7.35,150.05,57.81,150.05,57.81");
    /* animation: move-along var(--duration) 0ms infinite alternate ease-in-out; */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mover {
        display: none;
    }
}

.move0 {
    animation: move0 var(1000) 0ms 1 normal ease-in-out;
    animation-fill-mode: both;
    animation-direction: reverse;
}

.move1 {
    animation: move1 var(--duration) 0ms 1 normal ease-in-out;
    animation-fill-mode: both;
}

.move2 {
    animation: move2 var(--duration) 0ms 1 normal ease-in-out;
    animation-fill-mode: both;
}

.move3 {
    animation: move3 var(--duration) 0ms 1 normal ease-in-out;
    animation-fill-mode: both;
}

@keyframes move0 {
    0% {
        offset-distance: 100%;
    }
    100% {
        offset-distance: 0;
    }
}

@keyframes move1 {
    0% {
        offset-distance: 0px;
    }
    100% {
        offset-distance: 580px;
    }
}

@keyframes move2 {
    0% {
        offset-distance: 580px;
    }
    100% {
        offset-distance: 860px;
    }
}

@keyframes move3 {
    0% {
        offset-distance: 860px;
    }
    100% {
        offset-distance: 100%;
    }
}

.line {
    display: inline-block;
    width: 65px;
    height: 2px;
    background-color: black;
}

.button {
    box-sizing: border-box;
    width: 175px;
    height: 50px;
    color: white;
    background-color: #00a88e;
    border: 2px solid #00a88e;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 16px;
    padding-top: 12px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0, 168, 142, 0.55);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0, 168, 142, 0.55);
    box-shadow: -1px 0px 20px 0px rgba(0, 168, 142, 0.55);
}

.button:hover {
    background-color: white;
    color: #00a88e;
    box-shadow: none;
}

.block-content {
    padding: 0 0px 0 100px;
    max-width: 1440px;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    margin-top: 0;
    position: relative;
}

.block {
    height: 1800px;
    padding-top: 60px;
}

.block .img_top {
    top: -60px;
    right: 0;
    position: absolute;
}

.block .logo_ta {
    display: inline-block;
    position: absolute;
    top: -3px;
}

.block .logo_ta img {
    width: 214px;
}

.block .logo_kaspersky {
    display: inline-block;
    position: relative;
    width: 354px;
    height: 70px;
    font-size: 22px;
    position: absolute;
    right: 610px;
}

.block .logo_kaspersky img {
    position: absolute;
    right: 0;
    top: 0px;
}

.block h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}

.block .desc {
    font-size: 21px;
    font-weight: 100;
    margin-top: 2px;
}

.block1 {
    position: absolute;
    top: 104px;
    display: block;
    width: 50%;
    height: 400px;
}

.block1 h1 {
    font-size: 64px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.block1 .line {
    margin-top: 35px;
}

.block1 .desc {
    margin-top: 10px;
}

.block1 .button {
    top: 270px;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.85;
    }
    100% {
        opacity: 1;
    }
}

.block2 {
    position: absolute;
    left: 730px;
    top: 680px;
    display: block;
    width: auto;
    height: 300px;
    padding-top: 30px;
}

.block3 {
    position: absolute;
    left: 140px;
    top: 1110px;
    display: block;
    width: auto;
    height: 300px;
}

.block4 {
    position: absolute;
    left: 730px;
    top: 1440px;
    display: block;
    width: auto;
    height: 300px;
}

.block4 h2 br {
    display: none;
}

.img1 {
    position: absolute;
    top: 760px;
    left: 250px;
    -webkit-animation: pulse 8s infinite ease-in-out;
}

.img2 {
    position: absolute;
    top: 1060px;
    left: 840px;
    -webkit-animation: pulse 4s infinite ease-in-out;
}

.img3 {
    position: absolute;
    top: 1400px;
    left: 250px;
    -webkit-animation: pulse 4s infinite ease-in-out;
}

footer {
    height: 150px;
    padding-top: 50px;
    font-size: 18px;
    background-color: #a6a7a7;
}

footer a {
    font-size: 18px;
    color: black;
}

footer .links {
    float: left;
    margin-left: 70px;
}

footer .links a {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid black;
}

footer .links a:last-child {
    border: 0;
}

footer .rights {
    float: right;
    margin-right: 160px;
}

@media screen and (max-width: 1400px) {
    .block-content {
        padding-left: 15px;
    }
    .svg_main {
        left: 245px;
    }
    .img1 {
        left: 165px;
    }
    .img2 {
        left: 755px;
    }
    .img3 {
        left: 165px;
    }
    .block2 {
        left: 645px;
    }
    .block3 {
        left: 55px;
    }
    .block4 {
        left: 645px;
    }
}

@media screen and (max-width: 1300px) {
    .block1 h1 {
        font-size: 50px;
    }
    .block1 .button {
        margin-top: 80px;
    }
    footer .links {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1180px) {
    .block .logo_kaspersky {
        left: 15px;
        top: 40px;
    }
    .block1 h1 {
        font-size: 40px;
    }
    .block1 .button {
        margin-top: 90px;
    }
}

@media screen and (max-width: 1110px) {
    body {
        overflow-x: hidden;
    }
    .svg_main {
        left: 200px;
    }
    .img1 {
        left: 125px;
    }
    .img2 {
        left: 715px;
    }
    .img3 {
        left: 125px;
    }
    .block2 {
        left: 600px;
    }
    .block3 {
        left: 15px;
    }
    .block4 {
        left: 600px;
    }
    .block1 h1 {
        font-size: 35px;
    }
    .block h2 {
        font-size: 32px;
    }
    .block .desc {
        font-size: 18px;
    }
    .block1 .button {
        margin-top: 100px;
    }
    footer .rights {
        float: left;
        margin-left: 40px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    section, footer {
        margin: auto;
    }
    .svg_main {
        display: none;
    }
    .block-content {
        max-width: 640px;
        width: 640px;
        padding-left: 30px;
    }
    .line {
        height: 4px;
        width: 100px;
    }
    .button {
        -webkit-box-shadow: -1px 0px 40px 0px rgba(0, 168, 142, 0.55);
        -moz-box-shadow: -1px 0px 40px 0px rgba(0, 168, 142, 0.55);
        box-shadow: -1px 0px 40px 0px rgba(0, 168, 142, 0.55);
        width: 290px;
        height: 90px;
        font-size: 32px;
        padding-top: 20px;
        margin-top: 60px;
    }
    .block {
        height: 4650px;
        width: 640px;
        padding-top: 10px;
        overflow: hidden;
    }
    .img_top {
        top: -10;
        height: 500px;
        display: none;
    }
    .img_top_mobile {
        display: block;
        position: absolute;
        top: -10px;
    }
    .block .logo_kaspersky {
        left: 400px;
        top: 50px;
        position: absolute;
        width: 170px;
        height: 100px;
        display: inline-block;
        text-align: right;
        font-size: 23px;
        font-weight: normal;
    }
    .block .logo_ta {
        top: 54px;
    }
    .block .logo_ta img {
        width: 150px;
    }
    .block .logo_kaspersky img {
        width: 220px;
        display: block;
    }
    .block .logo_kaspersky img {
        display: block;
        margin-top: 40px;
    }
    .block1 {
        top: 510px;
        width: 550px;
    }
    .block h2 {
        font-size: 60px;
    }
    .block .desc {
        margin-top: 10px;
        font-size: 30px;
        font-weight: normal;
    }
    .block1 h1 {
        font-size: 56px;
    }
    .block1 .desc {
        width: 540px;
    }
    .block1 .button {
        width: 360px;
        height: 90px;
        font-size: 32px;
        margin-top: 60px;
        margin-left: 110px;
        padding-top: 20px;
    }
    .block2 {
        top: 1350px;
        left: 30px;
    }
    .block2 h2 {
        width: 580px;
        margin-bottom: 490px;
    }
    .block2 .line {
        margin-left: 80px;
    }
    .block2 .desc {
        margin-left: 80px;
        width: 450px;
    }
    .block2 .desc br {
        display: none;
    }
    .block2 .button {
        margin-left: 80px;
    }
    .block3 {
        top: 2450px;
        left: 30px;
    }
    .block3 h2 {
        width: 500px;
        margin-bottom: 490px;
    }
    .block3 .line {
        margin-left: 80px;
    }
    .block3 .desc {
        margin-left: 80px;
        width: 450px;
    }
    .block3 .desc br {
        display: none;
    }
    .block3 .button {
        margin-left: 80px;
    }
    .block4 {
        top: 3450px;
        left: 30px;
    }
    .block4 h2 {
        width: 600px;
        margin-bottom: 540px;
    }
    .block4 .line {
        margin-left: 80px;
        margin-top: 80px;
    }
    .block4 .desc {
        margin-left: 80px;
        width: 450px;
        margin-top: 80px;
    }
    .block4 .desc br {
        display: none;
    }
    .block4 .button {
        margin-left: 80px;
    }
    .block4 h2 br {
        display: inline-block;
    }
    .img1 {
        right: unset;
        left: 180px;
        top: 1540px;
        height: 520px;
    }
    .img2 {
        right: unset;
        left: 170px;
        top: 2550px;
        height: 520px;
    }
    .img3 {
        right: unset;
        left: 160px;
        top: 3720px;
        height: 520px;
    }
    .mobile_polz {
        display: block;
        position: absolute;
        padding-top: 2px;
        top: 1600px;
        left: 40px;
        width: 20px;
        height: 668px;
        background-image: url("../img/mobile_polz.png");
    }
    .mobile_mover {
        position: absolute;
        border-radius: 50%;
        height: 18px;
        width: 18px;
        background: #0aab92;
        offset-path: path("m 10 7 h 0 v 652");
    }
    .mobile_move {
        animation: mobile_move var(--duration_mobile) 0ms 1 normal ease-in-out;
        animation-fill-mode: both;
    }
    @keyframes mobile_move {
        0% {
            offset-distance: 0;
        }
        100% {
            offset-distance: 100%;
        }
    }
    .polz1 {}
    .polz2 {
        top: 2620px;
    }
    .polz3 {
        top: 3880px;
    }
    footer {
        height: 350px;
        width: 640px !important;
        font-size: 22px;
    }
    footer .links {
        padding-top: 70px;
        float: none;
        padding-left: 0;
        margin: 0;
    }
    footer .links a {
        font-size: 32px;
        padding-right: 34px;
        padding-left: 34px;
    }
    footer .links a:first-child {
        padding-left: 0;
        margin-left: 0;
    }
    footer .rights {
        float: none;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 50px;
    }

    .bright
    {
        padding-top: 0 !important;
    }
}