@font-face {
    font-family: "Museo Slab";
    src: url("../font/museo-slab-300.woff2") format("woff2"),
    url("../font/museo-slab-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Museo Slab";
    src: url("../font/museo-slab-500.woff2") format('woff2'),
    url("../font/museo-slab-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Museo Slab";
    src: url("../font/museo-slab-700.woff2") format("woff2"),
    url("../font/museo-slab-700.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../font/museo-sans-300.woff2") format("woff2"),
    url("../font/museo-sans-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../font/museo-sans-500.woff2") format("woff2"),
    url("../font/museo-sans-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../font/museo-sans-700.woff2") format("woff2"),
    url("../font/museo-sans-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    line-height: 26px;
    font-size: 18px;
    font-family: "Museo Sans", sans-serif;
    font-weight: 300;
}

h1 {
    margin: 0;
    color: #443d3e;
    font-weight: 700;
}

[v-cloak] {
    display: none;
}

.screenreader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media screen and (max-width: 374px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .container {
        padding-right: 75px;
        padding-left: 75px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1050px;
    }
}

#header-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1450px;
    height: 550px;
    background: url("../img/header-background.jpg") center/cover no-repeat;
}

#header-content {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 25px;
}


#header-slogan {
    color: #009881;
    text-align: right;
    font-weight: 700;
    font-family: "Museo Slab", sans-serif;
}

@media screen and (max-width: 359px) {
    #header-container {
        padding-top: 268px;
    }
}

@media screen and (min-width: 360px) {
    #header-container {
        padding-top: 357px;
    }
}

@media screen and (min-width: 568px) and (max-width: 1079px) {
    #header-slogan {
        line-height: 29px;
        font-size: 27px;
    }
}

@media screen and (max-width: 767px) {
    #header-slogan {
        margin-top: 9px;
    }
}

@media screen and (min-width: 768px) {
    #header-content-container::after {
        display: block;
        clear: both;
        content: "";
    }

    #header-kaspersky-logo {
        float: left;
    }

    #header-slogan {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    #header-kaspersky-logo {
        margin-top: 12px;
        width: 156px;
        height: auto;
    }

    #header-slogan {
        width: 475px;
    }
}

@media screen and (min-width: 1080px) {
    #header-kaspersky-logo {
        margin-top: 18px;
    }

    #header-slogan {
        width: 635px;
        line-height: 38px;
        font-size: 36px;
    }
}

#introduction {
    margin-top: 40px;
    font-family: "Museo Slab", sans-serif;
}

#introduction p {
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}

#introduction p:first-child {
    border-radius: 5px;
    background: #009881;
    padding-top: 24px;
    padding-bottom: 28px;
    color: #fff;
}

#introduction p + p {
    margin-top: 26px;
}

#plans {
    margin-top: 63px;
    background: #f8f8f8;
    padding-top: 36px;
    padding-bottom: 80px;
}

#plans h1 {
    text-align: center;
    line-height: 52px;
    font-size: 36px;
}

#plans h1 b {
    color: #00a88e;
}

#plans-selector {
    margin-top: 42px;
}

#plans-selector::after {
    display: block;
    clear: left;
    content: "";
}

.plans-selector-button {
    float: left;
    width: calc(50% - 10px);
    cursor: pointer;
    border: 2px solid #f4f4f4;
    background: #fff;
    padding: 21px;
}

.plans-selector-button + .plans-selector-button {
    margin-left: 20px;
}

.plans-selector-button.active {
    border: 2px solid #009881;
}

.plans-selector-button .th-text {
    color: #666;
    font-weight: 700;
    font-family: "Museo Sans", sans-serif;
}

.plans-selector-button b {
    color: #009881;
}

@media screen and (max-width: 767px) {
    .plans-selector-button img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .plans-selector-button .th-text {
        display: block;
        margin-top: 10px;
        text-align: center;
        line-height: 15px;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .plans-selector-button img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .plans-selector-button .th-text {
        display: inline-block;
        vertical-align: middle;;
        text-align: left;
        line-height: 21px;
        font-size: 21px;
    }
}

#plans-table {
    margin-top: 42px;
    box-shadow: 0 4px 20px rgba(92, 133, 150, .25);
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

#plans-table th,
#plans-table td {
    padding: 21px 15px 21px 20px;
}

#plans-table th {
    text-align: left;
    vertical-align: middle;
}

#plans-table th img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#plans-table .th-text {
    display: inline-block;
    vertical-align: middle;
}

#plans-table td {
    border-left: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    text-align: center;
}

#plans-table thead {
    line-height: 21px;
    font-size: 21px;
}

#plans-table thead th:first-child {
    font-weight: 500;
}

#plans-table thead th:nth-child(n + 2) {
    border-left: 2px solid #f4f4f4;
    font-weight: 700;
}

#plans-table tbody th,
#plans-table tbody td {
    line-height: 18px;
    font-size: 16px;
}

#plans-table tbody th {
    border-bottom: 2px solid #f4f4f4;
    font-weight: 300;
}

#plans-table tbody th[colspan="3"] {
    width: 100%;
    border-top: 2px solid #f4f4f4;
    background: #f8f8f8;
    font-weight: 700;
}

#plans-table tbody td {
    font-weight: 500;
}

#plans-table tbody tr:last-child th,
#plans-table tbody tr:last-child td {
    border-bottom: 0 none;
}

#plans-table tbody .th-text {
    margin-right: 5px;
    width: calc(100% - 75px);
}

#plans-table tbody tr:last-child a {
    display: inline-block;
    border-radius: 4px;
    background: #009982;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
}

