* {
    margin: 0;
    padding: 0;
    outline: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
section {
    width: 1168px;
    margin: 4em auto;
    overflow: hidden;
    max-width: calc(100% - 2em);
}
section h2 {
    color: #000000;
    font-size: 2em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 1em;
}
.l-calc {
    float: left;
    width: calc(50% - 1em);
}
.r-calc {
    width: calc(50% - 1em);
    float: right;
    background: rgb(210 179 255 / 50%);
    padding-top: 2.5em;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
section p, section ul li {
    color: #000000;
    font-size: 1.2em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 0.75em;
}
.selector input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: absolute;
    height: 5px;
    border-radius: 10px;
}
.selector {
    float: left;
    position: relative;
    width: 100%;
    height: .5em;
    margin-top: .75em;
}
.ranger {
    margin-bottom: 2.5em;
    float: left;
    padding: 0 2.5em;
    width: 100%;
    box-sizing: border-box;
}
.ranger .name {
    font-size: 1.2em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: .8;
}

.ranger .value {
    font-size: 1.3em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 700;
    margin-top: .25em;
}
.calc-result {
    background: #2b2b2b;
    float: left;
    width: 100%;
    text-align: center;
    padding: 1.5em;
    box-sizing: border-box;
}
.calc-result .name {
    color: #ffffff;
    font-size: 1.4em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: .25em;
}
.calc-result .summ {
    color: #ffffff;
    font-size: 2em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
input[type=range]::-webkit-slider-thumb {
    width: 1.5em;
    height: 1.5em;
    border-radius: .75em;
    background: #D2B3FF;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 1px 1px 2px #b9b9b9;
    z-index: 3;
}
.selector .null {
    position: absolute;
    width: 100%;
    height: 0.5em;
    border-radius: 0.5em;
    top: 0;
    background: #fff;
}
.selector .fill {
    position: absolute;
    width: 0%;
    height: 0.5em;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    top: 0;
    background: #d2b3ff;
}
.faq {
    float: left;
    width: 100%;
    border-radius: 0.5em;
}
.qa-block {
    float: left;
    width: 100%;
}
.qa-block:not(.show) .answer {
    display: none;
}
.qa-block .question div {
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'Helvetica',Arial,sans-serif;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 2em;
}
.qa-block .question img {
    width: 2.4em;
    float: left;
    margin-right: 1.25em;
}
h2.center {
    text-align: center;
}
.qa-block .question {
    padding: 1em;
    width: 100%;
    float: left;
    background: #2b2b2c;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.qa-block:not(:last-child) {
    border-bottom: 1px solid #4f4f51;
}
.qa-block:first-child .question {
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}
.qa-block:last-child:not(.show) .question {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.faq .question:after {
    content: '';
    background: url(https://paidsubs.by/img/chevron-down.svg);
    position: absolute;
    right: 1.5em;
    top: 1em;
    width: 2.4em;
    height: 2.4em;
    background-size: 2em;
    background-position: 50%;
    background-repeat: no-repeat;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5em;
    padding: 0 3em;
    z-index: 2;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    background: white;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
}
.head-container {
    width: 1170px;
    margin: 0 auto;
}
header .logo {
    width: 150px;
    margin-top: 1.25em;
    height: 40px;
    display: block;
    float: left;
    background-image: url(/img/Frame_2.svg);
}
.tg-button {
    display: block;
    float: right;
    background: #25a5e3;
    padding: 0.5em 0.75em;
    margin-top: 1.25em;
    height: 2.5em;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}
.tg-button img {
    float: left;
    height: 1.5em;
    margin-right: 0.75em;
}
.tg-button .text {
    color: white;
    font-weight: 500;
    line-height: 1.5em;
    margin-right: 0.5em;
}
.tg-button .red-alert {
    background: #cc0122;
    width: 2em;
    height: 2em;
    text-align: center;
    color: white;
    line-height: 2.2em;
    font-size: .8em;
    border-radius: 1em;
    top: -1em;
    right: -0.75em;
    position: absolute;
}
header .lang-selector {
    float: right;
    margin-left: 2em;
    line-height: 2em;
    margin-top: 1.5em;
}
header .lang-selector .selected {
    font-weight: 700;
}
header .lang-selector a {
    text-decoration: none;
    color: black;
}
nav {
    float: left;
    width: calc(100% - 150px - 21em);
    margin-top: 1.25em;
    text-align: center;
}
nav a {
    text-decoration: none;
    color: #7f7f7f;
    font-weight: 500;
    line-height: 2.5em;
    margin-left: 1.5em;
}
article, .blog {
    width: 100%;
    font-size: calc(12px + 0.5vw);
    padding: 0 3em;
    box-sizing: border-box;
    font-family: 'Helvetica',Arial,sans-serif;
    float: left;
    margin-top: 5em;
}
.article-container {
    width: 960px;
    margin: 2em auto;
}
.blog-container {
    width: 1170px;
    margin: 2em auto;
}
article h1 {
    color: #000000;
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.blog h1 {
    color: #000000;
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1em;
}
article h2, .blog h2 {
    color: #000000;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 600;
    padding: 1.5em 0 0.5em 0;
}
.blog h2 {
    padding: 0.5em 0;
}
article h3 {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 600;
    margin: 0.5em 0;
}
article p, article ol li, article ul li {
    padding: 0.5em 0;
    line-height: 1.4em;
    font-size: 1em;
    overflow-wrap: break-word;
}
article p a {
    color: #4286f4;
    text-decoration: none;
}
article p a:visited {
    color: #9942f4;
}
article ol li, article ul li {
    list-style-position: inside;
}
article img {
    border-radius: 5px;
    width: 100%;
    margin: .5em 0;
}
article iframe {
    border-radius: 5px;
    width: 100%;
    margin: .5em 0;
}
.art-grid {
    float: left;
    width: 100%;
    display: table;
}
.art-heading {
    width: 25%;
    padding-right: 1em;
    display: table-cell;
    box-sizing: border-box;
}
.heading {
    position: sticky;
    top: 5em;
    overflow: hidden;
    width: 100%;
}
.art-column {
    display: table-cell;
    width: 75%;
    padding-left: 1em;
    box-sizing: border-box;
}
.user-rating {
    background: #F8F8FA;
    float: left;
    width: 100%;
    border-radius: 1.5em;
    padding: 0 1.5em;
    margin: 1em -1.5em 2em -1.5em;
}
.user-rating .title {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 600;
    float: left;
    margin: 1.25em 0 0.75em 0;
}
.user-star {
    cursor: pointer;
    background-size: 1.4em;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 1.5em;
    height: 1.5em;
    float: left;
    padding-right: 0.25em;
}
.user-star {
    background-image: url(https://paidsubs.by/img/icon/star-gray.svg);
}
.user-star.selected {
    background-image: url(https://paidsubs.by/img/icon/star.svg);
}
article .summary {
    margin-bottom: 0.25em;
    float: left;
    width: 100%;
}
.marker {
    color: #7f7f7f;
    font-size: .9em;
    line-height: 2.5em;
    position: relative;
    float: left;
    margin-right: 1.5em;
    margin-left: 1.75em;
    font-family: 'Helvetica',Arial,sans-serif;
}
.marker:before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin: .6em 0;
    position: absolute;
    float: left;
    left: -1.75em;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.marker.day:before, .art-card .more .date:before {
    background-image: url(https://paidsubs.by/img/icon/calendar-gray.svg);
}
.marker.vws:before, .art-card .more .views:before {
    background-image: url(https://paidsubs.by/img/icon/eye-gray.svg);
}
.rating {
    font-family: 'Helvetica',Arial,sans-serif;
    color: #7f7f7f;
    font-size: .9em;
    line-height: 2.2em;
}
.rating div {
    width: 1em;
    height: 1em;
    margin: 0.5em 0.2em 0.5em 0;
    float: left;
    background-size: cover;
    background-position: 50% 50%;
}
.rating .star {
    background-image: url(https://paidsubs.by/img/icon/star-gray.svg);
}
footer {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    background: white;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
}
.footer-container {
    width: 1170px;
    padding: 2em;
    margin: 0 auto;
    box-sizing: content-box;
    background: #f8f8fa;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
footer .copyright {
    width: 1170px;
    margin: 2em auto;
    font-size: .9em;
}
footer .logo {
    width: 150px;
    height: 40px;
    display: block;
    float: left;
    background-image: url(/img/Frame_2.svg);
}
footer .col {
    margin-right: 2.5em;
}
footer .col .title {
    font-weight: 500;
    color: #2b2b2b;
    width: 100%;
    line-height: 2em;
    float: left;
    margin-bottom: 0.5em;
    margin-top: 0.25em;
    white-space: nowrap;
}
footer .col a:not(.logo) {
    float: left;
    width: 100%;
    margin-top: 1em;
    text-decoration: none;
    color: #919192;
    font-size: .9em;
    white-space: nowrap;
}
footer .col .secure {
    width: 287px;
    margin-top: .4em;
    cursor: pointer;
}
.art-list {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.art-list .art-card {
    padding-bottom: 1em;
    margin-bottom: 2em;
    background: #f8f8fa;
    border-radius: 5px;
    text-decoration: none;
    flex: 0 0 calc(33.3% - 1.33em);
}
.art-list .art-card img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.art-list .art-card .name {
    padding: 0 1em;
    margin: 1em 0;
    color: #000;
    line-height: 1.4em;
}
.art-list .art-card .more {
    padding: 0 1em;
    margin: .5em 0;
    color: #000;
}
.art-list .art-card:nth-child(3n), .art-list .art-card:nth-child(3n+2) {
    margin-left: 2em;
}
.art-list .art-card .more div {
    float: left;
    font-size: .9em;
    color: #7f7f7f;
    margin-right: 1em;
    position: relative;
    padding-left: 1.5em;
}
.art-list .art-card .more div:before {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.rating-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    border-radius: 5px;
    overflow: scroll;
}
.rating-table tr:nth-child(2n+1) {
    background: #f8f8fa;
}
.rating-table tr:nth-child(2n) {
    background: #f8f8fa6b;
}
.rating-table tr:nth-child(1) {
    background: #eaddfe;
}
.rating-table td {
    padding: 1em 1.5em;
    text-align: center;
    border: none;
    line-height: 1.4em;
    font-size: .8em;
}
.rating-table th {
    padding: 1em 1.5em;
    text-align: center;
    border: none;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.4em;
    position: sticky;
    top: 0;
    position: -webkit-sticky;
    background: #eaddfe;
}
.rating-table .left {
    text-align: left;
}
.rating-table .name {
    background: rgb(195 195 195 / 25%);
}
.user-rating .stars {
    float: right;
    margin-top: 1.25em;
}
.home-btn {
    background: #E8DEFB;
    border-radius: 1.25em;
    padding: .75em;
    margin-bottom: 1.5em;
    margin-top: 1.2em;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.home-btn div {
    font-size: 1.4em;
    padding: 1em;
    position: relative;
}
.home-btn div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    border-radius: 1.5em;
    border: 1px solid #2B2B2B;
    background-image: url('/img/icon/to-head.svg');
    background-position: 50%;
    background-size: 1.75em;
    background-repeat: no-repeat;
    height: 3em;
}
div.banner {
    width: 100%;
    min-height: calc(100vh - 5em);
    padding: 0 calc(50% - 584px);
    box-sizing: border-box;
    margin-bottom: 4em;
    float: left;
    margin-top: 5em;
    overflow: hidden;
    background-image: url(https://paidsubs.by/img/Rectangle_8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    display: flex;
    justify-content: center;
}
.banner .text {
    width: 50%;
    float: left;
}
.banner .image {
    width: 50%;
    float: right;
    opacity: 0;
    margin-top: 2em;
    animation: ani 1s forwards;
}
@keyframes ani {
  0% {opacity: 0;margin-top: 2em;}
  100% {opacity: 1;margin-top: 0;}
}
.banner h1 {
    color: #000000;
    font-size: 3em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 600;
    width: 100%;
    float: left;
    margin: 2em 0 .5em 0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.banner h2 {
    color: #000000;
    font-size: 20px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    margin: .5em 0;
    FONT-VARIANT: JIS04;
    width: 100%;
    float: left;
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.banner .btn-start {
    color: #def6ff;
    font-size: 1.1em;
    text-decoration: none;
    padding: .75em 1em;
    margin-top: 2em;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 600;
    border-width: 1px;
    border-radius: 6px;
    background-color: #2b2b2b;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.banner .btn-video {
    float: left;
    width: 3.5em;
    height: 3.5em;
    margin-top: 2em;
    margin-left: .5em;
}
.banner .btn-video img {
    width: 2em;
    padding: .75em;
}
#advantage, #possibilities {
    padding: 2.5em 0;
}
#advantage h2, #possibilities h2, #any-question h2 {
    text-align: center;
}
#advantage p, #possibilities p, #any-question p {
    text-align: center;
}
.adv-list a {
    background: #2b2b2b;
    float: left;
    color: white;
    flex: 0 0 calc(25% - 1.875em);
    padding: 1.5em 1.5em 3.5em 1.5em;
    margin-bottom: 2.5em;
    border-radius: 1em;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}
.poss-card {
    float: left;
    color: white;
    flex: 0 0 calc(33.333% - 1.667em);
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    border-radius: 1em;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}
.adv-list, .poss-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    float: none;
    margin: 3em 0;
}
.adv-list a:nth-child(4n), .adv-list a:nth-child(4n+2), .adv-list a:nth-child(4n+3), .poss-card:nth-child(3n), .poss-card:nth-child(3n+2) {
    margin-left: 2.5em;
}
.poss-card img {
    width: 3em;
}
.pc-title {
    color: #2b2b2b;
    width: 100%;
    font-weight: 500;
    font-size: 1.1em;
    margin: 1em 0;
    font-family: 'Helvetica',Arial,sans-serif;
}
.pc-desc {
    color: #000000;
    font-size: 1em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.5;
}
.adv-list a img {
    width: 3em;
}
.adv-list a span {
    width: 100%;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
    margin: 1em 0;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 1.2em;
}
.adv-list a .adv-btn {
    position: absolute;
    bottom: 1.4em;
    font-size: 1.1em;
    left: 1.4em;
    color: #def6ff;
    font-family: 'Helvetica',Arial,sans-serif;
}
.adv-list a .adv-btn:after {
    content: '';
    width: 2em;
    height: 1em;
    background-image: url(https://paidsubs.by/img/icon/right.svg);
    background-size: 1.2em;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: -2.25em;
}
#how-banner {
    background-color: #2b2b2b;
    width: 100%;
    padding: 0 calc(50% - 584px);
    box-sizing: border-box;
    margin-bottom: 20vh;
    float: left;
    overflow: hidden;
    background-image: url(https://paidsubs.by/img/Rectangle_3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0;
    display: flex;
    justify-content: center;
}
#how-banner .howto {
    width: 50%;
    float: right;
}
#how-banner img {
    width: 50%;
    float: left;
    max-width: 20em;
    height: auto;
    margin: 2em auto;
}
.howto h2 {
    color: #ffffff;
    font-size: 2em;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 600;
    margin: 2em 0 1.5em 0;
    FONT-VARIANT: JIS04;
}
.howto .steps {
    float: left;
    width: 100%;
}
.howto .steps .step {
    float: left;
    width: 100%;
    font-size: 1.2em;
    font-family: 'Helvetica',Arial,sans-serif;
    margin: 1em 0;
    line-height: 2em;
}
.howto .steps .step div:first-child {
    float: left;
    font-weight: 500;
    position: relative;
    z-index: 2;
    width: 2em;
    height: 2em;
    margin-right: 1em;
    border-radius: .5em;
    background: white;
    text-align:center;
    transform:rotate(45deg)
}
.howto .steps .step div:first-child span {
    color: #2b2b2b;
    transform: rotate(-45deg);
    display: block;
}
.howto .steps .step div:last-child {
    color: white;
    line-height: 1.5em;
    margin: .25em 0;
}
.howto .steps .step.final div:first-child {
    background: #e1fec6;
}
.howto .steps .step.final div:last-child {
    color: #e1fec6;
}
.howto .btn-start {
    background: #def6ff;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.75em 1.5em;
    margin-top: 3em;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 600;
    border-width: 1px;
    border-radius: 6px;
    color: #2b2b2b;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-right: 1.5em;
}
.howto .btn-manual {
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.75em 1.5em;
    margin-top: 3em;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 600;
    border-width: 1px;
    border-radius: 6px;
    color: #def6ff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    border: 1px solid #5d6466;
}
#any-question .btn-start {
    color: #def6ff;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.75em 1.5em;
    margin-top: 2em;
    float: left;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 600;
    border-width: 1px;
    border-radius: 6px;
    background-color: #2b2b2b;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-left: 50%;
    transform: translateX(-50%);
}
#any-question {
    padding: 20vh 0;
}
.hd-title {
    font-weight: 600;
    margin-bottom: .5em;
    margin-top: 1em;
    line-height: 2em;
}
.hd-links a {
    background-image: linear-gradient(90deg,#bfbfbf 6px,transparent 0);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 8px 1px;
    color: #000;
    text-decoration: none;
    clear: both;
}
article .hd-links li {
    list-style: none;
    font-size: .9em;
    line-height: 1.2em;
}
.share {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.share div {
    width: 2em;
    height: 2em;
    background: #E8DEFB;
    float: left;
    margin-right: .5em;
    border-radius: .5em;
    background-position: 50%;
    background-size: 1em;
    background-repeat: no-repeat;
    cursor: pointer;
}
.share div.share-tg {
    background-image: url('/img/icon/tg-logo.svg');
}
.share div.share-vk {
    background-image: url('/img/icon/vk-logo.svg');
}
.share div.share-copy {
    background-image: url('/img/icon/copy.svg');
}