* {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
    outline-offset: 0;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
}

html,
body {
    height: 100%;
}

header,
section,
footer {
    position: relative;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

ul {
    margin: 0 0 0 1.5em;
}

img {
    line-height: 1;
    border: none;
    vertical-align: top;
    max-width: 99.8%;
}

/* floats & position*/
.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
    clear: both;
}

/* alings */
.aleft {
    text-align: left !important;
}

.aright {
    text-align: right !important;
}

.acenter {
    text-align: center !important;
}

.amiddle,
.amiddle>* {
    vertical-align: middle !important;
}

/* show-hidden */
.on {
    display: block !important;
}

.off {
    display: none !important;
}

/* debug and another */
.nobr {
    white-space: nowrap;
}

.free {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.z {
    border: solid 1px red !important;
}

/* for debug */

/* columns widths */
*[class*=w-] {
    float: left;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33%;
}

.w-50 {
    width: 50%;
}

.w-66 {
    width: 66.66%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 99.8%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.w-pdh {
    padding-left: 10px;
    padding-right: 10px;
}

/* ================================================ */
/* desktop styles */
body {
    background-color: #fff;
    color: #292929;
    font: normal 18px 'MuseoSansCyrl-300', arial;
    line-height: 1;
}

.wrap {
    max-width: 940px;
    margin: 0 auto;
}

/* paddings for header && footer */
.main {
    min-height: 100%;
    padding-top: 64px;
    padding-bottom: 60px;
}

/* header */
header {
    width: 100%;
    height: 64px;
    /* margin-top: -64px; */
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 2px rgba(140, 140, 140, 0.6);
}

/* footer */
footer {
    width: 100%;
    height: 60px;
    /* margin-top: -60px; */
}

/* base tags && styles */
h2 {
    font: normal 190% 'MuseoSansCyrl-700', arial;
}

h3 {
    font: normal 160% 'MuseoSansCyrl-700', arial;
}

h4 {
    font: normal 105% 'MuseoSansCyrl-300', arial;
}

h1,
h2,
h3,
h4 {
    line-height: 1.1;
}

p {
    line-height: 1.4;
}

a {
    color: #006a52;
}

strong {
    font-family: 'MuseoSansCyrl-700', arial;
    font-weight: normal;
}

b {
    font-family: 'MuseoSansCyrl-900', arial;
    font-weight: normal;
}

.thin {
    font-family: 'MuseoSansCyrl-100', arial;
}

i {
    font-family: 'MuseoSansCyrl-300Italic', arial;
}

.thin i {
    font-family: 'MuseoSansCyrl-100Italic', arial;
}

small,
.small {
    font-size: 14px;
}

.micro {
    font-size: 12px;
}

.upper {
    text-transform: uppercase;
}

.dsp-block {
    display: block;
}

.fnt-x {
    font-family: 'MuseoCyrl-300', arial;
}

.fnt-x strong,
.fnt-x b {
    font-family: 'MuseoCyrl-700', arial;
}

.fnt-x .thin {
    font-family: 'MuseoCyrl-100', arial;
}

.fnt-x i {
    font-family: 'MuseoCyrl-300Italic', arial;
}

/* Ã‘â€šÃ‘â‚¬ÃÂµÃÂ±Ã‘Æ’ÃÂµÃ‘â€š ÃÂºÃÂ°Ã‘ÂÃ‘â€šÃÂ¾ÃÂ¼ÃÂ¸ÃÂ·ÃÂ°Ã‘â€ ÃÂ¸ÃÂ¸ */
.add-icon {
    position: relative;
    padding-left: 30px;
}

.add-icon i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* */
    width: 20px;
    height: 20px;
    font-style: normal;
    background-color: orange;
}

/* ======================================================== */
header .comp-logo {
    height: 60px;
    width: 140px;
    margin-top: 0px;
    margin-left: -16px;
    background: url('Kaspersky_logotype_green.svg') left center no-repeat;
    background-size: cover !important;
}

footer {
    background-color: #efefef;
}

/* ======================================================== */
.content>* {
    margin-top: 30px;
}

.content>p {
    margin-top: 15px;
}

.content>*:first-child {
    margin-top: 0;
}

.col-info {
    width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px
}

.col-ch {
    width: 100px
}

.pdv-1x {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pdh-1x {
    padding-left: 10px;
    padding-right: 10px;
}

.pdv-2x {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pdh-2x {
    padding-left: 20px;
    padding-right: 20px;
}

.pdv-4x {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pdh-4x {
    padding-left: 40px;
    padding-right: 40px;
}

.mrl-1x {
    margin-left: 10px;
}

.mrl-2x {
    margin-left: 20px;
}

.mrl-4x {
    margin-left: 40px;
}

.mrt-1x {
    margin-top: 10px !important;
}

.mrt-2x {
    margin-top: 20px !important;
}

.mrt-4x {
    margin-top: 40px !important;
}

.clr-01 {
    color: #009982;
}

.clr-02 {
    color: blue;
}

.bg-cont {
    background-size: contain !important;
}

/* 
input[type="checkbox"] { display:none }
input[type='checkbox'] + * {display: inline-block; vertical-align: top; color:#bebebe;}
input[type="checkbox"] + label{cursor: pointer; position: relative; padding:0 0 0 45px; min-height: 17px;}
input[type="checkbox"] + label span { display:block; position: absolute; left:20px; top:3px; width:17px; height:17px; background:url(../img/checker.png) left bottom no-repeat;}
input[type="checkbox"] + label.checked{color:#292929;}
input[type="checkbox"] + label.checked span { background-position:left top !important;}
*/
.btn {
    display: inline-block;
    text-decoration: none;
    background-color: #00a88e;
    color: #fff;
    font-size: 23px;
    border-bottom: solid 3px #007865;
    padding: 3px 1.4em 0;
    line-height: 1.9em;
}

.btn:hover {
    background-color: #1bbfa6;
}