#plans-table b {
    color: #009881;
}

#plans-table .feature-details-toggle {
    position: relative;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border: 0 none;
    background: transparent;
}

#plans-table .feature-details-toggle::after {
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.5s;
    content: "";
}

#plans-table .feature-details-toggle.open::after {
    transform: rotate(-45deg);
}

#plans-table .feature-details {
    display: none;
    margin-top: 18px;
    font-size: 15px;
}

@media screen and (max-width: 1023px) {
    #plans-table thead {
        display: none;
    }

    #plans-table.show-column1 th:nth-child(3),
    #plans-table.show-column1 td:nth-child(3) {
        display: none;
    }

    #plans-table.show-column2 th:nth-child(2),
    #plans-table.show-column2 td:nth-child(2) {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #plans-selector {
        display: none;
    }

    #plans-table tbody th {
        width: 27%;
    }

    #plans-table tbody td {
        width: 36.5%;
    }
}

.info-block:nth-child(2) {
    background: #f8f8f8;
}

.info-block-container {
    padding-top: 43px;
    padding-bottom: 40px;
}

.info-block-heading {
    line-height: 36px;
    font-size: 28px;
}

.info-block-image {
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
}

.info-block-body {
    margin-top: 15px;
    line-height: 24px;
    font-size: 16px;
}

.info-block-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-block-body li {
    position: relative;
    padding-left: 30px;
}

.info-block-body li::before {
    position: absolute;
    top: calc(1em - 8px);
    left: 6px;
    -webkit-box-shadow: 0 0 0 6px #ebf4f9;
    box-shadow: 0 0 0 6px #ebf4f9;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 2px solid #00a88e;
    content: "";
}

.info-block-body li + li {
    margin-top: 8px;
}

@media screen and (min-width: 640px) {
    .info-block-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .info-block-image-container {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 400px;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .info-block-container::after {
        display: block;
        clear: both;
        content: "";
    }

    .info-block-heading,
    .info-block-image-container,
    .info-block-body {
        width: 50%;
    }

    .info-block:nth-child(odd) .info-block-image-container {
        float: right;
        padding-left: 15px;
    }

    .info-block:nth-child(odd) .info-block-heading,
    .info-block:nth-child(odd) .info-block-body {
        float: left;
        padding-right: 15px;
    }

    .info-block:nth-child(even) .info-block-image-container {
        float: left;
        padding-right: 15px;
    }

    .info-block:nth-child(even) .info-block-heading,
    .info-block:nth-child(even) .info-block-body {
        float: right;
    }
}

#contact {
    color: #323232;
}

#contact-container {
    padding: 25px 30px 36px;
    background: #f0f0f0;
}

#contact p {
    margin: 0;
    font-weight: 700;
}

#contact-form {
    margin-top: 24px;
}

.form-control-check {
    margin-top: 19px;
}

.form-control-check + .form-control-check {
    margin-top: 26px;
}

label {
    display: inline-block;
}

label a {
    color: inherit;
    text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    display: block;
    margin-top: 4px;
    width: 100%;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #9c9ea3;
    padding: 5px 10px;
    background: #fff;
    line-height: 26px;
    font-size: 18px;
}

.form-actions {
    margin-top: 23px;
    padding-left: 20px;
}

.form-actions button {
    display: inline-block;
    border-radius: 4px;
    border: 0 none;
    background: #009982;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
}

.form-error {
    color: #ea0016;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .form-control-text + .form-control-text {
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px) {
    #contact-form {
        margin-right: auto;
        margin-left: auto;
    }

    #contact-form-columns::after {
        display: block;
        clear: both;
        content: "";
    }

    .form-control-text:nth-child(odd) {
        float: left;
    }

    .form-control-text:nth-child(even) {
        float: right;
    }

    .form-control-text:nth-child(n + 3) {
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #contact-form {
        width: 608px;
    }

    .form-control-text {
        width: 289px;
    }
}

@media screen and (min-width: 1024px) {
    #contact-form {
        width: 690px;
    }

    .form-control-text {
        width: 330px;
    }
}

#footer {
    margin-top: 120px;
    height: 120px;
    background: #009881;
}

#footer-container::after {
    display: block;
    clear: left;
    content: "";
}

#footer-kaspersky-logo,
#footer-rrperiferia-logo {
    float: left;
    max-width: 100%;
    height: auto;
}

#footer-kaspersky-logo {
    margin-top: 40px;
}

#footer-rrperiferia-logo {
    margin-top: 28px;
}

#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: hidden;
    transition: height 0.5s ease-in-out;
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    background: #fff;
    color: #009881;
    line-height: 21px;
    font-size: 17px;
    font-weight: 500;
}

#cookie-popup-container {
    padding-top: 19px;
    padding-bottom: 19px;
}

#cookie-popup a {
    color: inherit;
    text-decoration: underline;
}

#cookie-popup-close-button {
    display: inline-block;
    border-radius: 5px;
    border: 0 none;
    background: #e5f4f2;
    padding: 14px 20px 13px;
    color: #009881;
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 639px) {
    #cookie-popup-text {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 640px) {
    #cookie-popup-container::after {
        display: block;
        clear: both;
        content: "";
    }

    #cookie-popup-text {
        float: left;
    }

    #cookie-popup-close-button {
        float: right;
        margin-top: 5px;
    }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    #cookie-popup-text {
        width: 70%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    #cookie-popup-text {
        width: 60%;
    }
}

@media screen and (min-width: 1024px) {
    #cookie-popup-text {
        width: 50%;
    }
}