@media screen and (max-width: 1240px) {
  .container {
    width: 992px;
  }
  .intro-info {
    width: 450px;
  }
  .intro-info__title {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .intro-info__descr {
    margin-bottom: 30px;
  }
  .intro__image {
    width: 440px;
  }
  .kaspersky-tabs__btn {
    min-width: 220px;
  }
  .kaspersky-tabs__btn:not(:last-child) {
    margin-right: 24px;
  }
  .kaspersky-detail-main {
    width: 450px;
  }
  .kaspersky-detail-list {
    width: 475px;
  }
  .naumen-tabs__btn {
    font-size: 18px;
    width: 168px;
  }
  .naumen-block-item {
    width: 223px;
  }
  .naumen-block-item:not(:nth-child(5n + 5)) {
    margin-right: 0;
  }
  .naumen-block-item:not(:nth-child(4n + 4)) {
    margin-right: 20px;
  }
  .naumen-block-item:not(:nth-child(-n + 5)) {
    margin-top: 0;
  }
  .naumen-block-item:not(:nth-child(-n + 4)) {
    margin-top: 20px;
  }
  .rvision-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rvision-item {
    width: 49%;
  }
  .rvision-item:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }
  .rvision-item:not(:nth-child(-n + 3)) {
    margin-top: 0;
  }
  .rvision-item:not(:nth-child(-n + 2)) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 992px) {
  .btn {
    padding: 15px 20px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .title-second {
    font-size: 22px;
  }
  .container {
    width: 768px;
    padding: 0 15px;
  }
  .product-info__descr {
    font-size: 18px;
  }
  .header__logo {
    width: 90px;
    height: 60px;
  }
  .header-nav ul li:not(:last-child) {
    margin-right: 25px;
  }
  .intro-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-info {
    width: 100%;
  }
  .intro-info__descr {
    width: 100%;
    font-size: 18px;
  }
  .intro-info__title {
    line-height: normal;
    font-size: 42px;
  }
  .intro__image {
    margin-top: 50px;
  }
  .kaspersky-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kaspersky-tabs__btn {
    width: calc(50% - 10px);
  }
  .kaspersky-tabs__btn:not(:nth-child(-n + 2)) {
    margin-top: 20px;
  }
  .kaspersky-tabs__btn:not(:last-child) {
    margin-right: unset;
  }
  .kaspersky-inner__title {
    font-size: 22px;
  }
  .kaspersky-detail-main {
    width: 100%;
  }
  .kaspersky-detail-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kaspersky-detail-list {
    margin-top: 30px;
    width: 100%;
  }
  .naumen__descr {
    font-size: 18px;
  }
  .naumen-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .naumen-tabs__btn {
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
  .naumen-tabs__btn:not(:last-child) {
    margin-bottom: 18px;
  }
  .naumen-tabs__btn::before {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
  }
  .naumen-tabs::before {
    width: 1px;
    height: calc(100% - 4px);
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 9px;
  }
  .naumen-block__title {
    font-size: 22px;
  }
  .naumen-block__descr {
    font-size: 18px;
  }
  .naumen-block-item {
    width: 235px;
  }
  .naumen-block-item:not(:nth-child(4n + 4)) {
    margin-right: 0;
  }
  .naumen-block-item:not(:nth-child(-n + 4)) {
    margin-top: 0;
  }
  .naumen-block-item:not(:nth-child(3n + 3)) {
    margin-right: 16px;
  }
  .naumen-block-item:not(:nth-child(-n + 3)) {
    margin-top: 16px;
  }
  .rvision__more {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .title-second {
    font-size: 20px;
    padding-left: 30px;
  }
  .title-second::after {
    width: 20px;
  }
  .pt-100 {
    padding-top: 65px;
  }
  .pb-100 {
    padding-bottom: 65px;
  }
  .product-info__descr {
    width: 100%;
  }
  .header__logo {
    width: 80px;
    height: 50px;
  }
  .header-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .container {
    width: 576px;
  }
  .intro-info__title {
    font-size: 36px;
  }
  .intro__image {
    margin-top: 30px;
    width: 100%;
    height: 100%;
  }
  .kaspersky-inner__title {
    font-size: 20px;
  }
  .kaspersky-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kaspersky-tabs__btn {
    width: 100%;
  }
  .kaspersky-tabs__btn:not(:nth-child(-n + 2)) {
    margin-top: unset;
  }
  .kaspersky-tabs__btn:not(:last-child) {
    margin-bottom: 12px;
  }
  .naumen-block__title {
    font-size: 20px;
  }
  .naumen-block__descr {
    font-size: 16px;
  }
  .naumen-block-item {
    width: 171px;
    height: 250px;
  }
  .rvision-item {
    width: 100%;
    padding: 15px;
  }
  .rvision-item:not(:nth-child(-n + 2)) {
    margin-top: 0;
  }
  .rvision-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 576px) {
  a,
  span,
  p,
  input,
  button,
  select,
  option,
  textarea,
  label,
  blockquote {
    font-size: 14px;
    line-height: normal;
  }
  .title-second {
    font-size: 18px;
  }
  .title-second::after {
    width: 20px;
  }
  .product-info {
    padding-bottom: 30px;
  }
  .product-info__descr {
    font-size: 16px;
  }
  .product-info__title img {
    height: 22px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .btn {
    min-width: 160px;
    padding: 12px 20px;
  }
  .header__logo {
    width: 70px;
    height: 40px;
  }
  .header-nav ul li:not(:last-child) {
    margin-right: 15px;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .intro-info__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .intro-info__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .kaspersky-inner__title {
    font-size: 18px;
  }
  .kaspersky-detail-list {
    padding: 15px;
  }
  .kaspersky-detail-info:not(:last-child) {
    margin-bottom: 30px;
  }
  .naumen__descr {
    font-size: 16px;
  }
  .naumen-block__title {
    font-size: 18px;
  }
  .naumen-block-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .naumen-block-item {
    width: 48.5%;
  }
  .naumen-block-item:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }
  .naumen-block-item:not(:nth-child(-n + 3)) {
    margin-top: 0;
  }
  .naumen-block-item:not(:nth-child(-n + 2)) {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=media.css.map */