@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;
}

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: 800px;
    /*zoom: 1.2;*/
}

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

.img_top_mobile {
    display: none;
}

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

li a, p a
{
    color: #00a88e;
}

h1 {
    font-size: 48px;
    margin: 0 !important;
    padding-bottom: 15px;
    line-height: 1.1;
}

h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 50px 0;
    padding: 0;
}

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

li
{
    margin-bottom: 14px;
}

.cave {
    position: relative;
}

.cave::before {
    content: "“";
    font-size: 25px;
}

.cave::after {
    content: "”";
    font-size: 25px;
}

.cave2::before {
    content: "";
}

.cave2::after {
    content: "";
}

.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: auto;
    padding-top: 42px;
    min-height: 100px;
}

.block_logos {
    height: 100px;
}

.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 .desc {
    font-size: 21px;
    font-weight: 100;
    margin-top: 5px;
}

.block .desc p {
    margin-top: 0;
    margin-bottom: 34px;
}

.block .desc img {
    width: 100%;
    height: auto;
}

.block .desc span {
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
    display: inline-block;
}

.dotline {
    position: absolute;
    top: 100px;
}

.dotline a {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #00a88e;
    margin-right: 9px;
    border-radius: 9px;
    float: left;
}

.dotline a.active {
    background-color: #00a88e;
}

.block_header .block-content>div {
    max-width: 60%;
}

.block_header .desc {
    max-width: 760px;
}

.article {
    padding-top: 60px;
}

.article .block-content {
    padding-right: 100px;
}

.desc_right {
    max-width: 64%;
    float: right;
}

.desc_left {
    max-width: 64%;
    float: left;
}

.comment {
    font-weight: normal;
    font-size: 25px;
    max-width: 33%;
    position: sticky;
    top: 15px;
}

.comment p {
    margin: 0;
}

.comment span {
    font-weight: 100;
    display: inline-block;
    font-size: 21px;
    margin-top: 40px;
}

.comment_left {
    margin-right: 30px;
    float: left;
}

.comment_right {
    margin-left: 30px;
    float: right;
}

.anons {
    width: 48%;
    height: 330px;
    background: url(../img/anons1.jpg) no-repeat #eee;
    background-size: cover;
    border: 1px solid #00a88e;
    box-sizing: border-box;
    display: block;
    padding: 75px 36px 36px 36px;
}

.anons h2 {
    margin-bottom: 30px;
    font-size: 36px;
}

.anons p {
    margin-top: 2px;
}

.anons .button {
    margin-top: 26px;
    cursor: pointer;
}

.anons.left {
    float: left;
}

.anons.right {
    float: right;
}

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;
}

.bright
{
    position: fixed;
    right: 10px;
    bottom: 5px;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px;
    opacity: 1;
    z-index: 999999;
}

@media screen and (max-width: 1400px) {
    .block_header .block-content>div {
        max-width: 45%;
    }
    .block .logo_kaspersky {
        display: inline-block;
        font-size: 22px;
        position: absolute;
        top: 50px;
        left: 104px;
    }
}

@media screen and (max-width: 1280px) {
    .desc_right {
        max-width: 54%;
    }
    .desc_left {
        max-width: 54%;
    }
}

@media screen and (max-width: 800px) {
    body {
        width: 640px;
        margin: auto;
    }
    section, footer {
        margin: auto;
    }
    .dotline {
        display: none;
    }
    .block-content {
        max-width: 640px;
        width: 640px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .article .block-content {
        padding-right: 30px;
    }
    .line {
        height: 4px;
        width: 100px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .block .desc {
        font-size: 30px;
        font-weight: 100;
        max-width: 100% !important;
    }
    .block .comment {
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    .block .desc span {
        margin-top: 26px;
        margin-bottom: 26px;
        font-size: 26px;
    }
    .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 {
        width: 640px;
        padding-top: 10px;
        overflow: hidden;
    }
    .block_logos {
        height: 500px;
    }
    .img_top {
        display: block;
        top: -10px !important;
        right: -36px !important;
        height: 500px;
    }
    .block .logo_kaspersky {
        left: 430px;
        top: 20px;
        position: absolute;
        width: 170px;
        height: 100px;
        display: inline-block;
        text-align: right;
        font-size: 23px;
        font-weight: normal;
    }
    .block .logo_ta {
        top: 24px;
    }
    .block .logo_ta img {
        width: 150px;
    }
    .block .logo_kaspersky img {
        width: 220px;
        display: block;
    }
    .block .logo_kaspersky img {
        display: block;
        margin-top: 40px;
    }
    .block_header {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .block_header h1 {
        padding-bottom: 40px;
    }
    .block_header .desc {
        font-weight: normal;
    }
    .anons {
        width: 100%;
        height: 420px;
        margin-bottom: 50px;
        background-position: center;
    }
    .anons p {
        font-size: 32px;
        font-weight: normal;
    }

    .comment {
        font-weight: normal;
        font-size: 28px;
    }    

    .comment span {
        display: block;
        text-align: right;
        font-size: 26px;
        font-weight: 100;
        margin-bottom: 50px;
    }
    .cave {
        margin: 80px 0 60px 0;
        position: relative;
    }
    .cave::before {
        content: "“";
        font-size: 114px;
        position: absolute;
        top: -80px;
    }
    .cave::after {
        content: "”";
        font-size: 114px;
        position: absolute;
        bottom: -120px;
        right: 0;
    }
    footer {
        height: 350px;
        width: 640px !important;
        font-size: 22px;
    }
    footer .block-content {
        padding-left: 40px;
    }
    footer .links {
        padding-top: 70px;
        float: none;
        padding-left: 0;
        margin: 0;
    }
    footer .links a {
        font-size: 32px;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    footer .links a:first-child {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    footer .rights {
        float: none;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 50px;
    }
    .block_header .block-content>div {
        max-width: 100%;
    }

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