body.instana .clients-wrapper .title,body.newrelic .clients-wrapper .title{text-align: center;}
body.instana .footer-wrapper { background: #1b2732;}
body.instana .ask-box{ background: #17a1e6}
body.instana .ask-box:hover{ background: #2483b3}
body.newrelic .footer-wrapper{ background: rgb(44,44,44);}
body.newrelic .ask-box{ background: #29afbe;}
body.newrelic .footer-wrapper *{color: #fff!important;}
body.newrelic .section-clients .clients-wrapper .controls>div,
body.instana .section-clients .clients-wrapper .controls>div{
    background-color: #fff;
}
body.newrelic .section-clients .clients-wrapper .controls,
body.instana .section-clients .clients-wrapper .controls{
    right: 20px;
}
.section-clients .clients-slider .slider-item {
    box-sizing: border-box;
    height: 140px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 1px solid #e3e4e3;
    margin-bottom: 10px;
  }
  .main-front-slider__image-container img{
      max-height: 500px;
      padding: 25px 0 0 0;
    box-sizing: border-box;
  }
@media (max-width: 767px){
.white-on-red .security__sent {
    font-size: 18px;
    line-height: 28px;
}
.white-on-red .security__sent-s {
    font-size: 14px;
    line-height: 25px;
}
.white-on-red{
    padding: 20px 0!important;
}
.white-on-red .box {
    margin-left: -10px!important;
}
}
.main-front-slider .container{width: 100%; max-width: 1200px;padding: 0 100px!important;}
.main-front-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
	background: #a3bac0;
	transition: 0.3s background;
	width: 60px;
	height: 60px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
	color: #333;
	border: none;
	cursor: pointer;
	font-size: 30px;
}
.main-front-slider .slick-arrow:hover{
	background: #eeefee;
}
.main-front-slider .slick-arrow.slick-prev{
    left: 25px;
}
.main-front-slider .slick-arrow.slick-next{
    right: 25px;
}
.img-fluid{
    display: inline;
    max-width: 100%;
    height: auto;
}
.row:after,.row:before{
    display: table;
    content: "";
}
.row:after{
    clear: both;
}
.row{
    margin-right: -15px;
    margin-left: -15px;
}
.row>div{
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 15px;
}
.col-xs-12{width: 100%}
@media (min-width: 991px){
    .col-md-6{width: 50%}
    .main-front-slider__item h2{
        margin-top: 50px;
    }
}
.text-center{text-align: center}
.text-right{text-align: right}
.text-light, .text-light *{color: #fff;}
.main-front-slider__item-caption .link-btn{margin-bottom: 15px;}
.main-front-slider__item h2{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}
.main-front-slider__item p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main-front-slider__item .link-btn{
    margin: 0 15px 15px 0;
    min-width: 150px;
}
.main-front-slider{
    position: relative;
}
@media (max-width: 1100px){
/*
	.main-front-slider .slick-arrow{bottom: 10px; top: auto}
	.main-front-slider .slick-arrow.slick-prev{left: 50%; transform: translate(-60%, 0)}
	.main-front-slider .slick-arrow.slick-next{left: 50%; transform: translate(60%, 0)}
*/
    .main-front-slider__item{padding: 25px 0 0!important;}    
}
.main-front-slider__item{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pt{padding-top: 40px;}
p.lead{
    color: #263649;
    font-size: 18px;
    line-height: 31px;
    padding-top: 28px;
}
.has-line:before {
    content: '';
    display: block;
    height: 2px;
    width: 122px;
    background: #cb003d;
    margin-bottom: 45px;
}
.text-danger{color: #cb003d;}
.white-on-red{
	position: relative;
	background: #b60037;
	padding: 40px 63px 40px 0;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.white-on-red .box{
	width: 100%;
	margin-left: -19px;
	background: #fff;
	padding: 50px 5%;
	box-sizing: border-box;
}
.white-on-red .box p{
	margin-top: 20px;
}
.solution-box .title a{
    margin-left: 75px;
}
a.btn,.btn{
	text-decoration: none;
	background-color: #cb003d;
	color: #fff !important;
	border: none;
	font-size: 16px;
	transition: 0.3s all;
	padding: 10px;
	display: inline-block;
	line-height: 24px;
}
a.btn:hover,.btn:hover{
	background-color: #b60037;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 956px;
  }
  .main-front-slider__container{
      height: 500px;
      display: flex;
      align-items: center;
  }
  .main-front-slider__image-container{
      align-items: flex-end;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?16645412");
  src: url("../font/fontello.eot?16645412#iefix") format('embedded-opentype'), url("../font/fontello.woff2?16645412") format('woff2'), url("../font/fontello.woff?16645412") format('woff'), url("../font/fontello.ttf?16645412") format('truetype'), url("../font/fontello.svg?16645412#fontello") format('svg');
  font-weight: normal;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.index-page {
  overflow: hidden;
}
.bg-error {
  background: url("../img/404-bg.jpg") no-repeat center/cover;
  overflow: hidden;
  padding-top: 35px;
}
.bg-error footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hidden {
  overflow: hidden;
}
.bx-none {
  box-shadow: none !important;
}
.visib {
  visibility: visible !important;
  -webkit-overflow-scrolling: touch;
}
.clearfix:after {
  clear: both;
  display: table;
  width: 100%;
}
.page-body {
  padding-top: 118px;
}
body {
  font-family: 'Open Sans';
  /*background: url("../img/background.jpg") no-repeat center/cover;*/
  background: #efefef;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
.title,
.section-news .news .aside-block .title,
.section-news .news .news-block .title,
.section-proto-technologies .technologies-outer .technologies-title {
  font-size: 36px;
}
.shadow,
.section-main-slider .main-slider,
.section-news .news .news-block .slider-pager,
.section-clients .clients-wrapper,
.section-clients .clients-wrapper .controls,
.section-proto-benefits .proto-benefits-inner,
.mod-solutions .section-proto-benefits .proto-benefits-inner,
.security,
.section-par .container,
.section-dark__img {
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.dib,
.header-info .header-menu .solutions-dropdown .aside-solutions,
.header-info .header-menu .solutions-dropdown .aside-solutions .solution-links,
.header-info .header-menu .solutions-dropdown .aside-solutions .aside-subject,
.header-info .header-menu .solutions-dropdown .main-solutions,
.header-info .header-menu .solutions-dropdown .main-solutions .column,
.section-news .news .aside-block,
.section-news .news .news-block,
.section-news .news .news-block .news-slider .news-box,
.section-clients .clients-wrapper .controls-left,
.section-clients .clients-wrapper .controls-right,
.section-clients .clients-wrapper .clients-slider .slider-item,
.section-analytics .analytics-wrapper .analytics-box,
.footer-wrapper .footer-info,
.puzzle-btn,
.section-proto-benefits .proto-benefits-inner .benefits-box,
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box,
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li div,
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li:before,
.section-sertificate .sertificate-outer .sertificate-inner .desc,
.section-rates .rate-box,
.section-faq-slider .faq-slider-outer .faq-slider .slider-item,
.mod-solutions .section-solutions .solutions-inner .list-box {
  display: inline-block;
  vertical-align: top;
}
.width-mod {
  width: 410px;
}
.mod-relative {
  position: relative;
  z-index: 0;
}
.footer-b {
  border-bottom: 1px solid #e3e4e3;
}
.modal-wrapper {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
}
.md-modal.big-popup {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.md-modal.big-popup .transparent-btn {
  border: 2px solid #cb003d;
  box-shadow: none;
}
.md-modal.pup-next-a {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  z-index: 2000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.md-fixed-modal {
  position: absolute;
  right: 34px;
  top: 120px;
  z-index: 2000;
  height: auto;
  visibility: hidden;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-top: 3px solid #cb003d;
}
.md-fixed-modal.md-show ~ .md-overlay {
  background: rgba(27,49,78,0.9);
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.md-fixed-modal.scrolled {
  top: 60px;
}
.md-fixed-modal.md-show {
  display: block;
  visibility: visible;
}
.md-fixed-modal.md-show .md-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  margin-top: 0;
}
.md-fixed-modal .md-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
.md-modal {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 450px;
  height: auto;
  z-index: 2050;
  margin: 100px 0 0px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.md-modal:after {
  content: '';
  display: block;
  height: 50px;
  width: 100%;
}
.md-modal.md-show {
  display: block;
}
.md-modal.md-show .md-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .md-modal.md-show .md-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
    box-sizing: border-box;
  }
}
.md-modal .md-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.md-modal.md-show {
  visibility: visible;
  display: block;
}
.md-modal.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.big-popup.md-modal.md-show {
  margin: 0 0 50px;
  visibility: visible;
  display: block;
}
.big-popup.md-modal.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-overlay {
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
@media (max-width: 1200px) {
  .md-overlay {
    background: rgba(27,49,78,0.9);
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.md-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 25px;
  right: 25px;
  color: #d6d6d6;
  text-decoration: none;
  font-size: 50px;
  line-height: 25px;
  cursor: pointer;
  z-index: 1;
}
.md-close:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url("../img/svg/protosecurity_icons_popup_close.svg") no-repeat center center;
}
.md-close:hover:before {
  background: url("../img/svg/protosecurity_icons_popup_close-h.svg") no-repeat center center;
}
@media (max-width: 1200px) {
  .md-close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .md-close {
    top: 20px;
    right: 12px;
  }
  .md-close:before {
    background-size: cover;
    width: 24px;
    height: 24px;
  }
}
.md-content {
  background: #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.md-content .title {
  font-size: 24px;
  color: #263649;
  line-height: 35px;
}
.md-content .form-input {
  padding-top: 20px;
  position: relative;
  z-index: 2000;
}
.md-content .form-input .modal-btn {
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #cb003d;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 0;
  width: 247px;
  height: 42px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #9a002e;
  border: none;
  top: 0;
}
.md-content .form-input .modal-btn:hover {
  background: #bd0039;
  position: relative;
  box-shadow: 0px 1px 0px 0px #9a002e;
  top: 1px;
}
.md-content .form-input .modal-btn.close {
  background: transparent;
  color: #cb003d;
  border: 1px solid #cb003d;
  line-height: 42px;
  text-align: center;
}
.md-content .form-input input,
.md-content .form-input textarea {
  height: 35px;
  width: 225px;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding-left: 20px;
  position: relative;
}
.md-content .form-input input.has-error,
.md-content .form-input textarea.has-error {
  border-color: #cb003c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #cb003c;
}
.md-content .form-input input:focus,
.md-content .form-input textarea:focus {
  outline: none;
}
.md-content .form-input textarea {
  height: 100px;
  padding-top: 10px;
  padding-right: 20px;
  width: 247px;
  font-family: 'Open Sans';
  box-sizing: border-box;
}
.md-content h3 {
  margin: 0;
  padding: 47px 0.4em 0;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  font-size: 30px;
}
.md-content > div {
  padding: 25px 32px 30px;
  text-align: left;
  width: 305px;
  margin: 0;
  box-sizing: border-box;
}
.md-modal.solutions-popup {
  width: 420px;
}
@media (max-width: 1200px) {
  .md-modal.solutions-popup {
    width: 452px;
    padding: 78px 70px 73px;
  }
}
@media (max-width: 767px) {
  .md-modal.solutions-popup {
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 49px 0px 45px;
  }
}
.solutions-popup {
  padding: 78px 70px;
  background: #fff;
}
.solutions-popup .md-content > div {
  width: 100%;
  padding: 0;
}
.solutions-popup .md-content > div .form-input {
  padding-top: 23px;
}
@media (max-width: 1200px) {
  .solutions-popup .md-content > div .form-input {
    padding-top: 20px;
  }
}
.solutions-popup .md-content > div .form-input input {
  width: 398px;
  height: 42px;
}
@media (max-width: 1200px) {
  .solutions-popup .md-content > div .form-input input {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .solutions-popup .md-content > div .form-input input {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
  }
}
.solutions-popup .md-content > div .form-input textarea {
  width: 420px;
  height: 140px;
}
@media (max-width: 1200px) {
  .solutions-popup .md-content > div .form-input textarea {
    width: 100%;
    box-sizing: border-box;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .solutions-popup .md-content > div .form-input textarea {
    width: 100%;
    box-sizing: border-box;
    height: 126px;
  }
}
.solutions-popup .md-content > div .form-input input[type='submit'] {
  width: 185px;
}
@media (max-width: 1200px) {
  .solutions-popup .md-content > div .form-input input[type='submit'] {
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .solutions-popup .md-content > div .form-input input[type='submit'] {
    width: 100%;
    margin-top: -1px;
  }
}
.solutions-popup .md-content > div .btn-c-wrapper {
  text-align: center;
}
.solutions-popup .md-content > div .modal-btn {
  width: 150px;
  line-height: 42px;
}
.solutions-popup .md-content > div .title {
  font-size: 36px;
  position: relative;
  width: 100%;
  line-height: 45px;
  padding-bottom: 25px;
}
.solutions-popup .md-content > div .title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #cb003d;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .solutions-popup .md-content > div .title {
    padding-bottom: 24px;
    line-height: 50px;
  }
  .solutions-popup .md-content > div .title:before {
    margin-bottom: 40px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .solutions-popup .md-content > div .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .solutions-popup .md-content > div .title:before {
    margin-bottom: 24px;
  }
}
.news-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.md-modal.scroll-popup {
  position: absolute;
}
.visibility {
  visibility: visible;
}
.modal-text {
  font: 27px/35px "Open Sans";
  text-transform: none;
}
.page-header {
  width: 100%;
  font-size: 0;
  background: #fff;
}
.header-bg-wrapper {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background: #fff;
  position: relative;
  z-index: 2000;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 100000;
}
.header-bg-wrapper>div{
    max-width: 1280px;
    margin: 0 auto;
}
.header-bg-wrapper .header-anim {
  float: right;
  position: relative;
}
.header-bg-wrapper .header-contacts-tiny {
  display: block;
  opacity: 0;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  overflow: hidden;
}
.header-bg-wrapper .header-contacts-tiny span {
  display: inline-block;
  float: right;
  height: 60px;
  position: absolute;
  top: 0;
}
.header-bg-wrapper .header-contacts-tiny span:nth-child(1) {
  left: 0;
}
.header-bg-wrapper .header-contacts-tiny span:nth-child(1) a {
  background: url("../img/svg/protosecurity_icons_header_phone.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-bg-wrapper .header-contacts-tiny span:nth-child(1) a:hover {
  background: url("../img/svg/protosecurity_icons_header_phone-h.svg") no-repeat center center;
}
.header-bg-wrapper .header-contacts-tiny span:nth-child(2) {
  left: 35px;
}
.header-bg-wrapper .header-contacts-tiny span:nth-child(2) a {
  background: url("../img/svg/protosecurity_icons_header_mail.svg") no-repeat center center;
  width: 18px;
  height: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-bg-wrapper .header-contacts-tiny span:nth-child(2) a:hover {
  background: url("../img/svg/protosecurity_icons_header_mail-h.svg") no-repeat center center;
}
.header-bg-wrapper .header-contacts-tiny a {
  text-decoration: none;
  color: #252f40;
  margin: 0 10px;
  display: inline-block;
}
.header-bg-wrapper.fixed-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  height: 60px;
  -webkit-transition: 2s;
  transition: 2s;
}
.header-bg-wrapper.fixed-header .header-info .header-menu .menu-item.active.trig:before {
  top: 20px;
}
.header-bg-wrapper.fixed-header .header-contacts {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
.header-bg-wrapper.fixed-header .header-contacts-tiny {
  display: block;
  opacity: 1;
  overflow: visible;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  width: 74px;
}
.header-bg-wrapper.fixed-header .header-menu {
  float: left;
  margin-right: 35px;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  padding-right: 60px;
  margin-top: 0;
}
.header-bg-wrapper.fixed-header .header-menu li {
  padding-top: 20px;
}
.header-bg-wrapper.fixed-header .header-menu .menu-item {
  font-size: 18px;
}
.header-bg-wrapper.fixed-header .header-menu .menu-item.active-trig:before {
  top: 20px;
}
.header-bg-wrapper.fixed-header .ask-box {
  padding: 20px 63px 22px 33px;
  -webkit-transition: 2s;
  transition: 2s;
}
.float-header {
  float: right;
}
.logo {
  color: #000;
  text-decoration: none !important;
  float: left;
  height: 100%;
  width: 300px;
  padding: 25px;
  display: inline-block;
  border-right: 1px solid #f7f7f7;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  text-align: center;
  box-sizing: border-box;
}
.header-bg-wrapper.fixed-header .logo{
	padding: 10px 25px;
    width: 210px;
}
@media (max-width: 1200px){
	.header-bg-wrapper.fixed-header .logo{
		padding: 12px 25px;
	}
}
.header-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.header-info .header-contacts {
  height: 34px;
  text-align: right;
  padding-top: 17px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}
.header-info .header-contacts a {
  color: #252f40;
  font-size: 16px;
  text-decoration: none;
}
.header-info .header-contacts a:not(:last-child) {
  margin-right: 40px;
}
.header-info .header-menu {
  text-transform: uppercase;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  padding-right: 0;
  margin-top: -12px;
}
.header-info .header-menu li .hover-block {
  position: absolute;
  top: 75px;
  width: 1200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 50;
  display: inline-block;
  min-height: 30px;
  display: none;
}
.header-info .header-menu li .hover-block.scrolled {
  top: 32px;
}
.header-info .header-menu li {
  display: inline-block;
  padding-top: 21px;
}
.header-info .header-menu li:hover .hover-block {
  display: block;
}
.header-info .header-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-info .header-menu .menu-item {
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  text-decoration: none;
  color: #48494c;
  position: relative;
  z-index: 100;
}
.header-info .header-menu .menu-item.active {
  color: #cb003d;
}
.header-info .header-menu .menu-item.trig:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: url("../img/menu-hover-trig.png") no-repeat center center;
  width: 32px;
  height: 19px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-info .header-menu .menu-item.active-trig.trig:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: url("../img/menu-hover-trig.png") no-repeat center center;
  width: 32px;
  height: 19px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header-info .header-menu .menu-item:hover {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: rgba(72,73,76,0.5);
}
.header-info .header-menu .solutions-dropdown {
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1200px;
  height: 560px;
  background: #fff;
  z-index: 20;
  border: 1px solid #a3bac0;
  display: none;
  box-shadow: 0px 10px 20px 0px rgba(0,1,1,0.2);
}
.header-info .header-menu .solutions-dropdown.scrolled {
  top: 26px;
}
.header-info .header-menu .solutions-dropdown .aside-solutions {
  width: 368px;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .solution-links {
  background: #e9e9e9;
  padding: 32px 0 7px 26px;
  width: 100%;
  box-sizing: border-box;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .solution-links .solution-link {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #252525;
  text-transform: none;
  margin-bottom: 24px;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .solution-links .solution-link span {
  position: relative;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .solution-links .solution-link span:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #cdd0d2;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .aside-subject {
  padding-left: 29px;
  padding-top: 30px;
  background: #e9e9e9;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 99px;
  background: #cecece;
  background: -webkit-linear-gradient(top, #cecece 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #cecece 0%, #e9e9e9 100%);
}
.header-info .header-menu .solutions-dropdown .aside-solutions .aside-subject .heading {
  font-size: 18px;
  color: #263649;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .aside-subject .lead {
  font-size: 15px;
  color: #475364;
  text-transform: none;
  padding-top: 5px;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .aside-subject .img-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}
.header-info .header-menu .solutions-dropdown .aside-solutions .aside-subject .puzzle-btn {
  text-transform: none;
  margin-top: 0;
}
.header-info .header-menu .solutions-dropdown .main-solutions {
  width: 832px;
  box-sizing: border-box;
  padding-left: 30px;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column {
  width: 240px;
  padding-right: 27px;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column .title {
  color: #263649;
  font-size: 18px;
  padding-top: 64px;
  font-weight: 700;
  line-height: 24px;
  min-height: 24px;
  position: relative;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column .title a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #263649;
  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column .solutions-list {
  padding-top: 20px;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column .solutions-item {
  text-transform: none;
  margin-right: 0;
  padding: 13px 0 15px;
  border-top: 1px solid rgba(0,0,0,0.1);
  width: 100%;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column .solutions-item a {
  text-decoration: none;
  font-size: 14px;
  color: #263649;
  line-height: 23px;
}
.header-info .header-menu .solutions-dropdown .main-solutions .column .solutions-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ask-box {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #cb003d;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  padding: 56px 63px 46px 33px;
  cursor: pointer;
  position: relative;
}
.ask-box:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #b60037;
}
.ask-box a{
 text-decoration: none;
 color: #fff;
}
/*.ask-box:after {
  content: '';
  background: url("../img/svg/protosecurity_icons_arrow_white_right.svg") no-repeat center center;
  width: 10px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}*/
.ask-box.md-trigger:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-info .header-menu .menu-drop-down {
  position: absolute;
  left: 50%;
  top: 67px;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 100;
  width: 200px;
  border: 1px solid #a3bac0;
  padding: 15px 29px;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.header-info .header-menu .menu-drop-down:before {
  content: '';
  background: url("../img/menu-hover-trig.png") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -19px;
  width: 32px;
  height: 19px;
  margin: auto;
}
.header-info .header-menu .menu-drop-down:after {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  width: 100%;
  height: 32px;
}
.header-info .header-menu .menu-drop-down li {
  display: block;
  padding-top: 0;
  width: 100%;
  line-height: 44px;
}
.header-info .header-menu .menu-drop-down li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
}
.header-info .header-menu .menu-drop-down li.border {
  border-bottom: 1px solid #e5e5e5;
}
.header-info .header-menu .menu-drop-down li a {
  color: #263649;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
.header-info .header-menu .menu-drop-down li a:hover {
  opacity: 0.6;
}
.has-dropdown {
  position: relative;
}
.has-dropdown:hover .menu-drop-down {
  display: block;
}
.link-btn.transparent,.link-btn.transparent:hover{
  background: transparent; 
  border: 2px solid #fff;
}
.link-btn {
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #cb003d;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 14px 62px 12px 20px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  top: 0;
  border: 2px solid #cb003d;
}
.link-btn:hover {
  background: #bd0039;
  position: relative;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  top: 1px;
}
.link-btn:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/svg/protosecurity_icons_arrow_white_right.svg") no-repeat center center;
  width: 10px;
  height: 16px;
}
.link-btn--tags:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  top: 38%;
}
.link-btn--tags.active:after {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
  top: 31%;
}
.section-main-slider {
  padding-top: 40px;
}
.section-main-slider .main-slider {
  height: 520px;
}
.section-news {
  padding-top: 40px;
  font-size: 0;
}
.section-news .news .aside-block,
.section-news .news .news-block {
  height: 820px;
  padding-left: 42px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.section-news .news .aside-block {
  background: #cb003d;
  width: 350px;
  color: #fff;
}
.section-news .news .aside-block:hover .lead:before {
  border: 2px solid #cb003d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .section-news .news .aside-block:hover .lead:before {
    display: none;
  }
}
.section-news .news .aside-block .lead {
  position: absolute;
  width: 310px;
  height: 640px;
  background: url("../img/aside-bg.jpg") no-repeat center center;
  box-shadow: 3.536px 3.536px 20px 0px rgba(0,1,1,0.25);
  left: -20px;
  top: 80px;
  box-sizing: border-box;
  padding-top: 75px;
  padding-left: 40px;
}
.section-news .news .aside-block .lead:before {
  content: '';
  height: 600px;
  width: 268px;
  position: absolute;
  border: 2px solid transparent;
  top: 20px;
  left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-news .news .aside-block .lead .title {
  color: #d7214d;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 23px;
}
.section-news .news .aside-block .lead .title:after {
  content: '';
  display: block;
  background: #cb003d;
  height: 2px;
  width: 60px;
  margin-top: 10px;
}
.section-news .news .aside-block .lead .tagline {
  color: #263649;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 40px;
  line-height: 24px;
  padding-bottom: 15px;
}
.section-news .news .news-block {
  background: #fff;
  width: 850px;
  color: #5a5b5e;
}
.section-news .news .news-block .lSSlideOuter {
  margin-top: 34px;
  margin-left: -68px;
  width: 900px;
}
.section-news .news .news-block .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  right: 20px;
  bottom: 67px;
}
.section-news .news .news-block .lSSlideOuter .lSPager.lSpg>li {
  padding: 0 6px;
}
.section-news .news .news-block .lSSlideOuter .lSPager.lSpg>li a {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7b8f98;
}
.section-news .news .news-block .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #1e2a3b;
}
.section-news .news .news-block .news-slider {
  font-size: 0;
  background: #d9f;
}
.section-news .news .news-block .news-slider .news-box {
  width: 300px;
  height: 300px;
  background: #a3bac0;
  position: relative;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
}
.section-news .news .news-block .news-slider .news-box:hover:before {
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .section-news .news .news-block .news-slider .news-box:hover:before {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .section-news .news .news-block .news-slider .news-box:hover:before {
    display: none;
  }
}
.section-news .news .news-block .news-slider .news-box:before {
  content: '';
  border: 2px solid transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-news .news .news-block .news-slider .news-box .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #263649;
  line-height: 25px;
  width: 230px;
}
.section-news .news .news-block .news-slider .news-box .title:after {
  content: '';
  display: block;
  background: #d5e1e4;
  height: 2px;
  width: 60px;
  margin-top: 14px;
}
.section-news .news .news-block .news-slider .news-box .tagline {
  color: #475364;
  font-size: 14px;
  padding-top: 13px;
  line-height: 22px;
  width: 220px;
}
.section-news .news .news-block .news-slider .news-box .news-desc {
  position: absolute;
  top: 47px;
  left: 40px;
}
.section-news .news .news-block .news-slider .news-box.with-pic .title {
  color: #b2c6cb;
}
.section-news .news .news-block .news-slider .news-box.with-pic .tagline {
  color: #fff;
}
.section-news .news .news-block .slider-pager {
  background: #a3bac0;
  color: #28384c;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -25px;
  bottom: 40px;
  height: 60px;
  width: 365px;
  line-height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 30px;
}
.section-news .news .news-block .slider-pager span {
  cursor: pointer;
}
.section-news .news .news-block .slider-pager .control {
  float: right;
  margin-right: 15px;
  background: url("../img/svg/protosecurity_icons_arrow_blue_right.svg") no-repeat center center;
  width: 9px;
  height: 60px;
}
.section-clients.clients-solutions .clients-wrapper .lSSlideOuter {
  margin-top: 25px;
}
.section-clients .clients-wrapper {
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}
.section-clients .clients-wrapper .controls {
  font-size: 0;
  position: absolute;
  right: -20px;
  top: 40px;
  cursor: pointer;
}
.section-clients .clients-wrapper .controls-left,
.section-clients .clients-wrapper .controls-right {
  width: 60px;
  height: 60px;
  background: url("../img/svg/protosecurity_icons_arrow_blue_right.svg") no-repeat center center #eeefee;
  background-size: auto 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-clients .clients-wrapper .controls-left {
  background: url("../img/svg/protosecurity_icons_arrow_blue_left.svg") no-repeat center center #eeefee;
  background-size: auto 15px;
}
.section-clients .clients-wrapper .controls-right {
  background-color: #a3bac0;
}
.section-clients .clients-wrapper .lSSlideOuter {
  margin-top: 80px;
}
.section-clients .clients-wrapper .title {
  color: #48494c;
  padding-top: 80px;
  padding-left: 100px;
}
.section-clients .clients-wrapper .clients-slider {
  padding-top: 75px;
  padding-right: 1px;
}
.section-clients .clients-wrapper .clients-slider .slider-item .slider-item__slide-container{
  border-right: 1px solid #e3e4e3;
  vertical-align: middle;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
}
.section-analytics {
  padding-top: 40px;
}
.section-analytics .controls {
  display: none;
  font-size: 0;
  position: absolute;
  right: -20px;
  top: 40px;
  cursor: pointer;
  box-shadow: 0px 0px 8px 4px rgba(0,1,1,0.15);
}
.section-analytics .controls-left,
.section-analytics .controls-right {
  width: 60px;
  height: 60px;
  background: #eeefee url("../img/svg/protosecurity_icons_arrow_blue_right.svg") no-repeat center center;
  background-size: 17%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  vertical-align: top;
}
.section-analytics .controls-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-analytics .controls-right {
  background-color: #a3bac0;
}
.section-analytics .title {
  color: #fff;
  padding-left: 20px;
}
.section-analytics .title:before {
  content: '';
  display: block;
  height: 2px;
  width: 130px;
  background: #fff;
  margin-bottom: 45px;
}
.section-analytics .analytics-wrapper {
  background: #233043;
  padding: 80px 0 80px 82px;
  position: relative;
}
.section-analytics .analytics-wrapper .analytics-box {
  width: 300px;
  height: 380px;
  position: relative;
  background: #a3bac0;
  margin-top: 57px;
  padding-left: 20px;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 800px) {
  .section-analytics .analytics-wrapper .analytics-box:hover {
    border: 2px solid #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: transparent;
  }
  .section-analytics .analytics-wrapper .analytics-box:hover .box-title {
    color: #a3bac0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .section-analytics .analytics-wrapper .analytics-box:hover .box-lead {
    color: #fff;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
.section-analytics .analytics-wrapper .analytics-box:not(:last-child) {
  margin-right: 70px;
}
.section-analytics .analytics-wrapper .analytics-box img {
  margin-top: 20px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .section-analytics .analytics-wrapper .analytics-box img {
    max-width: none;
  }
}
.section-analytics .analytics-wrapper .analytics-box .box-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #263649;
  padding-top: 18px;
  line-height: 25px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.section-analytics .analytics-wrapper .analytics-box .box-title:after {
  content: '';
  display: block;
  background: #cb003d;
  height: 2px;
  width: 118px;
  margin-top: 10px;
}
.section-analytics .analytics-wrapper .analytics-box .box-lead {
  padding-top: 15px;
  padding-right: 20px;
  line-height: 22px;
  color: #475364;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.back-b-er {
  background: url("../img/404-b.png") no-repeat;
  width: 674px;
  height: 547px;
  margin: 100px auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .back-b-er {
    margin: 100px auto 0;
  }
}
@media (max-width: 767px) {
  .back-b-er {
    width: 100%;
    height: auto;
    background: url("../img/404-b.png") no-repeat top center;
    background-size: 95%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 55px 0 0;
  }
  .back-b-er .link-btn {
    padding: 17px 79px 15px 20px;
  }
}
@media (max-width: 767px) {
  .tooltipster-shadow {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .tooltipster-shadow .tooltipster-content {
    width: 95%;
    margin: 0 auto;
  }
}
.error {
  font-size: 50px;
  color: #cb003d;
  padding-top: 105px;
}
.error-txt {
  color: #48494c;
  font-size: 14px;
  line-height: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .error {
    font-size: 36px;
    padding-top: 90px;
  }
  .error-txt {
    margin: 50vw auto 35px;
    width: 74%;
  }
}
.page-body {
  padding-top: 118px;
}
.no-bg + .page-footer {
  background: #fff;
}
.news-inner__tags:nth-last-child(2) {
  margin-bottom: 42px;
}
.tags-btn {
  padding-top: 5px;
  color: #cb003d;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.tags-btn:after {
  content: '';
  width: 15px;
  height: 9px;
  display: inline-block;
  margin-left: 7px;
  background: url("../img/arrow_red_down.svg") no-repeat center center;
  -webkit-transition: 1s;
  transition: 1s;
}
.tags-btn:hover {
  text-decoration: underline;
}
.tags-btn.active:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
.footer-wrapper {
  padding: 59px 0;
  line-height: 20px;
}
.footer-wrapper .footer-info:not(:last-child) {
  padding-right: 230px;
}
.footer-wrapper .footer-text {
  font-size: 14px;
  color: #828284;
}
.footer-wrapper .footer-text a {
  color: #828284;
  text-decoration: none;
}
.footer-wrapper .footer-text.strong {
  font-weight: 700;
}
.page-footer.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.no-bg {
  background: #fff;
}
.section-main-aside {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 270px;
  box-sizing: border-box;
  padding-top: 65px;
  padding-right: 42px;
  border-right: 3px solid #1b314e;
  height: 100%;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .section-main-aside {
    z-index: 40;
    top: 70px;
    padding-top: 41px;
    padding-left: 40px;
    padding-right: 38px;
    width: 307px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    height: auto;
    bottom: 0;
    position: fixed;
  }
  .section-main-aside.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .section-main-aside {
    width: 100%;
    border-right: none;
    padding-top: 48px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-main-aside .aside-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .section-main-aside .aside-title {
    position: relative;
  }
  .section-main-aside .aside-title:before {
    content: '';
    position: absolute;
    background: url("../img/mobile-sidebar-icon.png") no-repeat;
    top: 7px;
    left: -24px;
    width: 14px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .section-main-aside .aside-title {
    padding-left: 25px;
  }
  .section-main-aside .aside-title:before {
    left: 0;
  }
}
.section-main-aside .solutions-list {
  padding-top: 27px;
}
@media (max-width: 1200px) {
  .section-main-aside .solutions-list {
    padding-top: 24px;
  }
}
.section-main-aside .solutions-list .solutions-item {
  border-top: 1px solid #d1dde0;
  font-size: 14px;
  color: #1b314e;
  width: 225px;
}
@media (max-width: 767px) {
  .section-main-aside .solutions-list .solutions-item {
    width: 100%;
  }
}
.section-main-aside .solutions-list .solutions-item:last-child {
  border-bottom: 1px solid #d1dde0;
}
.section-main-aside .solutions-list .solutions-item.active {
  position: relative;
}
.section-main-aside .solutions-list .solutions-item.active a {
  color: #000;
}
.section-main-aside .solutions-list .solutions-item.active a:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background: #cb003d;
}
.section-main-aside .solutions-list .solutions-item a {
  padding: 15px 0 14px;
  color: #1b314e;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.section-main-aside .solutions-list .solutions-item a:hover {
  color: #cb003d;
}
.section-main-aside .ask-quest {
  padding-top: 62px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section-main-aside .ask-quest {
    padding-bottom: 25px;
  }
}
.section-main-aside .ask-quest .title {
  font-size: 15px;
  color: #263649;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
}
.section-main-aside .ask-quest .title:after {
  content: '';
  display: block;
  background: #cb003d;
  height: 2px;
  width: 63px;
  margin-top: 14px;
}
.section-main-aside .ask-quest .quest-link {
  text-decoration: none;
  font-size: 13px;
  color: #263649;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  margin-top: 5px;
}
.section-main-aside .ask-quest .quest-link:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../img/svg/protosecurity_icons_contact_phone.svg") no-repeat center center;
  vertical-align: middle;
  margin-right: 10px;
}
.section-main-aside .ask-quest .quest-link:last-child:before {
  background: url("../img/svg/protosecurity_icons_contact_mail.svg") no-repeat center center;
}
.section-main-aside .ask-quest .quest-link:hover {
  color: #cb003d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.puzzle-btn {
  color: #cb003d;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  margin-top: 50px;
  z-index: 15;
}
.puzzle-btn:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../img/link-red-arrow.png") no-repeat center center;
  width: 15px;
  height: 9px;
}
.section-proto-content {
  padding-left: 270px;
}
.section-proto-content .container {
  width: 940px;
  margin: 0;
}
.section-proto-content .section-clients {
  padding-top: 0;
}
.section-proto-slider {
  height: 520px;
}
.section-proto-benefits {
  position: relative;
  z-index: 1;
}
.section-proto-benefits .proto-benefits-outer {
  background: #cb003d;
  padding: 20px 40px 60px 0;
}
.section-proto-benefits .proto-benefits-inner {
  background: #fff;
  padding: 80px 0 60px 80px;
}
.section-proto-benefits .proto-benefits-inner .tag-lead {
  color: #273649;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1200px) {
  .section-proto-benefits .proto-benefits-inner .tag-lead {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-proto-benefits .proto-benefits-inner .tag-lead {
    font-size: 16px;
  }
}
.section-proto-benefits .proto-benefits-inner .title {
  width: 665px;
  font-size: 34px;
  line-height: 44px;
  color: #48494c;
}
.section-proto-benefits .proto-benefits-inner .title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #cb003d;
  margin-bottom: 45px;
}
.section-proto-benefits .proto-benefits-inner .lead {
  font-size: 18px;
  color: #263649;
  width: 650px;
  padding-top: 36px;
  line-height: 30px;
}
.section-proto-benefits .proto-benefits-inner .lead span {
  color: #cb003d;
  font-weight: 700;
}
.section-proto-benefits .proto-benefits-inner .desc {
  color: #263649;
  font-size: 14px;
  padding-top: 24px;
  line-height: 25px;
  width: 620px;
}
.section-proto-benefits .proto-benefits-inner .benefits-block {
  padding-top: 45px;
  padding-bottom: 27px;
}
.section-proto-benefits .proto-benefits-inner .benefits-block .benefits-title {
  font-size: 28px;
  color: #48494c;
  padding-bottom: 20px;
}
.section-proto-benefits .proto-benefits-inner .benefits-box {
  font-size: 16px;
  color: #263649;
  width: 340px;
  margin-right: 58px;
  border-bottom: 1px solid #d1dde0;
  padding-bottom: 27px;
  display: inline-block;
  vertical-align: top;
}
.section-proto-benefits .proto-benefits-inner .benefits-box .benefits-box-title {
  text-transform: uppercase;
  padding-top: 22px;
  font-weight: 700;
  line-height: 20px;
}
.section-proto-benefits .proto-benefits-inner .benefits-box .benefits-box-lead {
  padding-top: 5px;
}
.section-proto-benefits .proto-benefits-inner .benefits-box .benefits-box-desc {
  padding-top: 14px;
  font-size: 14px;
  line-height: 25px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828284;
}
.section-proto-benefits .proto-benefits-inner .benefits-box .more {
  padding-top: 5px;
  color: #cb003d;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.section-proto-benefits .proto-benefits-inner .benefits-box .more:after {
  content: '';
  width: 15px;
  height: 9px;
  display: inline-block;
  margin-left: 7px;
  background: url("../img/arrow_red_down.svg") no-repeat center center;
  -webkit-transition: 1s;
  transition: 1s;
}
.section-proto-benefits .proto-benefits-inner .benefits-box .more.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}
.section-proto-benefits .proto-benefits-inner .btn-wrapper {
  text-align: center;
  margin-top: 18px;
  padding-right: 80px;
}
.section-proto-benefits .proto-benefits-inner .btn-wrapper .link-btn {
  padding: 16px 20px;
}
.section-proto-benefits .proto-benefits-inner .btn-wrapper .link-btn:after {
  display: none;
}
.section-proto-technologies .technologies-outer {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer {
    padding-top: 61px;
    padding-left: 35px;
    padding-right: 33px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer {
    padding-top: 40px;
    padding-left: 21px;
    padding-right: 20px;
    padding-bottom: 39px;
  }
}
.section-proto-technologies .technologies-outer .technologies-title {
  line-height: 45px;
  color: #48494c;
  padding-left: 80px;
}
.section-proto-technologies .technologies-outer .technologies-title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #cb003d;
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .technologies-title {
    padding-left: 29px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 57px;
  }
  .section-proto-technologies .technologies-outer .technologies-title:before {
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .technologies-title {
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .section-proto-technologies .technologies-outer .technologies-title:before {
    margin-bottom: 24px;
    width: 80px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block {
  margin: 50px;
  font-size: 0;
  border: 1px solid #fff;
  box-shadow: 0px 20px 50px 0px rgba(0,1,1,0.25), inset 0px 0px 0px 2px rgba(254,254,254,0.004);
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block {
    margin: 0;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block {
  position: relative;
  box-shadow: none;
  border: none;
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block:before {
  content: '';
  position: absolute;
  width: 99%;
  height: 50%;
  top: 0;
  left: 0;
  box-shadow: 0px 20px 50px 0px rgba(0,1,1,0.25), inset 0px 0px 0px 2px rgba(254,254,254,0.004);
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block:before {
    height: 100%;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  box-shadow: 0px 20px 50px 0px rgba(0,1,1,0.25), inset 0px 0px 0px 2px rgba(254,254,254,0.004);
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block:after {
    display: none;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box {
  width: 420px;
  border: 2px solid #fff;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box {
    width: 478px;
    height: 520px;
  }
}
@media (max-width: 991px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box {
    width: 349px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box {
    width: 100%;
    height: auto;
    padding-top: 103px;
    padding-left: 18px;
    padding-bottom: 71px;
    border: 2px solid #fff;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box .puzzle-list {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box .puzzle-list {
    padding-top: 19px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1) {
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1) {
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2) {
  border-left: 1px solid #fff;
  position: relative;
  left: -1px;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2) {
    border-left: 2px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(3) {
  border-top: none;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(3) {
    border-top: 1px solid #fff;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1):before {
  content: '';
  position: absolute;
  display: block;
  bottom: -2px;
  left: 1px;
  right: 1px;
  background: url("../img/puzzle/puzzle_normal_up.png") no-repeat 295px bottom;
  height: 67px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1):before {
    background: url("../img/puzzle/puzzle_normal_up.png") no-repeat 300px bottom;
  }
}
@media (max-width: 991px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1):before {
    background: url("../img/puzzle/puzzle_normal_up.png") no-repeat 235px bottom;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2):before {
  content: '';
  position: absolute;
  display: block;
  bottom: -64px;
  left: 1px;
  right: 1px;
  background: url("../img/puzzle/puzzle_normal_down.png") no-repeat 56px center;
  height: 67px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2):before {
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat 75px center;
  }
}
@media (max-width: 991px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2):before {
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat 35px center;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(3):before,
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(3):after {
  display: none;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1):before,
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -64px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat center center;
    height: 67px;
    z-index: 1;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:last-child {
  margin: 0 auto;
  display: block;
}
.section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:last-child:before {
  content: '';
  position: absolute;
  display: block;
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:last-child {
    box-shadow: none;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1) {
    z-index: 4;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(2) {
    z-index: 3;
    border-left: none;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:nth-child(1) {
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:before {
    display: none;
  }
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:after {
    display: none;
  }
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(1):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -37px;
    left: 209px;
    right: 0;
    background: url("../img/puzzle/puzzle_normal_up_hover.png") no-repeat 88px bottom;
    height: 96px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -85px;
    left: 1px;
    width: 207px;
    background: url("../img/puzzle/puzzle_normal_down_hover.png") no-repeat 32px top;
    height: 85px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(3):after {
    content: '';
    position: absolute;
    display: block;
    top: -96px;
    left: 1px;
    right: auto;
    width: 205px;
    background: url("../img/puzzle/puzzle_normal_up_inside_hover.png") no-repeat 60px bottom, url("../img/puzzle/puzzle_normal_up_inside_hover_shadow.png") repeat-x center bottom;
    height: 96px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(3):before {
    content: '';
    position: absolute;
    display: block;
    top: -17px;
    left: auto;
    right: 1px;
    width: 207px;
    background: url("../img/puzzle/puzzle_normal_down_inside_hover.png") no-repeat 58px top, url("../img/puzzle/puzzle_normal_down_inside_hover_shadow.png") repeat center top;
    height: 76px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(3) .puzzle-head:after,
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(3) .puzzle-head:before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(1):before {
    background: url("../img/puzzle/puzzle_normal_up_hover.png") no-repeat 27px bottom;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(1):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -64px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat center center;
    height: 67px;
    z-index: 1;
    width: 207px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(2):before {
    background: url("../img/puzzle/puzzle_normal_down_hover.png") no-repeat 9px top;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block.audit-block .puzzle-box:hover:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -64px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat center center;
    height: 67px;
    z-index: 1;
    width: 207px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box {
  border: 1px solid #fff;
  padding-top: 67px;
  width: 419px;
  padding-left: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  height: 475px;
  background: #eaeaea;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box {
    width: 443px;
  }
}
@media (max-width: 991px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box {
    width: 349px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box {
    width: 100%;
    padding-top: 103px;
    padding-left: 18px;
    padding-bottom: 37px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-1 {
  height: 456px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-1 {
    height: 499px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-2 {
  height: 478px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-2 {
    height: 560px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-3 {
  height: 438px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-3 {
    height: 499px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-1,
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-2,
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box.width-3 {
    height: auto;
    padding-bottom: 60px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-btn {
    bottom: 37px;
    left: 27px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-btn {
    left: 18px;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-child(odd):before {
  content: '';
  position: absolute;
  display: block;
  bottom: -64px;
  left: 1px;
  right: 1px;
  background: url("../img/puzzle/puzzle_normal_down.png") no-repeat center center;
  height: 67px;
  z-index: 1;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-child(odd):after {
  content: '';
  position: absolute;
  display: block;
  right: -5px;
  top: 0;
  bottom: 0;
  background: url("../img/puzzle/puzzle_normal_left.png") no-repeat center center;
  width: 67px;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-child(odd):after {
    display: none;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-child(even):before {
  content: '';
  position: absolute;
  display: block;
  bottom: -5px;
  left: 1px;
  right: 1px;
  background: url("../img/puzzle/puzzle_normal_up.png") no-repeat center center;
  height: 67px;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-child(even):before {
    bottom: -64px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat center center;
    height: 67px;
    z-index: 1;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-last-child(2):before {
  display: none;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-last-child(2):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -64px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down.png") no-repeat center center;
    height: 67px;
    z-index: 1;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:nth-last-child(1):before {
  display: none;
}
@media (min-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover {
    background: #eee;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
    z-index: 10;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(even) .puzzle-head:after {
    content: '';
    position: absolute;
    display: block;
    top: -76px;
    left: 0;
    right: 0;
    height: 76px;
    background: url("../img/puzzle/puzzle_normal_up_inside_hover.png") no-repeat center bottom, url("../img/puzzle/puzzle_normal_up_inside_hover_shadow.png") repeat center bottom;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(odd) .puzzle-head:after {
    content: '';
    position: absolute;
    display: block;
    top: -17px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down_inside_hover.png") no-repeat center bottom, url("../img/puzzle/puzzle_normal_down_inside_hover_shadow.png") repeat center bottom;
    height: 76px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(2) .puzzle-head:after {
    display: none;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(1) .puzzle-head:after {
    display: none;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(odd):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -85px;
    left: 1px;
    right: 1px;
    background: url("../img/puzzle/puzzle_normal_down_hover.png") no-repeat center top, url("../img/puzzle/puzzle_normal_down_hover_01.png") repeat center top;
    height: 85px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(odd):after {
    content: '';
    position: absolute;
    display: block;
    right: -27px;
    top: 0;
    bottom: 0;
    background: url("../img/puzzle/puzzle_normal_left_hover.png") no-repeat right center, url("../img/puzzle/puzzle_normal_left_hover_02.png") repeat-y right center;
    width: 86px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(even):before {
    content: '';
    position: absolute;
    display: block;
    bottom: -37px;
    left: 0;
    right: 0;
    background: url("../img/puzzle/puzzle_normal_up_hover.png") no-repeat center bottom, url("../img/puzzle/puzzle_normal_up_hover_01.png") repeat-x center bottom;
    height: 96px;
    z-index: 1;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-child(even):after {
    content: '';
    position: absolute;
    display: block;
    left: -84px;
    top: 0;
    bottom: 0;
    background: url("../img/puzzle/puzzle_normal_right_hover.png") no-repeat center center;
    width: 84px;
    z-index: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-last-child(2):before {
    display: none;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box:hover:nth-last-child(1):before {
    display: none;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head {
  color: #263649;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .text-wrapper {
  float: left;
  width: 280px;
  line-height: 20px;
  position: absolute;
  top: 65px;
  z-index: 15;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .text-wrapper {
    top: 62px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .text-wrapper {
    position: static;
    width: 100%;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .img-wrapper {
  float: right;
  margin-top: -18px;
  margin-right: 30px;
  position: relative;
  z-index: 15;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .img-wrapper img {
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .img-wrapper {
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    top: 18px;
    left: 17px;
    z-index: 0;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .title {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .title {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .title {
    width: 95%;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .lead {
  font-size: 18px;
  padding-top: 0;
  width: 290px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .lead {
    font-size: 14px;
    line-height: 25px;
    margin-top: 1px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .lead {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-head .lead {
    width: 100%;
  }
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list {
  clear: both;
  padding-top: 62px;
  color: #475364;
  font-size: 14px;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li {
  line-height: 18px;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li div {
  width: 310px;
  line-height: 20px;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li:not(:first-child) {
  padding-top: 20px;
}
.section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #d1dde0;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list {
    padding-top: 58px;
    padding-left: 18px;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li {
    width: 75%;
    position: relative;
    margin-bottom: 18px;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li:before {
    position: absolute;
    left: -20px;
    top: 7px;
    display: inline-block;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li:not(:first-child) {
    padding-top: 2px;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list {
    padding-top: 19px;
    padding-left: 20px;
  }
  .section-proto-technologies .technologies-outer .puzzle-block .puzzle-box .puzzle-list li {
    width: 95%;
  }
}
.section-proto-technologies.monitoring .technologies-outer .puzzle-block .puzzle-box.width-4 {
  height: 510px;
}
@media (max-width: 1200px) {
  .section-proto-technologies.monitoring .technologies-outer .puzzle-block .puzzle-box.width-4 {
    height: 610px;
  }
}
@media (max-width: 767px) {
  .section-proto-technologies.monitoring .technologies-outer .puzzle-block .puzzle-box.width-4 {
    height: auto;
    padding-bottom: 60px;
  }
}
.section-proto-technologies.monitoring .technologies-outer .puzzle-block .puzzle-box .puzzle-list {
  padding-top: 40px;
}
.section-proto-technologies.monitoring .technologies-outer .puzzle-block .puzzle-box .puzzle-list:li:not(:first-child) {
  padding-top: 20px;
}
.section-proto-technologies.monitoring .technologies-outer .puzzle-block .puzzle-box .puzzle-head .text-wrapper {
  line-height: 20px;
  top: 62px;
}
@media (max-width: 1200px) {
  .section-proto-content .section-clients .clients-wrapper .controls {
    right: 0;
  }
}
.section-sertificate .sertificate-outer {
  background: #a7c1cd;
  padding: 60px 50px;
}
.section-sertificate .sertificate-outer .sertificate-inner {
  border-radius: 40px;
  border: 1px solid #fff;
  background: #fff;
  padding: 60px 0 45px;
  box-shadow: 0px 20px 50px 0px rgba(0,1,1,0.25), inset 0px 0px 0px 2px rgba(254,254,254,0.004);
  position: relative;
}
.section-sertificate .sertificate-outer .sertificate-inner.audit {
  padding: 60px 0 95px;
}
.section-sertificate .sertificate-outer .sertificate-inner.audit .desc {
  width: 480px;
}
@media (max-width: 767px) {
  .section-sertificate .sertificate-outer .sertificate-inner.audit .desc {
    width: 100%;
  }
}
.section-sertificate .sertificate-outer .sertificate-inner .title {
  background: #ebebeb;
  padding: 18px 0 16px 50px;
  color: #48494c;
}
.section-sertificate .sertificate-outer .sertificate-inner .title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #cb003d;
  margin-bottom: 45px;
}
.section-sertificate .sertificate-outer .sertificate-inner .desc {
  color: #263649;
  font-size: 14px;
  line-height: 25px;
  padding-top: 24px;
  padding-left: 50px;
  width: 570px;
}
@media (max-width: 991px) {
  .section-sertificate .sertificate-outer .sertificate-inner .desc {
    padding-left: 30px;
  }
}
.section-sertificate .sertificate-outer .sertificate-inner .sertificate-list {
  padding-left: 80px;
  font-size: 14px;
  color: #263649;
  padding-top: 15px;
}
.section-sertificate .sertificate-outer .sertificate-inner .sertificate-list li:not(:first-child) {
  padding-top: 18px;
  width: 500px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .section-sertificate .sertificate-outer .sertificate-inner .sertificate-list li:not(:first-child) {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .section-sertificate .sertificate-outer .sertificate-inner .sertificate-list {
    padding-left: 59px;
  }
}
@media (max-width: 767px) {
  .section-sertificate .sertificate-outer .sertificate-inner .sertificate-list {
    padding-left: 37px;
    padding-right: 21px;
  }
}
.section-sertificate .sertificate-outer .sertificate-inner .img-wrapper {
  position: absolute;
  top: 40%;
  right: 41px;
}
@media (max-width: 1200px) {
  .section-sertificate .sertificate-outer .sertificate-inner .img-wrapper.position-fix {
    right: -6px;
  }
}
@media (max-width: 1200px) {
  .section-sertificate .sertificate-outer {
    padding: 60px 35px;
  }
  .section-sertificate .sertificate-outer .sertificate-inner {
    padding: 39px 0 77px;
    position: relative;
  }
  .section-sertificate .sertificate-outer .sertificate-inner.audit {
    padding: 39px 0 51px;
    position: relative;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .desc {
    padding-top: 22px;
    padding-left: 30px;
    width: 70%;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .img-wrapper {
    position: absolute;
    top: 164px;
    right: 4px;
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .img-wrapper img {
    width: 87%;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .title {
    padding: 20px 0 4px 29px;
    font-size: 24px;
    line-height: 50px;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .title:before {
    margin-bottom: 24px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .section-sertificate .sertificate-outer {
    padding: 40px 20px;
  }
  .section-sertificate .sertificate-outer .sertificate-inner {
    padding: 21px 0px 51px;
    overflow: hidden;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .title {
    padding: 18px 20px 14px 20px;
    line-height: 30px;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .title:before {
    width: 80px;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .desc {
    padding-top: 12px;
    padding-left: 21px;
    padding-right: 21px;
    width: 100%;
    box-sizing: border-box;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .img-wrapper {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    margin-left: 20px;
    margin-top: 33px;
  }
  .section-sertificate .sertificate-outer .sertificate-inner .img-wrapper img {
    width: 100%;
  }
}
.section-rates.mon-rates .title {
  padding-bottom: 37px;
}
.section-rates.mon-rates .btn-wrapper {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section-rates.mon-rates .rate-box {
  width: 380px;
  height: 450px;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
@media (max-width: 1200px) {
  .section-rates.mon-rates .rate-box {
    width: 439px;
  }
  .section-rates.mon-rates .rate-box .box-head .btn-wrapper {
    position: absolute;
    padding: 14px 0px 20px;
    left: 0;
    bottom: 21px;
    width: 100%;
    right: 0;
    box-sizing: border-box;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .section-rates.mon-rates .rate-box .box-head .btn-wrapper .rate-btn {
    box-sizing: border-box;
    float: none;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .section-rates.mon-rates .rate-box {
    width: 343px;
    height: 470px;
  }
}
@media (max-width: 767px) {
  .section-rates.mon-rates .rate-box {
    padding-bottom: 0;
    width: 100%;
    height: auto;
  }
  .section-rates.mon-rates .rate-box .box-head .btn-wrapper {
    position: relative;
    bottom: 0;
  }
}
.section-rates.mon-rates .rate-box .box-head {
  border-bottom: none;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .section-rates.mon-rates .rate-box .box-head {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-rates.mon-rates .rate-box .box-head {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
.section-rates.mon-rates .rate-box .box-head .price {
  position: absolute;
  padding-top: 0;
  top: 170px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .section-rates.mon-rates .rate-box .box-head .price {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.section-rates.mon-rates .rate-box .box-head .tagline {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 225px;
}
@media (max-width: 767px) {
  .section-rates.mon-rates .rate-box .box-head .tagline {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 15px;
  }
}
.section-rates.mon-rates .rate-box .box-head .endtext {
  font-size: 14px;
  line-height: 20px;
  color: #828284;
  padding-left: 23px;
  padding-right: 23px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .section-rates.mon-rates .rate-box .box-head .endtext {
    padding: 0 15px;
    box-sizing: border-box;
    top: 290px;
  }
}
.section-rates.mon-rates .rate-box .box-head .add-desc {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .section-rates.mon-rates .rate-box .box-head .add-desc {
    padding-bottom: 8px;
  }
}
.section-rates.mon-rates .endtext {
  padding-top: 45px;
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
@media (max-width: 767px) {
  .section-rates.mon-rates .endtext {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.section-rates .rates-outer {
  background: #cb003d;
  padding: 80px 0 58px 80px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .section-rates .rates-outer {
    padding: 60px 0 58px 34px;
  }
}
@media (max-width: 767px) {
  .section-rates .rates-outer {
    padding: 40px 11px 25px 9px;
  }
}
.section-rates .title {
  color: #fff;
}
.section-rates .title span {
  font-size: 24px;
  vertical-align: top;
  margin-left: -6px;
}
.section-rates .title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #fff;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .section-rates .title {
    font-size: 24px;
    padding-left: 30px;
  }
  .section-rates .title:before {
    margin-bottom: 38px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .section-rates .title {
    padding-left: 12px;
  }
  .section-rates .title:before {
    width: 80px;
    margin-bottom: 27px;
  }
}
.section-rates .rate-box.width-mod {
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0,1,1,0.69);
}
@media (max-width: 1200px) {
  .section-rates .rate-box.width-mod {
    width: 450px;
  }
  .section-rates .rate-box.width-mod .box-head .btn-wrapper {
    padding-left: 15px;
    padding-right: 17px;
  }
}
@media (max-width: 991px) {
  .section-rates .rate-box.width-mod {
    width: 346px;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box.width-mod {
    width: 93%;
    margin: 0 auto;
    padding-bottom: 31px;
  }
  .section-rates .rate-box.width-mod .box-head {
    padding-top: 41px;
    padding-bottom: 34px;
  }
  .section-rates .rate-box.width-mod .box-head .price {
    padding-left: 0;
  }
  .section-rates .rate-box.width-mod .box-head .btn-wrapper {
    padding: 37px 30px 0;
  }
}
.section-rates .rate-box {
  background: #dfecf0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  width: 370px;
  margin-top: 55px;
  text-align: center;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  height: 900px;
  background-image: -webkit-linear-gradient(90deg, #eaeff2 0%, #f1f5f6 40%, #e9eef1 70%, #dfe8ed 100%);
  background-image: -ms-linear-gradient(90deg, #eaeff2 0%, #f1f5f6 40%, #e9eef1 70%, #dfe8ed 100%);
  box-shadow: 7.071px 7.071px 20px 0px rgba(0,1,1,0.5);
}
@media (max-width: 1200px) {
  .section-rates .rate-box {
    width: 428px;
    margin-top: 57px;
    text-align: center;
    position: relative;
    margin-right: 6px;
  }
}
@media (max-width: 991px) {
  .section-rates .rate-box {
    width: 346px;
    height: 978px;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box {
    width: 93%;
    display: block;
    margin: 37px auto 41px;
    padding-bottom: 42px;
    height: auto;
  }
}
.section-rates .rate-box.audit-width {
  height: 780px;
  background: #fff;
  margin-right: 21px;
  width: 245px;
}
@media (max-width: 1200px) {
  .section-rates .rate-box.audit-width {
    width: 30%;
    height: 859px;
  }
}
@media (max-width: 991px) {
  .section-rates .rate-box.audit-width {
    width: 30%;
    height: 904px;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box.audit-width {
    width: 93%;
    display: block;
    margin: 37px auto 41px;
    padding-bottom: 42px;
    height: auto;
  }
}
.section-rates .rate-box.audit-width .box-head {
  height: 380px;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
}
.section-rates .rate-box.audit-width .box-head .icon-rub {
  top: -4px;
  font-size: 24px;
}
.section-rates .rate-box.audit-width .box-head .price {
  font-size: 36px;
  padding-top: 22px;
}
.section-rates .rate-box.audit-width .box-head .desc-end {
  font-weight: normal;
  padding-top: 5px;
  height: 20px;
}
.section-rates .rate-box.audit-width .box-head .endtext {
  color: #828284;
  font-size: 14px;
  padding: 42px 10px 0;
  line-height: 22px;
}
.section-rates .rate-box.audit-width .box-head .btn-wrapper {
  position: absolute;
  padding: 14px 0 20px;
  left: 40px;
  bottom: 21px;
}
@media (max-width: 1200px) {
  .section-rates .rate-box.audit-width .box-head {
    padding-top: 44px;
    height: 401px;
  }
  .section-rates .rate-box.audit-width .box-head .desc {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }
  .section-rates .rate-box.audit-width .box-head .price {
    font-size: 28px;
    line-height: 50px;
    padding-top: 10px;
  }
  .section-rates .rate-box.audit-width .box-head .price .icon-rub {
    font-size: 20px;
    position: relative;
    top: -2px;
    left: -4px;
  }
  .section-rates .rate-box.audit-width .box-head .tagline {
    padding-top: 0;
    position: relative;
    top: -8px;
  }
  .section-rates .rate-box.audit-width .box-head .endtext {
    padding: 47px 10px 0;
  }
  .section-rates .rate-box.audit-width .box-head .btn-wrapper {
    position: absolute;
    padding: 14px 20px 20px;
    left: 0;
    bottom: 21px;
    width: 100%;
    right: 0;
    box-sizing: border-box;
  }
  .section-rates .rate-box.audit-width .box-head .btn-wrapper .rate-btn {
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
  }
}
.section-rates .rate-box.audit-width .rates-list {
  padding: 28px 12px 0 12px;
}
@media (max-width: 767px) {
  .section-rates .rate-box.audit-width .rates-list {
    padding: 28px 19px 0 20px;
  }
}
.section-rates .rate-box.audit-width .rates-list .rates-item {
  padding: 12px 0;
  line-height: 25px;
}
.section-rates .rate-box .box-head {
  border-bottom: 3px solid #cb003d;
  padding-top: 65px;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .box-head {
    padding-top: 61px;
    padding-bottom: 42px;
    margin-top: 53px;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box .box-head {
    margin-top: 0px;
    padding-top: 32px;
    padding-bottom: 43px;
  }
}
.section-rates .rate-box .box-head.box-shadow {
  position: relative;
}
.section-rates .rate-box .box-head.box-shadow:after {
  content: '';
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  width: 100%;
  height: 35px;
}
.section-rates .rate-box .box-head .desc {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .section-rates .rate-box .box-head .desc {
    padding-bottom: 20px;
  }
}
.section-rates .rate-box .box-head .price {
  font-size: 50px;
  color: #475364;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .box-head .price {
    font-size: 36px;
    color: #475364;
    padding-top: 47px;
    padding-left: 8px;
  }
  .section-rates .rate-box .box-head .price .icon-rub {
    left: -4px;
    font-size: 26px;
    position: relative;
    top: -4px;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box .box-head .price {
    padding-top: 22px;
    padding-left: 6px;
  }
  .section-rates .rate-box .box-head .price .icon-rub {
    left: -4px;
    font-size: 21px;
    position: relative;
    top: -2px;
  }
}
.section-rates .rate-box .box-head .tagline {
  font-size: 14px;
  color: #475364;
  padding-top: 6px;
  height: 14px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .box-head .tagline {
    padding-left: 4px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box .box-head .tagline {
    padding-top: 4px;
    width: 100%;
  }
}
.section-rates .rate-box .box-head .btn-wrapper {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .box-head .btn-wrapper {
    padding: 44px 0;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box .box-head .btn-wrapper {
    padding: 37px 20px 0;
  }
}
.section-rates .rate-box .box-head .rate-btn {
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #cb003d;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 17px 20px 14px 20px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  box-shadow: 0px 2px 0px 0px #9a002e;
  top: 0;
}
.section-rates .rate-box .box-head .rate-btn:hover {
  background: #bd0039;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  box-shadow: 0px 1px 0px 0px #9a002e;
  top: 1px;
}
.section-rates .rate-box .box-head .rate-btn.transparent-btn {
  color: #cb003d;
  padding: 10px 8px 10px 8px;
  border: 2px solid #cb003d;
  color: #cb003d;
  background: transparent;
  margin-left: 10px;
  line-height: 22px;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .box-head .rate-btn {
    width: 43.5%;
    float: left;
    margin: 0 15px;
    box-sizing: border-box;
    padding: 17px 0 14px;
    font-size: 11px;
    height: 44px;
  }
  .section-rates .rate-box .box-head .rate-btn:nth-child(1) {
    width: 45%;
  }
  .section-rates .rate-box .box-head .rate-btn:nth-child(2) {
    width: 45%;
    text-align: center;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
  .section-rates .rate-box .box-head .rate-btn.transparent-btn {
    margin-left: 0;
    margin-right: 0;
    height: 46px;
  }
}
@media (max-width: 991px) {
  .section-rates .rate-box .box-head .rate-btn {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  .section-rates .rate-box .box-head .rate-btn {
    width: 100%;
    float: none;
  }
  .section-rates .rate-box .box-head .rate-btn:nth-child(1),
  .section-rates .rate-box .box-head .rate-btn:nth-child(2) {
    width: 100%;
  }
  .section-rates .rate-box .box-head .rate-btn:not(:last-child) {
    margin: 0 0 16px;
  }
}
.section-rates .rate-box .rates-list {
  padding: 25px 30px 0;
}
@media (max-width: 767px) {
  .section-rates .rate-box .rates-list {
    padding: 26px 21px 0;
  }
}
.section-rates .rate-box .rates-list .rates-item {
  border-bottom: 1px solid #d1dde0;
  font-size: 14px;
  color: #475364;
  padding: 14px 0;
  line-height: 22px;
  cursor: pointer;
}
.section-rates .rate-box .rates-list .rates-item span {
  display: inline;
}
.section-rates .rate-box .rates-list .rates-item span:after {
  content: '';
  width: 100%;
  height: 2px;
  background: url("../img/text-decoration.jpg") repeat-x;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .rates-list .rates-item {
    padding: 12px 0;
  }
  .section-rates .rate-box .rates-list .rates-item span {
    font-size: 14px;
    line-height: 25px;
  }
}
.section-rates .rate-box .rate-box-outer {
  position: absolute;
  top: -30px;
  left: 0;
  background: #2a394d;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 7px 0;
}
@media (max-width: 1200px) {
  .section-rates .rate-box .rate-box-outer {
    top: -21px;
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    padding-top: 5px;
    box-sizing: border-box;
  }
}
.section-rates .rates-after {
  color: #fff;
  font-size: 14px;
  padding-top: 27px;
}
@media (max-width: 767px) {
  .section-rates .rates-after {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
  }
}
.section-clients#section-6 .clients-wrapper .lSSlideOuter {
  margin-top: 37px;
}
.section-faq-slider .faq-slider-outer {
  padding-top: 80px;
  background: #fff;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.08);
}
@media (max-width: 1200px) {
  .section-faq-slider .faq-slider-outer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-faq-slider .faq-slider-outer {
    padding-top: 40px;
  }
}
.section-faq-slider .faq-slider-outer .title {
  padding-bottom: 40px;
  padding-left: 80px;
  color: #48494c;
}
.section-faq-slider .faq-slider-outer .title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #cb003d;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .section-faq-slider .faq-slider-outer .title {
    font-size: 24px;
    padding-left: 65px;
    padding-bottom: 35px;
  }
  .section-faq-slider .faq-slider-outer .title:before {
    width: 100px;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .section-faq-slider .faq-slider-outer .title {
    padding-left: 19px;
    padding-bottom: 32px;
  }
  .section-faq-slider .faq-slider-outer .title:before {
    padding-left: 19px;
    margin-bottom: 27px;
  }
}
.section-faq-slider .faq-slider-outer .faq-slider {
  padding-left: 80px;
}
.section-faq-slider .faq-slider-outer .faq-slider .slider-item {
  margin-right: 50px;
  width: 400px;
  margin-left: 1px;
  box-sizing: border-box;
  color: #263649;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  outline: none;
  border-right: 1px solid transparent;
  height: 460px;
}
.section-faq-slider .faq-slider-outer .faq-slider .slider-item.slick-current {
  border-right: 1px solid #e3e4e3;
}
.section-faq-slider .faq-slider-outer .faq-slider .slider-item .slide-title {
  font-size: 20px;
  line-height: 25px;
  width: 300px;
}
.section-faq-slider .faq-slider-outer .faq-slider .slider-item .slide-desc {
  font-size: 11px;
  padding-top: 30px;
  line-height: 22px;
  padding-right: 40px;
  color: #263649;
}
@media (max-width: 1200px) {
  .section-faq-slider .faq-slider-outer .faq-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slick-dots {
    margin-right: 0;
    margin-top: 44px;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item {
    width: 50%;
    margin-right: 0;
    padding: 0 50px;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item .slide-title {
    font-size: 18px;
    line-height: 30px;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item .slide-desc {
    font-size: 14px;
    line-height: 25px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .section-faq-slider .faq-slider-outer .faq-slider {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item.slick-current {
    border-right: none;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item .slide-title {
    width: 100%;
  }
  .section-faq-slider .faq-slider-outer .faq-slider .slider-item .slide-desc {
    width: 100%;
    padding-right: 0;
  }
}
#SvgjsLinearGradient1013 {
  opacity: 0;
}
#SvgjsLinearGradient1013:hover {
  opacity: 1;
}
#SvgjsPath1007 {
  opacity: 0;
  fill: none;
}
.list-ol__item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 25px;
  color: #475364;
  padding-right: 67px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.list-ol__item span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 21px;
}
.list-ol__item span.js-title {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .list-ol__item {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 767px) {
  .list-ol__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.md-modal.big-popup {
  width: 900px;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  z-index: 9999 !important;
  display: none;
  top: 10%;
}
@media (max-width: 1200px) {
  .md-modal.big-popup {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .md-modal.big-popup {
    width: 100%;
  }
}
.md-modal.big-popup .md-close {
  z-index: 1;
  top: 29px;
  right: 29px;
}
.md-modal.big-popup .md-content>div {
  width: 100%;
  padding: 122px 101px;
}
@media (max-width: 1200px) {
  .md-modal.big-popup .md-content>div {
    padding: 122px 60px 50px;
  }
}
@media (max-width: 767px) {
  .md-modal.big-popup .md-content>div {
    padding: 59px 15px 50px;
  }
}
.md-modal.big-popup .ico {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  margin-top: -24px;
}
.md-modal.big-popup .ico img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .md-modal.big-popup .ico {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .md-modal.big-popup .ico {
    padding-left: 0;
    position: absolute;
    left: 37px;
    top: 82px;
  }
}
.md-modal.big-popup .title {
  width: 600px;
  font: bold 32px/40px "Open Sans";
  margin-bottom: 26px;
  text-transform: uppercase;
  color: #263649;
  display: inline-block;
}
.md-modal.big-popup .title:before {
  content: "";
  position: absolute;
  width: 122px;
  height: 2px;
  background: #cb003d;
  top: 78px;
}
@media (max-width: 1200px) {
  .md-modal.big-popup .title {
    width: 85%;
    font: bold 20px/26px "Open Sans";
  }
  .md-modal.big-popup .title:before {
    width: 100px;
  }
  .md-modal.big-popup .title .modal-text {
    font: 18px/25px "Open Sans";
  }
}
@media (max-width: 767px) {
  .md-modal.big-popup .title {
    width: 100%;
    padding-top: 90px;
  }
  .md-modal.big-popup .title:before {
    top: 37px;
    width: 88px;
  }
}
.md-modal.big-popup .p {
  font-size: 18px;
  line-height: 30px;
  color: #263649;
}
@media (max-width: 767px) {
  .md-modal.big-popup .p {
    font-size: 14px;
    line-height: 22px;
  }
}
.md-modal.big-popup .btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .md-modal.big-popup .btn-wrapper .link-btn {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
}
.md-modal.big-popup .link-btn:after {
  content: none !important;
}
.md-modal.big-popup .link-btn {
  padding: 17px 20px 16px 20px;
}
.header-ol {
  font-size: 28px;
  line-height: 30px;
  color: #48494c;
  margin-top: 57px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .header-ol {
    font-size: 24px;
  }
}
.mobile-title {
  display: none;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}
.mobile-title__top {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: 13px;
}
.mobile-title span {
  color: #cb003d;
}
.mobile-title.index {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: -8px;
}
.mobile-title.index span {
  color: #cb003d;
  font-size: 18px;
  line-height: 40px;
  display: block;
}
@media (max-width: 767px) {
  .mobile-title {
    display: block;
    width: 100%;
    margin: 0 auto 32px;
  }
}
.web-mod {
  padding-bottom: 20px;
}
.icon-rub {
  font-family: fontello;
  font-size: 36px;
  position: relative;
  top: -5px;
}
.slick-dots {
  text-align: center;
  margin-top: 15px;
  margin-right: 90px;
}
.slick-dots li {
  outline: none;
  display: inline-block;
}
.slick-dots li button {
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  margin: 0 5px;
  background: #a7c1cd;
  box-shadow: none;
  border: none;
  color: transparent;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #cb003d;
}
@media (max-width: 767px) {
  .mod-solutions .section-main-slider {
    padding-top: 34px;
  }
}
.mod-solutions .section-main-slider .main-slider {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mod-solutions .section-main-slider .main-slider {
    display: none;
  }
}
.mod-solutions .section-proto-benefits .proto-benefits-outer {
  padding: 40px 40px 60px 0;
}
@media (max-width: 767px) {
  .mod-solutions .section-proto-benefits .proto-benefits-outer {
    padding: 20px 10px 37px 0;
  }
}
.mod-solutions .section-proto-benefits .proto-benefits-inner {
  margin-left: -15px;
  padding: 80px 0 100px 80px;
  width: 1060px;
}
.mod-solutions .section-proto-benefits .proto-benefits-inner .lead {
  font-size: 24px;
  padding-top: 10px;
  width: 900px;
  line-height: 34px;
}
.mod-solutions .section-proto-benefits .proto-benefits-inner .desc {
  width: 930px;
  font-size: 18px;
  padding-top: 30px;
  line-height: 30px;
}
.mod-solutions .section-solutions {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions {
    padding-top: 20px;
  }
  .mod-solutions .section-solutions .solutions-inner .title .link-btn{
      display: inline-block;
      margin-top: 10px;
    }
    .mod-solutions .section-solutions .solutions-inner .title span{
        display: block;
      }
      .solution-box .title a{margin-left: 0!important;}
}
.mod-solutions .section-solutions .solutions-inner {
  background: #fff;
  padding: 80px 100px;
}
.mod-solutions .section-solutions .solutions-inner .title {
  color: #263649;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1200px) {
  .mod-solutions .section-solutions .solutions-inner .title {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .mod-solutions .section-solutions .solutions-inner .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.mod-solutions .section-solutions .solutions-inner .title .link-btn {
    padding: 8px 40px;
}
.mod-solutions .section-solutions .solutions-inner .title:before {
  content: '';
  position: absolute;
  left: -10px;
  display: block;
  width: 70px;
  height: 70px;
  left: -80px;
  top: -25px;
}
@media (max-width: 1200px) {
  .mod-solutions .section-solutions .solutions-inner .title:before {
    left: -90px;
  }
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions .solutions-inner .title:before {
    left: 0;
    top: -93px;
  }
}
.mod-solutions .section-solutions .solutions-inner .list-wrapper {
  margin-top: 20px;
  width: 924px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1200px) {
  .mod-solutions .section-solutions .solutions-inner .list-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions .solutions-inner .list-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }
}
.mod-solutions .section-solutions .solutions-inner .list-wrapper__item {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  margin-top: -1px;
}
@media (max-width: 1200px) {
  .mod-solutions .section-solutions .solutions-inner .list-wrapper__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions .solutions-inner .list-wrapper__item {
    width: 100%;
    padding: 0;
  }
}
.mod-solutions .section-solutions .solutions-inner .list-wrapper__item span {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d1dde0;
  display: block;
  text-decoration: none;
  color: #263649;
  font-size: 14px;
  padding: 10px 0;
  line-height: 25px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions .solutions-inner .list-wrapper__item span {
    padding: 10px 0 11px;
  }
}
.mod-solutions .section-solutions .solutions-inner .list-box {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d1dde0;
  margin-right: 15px;
  width: 295px;
  margin-top: 20px;
}
.mod-solutions .section-solutions .solutions-inner .list-box .item {
  display: block;
  text-decoration: none;
  color: #263649;
  font-size: 14px;
  padding: 10px 0;
  line-height: 27px;
}
.mod-solutions .section-solutions .solutions-inner .list-box .item:first-child {
  border-bottom: 1px solid #d1dde0;
}
.mod-solutions .section-solutions .solutions-inner .solution-box {
    margin-bottom: 31px;
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions .solutions-inner .solution-box:not(:nth-last-child(2)) {
    margin-bottom: 25px;
  }
}
.mod-solutions .section-solutions .solutions-inner .solution-box.row-1 .list-box {
  height: 124px;
}
.mod-solutions .section-solutions .solutions-inner .solution-box.row-1 .list-box .item:last-child {
  border: none;
}
.mod-solutions .section-solutions .solutions-inner .solution-box.row-2,
.mod-solutions .section-solutions .solutions-inner .solution-box.row-1:last-of-type {
  position: relative;
}
.mod-solutions .section-solutions .solutions-inner .solution-box.row-2 .list-box,
.mod-solutions .section-solutions .solutions-inner .solution-box.row-1:last-of-type .list-box {
  height: 75px;
}
.mod-solutions .section-solutions .solutions-inner .solution-box.row-2 .list-box .item,
.mod-solutions .section-solutions .solutions-inner .solution-box.row-1:last-of-type .list-box .item {
  border: none;
}
.mod-solutions .section-solutions .solutions-inner .solution-box.row-2 .list-wrapper__item span,
.mod-solutions .section-solutions .solutions-inner .solution-box.row-1:last-of-type .list-wrapper__item span {
  border-bottom: 1px solid #d1dde0;
}
.mod-solutions .section-solutions .btn-wrapper {
  text-align: center;
  margin-right: 195px;
}
.mod-solutions .section-solutions .btn-wrapper a {
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .mod-solutions .section-solutions .btn-wrapper a {
    box-sizing: border-box;
    width: 100%;
  }
}
.mod-solutions .section-solutions .btn-wrapper a:after {
  display: none;
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 999;
}
div.has-error {
  font-size: 13px;
  color: #cb003c;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overlay-sidebar {
  position: fixed;
  width: 100%;
  height: 200%;
  background: #1b314e;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 39;
  display: none;
}
.solution-web-link {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  margin-top: 44px;
  padding-left: 40px;
  color: #000;
  position: relative;
}
.solution-web-link:before {
  content: '';
  position: absolute;
  background: url("../img/mobile-sidebar-icon.png") no-repeat;
  top: 4px;
  left: 16px;
  width: 14px;
  height: 12px;
}
@media (max-width: 1200px) {
  .solution-web-link {
    display: block;
  }
}
@media (max-width: 767px) {
  .solution-web-link {
    margin-top: 53px;
  }
}
@media (max-width: 767px) {
  .security-page .controls {
    right: 0 !important;
  }
}
.security-triangle {
  background: #a7c1cd;
  padding: 60px 52px 60px 48px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .security-triangle {
    padding-left: 35px;
    padding-right: 33px;
  }
}
@media (max-width: 767px) {
  .security-triangle {
    padding: 20px 15px;
  }
}
.security-triangle__wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 129px 33px 15px 29px;
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(0,1,1,0.25);
}
@media (max-width: 767px) {
  .security-triangle__wrap {
    padding: 60px 15px 0;
  }
}
.security-triangle__triangle-figgure {
  position: relative;
  overflow: hidden;
  height: 120px;
}
.security-triangle__triangle-figgure:after {
  content: '';
  position: absolute;
  width: 51%;
  left: 0;
  bottom: 120px;
  background: #fff;
  height: 100%;
  -webkit-transform: rotateZ(10.7deg) skewX(10deg);
          transform: rotateZ(10.7deg) skewX(10deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  box-shadow: 2px 26px 25px -18px rgba(0,1,1,0.25);
}
.security-triangle__triangle-figgure:before {
  content: '';
  position: absolute;
  width: 51%;
  right: 0;
  bottom: 120px;
  background: #fff;
  height: 100%;
  -webkit-transform: rotateZ(-10.7deg) skewX(-10deg);
          transform: rotateZ(-10.7deg) skewX(-10deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  box-shadow: -11px 9px 25px 0px rgba(0,1,1,0.25);
}
.security-triangle__item {
  float: left;
  width: 50%;
  font-size: 0;
  vertical-align: top;
  padding-left: 23px;
  box-sizing: border-box;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .security-triangle__item {
    width: 100%;
    padding-left: 0;
  }
}
.security-triangle__title {
  font-size: 36px;
  color: #48494c;
  margin-bottom: 80px;
  padding-left: 23px;
  position: relative;
}
.security-triangle__title:before {
  content: '';
  display: block;
  height: 2px;
  width: 122px;
  background: #cb003d;
  position: absolute;
  top: -49px;
  left: 23px;
}
@media (max-width: 767px) {
  .security-triangle__title:before {
    top: -15px;
    left: 0;
  }
}
@media (max-width: 1200px) {
  .security-triangle__title {
    font-size: 24px;
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .security-triangle__title {
    padding-left: 0;
    font-size: 26px;
    margin-bottom: 40px;
  }
  .security-triangle__title:before {
    top: -35px;
  }
}
.security-triangle__item-title {
  color: #263649;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: 20px;
}
.security-triangle__item-text {
  color: #828284;
  font-size: 14px;
  line-height: 1.785714285714286;
}
@media (max-width: 1200px) {
  .section-rates.mon-rates .rate-box .box-head .rate-btn:nth-child(1) {
    width: 43.5%;
  }
}
@media (max-width: 767px) {
  .section-rates.mon-rates .rate-box .box-head .rate-btn:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .monitoring-page .section-rates .rate-box .box-head .desc {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .monitoring-page .section-clients .clients-wrapper .controls {
    right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .modal-wrapper .list-ol {
    margin-left: -34px;
    margin-right: -34px;
  }
}
@media (max-width: 767px) {
  .modal-wrapper .list-ol {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .audit-page .section-rates .rate-box.audit-width {
    height: 916px;
  }
}
@media (max-width: 767px) {
  .audit-page .section-rates .rate-box.audit-width {
    height: auto;
  }
}
@media (max-width: 991px) {
  .security-page .section-rates .rate-box:nth-child(2) .box-head .rate-btn:nth-child(1),
  .security-page .section-rates .rate-box:nth-child(2) .box-head .rate-btn:nth-child(2) {
    width: 45%;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
  }
  .security-page .section-rates .rate-box {
    height: 955px;
  }
}
@media (max-width: 767px) {
  .security-page .section-rates .rate-box:nth-child(2) .box-head .rate-btn:nth-child(1),
  .security-page .section-rates .rate-box:nth-child(2) .box-head .rate-btn:nth-child(2) {
    width: 100%;
  }
  .security-page .section-rates .rate-box .box-head .price .icon-rub {
    left: -4px;
    font-size: 24px;
    position: relative;
    top: -5px;
  }
  .security-page .section-rates .rate-box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .monitoring-page .section-rates .rate-box .box-head .price .icon-rub {
    font-size: 24px;
    position: relative;
    top: -5px;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.section-security {
  padding-top: 31px;
}
.section-security .container {
  background: #b60037;
  width: 1205px;
  height: 1020px;
  position: relative;
}
.security {
  background: #fff;
  position: absolute;
  top: 40px;
  left: -19px;
  right: 82px;
  padding: 124px 140px 80px 80px;
}
.security__sent {
  font-size: 24px;
  line-height: 36px;
  color: #48494c;
}
.security__sent span {
  font-weight: bold;
  color: #cb003d;
}
.security__sent-s {
  color: #263649;
  font-size: 18px;
  line-height: 31px;
  padding-top: 28px;
}
.section-par {
  padding-top: 41px;
}
.section-par .container {
  background: #fff;
  width: 1205px;
  position: relative;
  padding: 60px 103px;
  box-sizing: border-box;
}
.section-par__l {
  width: 660px;
  display: inline-block;
}
.section-par__l-txt {
  font-size: 18px;
  color: #263649;
  line-height: 30px;
  padding-bottom: 22px;
  padding-top: 8px;
}
.section-par__img {
  position: absolute;
  right: 96px;
  top: 80px;
}
.section-dark {
  padding-top: 41px;
}
.section-dark .container {
  background: #283649;
  width: 1205px;
  position: relative;
  padding: 60px 103px 101px 103px;
  box-sizing: border-box;
}
.section-dark__l {
  width: 678px;
}
.section-dark__name {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  padding-top: 11px;
}
.section-dark__position {
  font-weight: bold;
  font-size: 16px;
  line-height: 60px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 0;
}
.section-dark__position:before {
  content: "";
  width: 122px;
  height: 2px;
  background: #b60037;
  position: absolute;
  top: 11px;
  left: 0px;
}
.section-dark__txt {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-top: 10px;
}
.section-dark__txt p {
  padding-top: 30px;
  color: #fff;
}
.section-dark__txt p span {
  font-weight: bold;
  color: #fff;
}
.section-dark__img {
  position: absolute;
  right: -19px;
  top: 78px;
}
.section-command {
  padding-top: 41px;
}
.section-command .container {
  background: url("../img/comm-bg.jpg");
  width: 1205px;
  position: relative;
  padding: 220px 185px 101px 185px;
  box-sizing: border-box;
  height: 1199px;
  background-size: cover;
}
.section-command__block {
  backgroun: #f7f9fa;
  background: -webkit-linear-gradient(top, #f7f9fa 0%, #fafbfc 100%);
  background: linear-gradient(to bottom, #f7f9fa 0%, #fafbfc 100%);
  padding: 102px;
  padding-bottom: 66px;
  box-shadow: 3.536px 3.536px 20px 0px rgba(0,1,1,0.25);
}
.section-command__title {
  font-size: 36px;
  line-height: 50px;
  position: relative;
  color: #48494c;
  padding: 20px 0;
}
.section-command__title:before {
  content: "";
  width: 122px;
  height: 2px;
  background: #b60037;
  position: absolute;
  top: -23px;
  left: 0px;
}
.section-command__text p {
  font-size: 18px;
  line-height: 30px;
  color: #263649;
  padding-top: 27px;
}
.section-command__list {
  margin-top: 25px;
}
.section-command__item {
  font-size: 18px;
  line-height: 20px;
  color: #263649;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767px) {
  .about-img-wrapper {
    position: relative;
    margin-left: -30px;
    display: inline-block;
  }
  .about-img-wrapper img {
    width: 100%;
    right: -30px;
  }
}
.pro-wrapper {
  position: relative;
  height: 563px;
}
.pro-wrapper img {
  position: absolute;
  left: -65px;
  top: 8px;
}
.pro-wrapper p {
  font-size: 28px;
  line-height: 40px;
  color: #2a394d;
  position: absolute;
  right: 94px;
  width: 405px;
  top: 215px;
}
.pro-wrapper p span {
  color: #cb003d;
}
.seq-wrapper {
  background: #2a394d;
  height: 1600px;
  position: relative;
}
.seq-absol {
  position: absolute;
  background: #fff;
  top: 39px;
  left: -23px;
  right: 80px;
  padding: 97px 188px 58px 181px;
  box-shadow: 3.536px 3.536px 20px 0px rgba(0,1,1,0.25);
}
.seq-absol:before {
  content: "";
  width: 122px;
  height: 2px;
  background: #cb003d;
  position: absolute;
  top: 81px;
}
.seq-absol>p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
  color: #263649;
}
.seq-absol>p span {
  color: #cb003d;
  font-weight: bold;
}
.list-seq {
  font-size: 0;
  margin: 74px -108px 56px -98px;
}
.list-seq__item {
  width: 300px;
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
.list-seq__item .list-seq__txt {
  padding-right: 0;
}
.list-seq__item:last-child {
  margin-right: 0;
}
.list-seq__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #263649;
  text-transform: uppercase;
  margin-top: 25px;
  position: relative;
  margin-bottom: 28px;
}
.list-seq__title:before {
  content: "";
  width: 90px;
  height: 2px;
  background: #cb003d;
  position: absolute;
  top: 32px;
}
.list-seq__txt {
  font-size: 14px;
  line-height: 25px;
  color: #475364;
  padding-right: 38px;
}
.list-seq__more {
  color: #cb003d;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  margin-top: 25px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.list-seq__more:hover {
  text-decoration: underline;
}
.list-seq__more:after {
  content: '';
  position: absolute;
  right: -24px;
  top: 8px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: url("../img/svg/protosecurity_icons_arrow_red_down.svg") no-repeat center center;
  width: 15px;
  height: 9px;
}
.lst-lvl {
  text-align: center;
}
.lst-lvl .link-btn {
  padding: 17px 26px 15px 25px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.lst-lvl .link-btn:after {
  content: none;
}
@media (max-width: 1200px) {
  .lst-lvl .link-btn {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .lst-lvl .link-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.lst-lvl__txt {
  font-size: 14px;
  line-height: 25px;
  color: #263649;
  text-align: left;
  margin-top: 84px;
}
.lst-lvl__link {
  color: #cb003d;
  font-size: 14px;
  line-height: 25px;
  display: block;
  text-align: left;
  margin-bottom: 23px;
}
.new-star {
  margin-top: 40px;
}
.new-star .btn-wrapper {
  margin-bottom: 29px;
}
.new-star .link-btn {
  padding: 16px 23px 15px 23px !important;
  margin-right: 11px;
}
.new-star .proto-benefits-outer {
  padding: 40px 80px 60px 0;
}
.new-star .proto-benefits-inner {
  margin-left: -23px;
  box-shadow: 3.536px 3.536px 20px 0px rgba(0,1,1,0.25);
}
.new-star .proto-benefits-inner .lead {
  font-size: 24px;
  width: 789px;
  padding-top: 34px;
  line-height: 34px;
}
.new-star .proto-benefits-inner .desc {
  color: #263649;
  font-size: 19px;
  padding-top: 29px;
  line-height: 31px;
  width: 88%;
}
.new-star .proto-benefits-inner .benefits-block {
  padding-top: 55px;
  position: relative;
}
.text-st {
  font-size: 18px;
  line-height: 30px;
  color: #263649;
  width: 625px;
  padding-top: 36px;
}
.text-st+img {
  position: absolute;
  top: 131px;
  right: 92px;
}
.text-st-s {
  width: 645px;
}
.txt-bl {
  font-size: 24px;
  line-height: 35px;
  color: #263649;
  margin-top: 34px;
  width: 87%;
}
.section-proto-benefits .transparent-btn {
  color: #cb003d;
  padding: 10px 8px 10px 8px;
  border: 2px solid #9a002f;
  color: #cb003d;
  background: transparent;
  margin-left: 10px;
  line-height: 22px;
  margin-top: 5px;
  padding: 10px 20px 10px 23px !important;
  margin-right: 14px;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.news-header {
  padding-top: 44px;
  min-height: 460px;
}
.news-header .container {
  position: relative;
}
.news-header__img {
  position: absolute;
  left: 28%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news-header__text {
  position: absolute;
  right: 0;
  top: 220px;
  width: 452px;
  font-size: 28px;
  line-height: 40px;
  color: #48494c;
}
.news-header__text span {
  color: #cb003d;
}
.news-list {
  position: relative;
}
.news-list .container {
  position: relative;
}
.news-list__pagination {
  -webkit-transform: translateX(-22px);
          transform: translateX(-22px);
  width: 100%;
  height: 50px;
  background-color: #eeefee;
  box-shadow: 0 5px 15px rgba(0,1,1,0.15);
  position: relative;
}
.news-list__pagination-btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-list__pagination-btn--left {
  left: 0;
}
.news-list__pagination-btn--left:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/pag-prev.svg") no-repeat center center;
  margin: auto;
}
.news-list__pagination-btn--right {
  right: 0;
}
.news-list__pagination-btn--right:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/pag-next.svg") no-repeat center center;
  margin: auto;
}
.news-list__pagination-btn:hover {
  background: #a3bac0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-list__pagination-pages {
  height: 100%;
  text-align: center;
}
.news-list__pagination-pages li {
  display: inline-block;
}
.news-list__pagination-pages li a,
.news-list__pagination-pages li span {
  width: 50px;
  display: block;
  height: 100%;
  line-height: 50px;
  color: #28384c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.news-list__pagination-pages li a:hover {
  background: #a3bac0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-list__pagination-pages li .active {
  background: #a3bac0;
}
.news-list__blocks {
  float: left;
  width: 75%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 51px;
  min-height: 760px;
}
.news-list__sidebar {
  width: 25%;
  float: left;
  background-color: #e2e2e2;
  padding-top: 40px;
  box-sizing: border-box;
}
.news-list__sidebar.news-inner {
  margin-top: 0;
}
.news-list__sidebar-item {
  width: 311px;
  background-color: #fff;
  box-shadow: 3.5px 3.5px 20px rgba(0,1,1,0.25);
  padding: 37px 31px 43px;
  box-sizing: border-box;
}
.news-list__sidebar-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list__sidebar-title {
  color: #d7214d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 27px;
  display: block;
  position: relative;
  cursor: default;
}
.news-list__sidebar-title.underline:before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -17px;
  width: 62px;
  height: 2px;
  background-color: #cb003d;
}
.news-list__sidebar-preview {
  color: #263649;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 22px;
}
.news-list__sidebar-link {
  color: #cb003d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.news-list__sidebar-link:after {
  content: '';
  width: 7px;
  height: 11px;
  background: url("../img/arrow.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 4px;
  right: -19px;
}
.news-list .blocks-wrapper {
  -webkit-transform: translateX(-22px);
          transform: translateX(-22px);
  margin-bottom: 20px;
}
.news-list .sidebar-wrapper {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}
.news-list .news-box {
  width: 33.333%;
  height: 300px;
  background: #a3bac0;
  position: relative;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  float: left;
  overflow: hidden;
}
.news-list .news-box:before {
  content: '';
  width: 255px;
  height: 255px;
  border: 2px solid transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-list .news-box:hover:before {
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-list .news-box .news-date {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #475364;
  font-size: 14px;
}
.news-list .news-box .news-desc {
  position: absolute;
  top: 47px;
  left: 40px;
}
.news-list .news-box .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #263649;
  line-height: 22px;
  width: 235px;
}
.news-list .news-box .title:after {
  content: '';
  display: block;
  background: #d5e1e4;
  height: 2px;
  width: 60px;
  margin-top: 14px;
}
.news-list .news-box .tagline {
  color: #475364;
  font-size: 14px;
  padding-top: 13px;
  line-height: 22px;
  width: 220px;
}
.news-list .news-box.with-pic .title {
  color: #b2c6cb;
}
.news-list .news-box.with-pic .tagline {
  color: #fff;
}
.news-list .news-box.with-pic .news-date {
  color: #fff;
  opacity: 0.5;
}
.subscribe__form position relative div.has-error {
  margin-top: -10px;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 13px;
  color: #cb003c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.subscribe__input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
  padding-left: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.subscribe__input.has-error {
  border-color: #cb003c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #cb003c;
  margin-bottom: 0;
}
.subscribe__submit {
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #cb003d;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #9a002e;
  border: none;
  top: 0;
  outline: none;
}
.subscribe__submit:hover {
  background: #bd0039;
  position: relative;
  box-shadow: 0px 1px 0px 0px #9a002e;
  top: 1px;
}
@media (max-width: 1200px) {
  .subscribe__submit {
    font-size: 11px;
  }
}
.tags__list a {
  color: #263649;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.tags__list a:hover {
  text-decoration: underline;
}
.section-analytics.news-page .container {
  position: relative;
}
.section-analytics.news-page .controls {
  font-size: 0;
  position: absolute;
  right: -20px;
  top: 40px;
  cursor: pointer;
  box-shadow: 0px 0px 8px 4px rgba(0,1,1,0.15);
}
.section-analytics.news-page .controls-left,
.section-analytics.news-page .controls-right {
  width: 60px;
  height: 60px;
  background: #eeefee url("../img/svg/protosecurity_icons_arrow_blue_right.svg") no-repeat center center;
  background-size: 17%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  vertical-align: top;
}
.section-analytics.news-page .controls-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-analytics.news-page .controls-right {
  background-color: #a3bac0;
}
@media (max-width: 767px) {
  .section-analytics.news-page .analytics-wrapper .slick-list {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.section-analytics.news-page .analytics-wrapper .slider-item {
  width: 320px;
}
@media (max-width: 767px) {
  .section-analytics.news-page .analytics-wrapper .slider-item {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.section-analytics.news-page .analytics-wrapper .analytics-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section-analytics.news-page .analytics-wrapper .analytics-box {
  width: 300px;
}
.section-analytics.news-page .analytics-wrapper .analytics-box:not(:last-child) {
  margin-right: 0px;
}
.news-inner {
  margin-top: 60px;
}
.news-inner__body {
  float: left;
  width: 75%;
  background-color: #fff;
  padding-top: 123px;
  padding-bottom: 77px;
  padding-left: 102px;
  padding-right: 102px;
  box-sizing: border-box;
  min-height: 800px;
}
.news-inner__date {
  color: #c8c9ca;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 78px;
}
.news-inner__title {
  color: #48494c;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 12px;
  position: relative;
}
.news-inner__title:before {
  content: '';
  width: 122px;
  height: 2px;
  background-color: #cb003d;
  position: absolute;
  top: -43px;
  left: 1px;
}
.news-inner__img {
  margin-bottom: 45px;
}
.news-inner__img-a {
  margin: 45px 0;
}
.news-inner__sub-title {
  color: #263649;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}
.news-inner__text {
  color: #263649;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}
.news-inner__text ul {
  list-style-type: none;
}
.news-inner__text ul li {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
}
.news-inner__text ul li:before {
  content: '';
  background: #263649;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 3px;
}
.news-inner__text ol {
  list-style: decimal inside;
}
.news-inner__text ol li {
  position: relative;
  padding-top: 10px;
}
.news-inner__text table {
  margin-top: 20px;
}
.news-inner__text table td {
  padding: 10px 20px;
  border: 1px solid #f7f7f7;
}
.news-inner__text hr {
  margin-top: 20px;
  border: none;
  border-top: 1px solid #e2e2e2;
}
.news-inner__text p {
  padding-top: 20px;
}
.news-inner__text p strong {
  font-weight: 700;
}
.news-inner__text p.bold {
  font-weight: 700;
}
.news-inner__text b {
  font-weight: 700;
}
.news-inner__text a {
  margin-top: 20px;
  color: #d7214d;
}
.news-inner__text td {
  padding-right: 10px;
}
.news-inner__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 60px;
  margin-bottom: 36px;
}
.news-inner__link:before {
  content: '';
  background: url("../img/svg/protosecurity_icons_pdf.svg") no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -2px;
  left: 0;
}
.news-inner__link .name {
  color: #cb003d;
}
@media (max-width: 991px) {
  .news-inner__link .name {
    text-overflow: ellipsis;
    max-width: 500px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .news-inner__link .name {
    text-overflow: ellipsis;
    max-width: 160px;
    overflow: hidden;
  }
}
.news-inner__link .size {
  color: #c8c9ca;
}
.news-inner__tags .inner-news-link:before {
  content: '';
  background: url("../img/svg/protosecurity_icons_arrow_red_down.svg") no-repeat center center;
  width: 15px;
  height: 9px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
}
.news-inner__tags a {
  color: #cb003d;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  margin-right: 4px;
}
.news-inner__tags a:not(:last-child):after {
  content: ',';
  color: #263649;
  width: 1px;
  display: inline-block;
}
.news-inner__tags a:hover {
  text-decoration: underline;
}
.page-header .mobile-menu {
  display: none;
}
@media (max-width: 1200px) {
  .page-body .section-proto-slider .proto-slider >div {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .vorpos-modal {
    right: 0;
    top: 70px;
    position: fixed;
    border: none;
    border-top: #f7f7f7 solid 1px;
    height: 492px;
  }
  .vorpos-modal .md-content {
    height: 100%;
  }
  .vorpos-modal .md-content >div {
    border-left: #f7f7f7 solid 1px;
  }
  .vorpos-modal#modal-2 .md-content {
    min-height: 267px;
  }
  .mobile-container .container {
    position: static;
    width: 956px;
    overflow: hidden;
  }
  .audit-page.mobile-container .container {
    width: 100%;
  }
  .header-bg-wrapper {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 500000;
  }
  .header-bg-wrapper.no-shadow {
    box-shadow: none;
  }
  .header-bg-wrapper.fixed-header {
    height: 70px;
  }
  .header-info {
    padding-right: 54px;
    padding-left: 0;
    padding-top: 10px;
  }
  .header-info .header-contacts a {
    font-size: 14px;
  }
  .header-info .header-contacts a:not(:last-child) {
    margin-right: 37px;
    font-weight: bold;
  }
  .page-header .mobile-menu {
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    border-left: #f7f7f7 solid 1px;
    margin-left: 30px;
    padding-left: 19px;
    padding-top: 26px;
    box-sizing: border-box;
  }
  .page-header .mobile-menu:before {
    content: '';
    z-index: 10;
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    height: 500%;
    background: rgba(27,49,78,0.9);
  }
  .page-header .mobile-menu.active {
    display: block;
    z-index: 60;
  }
  .page-header .mobile-menu.active .header-menu-mobile {
    display: block;
  }
  .page-header .mobile-menu.active.null:before {
    top: 0;
  }
  .page-header .mobile-menu.active.open-ask .header-menu-mobile {
    right: 305px;
  }
  .page-header .mobile-menu.active.open-ask.active:before {
    display: none;
  }
  .page-header .mobile-menu .helper {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 1000;
    cursor: pointer;
  }
  .page-header .mobile-menu >span {
    margin-top: 8px;
    width: 30px;
    height: 2px;
    position: relative;
    background: #cb003d;
    display: inline-block;
    cursor: pointer;
  }
  .page-header .mobile-menu >span:before {
    content: '';
    width: 30px;
    height: 8px;
    position: absolute;
    left: 0;
    top: -8px;
    border-top: #cb003d solid 2px;
    display: inline-block;
  }
  .page-header .mobile-menu >span:after {
    content: '';
    width: 30px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: inline-block;
    border-bottom: #cb003d solid 2px;
  }
  .page-header .mobile-menu >span.open {
    background: #fff;
  }
  .page-header .mobile-menu >span.open:before {
    -webkit-transform: rotate(45deg) translate(3px, 7px);
            transform: rotate(45deg) translate(3px, 7px);
  }
  .page-header .mobile-menu >span.open:after {
    -webkit-transform: rotate(-45deg) translate(3px, -7px);
            transform: rotate(-45deg) translate(3px, -7px);
  }
  .page-header .mobile-menu .header-menu-mobile {
    z-index: 50;
    position: absolute;
    right: 0;
    top: 100%;
    width: 320px;
    padding: 34px 0px 74px;
    border-top: #f7f7f7 solid 1px;
    background: #fff;
    display: none;
  }
  .page-header .mobile-menu .header-menu-mobile li {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 16px;
    line-height: 18px;
    list-style: none;
    display: block;
  }
  .page-header .mobile-menu .header-menu-mobile li.showmobile {
    padding-top: 9px;
    display: block;
  }
  .page-header .mobile-menu .header-menu-mobile li.showmobile a {
    font-weight: 100;
    font-size: 16px;
    text-transform: none;
  }
  .page-header .mobile-menu .header-menu-mobile li a {
    color: #48494c;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
  }
  .page-header .mobile-menu .header-menu-mobile li ul {
    padding: 7px 0 0;
  }
  .page-header .mobile-menu .header-menu-mobile li ul li {
    padding: 0 0 12px;
    line-height: 14px;
  }
  .page-header .mobile-menu .header-menu-mobile li ul li a {
    font-size: 14px;
    line-height: 25px;
  }
  .page-header .mobile-menu .header-menu-mobile li ul li:nth-last-child(1) {
    padding-bottom: 16px;
  }
  .page-header .mobile-menu .header-menu-mobile li.vopros {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #cb003d;
  }
  .page-header .mobile-menu .header-menu-mobile li.vopros a {
    height: 60px;
    display: block;
    padding: 0 20px 0 30px;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
    text-transform: none;
    line-height: 60px;
  }
  .page-header .mobile-menu .header-menu-mobile li.vopros a:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url("../img/vopros-right.png") no-repeat;
    position: absolute;
    right: 21px;
    top: 22px;
  }
  .page-header .mobile-menu .header-menu-mobile li.vopros a.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-header .logo {
    padding: 16px 33px 14px 21px;
    height: 70px;
    box-sizing: border-box;
  }
  .page-header .logo img {
    width: 200px;
  }
  .page-header .header-menu {
    display: none;
  }
  .page-header .ask-box {
    display: none;
  }
  .page-body {
    padding-top: 70px;
  }
  .page-body .section-main-slider .main-slider {
    height: 421px;
    overflow: hidden;
  }
  .page-body .section-main-slider .main-slider >div>div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .page-body .section-main-slider .main-slider img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .page-body .section-news {
    padding-top: 38px;
  }
  .page-body .section-news .news .aside-block {
    width: 260px;
    padding-left: 24px;
    padding-top: 20px;
    height: 640px;
  }
  .page-body .section-news .news .aside-block .title {
    font-size: 23px;
  }
  .page-body .section-news .news .aside-block .lead {
    width: 240px;
    height: 540px;
    top: 60px;
    padding-left: 22px;
    padding-top: 45px;
  }
  .page-body .section-news .news .aside-block .lead:before {
    height: 500px;
    width: 218px;
    top: 20px;
    left: 8px;
  }
  .page-body .section-news .news .aside-block .lead .title {
    font-size: 15px;
    line-height: 20px;
  }
  .page-body .section-news .news .aside-block .lead .tagline {
    font-size: 13px;
    padding-top: 32px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .page-body .section-news .news .news-block {
    width: 696px;
    padding-left: 25px;
    padding-top: 20px;
    height: 640px;
  }
  .page-body .section-news .news .news-block .slider-pager {
    right: -21px;
    bottom: 30px;
    height: 50px;
    width: 300px;
    padding-left: 20px;
    line-height: 50px;
    font-size: 13px;
  }
  .page-body .section-news .news .news-block .slider-pager .control {
    height: 50px;
    margin-right: 20px;
  }
  .page-body .section-news .news .news-block .title {
    font-size: 23px;
  }
  .page-body .section-news .news .news-block .lSSlideOuter {
    width: 735px;
    margin-top: 17px;
    margin-left: -45px;
  }
  .page-body .section-news .news .news-block .lSSlideOuter .lSPager.lSpg {
    right: 14px;
    bottom: 53px;
    z-index: 50;
  }
  .page-body .section-news .news .news-block .lSSlideOuter .lSPager.lSpg > li {
    padding: 0 5px;
  }
  .page-body .section-news .news .news-block .lSSlideOuter .lSPager.lSpg > li a {
    width: 5px;
    height: 5px;
  }
  .page-body .section-news .news .news-block .news-slider {
    background: none;
  }
  .page-body .section-news .news .news-block .news-slider .news-box {
    width: 245px;
    height: 240px;
    overflow: hidden;
  }
  .page-body .section-news .news .news-block .news-slider .news-box .tagline {
    width: auto;
    padding-top: 9px;
    line-height: 20px;
  }
  .page-body .section-news .news .news-block .news-slider .news-box .title {
    width: 90%;
    line-height: 22px;
  }
  .page-body .section-news .news .news-block .news-slider .news-box .news-desc {
    top: 20px;
    left: 20px;
    width: 83%;
  }
  .page-body .section-clients .clients-slider {
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    margin-right: -1px;
  }
  .page-body .section-clients .clients-wrapper .title {
    padding-top: 60px;
    padding-left: 40px;
    font-size: 23px;
  }
  .page-body .section-clients .clients-wrapper .title:before {
    margin-bottom: 38px;
    width: 110px;
  }
  .page-body .section-clients .clients-wrapper .controls {
    top: 20px;
  }
  .page-body .section-clients .clients-wrapper .controls .controls-left,
  .page-body .section-clients .clients-wrapper .controls .controls-right {
    width: 50px;
    height: 50px;
  }
  .page-body .section-analytics .container {
    background: #233043;
    width: 100%;
  }
  .page-body .section-analytics .analytics-wrapper {
    max-width: 976px;
    padding: 60px 0 30px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-body .section-analytics .analytics-wrapper .title {
    font-size: 23px;
    padding-bottom: 45px;
  }
  .page-body .section-analytics .analytics-wrapper .title:before {
    margin-bottom: 38px;
    width: 110px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box {
    margin-top: 10px;
    width: 291px;
    height: 330px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box:not(:last-child) {
    margin-right: 30px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box img {
    width: 285px;
    height: 150px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box .box-title {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box .box-lead {
    padding-top: 15px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 13px;
  }
  .footer-wrapper {
    padding: 50px 0;
    line-height: 15px;
  }
  .footer-wrapper .footer-info {
    padding-right: 0;
  }
  .footer-wrapper .footer-info:not(:last-child) {
    padding-right: 0;
  }
  .footer-wrapper .footer-text {
    font-size: 12px;
  }
  .footer-wrapper .footer-info:nth-child(1) {
    padding-right: 92px;
  }
  .footer-wrapper .footer-info:nth-child(2) {
    padding-right: 98px;
  }
  .news-inner__img-a {
    width: 100%;
  }
  .section-security {
    padding-top: 38px;
  }
  .section-security .container {
    width: 956px;
    height: 788px;
  }
  .section-security .container .security {
    width: 838px;
    padding: 90px 40px 80px 60px;
  }
  .section-security .container .security .security__sent {
    line-height: 30px;
    font-size: 20px;
  }
  .section-security .container .security .security__sent:before {
    top: 60px;
    left: 60px;
  }
  .section-security .container .security .security__sent-s {
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
  }
  .section-par .container {
    width: 956px;
    padding: 50px 40px;
  }
  .section-par__l-txt {
    font-size: 16px;
    line-height: 25px;
  }
  .section-par__img {
    right: 32px;
    top: 60px;
  }
  .section-par__l {
    width: 650px;
  }
  .section-dark .container {
    width: 956px;
    padding: 25px 103px 45px 40px;
  }
  .section-dark {
    padding-top: 25px;
  }
  .section-dark__name {
    font-size: 36px;
  }
  .section-dark__position {
    font-size: 14px;
  }
  .section-dark__img {
    right: -20px;
    top: 182px;
    width: 240px;
  }
  .section-dark__txt p {
    padding-top: 0;
  }
  .section-dark__txt p:not(:first-child) {
    padding-top: 25px;
  }
  .section-dark__txt {
    padding-top: 0;
    width: 652px;
    line-height: 25px;
    font-size: 16px;
  }
  .section-command .container {
    height: 100%;
    width: 956px;
    background-size: 100%;
    padding: 160px 100px 100px 100px;
  }
  .section-command__block {
    padding: 85px 40px 50px 50px;
  }
  .section-command__title {
    font-size: 23px;
    padding: 0;
  }
  .section-command__text p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 25px;
  }
  .section-command__item {
    margin-top: 60px;
  }
  .section-command__item img {
    max-height: 56px;
  }
  .news-inner__body {
    padding-top: 90px;
    padding-left: 60px;
    padding-right: 55px;
  }
  .news-inner__title {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .news-inner__title:before {
    top: -32px;
  }
  .news-inner__title br {
    display: none;
  }
  .news-inner__img {
    width: 100%;
  }
  .news-inner__date {
    margin-bottom: 40px;
  }
  .news-inner__sub-title {
    font-size: 18px;
  }
  .news-list__sidebar {
    padding-top: 22px;
  }
  .news-list__sidebar-item {
    display: inline-block;
    vertical-align: top;
    width: 234px;
    width: 217px;
    padding: 28px 22px 51px;
  }
  .news-list__sidebar-item.tags {
    padding-bottom: 20px;
  }
  .news-list .sidebar-wrapper {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  .news-list__sidebar-preview {
    font-size: 13px;
  }
  .new-star .proto-benefits-inner .lead {
    width: 90%;
  }
  .section-proto-benefits .proto-benefits-inner {
    padding: 60px 0 51px 65px;
  }
  .section-proto-benefits .proto-benefits-inner .title {
    font-size: 23px;
  }
  .section-proto-benefits .proto-benefits-inner .title:before {
    margin-bottom: 27px;
  }
  .section-proto-benefits .proto-benefits-inner .lead {
    font-size: 19px;
    padding-top: 15px;
    line-height: 30px;
  }
  .section-proto-benefits .proto-benefits-inner .desc {
    padding-top: 25px;
    line-height: 25px;
    font-size: 16px;
  }
  .section-proto-benefits .proto-benefits-inner .benefits-block {
    padding-top: 50px;
  }
  .section-proto-benefits .proto-benefits-inner .benefits-block .benefits-title {
    font-size: 20px;
  }
  .section-proto-benefits .proto-benefits-inner .text-st {
    font-size: 16px;
    line-height: 25px;
    width: 90%;
    padding-top: 8px;
  }
  .section-proto-benefits .proto-benefits-inner .text-st + img {
    position: initial;
    padding-top: 17px;
    margin-bottom: 7px;
  }
  .section-proto-benefits .proto-benefits-inner .txt-bl {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    width: 87%;
  }
  .section-proto-benefits .proto-benefits-inner .btn-wrapper {
    margin-top: 14px;
    padding-right: 65px;
  }
  .news-list .news-list__blocks {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .news-list .news-box {
    width: 33.333%;
    height: 260px;
  }
  .news-list .news-box >img {
    width: 100%;
    height: 100%;
  }
  .news-list .news-box:before {
    display: none;
  }
  .news-list .news-box .news-desc {
    top: 24px;
    left: 20px;
  }
  .news-list .news-box .title {
    width: 200px;
  }
  .news-list .news-box .tagline {
    padding-top: 5px;
    font-size: 13px;
    width: 90%;
  }
  .news-list .news-box .news-date {
    bottom: 18px;
    left: 20px;
  }
  .news-header {
    min-height: 365px;
  }
  .news-header__img {
    left: 20%;
    width: 61%;
    top: 10px;
  }
  .news-header__text {
    top: 116px;
    right: 124px;
    width: 285px;
    font-size: 18px;
    line-height: 30px;
  }
  .pro-wrapper {
    height: 390px;
  }
  .seq-wrapper {
    height: 1431px;
  }
  .seq-absol {
    top: 40px;
    left: -19px;
    right: 80px;
    padding: 80px 20px 52px 20px;
    width: 915px;
    box-sizing: border-box;
  }
  .seq-absol:before {
    top: 59px;
    left: 80px;
  }
  .seq-absol > p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 79px;
    padding-top: 25px;
    padding-left: 60px;
  }
  .list-seq {
    margin: 94px 0 3px;
    padding-left: 10px;
  }
  .list-seq__item {
    width: 272px;
    margin-right: 20px;
  }
  .list-seq__item img {
    width: 100%;
  }
  .list-seq__title {
    margin-bottom: 26px;
  }
  .list-seq__title:before {
    top: 34px;
    width: 69px;
  }
  .lst-lvl__txt {
    margin-top: 64px;
    padding-left: 59px;
    padding-right: 74px;
  }
  .lst-lvl__link {
    margin-left: 60px;
  }
  .pro-wrapper img {
    width: 75%;
    top: 0;
  }
  .pro-wrapper p {
    font-size: 18px;
    line-height: 30px;
    right: 15px;
    width: 265px;
    top: 140px;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner {
    width: auto;
    padding: 60px 60px 82px 60px;
    margin-left: -20px;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner .lead {
    width: auto;
    line-height: 30px;
    font-size: 20px;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner .desc {
    width: auto;
  }
  .mod-solutions .section-solutions .solutions-inner .list-box {
    width: 250px;
  }
  .mod-solutions .section-solutions .btn-wrapper {
    margin-right: 130px;
    margin-top: 57px;
  }
  .section-proto-content {
    padding-left: 0;
    padding-top: 47px;
  }
  .section-proto-content .container {
    width: 100%;
  }
  .section-proto-content .section-proto-slider {
    height: 421px;
  }
  .section-proto-content .section-proto-slider .proto-slider img {
    width: 100%;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer {
    padding: 20px 33px 60px 0;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner {
    padding: 60px 30px 60px 55px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-box .benefits-box-desc {
    padding-top: 16px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block {
    padding-top: 30px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box {
    width: 395px;
    margin-right: 20px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box .benefits-box-title {
    font-size: 14px;
    padding-top: 18px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box .benefits-box-lead {
    padding-top: 8px;
    font-size: 14px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .btn-wrapper {
    padding-right: 50px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .title {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .title:before {
    margin-bottom: 35px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .lead {
    width: 100%;
    padding-top: 25px;
    font-size: 18px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .desc {
    width: 100%;
    padding-top: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .new-star .proto-benefits-outer {
    padding: 40px 40px 60px 0;
  }
}
@media (max-width: 991px) {
  .page-body .section-main-slider .main-slider >div>div {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .page-body .section-proto-slider .proto-slider >div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .section-security .container {
    width: 700px;
    height: 944px;
  }
  .section-security .container .security {
    width: 580px;
  }
  .section-par .container {
    width: 700px;
  }
  .section-par__l {
    width: 375px;
  }
  .section-dark .container {
    width: 700px;
  }
  .section-dark__txt {
    width: 400px;
  }
  .section-command .container {
    width: 700px;
    background-image: url("../img/comm-table-bg.jpg");
  }
  .page-body .section-main-slider .main-slider {
    height: 303px;
  }
  .news-list .news-list__blocks {
    width: 720px;
  }
  .news-list .news-box .tagline {
    width: 200px;
  }
  .news-main.news-list__sidebar {
    width: 720px;
  }
  .news-list__sidebar-item {
    width: 220px;
    padding: 28px 22px 51px;
  }
  .page-body .section-analytics .analytics-wrapper {
    width: 740px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box {
    width: 210px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box img {
    width: 205px;
    height: 121px;
  }
  .news-header__img {
    left: 16%;
    width: 82%;
  }
  .news-header__text {
    top: 122px;
    right: 0;
  }
  .footer-wrapper .footer-info:nth-child(1) {
    padding-right: 140px;
  }
  .footer-wrapper .footer-info:nth-child(2) {
    padding-right: 60px;
  }
  .news-inner__body {
    width: 700px;
  }
  .news-list__sidebar {
    width: 700px;
  }
  .news-inner .news-list__sidebar-item {
    width: 220px;
  }
  .seq-absol {
    width: 700px;
  }
  .list-seq__item {
    width: 200px;
  }
  .list-seq__title:before {
    top: 51px;
  }
  .seq-absol {
    padding: 80px 20px 35px 20px;
  }
  .seq-wrapper {
    width: 700px;
    height: 1664px;
  }
  .text-st {
    width: 550px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box {
    width: 302px;
  }
  .mobile-container .container {
    width: 768px;
  }
  .section-proto-content .container {
    width: 768px;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner .lead {
    width: 560px;
  }
  .page-body .section-news .news .news-block {
    width: 440px;
  }
  .page-body .section-news .news .news-block .lSSlideOuter {
    width: 480px;
  }
  .page-body .section-news .news .news-block .news-slider .news-box {
    width: 240px;
    height: 240px;
  }
  .page-body .section-news .news .news-block .lSSlideOuter .lSPager.lSpg {
    right: 10px;
  }
  .news-list .news-list__blocks {
    float: none;
    width: 700px;
  }
  .news-main.news-list__sidebar {
    padding-bottom: 60px;
    width: 700px;
  }
  .news-main.news-list__sidebar .sidebar-wrapper {
    -webkit-transform: translateX(-22px) translateY(18px);
            transform: translateX(-22px) translateY(18px);
  }
  .news-list__sidebar {
    position: initial;
    width: 700px;
    padding-top: 20px;
    padding-bottom: 58px;
  }
  .news-list .sidebar-wrapper {
    -webkit-transform: translateX(21px) translateY(18px);
            transform: translateX(21px) translateY(18px);
  }
  .news-inner {
    margin-top: 50px;
  }
  .news-inner .news-list__sidebar-item {
    width: 220px;
  }
  .news-list__sidebar-item {
    display: inline-block;
    vertical-align: top;
    width: 217px;
    padding: 28px 20px 30px;
  }
  .news-list__sidebar-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .vorpos-modal {
    height: auto;
  }
  .about-page br {
    display: inline;
  }
  .section-proto-benefits .proto-benefits-inner .title {
    width: 100%;
  }
  .section-proto-benefits .proto-benefits-inner .title:before {
    width: 80px;
    margin-bottom: 16px;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner {
    padding: 40px 13px 56px 20px;
    margin-left: -10px;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner .lead {
    width: 100%;
  }
  .mod-solutions .section-proto-benefits .proto-benefits-inner .desc {
    padding-top: 24px;
    font-size: 16px;
    line-height: 25px;
  }
  .mod-solutions .section-solutions .btn-wrapper {
    margin-right: 0;
  }
  .mod-solutions .section-solutions .solutions-inner {
    padding: 50px 20px;
  }
  .section-proto-slider {
    display: none;
  }
  .mobile-container .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .section-proto-content {
    padding-top: 38px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer {
    padding: 20px 20px 40px 0;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .title {
    font-size: 20px;
    line-height: 28px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .title:before {
    margin-bottom: 24px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .lead {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .desc {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner {
    padding: 40px 19px 41px 20px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block {
    padding-top: 42px;
    padding-bottom: 12px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box {
    width: 100%;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box .benefits-box-lead {
    line-height: 25px;
    padding-top: 0;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box .title {
    padding-top: 25px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-box .more {
    padding-top: 2px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .proto-benefits-inner .benefits-block .benefits-title {
    padding-bottom: 4px;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .btn-wrapper {
    padding-right: 0;
    box-sizing: border-box;
  }
  .section-proto-content .section-proto-benefits .proto-benefits-outer .btn-wrapper .link-btn {
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
  }
  .pro-wrapper {
    height: auto;
  }
  .pro-wrapper img {
    display: none;
  }
  .pro-wrapper p {
    position: static;
    margin-top: 37px;
    margin-bottom: 41px;
  }
  .seq-wrapper {
    height: auto;
    padding-bottom: 60px;
    width: 100%;
  }
  .section-clients {
    padding-top: 20px;
  }
  .seq-absol {
    width: 100%;
    position: relative;
    top: 20px;
    left: -10px;
    padding: 87px 20px 35px 20px;
  }
  .seq-absol:before {
    top: 60px;
    left: 20px;
    width: 80px;
  }
  .seq-absol > p {
    padding: 0;
  }
  .list-seq {
    width: 100%;
    margin: 89px 0 3px;
    padding: 0;
  }
  .list-seq__more:after {
    right: -16px;
    background-size: cover;
    top: 9px;
    width: 11px;
  }
  .lst-lvl {
    margin-top: 46px;
  }
  .lst-lvl .link-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .lst-lvl__txt {
    padding: 0;
  }
  .lst-lvl__link {
    margin-left: 0;
  }
  .list-seq__item {
    width: 100%;
  }
  .list-seq__item:not(:last-child) {
    margin-bottom: 59px;
  }
  .list-seq__item .list-seq__title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .list-seq__item .list-seq__title:before {
    bottom: -15px;
    top: auto;
    width: 80px;
  }
  .page-body .section-main-slider .main-slider {
    display: none;
  }
  .new-star {
    margin-top: 33px;
  }
  .new-star .proto-benefits-outer {
    padding: 20px 10px 40px 0;
  }
  .new-star .proto-benefits-inner {
    margin-left: -10px;
    padding: 40px 20px 1px 20px;
  }
  .new-star .proto-benefits-inner .desc {
    padding: 0;
  }
  .new-star .proto-benefits-inner .lead {
    padding-top: 26px;
  }
  .new-star .proto-benefits-inner .txt-bl {
    width: 100%;
  }
  .new-star .proto-benefits-inner .text-st {
    width: 100%;
  }
  .new-star .proto-benefits-inner .text-st + img {
    max-width: 100%;
  }
  .new-star .proto-benefits-inner .btn-wrapper {
    padding: 0;
    margin-top: 7px;
  }
  .new-star .proto-benefits-inner .btn-wrapper .link-btn {
    width: 100%;
    margin: 0 auto 22px;
    box-sizing: border-box;
  }
  .news-inner__body {
    width: 100%;
    padding-top: 64px;
    padding-left: 19px;
    padding-right: 19px;
    box-sizing: border-box;
    padding-bottom: 3px;
  }
  .news-inner__title {
    font-size: 24px;
    line-height: 30px;
  }
  .news-inner__title:before {
    top: -25px;
    width: 100px;
  }
  .news-inner__img-a {
    margin: 45px 0 16px;
  }
  .news-list__sidebar {
    width: 100%;
    padding-bottom: 39px;
  }
  .news-list__sidebar.news-inner {
    padding-bottom: 20px;
  }
  .news-list__sidebar-item {
    width: 100%;
    padding: 37px 22px 40px;
  }
  .news-list__sidebar-item:not(:last-child) {
    margin-bottom: 21px;
    margin-right: 0;
  }
  .news-list__sidebar.news-main .sidebar-wrapper {
    -webkit-transform: translateX(11px) translateY(0px);
            transform: translateX(11px) translateY(0px);
  }
  .news-main.news-list__sidebar {
    width: auto;
    padding-bottom: 16px;
    margin-bottom: -22px;
  }
  .page-body .section-analytics .container {
    background: transparent;
  }
}
.rotate-phone {
  position: fixed;
  background: #1e2a3b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), screen and (device-width: 320px) and (min-device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape), screen and (device-width: 320px) and (min-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape), screen and (device-width: 360px) and (min-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .rotate-phone {
    display: block;
  }
}
.rotate-phone__logo {
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  margin: auto;
}
.rotate-phone__icon {
  position: absolute;
  top: 52%;
  left: 0;
  right: 39px;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rotate-phone__text {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.666666666666667;
  text-align: center;
}
.rotate-fix .rotate-phone {
  display: none;
}
.proto-slider,
.main-slider {
  opacity: 0;
}
.proto-slider.active,
.main-slider.active {
  opacity: 1;
}
.tags__list {
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mCSB_scrollTools {
  height: 80%;
  margin: auto;
}
.mCSB_inside>.mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
  background: #f2f2f2;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #5a5b5e;
  width: 7px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #5a5b5e;
}
.show-full {
  color: #cb003d;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  margin-top: 50px;
  z-index: 15;
}
.show-full:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 6px;
  background: url("../img/link-red-arrow.png") no-repeat center center;
  width: 15px;
  height: 9px;
}
.show-full.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.list-ol__item .content {
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.showmobile {
  display: none;
}
@media (max-width: 767px) {
  .vorpos-modal {
    right: 0;
    top: 70px;
    position: absolute;
    width: 100%;
    border: none;
    border-top: #f7f7f7 solid 1px;
  }
  .vorpos-modal .md-content > div {
    width: 100%;
  }
  .vorpos-modal .md-content > div .form-input input {
    width: 92%;
  }
  .vorpos-modal .md-content > div .form-input input.modal-btn {
    width: 99%;
  }
  .vorpos-modal .md-content > div .form-input textarea {
    width: 99%;
  }
  .vorpos-modal#modal-2 {
    width: 320px;
  }
  .vorpos-modal#modal-2 .md-content {
    min-height: 267px;
  }
  .modal-wrapper.mobile-show {
    position: absolute;
    overflow: visible;
  }
  .float-header {
    display: none;
  }
  .page-header .header-bg-wrapper {
    height: 70px;
    z-index: 5000000;
  }
  .page-header .header-bg-wrapper.no-shadow {
    position: absolute;
  }
  .page-header .logo {
    padding-right: 0;
    border-right: none;
  }
  .page-header .mobile-menu {
    margin-left: 0;
  }
  .page-header .mobile-menu .header-menu-mobile {
    width: 100%;
    border-right: none;
    padding-top: 33px;
  }
  .page-header .mobile-menu .header-menu-mobile li.showmobile {
    display: block;
  }
  .page-header .mobile-menu .header-menu-mobile li.showmobile a {
    font-size: 16px;
    display: block;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
  }
  .page-header .mobile-menu .header-menu-mobile li.vopros a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page-header .mobile-menu .header-menu-mobile li.vopros a.active:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .page-header .mobile-menu.active.open-ask .header-menu-mobile {
    right: 0;
  }
  .page-body .section-main-slider .main-slider {
    height: 130px;
  }
  .page-body .section-news .news .news-block {
    height: auto;
    padding-bottom: 100px;
  }
  .page-body .section-news .news .aside-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    height: 600px;
    display: block;
  }
  .page-body .section-news .news .aside-block .lead {
    width: 90%;
    left: -10px;
    height: 500px;
    padding-left: 31px;
    padding-top: 43px;
    background-position: right bottom;
    background-size: cover;
  }
  .page-body .section-news .news .aside-block .lead .title:after {
    margin-top: 13px;
  }
  .page-body .section-news .news .aside-block .lead .tagline {
    padding-top: 12px;
  }
  .page-body .section-news .news .news-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 19px;
  }
  .page-body .section-news .news .news-block .lSSlideOuter {
    width: 113%;
    margin-left: -10%;
    overflow: visible;
  }
  .page-body .section-news .news .news-block .lSSlideOuter .lSSlideWrapper {
    overflow: hidden;
  }
  .page-body .section-news .news .news-block .lSSlideOuter .lSPager.lSpg {
    bottom: -48px;
    right: 40px;
  }
  .page-body .section-news .news .news-block .news-slider {
    width: 100vw !important;
  }
  .page-body .section-news .news .news-block .news-slider .slider-item {
    width: 100%;
    height: 960px;
    position: relative;
  }
  .page-body .section-news .news .news-block .news-slider .slider-item .news-box {
    width: 100%;
    min-height: 240px;
  }
  .page-body .section-news .news .news-block .news-slider .slider-item .news-box img {
    width: 100%;
  }
  .page-body .section-news .news .news-block .news-slider .slider-item .news-box .news-desc {
    top: 32px;
    left: 30px;
    width: 80%;
  }
  .page-body .section-news .news .news-block .slider-pager {
    right: -11px;
  }
  .page-body .section-clients {
    padding-top: 20px;
  }
  .page-body .section-clients .clients-wrapper {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-body .section-clients .clients-wrapper .title {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 28px;
    width: 71%;
  }
  .page-body .section-clients .clients-wrapper .title:before {
    margin-bottom: 25px;
  }
  .page-body .section-clients .clients-wrapper .controls {
    right: -10px;
  }
  .page-body .section-clients .clients-slider {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .page-body .section-analytics {
    padding-top: 20px;
  }
  .page-body .section-analytics .analytics-wrapper {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .page-body .section-analytics .analytics-wrapper .title {
    padding-left: 20px;
  }
  .page-body .section-analytics .analytics-wrapper .title:before {
    margin-bottom: 28px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box {
    width: 97%;
    margin-right: 0;
    margin-left: 19px;
    padding-left: 19px;
    margin-top: 0;
    margin-bottom: 20px;
    height: 100%;
    padding-bottom: 40px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box:nth-child(2) {
    margin-top: 47px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box:not(:last-child) {
    margin-right: 0;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box img {
    width: 105%;
    height: auto;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box .box-title {
    font-size: 16px;
    padding-top: 24px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box .box-title:after {
    margin-top: 13px;
    width: 90px;
  }
  .page-body .section-analytics .analytics-wrapper .analytics-box .box-lead {
    font-size: 14px;
    padding-top: 10px;
  }
  .page-footer .footer-wrapper {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .page-footer .footer-wrapper .footer-info {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .page-footer .footer-wrapper .footer-text {
    font-size: 14px;
    line-height: 20px;
  }
  .section-security {
    padding-top: 0;
  }
  .section-security .container {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
  }
  .section-security .container .security {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    top: 20px;
    margin-top: 20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 64px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .section-security .container .security .security__sent {
    font-size: 18px;
    line-height: 28px;
  }
  .section-security .container .security .security__sent:before {
    left: 20px;
    top: 40px;
    width: 80px;
  }
  .section-security .container .security .security__sent span {
    font-size: 20px;
  }
  .section-security .container .security .security__sent-s {
    font-size: 14px;
    line-height: 25px;
  }
  .section-par {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .section-par .container {
    padding-top: 35px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .section-par .container .section-par__l {
    width: auto;
    color: #263649;
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .section-par .container .section-par__img {
    padding-top: 14px;
    position: relative;
    right: auto;
    top: auto;
    display: block;
  }
  .section-dark {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
  }
  .section-dark .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 38px;
    width: auto;
  }
  .section-dark .container .section-dark__l {
    width: auto;
  }
  .section-dark .container .section-dark__name {
    font-size: 28px;
    padding-top: 2px;
    line-height: 40px;
  }
  .section-dark .container .section-dark__position {
    line-height: 48px;
  }
  .section-dark .container .section-dark__position:before {
    width: 80px;
  }
  .section-dark .container .section-dark__txt {
    width: auto;
    padding-top: 20px;
  }
  .section-dark .container .section-dark__img {
    padding-top: 30px;
    position: relative;
    top: auto;
  }
  .section-command {
    padding-top: 20px;
  }
  .section-command .container {
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    padding: 0;
  }
  .section-command .container .section-command__block {
    padding: 67px 20px 40px;
    background: none;
    box-shadow: none;
  }
  .section-command .container .section-command__block .section-command__title {
    font-size: 24px;
    line-height: 30px;
  }
  .section-command .container .section-command__block .section-command__title:before {
    top: -30px;
  }
  .section-command .container .section-command__block .section-command__title p {
    line-height: 24px;
    padding-top: 34px;
  }
  .section-command .container .section-command__block .section-command__list .section-command__item {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-top: 15px;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }
  .section-command .container .section-command__block .section-command__list .section-command__item span {
    padding-top: 15px;
  }
  .news-header {
    min-height: 128px;
    padding-top: 40px;
  }
  .news-header img {
    display: none;
  }
  .news-header .news-header__text {
    position: relative;
    top: auto;
    right: auto;
  }
  .news-list .news-list__blocks {
    width: auto;
  }
  .news-list .news-box {
    width: 100%;
    min-height: 280px;
  }
  .news-list .news-box img {
    width: 100%;
  }
  .news-list .news-box .news-desc {
    left: 30px;
    top: 30px;
  }
  .news-list .news-box .news-desc .tagline {
    display: block;
    overflow: hidden;
    height: 90px;
    font-size: 14px;
  }
  .news-list .news-box .news-date {
    left: 30px;
    opacity: 0.5;
  }
  .news-list .blocks-wrapper {
    -webkit-transform: translateX(0px);
    margin-left: -10px;
    margin-right: -10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .news-list .news-list__pagination {
    -webkit-transform: translateX(0px);
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .news-list .sidebar-wrapper {
    -webkit-transform: translateX(18px);
    transform: translateX(10px);
  }
  .news-list__sidebar {
    width: auto;
  }
  .news-list__sidebar .news-list__sidebar-item {
    width: auto;
    margin-bottom: 20px;
    padding: 37px 20px 43px;
    margin-right: 0;
    display: block;
  }
  .section-analytics.news-page .controls {
    top: 20px;
    display: block;
    right: -10px;
  }
  .section-analytics.news-page .controls .controls-left {
    width: 50px;
    height: 50px;
    background-size: 19%;
  }
  .section-analytics.news-page .controls .controls-right {
    width: 50px;
    height: 50px;
    background-size: 19%;
  }
  .section-analytics.news-page .analytics-wrapper .title {
    padding-bottom: 45px;
  }
  .section-analytics.news-page .analytics-wrapper .analytics-slider {
    overflow: hidden;
    left: 20px;
  }
  .section-analytics.news-page .analytics-wrapper .slick-list {
    overflow: visible;
  }
  .section-analytics.news-page .analytics-wrapper .analytics-box {
    margin-left: 0;
  }
  .section-analytics.news-page {
    overflow: hidden;
  }
  .news-inner {
    margin-top: 30px;
  }
  .news-inner__body {
    width: auto;
    float: none;
    padding: 65px 20px 30px;
    margin-bottom: 20px;
  }
  .news-inner__body .news-inner__title {
    font-size: 24px;
    line-height: 30px;
  }
  .news-inner__body .news-inner__title:before {
    top: -26px;
    width: 100px;
  }
  .news-inner__body .news-inner__img {
    margin-bottom: 40px;
  }
  .news-inner__body .news-inner__sub-title {
    font-size: 18px;
    line-height: 25px;
  }
  .section-rates.mon-rates .rate-box:nth-last-child(2),
  .section-rates .rate-box.audit-width:nth-last-child(2) {
    margin-bottom: 0;
  }
  .container.mod-relative {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-slider .slider-item .news-box:nth-child(2n+1) .title {
  color: #b2c6cb !important;
}
.news-slider .slider-item .news-box:nth-child(2n+1) .tagline {
  color: #fff !important;
}
.news-slider .slider-item .news-box:nth-child(2n) >img {
  display: none;
}
@media (max-width: 991px) {
  .news-slider .slider-item .news-box:nth-child(n+2):nth-child(-n+3) .title {
    color: #263649 !important;
  }
  .news-slider .slider-item .news-box:nth-child(n+2):nth-child(-n+3) .tagline {
    color: #475364 !important;
  }
  .news-slider .slider-item .news-box:nth-child(n+2):nth-child(-n+3) >img {
    display: none;
  }
  .news-slider .slider-item .news-box:nth-child(-3n+4) .title {
    color: #b2c6cb !important;
  }
  .news-slider .slider-item .news-box:nth-child(-3n+4) .tagline {
    color: #fff !important;
  }
  .news-slider .slider-item .news-box:nth-child(-3n+4) >img {
    display: block;
  }
}
@media (max-width: 767px) {
  .news-slider .slider-item .news-box:nth-child(2n+1):nth-child(2n+1) .title {
    color: #b2c6cb !important;
  }
  .news-slider .slider-item .news-box:nth-child(2n+1):nth-child(2n+1) .tagline {
    color: #fff !important;
  }
  .news-slider .slider-item .news-box:nth-child(2n+1):nth-child(2n+1) >img {
    display: block;
  }
  .news-slider .slider-item .news-box:nth-child(2n) >img {
    display: none;
  }
  .news-slider .slider-item .news-box:nth-child(2n) .title {
    color: #263649 !important;
  }
  .news-slider .slider-item .news-box:nth-child(2n) .tagline {
    color: #475364 !important;
  }
}
.overlay {
  content: '';
  z-index: 65;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 500%;
  background: rgba(27,49,78,0.9);
}
.overlay.active {
  display: block;
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: inline-block;
  }
}
.ie11 .header-bg-wrapper,
.ie10 .header-bg-wrapper {
  width: 1280px;
}
@media (max-width: 767px) {
  .index-page .controls {
    right: -10px !important;
  }
}
.page_redactor p {
  font-size: 18px;
  color: #263649;
  line-height: 30px;
  padding-bottom: 22px;
  padding-top: 8px;
}
.page_redactor ul li,
.page_redactor ol li {
  padding-top: 10px;
  font-size: 18px;
  color: #263649;
  line-height: 30px;
  padding-bottom: 22px;
  padding-top: 8px;
}
.page_redactor ol {
  list-style: decimal;
  margin-left: 20px;
}
.page_redactor ol li {
  padding-left: 10px;
}
.page_redactor ul li {
  position: relative;
  padding-left: 20px;
}
.page_redactor ul li:before {
  content: '';
  background: #263649;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 3px;
}
.page_redactor a {
  color: #d7214d;
}
.page_redactor a:hover {
  text-decoration: none;
}
.page_redactor b {
  font-weight: 700;
}

/*# sourceMappingURL=main.css.map */