@font-face {font-family: "Open Sans Regular";src: url("/fonts/OpenSans-Regular.ttf") format("opentype");font-display: swap;}@font-face {font-family: "Open Sans Bold";src: url("/fonts/OpenSans-Bold.ttf") format("opentype");font-display: swap;}* {margin: 0px;padding: 0px;font-family: "Open Sans Regular", sans-serif;font-size: 16px;color: #1d1d1d;--main-blue-color: #1a4551;--main-orange-color: #f2733c;}input {outline: none;}.row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.col {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.width100 {width: 100%;}.justCenter {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.alignCenter {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.allCenter {-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}input.fromsCallBtn::before, a.fromsCallBtn::before, li.fromsCallBtn::before, .buyPremBtn::before, header input:checked ~ nav > ul > li::before, .head-user p::before {content: "";background-repeat: no-repeat;background-position: center;background-size: contain;height: 20px;padding-left: 35px;}.buyPremBtn::before {background-image: url("/media/premium_icon.svg");}.logInBtn::before {background-image: url("/media/log_in_icon.png");}.createAccountBtn::before {background-image: url("/media/reg_icon.png");}.signOutBtn::before {background-image: url("/media/sign_out_icon.png");}.changePasswordBtn::before {background-image: url("/media/change_icon.png");}.head-user p::before {background-image: url("/media/account_icon.png");height: 25px;padding-left: 30px;}.phone-head-user::before {position: absolute;top: calc(50% - 15px);height: 33px !important;width: 50px;padding: 0px;background-image: url("/media/account_icon.png");left: 0px;}.page-body {padding-top: 100px;-webkit-box-sizing: border-box;box-sizing: border-box;}header {min-height: 100px;-ms-flex-pack: distribute;justify-content: space-around;background-color: var(--main-blue-color);position: fixed;top: 0;left: 0;z-index: 5;}header * {color: #efefef;}header img {height: 40px;}header ul li a {font-size: 1em;text-decoration: none;font-weight: 200;}header #buyBtn a {font-size: 1.5em;color: #455a64;}header #buyBtn {background-color: var(--main-orange-color);border-radius: 5px;color: #455a64;padding: 12px 20px;margin-left: 30px;font-size: 1.5em;}header ul {min-width: 50%;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}header ul li {list-style: none;padding-left: 30px;font-size: 1em;cursor: pointer;}.header-container {height: 100%;width: 100%;max-width: 1200px;-ms-flex-pack: distribute;justify-content: space-around;}header input {display: none;}header input + label {position: fixed;top: 35px;right: 100px;height: 30px;width: 30px;z-index: 5;}header input + label span {position: absolute;width: 100%;height: 2px;top: 50%;margin-top: -1px;left: 0;display: block;background: #e0e0e0;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}header input + label span:first-child {top: 3px;}header input + label span:last-child {top: 90%;}header label:hover {cursor: pointer;}header input:checked + label span {opacity: 0;top: 50%;}header input:checked + label span:first-child {opacity: 1;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}header input:checked + label span:last-child {opacity: 1;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}header input ~ nav {background: var(--main-blue-color);position: fixed;top: 100px;right: 0;width: 0px;max-width: 500px;height: 100%;z-index: 3;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;-webkit-transition-delay: .5s;-o-transition-delay: .5s;transition-delay: .5s;overflow: hidden;}header input ~ nav > ul {position: absolute;top: 25%;left: 10%;right: 10%;}header input ~ nav > ul > li {opacity: 0;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;-webkit-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;margin: 10% 0px;}header input:checked ~ nav {width: 70%;-webkit-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;}header input:checked ~ nav > ul > li {opacity: 1;-webkit-transition-delay: .5s;-o-transition-delay: .5s;transition-delay: .5s;}.phone-header {background: var(--main-blue-color);position: fixed;top: 100px;right: 0;width: 100%;height: 50px;z-index: 3;border-top: 1px solid black;-webkit-box-sizing: border-box;box-sizing: border-box;display: none;}.phone-header ul.col li:first-child {margin-bottom: 6px;}.phone-header .head-user p::before {height: 25px;}.head-user p, .phone-head-user {font-size: 1em;font-weight: normal;color: var(--main-orange-color);font-family: "Open Sans Bold", sans-serif;cursor: default;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.head-user p span, .phone-head-user span {font-size: 1em;}.head-user div.row {cursor: default;}.head-user div.row a {font-family: "Open Sans Bold", sans-serif;cursor: pointer;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 1em;}.head-user div.row a::before {padding-left: 30px;}.phone-head-user {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;font-size: 1.1em;padding-left: 80px;position: relative;}.head-user {position: relative;}.head-user > div {-webkit-transition: all ease .2s;-o-transition: all ease .2s;transition: all ease .2s;position: absolute;top: 1.75em;width: 400px;}.page-body {background: #f1f1f1;}main section {margin-top: 30px;width: 100%;max-width: 1200px;background-color: #ffffff;border-radius: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;}main section.download-section {padding: 20px;}main section.download-section div.col {border: 1px solid #d3d3d3;border-radius: 10px;width: 100%;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 20px;}main section.download-section div.col p:first-child span img {height: 2em;margin-right: 5px;}main section.download-section div.col p:first-child span span {word-break: break-all;font-size: 1.7em;}main section.download-section div.col p {font-size: 1.2em;margin-bottom: 10px;}main section.download-section div.col b {font-size: 1em;}main section.download-section div.col div.row:last-child {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}main section.tariffs-section > div.row:first-child {-ms-flex-pack: distribute;justify-content: space-around;padding: 50px;padding-bottom: 10px;-ms-flex-flow: wrap;flex-flow: wrap;}main section.buy-section {margin-top: 0px;padding: 50px;}main section.tariffs-section .tariff, main section.buy-section .tariff {width: 317px;height: 450px;-ms-flex-pack: distribute;justify-content: space-around;border: 2px solid var(--main-orange-color);border-radius: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 20px 0px;margin-bottom: 20px;}main section.tariffs-section {margin-bottom: 50px;}main section.buy-section .tariff {margin: 0px;}.tariff-title {font-size: 1.5em;font-family: "Open Sans Bold", sans-serif;background-color: var(--main-blue-color);color: #ffffff;padding: 11px 19px;border-radius: 5px;}.tariff-price {font-size: 2em;margin-bottom: 15px;}.tariff-day-price span:first-child {color: #e32c3c;font-family: "Open Sans Bold", sans-serif;margin-right: 10px;}.tariff-day-price span:last-child {color: #6c757d;font-family: "Open Sans Bold", sans-serif;margin-right: 10px;}.tariff-desc p {font-size: 1.1em;}.tariff .buyBtn {font-size: 1.3em;font-family: "Open Sans Bold", sans-serif;text-decoration: none;background-color: #24a5d9;color: #ffffff;border: 1px solid #24a5d9;padding: 10px 18px;border-radius: 5px;-webkit-transition: all ease .3s;-o-transition: all ease .3s;transition: all ease .3s;}.tariff .buyBtn:hover {background-color: #ffffff;color: #22a6d9;}.tariff-desc {width: 100%;}.tariff-desc img.paypalImg {width: 35%;margin-bottom: 10px }.tariff-desc img.cardImg {width: 18%;margin-bottom: 10px }main section.info-section .info {width: 450px;height: 320px;-ms-flex-pack: distribute;justify-content: space-around;border: 2px solid var(--main-orange-color);border-radius: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 20px 20px;margin-bottom: 20px;}main section.info-section .info p {font-size: 1.5em;text-align: center;font-weight: bold;}main section.info-section .info p:last-child {font-size: 1.2em;font-weight: normal;height: 5em;}main section.info-section div.row {padding: 50px 50px;padding-bottom: 30px;-ms-flex-pack: distribute;justify-content: space-around;-ms-flex-wrap: wrap;flex-wrap: wrap;}main section.info-section img {height: 57px;}#file-antivirus {font-weight: bold;margin-left: 10px;}#file-antivirus span {color: #0b850b;font-size: 1em;font-weight: normal;}a.freeDownload, a.premDownload {border-radius: 5px;border: 1px solid #ffffff;font-size: 1.8em;text-decoration: none;font-weight: bold;-webkit-transition: all .2s ease-out 0s;-o-transition: all .2s ease-out 0s;transition: all .2s ease-out 0s;width: 48%;height: 80px;}a.freeDownload::before, a.premDownload::before {margin-right: 20px;content: "";width: 48px;height: 32px;background-position: center;background-repeat: no-repeat;background-size: contain;}a.freeDownload::before {background-image: url("/media/download_icon2.png");}a.premDownload::before {background-image: url("/media/download_icon1.png");}a.freeDownload {background-color: #e0e0e0;border-color: #455a64;}a.freeDownload:hover {background-color: #455a64;color: #e0e0e0;}a.premDownload {background-color: #24a5d9;border-color: #24a5d9;color: #ffffff;}a.premDownload:hover {background-color: #ffffff;color: #24a5d9;}a.freeDownload:hover::before {background-image: url("/media/download_icon1.png");}a.premDownload:hover::before {background-image: url("/media/download_icon3.png");}.form {position: fixed;border-radius: 20px;border: 1px solid #455a64;-webkit-box-sizing: border-box;box-sizing: border-box;display: none;top: calc(50% - 250px);left: calc(50% - 200px);background-color: #455a64;z-index: 8;}.form form {-ms-flex-pack: distribute;justify-content: space-around;padding: 10px;padding-top: 40px;width: 100%;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}.enter-form {height: 400px;width: 400px;}.reg-form {height: 500px;width: 400px;}.remember-form {height: 400px;width: 400px;}.exit-form {height: 300px;width: 400px;}.change-form {height: 400px;width: 400px;}.buy-form {height: 400px;width: 400px;}.about-form {height: 700px;width: 500px;top: calc(50% - 350px);left: calc(50% - 250px);}.set-prem-form {height: 300px;width: 500px;}.set-prem-form div.row {width: 100%;-ms-flex-pack: distribute;justify-content: space-around;}.set-prem-form input[type='button'], .set-prem-form input[type='submit'] {width: 40%;height: 50px;font-size: 1.2em;}.set-prem-form input[type='date'] {width: 80%;height: 60px;padding: 0px 10px;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 10px;border: 2px solid #000000;outline: none;}.set-prem-form p {color: #ffffff;font-size: 1.5em;}.form-back {background: #27272778;position: fixed;top: 0;right: 0;width: 100vw;height: 100vh;display: none;z-index: 7;}form input[type="text"], form input[type="password"], form textarea {width: 80%;height: 60px;padding: 0px 10px;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 10px;border: 2px solid #000000;outline: none;}form textarea {height: 160px;}form input[type="text"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder {font-size: 1.3em;}form input[type="text"]::-moz-placeholder, form input[type="password"]::-moz-placeholder {font-size: 1.3em;}form input[type="text"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder {font-size: 1.3em;}form input[type="text"]::-ms-input-placeholder, form input[type="password"]::-ms-input-placeholder {font-size: 1.3em;}form input[type="text"]::placeholder, form input[type="password"]::placeholder, form textarea {font-size: 1.3em;}form input[type="submit"], form input[type="button"] {width: 200px;height: 70px;border: 1px solid #24a5d9;color: #e7e7e7;border-radius: 20px;font-size: 1.7em;background: #24a5d9;-webkit-transition: all .2s ease-out 0s;-o-transition: all .2s ease-out 0s;transition: all .2s ease-out 0s;}form input[type="submit"]:hover, form input[type="button"]:hover {background: #2db7ee;}.reg-form input[type="submit"] {width: 220px;}.remember-form input[type="submit"] {width: 220px;}.exit-form input[type="submit"], .exit-form input[type="button"] {height: 40px;width: 150px;font-size: 1.2em;}.about-form input[type="submit"], .about-form input[type="button"] {height: 60px;width: 150px;}.enter-form .fromsCallBtn {cursor: pointer;color: #ffffff;width: 75%;margin-top: -30px;margin-bottom: -20px;font-size: 16px;}.reg-form p {margin-top: -20px;margin-bottom: 10px;font-size: 16px;height: 0px;color: #ffffff;}.reg-form span {color: #ffffff;font-size: 1em;text-decoration: underline;cursor: pointer;}.remember-form p, .change-form p {width: 80%;color: #e7e7e7;font-size: 1.2em;}.exit-form p {font-size: 2em;color: #e7e7e7;}.about-form p {width: 80%;color: #e7e7e7;font-size: 1em;}.about-form a {color: var(--main-orange-color);font-family: "Open Sans Bold", sans-serif;font-size: 1em;}.error {position: absolute;z-index: 10;color: #d60000;font-size: 1.2em;font-family: "Open Sans Bold", sans-serif;text-shadow: 1px 1px 0px black;}.Info-container {width: 100%;height: calc(100vh - 100px);overflow: auto;margin: 0px;-webkit-box-sizing: border-box;box-sizing: border-box;}.Info-container section {width: 100%;max-width: 1400px;margin: 0px;margin-bottom: 50px;padding-bottom: 50px;-webkit-box-sizing: border-box;box-sizing: border-box;}.Info-wrap {width: 90%;}.Info-wrap h2 {margin: 30px 0px;font-size: 2em;}#Info {width: 100%;}#Info a {color: var(--main-orange-color);cursor: pointer;text-decoration: underline;}#Info ul li {list-style: none;margin-left: 20px;}.contact-us {position: fixed;right: 0;height: 120px;width: 25px;background-color: #24a5d9;top: calc(50% - 50px);cursor: pointer;border-top-left-radius: 5px;border-bottom-left-radius: 5px;z-index: 99;}.contact-us span {font-size: 0.7em;color: #ffffff;display: block;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);}.card-footer {height: 100px;max-width: 1200px;width: 100%;padding: 0px 5%;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.card-footer p img {margin-right: 10px;}footer {min-height: 80px;width: 100%;background-color: var(--main-blue-color);-ms-flex-pack: distribute;justify-content: space-around;}footer .footer-container {height: 100%;width: 100%;max-width: 1200px;-ms-flex-pack: distribute;justify-content: space-around;}footer .footer-container ul {width: 50%;}footer * {color: #ffffff;}footer button, footer a, footer p {background: none;outline: none;border: none;font-size: 1em;color: #ffffff;text-decoration: none;cursor: pointer;}footer p {font-size: 0.9em;}footer ul li {margin-right: 15px;font-size: 0.9em;list-style-type: none;}@media (min-width: 1101px) {.windowHidden {display: none;}}@media (max-width: 1100px) {.tabletHidden {display: none;}.tabletCol {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.tabletRow {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.tabletAlignCenter {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}a.premDownload {margin-bottom: 50px;}a.freeDownload, a.premDownload {max-width: 450px;width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}#file-size {text-align: center;}#file-antivirus {margin-left: 0px;margin-bottom: 20px;text-align: center;}}@media (max-width: 800px) {.phoneHidden {display: none;}.phoneCol {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.phoneRow {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.phoneAlignCenter {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}#FAQ, #Terms {width: 98%;}header input + label {right: 40px;}main section.tariffs-section div.row {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-flow: column;flex-flow: column;}main section.tariffs-section .card-footer div.row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row;flex-flow: row;}main section.tariffs-section .card-footer {padding: 10px;}footer {height: 120px;}footer .footer-container ul {width: auto;}.head-user > div {top: 2.3em;}.phone-header {display: -webkit-box;display: -ms-flexbox;display: flex;}header ul li {font-size: 1em;}main section {margin-top: 15px;}}@media (max-width: 650px) {.phone-head-user::before {padding-left: 0px !important;}.phone-head-user {padding-left: 50px;}header ul li {padding-left: 0px;}}@media (max-width: 600px) {.smallPhoneCol {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}a.freeDownload::before, a.premDownload::before {display: none;}header input:checked ~ nav > ul > li::before, .phone-head-user::before {content: none;}.phone-head-user {padding-left: 0px;}main section.info-section .info {width: 100%;}}@media (max-width: 480px) {* {font-size: 12px;}a.freeDownload, a.premDownload {width: 260px;height: 60px;}a.premDownload {margin-bottom: 20px;margin-top: 10px;}.form {width: 100%;left: 0;}.tariff, .tariff div.row, div.col {font-size: 16px;}header #buyBtn {margin-left: 10px;}main section.tariffs-section .card-footer div.row {display: none;}footer {padding: 5px;-webkit-box-sizing: border-box;box-sizing: border-box;}}