html {
  font-size: 12pt;
}
body {
  font-family: Ubuntu-Regular;
  min-width: 1000px;
}
.container {
  min-width: 970px;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
.hidden {
  display: none;
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 550;
  src: url("../fonts/Ubuntu-Medium.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Ubuntu-Light.ttf");
}
/* COMMON */
.navbar-crypto {
  padding: 0;
  height: 73px;
  background-color: #ffffff;
  position: fixed;
  z-index: 4;
  width: 100%;
}
.navbar-crypto .container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.navbar-crypto__logo {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-crypto__menu {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}
.navbar-crypto__menu-list {
  display: flex;
  margin-left: auto;
  position: relative;
}
.navbar-crypto__menu-list.locale_en #home-link.active ~ .underline {
  left: 0.75rem;
  width: 3.875rem;
}
.navbar-crypto__menu-list.locale_en #prevent-link.active ~ .underline {
  left: 6.25rem;
  width: 4.375rem;
}
.navbar-crypto__menu-list.locale_en #price-link.active ~ .underline {
  left: 12.5rem;
  width: 2.875rem;
}
.navbar-crypto__menu-list.locale_en #contacts-link.active ~ .underline {
  left: 17.5rem;
  width: 4.375rem;
}
.navbar-crypto__menu-list.locale_ru #home-link.active ~ .underline {
  left: 0.75rem;
  width: 4.4rem;
}
.navbar-crypto__menu-list.locale_ru #prevent-link.active ~ .underline {
  left: 6.7rem;
  width: 4.6rem;
}
.navbar-crypto__menu-list.locale_ru #price-link.active ~ .underline {
  left: 12.5rem;
  width: 6.875rem;
}
.navbar-crypto__menu-list.locale_ru #contacts-link.active ~ .underline {
  left: 20.8rem;
  width: 5.375rem;
}
.navbar-crypto__menu-list .underline {
  position: absolute;
  left: 0.75rem;
  top: 1.625rem;
  width: 3.875rem;
  border-bottom: 2px solid #3761cb;
  transition: all 0.5s;
}
.navbar-crypto__menu-list .menu__link {
  color: #3761cb;
  padding: 0 1.25rem;
  font-size: 1rem;
}
.navbar-crypto__menu-list .menu__link:hover {
  color: #2988f5;
  border-color: #2988f5;
}
.navbar-crypto__menu .start-auth span {
  padding-left: 0.875rem;
}
/* FIRST BLOCK */
.leading-block {
  height: 50rem;
  position: relative;
}
.leading-block .row-crypto {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.leading-block .row-crypto .title-block {
  position: absolute;
  top: 18%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 40%;
  max-width: 600px;
  transition: all 1s;
}
.leading-block .row-crypto .title-block_right {
  left: 52%;
}
.leading-block .row-crypto .title-block_left {
  right: 52%;
}
.leading-block .row-crypto .title-block img {
  width: 100%;
}
.leading-block .row-crypto .title-block .subtitle {
  text-align: center;
  color: white;
  font-size: 1.25rem;
  margin-top: 8%;
}
.leading-block .btn-in-img {
  position: absolute;
  text-transform: uppercase;
  height: 4.375rem;
  width: 16.25rem;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid white;
  text-align: center;
  vertical-align: middle;
  border-radius: .25rem;
  white-space: nowrap;
  transition: all 1s;
  opacity: 1;
}
.leading-block .btn-in-img_show {
  opacity: 1;
}
.leading-block .btn-in-img:hover {
  text-decoration: none;
}
.leading-block .btn-in-img span {
  display: block;
  height: auto;
  font-size: 1.6875rem;
  color: #ffffff;
}
.leading-block__home {
  background-image: url("../img/home.png");
  position: relative;
  background-size: cover;
}
.leading-block__home .btn-in-img,
.leading-block__home .leading-block__try-btn {
  bottom: 10%;
  right: 30%;
  z-index: 3;
}
.leading-block__home .btn-in-img_hide {
  opacity: 0;
  z-index: 0;
  cursor: default;
}
.leading-block__business {
  background-image: url("../img/bis.png");
  position: relative;
  background-size: cover;
}
.leading-block__business .btn-in-img,
.leading-block__business .leading-block__try-btn {
  bottom: 10%;
  left: 30%;
  z-index: 3;
  cursor: pointer;
}
.leading-block__business .btn-in-img_hide {
  opacity: 0;
  z-index: 0;
  cursor: default;
}
.leading-block__description {
  background-color: rgba(0, 91, 192, 0.8);
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 5% 5% 0 15%;
  opacity: 0;
  z-index: 0;
  transition: all 1s;
}
.leading-block__description ul {
  padding-left: 0;
}
.leading-block__description .description__title {
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.leading-block__description .description__subtitle {
  margin: 5% 0 5% 0;
  color: white;
  font-size: 1rem;
}
.leading-block__description .description__advantages {
  list-style: none;
  color: white;
  font-size: 0.875rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 5.5rem;
  transition: all 0.5s;
  opacity: 0;
}
.leading-block__description .description__advantages:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.leading-block__description .description__advantages_first {
  padding-left: 6rem;
}
.leading-block__description .description__advantages_first:before {
  background-image: url(../img/mortarboard.png);
  height: 37px;
  width: 48px;
}
.leading-block__description .description__advantages_second {
  padding-left: 6.5rem;
}
.leading-block__description .description__advantages_second:before {
  background-image: url("../img/laptop.png");
  width: 45px;
  height: 37px;
  padding: 0 1.5px;
}
.leading-block__description .description__advantages_third {
  padding-left: 7rem;
}
.leading-block__description .description__advantages_third:before {
  background-image: url("../img/percentage.png");
  width: 36px;
  height: 36px;
  padding: 0 6px;
}
.leading-block__description .description__advantages_fourth {
  padding-left: 7.5rem;
}
.leading-block__description .description__advantages_fourth:before {
  background-image: url("../img/shield-checked.png");
  width: 39px;
  height: 45px;
  padding: 0 4.5px;
}
.leading-block__description-home_show {
  opacity: 1;
  z-index: 2;
}
.leading-block__description-home_show .description__advantages_first,
.leading-block__description-home_show .description__advantages_second,
.leading-block__description-home_show .description__advantages_third,
.leading-block__description-home_show .description__advantages_fourth {
  padding-left: 5.5rem;
  opacity: 1;
}
.leading-block__description-business {
  left: 50%;
  padding: 5% 15% 0 5%;
}
.leading-block__description-business_show {
  opacity: 1;
  z-index: 2;
}
.leading-block__description-business_show .description__advantages_first,
.leading-block__description-business_show .description__advantages_second,
.leading-block__description-business_show .description__advantages_third,
.leading-block__description-business_show .description__advantages_fourth {
  padding-left: 5.5rem;
  opacity: 1;
}
.leading-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leading-block__try-btn {
  position: absolute;
  text-transform: uppercase;
  width: 16.20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: opacity .5s;
  cursor: pointer;
}
.leading-block__try-btn a {
  text-transform: uppercase;
  font-size: 17.7px;
  font-weight: 500;
  color: #3c65cb;
}
.leading-block__try-btn:hover {
  opacity: .7;
}
/* SECOND BLOCK - ADVANTAGES */
.second-block {
  background-image: url("../img/fon.png");
  padding-bottom: 6.875rem;
  background-size: cover;
  margin-bottom: 6.875rem;
}
.second-block .advantage {
  padding-top: 8rem;
  padding-bottom: 3.5rem;
}
.second-block .advantage .row {
  margin: 0;
}
.second-block .advantage-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  font-family: Ubuntu-Regular;
  font-weight: 300;
}
.second-block .advantage-text-notebook {
  padding-left: 2rem;
}
.second-block .advantage-text__head {
  font-size: 3rem;
  color: #2988f5;
  line-height: 3.5rem;
}
.second-block .advantage-text__descr {
  font-size: 2rem;
}
.second-block .advantage-text__descr_small {
  font-size: 1.5rem;
  color: #949494;
  padding-top: 3.25rem;
}
.second-block .advantage-text__descr_list li {
  list-style: none;
  position: relative;
  padding-top: 3.1rem;
  line-height: 2rem;
}
.second-block .advantage-text__descr_list li:after {
  content: '';
  background-image: url(../img/shield.png);
  background-size: cover;
  height: 2.125rem;
  width: 1.75rem;
  display: block;
  position: absolute;
  top: 3.1rem;
  left: -10%;
}
.second-block .advantage-image img {
  height: 100%;
  width: 100%;
}
/* BUY BLOCK */
.buy-block {
  padding-top: 7rem;
}
.buy-block h2 {
  text-align: center;
  color: #429bfd;
  font-size: 3rem;
  margin-bottom: 10%;
  font-weight: 300;
}
.buy-item {
  width: 70%;
  -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  margin: 0 auto;
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  position: relative;
}
.buy-item__head {
  font-size: 2rem;
  color: white;
  border-radius: 4px 4px 0 0;
  text-align: center;
  line-height: 4.5rem;
}
.buy-item__image-block {
  margin-left: 15%;
  margin-top: 5%;
  display: flex;
  height: 24%;
  max-height: 196px;
}
.buy-item__image-block img {
  height: 100%;
}
.buy-item__image-block_text {
  padding-top: 3.5rem;
}
.buy-item__image-block_text .image-block__title,
.buy-item__image-block_text .image-block__title-2 {
  color: white;
  font-size: 1.25rem;
  padding-left: 0.625rem;
  display: inline-block;
  padding-right: 0.875rem;
}
.buy-item__image-block_text .image-block__subtitle {
  font-size: 0.8125rem;
  padding-left: 0.625rem;
  line-height: 0.8rem;
  margin-top: 0.625rem;
  color: #1d58a0;
}
.buy-content-container {
  margin: 0 15%;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.buy-content-container .buy-item-price-wrapper {
  margin: 0 auto;
  position: relative;
}
.buy-content-container .buy-item-price-wrapper__price {
  font-size: 3.75rem;
  text-align: center;
  padding-bottom: 1rem;
  color: #3c65cb;
  font-weight: 550;
}
.buy-content-container .select-years,
.buy-content-container .select-pc {
  height: 3.5rem;
  line-height: 3.5rem;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 1.125rem;
  color: #949494;
  padding: 0 1.5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.buy-content-container .select-years .list,
.buy-content-container .select-pc .list {
  width: 100%;
  max-height: 200px;
  overflow: auto;
}
.buy-content-container .select-years:after,
.buy-content-container .select-pc:after {
  background-image: url(../img/select-arrow.png);
  border: none;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
  top: 50%;
  left: 90%;
  transform: rotate(0deg);
}
.buy-content-container .select-years.open:after,
.buy-content-container .select-pc.open:after {
  transform: rotate(-180deg);
}
.buy-content-container .btn-buy-now {
  width: 100%;
  height: 3.5rem;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  background-color: #3c65cb;
  color: white;
  line-height: 3.5rem;
}
.buy-for-home .buy-item__head {
  background-color: #1d58a0;
}
.buy-for-home .buy-item .image-block__title,
.buy-for-home .buy-item .image-block__title-2 {
  color: #1d58a0;
}
.buy-for-home .buy-item .image-block__subtitle {
  color: #1d58a0;
}
.buy-for-home .delimiter {
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  width: 1px;
  background: #dcdcdc;
}
.buy-for-business .buy-item__head {
  background-color: #6b9cfc;
}
.buy-for-business .buy-item .image-block__title,
.buy-for-business .buy-item .image-block__title-2 {
  color: #6b9cfc;
}
.buy-for-business .buy-item .image-block__subtitle {
  color: #6b9cfc;
}
.buy-for-business .buy-item__package {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.buy-for-business .buy-item__package .package {
  font-size: 1rem;
  color: #949494;
  padding: 1rem 0;
  cursor: pointer;
}
.buy-for-business .buy-item__package .package__circle {
  border-radius: 50%;
  border: 1px solid #949494;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0.15rem;
}
.buy-for-business .buy-item__package .package__circle:after {
  content: '';
  position: absolute;
  top: 3.01886792px;
  left: 3.01886792px;
  width: 8px;
  height: 8px;
  transition: all 0.2s ease-in 0.05s;
  transform: scale(0);
  border-radius: 50%;
}
.buy-for-business .buy-item__package .package input[type="radio"]:checked ~ .package__circle {
  border-color: #3c65cb;
}
.buy-for-business .buy-item__package .package input[type="radio"]:checked ~ .package__circle:after {
  transform: scale(1);
  background-color: #3c65cb;
}
.buy-for-business .buy-item__package .package input[type="radio"]:checked ~ .package__text {
  color: #3c65cb;
}
.buy-for-business .buy-item__package .package__text {
  margin-left: 1.375rem;
  font-size: 0.9rem;
}
/* FOOTER */
footer {
  text-align: center;
  background-image: url("../img/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .footer-menu {
  margin: 0 auto;
  text-align: center;
  margin-top: 1.375rem;
  margin-bottom: 4rem;
}
footer .footer-menu a {
  padding: 0 2.6875rem;
  color: #888888;
  text-decoration: underline;
}
footer .footer-menu a:hover {
  color: white;
}
footer .footer-logo {
  width: 27.125rem;
  margin: 0 auto 3rem auto;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-copyrights {
  font-size: 0.875rem;
  text-align: center;
  color: rgba(255, 252, 252, 0.5);
  width: 464px;
  margin: 0 auto 3rem;
}
/* SHARE */
.hover-effects-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all 0.3s;
}
.hover-effects-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hover-effects-btn:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.hover-effects-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.find-security {
  margin-top: 2rem;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #2988f5;
}
.count-sum {
  max-width: 170px;
  width: intrinsic;
}
.count-devices {
  display: flex;
  justify-content: center;
  width: 120px;
}
.tariffs-list {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
}
.tariff {
  box-shadow: 0 0 5px #cccccc;
  border-radius: 0;
  border: 1px solid transparent;
  text-align: center;
  align-content: center;
  background: white;
}
.tariff-input {
  width: 100%;
  text-align: center;
  background: transparent;
  border: none;
}
.tariff-confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #005fcd;
  background: white;
  margin: 1rem auto;
  color: #005fcd;
  cursor: pointer;
}
.tariff-confirmation:hover {
  background-color: #3c65cb;
  color: #ffffff;
}
.tariff-info {
  height: 14rem;
  align-content: center;
}
.tariff-name {
  font-size: 22.0px;
  margin: 1rem;
}
.tariff-price {
  position: relative;
  display: table;
  font-size: 72.0px;
  margin: 1rem auto;
}
.tariff-price:after {
  content: "$";
  font-size: 18px;
  position: absolute;
  top: 18px;
  left: -15px;
}
.tariff-icon {
  margin: 1rem;
  width: 64px;
  height: 67px;
}
.tariff-icon-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tariff-icon-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.devices-number {
  display: flex;
  justify-content: center;
  margin: 1rem;
  font-size: 16.0px;
  max-width: 228px;
}
.features {
  margin-top: 1rem;
  font-size: 16px;
}
.features-of-tariff {
  list-style: none;
  padding-left: 0rem;
  line-height: 3;
  font-size: 16px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.features-of-tariff-li {
  position: relative;
  text-align: left;
  padding: 0 25px;
  max-width: 260px;
  line-height: 2;
  margin-bottom: 15px;
}
.features-line {
  width: 172px;
  height: 1px;
  background-color: #c6c6c6;
  border: solid 1px #c6c6c6;
  margin: auto;
}
.count-btn {
  background: none;
  object-fit: contain;
  border-style: none;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  height: 20px;
}
.count-btn:focus {
  opacity: .5;
  outline: none;
}
.device-counter {
  width: 40px;
}
.lang_selector {
  border: none;
  border-radius: 4px;
  color: #005fcd;
  background: none;
  margin: 0 .25rem;
  cursor: pointer;
}
.lang_selector.active {
  background: none;
  color: #4c9dff;
}
.locale-delimiter {
  color: #005fcd;
}
/* MEDIA */
@media screen and (max-width: 1366px) {
  .leading-block__description {
    padding: 5%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10pt;
  }
  .buy-item {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .buy-item {
    width: 100%;
  }
  .buy-item__image-block {
    margin-left: 7%;
  }
  .buy-content-container {
    margin: 0 7%;
  }
}
