@font-face {
    font-family: "KasperskyRegular";
    src: url("../fonts/KasperskySans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "KasperskyLight";
    src: url("../fonts/KasperskySans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "KasperskyBold";
    src: url("../fonts/KasperskySans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

input::placeholder {
    font-size: 16px;
    color: #59595c;
    opacity: 0.5;
    font-family: KasperskyLight, Arial;
}

input::-ms-input-placeholder {
    font-size: 16px;
    color: #59595c;
    opacity: 0.5;
    font-family: KasperskyLight, Arial;
}

input:-ms-input-placeholder {
    font-size: 16px;
    color: #59595c;
    opacity: 0.5;
    font-family: KasperskyLight, Arial;
}

input:focus::placeholder {
    color: transparent;
}

html, body {
    position: relative;
    min-height: 100vh;
}

body {
    font-family: KasperskyRegular, Arial;
    overflow-y: scroll;
    padding-bottom: 113px;
}

h1, h3{
    padding-bottom: 8pt;
    margin-left: 48px;
}

h1 {
    font-family: KasperskyRegular, Arial;
    font-size: 42px;
    color: #fff;
}

h2 {
    margin: 35px 0 35px -60px;
    font-size: 36px;
    color: #59595C;
    font-family: KasperskyRegular, Arial;
}

h2 img {
    margin-top: -7px;
    margin-right: 15px;
    width: 44px;
    height: 44px;
}

h3 {
    font-size: 23px;
    font-family: KasperskyLight, Arial;
    color: #fff;
}

h4 {
    font-size: 23px;
    font-family: KasperskyLight, Arial;
    color: #59595c;
}

a, a:hover {
    font-family: KasperskyLight, Arial;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    color: #59595c;
    text-decoration: none;
    word-wrap: break-word;
    text-decoration-skip-ink: none;
}

a:hover {
    color: #02A88E;
    opacity: 0.5;
}

a:active {
    color: #02A88E;
}

.green-bg {
    background-color: #02a88e;
    height: 289px;
    width: 100px;
    margin-top: 28px;
    position: static;
    display: block;
    float: left;
    clear: none;
    z-index: -1;
}

.slider {
    width: 100%;
}

.header, .footer {
    max-width: 992px;
}

.current-lang {
    cursor: pointer;
}

.current-lang:hover {
    color: #02A88E !important;
}


.current-lang::after {
    content: "\30c";
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 0;
    display: inline-block;
    position: relative;
    left: -6px;
    top: 11px;
}

.language-select {
    position: absolute;
    width: 325px;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    right: 24px;
    z-index: 10;
    display: none;
}

.language-select ul {
    column-count: 3;
    list-style-type: none;
    text-align: left;
}

.language-select ul li:nth-child(4n) {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.language-select ul li a {
    font-family: KasperskyLight, Arial;
    font-size: 12px;
}

.language-select .current-language {
    color: #02A88E;
}

.language-select img {
    width: 26px;
    height: 16px;
    margin-top: -2px;
}

.main-block {
    max-width: 1040px;
    min-height: 354px;
    background-image: url('../img/robot-with-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.center-block {
    max-width: 850px;
}

.main-block .text-block h1 {
	width: 65%;
}

.main-block .text-block h3 {
	width: 60%;
}

.text-block h3 {
    max-width: 600px;
}

.text-block a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 23px;
    font-family: KasperskyLight, Arial;
}

.text-block a:hover {
    text-decoration: none;
}

.passwd-check {
    width: 100%;
    height: 64px;
    border: 1.5px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.07);
    padding: 20px;
    font-family: Arial;
    padding-right: 57px;
}

.eye-show {
    width: 24px;
    height: 16px;
    background-image: url('../img/eye-show.png');
    position: absolute;
    display: inline-block;
    top: 24px;
    right: 35px;
    opacity: 0.6;
}

.eye-hide {
    width: 33px;
    height: 33px;
    background-image: url('../img/eye-hide.png');
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 30px;
}

.focus {
    font-size: 36px;
    letter-spacing: 2px;
    color: #59595C;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #f5f5f5;
    margin-top: 14px;
}

.indicator, .indicator2, .indicator3 {
    width: 0;
    height: 8px;
    background-image: url("../img/progress-bar.png");
    background-position: left;
    background-size: cover;
}

.indicator-test, .indicator-test2, .indicator-test3 {
    width: 0;
    height: 8px;
    background-image: url("../img/progress-bar-test.png");
    background-position: left;
    background-size: cover;
}

.preloader {
    text-align: center;
    display: none;
    padding: 100px 0 100px 0;
}

.rotate {
    animation: 1s linear 0s normal none infinite running rotate;
    -webkit-animation: 1s linear 0s normal none infinite running rotate;
    width: 109px;
    height: 108px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.description-block {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    line-break: normal;
}

.description-block h4, .description-block p {
    padding-right: 60px;
    padding-left: 60px;
    font-family: KasperskyLight, Arial;
    color: #59595c;
    padding-top: 30px;
    margin: 0 25px 0 25px;
}

.description-block p, .faq-block p {
    font-size: 16px;
}

.description-block hr, .faq-block hr {
    width: 100%;
}

.description-block h2 {
	margin: 35px 10px 35px 10px;
}

.bad-score, .middle-score, .good-score {
    text-align: center;
    vertical-align: middle;
    display: none;
}

.description-block ul {
    list-style-type: none;
    color: #59595C;
    font-size: 23px;
    font-family: KasperskyLight, Arial;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 0;
}

.description-block > ul > li {
    background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    background-position-y: 16px;
    padding-left: 17px;
}

ul.score-description {
    list-style-type: none;
    color: #59595C;
    font-size: 23px;
    font-family: KasperskyLight, Arial;
    text-align: left;
    margin-left: 15px;   
}

.description-block ul.score-description {
    list-style-position: inside;
}

.description-block ul.score-description li {
    background-image: url('../img/list-type-triangle.png');
    background-repeat: no-repeat;
    background-position-y: 6px;
    padding-left: 30px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .description-block ul.score-description li {
        background-image: url('../img/list-type-triangle@2x.png');
        background-size: 24px 21px;
    }
}

.description-block a, .faq-block a {
    text-decoration: none;
    color: #02a88e;
}

.description-block a:hover, .faq-block a:hover {
    text-decoration: underline;
    opacity: 1;
}

.bad-score {
    border: #F17179 3px solid;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.middle-score {
    border: #FFCB4D 3px solid;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.good-score {
    border: #02A88E 3px solid;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.passwd-score .crack {
    display: none;
}

.crack p {
    width: 100%;
}

.crack .crack-time {
    font-size: 36px;
}

.passwd-score {
    text-align: center;
    display: none;
}

.passwd-score a {
    text-decoration: underline;
    color: #59595C;
    font-size: 23px;
    font-family: KasperskyLight, Arial;
}

.passwd-score p {
    font-size: 23px;
    font-family: KasperskyLight, Arial;
    color: #59595C;
}

.passwd-score .before, .passwd-score .after {
    cursor: pointer;
    display: none;
    margin-top: 20px;
}

.passwd-score .before img, .passwd-score .after img {
    width: 27px;
    height: 27px;
}

.passwd-score .crack, .passwd-score .explanation-container {
    display: flex;
}

.passwd-score .faq-link img {
    float: left;
    margin-right: 20px;
    width: 42px;
    height: 42px;
}

.explanation {
    margin: 0 auto;
}

.explanation div {
    display: none;
}

.explanation div:first-child {
    display: block;
}

.explanation img {
    float: left;
    margin: 0 30px 0 20px;
    width: 80px;
    height: 80px;
}

.explanation p {
    text-align: left;
    height: 80px;
    vertical-align: middle;
    display: table-cell;
}

.banner {
    height: 378px;
    font-family: KasperskyLight, Arial;
    background-color: rgba(89, 89, 92, 0.19);
    text-align: center;
    display: none;
}

.banner h4 {
    padding: 0 15px 0 15px;
}

.banner .grey-bg-image {
    background-image: url('../img/banner-dark.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: center;
    height: 405px;
    display: inline-block;
    margin-top: -27px;
    padding-top: 27px;
}

.banner .grey-bg-image > * {
    max-width: 850px;
}

.banner div .download-button, .banner div .download-button a {
	width: 348px;
	height: 72px;
	margin: 0 auto;
	background-color: #02A88E;
	display: block;
}

.banner div .download-button a {
	font-size: 23px;
	color: #fff;
	padding-top: 17px;
}

.banner div .download-button img {
    margin-right: 20px;
    margin-top: -4px;
    width: 35px;
    height: 37px;
}

.banner div .download-button a span::before {
	content: url('');
}


.banner div .mobile {
    display: none;
}

.banner div .desktop {
    display: block;
}

.banner p {
    font-size: 15px;
}

.platform {
    margin: 0 40px 0 40px;
}

.platform img {
    width: 32px;
    height: 37px;
}

.platform#ios img {
    width: 48px;
    height: 25px;
}

.background-grey {
    height: 140px;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
}

.social {
	height: 35px;
}

.social a {
    margin-left: 50px;
    opacity: 0.5;
}

.social a:first-child {
    margin-left: 0;
}

.social a:hover {
    opacity: 1;
}

.footer-links a, .footer-links span {
    font-size: 12px;
    margin-right: 15px;
}

.footer-links span {
    font-family: KasperskyLight, Arial;
    opacity: 0.5;
}

.copyrights {
    font-size: 12px;
    font-family: KasperskyLight, Arial;
}

.faq-title {
    max-width: 960px;
}

.faq-title h1 {
    font-family: KasperskyRegular;
    font-size: 23px;
    color: #59595c;
    margin-left: 0;
    margin-right: 0;
}

.faq-block {
    max-width: 960px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    line-break: normal;
}

.faq-block p {
    margin-right: 60px;
    padding-left: 48px;
    font-family: KasperskyLight, Arial;
    color: #59595c;
    margin-top: 0;
}

.faq-block ul {
    padding-left: 0;
    list-style-position: inside;
}

.faq-block ul li {
    font-family: KasperskyLight, Arial;
    color: #59595c;
    padding-left: 22px;
    margin-left: 0;
    margin-right: 60px;
}

.faq-block h4 {
    margin: 30px 10px 30px 10px;
    padding-left: 27px;
    cursor: pointer;
    font-family: KasperskyLight, Arial;
    color: #59595c;
}

.faq-block h4 img {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: -5px;
}

.toggleShow {
    transition: transform 0.3s;
    transform: rotate(90deg);
}

.toggleHide {
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.faq-block .dropdown *:not(span) {
    margin-left: 27px;
}

.faq-block .dropdown a {
    margin: 0;
}

.faq-block .dropdown hr {
    margin-left: 0 !important;
}

.faq-block .dropdown:last-child hr {
    display: none;
}

.faq-block .dropdown {
    font-size: 16px;
    margin-left: 14px;
    display: none;
}

.kaspersky-logo img {
    padding: 5px 0 5px 0;
}

.kaspersky-logo-m {
    padding-top: 1px;
    display: none;
}

.icon-container {
    float: left;
    margin-right: 20px;
}

.fox-banner-container {
	background-image: linear-gradient(to left, #7eff33 50%, #01f3cb 50%);
	height: 197px;
	position: relative;
	cursor: pointer;
}

.fox-banner {
	background-image: url('../img/fox-banner.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 225px;
	position: absolute;
	top: -54px;
	background-size: 1440px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .fox-banner {
        background-image: url('../img/fox-banner@2x.png');
        top: -55px;
    }
}

.fox-banner-content {
	max-width: 992px;
}

.fox-banner-content p {
	font-weight: normal;
	font-family: KasperskyLight, Arial
}

.fox-banner-content h2 {
	font-family: KasperskyRegular, Arial;
	color: #000;
	margin: 95px 0 0 0;
}

.fox-banner-url {
	color: #000;
}

.fox-banner-url:hover {
	color: #000;
}

.widget {
    display: none;
    margin-top: -20px;
    height: 260px;
}

@media (min-width: 1200px) and (max-width: 1270px) {
    .banner .grey-bg-image { 
        min-width: 1055px;
    }
}

@media (max-width: 768px) {
    .progress-bar {
        margin-top: 16px;
    }
}

@media (min-width: 755px) and (max-width: 850px) {
	.main-block .text-block h1 {
		width: 65%;
		font-size: 36px;
	}

	.main-block .text-block h3 {
		width: 50%;
		font-size: 21px;
	}
}

@media (min-width: 481px) and (max-width: 754px) {
	.main-block .text-block h1 {
		width: 65%;
		font-size: 28px;
	}

	.main-block .text-block h3 {
		width: 50%;
		font-size: 20px;
	}

	.fox-banner {
		background-position: 60% bottom;
	}

	.fox-banner-content h2 {
		font-size: 30px;
	}

	.fox-banner-content p {
		width: 65%;
	}
}

@media (min-width: 481px) and (max-width: 659px) {
	.main-block {
		background-image: url('../img/green-bg.png');
		background-position-x: -567px;
	}

	.main-block .text-block h1, .main-block .text-block h3 {
		width: 75%;
	}
}

@media (min-width: 481px) and (max-width: 539px) {
	.main-block .text-block h1 {
		font-size: 29px;
	}

	.main-block .text-block h3 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {

    body {
        padding-bottom: 140px;
    }

    .mobile-hide {
        display: none;
    }

    h1 {
        font-size: 29px;
        margin: 0 25px 0 25px;
        width: 90%;
    }

    h2 {
        font-size: 20px;
        margin-left: 0;
        width: 100%;
    }

    h2 img {
        width: 44px;
    }

    h3 {
        font-size: 16px;
        margin: 0 25px 0 25px;
        width: 80%;
    }

    h4 {
        font-size: 20px;
    }

    .kaspersky-logo {
        display: none;
    }

    .green-bg {
        display: none;
    }

    .preloader {
        padding: 0;
    }

    .kaspersky-logo-m {
        display: block;
    }

    .main-block {
        background-image: url('../img/no-robot-bg.png');
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 367px;
    }

    .main-block .text-block h1 {
    	width: 90%;
    }

    .main-block .text-block h3 {
    	line-height: 16px;
    	width: 80%;
    }

    .main-block .text-block a {
        font-size: 16px;
    }

    .language-select {
        display: none;
        left: 0;
        top: 60px;
        width: 100%;
        position: fixed;
    }

    .center-block {
        width: auto;
    }

    .description-block, .description-block h4, .description-block p {
        padding-right: 0;
        padding-left: 0;
    }

    .description-block p {
        font-size: 12px;
    }

    .description-block h2 {
        margin: 35px 0 35px 0;
        padding: 0 20px 0 20px;
    }

    .description-block ul {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .description-block ul li {
        font-size: 20px;
    }

    .description-block > ul > li {
        background-position-y: 14px;
    }

    .description-block ul.score-description li {
        background-position-y: 14px;
    }

    .indicator {
        background-image: url("../img/progress-bar-m.png");
    }

    .score-description li {
        padding-top: 10px;
    }

    .bad-score, .middle-score, .good-score {
        height: auto;
    }

    .explanation img {
        float: none;
    }

    .explanation p {
        font-size: 20px;
        padding: 0 10px 0 10px;
        text-align: center;
    }

    .passwd-score .before, .passwd-score .after {
        margin-top: 100px;
    }

    .passwd-score a {
        font-size: 20px;
    }

    .banner {
        background-image: none;
        height: 280px;
        display: none;
    }

    .banner .grey-bg-image {
        background-image: url('../img/banner-dark-m.png');
        background-size: auto;
        background-position: center top;
        margin-top: -15px;
    }

    .banner div .desktop {
        display: none;
    }

    .banner div .mobile {
        display: block;
    }

    .footer h4 {
        font-size: 15px;
    }

    .social a {
        margin-left: 25px;
        margin-right: 25px;
    }

    .dropdown {
        margin: 30px 0;
    }

    .faq-block .dropdown *:not(span) {
    	margin-left: 0px;
    }

    .faq-block .dropdown a {
    	margin-left: 0px;	
    }

    .faq-block h4 {
        margin-bottom: 30px;
    }

    .faq-block ul li {
    	padding-left: 38px;
    }

    .faq-block p {
        margin-right: 30px;
        padding-left: 37px;
        overflow: hidden;
    }

    .faq-block h4 img {
        margin: 0 10px 0 0;
        float: left;
    }

    .faq-block hr {
        margin: 30px 0;
    }

    .icon-container {
        margin-right: 10px;
    }

    .fox-banner-container {
    	background-image: none;
    	height: 284px;
    }

    .fox-banner {
    	background-image: url('../img/fox-banner-m.png');
    	padding: 0;
    	background-size: cover;
    	height: 379px;
    	background-position: 75% bottom;
    }

    .fox-banner-content * {
    	padding: 0 25px 0 25px;
    }

    .fox-banner-content {
    	padding: 0;
    }

    .fox-banner-content h2 {
    	font-size: 29px;
    	margin-top: 55px;
    	margin-bottom: 25px;
    }

    .fox-banner-content p {
    	max-width: 55%;
    }

    .faq-link {
    	margin-left: 10px !important;
    }

    .platform img {
    	width: 150px;
    	height: 49px;
    }
}

@media (max-width: 420px) {
    .social a {
        margin-left: 18px;
        margin-right: 18px;
    }

    .social a:first-child {
        margin-left: 0;
    }

    .social a:last-child {
        margin-right: 0;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 26px;
        padding: 0 15px 0 15px;
        margin: -18px 0 10px 0;
        width: 100%;
        line-height: 28px;
    }

    h2 {
        font-size: 20px;
        margin-left: 0;
        width: 100%;
    }

    h2 img {
        width: 44px;
    }

    h3 {
        font-size: 16px;
        padding: 0 15px 0 15px;
        margin: 0 0 10px 0;
        width: 100%;
    }

    .main-block .text-block h1 {
    	width: 100%;
    }

    .main-block .text-block h3 {
    	line-height: 16px;
    	width: 100%;
    }

    .banner h4 {
        padding: 0 15px 0 15px;
        margin-top: 0 !important;
    }
}

