@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Medium';
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  /*  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;*/
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsa-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-dc-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-dc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.title {
  font-family: 'Montserrat Bold';
  font-size: 60px;
  line-height: 140%;
}

.title-second {
  color: #FFF;
  font-family: 'Montserrat Bold';
  font-size: 24px;
  text-transform: uppercase;
  line-height: 140%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 40px;
}

.title-second::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #00A88E;
}

.btn {
  min-width: 200px;
  background: #4C76BA;
  padding: 18px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: 'Montserrat SemiBold';
  border: 2px solid #4C76BA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background: transparent;
}

.btn-transp {
  background: transparent;
}

.btn-transp:hover {
  background: #4C76BA;
}

.btn-transp.active {
  background: #4C76BA;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

a,
span,
p,
input,
button,
select,
option,
textarea,
label,
blockquote {
  color: #FFFFFF;
  font-family: 'Montserrat Regular';
  font-size: 16px;
  line-height: 140%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: #FFFFFF;
}

.container {
  padding: 0 20px;
  width: 1240px;
  margin: 0 auto;
}

.product-info {
  padding-bottom: 50px;
}

.product-info__title {
  margin-bottom: 20px;
}

.product-info__descr {
  width: 534px;
  font-size: 20px;
  line-height: 140%;
}

body {
  background-color: #1C2648;
}

.header {
  border-bottom: 1px solid #495782;
}

.header-wrapper {
  padding: 14px 0;
}

.header__logo {
  width: 110px;
  height: 70px;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav ul li:not(:last-child) {
  margin-right: 40px;
}

.header-nav ul li a {
  font-family: 'Montserrat Medium';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav ul li a:hover {
  color: #4C76BA;
}

.intro-wrapper {
  border-bottom: 1px solid #495782;
}

.intro__image {
  width: 502px;
  height: 367px;
}

.intro-info {
  width: 504px;
}

.intro-info__title {
  margin-bottom: 40px;
}

.intro-info__descr {
  width: 332px;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 50px;
}

.kaspersky-wrapper {
  border-bottom: 1px solid #495782;
}

.kaspersky-inner__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.kaspersky-tabs {
  margin-bottom: 50px;
}

.kaspersky-tabs__title {
  font-size: 24px;
  font-family: 'Montserrat Bold';
}

.kaspersky-tabs__btn {
  min-width: 270px;
  text-transform: unset;
}

.kaspersky-tabs__btn:not(:last-child) {
  margin-right: 40px;
}

.kaspersky-detail-block {
  display: none;
}

.kaspersky-detail-block.show {
  display: block;
}

.kaspersky-detail-info {
  display: none;
}

.kaspersky-detail-info.load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaspersky-detail-info:not(:last-child) {
  margin-bottom: 50px;
}

.kaspersky-detail-list {
  padding: 20px;
  background: rgba(76, 118, 186, 0.12);
}

.kaspersky-detail-main {
  width: 534px;
}

.kaspersky-detail-main.w-100 {
  width: 100%;
}

.kaspersky-detail-main-head {
  margin-bottom: 25px;
}

.kaspersky-detail-main-head__icon {
  width: 52px;
  height: 56px;
}

.kaspersky-detail-main-head__title {
  font-size: 20px;
  font-family: 'Montserrat Bold';
  width: calc(100% - 70px);
}

.kaspersky-detail__more {
  margin: 0 auto;
}

.kaspersky-detail-list {
  width: 630px;
}

.kaspersky-detail-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kaspersky-detail-item img {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.kaspersky-detail-item-text {
  width: calc(100% - 26px);
}

.kaspersky-detail-item-text__title {
  font-family: 'Montserrat SemiBold';
}

.kaspersky-detail-item:not(:last-child) {
  margin-bottom: 10px;
}

.naumen-wrapper {
  border-bottom: 1px solid #495782;
}

.naumen__title {
  margin-bottom: 18px;
}

.naumen__title::after {
  background: #FF6720;
}

.naumen__descr {
  font-size: 20px;
  margin-bottom: 30px;
}

.naumen-tabs {
  margin-bottom: 70px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.naumen-tabs::before {
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background: #495782;
  bottom: -20px;
  position: absolute;
}

.naumen-tabs__btn {
  font-family: 'Montserrat SemiBold';
  font-size: 20px;
  width: 218px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.naumen-tabs__btn:not(:last-child) {
  margin-right: 26px;
}

.naumen-tabs__btn::before {
  content: '';
  width: 25px;
  height: 25px;
  bottom: -32px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #D9D9D9;
  border-radius: 50%;
}

.naumen-tabs__btn.active {
  color: #FF6720;
}

.naumen-tabs__btn.active::before {
  background: #FF6720;
}

.naumen-tabs__btn:hover {
  color: #FF6720;
}

.naumen-tabs__btn:hover::before {
  background: #FF6720;
}

.naumen-inner-block:not(:last-child) {
  margin-bottom: 50px;
}

.naumen-block {
  display: none;
}

.naumen-block.show {
  display: block;
}

.naumen-block__title {
  margin-bottom: 20px;
  font-family: 'Montserrat Bold';
  font-size: 24px;
  text-transform: uppercase;
  line-height: 140%;
}

.naumen-block__descr {
  font-size: 20px;
  margin-bottom: 30px;
}

.naumen-block-item {
  width: 224px;
  height: 273px;
}

.naumen-block-item:not(:nth-child(5n + 5)) {
  margin-right: 20px;
}

.naumen-block-item:not(:nth-child(-n + 5)) {
  margin-top: 20px;
}

.naumen-block-item-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.naumen-block-item-link .magnifier {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.naumen-block-item-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.naumen-block-item-link:hover .magnifier {
  opacity: 1;
}

.naumen-block-item-link:hover::before {
  opacity: 1;
}

.rvision-item {
  background: rgba(76, 118, 186, 0.2);
  padding: 20px;
  display: none;
  width: 392px;
}

.rvision-item.load {
  display: block;
}

.rvision-item:not(:nth-child(3n + 3)) {
  margin-right: 12px;
}

.rvision-item:not(:nth-child(-n + 3)) {
  margin-top: 12px;
}

.rvision-item__title {
  font-size: 20px;
  font-family: 'Montserrat SemiBold';
  margin-bottom: 10px;
}

.rvision-item__descr {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(73, 87, 130, 0.36);
}

.rvision-item-inner:not(:last-child) {
  margin-bottom: 10px;
}

.rvision-item-inner span {
  background: #4C76BA;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.rvision-item-inner__descr {
  width: calc(100% - 20px);
}

.rvision__more {
  margin: 50px auto 0 auto;
}

.footer {
  border-top: 1px solid #495782;
}

.footer-wrapper {
  padding: 20px;
}

.footer__text {
  font-family: 'Montserrat SemiBold';
  text-align: center;
}
/*# sourceMappingURL=main.css.map */